summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2003-04-28 22:33:57 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2003-04-28 22:33:57 +0000
commit8a7c4da4167511ffcee52c28c50631cbfd7dcc40 (patch)
tree1258a547942fc7ca22550e77ecc7decea19f9e93 /autogen.sh
parent84719d7fa98249973950ae6265bc8a85256986c4 (diff)
downloadswig-8a7c4da4167511ffcee52c28c50631cbfd7dcc40.tar.gz
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
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 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)
-