From 061f5917418dc97fda573fef0537216a87d96e04 Mon Sep 17 00:00:00 2001 From: Jon Williams Date: Wed, 19 Jun 2013 11:31:51 -0400 Subject: [PATCH] Fix for MacPorts install; libtoolize is named glibtoolize --- bootstrap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index c292745..1ae1e9b 100755 --- a/bootstrap +++ b/bootstrap @@ -1,7 +1,8 @@ rm -rf config.cache autom4te*.cache #autoreconf --install -libtoolize --automake +case `uname` in Darwin*) glibtoolize --automake ;; + *) libtoolize --automake ;; esac aclocal autoconf autoheader