From: Lennart Poettering Date: Wed, 19 Oct 2005 13:48:29 +0000 (+0000) Subject: use $LIBTOOLIZE in autogen.sh if defined X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=879fd09bf48ea006ea3ba27b84a752005a82e0d2;p=catta use $LIBTOOLIZE in autogen.sh if defined git-svn-id: file:///home/lennart/svn/public/avahi/trunk@823 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- diff --git a/autogen.sh b/autogen.sh index 1514221..b0568e5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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