configure: more autostuff compatibility 1.12
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Aug 09 22:10:57 2011 +0200 (2011-08-09)
branch1.12
changeset 25980ef8c2469c8f
parent 2584 46c967913d42
child 2632 a9df2a5ed447
configure: more autostuff compatibility

Ignore --program-prefix=...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from d28b764334b8f8f3acfecafea3b52a6cc2e8a272)
configure
     1.1 --- a/configure	Mon Aug 01 01:21:35 2011 +0200
     1.2 +++ b/configure	Tue Aug 09 22:10:57 2011 +0200
     1.3 @@ -348,6 +348,8 @@
     1.4          --build=*|--host=*|--infodir=*|--datadir=*|--sysconfdir=*|--localstatedir=*) shift;;
     1.5          --build|--host|--infodir|--datadir|--sysconfdir|--localstatedir)             shift 2;;
     1.6          --enable-shared|--disable-shared|--enable-static|--disable-static)           shift;;
     1.7 +        --program-prefix=*)                                                          shift;;
     1.8 +        --program-prefix)                                                            shift 2;;
     1.9          *)          printf "Unrecognised option: '${1}'\n"; do_help; exit 1;;
    1.10      esac
    1.11  done