
56
|
Chapter 3: Linux Commands
This is the Title of the Book, eMatter Edition
Copyright © 2006 O’Reilly & Associates, Inc. All rights reserved.
-V, --version
Print version number, then exit.
-W category, --warnings=category
Print any warnings related to category. Accepted categories are:
cross
Cross compilation.
obsolete
Obsolete constructs.
syntax
Questionable syntax.
all
All warnings.
no-category
Turn off warnings for category.
none
Turn off all warnings.
error
Treat warnings as errors.
autoscan
autoscan [options] [directory]
GNU autoconf tool. Create or maintain a preliminary configure.ac
file named configure.scan based on source files in specified direc-
tory, or current directory if none given. If a configure.ac file already
exists, autoconf will check it for completeness and print sugges-
tions for correcting any problems it finds.
Options
-d, --debug
Don’t remove temporary files.
-h, --help
Print help message, then exit.
-v, --verbose
Verbosely print information about the progress of autoscan.
-I dir, --include=dir
Search in directory dir for input files. Use multiple times to
add multiple directories.
-B dir, --prepend-include=dir
Search dir for input files before searching in other directories.
Use multiple times to add multiple directories.
-V, --version
Print version number, then exit.
autoupdate
autoupdate [options] [file]
GNU autoconf tool. Update the configure template file file,or
configure.ac if no file is specified. ...