On Tuesday 02 April 2002 4:35 pm, Jean-Marc Lasgouttes wrote: > >>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Jean-Marc, I can confirm that I need neither CPP nor CPPFLAGS > Angus> when configuring with autoconf 2.52. All is fine and dandy. > > Great. > > >> Tell me (again?) what the problem was with autoconf 2.13. > > Angus> I'm willing to test autoconf 2.13 again, but have a question. > Angus> Do we still need the deccxx wrappers now that depcomp is in > Angus> cvs, or is this used only by autoconf 2.52 and above? > > depcomp is needed only by automake >=1.5. If version 1.5 still works > with autoconf 2.13, you are on the right track. > > JMarc
I've just checked that autoconf 2.13 works with my configure script. All is fine and dandy here too. deccxx and deccc are NOT needed at all when using automake >= 1.5. Angus