Re: Broken makefile given Autoconf version mismatch

2006-04-14 Thread Paul Eggert
Stepan Kasal <[EMAIL PROTECTED]> writes: > --- lib/Automake/FileUtils.pm 2006-04-14 09:25:00.0 +0200 > +++ lib/Automake/FileUtils.pm 2006-04-14 09:45:44.0 +0200 > @@ -73,6 +73,9 @@ >$optional = 1 > if $file_name =~ s/\?$//; > > + return "-" > +if $file_name eq "-";

Re: Broken makefile given Autoconf version mismatch

2006-04-14 Thread Stepan Kasal
Hello, On Thu, Apr 13, 2006 at 08:52:48PM +0200, Alexandre Duret-Lutz wrote: > Or can we tweak Autoconf to make its version more accessible? what would be wrong with parsing `autoconf --version' or `autom4te --version'? (At least as a fallback, when autom4te is not able to handle stdin.) echo