[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: static library contains static library
From: |
Ralf Wildenhues |
Subject: |
Re: static library contains static library |
Date: |
Sun, 10 Jun 2007 11:35:56 +0200 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Hello Peter, all,
* Peter O'Gorman wrote on Sun, Jun 03, 2007 at 07:37:39AM CEST:
> 2007-06-03 Peter O'Gorman <address@hidden>
>
[...]
> +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
- Re: static library contains static library,
Ralf Wildenhues <=