summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-10-05 06:52:09 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-10-05 06:52:09 +0000
commit00873ce07645b83daaf37ad959af7d40d068ef84 (patch)
tree92d5f6dfa5980109162cf7cb7567a2f1be5a60f3 /m4
parent01f57610c470fe6548a00518c82aa85dc3bc24ba (diff)
downloadcoreutils-00873ce07645b83daaf37ad959af7d40d068ef84.tar.xz
Rename xclone to xmemdup. Remove obsolete xalloc macros.
Remove xstrdup.c and move xstrdup implementation to xmalloc.c.
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog3
-rw-r--r--m4/xalloc.m48
2 files changed, 4 insertions, 7 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 450fd1e7c..da71b55de 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,6 +1,9 @@
2004-10-04 Paul Eggert <eggert@cs.ucla.edu>
Sync from gnulib.
+
+ * xalloc.m4 (gl_PREREQ_XSTRDUP): Remove. All uses removed.
+
* unlocked-io.m4: Add copyright notice.
(gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
diff --git a/m4/xalloc.m4 b/m4/xalloc.m4
index 4d9383509..96797e9f5 100644
--- a/m4/xalloc.m4
+++ b/m4/xalloc.m4
@@ -1,4 +1,4 @@
-# xalloc.m4 serial 9
+# xalloc.m4 serial 10
dnl Copyright (C) 2002-2004 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
@@ -10,7 +10,6 @@ AC_DEFUN([gl_XALLOC],
[
gl_PREREQ_XALLOC
gl_PREREQ_XMALLOC
- gl_PREREQ_XSTRDUP
])
# Prerequisites of lib/xalloc.h.
@@ -23,8 +22,3 @@ AC_DEFUN([gl_PREREQ_XMALLOC], [
AC_REQUIRE([AC_C_INLINE])
:
])
-
-# Prerequisites of lib/xstrdup.c.
-AC_DEFUN([gl_PREREQ_XSTRDUP], [
- :
-])