mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 04:36:17 +01:00
Make the check for GNU make work when MAKE is a full path. (#134102, Julio
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)
This commit is contained in:
parent
61d0ff7edd
commit
ad7581b792
@ -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>
|
Sat Feb 14 02:08:03 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* configure.in: Suppress xsltproc and xmlcatalog checks
|
* configure.in: Suppress xsltproc and xmlcatalog checks
|
||||||
|
@ -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>
|
Sat Feb 14 02:08:03 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* configure.in: Suppress xsltproc and xmlcatalog checks
|
* configure.in: Suppress xsltproc and xmlcatalog checks
|
||||||
|
@ -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>
|
Sat Feb 14 02:08:03 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* configure.in: Suppress xsltproc and xmlcatalog checks
|
* configure.in: Suppress xsltproc and xmlcatalog checks
|
||||||
|
@ -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>
|
Sat Feb 14 02:08:03 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* configure.in: Suppress xsltproc and xmlcatalog checks
|
* configure.in: Suppress xsltproc and xmlcatalog checks
|
||||||
|
@ -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>
|
Sat Feb 14 02:08:03 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* configure.in: Suppress xsltproc and xmlcatalog checks
|
* configure.in: Suppress xsltproc and xmlcatalog checks
|
||||||
|
@ -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>
|
Sat Feb 14 02:08:03 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* configure.in: Suppress xsltproc and xmlcatalog checks
|
* configure.in: Suppress xsltproc and xmlcatalog checks
|
||||||
|
@ -681,7 +681,7 @@ AC_CHECK_FUNCS(setlocale)
|
|||||||
AC_MSG_CHECKING(whether make is GNU Make)
|
AC_MSG_CHECKING(whether make is GNU Make)
|
||||||
STRIP_BEGIN=
|
STRIP_BEGIN=
|
||||||
STRIP_END=
|
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_BEGIN='$(strip $(STRIP_DUMMY)'
|
||||||
STRIP_END=')'
|
STRIP_END=')'
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
|
Loading…
Reference in New Issue
Block a user