mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01:00
Remove unnecessary STRIP_* definitions, and GNU make check. Really fixes
Sat Feb 14 11:05:26 2004 Manish Singh <yosh@gimp.org> * configure.in: Remove unnecessary STRIP_* definitions, and GNU make check. Really fixes #134102.
This commit is contained in:
parent
ad7581b792
commit
fec8b1d45c
@ -1,3 +1,8 @@
|
||||
Sat Feb 14 11:05:26 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: Remove unnecessary STRIP_* definitions, and GNU
|
||||
make check. Really fixes #134102.
|
||||
|
||||
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
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Feb 14 11:05:26 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: Remove unnecessary STRIP_* definitions, and GNU
|
||||
make check. Really fixes #134102.
|
||||
|
||||
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
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Feb 14 11:05:26 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: Remove unnecessary STRIP_* definitions, and GNU
|
||||
make check. Really fixes #134102.
|
||||
|
||||
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
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Feb 14 11:05:26 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: Remove unnecessary STRIP_* definitions, and GNU
|
||||
make check. Really fixes #134102.
|
||||
|
||||
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
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Feb 14 11:05:26 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: Remove unnecessary STRIP_* definitions, and GNU
|
||||
make check. Really fixes #134102.
|
||||
|
||||
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
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Feb 14 11:05:26 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: Remove unnecessary STRIP_* definitions, and GNU
|
||||
make check. Really fixes #134102.
|
||||
|
||||
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
|
||||
|
15
configure.in
15
configure.in
@ -678,21 +678,6 @@ jm_GLIBC21
|
||||
AC_CHECK_HEADERS([stddef.h stdlib.h string.h])
|
||||
AC_CHECK_FUNCS(setlocale)
|
||||
|
||||
AC_MSG_CHECKING(whether make is GNU Make)
|
||||
STRIP_BEGIN=
|
||||
STRIP_END=
|
||||
if ${MAKE} --version 2>/dev/null | grep '^GNU Make ' >/dev/null ; then
|
||||
STRIP_BEGIN='$(strip $(STRIP_DUMMY)'
|
||||
STRIP_END=')'
|
||||
AC_MSG_RESULT(yes)
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
fi
|
||||
STRIP_DUMMY=
|
||||
AC_SUBST(STRIP_DUMMY)
|
||||
AC_SUBST(STRIP_BEGIN)
|
||||
AC_SUBST(STRIP_END)
|
||||
|
||||
# check additional type sizes
|
||||
AC_CHECK_SIZEOF(size_t)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user