diff -r 61edd9d19e3c -r 3dd3b6279985 configure --- a/configure Wed Dec 30 15:36:22 2009 +0100 +++ b/configure Sun Jan 17 11:57:53 2010 -0500 @@ -257,6 +257,9 @@ --with-*) set_tool "$1" "$2" && shift || shift 2;; --force) FORCE=1; shift;; --help|-h) do_help; exit 0;; + # Skip, auto-stuff compatibility + --build=*|--host=*|--infodir=*|--datadir=*|--sysconfdir=*|--localstatedir=*) shift;; + --build|--host|--infodir|--datadir|--sysconfdir|--localstatedir) shift 2;; *) printf "Unrecognised option: '${1}'\n"; do_help; exit 1;; esac done