From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matthias Koeppe Newsgroups: gmane.lisp.guile.devel Subject: Problem building CVS Guile with automake 1.6.1 Date: Fri, 26 Apr 2002 11:03:27 +0200 Sender: guile-devel-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1019811986 29604 127.0.0.1 (26 Apr 2002 09:06:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 26 Apr 2002 09:06:26 +0000 (UTC) Cc: automake@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 1711gQ-0007hM-00 for ; Fri, 26 Apr 2002 11:06:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 1711gK-0001lr-00; Fri, 26 Apr 2002 05:06:20 -0400 Original-Received: from saturn.math.uni-magdeburg.de ([141.44.75.38]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 1711dZ-0001UM-00; Fri, 26 Apr 2002 05:03:30 -0400 Original-Received: from lambda.math.uni-magdeburg.de (lambda [141.44.75.79]) by saturn.math.uni-magdeburg.de (8.11.6/8.11.6) with ESMTP id g3Q93SJ10322; Fri, 26 Apr 2002 11:03:28 +0200 (MET DST) Original-Received: (from mkoeppe@localhost) by lambda.math.uni-magdeburg.de (8.10.2+Sun/8.10.2) id g3Q93RC11372; Fri, 26 Apr 2002 11:03:27 +0200 (MEST) X-Authentication-Warning: lambda.math.uni-magdeburg.de: mkoeppe set sender to mkoeppe@mail.math.uni-magdeburg.de using -f Original-To: guile-devel@gnu.org Original-Lines: 38 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1.80 (sparc-sun-solaris2.7) Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:528 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:528 Guile's `guile-aclocal.sh' script fails with automake 1.6.1. Here is the relevant part: | # copy all installed aclocal files into $temp | cp `aclocal --print-ac-dir`/*.m4 $temp |=20=20 | # remove the .m4 files installed by Guile from $temp, so they don't | # cause conflicts | rm -f ${temp}/guile.m4 ${temp}/qthreads.m4 |=20=20 | aclocal --acdir=3D$temp -I . As far as I understand it, this fails with automake 1.6.1 because the "aclocal" library location is versioned with the automake API version. On my system, the location is=20 /localapp/imosoft/sparcv9-sun-solaris2.7/share/aclocal-1.6 but=20 aclocal --print-ac-dir=20 =3D=3D> /localapp/imosoft/sparcv9-sun-solaris2.7/share/aclocal which happens to point to an old (1.4) installation of the aclocal library. When aclocal is invoked with --acdir set to a copy of this library,=20 automake fails with these messages: configure.in:28: your implementation of AM_INIT_AUTOMAKE comes from an configure.in:28: old Automake version. You should recreate aclocal.m4 configure.in:28: with aclocal and run automake again. Clearly something needs to be fixed. Is it aclocal (to return the versioned "aclocal" directory) or Guile? --=20 Matthias K=F6ppe -- http://www.math.uni-magdeburg.de/~mkoeppe _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel