diff options
author | Jim Meyering <meyering@redhat.com> | 2007-10-28 15:53:59 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-10-28 15:54:44 +0100 |
commit | 68c33a103d3f493171b1d9e1094726a4d65e31c9 (patch) | |
tree | c2b3eda820f54c473c4acb4187f02184d72ca3fe /ChangeLog | |
parent | 6555874879ea0cb8665fca8d2feb10cf8262d49b (diff) | |
download | coreutils-68c33a103d3f493171b1d9e1094726a4d65e31c9.tar.xz |
Run autoreconf, not just autoconf, to avoid warnings.
* GNUmakefile (dummy): Otherwise, we'd sometimes get a warning
about autoconf version mismatch between what was used to generate
aclocal.m4 and the currently-running autoconf.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-10-28 Jim Meyering <meyering@redhat.com> + Run autoreconf, not just autoconf, to avoid warnings. + * GNUmakefile (dummy): Otherwise, we'd sometimes get a warning + about autoconf version mismatch between what was used to generate + aclocal.m4 and the currently-running autoconf. + Require gnulib's printf-posix module, to support Interix. * bootstrap.conf (gnulib_modules): Add printf-posix. |