summaryrefslogtreecommitdiff
path: root/macros/autogen.sh
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>2000-02-22 19:53:43 +0000
committerMartin Baulig <martin@src.gnome.org>2000-02-22 19:53:43 +0000
commit5c14e63340f99a177360042083cfff9c4c00cf27 (patch)
tree866e3ac3633069aa28236b2322c490d856dc040e /macros/autogen.sh
parent0f84b884dd7f04d4fd24c2fbaf361801ffffb40a (diff)
downloadshared-mime-info-5c14e63340f99a177360042083cfff9c4c00cf27.tar.gz
Don't run libtoolize when `NO_LIBTOOLIZE' is set.
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
Diffstat (limited to 'macros/autogen.sh')
-rw-r--r--macros/autogen.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh
index f08dc521..51ced27f 100644
--- a/macros/autogen.sh
+++ b/macros/autogen.sh
@@ -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