From b7e035f9f3c5be98e289d343eed803dd199637d1 Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Thu, 21 Jun 2012 12:13:05 +0200 Subject: Move the "foreign" option into configure.ac MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes it possible to use autoreconf(1) instead of autogen.sh Signed-off-by: Miloslav Trmač --- autogen.sh | 2 +- configure.ac | 2 +- 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 -- cgit