$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)