bash: Operation Controls

1 
1 10.7 Operation Controls
1 =======================
1 
1 'configure' recognizes the following options to control how it operates.
1 
1 '--cache-file=FILE'
1      Use and save the results of the tests in FILE instead of
1      './config.cache'.  Set FILE to '/dev/null' to disable caching, for
1      debugging 'configure'.
1 
1 '--help'
1      Print a summary of the options to 'configure', and exit.
1 
1 '--quiet'
1 '--silent'
1 '-q'
1      Do not print messages saying which checks are being made.
1 
1 '--srcdir=DIR'
1      Look for the Bash source code in directory DIR.  Usually
1      'configure' can determine that directory automatically.
1 
1 '--version'
1      Print the version of Autoconf used to generate the 'configure'
1      script, and exit.
1 
1    'configure' also accepts some other, not widely used, boilerplate
1 options.  'configure --help' prints the complete list.
1