1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
--- configure.orig 2014-04-29 17:39:17.000000000 -0700 +++ configure 2014-04-29 17:42:42.000000000 -0700 @@ -187,12 +187,16 @@ --shared) shared=1 ;; + --build=*) + ;; + --help) showhelp exit 0 ;; *) + echo "Dont understand $1" showhelp exit 1 ;;