Re: autotools troubles on Squeeze

2010-08-21 Thread Alberto Luaces
Jerome BENOIT writes: > Hello List, > > it appeared that the line > > AX_CFLAGS_GCC_OPTION(-std=c99) > > in my configure.ac files now confuses autoconf. > More precisely, the equal `=` causes the confusion. > > Any idea how to to fix it ? > Try quoting it: AX_CFLAGS_GCC_OPTION([-std=c99]) -- A

Re: autotools troubles on Squeeze

2010-08-21 Thread Jerome BENOIT
Hello List, it appeared that the line AX_CFLAGS_GCC_OPTION(-std=c99) in my configure.ac files now confuses autoconf. More precisely, the equal `=` causes the confusion. Any idea how to to fix it ? Thanks in advance, Jerome On 21/08/10 19:01, Jerome BENOIT wrote: Thanks for the link: meanwhi

Re: autotools troubles on Squeeze

2010-08-21 Thread Jerome BENOIT
Thanks for the link: meanwhile I have begun to track the bug. I will give me some time to fix the bug before to downgrade autoconf. Jerome On 21/08/10 18:45, Camaleón wrote: On Sat, 21 Aug 2010 17:01:09 +0800, Jerome BENOIT wrote: my box is a daily updated Squeeze box: today I get trouble

Re: autotools troubles on Squeeze

2010-08-21 Thread Camaleón
On Sat, 21 Aug 2010 17:01:09 +0800, Jerome BENOIT wrote: > my box is a daily updated Squeeze box: today I get trouble with > autotools: > I suspect that the issues come from autoconf which was upgraded recently > from 2.65-4 to 2.67-2 . > As I cannot really identify the misbehaviour, I would like

autotools troubles on Squeeze

2010-08-21 Thread Jerome BENOIT
Hello List, my box is a daily updated Squeeze box: today I get trouble with autotools: I suspect that the issues come from autoconf which was upgraded recently from 2.65-4 to 2.67-2 . As I cannot really identify the misbehaviour, I would like to downgrad to autoconf 2.65-4 : where can we get the