On Mon, 2003-08-25 at 08:47, Akim Demaille wrote: > > Hi, > > Is there any means to run a script at the very end of running > > "configure"? > > > AC_CONFIG_COMMANDS_POST(script) seems to run "script" at the end of > > config.status, before recursing into CONFIG_SUBDIRS. > > > Directly invoking a script from inside of the configure-script invokes > > it before config.status has been run, i.e. before config.status has > > generated the files it's supposed to be generated. > > Not if run after AC_OUTPUT. Can I consider this behavior to be documented? info autoconf (Outputting files) is rather unclear about this. > > So, I probably am searching for a means to run a "script" at the end of > > config.status, after config.status has recursed into CONFIG_SUBDIRS. Ralf