diff options
author | Jim Meyering <jim@meyering.net> | 2003-08-09 10:44:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-08-09 10:44:33 +0000 |
commit | 69ca659567f4e13fe8073baf01a979ba5299d940 (patch) | |
tree | 2f076267e6297d9d227dfc4abc33e353c10acc24 | |
parent | 23ee422fe8b34467d45cbf680f37bda23255128a (diff) | |
download | coreutils-69ca659567f4e13fe8073baf01a979ba5299d940.tar.xz |
*** empty log message ***
-rw-r--r-- | lib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 9d4d6dab7..49db7344c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2003-08-09 Jim Meyering <jim@meyering.net> + + * Makefile.am: Use the e.g., `$(FNMATCH_H)' notation for AC_REPLACED + variable names, rather than @FNMATCH_H@. + Likewise for $(ALLOCA_H). + (fnmatch.h): Use `$@' in the commands, in place of the three copies + of the literal target, `fnmatch.h'. + (alloca.h): Likewise. + 2003-08-08 Paul Eggert <eggert@twinsun.com> * Makefile.am (libfetish_a_SOURCES): Remove fnmatch_.h. |