summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh5
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index be50be6d..c31f34fb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,3 @@
#!/bin/sh -xu
-aclocal -I m4 --install
-autoheader
-automake --foreign
-autoconf
+autoreconf -i \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 0908256f..4e6e2a9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE([1.11])
+AM_INIT_AUTOMAKE([1.11 foreign])
AM_SILENT_RULES([yes])
LT_INIT