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: Patch to fix working of autogen.sh Date: Tue, 30 Jan 2007 10:48:50 +1100 Message-ID: <87odoh8kd9.fsf@zip.com.au> References: <87d54z4hat.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 1170114615 2974 80.91.229.12 (29 Jan 2007 23:50:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 Jan 2007 23:50:15 +0000 (UTC) Cc: Guile Development To: Neil Jerram Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jan 30 00:50:09 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 1HBgGF-0004KY-M6 for guile-devel@m.gmane.org; Tue, 30 Jan 2007 00:50:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HBgGF-0004Aj-7A for guile-devel@m.gmane.org; Mon, 29 Jan 2007 18:50:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HBgGA-00048z-PD for guile-devel@gnu.org; Mon, 29 Jan 2007 18:50:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HBgG9-00048n-35 for guile-devel@gnu.org; Mon, 29 Jan 2007 18:50:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HBgG8-00048k-SE for guile-devel@gnu.org; Mon, 29 Jan 2007 18:50:00 -0500 Original-Received: from mailout1-8.pacific.net.au ([61.8.2.215] helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HBgG8-0007MK-9t for guile-devel@gnu.org; Mon, 29 Jan 2007 18:50:00 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout1.pacific.net.au (Postfix) with ESMTP id 4A4AC5A057F; Tue, 30 Jan 2007 10:49:54 +1100 (EST) Original-Received: from localhost (ppp2284.dyn.pacific.net.au [61.8.34.132]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id 2665F8C16; Tue, 30 Jan 2007 10:49:48 +1100 (EST) Original-Received: from gg by localhost with local (Exim 4.63) (envelope-from ) id 1HBgF0-0001eD-NO; Tue, 30 Jan 2007 10:48:50 +1100 Mail-Copies-To: never In-Reply-To: <87d54z4hat.fsf@ossau.uklinux.net> (Neil Jerram's message of "Sun, 28 Jan 2007 09:44:10 +0000") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:6501 Archived-At: Neil Jerram writes: > > (Doing AM_GNU_GETTEXT_VERSION causes autopoint to be run, which causes > the creation of a po subdir, with various boilerplate files, but I see > no harm in that.) An actual release doesn't have a po subdir yet does it? Can you make the autogen give what should go out the door? It might mean running the desired aclocal/autoconf/automake combination explicitly, instead of trusting autoreconf -- I'm guessing autoreconf is wrongly (for us) deciding it needs to gettextize. > + > +AC_DEFUN([AM_INTL_SUBDIR], [])dnl Put an enormous comment there if you would, otherwise it's bound to make everyone wonder what it's for. (Oh, and no need for the dnl on the end, autoconf prunes newlines out ok.) _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel