X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=buildconf.sh;h=5f60670eb48b152034f8d78f5282bbb46a22c8fd;hb=e579d2c5f9886c3929513a15724bd745ae4bacac;hp=b8905d44f33fa934bce8c4fec178f6091cf0c591;hpb=74070de2e1115b836d4bfd1934a0db659ee3ffde;p=yaz-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index b8905d4..5f60670 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.46 2007-02-20 09:53:01 adam Exp $ automake=automake aclocal=aclocal @@ -7,13 +6,10 @@ autoconf=autoconf libtoolize=libtoolize test -d config || mkdir config -if test -d m4 -a -d doc/common; then - : -else +if test .git; then git submodule init git submodule update fi - if [ "`uname -s`" = FreeBSD ]; then # FreeBSD intalls the various auto* tools with version numbers echo "Using special configuration for FreeBSD ..." @@ -23,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