pkgsrc/x11/gtk--/patches/patch-aj
bouyer bceab4eb7a Use ${MAKE-make} instead of $ac_make in configure. If ${MAKE} is a full
path (e.g. /usr/local/bin/gmake) $ac_make will have / changed to _
(e.g. _usr_local_bin_gamke)
2002-10-27 13:34:59 +00:00

13 lines
496 B
Text

$NetBSD: patch-aj,v 1.1 2002/10/27 13:35:00 bouyer Exp $
--- configure.orig Wed Oct 23 16:27:42 2002
+++ configure Wed Oct 23 16:28:02 2002
@@ -5585,7 +5585,7 @@
echo $ac_n "checking whether make is GNU Make""... $ac_c" 1>&6
echo "configure:5588: checking whether make is GNU Make" >&5
-if $ac_make --version 2>/dev/null | grep '^GNU Make ' >/dev/null ; then
+if ${MAKE-make} --version 2>/dev/null | grep '^GNU Make ' >/dev/null ; then
echo "$ac_t""yes" 1>&6
else
echo "$ac_t""no" 1>&6