From: Akim Demaille Date: Fri, 4 Dec 2015 15:36:17 +0000 (+0100) Subject: Called glibtoolize if libtoolize run fails. X-Git-Tag: v2.6.1~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ddfe81aa8a0a1ccd02618187a0e4322be96f76c;p=flex Called glibtoolize if libtoolize run fails. 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. --- diff --git a/autogen.sh b/autogen.sh index 627f92e..46611bf 100755 --- a/autogen.sh +++ b/autogen.sh @@ -29,5 +29,5 @@ #Makefile first.) touch ChangeLog -libtoolize --install --force +libtoolize --install --force || glibtoolize --install --force autoreconf --install --force