summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-19 13:48:29 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-19 13:48:29 +0000
commit879fd09bf48ea006ea3ba27b84a752005a82e0d2 (patch)
treed25c6929364035e4759ee39143fcc3aa165498d0 /autogen.sh
parent35e5f1fd14f04d201e39c85f7772579d21f4bfdb (diff)
use $LIBTOOLIZE in autogen.sh if defined
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@823 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 3 insertions, 1 deletions
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