Fix handling --prefix.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jul 02 17:47:55 2007 +0000 (2007-07-02)
changeset 1931f3f3969d644
parent 192 cea313af395e
child 194 efff45a9047f
Fix handling --prefix.
configure
     1.1 --- a/configure	Mon Jul 02 17:47:17 2007 +0000
     1.2 +++ b/configure	Mon Jul 02 17:47:55 2007 +0000
     1.3 @@ -15,7 +15,7 @@
     1.4      local ret
     1.5      case "$1" in
     1.6          --*=?*)
     1.7 -            echo "${1:9}"
     1.8 +            echo "${1}" |cut -d '=' -f 2-
     1.9              ret=0
    1.10              ;;
    1.11          *)