diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-02 22:44:57 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-02 22:44:57 +0000 |
commit | 6c7ba543f3e5721ccc37a98b449a5c6224c109cd (patch) | |
tree | bc6f7858c556fac057a0276fdcc699dccad2f196 /configure | |
parent | 2e4d53d859e675a7f1f8fe41b27fd8b9f65b78a4 (diff) | |
download | skalibs-6c7ba543f3e5721ccc37a98b449a5c6224c109cd.tar.xz |
Fix configure --help: no support for VAR=VALUE
Diffstat (limited to 'configure')
-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. |