guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ARGH version.texi


From: Neil Jerram
Subject: Re: ARGH version.texi
Date: 26 Aug 2002 22:53:03 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>>>> "Han-Wen" == Han-Wen Nienhuys <address@hidden> 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)
        address@hidden -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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]