From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans Aberg Newsgroups: gmane.lisp.guile.bugs Subject: Compiling from GIT Date: Wed, 9 Feb 2011 11:40:11 +0100 Message-ID: <102A4E0F-DA84-484B-8F2F-D08F0D1B3A9E@telia.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1297248042 18830 80.91.229.12 (9 Feb 2011 10:40:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 9 Feb 2011 10:40:42 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Feb 09 11:40:38 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pn7TS-00057u-0h for guile-bugs@m.gmane.org; Wed, 09 Feb 2011 11:40:38 +0100 Original-Received: from localhost ([127.0.0.1]:47714 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pn7TQ-00086H-US for guile-bugs@m.gmane.org; Wed, 09 Feb 2011 05:40:37 -0500 Original-Received: from [140.186.70.92] (port=46580 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pn7T5-00085C-3N for bug-guile@gnu.org; Wed, 09 Feb 2011 05:40:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pn7T3-0008AZ-Mv for bug-guile@gnu.org; Wed, 09 Feb 2011 05:40:14 -0500 Original-Received: from smtp-out21.han.skanova.net ([195.67.226.208]:59067) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pn7T3-0008AJ-G9 for bug-guile@gnu.org; Wed, 09 Feb 2011 05:40:13 -0500 Original-Received: from [10.0.1.2] (217.210.127.13) by smtp-out21.han.skanova.net (8.5.133) (authenticated as u26619196) id 4D075171013ACD53 for bug-guile@gnu.org; Wed, 9 Feb 2011 11:40:12 +0100 X-Mailer: Apple Mail (2.1082) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.67.226.208 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5091 Archived-At: I made a new system installation, and now the GIT version does not = generate 'configure'. I thought one should just run ./autogen.sh; = however, this fails, because autoconf (called via autoreconf in this = script) cannot find gettext.m4, which is in /usr/local/share/aclocal/, = which should be copied into ./m4/. I can't see if it is a problem with Guile's configure.ac or some = installation problem with autoconf-2.68 that makes it not looking into = /usr/local/share.