chiark / gitweb /
wip build system
authorIan Jackson <ian@liberator.(none)>
Sat, 15 May 2010 16:33:49 +0000 (17:33 +0100)
committerIan Jackson <ian@liberator.(none)>
Sat, 15 May 2010 16:33:49 +0000 (17:33 +0100)
.gitignore
Makefile [new file with mode: 0644]
configure.ac

index 384a8e42848ed736b40401cbc53f44d246796b70..4e702dcc80e2ee07d7c4be11c5915a9e39e3b9bf 100644 (file)
@@ -1,7 +1,5 @@
 *~
-.stamp-configure-std
-.stamp-configure-lfs
-.stamp-build-std
-.stamp-build-lfs
-build-std
-build-lfs
+autom4te.cache
+config.h
+config.status
+config.log
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..77354ba
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+all:
+
+autoconf:
+       autoheader2.50
+       autoconf2.50
index 92b6f967d8f990a8b4101c657a4801a3b50694fd..7fd049bd3e6c631d0920a462512e504fa74071d9 100644 (file)
@@ -1,3 +1,5 @@
 AC_INIT(innduct, 1.0)
+AC_PREREQ(2.50)
 AC_CONFIG_SRCDIR(innduct.c)
+AC_CONFIG_HEADERS([config.h])
 AC_OUTPUT