This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: configure prob
On Sat, Jun 15, 2002 at 12:32:52AM +0200, Alexandre Duret-Lutz wrote:
> On Fri, Jun 14, 2002 at 06:51:13PM +0100, Patrick Welche wrote:
> > With cvs automake of Jun 14 15:05 GMT:
> >
> > % ./configure
> > ...
> > configure: error: Autoconf 2.52 or better is required
> > bach: {237} autoconf --version
> > autoconf (GNU Autoconf) 2.53b
> > ...
> >
> > ?!
>
> Please show us config.log
You won't believe this... it's perl which is core dumping, and -o /dev/null is
the problem!
% /bin/sh /usr/src/local/automake/missing --run autoconf -o /dev/null conftest.ac
Segmentation fault - core dumped
% /bin/sh /usr/src/local/automake/missing --run autoconf conftest.ac
%
Cheers,
Patrick