From: Manish Singh Date: Sat, 14 Feb 2004 19:05:02 +0000 (+0000) Subject: Remove unnecessary STRIP_* definitions, and GNU make check. Really fixes X-Git-Tag: GLIB_2_3_3~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fec8b1d45cc7c77882c651c10692847040e85c3f;p=platform%2Fupstream%2Fglib.git Remove unnecessary STRIP_* definitions, and GNU make check. Really fixes Sat Feb 14 11:05:26 2004 Manish Singh * configure.in: Remove unnecessary STRIP_* definitions, and GNU make check. Really fixes #134102. --- diff --git a/ChangeLog b/ChangeLog index b6c48f0..a027e99 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. Really fixes #134102. + Sat Feb 14 02:11:08 2004 Matthias Clasen * configure.in: Make the check for GNU make work when MAKE is a diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index b6c48f0..a027e99 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. Really fixes #134102. + Sat Feb 14 02:11:08 2004 Matthias Clasen * configure.in: Make the check for GNU make work when MAKE is a diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index b6c48f0..a027e99 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +Sat Feb 14 11:05:26 2004 Manish Singh + + * configure.in: Remove unnecessary STRIP_* definitions, and GNU + make check. Really fixes #134102. + Sat Feb 14 02:11:08 2004 Matthias Clasen * configure.in: Make the check for GNU make work when MAKE is a diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index b6c48f0..a027e99 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. Really fixes #134102. + Sat Feb 14 02:11:08 2004 Matthias Clasen * configure.in: Make the check for GNU make work when MAKE is a diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index b6c48f0..a027e99 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. Really fixes #134102. + Sat Feb 14 02:11:08 2004 Matthias Clasen * configure.in: Make the check for GNU make work when MAKE is a diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index b6c48f0..a027e99 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. Really fixes #134102. + Sat Feb 14 02:11:08 2004 Matthias Clasen * configure.in: Make the check for GNU make work when MAKE is a diff --git a/configure.in b/configure.in index 2491704..79f5e95 100644 --- a/configure.in +++ b/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)