Added libtoolize.

This commit is contained in:
guillemj
2004-07-01 07:27:09 +00:00
parent 915ba05f03
commit f305b6c853

View File

@@ -170,6 +170,13 @@ if [ "$DO_GENERATE" = YES ] ; then
# Regenerate everything.
#
echo -n 'Regenerating everything...'
echo -n 'Libtoolize...'
if libtoolize --copy --force ; then
do_nothing
else
echo 'Failed!!'
exit 100
fi
echo -n 'Aclocal...'
if aclocal ; then
do_nothing