From: Raja R Harinath Date: Thu, 12 Nov 1998 16:49:21 +0000 (+0000) Subject: Remove easy-vsnprintf hack -- it doesn't work for Solaris 2.5 binaries X-Git-Tag: GNOME_COMMON_1_2_1~257 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d75eabf5464e61a16c7e8ea883671e4b969fdc28;p=platform%2Fupstream%2Fgnome-common.git Remove easy-vsnprintf hack -- it doesn't work for Solaris 2.5 binaries * gnome-support.m4 (vsnprintf): Remove easy-vsnprintf hack -- it doesn't work for Solaris 2.5 binaries running on Solaris 2.6. From Frederic Devernay . svn path=/trunk/; revision=469 --- diff --git a/macros/ChangeLog b/macros/ChangeLog index d94db25..99b2591 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,9 @@ +1998-11-12 Raja R Harinath + + * gnome-support.m4 (vsnprintf): Remove easy-vsnprintf hack -- it + doesn't work for Solaris 2.5 binaries running on Solaris 2.6. + From Frederic Devernay . + 1998-11-06 Raja R Harinath * gnome-support.m4: Fix stupid type (sterror_r -> strerror_r). diff --git a/macros/gnome-support.m4 b/macros/gnome-support.m4 index 93ef320..458b610 100644 --- a/macros/gnome-support.m4 +++ b/macros/gnome-support.m4 @@ -58,13 +58,8 @@ AC_DEFUN([GNOME_SUPPORT_CHECKS],[ fi done - AC_CHECK_FUNCS(vsnprintf,,[ - AC_CHECK_FUNCS(__vsnprintf, - LIBOBJS="$LIBOBJS easy-vsnprintf.o", - LIBOBJS="$LIBOBJS vsnprintf.o")]) - AC_REPLACE_FUNCS(memmove mkstemp scandir strcasecmp strerror strndup strnlen) - AC_REPLACE_FUNCS(strtok_r strtod strtol strtoul vasprintf) + AC_REPLACE_FUNCS(strtok_r strtod strtol strtoul vasprintf vsnprintf) AC_CHECK_FUNCS(realpath,,LIBOBJS="$LIBOBJS canonicalize.o")