automake-patches
[Top][All Lists]
Advanced

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

Re: gettext-related test failures: config.rpath presence


From: Ralf Wildenhues
Subject: Re: gettext-related test failures: config.rpath presence
Date: Tue, 6 Jun 2006 22:51:48 +0200
User-agent: Mutt/1.5.11+cvs20060403

* Alexandre Duret-Lutz wrote on Tue, Jun 06, 2006 at 09:32:15PM CEST:
> >>> "RW" == Ralf Wildenhues <address@hidden> writes:
> 
>  RW> OK?
> 
> Yes, please.

Thanks, applied.

>  RW> +if $ACLOCAL; then
>  RW> +
>  RW> +  # autopoint will fail if it's from an older version.
>  RW> +  # If gettext is too old to provide autopoint, this will
>  RW> +  # fail as well, so we're safe here.
>  RW> +  if autopoint -n; then
>  RW> +    AUTOMAKE_fails --add-missing
>  RW> +    grep 'required.*config.rpath' stderr
>  RW> +  fi
>  RW> +fi
> 
> Shouldn't these two `if' have an `else :' like we do in
> Makefiles for those shells that don't reset $? after `fi'

Some older shells do this...

> and abort with `set -e'?

...but I didn't know any did that.  Which ones abort, and require
an `else :' except when as last command in the test?

Cheers,
Ralf




reply via email to

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