From eb58091392039e36653200bac4e8a0dcda76292a Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Wed, 30 Jul 2008 14:47:09 -0500 Subject: Imported from libpng-1.4.0beta25.tar --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index c9e67ccf9..77b63087c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,7 +7,7 @@ touch Makefile.am configure.ac { echo "running libtoolize" >&2 - libtoolize --copy --automake + libtoolize --force --copy --automake } && { echo "running aclocal" >&2 aclocal @@ -16,7 +16,7 @@ autoheader } && { echo "running automake" >&2 - automake --foreign -a -c + automake --force-missing --foreign -a -c } && { echo "running autoconf" >&2 autoconf -- cgit v1.2.1