From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: Problem building CVS Guile with automake 1.6.1 Date: 26 Apr 2002 19:19:03 +0200 Sender: guile-devel-admin@gnu.org Message-ID: <87662ez8c8.fsf@zagadka.ping.de> References: <2002-04-26-13-33-13+29271+duret_g@epita.fr> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1019841504 30068 127.0.0.1 (26 Apr 2002 17:18:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 26 Apr 2002 17:18:24 +0000 (UTC) Cc: guile-devel@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 1719MV-0007or-00 for ; Fri, 26 Apr 2002 19:18:23 +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 1719MF-00071R-00; Fri, 26 Apr 2002 13:18:07 -0400 Original-Received: from dialin.speedway43.dip96.dokom.de ([195.138.43.96] helo=zagadka.ping.de) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 1719Ja-0006uH-00 for ; Fri, 26 Apr 2002 13:15:23 -0400 Original-Received: (qmail 1074 invoked by uid 1000); 26 Apr 2002 17:19:03 -0000 Original-To: Matthias Koeppe In-Reply-To: Original-Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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:533 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:533 Matthias Koeppe writes: > Dear Guile maintainers: I have prepared the patch below, which checks > for Automake 1.4, for which the work-around is still used; for newer > automake, aclocal is called directly. (Alternatively, one could > require Automake 1.5 for hacking Guile and get rid of the work-around > altogether.) Thanks! (We've known about this issue already, and I have a fix ready waiting to be comitted...) We are simply requiring automake 1.5 and put all Guile local macros into guile-config/. Therefore, we need to run aclocal as aclocal -I guile-config/ and also rig the top Makefile.am to pass "-I guile-config" to aclocal when automatically regenerating aclocal.m4. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel