pkgsrc/x11/gtk--/patches/patch-ai
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
469 B
Text

$NetBSD: patch-ai,v 1.1 2002/10/27 13:35:00 bouyer Exp $
--- configure.in.orig Wed Oct 23 16:27:18 2002
+++ configure.in Wed Oct 23 16:27:35 2002
@@ -131,7 +131,7 @@
dnl Check for GNU make (stolen from gtk+/configure.in)
dnl
AC_MSG_CHECKING(whether make is GNU Make)
-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
AC_MSG_RESULT(yes)
else
AC_MSG_RESULT(no)