summaryrefslogtreecommitdiffstats
path: root/gettext-tools
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-01-28 12:56:14 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:12:07 +0200
commit81320a2673a0390facba26d02e770aef9abb255f (patch)
treebe86d0b5af508fee920f27565060a48687c1f465 /gettext-tools
parent6187d2ed39cc1ec9ef2d86b09f5d9378385f0408 (diff)
downloadexternal_gettext-81320a2673a0390facba26d02e770aef9abb255f.zip
external_gettext-81320a2673a0390facba26d02e770aef9abb255f.tar.gz
external_gettext-81320a2673a0390facba26d02e770aef9abb255f.tar.bz2
Undo again.
Diffstat (limited to 'gettext-tools')
-rw-r--r--gettext-tools/m4/ChangeLog7
-rw-r--r--gettext-tools/m4/stpncpy.m44
2 files changed, 8 insertions, 3 deletions
diff --git a/gettext-tools/m4/ChangeLog b/gettext-tools/m4/ChangeLog
index cd0728c..179e893 100644
--- a/gettext-tools/m4/ChangeLog
+++ b/gettext-tools/m4/ChangeLog
@@ -1,3 +1,10 @@
+2005-01-28 Bruno Haible <bruno@clisp.org>
+
+ * stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because of
+ AIX, the replacement has to be done only after <string.h> is included,
+ therefore not in config.h. stpncpy.h does the replacement, and
+ stpncpy.c uses it.
+
2005-01-19 Bruno Haible <bruno@clisp.org>
* alloca.m4, allocsa.m4, backupfile.m4, canonicalize.m4, csharpcomp.m4:
diff --git a/gettext-tools/m4/stpncpy.m4 b/gettext-tools/m4/stpncpy.m4
index 8efd1a9..1ab377c 100644
--- a/gettext-tools/m4/stpncpy.m4
+++ b/gettext-tools/m4/stpncpy.m4
@@ -1,4 +1,4 @@
-# stpncpy.m4 serial 2
+# stpncpy.m4 serial 3
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