running libtoolize ....
This commit is contained in:
parent
9abe14fb7e
commit
d0a094ceed
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue