From 8a7c4da4167511ffcee52c28c50631cbfd7dcc40 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/SWIG@4721 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- autogen.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 332a9cc5d..0c62f3a0b 100755 --- a/autogen.sh +++ b/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) -