Use glibtoolize on OS X.
authorrbdpngn <rbdpngn>
Sat, 22 Jan 2005 06:56:56 +0000 (06:56 +0000)
committerrbdpngn <rbdpngn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 22 Jan 2005 06:56:56 +0000 (06:56 +0000)
SVN revision: 13052

autogen.sh

index 88ee7f3..ea0a332 100755 (executable)
@@ -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.