From: Bruno Haible Date: Fri, 28 Jan 2005 12:49:43 +0000 (+0000) Subject: Oops, undo last commit. X-Git-Tag: v0.14.2~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6187d2ed39cc1ec9ef2d86b09f5d9378385f0408;p=thirdparty%2Fgettext.git Oops, undo last commit. --- diff --git a/gettext-tools/m4/ChangeLog b/gettext-tools/m4/ChangeLog index 5073030db..cd0728cf2 100644 --- a/gettext-tools/m4/ChangeLog +++ b/gettext-tools/m4/ChangeLog @@ -13,6 +13,11 @@ * 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 25033c4c4..8efd1a9c3 100644 --- a/gettext-tools/m4/stpncpy.m4 +++ b/gettext-tools/m4/stpncpy.m4 @@ -1,4 +1,4 @@ -# stpncpy.m4 serial 1 +# stpncpy.m4 serial 2 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,6 +49,8 @@ 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