From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: ARGH version.texi Date: 26 Aug 2002 22:53:03 +0100 Sender: guile-devel-admin@gnu.org Message-ID: References: <15717.32765.265461.372495@blauw.xs4all.nl> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1030399565 19797 127.0.0.1 (26 Aug 2002 22:06:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 26 Aug 2002 22:06:05 +0000 (UTC) Cc: guile-devel@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17jRzk-00058v-00 for ; Tue, 27 Aug 2002 00:06:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17jS15-0001Ao-00; Mon, 26 Aug 2002 18:07:23 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17jRsc-0008U7-00 for guile-devel@gnu.org; Mon, 26 Aug 2002 17:58:38 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17jRsZ-0008Tq-00 for guile-devel@gnu.org; Mon, 26 Aug 2002 17:58:37 -0400 Original-Received: from mail.uklinux.net ([80.84.72.21] helo=s1.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.10) id 17jRsZ-0008TU-00 for guile-devel@gnu.org; Mon, 26 Aug 2002 17:58:35 -0400 Original-Received: from portalet.ossau.uklinux.net (ppp-0-193.lond-a-4.access.uk.tiscali.com [80.225.220.193]) by s1.uklinux.net (8.11.6/8.11.6) with ESMTP id g7QLwPa01746; Mon, 26 Aug 2002 22:58:26 +0100 Original-Received: from laruns.ossau.uklinux.net.ossau.uklinux.net (laruns.ossau.uklinux.net [192.168.1.3]) by portalet.ossau.uklinux.net (Postfix on SuSE Linux 7.2 (i386)) with ESMTP id E6A3916F9; Mon, 26 Aug 2002 22:59:05 +0000 (GMT) Original-To: hanwen@cs.uu.nl In-Reply-To: <15717.32765.265461.372495@blauw.xs4all.nl> Original-Lines: 25 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1159 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1159 >>>>> "Han-Wen" == Han-Wen Nienhuys writes: Han-Wen> Where the fuck is version.texi supposed to come from? automake generates rules in Makefile.in and Makefile to create version.texi, like this: $(srcdir)/version.texi: $(srcdir)/stamp-vti @: $(srcdir)/stamp-vti: guile.texi $(top_srcdir)/configure.in @(set `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/guile.texi`; \ echo "@set UPDATED $$1 $$2 $$3"; \ echo "@set UPDATED-MONTH $$2 $$3"; \ echo "@set EDITION $(VERSION)"; \ echo "@set VERSION $(VERSION)") > vti.tmp @cmp -s vti.tmp $(srcdir)/version.texi \ || (echo "Updating $(srcdir)/version.texi"; \ cp vti.tmp $(srcdir)/version.texi) -@rm -f vti.tmp @cp $(srcdir)/version.texi $@ But I think it only does this if you configured with --enable-maintainer-mode. Perhaps that is your problem? Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel