On Saturday 01 March 2008 20:08, Steven Zimmer wrote: > The problem with it is that the gnome-autogen.sh script searches for > the autotools using the autoconf --version or automake --version or > autolocal --version. The problem is that the autotools come packaged > for MSYS have version numbers attached like autolocal-1.10 and > autoconf-2.61. I think that's because Chuck also ported the Gentoo wrappers, to select either of autoconf-2.13 or autoconf-2.61, dependent on the AC_PREREQ in the configure.in or configure.ac processed, (and a similar capability for alternative automake versions, IIRC). To use those Gentoo wrapped versions, you have to install the wrappers, which are found in the autoconf-4-1-bin.tar.bz2 tarball, for autoconf, and automake-3-1-bin.tar.bz2 for automake. Alternatively, you could just install from stock FSF sources, to get normal behaviour for autoconf-2.61 and automake-1.10, (or even any more recent releases), if you don't require the older version support. Regards, Keith. _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf