diff options
author | Jim Meyering <jim@meyering.net> | 2007-07-14 10:02:57 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-07-14 10:05:23 +0200 |
commit | 78adb282a743a326ccfb137c537fcc793e1ebb08 (patch) | |
tree | 8348418aba9789740183891f4ebb324f107195f8 /ChangeLog | |
parent | 1ff9e235e7413c7f945cc87cb3d4fe9ab0464d3b (diff) | |
download | coreutils-78adb282a743a326ccfb137c537fcc793e1ebb08.tar.xz |
Change interface: make 2nd param _space_-separated, not comma-separated
* m4/include-exclude-prog.m4 (gl_INCLUDE_EXCLUDE_PROG): Remove now-
unnecessary use of tr.
Improve comments.
* configure.ac: Adjust caller, as well as the code that ensures the
2nd parameter stays in sync with the list in src/Makefile.am.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-07-14 Jim Meyering <jim@meyering.net> + + Change interface: make 2nd param _space_-separated, not comma-separated + * m4/include-exclude-prog.m4 (gl_INCLUDE_EXCLUDE_PROG): Remove now- + unnecessary use of tr. + Improve comments. + * configure.ac: Adjust caller, as well as the code that ensures the + 2nd parameter stays in sync with the list in src/Makefile.am. + 2007-07-14 Karel Zak <kzak@redhat.com> * m4/include-exclude-prog.m4 (gl_REMOVE_PROG): Fix typo: s/$2/$1/. |