From 57e6eef5ae07e5e73e0a3e991ecb9b5d0831a60a Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Sat, 14 Feb 2004 19:21:51 +0000 Subject: [PATCH] Remove unnecessary STRIP_* definitions, and GNU make check. Sat Feb 14 11:05:26 2004 Manish Singh * configure.in: Remove unnecessary STRIP_* definitions, and GNU make check. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ configure.in | 15 --------------- 6 files changed, 25 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index b6b7c557b..c4d889198 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Feb 14 11:05:26 2004 Manish Singh + + * configure.in: Remove unnecessary STRIP_* definitions, and GNU + make check. + 2004-02-13 Federico Mena Quintero * gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index b6b7c557b..c4d889198 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Sat Feb 14 11:05:26 2004 Manish Singh + + * configure.in: Remove unnecessary STRIP_* definitions, and GNU + make check. + 2004-02-13 Federico Mena Quintero * gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark): diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index b6b7c557b..c4d889198 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Sat Feb 14 11:05:26 2004 Manish Singh + + * configure.in: Remove unnecessary STRIP_* definitions, and GNU + make check. + 2004-02-13 Federico Mena Quintero * gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark): diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index b6b7c557b..c4d889198 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Sat Feb 14 11:05:26 2004 Manish Singh + + * configure.in: Remove unnecessary STRIP_* definitions, and GNU + make check. + 2004-02-13 Federico Mena Quintero * gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index b6b7c557b..c4d889198 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Sat Feb 14 11:05:26 2004 Manish Singh + + * configure.in: Remove unnecessary STRIP_* definitions, and GNU + make check. + 2004-02-13 Federico Mena Quintero * gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark): diff --git a/configure.in b/configure.in index b52143699..ad7228ab0 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.43.2