<div class="gmail_quote">On Mon, Nov 22, 2010 at 21:39, Dave Goodell <span dir="ltr">&lt;<a href="mailto:goodell@mcs.anl.gov">goodell@mcs.anl.gov</a>&gt;</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&#39;s the fault of <a href="http://configure.in:6295" target="_blank">configure.in:6295</a>.  I&#39;m not sure why we&#39;re doing this step, although I&#39;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&#39;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&#39;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=&quot;$WRAPPER_LIBS $LIBS&quot;</div><div> </div><div> # Setup required inter-library dependencies</div><div>-LIB_DEPS=&quot;&quot;</div><div>-LDFLAGS_DEPS=&quot;&quot;</div>
<div>+#LIB_DEPS=&quot;&quot;</div><div>+#LDFLAGS_DEPS=&quot;&quot;</div><div> if test &quot;$ENABLE_SHLIB&quot; != &quot;none&quot; -a &quot;$enable_lib_depend&quot; = &quot;yes&quot; ; then</div><div>    LIB_DEPS=&quot;$WRAPPER_LIBS&quot;</div>
<div>    WRAPPER_LIBS=&quot;&quot;</div></div><div><br></div><div><br></div><div>Jed</div>