From c90eb9eb9a17c685bb11636ece8d0e75847956a2 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" (transplanted from 9409fe04bb7ced9b228d6cce40d64ffbc41a964c) diff --git a/configure b/configure index 70263c8..72093fb 100755 --- a/configure +++ b/configure @@ -260,6 +260,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