]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Undo 2005-01-14 patch. Already done in a better way in stpncpy.h.
authorBruno Haible <bruno@clisp.org>
Fri, 28 Jan 2005 12:42:25 +0000 (12:42 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:07 +0000 (12:12 +0200)
gettext-tools/m4/ChangeLog
gettext-tools/m4/stpncpy.m4

index cd0728cf2e8cec1ae64c4a6c67f7008a7791a2c5..5073030db61477db0ba15f2609bc23789fb13857 100644 (file)
        * unlocked-io.m4, xreadlink.m4:
        Use an all-permissive copyright notice, recommended by RMS.
 
-2005-01-14  Bruno Haible  <bruno@clisp.org>
-
-       * stpncpy.m4 (gl_FUNC_STPNCPY): Rename the replacement function to
-       gnu_stpncpy. Needed for AIX.
-
 2005-01-08  Bruno Haible  <bruno@clisp.org>
 
        * libgrep.m4: New file.
index 8efd1a9c32ca571d320d370bc7b23ff5a75401aa..25033c4c4da035fd59261210b12eb1a8cadfeb3d 100644 (file)
@@ -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