autoconf
[Top][All Lists]
Advanced

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

Printing configure arguments


From: Sam Shin
Subject: Printing configure arguments
Date: Mon, 24 May 2010 16:41:45 -0700

Hi,

I am trying to print what a user would pass to a configure script. For
example:

./configure --enable-foo --enable-bar

I noticed that in config.log, the configure script will save a copy of how
it was called by the user. Is there a variable that stores this information?
So far the only solution I've come up with is using cat config.log | grep
"./configure" but I feel like there is a much more elegant solution.

Thank you,

Sam


reply via email to

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