Jim Meyering <jim <at> meyering.net> writes: > Hoping to use the latest gnulib in coreutils, I sync'd, committed (without > pushing yet, of course), and tried to bootstrap. Running autoconf > produced warnings like this: > > configure.ac:45: warning: AC_REQUIRE: `gl_FUNC_CHOWN' was expanded before it was required
The other fix is to use AC_DEFUN_ONCE in chown.m4, rather than tweaking configure.ac sections of modules files. -- Eric Blake
