summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-07-14 15:59:33 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-07-14 15:59:33 (GMT)
commitc90eb9eb9a17c685bb11636ece8d0e75847956a2 (patch)
treeb478e04d623885f25e1f109035509c6d0e4348ab
parent151ec4a0df72afaa5502a6ef32844e8dcc85c561 (diff)
configure: add yet a bit more of autostuff compatibility
Well, at least it helps buildroot! :-) Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> (transplanted from 9409fe04bb7ced9b228d6cce40d64ffbc41a964c)
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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