* configure.in: Add --verbose flag.
This commit is contained in:
parent
ac2e902d45
commit
d02e05d1ff
1 changed files with 5 additions and 0 deletions
|
@ -262,6 +262,11 @@ Set it to either \`yes' or \`no'."
|
|||
exec_prefix="${val}"
|
||||
;;
|
||||
|
||||
## Verbose flag, tested by autoconf macros.
|
||||
"verbose" )
|
||||
verbose=yes
|
||||
;;
|
||||
|
||||
## Has the user asked for some help?
|
||||
"usage" | "help" )
|
||||
echo "${short_usage}" | more
|
||||
|
|
Loading…
Add table
Reference in a new issue