diff options
author | Jim Meyering <jim@meyering.net> | 2006-10-12 20:37:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-12 20:37:02 +0000 |
commit | 5f60ffcfcfef1a7a126792b7748c7072c8ee20be (patch) | |
tree | d0d3011170efd8bbe48828dd118a35f28b1b16bc /ChangeLog | |
parent | 90224c66391b276d6ead17311b9e810600e027e4 (diff) | |
download | coreutils-5f60ffcfcfef1a7a126792b7748c7072c8ee20be.tar.xz |
[ChangeLog]
* configure.ac: Reflect s/gl_MACROS/coreutils_MACROS/ renaming.
Call gl_INIT directly, rather than through the above.
[m4/ChangeLog]
* jm-macros.m4 (coreutils_MACROS): Rename from gl_MACROS, now that
most of the gnulib macros have migrated into gnulib.
Don't call gl_INIT here (now it's called from configure.ac, directly).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-10-12 Jim Meyering <jim@meyering.net> + + * configure.ac: Reflect s/gl_MACROS/coreutils_MACROS/ renaming. + Call gl_INIT directly, rather than through the above. + 2006-10-11 Paul Eggert <eggert@cs.ucla.edu> * bootstrap (symlink_to_gnulib): Fix bug: the dot_dots shell |