<div class="gmail_quote">On Mon, Nov 22, 2010 at 21:39, Dave Goodell <span dir="ltr"><<a href="mailto:goodell@mcs.anl.gov">goodell@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":3sc">Hmm... this looks like it's the fault of <a href="http://configure.in:6295" target="_blank">configure.in:6295</a>. I'm not sure why we're doing this step, although I'm also hesitant to remove it without careful study. In a pinch you might be able to get by if you comment out that line (and maybe the following line as well).</div>
</blockquote></div><div><br></div><div>I cannot regenerate the configure script because of</div><div><br></div><div><div>$ autoreconf -fi</div><div><a href="http://configure.in:852">configure.in:852</a>: error: possibly undefined macro: AC_CXX_NAMESPACE_STD</div>
<div> If this token and others are legitimate, please use m4_pattern_allow.</div><div> See the Autoconf documentation.</div><div>autoreconf: /usr/bin/autoconf failed with exit status: 1</div></div><div><br></div>
<div>Strangely, this message does not actually seem to refer to a line number in <a href="http://configure.in">configure.in</a> as it claims because putting text above that point (like trying to use m4_pattern_allow) does no change the error line number. The also don't seem to be lines anywhere near 852 that could possibly have anything to do with AC_CXX_NAMESPACE_STD. That symbol only appears on line 2429.</div>
<div><br></div><div><div>autoreconf (GNU Autoconf) 2.68</div></div><div><br></div><div>Was your quoted line number in the 1.3.1 tarball, or elsewhere? I was trying to use the change below, but it's not obvious to me how these two lines produce my symptom.</div>
<div><br></div><div><div>--- configure.in.orig<span class="Apple-tab-span" style="white-space:pre">        </span>2010-11-11 08:55:02.000000000 +0100</div><div>+++ <a href="http://configure.in">configure.in</a><span class="Apple-tab-span" style="white-space:pre">        </span>2010-11-25 12:27:54.355281755 +0100</div>
<div>@@ -6292,8 +6292,8 @@</div><div> WRAPPER_LIBS="$WRAPPER_LIBS $LIBS"</div><div> </div><div> # Setup required inter-library dependencies</div><div>-LIB_DEPS=""</div><div>-LDFLAGS_DEPS=""</div>
<div>+#LIB_DEPS=""</div><div>+#LDFLAGS_DEPS=""</div><div> if test "$ENABLE_SHLIB" != "none" -a "$enable_lib_depend" = "yes" ; then</div><div> LIB_DEPS="$WRAPPER_LIBS"</div>
<div> WRAPPER_LIBS=""</div></div><div><br></div><div><br></div><div>Jed</div>