summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2004-07-10 16:21:06 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2004-07-10 16:21:06 +0000
commit3d26007c84931164cb036261a7e6ea0960311c38 (patch)
treed1dfcdbcac0e4fa264068a1781a0f29a7f506ab0 /autogen.sh
parente223566803bef016b13e0061c2124ee997299922 (diff)
downloadswig-3d26007c84931164cb036261a7e6ea0960311c38.tar.gz
Libtool removed
Runtime library build removed git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6019 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/autogen.sh b/autogen.sh
index 11db63e07..270ef0e4a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,14 +10,5 @@ set -x
test -d Tools/config || mkdir Tools/config
aclocal -I Tools/config
autoheader
-
-# Note: on Mac OS X there is a different program 'libtoolize' that is definitely not
-# what we want to run. Instead, we want to use 'glibtoolize'
-
-if test -x /usr/bin/glibtoolize; then
- glibtoolize --force --copy
-else
- libtoolize --force --copy
-fi
automake --add-missing --copy --force-missing
autoconf