running libtoolize ....

This commit is contained in:
Christophe Alexandre 2002-11-08 13:18:56 +00:00
parent 9abe14fb7e
commit d0a094ceed
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@ for i in $dirs ; do
cd $i cd $i
if test -f configure.in ; then if test -f configure.in ; then
echo entering $i ... echo entering $i ...
if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then
echo "Running libtoolize..."
libtoolize --force --copy --automake
fi
aclocal -I . -I .. aclocal -I . -I ..
automake --foreign automake --foreign
autoconf autoconf