Use glibtoolize on OS X.

SVN revision: 13052
This commit is contained in:
rbdpngn 2005-01-22 06:56:56 +00:00 committed by rbdpngn
parent 2dd953e701
commit b904a0bb2c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ rm -f aclocal.m4
echo "Running aclocal..."; aclocal $ACLOCAL_FLAGS -I m4 \
&& echo "Running autoheader..."; autoheader \
&& echo "Running autoconf..."; autoconf \
&& echo "Running libtoolize..."; libtoolize --automake \
&& echo "Running libtoolize..."; ( libtoolize --automake || glibtoolize --automake ) \
&& echo "Running automake..."; automake --add-missing --copy --gnu
### If you want this, uncomment it.