From: Mike Taylor Date: Mon, 22 May 2006 15:15:26 +0000 (+0000) Subject: Remind BSD users to use gmake rather than make. X-Git-Tag: YAZ.2.1.20~39 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=243dcdc032523016724ee50765a8a58e9d808209;ds=sidebyside Remind BSD users to use gmake rather than make. --- 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