Fix acr quiet version (#17987) ##build

This commit is contained in:
pancake 2020-12-05 23:39:28 +01:00 committed by Anton Kochkov
parent c384758c1c
commit aa948b281b
2 changed files with 2 additions and 3 deletions

3
configure vendored
View file

@ -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

View file

@ -1,6 +1,6 @@
#!/bin/sh
case "$1" in
--report|-r|--version|--help)
--report|-r|--version|-qV|--quiet-version|--help)
: # nothing to do here
;;
*)