Re: configure.ac:27: error: possibly undefined macro: AS_IF

2010-01-08 Thread adso 0000
maybe i am saying some none sense but Have you check to don't leave any space between the name of the macro and their arguments. for example: "AS_IF (" fails for me but "AS_IF(" it works. Kind Regards. ___ Autoconf mailing list Autoconf@gnu.org htt

Re: configure.ac:27: error: possibly undefined macro: AS_IF

2010-01-08 Thread adso 0000
Blake wrote: > [adding autoconf-patches; replies can drop autoconf] > > According to adso on 1/8/2010 5:48 AM: > > maybe i am saying some none sense but > > Have you check to don't leave any space between the name of the macro and > > their arguments. >