* Alexandre Duret-Lutz wrote on Tue, Jun 06, 2006 at 09:32:15PM CEST:
> >>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> 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