X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=e20925fc1db62564f57dbd7d503facc0e5389199;hp=9a92e766f658792196035dfb2846d05c59d23339;hb=243dcdc032523016724ee50765a8a58e9d808209;hpb=2d247ac3b6ac4a8422e3260c3891ee1374a41c0a diff --git a/buildconf.sh b/buildconf.sh index 9a92e76..e20925f 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.30 2006-05-22 12:11:45 mike Exp $ +# $Id: buildconf.sh,v 1.31 2006-05-22 15:15:26 mike Exp $ automake=automake aclocal=aclocal @@ -11,6 +11,7 @@ if [ "`uname -s`" = FreeBSD ]; then automake=automake19 aclocal="aclocal19 -I /usr/local/share/aclocal" autoconf=autoconf259 + echo "Remember to use gmake (GNU make) instead of vanilla make" fi if $automake --version|head -1 |grep '1\.[4-7]'; then