# HG changeset patch # User "Yann E. MORIN" # Date 1310659173 -7200 # Node ID 9409fe04bb7ced9b228d6cce40d64ffbc41a964c # Parent 1ebc2248cc60230cd53ff94ae8f8f1e3261461a3 configure: add yet a bit more of autostuff compatibility Well, at least it helps buildroot! :-) Signed-off-by: "Yann E. MORIN" diff -r 1ebc2248cc60 -r 9409fe04bb7c configure --- a/configure Tue Jul 12 23:52:24 2011 +0200 +++ b/configure Thu Jul 14 17:59:33 2011 +0200 @@ -347,6 +347,7 @@ # Skip, auto-stuff compatibility --build=*|--host=*|--infodir=*|--datadir=*|--sysconfdir=*|--localstatedir=*) shift;; --build|--host|--infodir|--datadir|--sysconfdir|--localstatedir) shift 2;; + --enable-shared|--disable-shared|--enable-static|--disable-static) shift;; *) printf "Unrecognised option: '${1}'\n"; do_help; exit 1;; esac done