glibtoolize

SVN revision: 11625
This commit is contained in:
Nathan Ingersoll 2004-09-13 05:38:15 +00:00
parent 255bbfb3b1
commit 191deb644a
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.