Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Fri, 17 Sep 2004 12:46:23 +0200 From: "Gerrit P. Haase" Reply-To: "Gerrit @ cygwin" Organization: Esse keine toten Tiere Message-ID: <0601068.20040917124623@familiehaase.de> To: cygwin AT cygwin DOT com Subject: [automake-1.9] aclocal problems MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Hello Charles, I'm having problems with the new automake. I'm getting no aclocal.m4 file as usual and therefore, there are several unexpanded macros from configure.in which causes autoconf to fail. It is nice to see that there are major aclocal bugs handled with this new release, but it seems that they also introduced new problems. Gerrit -- =^..^= $ (cd adns-1.0 && autoreconf --install --verbose --force ) autoreconf: Entering directory `.' autoreconf: configure.in: not using Gettext autoreconf: running: aclocal --force /usr/autotool/devel/share/aclocal/rep.m4:7: warning: underquoted definition of AM_PATH_REP run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal /usr/share/aclocal/sigc++.m4:8: warning: underquoted definition of AM_PATH_SIGC /usr/share/aclocal/pth.m4:43: warning: underquoted definition of _AC_PTH_ERROR /usr/share/aclocal/pth.m4:55: warning: underquoted definition of _AC_PTH_VERBOSE /usr/share/aclocal/pth.m4:61: warning: underquoted definition of AC_CHECK_PTH /usr/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES /usr/share/aclocal/linger.m4:4: warning: underquoted definition of AC_STRUCT_LINGER /usr/share/aclocal/libtasn1.m4:12: warning: underquoted definition of AM_PATH_LIBTASN1 /usr/share/aclocal/libsmi.m4:8: warning: underquoted definition of AM_PATH_LIBSMI /usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT /usr/share/aclocal/libgcrypt.m4:23: warning: underquoted definition of AM_PATH_LIBGCRYPT /usr/share/aclocal/ksba.m4:17: warning: underquoted definition of AM_PATH_KSBA /usr/share/aclocal/gnome-cxx-check.m4:2: warning: underquoted definition of GNOME_CHECK_CXX /usr/share/aclocal/gimp-2.0.m4:8: warning: underquoted definition of AM_PATH_GIMP_2_0 /usr/share/aclocal/gconf-2.m4:8: warning: underquoted definition of AM_GCONF_SOURCE_2 /usr/share/aclocal/freetype2.m4:7: warning: underquoted definition of AC_CHECK_FT2 /usr/share/aclocal/check.m4:5: warning: underquoted definition of AM_PATH_CHECK /usr/share/aclocal/check-utmp.m4:11: warning: underquoted definition of AC_CHECK_UTMP autoreconf: configure.in: tracing autoreconf: configure.in: not using Libtool autoreconf: running: /usr/autotool/devel/bin/autoconf --force configure.in:29: error: possibly undefined macro: AC_MSG_CHECKING If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:30: error: possibly undefined macro: AC_CACHE_VAL configure.in:31: error: possibly undefined macro: AC_TRY_COMPILE autoreconf: /usr/autotool/devel/bin/autoconf failed with exit status: 1 gerrit AT loreley ~ $ (cd adns-1.0 && ls -l aclocal* && cat aclocal* ) -rw-r--r-- 1 gerrit Domänen- 600 Sep 17 12:11 aclocal.m4 # generated automatically by aclocal 1.9.1 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 # Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. m4_include([acinclude.m4]) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/