diff options
| author | Lennart Poettering <lennart@poettering.net> | 2005-10-19 13:48:29 +0000 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2005-10-19 13:48:29 +0000 | 
| commit | 879fd09bf48ea006ea3ba27b84a752005a82e0d2 (patch) | |
| tree | d25c6929364035e4759ee39143fcc3aa165498d0 | |
| parent | 35e5f1fd14f04d201e39c85f7772579d21f4bfdb (diff) | |
use $LIBTOOLIZE in autogen.sh if defined
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@823 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
| -rwxr-xr-x | autogen.sh | 4 | 
1 files changed, 3 insertions, 1 deletions
@@ -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  | 
