Use glibtoolize when libtoolize not available.

SVN revision: 11624
This commit is contained in:
rbdpngn 2004-09-13 05:29:37 +00:00 committed by rbdpngn
parent 7b5bada52d
commit 24f6672b96
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.