diff options
author | Jim Meyering <jim@meyering.net> | 2003-08-09 14:00:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-08-09 14:00:39 +0000 |
commit | b8315632af385663d63db9f627429ad66e3c0364 (patch) | |
tree | 25555ae8e0efbd2675ae8226f6f9b58429cc56ed | |
parent | b50550c508bd3a10b843f2cad4d3df25fec59b36 (diff) | |
download | coreutils-b8315632af385663d63db9f627429ad66e3c0364.tar.xz |
*** empty log message ***
-rw-r--r-- | lib/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 49db7344c..4a25d31d6 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,6 +1,8 @@ 2003-08-09 Jim Meyering <jim@meyering.net> - * Makefile.am: Use the e.g., `$(FNMATCH_H)' notation for AC_REPLACED + * fatal.c, fatal.h: Remove unused files. + + * Makefile.am: Use the e.g., `$(FNMATCH_H)' notation for AC_SUBST'd variable names, rather than @FNMATCH_H@. Likewise for $(ALLOCA_H). (fnmatch.h): Use `$@' in the commands, in place of the three copies |