autoconf-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] use m4_require to implement AS_REQUIRE


From: Paolo Bonzini
Subject: Re: [PATCH] use m4_require to implement AS_REQUIRE
Date: Sun, 12 Oct 2008 19:40:58 +0200
User-agent: Thunderbird 2.0.0.17 (Macintosh/20080914)

>>   ac_c_check_func() {
>>     if test $ac_cv...; then
>>       ...
>>     else
>>       ac_c_link_ifelse() {
>>       }
>>     fi
>>   }
>>
>> which does not work of course.
> 
> For me mere mortal, who doesn't wade in the problems you've studied in
> detail, what exactly is problematic here?

Suppose you have:

ac_c_check_func function_that_is_in_cached
... some other test that does uses AC_LINK_IFELSE ...

ac_c_link_ifelse won't be defined.




reply via email to

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