From: compudj Date: Tue, 27 Jan 2004 21:45:43 +0000 (+0000) Subject: autogen mod X-Git-Tag: v0.12.20~3075 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=aab6c90a9ef966a4f5b9661d9b236628655face8;p=lttv.git autogen mod git-svn-id: http://ltt.polymtl.ca/svn@414 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/autogen.sh b/ltt/branches/poly/autogen.sh index d1487f6d..00006c1a 100755 --- a/ltt/branches/poly/autogen.sh +++ b/ltt/branches/poly/autogen.sh @@ -128,18 +128,18 @@ do echo "Running xml-i18n-toolize..." xml-i18n-toolize --copy --force --automake fi - if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then - if test -z "$NO_LIBTOOLIZE" ; then - echo "Running libtoolize..." - libtoolize --force --copy - fi - fi echo "Running aclocal-1.7 $aclocalinclude ..." aclocal-1.7 $aclocalinclude if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then echo "Running autoheader..." autoheader fi + if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then + if test -z "$NO_LIBTOOLIZE" ; then + echo "Running libtoolize..." + libtoolize --force --copy + fi + fi echo "Running automake --gnu $am_opt ..." automake --add-missing --gnu $am_opt echo "Running autoconf ..."