"Dale P. Smith" <[EMAIL PROTECTED]> 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
<[EMAIL PROTECTED]>.


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/\@VTEXI\@/' . $vtexi . '/g;'
                     . 's,\@MDDIR\@,' . $conf_pat . ',g;'
                     . 's,\@CONFIGURE_AC\@,' . $configure_ac . ',g;',
-                    'texi-vers')
-            unless $done > 1;
+                    'texi-vers');
 
            &push_phony_cleaners ($vti);
        }

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to