X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;fp=buildconf.sh;h=5f60670eb48b152034f8d78f5282bbb46a22c8fd;hp=b0edd6cf8748c0a3bc4b8c121548463a1fe52827;hb=e579d2c5f9886c3929513a15724bd745ae4bacac;hpb=185932b6ae28e68c77e270196cd96a379fc775b6 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