diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-02 22:45:46 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-02 22:45:46 +0000 |
commit | 269d48009f63abe476aad773444fab89bc117ff6 (patch) | |
tree | f828ba70a4940a735c89b5cc146eaabd33633990 | |
parent | a00c76d92b46be53dbf448b3254af0db11d28e59 (diff) | |
download | execline-269d48009f63abe476aad773444fab89bc117ff6.tar.xz |
Fix configure --help: no support for VAR=VALUE
-rwxr-xr-x | configure | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -4,10 +4,7 @@ usage () { cat <<EOF -Usage: $0 [OPTION]... [VAR=VALUE]... [TARGET] - -To assign environment variables (e.g., CC, CFLAGS...), specify them as -VAR=VALUE. See below for descriptions of some of the useful variables. +Usage: $0 [OPTION]... [TARGET] Defaults for the options are specified in brackets. |