Operation Controls (Bash Reference Manual)
From Get docs
Bash/docs/latest/Operation-Controls
Next: Optional Features, Previous: Sharing Defaults, Up: Installing Bash [Contents][Index]
10.7 Operation Controls
configure recognizes the following options to control how it operates.
--cache-file=file- Use and save the results of the tests in
fileinstead of./config.cache. Setfileto/dev/nullto disable caching, for debuggingconfigure. --help- Print a summary of the options to
configure, and exit. --quiet
--silent
-q
- Do not print messages saying which checks are being made.
--srcdir=dir- Look for the Bash source code in directory
dir. Usuallyconfigurecan determine that directory automatically. --version- Print the version of Autoconf used to generate the
configurescript, and exit.
configure also accepts some other, not widely used, boilerplate options. ‘configure --help’ prints the complete list.