Suppose a library have been configured and compiled into /opt/name/ by root. Is there a way for me to see the options passed to ./configure when the program was first compiled and installed (short of finding the config.log)?

If not, is there a utility to automatically store configuration logs?

link|improve this question
feedback

1 Answer

Check the Makefile file.

http://en.wikipedia.org/wiki/Configure_script

link|improve this answer
But the makefile is stored in the same directory as the source files, and there is no way to know where that is, and if that directory still exists – user787267 Sep 24 '11 at 17:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.