From 2b443dfd9c08a753c3e3e3f85b49aedac28c6bd9 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 23 May 2006 14:07:49 +0000 Subject: [PATCH] No longer require GNU make. Update list of dependency ports --- buildconf.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/buildconf.sh b/buildconf.sh index 230cf91..167152b 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.32 2006-05-23 09:54:12 adam Exp $ +# $Id: buildconf.sh,v 1.33 2006-05-23 14:07:49 adam Exp $ automake=automake aclocal=aclocal @@ -13,7 +13,6 @@ if [ "`uname -s`" = FreeBSD ]; then aclocal="aclocal19 -I /usr/local/share/aclocal" autoconf=autoconf259 libtoolize=libtoolize15 - echo "Remember to use gmake (GNU make) instead of vanilla make" fi if $automake --version|head -1 |grep '1\.[4-7]'; then @@ -97,8 +96,8 @@ EOF if [ "`uname -s`" = FreeBSD ]; then cat <