automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC+PATCHES] Refactoring `tests/defs.in'.


From: Stefano Lattarini
Subject: Re: [RFC+PATCHES] Refactoring `tests/defs.in'.
Date: Thu, 2 Sep 2010 21:39:03 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

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

[Prev in Thread] Current Thread [Next in Thread]