diff options
author | Jim Meyering <jim@meyering.net> | 2007-07-12 11:41:32 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-07-12 11:41:32 +0200 |
commit | 13b2b9c3428f28802dcc98b29e4f6f96771326b8 (patch) | |
tree | 63361236ff7827ed8aa89d0ef938a442682afa91 /ChangeLog | |
parent | e345806d939845cc3761a42b3a7490c267735b8b (diff) | |
download | coreutils-13b2b9c3428f28802dcc98b29e4f6f96771326b8.tar.xz |
Clean up include-exclude-prog.m4.
* m4/include-exclude-prog.m4 (gl_ADD_PROG): Don't modify MAN.
(gl_REMOVE_PROG): Likewise.
Add omitted "\>" in sed regexp.
Remove any leading or trailing spaces.
(gl_ADD_PROG): Remove any leading space.
* configure.ac: Instead, derive $MAN from $optional_bin_progs.
Append $(EXEEXT) to *all* names, not just the first one.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2007-07-12 Jim Meyering <jim@meyering.net> + + Clean up include-exclude-prog.m4. + * m4/include-exclude-prog.m4 (gl_ADD_PROG): Don't modify MAN. + (gl_REMOVE_PROG): Likewise. + Add omitted "\>" in sed regexp. + Remove any leading or trailing spaces. + (gl_ADD_PROG): Remove any leading space. + * configure.ac: Instead, derive $MAN from $optional_bin_progs. + Append $(EXEEXT) to *all* names, not just the first one. + 2007-07-11 Jim Meyering <jim@meyering.net> If there's a GPL vN copyright comment, require that N == 3. |