From 751a9f4e45213cd69f00c62c71edc9d7ad99b82d Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Wed, 11 Dec 2013 05:08:23 -0800 Subject: [PATCH] macos: Using glibtoolize instead of libtoolize --- autogen.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index e2afe462..3d51987a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,7 +7,8 @@ rm -rf autom4te.cache rm -f aclocal.m4 -libtoolize --force --copy +case `uname` in Darwin*) glibtoolize --force --copy ;; + *) libtoolize --force --copy ;; esac autoreconf --install autoheader automake --add-missing --foreign --copy --force-missing