summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-09 09:58:34 +0000
committerJim Meyering <jim@meyering.net>2003-08-09 09:58:34 +0000
commit8ae0c38a7804a6c9c458da273f800b9f2dff901f (patch)
treef860dcd28c002a2ea2024ab7d5f63e0381ad911c /lib
parent5a2082acb61ed7a9ed4b337d087a5ee8cd76072e (diff)
downloadcoreutils-8ae0c38a7804a6c9c458da273f800b9f2dff901f.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 22ed86f09..9d4d6dab7 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,19 @@
+2003-08-08 Paul Eggert <eggert@twinsun.com>
+
+ * Makefile.am (libfetish_a_SOURCES): Remove fnmatch_.h.
+ (lib_OBJECTS): New macro, for convenience when cutting and
+ pasting Makefile.am templates from gnulib.
+ (EXTRA_DIST): Remove fnmatch_loop.c.
+ (BUILT_SOURCES): Append $(FNMATCH_H).
+ * Makefile.am: Import the following changes from gnulib templates
+ for alloca and fnmatch):
+ (all-local $(lib_OBJECTS)): New dependencies.
+ (alloca.h): Use alloca.h-t for temporary.
+ (EXTRA_DIST): Append fnmatch_.h, fnmatch_loop.c.
+ (fnmatch.h): New rule.
+ (MOSTLYCLEANFILES): Add fnmatch.h, fnmatch.h-t.
+ (DISTCLEANFILES): Remove fnmatch.h
+
2003-08-08 Jim Meyering <jim@meyering.net>
* mountlist.c (read_filesystem_list) [MOUNTED_GETFSSTAT]: