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

2010-01-08 Thread adso 0000
Ohh thank you for telling me. Sorry i read too fast the manual. I just copied and pasted the AS_IF function from the pdf autoconf manual, and i kept the space. Too lazy :) I am Juan Carlos Hurtado to introduce myself to the list :). Thank you very much. On Fri, Jan 8, 2010 at 2:56 PM, Eric Bl

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

2010-01-08 Thread Eric Blake
[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. > for example: > "AS_IF (" fails for me but > "AS_IF(" it wo

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