From 243dcdc032523016724ee50765a8a58e9d808209 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 22 May 2006 15:15:26 +0000 Subject: [PATCH] Remind BSD users to use gmake rather than make. --- buildconf.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4