From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bruno Haible Newsgroups: gmane.lisp.guile.devel Subject: Re: building guile from CVS Date: Mon, 24 Jan 2005 16:25:25 +0100 Message-ID: <200501241625.25636.bruno@clisp.org> References: <873bxarzgk.fsf@zip.com.au> <200501211641.38438.bruno@clisp.org> <87r7kee9rh.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1106582287 17561 80.91.229.6 (24 Jan 2005 15:58:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Jan 2005 15:58:07 +0000 (UTC) Cc: guile-devel@gnu.org, Marius Vollmer Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jan 24 16:57:52 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ct6b8-0005uj-00 for ; Mon, 24 Jan 2005 16:57:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ct6nJ-0005s5-BD for guile-devel@m.gmane.org; Mon, 24 Jan 2005 11:10:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ct6m3-0005dw-5Q for guile-devel@gnu.org; Mon, 24 Jan 2005 11:09:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ct6lo-0005Yh-Ij for guile-devel@gnu.org; Mon, 24 Jan 2005 11:08:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ct6lo-0005SL-64 for guile-devel@gnu.org; Mon, 24 Jan 2005 11:08:52 -0500 Original-Received: from [81.80.162.195] (helo=ftp.ilog.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ct6BZ-0005ez-VI for guile-devel@gnu.org; Mon, 24 Jan 2005 10:31:26 -0500 Original-Received: from laposte.ilog.fr (cerbere-qfe0 [81.80.162.193]) by ftp.ilog.fr (8.13.1/8.13.1) with ESMTP id j0OFVOLV029169; Mon, 24 Jan 2005 16:31:24 +0100 (MET) Original-Received: from honolulu.ilog.fr ([192.168.7.20]) by laposte.ilog.fr (8.13.1/8.13.1) with ESMTP id j0OFVGZJ013382; Mon, 24 Jan 2005 16:31:17 +0100 (MET) Original-Received: from localhost (localhost [127.0.0.1]) by honolulu.ilog.fr (Postfix) with ESMTP id A902B3B45D; Mon, 24 Jan 2005 15:25:28 +0000 (UTC) Original-To: Kevin Ryde User-Agent: KMail/1.5 In-Reply-To: <87r7kee9rh.fsf@zip.com.au> Content-Disposition: inline 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: main.gmane.org gmane.lisp.guile.devel:4736 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4736 Kevin Ryde wrote: > > 5) Since AM_GNU_GETTEXT is used in configure.in, a config.rpath is > > needed. autoreconf does not add it. 'autopoint' would add it, but is not > > invoked from autoreconf. > > Ah, yep. A gettextize is definitely now needed in autogen.sh. No no no. gettextize is not suitable for running from within autogen.sh; this is explained in the GNU gettext manual. You need autopoint instead. > autoreconf won't run that. Actually, autoreconf will do this if you add a AM_GNU_GETTEXT_VERSION declaration in configure.in. But before doing that, run gettextize once and _just_once_; then you put the AM_GNU_GETTEXT_VERSION line into configure.in, with a version number that matches the one of gettextize that you ran. > > 6) "make" fails in the doc directory because version.texi doesn't exist. > > Kevin Rude says that it should be fixed by > > "configure --enable-maintainer-mode". But it would be better if > > autogen.sh would solve this. > > I'm not sure autogen.sh should get involved in that. autogen.sh is preferrable here because the creation of a version.texi is a once-only thing. It's not needed in further runs. And not everyone using a CVS snapshot is a maintainer. Bruno _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel