Copyright © tutorialspoint.com
Tag | Description |
---|---|
-h, --help | print this help, then exit |
-V, --version | |
print version number, then exit | |
-v, --verbose | |
verbosely report processing | |
-d, --debug | |
dont remove temporary files | |
-f, --force | |
consider all files obsolete | |
-o, --output=FILE | |
save output in FILE (stdout is the default) | |
-W, --warnings=CATEGORY | |
report the warnings falling in CATEGORY [syntax] |
Tag | Description |
---|---|
cross | |
cross compilation issues | |
obsolete | |
obsolete constructs | |
syntax | |
dubious syntactic constructs | |
all | all the warnings |
no-CATEGORY | |
turn off the warnings on CATEGORY | |
none | turn off all the warnings |
error | |
warnings are error |
Tag | Description |
---|---|
-B, --prepend-include=DIR | |
prepend directory DIR to search path | |
-I, --include=DIR | |
append directory DIR to search path |
Tag | Description |
---|---|
-t, --trace=MACRO | |
report the list of calls to MACRO | |
-i, --initialization | |
also trace Autoconfs initialization process |
Tag | Description |
---|---|
info autoconf |
Copyright © tutorialspoint.com