From f1980cd6299292b2bad64d64b4906a1c3bf9549f Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 28 Apr 2003 22:33:57 +0000 Subject: [PATCH] Libtool bootstrap Single autoconf invocation instead of two git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4721 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/autogen.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SWIG/autogen.sh b/SWIG/autogen.sh index 332a9cc5d..0c62f3a0b 100755 --- a/SWIG/autogen.sh +++ b/SWIG/autogen.sh @@ -10,7 +10,6 @@ set -x test -d Tools/config || mkdir Tools/config aclocal -I Tools/config autoheader +libtoolize --force --copy automake --add-missing --copy --force-missing autoconf -(cd Tools; autoconf) -