From: Bruno Haible Date: Fri, 28 Jan 2005 12:42:25 +0000 (+0000) Subject: Undo 2005-01-14 patch. Already done in a better way in stpncpy.h. X-Git-Tag: v0.14.2~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=589f014c1fe3a0738c28bf715c81594cddf84263;p=thirdparty%2Fgettext.git Undo 2005-01-14 patch. Already done in a better way in stpncpy.h. --- diff --git a/gettext-tools/m4/ChangeLog b/gettext-tools/m4/ChangeLog index cd0728cf2..5073030db 100644 --- a/gettext-tools/m4/ChangeLog +++ b/gettext-tools/m4/ChangeLog @@ -13,11 +13,6 @@ * unlocked-io.m4, xreadlink.m4: Use an all-permissive copyright notice, recommended by RMS. -2005-01-14 Bruno Haible - - * stpncpy.m4 (gl_FUNC_STPNCPY): Rename the replacement function to - gnu_stpncpy. Needed for AIX. - 2005-01-08 Bruno Haible * libgrep.m4: New file. diff --git a/gettext-tools/m4/stpncpy.m4 b/gettext-tools/m4/stpncpy.m4 index 8efd1a9c3..25033c4c4 100644 --- a/gettext-tools/m4/stpncpy.m4 +++ b/gettext-tools/m4/stpncpy.m4 @@ -1,4 +1,4 @@ -# stpncpy.m4 serial 2 +# stpncpy.m4 serial 1 dnl Copyright (C) 2002-2003, 2005 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -49,8 +49,6 @@ int main () { AC_DEFINE(HAVE_STPNCPY, 1, [Define if you have the stpncpy() function and it works.]) else - AC_DEFINE([stpncpy], [gnu_stpncpy], - [Define to a replacement function name for stpncpy().]) AC_LIBOBJ([stpncpy]) gl_PREREQ_STPNCPY fi