]> granicus.if.org Git - flex/commitdiff
Called glibtoolize if libtoolize run fails.
authorAkim Demaille <akim@lrde.epita.fr>
Fri, 4 Dec 2015 15:36:17 +0000 (16:36 +0100)
committerWill Estes <westes575@gmail.com>
Fri, 4 Dec 2015 19:59:54 +0000 (14:59 -0500)
On Mac OS X, libtoolize is known as glibtoolize. In cases where libtoolize is not present, then calling glibtoolize when bootstrapping the build system gives more folks a shot at getting flex built from the ground up.

autogen.sh

index 627f92ee12c53f38257452ca5617628463fd5469..46611bf3d87154752307a267cd8cba9ee4dd1450 100755 (executable)
@@ -29,5 +29,5 @@
 #Makefile first.)
 
 touch ChangeLog
-libtoolize --install --force
+libtoolize --install --force || glibtoolize --install --force
 autoreconf --install --force