configure: add yet a bit more of autostuff compatibility 1.11
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Jul 14 17:59:33 2011 +0200 (2011-07-14)
branch1.11
changeset 2559af44455a6567
parent 2558 b7317d2fe0e9
child 2560 1f1930e245c6
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)
configure
     1.1 --- a/configure	Tue Jul 12 23:52:24 2011 +0200
     1.2 +++ b/configure	Thu Jul 14 17:59:33 2011 +0200
     1.3 @@ -260,6 +260,7 @@
     1.4          # Skip, auto-stuff compatibility
     1.5          --build=*|--host=*|--infodir=*|--datadir=*|--sysconfdir=*|--localstatedir=*) shift;;
     1.6          --build|--host|--infodir|--datadir|--sysconfdir|--localstatedir)             shift 2;;
     1.7 +        --enable-shared|--disable-shared|--enable-static|--disable-static)           shift;;
     1.8          *)          printf "Unrecognised option: '${1}'\n"; do_help; exit 1;;
     1.9      esac
    1.10  done