From: <br...@ph...> - 2006-06-15 11:23:54
|
Juergen Wieferink wrote: > Hi, > > ./prepare gives me the following error message: > > ============================================================================ > configure.in:243: error: possibly undefined macro: AC_MSG_WARN > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > > Some part of the preparation process failed. > Please refer to INSTALL for details. > ============================================================================ I don't see that happening here (same versions you used, on Cygwin, with freshly cvs-updated sources). There are some Warnings, but they all only concern warnings from Cygwin-installed stuff in /usr/share/aclocal. This is in a tree that has been built in before, though. But since the problem is in configure.in processing by autoconf, which is done unconditionally by 'prepare', that shouldn't make a difference. > I use autoconf-2.59 and automake-1.9.6, which seem to be the newest > versions available. This happens with a freshly checked out local > copy. Are there any other autotools which need to be up to date? I don't think so. > If I use a .tar.gz from another computer (make dist) on the same > platform, ./configure and make && make install work fine. No surprise --- they have nothing to with autoconf failing on configure.in. |