]> git.meshlink.io Git - catta/commitdiff
use $LIBTOOLIZE in autogen.sh if defined
authorLennart Poettering <lennart@poettering.net>
Wed, 19 Oct 2005 13:48:29 +0000 (13:48 +0000)
committerLennart Poettering <lennart@poettering.net>
Wed, 19 Oct 2005 13:48:29 +0000 (13:48 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@823 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

autogen.sh

index 1514221467493e9f8e1142a5d564ec0ad9c32063..b0568e57522a67d85f5de179b939fe9dbbdaa217 100755 (executable)
@@ -47,7 +47,9 @@ else
     rm -rf autom4te.cache
     rm -f config.cache
 
-    libtoolize -c --force
+    test "x$LIBTOOLIZE" = "x" && LIBTOOLIZE=libtoolize
+
+    "$LIBTOOLIZE" -c --force
     run_versioned aclocal "$VERSION" -I common
     autoconf -Wall
     autoheader