X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=buildconf.sh;h=d16ea33d44ed12094e72d7343f9dbdaa46d6aa41;hb=f304b5971574644559b065a70a0a964a87a55e77;hp=858ad3b85757bfe0bebee083bc6c96fd49b65e47;hpb=5ddfd8539ebd230cd671d1b2cc639c83aa841722;p=yazpp-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index 858ad3b..d16ea33 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,6 +1,11 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.4 2000-12-07 13:27:14 adam Exp $ -aclocal -I . +# $Id: buildconf.sh,v 1.5 2001-02-21 11:25:07 adam Exp $ +dir=`aclocal --print-ac-dir` +if [ -f $dir/yaz.m4 ]; then + aclocal +else + aclocal -I . +fi libtoolize --force automake -a autoconf