diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-02 22:47:00 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-02 22:47:00 +0000 |
commit | de47c27cd8016608d40c00961142d0b6bbf040a7 (patch) | |
tree | 655a518aa58e414147646fe81601259357f9ddf6 | |
parent | 65e93f7a14a42f98ba62291d16af4be7cfbff6f3 (diff) | |
download | s6-dns-de47c27cd8016608d40c00961142d0b6bbf040a7.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. |