|
From: Dave G. <go...@mc...> - 2011-10-26 20:43:40
|
On Oct 26, 2011, at 2:38 PM CDT, John Reiser wrote: > On 10/25/2011 03:29 AM, Julian Seward wrote: >> >> A couple of hours ago I created branches/VALGRIND_3_7_BRANCH and >> branches/VEX_3_7_BRANCH, from which the 3.7.0 release will be made. > [snip] > > I see complaints from autogen.sh that I have not seen before: > ----- > $ svn co svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_7_BRANCH valgrind-3.7.branch > A valgrind-3.7.branch/glibc-2.X.supp.in > [snip many lines similar to above; appears to succeed] > $ cd valgrind-3.7.branch > $ ./autogen.sh > 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. -Dave |