guile-devel
[Top][All Lists]
Advanced

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

Re: Problem in 1.5 tree with "make dist" after a clean/reconfigure.


From: Rob Browning
Subject: Re: Problem in 1.5 tree with "make dist" after a clean/reconfigure.
Date: 17 Aug 2001 21:09:33 -0500
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Neil Jerram <address@hidden> writes:

> >>>>> "Rob" == Rob Browning <address@hidden> writes:
> 
>     Rob> Anyone know what's up?  ISTR recall some discussion about
>     Rob> stamp-vti.1 recently.
> 
> Did you configure with the --enable-maintainer-mode option?  I think
> this option is needed to handle the stamp-vti files properly.

Actually it seems to be a bug that Marius had apparently already
diagnosed.  After hacking on the automake source myself for a bit, I
discovered the same thing Marius has already told Dale :/

Part of Marius' response from
http://sources.redhat.com/ml/bug-guile/2001-q2/msg00195.html

  "Dale P. Smith" <address@hidden> writes:

  > Current cvs fails on a "make dist" after "./autogen.sh; ./configure".
  > 
  > Here is the error:

  Looks like a automake bug to me.  I have reported this to
  <address@hidden>.


  The following patch to automake seems to work, for the time being:

  --- /usr/bin/automake   Mon Jun 11 07:29:36 2001
  +++ /home/mvo/bin/automake      Thu Jun 28 21:56:10 2001
  @@ -2003,8 +2003,7 @@
                       . 's/address@hidden@/' . $vtexi . '/g;'
                       . 's,address@hidden@,' . $conf_pat . ',g;'
                       . 's,address@hidden@,' . $configure_ac . ',g;',
  -                    'texi-vers')
  -            unless $done > 1;
  +                    'texi-vers');

              &push_phony_cleaners ($vti);
          }

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG=1C58 8B2C FB5E 3F64 EA5C  64AE 78FE E5FE F0CB A0AD



reply via email to

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