summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-02-11 20:27:02 +0000
committerJim Meyering <jim@meyering.net>2005-02-11 20:27:02 +0000
commit1beb06ed13f659873baa14c4bf6b58c9eac2a13c (patch)
tree229607d89b59e7a23c928a50a0cd8e4fad9b95e9
parent9a564239f5ab8126787f0af5149d2c2ed6b61cda (diff)
downloadcoreutils-1beb06ed13f659873baa14c4bf6b58c9eac2a13c.tar.xz
*** empty log message ***
-rw-r--r--lib/ChangeLog8
-rw-r--r--m4/ChangeLog5
2 files changed, 13 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 1b997ff73..71aafb63f 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,11 @@
+2005-02-11 Jim Meyering <jim@meyering.net>
+
+ Remove names of files that are now mentioned in AC_LIBSOURCES
+ and AC_LIBOBJ uses in inttostr.m4.
+ * Makefile.am (libfetish_a_SOURCES): Remove imaxtostr.c,
+ offtostr.c, and umaxtostr.c.
+ (EXTRA_DIST): Remove inttostr.c and inttostr.h.
+
2005-02-08 Jim Meyering <jim@meyering.net>
* Makefile.am (libfetish_a_SOURCES): Remove memcasecmp.c
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 581794ed2..7752a8848 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-11 Jim Meyering <jim@meyering.net>
+
+ * inttostr.m4 (gl_INTTOSTR): Use AC_LIBSOURCES to list the
+ required source files.
+
2005-02-09 Jim Meyering <jim@meyering.net>
* getcwd.m4 (gl_FUNC_GETCWD_NULL): Use AC_LIBSOURCES to list the