From e579d2c5f9886c3929513a15724bd745ae4bacac Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 7 Nov 2008 12:01:57 +0100 Subject: [PATCH] Set libtoolize on a MacOS --- buildconf.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/buildconf.sh b/buildconf.sh index b0edd6c..5f60670 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -19,6 +19,11 @@ if [ "`uname -s`" = FreeBSD ]; then libtoolize=libtoolize15 fi +if [ "`uname -s`" = Darwin ]; then + echo "Using special configuration for Darwin/MacOS ..." + libtoolize=glibtoolize +fi + if $automake --version|head -1 |grep '1\.[4-7]'; then echo "automake 1.4-1.7 is active. You should use automake 1.8 or later" if test -f /etc/debian_version; then -- 1.7.10.4