summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-01-02 22:46:26 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-01-02 22:46:26 +0000
commit873739b3348d71ea7de3eac2a8398d343bbbabbc (patch)
tree06654048a86ed965111192c406b7feef9ef29833
parentca16931d439c7f7952d86cbc336683070fbf9ec6 (diff)
downloads6-portable-utils-873739b3348d71ea7de3eac2a8398d343bbbabbc.tar.xz
Fix configure --help: no support for VAR=VALUE
-rwxr-xr-xconfigure5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure b/configure
index 79c356a..d2ff997 100755
--- a/configure
+++ b/configure
@@ -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.