bug-autoconf
[Top][All Lists]
Advanced

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

Re: Two testsuite failure in CVS autoconf


From: Pavel Roskin
Subject: Re: Two testsuite failure in CVS autoconf
Date: Fri, 2 Feb 2001 15:49:08 -0500 (EST)

Hi, Nicolas!

> For AC_TRY_* test, there is a small typo. Here follow a patch :

> -                  | grep ^The\ Cat\ in\ The\ Hat\$ >/dev/null]); then
> +                  | grep ^The\ Cat\ in\ the\ Hat\$ >/dev/null]); then
>    # Cool!
>  else

Are you sure this patch is sufficient for you? Have you tested it?

There are at least two problems here.

1) There are no commands between "then" and "else". bash-1.14.7 doesn't
accept this code.

2) Support for multiline AC_TRY_COMMAND seems to be broken, as the file
BUGS says. It is indeed broken on my RedHat 6.2.

Regards,
Pavel Roskin




reply via email to

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