]> Pileus Git - ~andy/gtk/commitdiff
Remove unnecessary STRIP_* definitions, and GNU make check.
authorManish Singh <yosh@gimp.org>
Sat, 14 Feb 2004 19:21:51 +0000 (19:21 +0000)
committerManish Singh <yosh@src.gnome.org>
Sat, 14 Feb 2004 19:21:51 +0000 (19:21 +0000)
Sat Feb 14 11:05:26 2004  Manish Singh  <yosh@gimp.org>

        * configure.in: Remove unnecessary STRIP_* definitions, and GNU
        make check.

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

index b6b7c557b5dec5785a1a8f25d886a7e84eb2d961..c4d8891987b6b2756da521c0c4e4921b35eba6d0 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.
+
 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
 
        * gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark):
index b6b7c557b5dec5785a1a8f25d886a7e84eb2d961..c4d8891987b6b2756da521c0c4e4921b35eba6d0 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.
+
 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
 
        * gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark):
index b6b7c557b5dec5785a1a8f25d886a7e84eb2d961..c4d8891987b6b2756da521c0c4e4921b35eba6d0 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.
+
 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
 
        * gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark):
index b6b7c557b5dec5785a1a8f25d886a7e84eb2d961..c4d8891987b6b2756da521c0c4e4921b35eba6d0 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.
+
 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
 
        * gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark):
index b6b7c557b5dec5785a1a8f25d886a7e84eb2d961..c4d8891987b6b2756da521c0c4e4921b35eba6d0 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.
+
 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
 
        * gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark):
index b521436998d57df69553562e815bc31dd7a2cf4d..ad7228ab0210a33c49d31a34f9e19c90cee30285 100644 (file)
@@ -380,21 +380,6 @@ if test "$gtk_ok" = "yes"; then
   AC_DEFINE(HAVE_SIGSETJMP)
 fi
 
-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
-       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)
-
 # i18n stuff
 ALL_LINGUAS="af am ar az be bg bn br ca cs cy da de el en_GB es et eu fa fi fr ga gl he hi hr hu ia id it ja ko li lt lv mi mk ml mn ms ne nl nn no pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta th tr uk uz uz@Latn vi wa yi zh_CN zh_TW"
 AM_GLIB_GNU_GETTEXT