From: Wolfram Schneider Date: Fri, 7 Nov 2008 11:01:57 +0000 (+0100) Subject: Set libtoolize on a MacOS X-Git-Tag: v3.0.38~3 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=e579d2c5f9886c3929513a15724bd745ae4bacac Set libtoolize on a MacOS --- 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