On Wednesday 01 September 2010, Stefano Lattarini wrote:
> -    case $required in
> -      libtool ) test $libtool_found = yes || Exit 77 ;;
> -      gettext ) test $gettext_found = yes || Exit 77 ;;
> +    case " $required " in
> +      *\ libtool\ | *\ libtoolize\ * ) test $libtool_found = yes || Exit 77 
> ;;
Oops.  Here should be ` *\ libtool\ *|'. Will fix before pushing.
> +      *\ gettext\ * ) test $gettext_found = yes || Exit 77 ;; esac

Reply via email to