* Stefano Lattarini wrote on Sun, May 23, 2010 at 03:11:28PM CEST: > At Sunday 23 May 2010, Ralf Wildenhues <[email protected]> wrote: > > > By the way, adding an AC_PREREQ call in Automake's own > > > configure.ac would be nice IMHO; I didn't do that because I don't > > > know what is the minimal autoconf version truly required by > > > Automake's own configure.ac. > > > > Well, it /should/ be the same as $required_autoconf_version. > You are very welcome to amend my patch to add a AC_PREREQ([2.62]) > before AC_INIT in configure.ac, if you want to.
Well, that AC_PREREQ is already there effectively, only it's hidden in m4/init.m4 in the AM_INIT_AUTOMAKE macro. Cheers, Ralf
