summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-03-05 14:56:08 +0000
committerLars Wirzenius <liw@liw.fi>2011-03-05 14:56:08 +0000
commitabe60de7dd8cc3472e31be16264409f0171bb460 (patch)
treec5565b0fba35a127f949212f515aff11976cb34e /configure.ac
parentac914490435f1e070c609c2a2a219a4322e5515e (diff)
downloaddynstr-abe60de7dd8cc3472e31be16264409f0171bb460.tar.gz
Add more stuff to git. No idea what is going on.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a8a67b3..3321856 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,10 @@
AC_INIT([dynstr], [0.0], [liw@liw.fi])
+AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign -Wall -Werror])
+LT_INIT
AC_PROG_CC_C99
+AC_PROG_LIBTOOL
AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([Makefile src/Makefile])
+AC_CONFIG_FILES([Makefile lib/Makefile tests/Makefile])
AC_OUTPUT