Suppose I have compiled and installed some software package with:
./configure --with --some --parameters
make
make install
Is there any way I can get the parameters I passed to ./configure
?
I still have the original directory where ./configure
and make
took place, but I am also interested in the other case, one where these files are no longer available.