Use glibtoolize if available, we need this on OS X with MacPorts.

This commit is contained in:
js 2008-05-22 11:42:09 +00:00
parent e672c81b44
commit 4e26da4a98
1 changed files with 3 additions and 1 deletions

View File

@ -17,9 +17,11 @@
exit 1
fi
which glibtoolize >/dev/null 2>&1 && LIBTOOLIZE="glibtoolize" || LIBTOOLIZE="libtoolize"
intltoolize --force --automake \
&& aclocal -I ./m4 \
&& libtoolize --copy --force --automake \
&& $LIBTOOLIZE --copy --force --automake \
&& autoheader \
&& autoconf \
&& automake ${AM_ARGS} \