> 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. > 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.