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
This commit is contained in:
William S Fulton 2003-04-28 22:33:57 +00:00
commit 8a7c4da416

View file

@ -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)