configure: add yet a bit more of autostuff compatibility
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Jul 14 17:59:33 2011 +0200 (2011-07-14)
changeset 25519409fe04bb7c
parent 2550 1ebc2248cc60
child 2563 e17f35b05539
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>
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 @@ -347,6 +347,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