Remove unnecessary STRIP_* definitions, and GNU make check. Really fixes
authorManish Singh <yosh@gimp.org>
Sat, 14 Feb 2004 19:05:02 +0000 (19:05 +0000)
committerManish Singh <yosh@src.gnome.org>
Sat, 14 Feb 2004 19:05:02 +0000 (19:05 +0000)
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.

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

index b6c48f0..a027e99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 
index b6c48f0..a027e99 100644 (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>
 
        * configure.in: Make the check for GNU make work when MAKE is a 
index b6c48f0..a027e99 100644 (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>
 
        * configure.in: Make the check for GNU make work when MAKE is a 
index b6c48f0..a027e99 100644 (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>
 
        * configure.in: Make the check for GNU make work when MAKE is a 
index b6c48f0..a027e99 100644 (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>
 
        * configure.in: Make the check for GNU make work when MAKE is a 
index b6c48f0..a027e99 100644 (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>
 
        * configure.in: Make the check for GNU make work when MAKE is a 
index 2491704..79f5e95 100644 (file)
@@ -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)