From 7ddfe81aa8a0a1ccd02618187a0e4322be96f76c Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 4 Dec 2015 16:36:17 +0100 Subject: [PATCH] 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. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0