summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim Woelders <kim@woelders.dk>2010-04-05 18:36:38 +0000
committerKim Woelders <kim@woelders.dk>2010-04-05 18:36:38 +0000
commit3eb65fa228b2a40f528f463a661dcffc03837ee0 (patch)
tree48fdcaa2b8f1b035f1ec0f20b2862ddd85d8a02b
parentf3888ffb4fe197fab3c5d820f1979f43c849f356 (diff)
downloadimlib2-3eb65fa228b2a40f528f463a661dcffc03837ee0.tar.gz
No need for libtoolize twice?
SVN revision: 47772
-rwxr-xr-xautogen.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 46da270..fc4f667 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,8 +3,6 @@
rm -rf autom4te.cache
rm -f aclocal.m4 ltmain.sh
-libtoolize -n --install 2>/dev/null && LIBTOOL_FLAGS="--install"
-
echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS || exit 1
echo "Running autoheader..." ; autoheader || exit 1
echo "Running autoconf..." ; autoconf || exit 1