summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..0ad8caf
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,10 @@
+AC_INIT([dynstr], [0.0], [liw@liw.fi])
+AC_CONFIG_MACRO_DIR([m4])
+AM_INIT_AUTOMAKE([-Wall -Werror])
+LT_INIT
+AC_PROG_CC_C99
+AC_PROG_LIBTOOL
+AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_FILES([Makefile lib/Makefile tests/Makefile])
+AC_OUTPUT
+