From d0a094ceedfbe619fdef43f634f1443c35c8791d Mon Sep 17 00:00:00 2001 From: Christophe Alexandre Date: Fri, 8 Nov 2002 13:18:56 +0000 Subject: [PATCH] running libtoolize .... --- alliance/src/autostuff | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/alliance/src/autostuff b/alliance/src/autostuff index e73e7023..11f536b8 100755 --- a/alliance/src/autostuff +++ b/alliance/src/autostuff @@ -34,6 +34,10 @@ for i in $dirs ; do cd $i if test -f configure.in ; then echo entering $i ... + if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then + echo "Running libtoolize..." + libtoolize --force --copy --automake + fi aclocal -I . -I .. automake --foreign autoconf