summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2015-12-04 16:36:17 +0100
committerWill Estes <westes575@gmail.com>2015-12-04 14:59:54 -0500
commit7ddfe81aa8a0a1ccd02618187a0e4322be96f76c (patch)
tree428ff2d5a6135d4d21b676e39918f795c135089a /autogen.sh
parent9e24fe5ea9ae7b2e2193fa3ad881416f12bf43cf (diff)
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.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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