X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=buildconf.sh;h=e20925fc1db62564f57dbd7d503facc0e5389199;hb=51755f9b44a6ab87089c169cb7c64b240833a909;hp=9a92e766f658792196035dfb2846d05c59d23339;hpb=2d247ac3b6ac4a8422e3260c3891ee1374a41c0a;p=yaz-moved-to-github.git 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