|
From: John R. <jr...@bi...> - 2011-10-26 21:05:48
|
>> running: aclocal >> configure.in:1344: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body > > I saw similar messages on a recent trunk checkout. The patch attached to my previous mail on this thread fixes these warnings. One level of m4 quoting is missing from a small portion of configure.in, which autoconf-2.68 (and AFAIK only 2.68) detects and warns about. Thank you, Dave. vg_m4_quoting_r12230.patch works for me, too. -- |