This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] patch libffi autoconversion


On Wed, 2004-03-03 at 04:56, Zack Weinberg wrote:
> andreas tobler <toa@pop.agri.ch> writes:
> 
> > +AC_PREREQ(2.59)
> 
> I think we were standardizing on 2.57?  Does this actually use
> features of 2.59?
> 
> > +AC_INIT([libffi], [3.5], [http://gcc.gnu.org/bugzilla/])
> 
> Isn't zero-argument AC_INIT the preferred form now?
No, the >3 arguments AC_INIT is the preferred form with autoconf-2.5x.

You might be mixing it up with AM_INIT_AUTOMAKE, which now prefers the 0
or 1-argument form.

Ralf



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]