From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.bugs Subject: Re: guile-1.8.1 tarball missing config.rpath Date: Sun, 03 Dec 2006 09:52:52 +1100 Message-ID: <87hcwd7vwb.fsf@zip.com.au> References: <20061107101431.GD21880@iam.uni-bonn.de> <20061107110254.36074.qmail@web35215.mail.mud.yahoo.com> <20061107185449.GB24660@iam.uni-bonn.de> <87y7qaqhog.fsf@ossau.uklinux.net> <20061119071645.GC28934@iam.uni-bonn.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1165099989 9162 80.91.229.2 (2 Dec 2006 22:53:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Dec 2006 22:53:09 +0000 (UTC) Cc: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sat Dec 02 23:53:05 2006 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GqdjD-00022U-5j for guile-bugs@m.gmane.org; Sat, 02 Dec 2006 23:53:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GqdjC-00087T-TM for guile-bugs@m.gmane.org; Sat, 02 Dec 2006 17:53:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GqdjA-00087O-PP for bug-guile@gnu.org; Sat, 02 Dec 2006 17:53:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gqdj9-00087C-Ux for bug-guile@gnu.org; Sat, 02 Dec 2006 17:53:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gqdj9-000879-Re for bug-guile@gnu.org; Sat, 02 Dec 2006 17:52:59 -0500 Original-Received: from [61.8.2.231] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gqdj9-00031z-Eh for bug-guile@gnu.org; Sat, 02 Dec 2006 17:52:59 -0500 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout2.pacific.net.au (Postfix) with ESMTP id 3FA486E07C; Sun, 3 Dec 2006 09:52:55 +1100 (EST) Original-Received: from localhost (ppp2CAA.dyn.pacific.net.au [61.8.44.170]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id 995E927403; Sun, 3 Dec 2006 09:52:55 +1100 (EST) Original-Received: from gg by localhost with local (Exim 4.63) (envelope-from ) id 1Gqdj3-0002gS-77; Sun, 03 Dec 2006 09:52:53 +1100 Original-To: Neil Jerram In-Reply-To: <20061119071645.GC28934@iam.uni-bonn.de> (Ralf Wildenhues's message of "Sun, 19 Nov 2006 08:16:46 +0100") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) 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:3407 Archived-At: Ralf Wildenhues writes: > > * Neil Jerram wrote on Fri, Nov 17, 2006 at 03:19:43PM CET: > >> 2. Make sure that whoever prepares the release has Automake 1.10; then >> automake --add-missing will install config.rpath as a side effect >> of the AM_GNU_GETTEXT declaration in configure.in. I made that change, by bumping the required version in the top-level Makefile.am. > Not quite right. automake will complain, but it will take gettextize or > autopoint to actually install config.rpath. Every time I've run gettextize it's modified or added more stuff than I wanted it to :-(. In particular for guile we don't have translated messages internally yet, hence no po directory. > You could also just copy it > from /usr/share/gettext (or whereever gettext happens to be installed on > your system). Yes, that'd be the go. _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile