Fix acr quiet version (#17987) ##build
This commit is contained in:
parent
c384758c1c
commit
aa948b281b
2 changed files with 2 additions and 3 deletions
3
configure
vendored
3
configure
vendored
|
|
@ -146,7 +146,7 @@ Defaults for the options are specified in brackets.
|
|||
Configuration:
|
||||
-h, --help display this help and exit
|
||||
-r, --report show what libs/programs require to work
|
||||
-q, --quiet be less verbose
|
||||
-q, --quiet be quiet, less verbose (see ./configure -qV)
|
||||
-V, --version display version information and exit
|
||||
|
||||
Installation directories:
|
||||
|
|
@ -203,7 +203,6 @@ printf "
|
|||
Some influential environment variables:
|
||||
CC C compiler command
|
||||
CFLAGS C compiler flags
|
||||
CPPFLAGS C preprocessor flags
|
||||
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
|
||||
nonstandard directory <lib dir>
|
||||
CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
case "$1" in
|
||||
--report|-r|--version|--help)
|
||||
--report|-r|--version|-qV|--quiet-version|--help)
|
||||
: # nothing to do here
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Reference in a new issue