AS_CASE (was: call AC_DISABLE_SHARED conditionally for a certain host)

2006-02-14 Thread Ralf Wildenhues
will cause *major* breakage (thanks to AC_REQUIRE). :-/ Another lesson learned: There should be an AS_CASE. OK to apply this patch? Cheers, Ralf * lib/m4sugar/m4sh.m4 (AS_CASE): New macro. (_AS_CASE): Private helper macro. * tests/m4sh.at: Basic tests for AS_IF

Re: AS_CASE

2006-02-14 Thread Paul Eggert
Ralf Wildenhues [EMAIL PROTECTED] writes: OK to apply this patch? Yes, it looks good to me, except please change this: AT_SETUP([AS@[EMAIL PROTECTED] and AS@[EMAIL PROTECTED]) to this: AT_SETUP([AS@[EMAIL PROTECTED] and AS@[EMAIL PROTECTED]) Thanks.

Re: AS_CASE

2006-02-14 Thread Ralf Wildenhues
Hi Paul, * Paul Eggert wrote on Wed, Feb 15, 2006 at 05:58:59AM CET: Ralf Wildenhues [EMAIL PROTECTED] writes: OK to apply this patch? Yes, it looks good to me, except please change this: AT_SETUP([AS@[EMAIL PROTECTED] and AS@[EMAIL PROTECTED]) Changed and installed. Thanks for the