On Wed, 24 Dec 2003, Jon A. Cruz wrote:
Thomas Ingham wrote:
Please add the files codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 from the /sw/share/aclocal directory to your autoconf macro directory or directly to your aclocal.m4 file. You will also need config.guess and config.sub, which you can get from ftp://ftp.gnu.org/pub/gnu/config/.
I have no idea what it means.
I'm not sure either, but it's non-fatal, so I just move on to the ./configure step.
This has actually always been in there, but due to the way autogen had been configured to run, these warnings were hidden. They're non fatal and as far as we can tell unnecessary, but afaik nobody's had a chance to look into them. It would probably help avoid freaking new developers out if we could find how to suppress them...
Bryce