bug-guile
[Top][All Lists]
Advanced

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

Re: make dist fails


From: Marius Vollmer
Subject: Re: make dist fails
Date: 28 Jun 2001 22:03:25 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102

"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);
        }



reply via email to

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