diff options
author | Jim Meyering <jim@meyering.net> | 2007-07-22 18:26:23 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-07-22 19:26:22 +0200 |
commit | cd098ea1997e42e1dfe9633eac2fbee4c545aaf1 (patch) | |
tree | e740949a4908de4fd51bc85c21beaae379845904 /ChangeLog | |
parent | a0c8d0e0fe514c0c9b37ced9b4f96d3e076de44b (diff) | |
download | coreutils-cd098ea1997e42e1dfe9633eac2fbee4c545aaf1.tar.xz |
Arrange to rerun configure whenever src/Makefile.am changes.
* configure.ac: Arrange to rerun configure whenever src/Makefile.am changes.
That file contains the list of program names that must be substituted into
files like man/Makefile.
Add quotes around AC_SUBST arguments.
Signed-off-by: Jim Meyering <jim@meyering.net>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-07-22 Jim Meyering <jim@meyering.net> + + * configure.ac: Arrange to rerun configure whenever src/Makefile.am + changes. That file contains the list of program names that must be + substituted into files like man/Makefile. + Add quotes around AC_SUBST arguments. + 2007-07-21 Paul Eggert <eggert@cs.ucla.edu> * bootstrap (slurp): Work even in environments where "ls" defaults |