configure is run after it has previously been run, it may use information that was gathered during its previous invocation.
config.cache.
configure starts up, it looks for config.cache and reads its contents if it exists.
configure:
rm config.cachemake clean
./configure --with-low-memory
What are the post-installation procedures?
© 2007 John Michael Pierobon