From cc415201db15d05d15b1dfa580886e65ef14c473 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 9 Aug 2011 22:10:57 +0200 Subject: configure: more autostuff compatibility Ignore --program-prefix=... Signed-off-by: "Yann E. MORIN" (transplanted from d28b764334b8f8f3acfecafea3b52a6cc2e8a272) diff --git a/configure b/configure index cd5f7ca..afd071e 100755 --- a/configure +++ b/configure @@ -348,6 +348,8 @@ while [ $# -ne 0 ]; do --build=*|--host=*|--infodir=*|--datadir=*|--sysconfdir=*|--localstatedir=*) shift;; --build|--host|--infodir|--datadir|--sysconfdir|--localstatedir) shift 2;; --enable-shared|--disable-shared|--enable-static|--disable-static) shift;; + --program-prefix=*) shift;; + --program-prefix) shift 2;; *) printf "Unrecognised option: '${1}'\n"; do_help; exit 1;; esac done -- cgit v0.10.2-6-g49f6