Re: What where the configure options?

Ralf Wildenhues <[email protected]> Fri, 8 May 2009 00:37:00 +0200
Newsgroups gmane.comp.gnu.utils
Organization Department of Numerical Simulation, University of Bonn
Message-ID <[email protected]>
Hi Tobias,

* Tobias Weber wrote on Thu, May 07, 2009 at 04:57:13PM CEST:
> after installing software built with autotools I kept the source tree 
> around. Now I want to update and would love to know how I configured the 
> thing back then. I didn't find the command line or any --with options in 
> configure.log :(

./config.status --version

or, to rerun with the same options,
./config.status --recheck

Cheers,
Ralf