autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: running a script at the end of ./configure


From: Akim Demaille
Subject: Re: running a script at the end of ./configure
Date: Mon, 25 Aug 2003 08:47:25 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

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










reply via email to

[Prev in Thread] Current Thread [Next in Thread]