Hi
Can someone tell me, which files you get in the confstat* directory, when running:
./config.status -d
/Henrik
Hi
Can someone tell me, which files you get in the confstat* directory, when running:
./config.status -d
/Henrik
Henrik Bach wrote:
Hi
Can someone tell me, which files you get in the confstat* directory, when running:
./config.status -d
It should produce two files:
config.h: The config.h file that will eventually be installed. I think a template is placed into this directory and then filtered through sed several times to generate the final file.
undefs.sed: A sed script that is used to create config.h.
-- John T.