summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 40b6e0f..f8a95cd 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,5 +3,5 @@
libtoolize --force --copy --automake
aclocal -I m4 --install
autoheader
-automake --foreign --add-missing --copy
+automake --add-missing --copy
autoconf
diff --git a/configure.ac b/configure.ac
index a3cf642..749534f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl
AC_INIT(libumberlog, 0.2.1, algernon@balabit.hu, libumberlog, https://github.com/algernon/libumberlog)
-AM_INIT_AUTOMAKE([1.9 tar-ustar])
+AM_INIT_AUTOMAKE([1.9 foreign tar-ustar])
dnl ***************************************************************************
dnl dependencies