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)
commit8be2754464ae9f3260f21f6c24dfdf9d67b485cf (patch)
treed6f8a104cc529a419b4a0793783021970c2a9fcb
parente6c749113f5a109e71bc14f647e6d870ce4a755d (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>
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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