"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:
--- /us
Current cvs fails on a "make dist" after "./autogen.sh; ./configure".
Here is the error:
. . .
make[1]: Leaving directory `/home/dsmith/src/guile/guile-core/srfi'
make[1]: Entering directory `/home/dsmith/src/guile/guile-core/srfi'
here=`cd .. && pwd`; \
top_distdir=`cd ../guile-1.5.0 && pwd`;
> "Neil" == Neil Jerram <[EMAIL PROTECTED]> writes:
> "Martin" == Martin Grabmueller <[EMAIL PROTECTED]> writes:
Martin> Hello list, a `make dist' results in this:
Martin> automake: doc/Makefile.am: `version.texi', included in
Martin> `guile-tut.texi', also included in `guile
> "Martin" == Martin Grabmueller <[EMAIL PROTECTED]> writes:
Martin> Hello list, a `make dist' results in this:
Martin> automake: doc/Makefile.am: `version.texi', included in
Martin> `guile-tut.texi', also included in `guile.texi' make[1]:
Martin> *** [distdir] Error 1 make[1
Hello list,
a `make dist' results in this:
automake: doc/Makefile.am: `version.texi', included in `guile-tut.texi', also included
in `guile.texi'
make[1]: *** [distdir] Error 1
make[1]: Leaving directory `/home/mgrabmue/cvs/guile/guile-core/doc'
make: *** [distdir] Error 1
I don't have a clue