From b1118048ccbbbff6cea063ac9f269a4cec255a3d Mon Sep 17 00:00:00 2001 From: Sebi Date: Wed, 1 Nov 2017 18:43:43 +0200 Subject: [PATCH] Added configure options to bootstrap.sh arguments It was forgotten to add that shortopt so even if the help said you could specify the options for the configure phase, it was not true. Calling ./bootstrap.sh -c -o "--prefix=my/dir" would print "error - unrecognized option -o" --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index e820a6bbe..8a8d625ce 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1113,7 +1113,7 @@ run () parse_command_line_options () { - local SHORTOPTS=':apcmt:dvh' + local SHORTOPTS=':apcmt:dvho:' nassert OPT_TARGET