From 879fd09bf48ea006ea3ba27b84a752005a82e0d2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 19 Oct 2005 13:48:29 +0000 Subject: use $LIBTOOLIZE in autogen.sh if defined git-svn-id: file:///home/lennart/svn/public/avahi/trunk@823 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- autogen.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'autogen.sh') 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 -- cgit