Don't run libtoolize when `NO_LIBTOOLIZE' is set.
authorMartin Baulig <martin@home-of-linux.org>
Tue, 22 Feb 2000 19:53:43 +0000 (19:53 +0000)
committerMartin Baulig <martin@src.gnome.org>
Tue, 22 Feb 2000 19:53:43 +0000 (19:53 +0000)
2000-02-22  Martin Baulig  <martin@home-of-linux.org>

* autogen.sh: Don't run libtoolize when `NO_LIBTOOLIZE' is set.

svn path=/trunk/; revision=1121

macros/ChangeLog
macros/autogen.sh

index 91d15f7..780a403 100644 (file)
@@ -1,3 +1,7 @@
+2000-02-22  Martin Baulig  <martin@home-of-linux.org>
+
+       * autogen.sh: Don't run libtoolize when `NO_LIBTOOLIZE' is set.
+
 2000-02-09  Raja R Harinath  <harinath@cs.umn.edu>
 
        * autogen.sh: Fix GNUism introduced in the previous fix.
index f08dc52..51ced27 100644 (file)
@@ -139,8 +139,10 @@ do
        test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
       fi
       if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then
-       echo "Running libtoolize..."
-       libtoolize --force --copy
+       if test -z "$NO_LIBTOOLIZE" ; then 
+         echo "Running libtoolize..."
+         libtoolize --force --copy
+       fi
       fi
       echo "Running aclocal $aclocalinclude ..."
       aclocal $aclocalinclude