Hello Peter, all,

* Peter O'Gorman wrote on Sun, Jun 03, 2007 at 07:37:39AM CEST:
> 2007-06-03  Peter O'Gorman  <[EMAIL PROTECTED]>
> 
[...]
> +AT_SETUP([static library contains static library])
[...]
> +archive_contents=`ar -t libbar.a`
> +AT_XFAIL_IF([case "$archive_contents" in *"libfoo.a"*) : ;; esac])

This is broken.  The condition inside AT_XFAIL_IF is evaluated before
the test itself is run.  In this case, just remove those 2 lines,
please, as the test should succeed always now, no?

For the general case, can this please be fixed in Autotest or at least
be clearly documented in the Autoconf manual?

Thanks,
Ralf


Reply via email to