summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-03-05 14:24:00 +0000
committerLars Wirzenius <liw@liw.fi>2011-03-05 14:24:00 +0000
commit04837675bebe233e654df42bd4d74cdc07daa486 (patch)
treea20b6093df46b7e8f6abf25a7c1d10e7e3289a03 /configure.ac
parente7ad573ed894a840e3d844b4dbff5a1f6d1a6b87 (diff)
downloaddynstr-04837675bebe233e654df42bd4d74cdc07daa486.tar.gz
Move stuff around and add initial autotools files.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..a8a67b3
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,7 @@
+AC_INIT([dynstr], [0.0], [liw@liw.fi])
+AM_INIT_AUTOMAKE([foreign -Wall -Werror])
+AC_PROG_CC_C99
+AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_FILES([Makefile src/Makefile])
+AC_OUTPUT
+