From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/bash/operation-controls.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 devdocs/bash/operation-controls.html (limited to 'devdocs/bash/operation-controls.html') diff --git a/devdocs/bash/operation-controls.html b/devdocs/bash/operation-controls.html new file mode 100644 index 00000000..188425f2 --- /dev/null +++ b/devdocs/bash/operation-controls.html @@ -0,0 +1,10 @@ +

Operation Controls

configure recognizes the following options to control how it operates.

--cache-file=file
+

Use and save the results of the tests in file instead of ./config.cache. Set file to /dev/null to disable caching, for debugging configure.

--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. Usually configure can determine that directory automatically.

--version

Print the version of Autoconf used to generate the configure script, and exit.

configure also accepts some other, not widely used, boilerplate options. ‘configure --help’ prints the complete list.

+

+ Copyright © 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
Licensed under the GNU Free Documentation License.
+ https://www.gnu.org/software/bash/manual/html_node/Operation-Controls.html +

+
-- cgit v1.2.3