|
From: John R. <jr...@bi...> - 2011-10-26 19:38:12
|
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 ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from... ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from... ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from... configure.in:1344: the top level ----- and similar messages when the script continues with autoheader, automake -a, and [in VEX] autoconf. None of the messages appear when I run ./autogen.sh within a non-branched checkout. I'll try ignoring the messages on the branch, but am I missing something? -- |