commit 94f40f99dae11591cb6444098e006e49cbccd0d9 parent fd346991f22bf95012d52ef5f6706ff41c43e762 Author: Laurent Bercot <ska-skaware@skarnet.org> Date: Fri, 2 Jan 2015 22:46:49 +0000 Fix configure --help: no support for VAR=VALUE Diffstat:
M | configure | | | 5 | +---- |
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git 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.