summaryrefslogtreecommitdiff
path: root/devel/maketool/patches/patch-af
blob: dbe2f68f6eb361c342940ec720467f5fa2c212da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-af,v 1.1 1999/10/13 11:31:30 fredb Exp $

--- configure.in.orig	Sat Sep 11 00:03:34 1999
+++ configure.in	Tue Oct 12 06:09:29 1999
@@ -36,6 +36,9 @@
 AC_PROG_AWK
 AC_PROG_CC
 
+dnl Get name of GNU make
+AC_CHECK_PROGS(GMAKE, gmake make, make)dnl
+
 dnl Stuff for gettext
 ALL_LINGUAS="la"
 AM_GNU_GETTEXT