From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: Trouble building 1.8.x Date: Tue, 02 Jan 2007 09:40:12 +1100 Message-ID: <87wt46nzg3.fsf@zip.com.au> References: <87d560ho15.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1167691339 17938 80.91.229.12 (1 Jan 2007 22:42:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Jan 2007 22:42:19 +0000 (UTC) Cc: Guile Development Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jan 01 23:42:16 2007 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H1Vr6-0000lG-C6 for guile-devel@m.gmane.org; Mon, 01 Jan 2007 23:42:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H1Vr5-0000nV-S9 for guile-devel@m.gmane.org; Mon, 01 Jan 2007 17:42:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H1VpS-0007N7-11 for guile-devel@gnu.org; Mon, 01 Jan 2007 17:40:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H1VpQ-0007L1-4k for guile-devel@gnu.org; Mon, 01 Jan 2007 17:40:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H1VpQ-0007Kq-0H for guile-devel@gnu.org; Mon, 01 Jan 2007 17:40:24 -0500 Original-Received: from [61.8.2.231] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H1VpP-0002oL-EC for guile-devel@gnu.org; Mon, 01 Jan 2007 17:40:23 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout2.pacific.net.au (Postfix) with ESMTP id E5E2910994F; Tue, 2 Jan 2007 09:40:10 +1100 (EST) Original-Received: from localhost (ppp2872.dyn.pacific.net.au [61.8.40.114]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id 08C468C0A; Tue, 2 Jan 2007 09:40:12 +1100 (EST) Original-Received: from gg by localhost with local (Exim 4.63) (envelope-from ) id 1H1VpE-0001xT-VP; Tue, 02 Jan 2007 09:40:12 +1100 Original-To: Neil Jerram Mail-Copies-To: never In-Reply-To: <87d560ho15.fsf@ossau.uklinux.net> (Neil Jerram's message of "Sun, 31 Dec 2006 01:06:30 +0000") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:6390 Archived-At: Neil Jerram writes: > > + ./autogen.sh ../workbook I've never used that. :) > autoreconf Nor that. > configure:35800: error: possibly undefined macro: AM_INTL_SUBDIR > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. Sounds strange. As a wild guess though, check you haven't got any symlinked .m4 files in the guile-config dir (or wherever) which have become broken by upgrading automake and/or gettext. That bit me on my last update, I fixed it by deleting them. (I think it was gettextize that made those links for me. I suspect that's a throwback to a time when all .m4 files were supposed to be both in the dist as well as in aclocal.m4. I'd be surprised if anyone has ever used either mechanism for a reconf though.) _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel