diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-08-09 22:10:57 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-08-09 22:10:57 +0200 |
commit | cc415201db15d05d15b1dfa580886e65ef14c473 (patch) | |
tree | 4b793e5afae4fa1732b1b4b774b1c99483564256 | |
parent | 476d67853727e21545d635874dfd96b036b40564 (diff) | |
download | crosstool-ng-cc415201db15d05d15b1dfa580886e65ef14c473.tar.gz crosstool-ng-cc415201db15d05d15b1dfa580886e65ef14c473.tar.bz2 crosstool-ng-cc415201db15d05d15b1dfa580886e65ef14c473.zip |
configure: more autostuff compatibility
Ignore --program-prefix=...
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from d28b764334b8f8f3acfecafea3b52a6cc2e8a272)
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |