From: Jim Meyering Date: Sun, 23 Jan 2000 09:52:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=657160c587fa1a68f6bc9d6f59dc4808fe13c806;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index dad3b49330..0f50eeddea 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2000-01-23 Jim Meyering + + * Makefile.am (libfetish_a_SOURCES): Remove explicit mention of + obstack.c. + 2000-01-22 Jim Meyering * strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul. diff --git a/m4/ChangeLog b/m4/ChangeLog index 06a467272f..bd8aa6df02 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -4,6 +4,7 @@ AC_SUBST these here, rather than just in sh-util/configure.in, so that the now-shared-by-fileutils-and-textutils lib/Makefile.am are all the same. + (AM_FUNC_OBSTACK): Add (from fileutils/configure.in). 2000-01-22 Jim Meyering