configure.ac
authorAlan Knowles <alan@roojs.com>
Tue, 9 Dec 2014 06:14:49 +0000 (14:14 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 9 Dec 2014 06:14:49 +0000 (14:14 +0800)
configure.ac [new file with mode: 0644]

diff --git a/configure.ac b/configure.ac
new file mode 100644 (file)
index 0000000..6137530
--- /dev/null
@@ -0,0 +1,4 @@
+AC_INIT([Builder4], [1], [alan@roojs.com])
+AM_INIT_AUTOMAKE([-Wall foreign])
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT
\ No newline at end of file