Make configure recognize the '-h' option in addition to '--help'.

This commit is contained in:
Cameron Zwarich 2014-05-07 00:35:17 -07:00
parent 1b481302e1
commit a2afa4b935

2
configure vendored
View file

@ -318,7 +318,7 @@ fi
OPTIONS="" OPTIONS=""
HELP=0 HELP=0
if [ "$1" = "--help" ] if [ "$1" = "-h" ] || [ "$1" = "--help" ]
then then
HELP=1 HELP=1
shift shift