From 8be2754464ae9f3260f21f6c24dfdf9d67b485cf Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 14 Jul 2011 17:59:33 +0200 Subject: configure: add yet a bit more of autostuff compatibility Well, at least it helps buildroot! :-) Signed-off-by: "Yann E. MORIN" diff --git a/configure b/configure index bbef09a..cd5f7ca 100755 --- a/configure +++ b/configure @@ -347,6 +347,7 @@ while [ $# -ne 0 ]; do # 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 -- cgit v0.10.2-6-g49f6