From: Juergen W. <wie...@fr...> - 2006-06-15 07:07:26
|
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 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? If I use a .tar.gz from another computer (make dist) on the same platform, ./configure and make && make install work fine. Juergen |