X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=buildconf.sh;fp=buildconf.sh;h=20df4b690014346ab98d469eaf8a61f62eeeadb4;hb=29388f5e9e3bd4bb5f0e375cdc560869be840d86;hp=fc07d69136aaf87e1add0077e851e9510cc9fb0d;hpb=563f0870fd8b98f66c5e1abcc4683d29368c1491;p=yazpp-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index fc07d69..20df4b6 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 @@ -119,8 +119,9 @@ EOF if [ "`uname -s`" = FreeBSD ]; then cat <