From: Wolfram Schneider Date: Sat, 19 Feb 2011 12:41:44 +0000 (+0100) Subject: sync FreeBSD updates from yaz/buildconf.sh X-Git-Tag: v1.2.5~1^2~6^2~1 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=b3841190a97000567c9e7c151b47182b202394c1;p=metaproxy-moved-to-github.git sync FreeBSD updates from yaz/buildconf.sh --- diff --git a/buildconf.sh b/buildconf.sh index fc07d69..d7597c4 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -14,11 +14,11 @@ fi if [ "`uname -s`" = FreeBSD ]; then # FreeBSD intalls the various auto* tools with version numbers echo "Using special configuration for FreeBSD ..." - automake=automake19 - aclocal="aclocal19 -I /usr/local/share/aclocal" - autoconf=autoconf259 - libtoolize=libtoolize15 - autoheader=autoheader259 + automake=automake + aclocal="aclocal -I /usr/local/share/aclocal" + autoconf=autoconf + libtoolize=libtoolize + autoheader=autoheader fi if [ "`uname -s`" = Darwin ]; then @@ -118,9 +118,9 @@ EOF fi if [ "`uname -s`" = FreeBSD ]; then cat <