From f651575065fca6774052daef39dab93d5a28a4f0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 5 Mar 2011 15:06:24 +0000 Subject: Don't be a foreigner. --- configure.ac | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 configure.ac 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 + -- cgit v1.2.1