Bad configure scripts generated with Autoconf 2.52 and 2.53

2002-04-05 Thread Patrick Hartling
I am trying to track down a problem with configure scripts generated by Autoconf 2.52 and 2.53 using configure.in's written for Autoconf 2.13. I have attached a very short file that gets converted into a configure script with syntax errors. For example, with Autoconf 2.53 on Linux: checking

Re: Bad configure scripts generated with Autoconf 2.52 and 2.53

2002-04-05 Thread Patrick Hartling
Peter Eisentraut wrote: > Patrick Hartling writes: > > >>I am trying to track down a problem with configure scripts generated by >>Autoconf 2.52 and 2.53 using configure.in's written for Autoconf 2.13. > > > You need to run autoupdate when upgrading from 2.1

Re: Bad configure scripts generated with Autoconf 2.52 and 2.53

2002-04-05 Thread Patrick Hartling
Peter Eisentraut wrote: > Patrick Hartling writes: > > >>autoupdate is interesting, but I don't necessarily want to require the >>use of versions >=2.50 just yet. > > > Well, you can't have it both ways. So I can't have a configure.in that w