# HG changeset patch # User "Yann E. MORIN" # Date 1310659173 -7200 # Node ID af44455a6567d0d08e7eedd37a18ea9b95bf5a9b # Parent b7317d2fe0e988f347105a27cd32c9449d774295 configure: add yet a bit more of autostuff compatibility Well, at least it helps buildroot! :-) Signed-off-by: "Yann E. MORIN" (transplanted from 9409fe04bb7ced9b228d6cce40d64ffbc41a964c) diff -r b7317d2fe0e9 -r af44455a6567 configure --- a/configure Tue Jul 12 23:52:24 2011 +0200 +++ b/configure Thu Jul 14 17:59:33 2011 +0200 @@ -260,6 +260,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