X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=5f60670eb48b152034f8d78f5282bbb46a22c8fd;hp=d86b2701d8b9f0924f3c7d2643c93a4ab4af1e71;hb=e579d2c5f9886c3929513a15724bd745ae4bacac;hpb=e77ab47ef9cea60b0c7acedef78a0c9913f493fd diff --git a/buildconf.sh b/buildconf.sh index d86b270..5f60670 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -7,11 +7,7 @@ libtoolize=libtoolize test -d config || mkdir config if test .git; then - if test -d m4/.git -a -d doc/common/.git; then - : - else - git submodule init - fi + git submodule init git submodule update fi if [ "`uname -s`" = FreeBSD ]; then @@ -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