Skip to content

Commit

Permalink
Added configure options to bootstrap.sh arguments
Browse files Browse the repository at this point in the history
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"
  • Loading branch information
Sebiee authored Nov 1, 2017
1 parent 4762030 commit b111804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ run ()

parse_command_line_options ()
{
local SHORTOPTS=':apcmt:dvh'
local SHORTOPTS=':apcmt:dvho:'

nassert OPT_TARGET

Expand Down

0 comments on commit b111804

Please sign in to comment.