Skip to content

Commit

Permalink
Ignore most autoconf flags instead of error'ing out.
Browse files Browse the repository at this point in the history
  • Loading branch information
tamentis committed May 17, 2013
1 parent 996e429 commit 80241c3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,17 @@ while true; do
shift
;;

--prefix=*)
PREFIX="${1##--prefix=}"
shift
;;

# Skip all random long opts passed by packagers thinking this
# is autoconf-compatible.
--*)
shift
;;

*)
break
;;
Expand Down

0 comments on commit 80241c3

Please sign in to comment.