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:
Manish Singh 2004-02-14 19:05:02 +00:00 committed by Manish Singh
parent ad7581b792
commit fec8b1d45c
7 changed files with 30 additions and 15 deletions

View File

@ -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> 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 * configure.in: Make the check for GNU make work when MAKE is a

View File

@ -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> 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 * configure.in: Make the check for GNU make work when MAKE is a

View File

@ -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> 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 * configure.in: Make the check for GNU make work when MAKE is a

View File

@ -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> 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 * configure.in: Make the check for GNU make work when MAKE is a

View File

@ -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> 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 * configure.in: Make the check for GNU make work when MAKE is a

View File

@ -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> 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 * configure.in: Make the check for GNU make work when MAKE is a

View File

@ -678,21 +678,6 @@ jm_GLIBC21
AC_CHECK_HEADERS([stddef.h stdlib.h string.h]) AC_CHECK_HEADERS([stddef.h stdlib.h string.h])
AC_CHECK_FUNCS(setlocale) 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 # check additional type sizes
AC_CHECK_SIZEOF(size_t) AC_CHECK_SIZEOF(size_t)