Hello, "Neil Jerram" <neiljer...@googlemail.com> writes:
> 2008/12/10 Ludovic Courtès <l...@gnu.org>: >> "Neil Jerram" <neiljer...@googlemail.com> writes: >> >>> Fails very quickly in ./autogen.sh (see output below), I think because >>> of these lines in autogen.sh: >>> >>> cp -f config.guess config.sub build-aux/ >>> cp -f config.guess config.sub guile-readline/ >>> >>> and because of [0]. Are those lines - which were added by [1] - just wrong >>> now? >> >> Yes. Sorry, I had missed that. I tend to always use "autoreconf -fi". >> Should we change `autogen.sh' to just do that? > > Sure, if that's the right thing. What about autogen.sh running > guile-readline/autogen.sh also? Do we need that, or is the top level > autoreconf already recursing into the guile-readline tree? Yes, `autoreconf' recurses. I'd happily live without `autogen.sh', but feel free to update it to fit your needs. Thanks, Ludo'.