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: guile-aclocal.sh looks broken. Date: 14 Apr 2002 22:29:42 +0200 Sender: guile-devel-admin@gnu.org Message-ID: <87lmbqnhvt.fsf@zagadka.ping.de> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1018816039 11902 127.0.0.1 (14 Apr 2002 20:27:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 14 Apr 2002 20:27:19 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16wqal-00035r-00 for ; Sun, 14 Apr 2002 22:27:19 +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 16wqaW-0005bG-00; Sun, 14 Apr 2002 16:27:04 -0400 Original-Received: from dialin.speedway42.dip177.dokom.de ([195.138.42.177] helo=zagadka.ping.de) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 16wqZy-0005aQ-00 for ; Sun, 14 Apr 2002 16:26:30 -0400 Original-Received: (qmail 30130 invoked by uid 1000); 14 Apr 2002 20:29:42 -0000 Original-To: Guile Development List Original-Lines: 32 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:378 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:378 Hi, we use the script guile-aclocal.sh as a wrapper for aclocal. It should make sure that aclocal uses the *.m4 files distributed with Guile in preference to the ones installed in the system. I think it is broken, tho. It will definitely be broken when we use automake 1.6. Ultimately, aclocal is invoked as aclocal --acdir=$temp -I . but guile.m4 is no longer in ".". It has been moved to guile-config. Also, for automake 1.6, a single "acdir" does not seem to suffice. I propose to fix this situation by removing guile-aclocal.sh altogether, moving qthread.m4 into guile-config and invoking aclocal as aclocal -I guile-config from autogen.sh. Also, we need to put ACLOCAL_AMFLAGS = -I $(top_srcdir)/guile-config into every Makefile.am OK? _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel