/usr/bin/gcc -std=gnu99 -o conftest -g gdb3 conftest.c

2013-01-06 Thread Bruce Korb
What might induce configure to insert a space after "-g" and before "gdb3"? configure:15849: result: no configure:15864: checking whether uname(2) is POSIX configure:15880: /usr/bin/gcc -std=gnu99 -o conftest -ggdb3 conftest.c -ldl >&5 + eval '$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLA

Blogging about deprecated macros

2013-01-06 Thread Marko Lindqvist
FYI Recent automake-1.13 release has been keeping me busy as I try to fix the majority (it feels) of FOSS projects upon which it fails, due to AM_CONFIG_HEADER having been removed. So in the hope that projects would be better prepared for future autotool releases, a quick note about autoupdate: h

Re: Blogging about deprecated macros

2013-01-06 Thread Jeffrey Walton
On Sun, Jan 6, 2013 at 10:04 PM, Marko Lindqvist wrote: > FYI > > Recent automake-1.13 release has been keeping me busy as I try to fix > the majority (it feels) of FOSS projects upon which it fails, due to > AM_CONFIG_HEADER having been removed. > > So in the hope that projects would be better pr

Re: Blogging about deprecated macros

2013-01-06 Thread Marko Lindqvist
On 7 January 2013 05:10, Jeffrey Walton wrote: > On Sun, Jan 6, 2013 at 10:04 PM, Marko Lindqvist wrote: >> FYI >> >> Recent automake-1.13 release has been keeping me busy as I try to fix >> the majority (it feels) of FOSS projects upon which it fails, due to >> AM_CONFIG_HEADER having been remov