summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2012-06-21 12:13:05 +0200
committerGergely Nagy <algernon@balabit.hu>2012-06-22 14:54:11 +0200
commitb7e035f9f3c5be98e289d343eed803dd199637d1 (patch)
tree17eba66cb11f05774d1b3df250186822206fbc89
parente5faea1d639252017cc8321e9c2cb5d17b061e97 (diff)
downloadlibumberlog-b7e035f9f3c5be98e289d343eed803dd199637d1.tar.gz
libumberlog-b7e035f9f3c5be98e289d343eed803dd199637d1.tar.xz
libumberlog-b7e035f9f3c5be98e289d343eed803dd199637d1.zip
Move the "foreign" option into configure.ac
This makes it possible to use autoreconf(1) instead of autogen.sh Signed-off-by: Miloslav Trmač <mitr@redhat.com>
-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