On Thursday 28 March 2002 2:48 pm, Jean-Marc Lasgouttes wrote: > >>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> I think that compiling on Tru64 is now sufficiently > Angus> straightforward that users should be able to do it with the > Angus> help of a Readme only. Nonetheless, it's still sufficiently > Angus> convoluted that this info is probably best placed in a separate > Angus> INSTALL.Tru64 file. > > Angus> What do you think of the attached patch? > > Why do you need to set CPP? > > Why do you need to set -I and -L options? --with-extra-prefix does it > perfectly well (it is your right to do as you wish, but I do not want > to advise to do that in a README).
Jean-Marc, I can confirm that I need neither CPP nor CPPFLAGS when configuring with autoconf 2.52. All is fine and dandy. > Tell me (again?) what the problem was with autoconf 2.13. I'm willing to test autoconf 2.13 again, but have a question. Do we still need the deccxx wrappers now that depcomp is in cvs, or is this used only by autoconf 2.52 and above? Angus