autoconf
[Top][All Lists]
Advanced

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

running a script at the end of ./configure


From: Ralf Corsepius
Subject: running a script at the end of ./configure
Date: 19 Aug 2003 08:27:18 +0200

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.

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






reply via email to

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