Guys,
When I attempt to compile the latest cvs running ./autogen I get the following message:
I am testing that you have the required versions of libtool, autoconf, automake, glib-gettextize and intltoolize. This test is not foolproof, so if anything goes wrong, see the file HACKING for more information...
checking for autoconf >= 2.52 ... yes (version 2.57) checking for automake >= 1.6 ... yes (version 1.6.3) checking for glib-gettextize >= 2.0.0 ... yes (version 2.2.1) checking for intltool >= 0.17 ... yes (version 0.27.2) Copying file po/Makefile.in.in
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.
Please help. -thomas
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.
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
participants (3)
-
Bryce Harrington
-
Jon A. Cruz
-
Thomas Ingham