summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
deleted file mode 100644
index 3321856..0000000
--- a/configure.ac
+++ /dev/null
@@ -1,10 +0,0 @@
-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 lib/Makefile tests/Makefile])
-AC_OUTPUT
-