From: Jim Meyering Date: Fri, 11 Feb 2005 20:27:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~1473 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1beb06ed13f659873baa14c4bf6b58c9eac2a13c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 1b997ff737..71aafb63f4 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2005-02-11 Jim Meyering + + 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 * Makefile.am (libfetish_a_SOURCES): Remove memcasecmp.c diff --git a/m4/ChangeLog b/m4/ChangeLog index 581794ed2d..7752a88488 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,8 @@ +2005-02-11 Jim Meyering + + * inttostr.m4 (gl_INTTOSTR): Use AC_LIBSOURCES to list the + required source files. + 2005-02-09 Jim Meyering * getcwd.m4 (gl_FUNC_GETCWD_NULL): Use AC_LIBSOURCES to list the