No need for libtoolize twice?

SVN revision: 47772
This commit is contained in:
Kim Woelders 2010-04-05 18:36:38 +00:00
parent f3888ffb4f
commit 3eb65fa228
1 changed files with 0 additions and 2 deletions

View File

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