Make the check for GNU make work when MAKE is a full path. (#134102, Julio
authorMatthias Clasen <maclas@gmx.de>
Sat, 14 Feb 2004 01:08:15 +0000 (01:08 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 14 Feb 2004 01:08:15 +0000 (01:08 +0000)
Sat Feb 14 02:11:08 2004  Matthias Clasen  <maclas@gmx.de>

* configure.in: Make the check for GNU make work when MAKE is a
full path.  (#134102, Julio M. Merino Vidal)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index dfd9e4e..b6c48f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Feb 14 02:11:08 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * configure.in: Make the check for GNU make work when MAKE is a 
+       full path.  (#134102, Julio M. Merino Vidal)
+
 Sat Feb 14 02:08:03 2004  Matthias Clasen  <maclas@gmx.de>
 
        * configure.in: Suppress xsltproc and xmlcatalog checks
index dfd9e4e..b6c48f0 100644 (file)
@@ -1,3 +1,8 @@
+Sat Feb 14 02:11:08 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * configure.in: Make the check for GNU make work when MAKE is a 
+       full path.  (#134102, Julio M. Merino Vidal)
+
 Sat Feb 14 02:08:03 2004  Matthias Clasen  <maclas@gmx.de>
 
        * configure.in: Suppress xsltproc and xmlcatalog checks
index dfd9e4e..b6c48f0 100644 (file)
@@ -1,3 +1,8 @@
+Sat Feb 14 02:11:08 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * configure.in: Make the check for GNU make work when MAKE is a 
+       full path.  (#134102, Julio M. Merino Vidal)
+
 Sat Feb 14 02:08:03 2004  Matthias Clasen  <maclas@gmx.de>
 
        * configure.in: Suppress xsltproc and xmlcatalog checks
index dfd9e4e..b6c48f0 100644 (file)
@@ -1,3 +1,8 @@
+Sat Feb 14 02:11:08 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * configure.in: Make the check for GNU make work when MAKE is a 
+       full path.  (#134102, Julio M. Merino Vidal)
+
 Sat Feb 14 02:08:03 2004  Matthias Clasen  <maclas@gmx.de>
 
        * configure.in: Suppress xsltproc and xmlcatalog checks
index dfd9e4e..b6c48f0 100644 (file)
@@ -1,3 +1,8 @@
+Sat Feb 14 02:11:08 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * configure.in: Make the check for GNU make work when MAKE is a 
+       full path.  (#134102, Julio M. Merino Vidal)
+
 Sat Feb 14 02:08:03 2004  Matthias Clasen  <maclas@gmx.de>
 
        * configure.in: Suppress xsltproc and xmlcatalog checks
index dfd9e4e..b6c48f0 100644 (file)
@@ -1,3 +1,8 @@
+Sat Feb 14 02:11:08 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * configure.in: Make the check for GNU make work when MAKE is a 
+       full path.  (#134102, Julio M. Merino Vidal)
+
 Sat Feb 14 02:08:03 2004  Matthias Clasen  <maclas@gmx.de>
 
        * configure.in: Suppress xsltproc and xmlcatalog checks
index f6e0875..2491704 100644 (file)
@@ -681,7 +681,7 @@ AC_CHECK_FUNCS(setlocale)
 AC_MSG_CHECKING(whether make is GNU Make)
 STRIP_BEGIN=
 STRIP_END=
-if $ac_make --version 2>/dev/null | grep '^GNU Make ' >/dev/null ; then
+if ${MAKE} --version 2>/dev/null | grep '^GNU Make ' >/dev/null ; then
         STRIP_BEGIN='$(strip $(STRIP_DUMMY)'
         STRIP_END=')'
         AC_MSG_RESULT(yes)