<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">This code is incorrect<div class=""><br class=""></div><div class=""><div class=""> if test -z "${LIBTOOLIZE+set}" && ( glibtoolize --version ) >/dev/null 2>&1</div><div class="">; then</div><div class=""> libtoolize=glibtoolize</div><div class=""> else</div><div class=""> libtoolize=${LIBTOOLIZE:-libtoolize}</div><div class=""> fi</div><div class=""><br class=""></div><div class="">because it selects glibtoolsize over libtoolize, even if autoconf etc. have been installed by the user (me in this case) ahead of the ones defined by the operating system (MacOS in my case). Even worse, it then tells me:</div><div class=""><br class=""></div><div class=""><div class="">Checking if autotools are in the same location... no</div><div class=""> autoconf is in /Users/gropp</div><div class=""> automake is in /Users/gropp</div><div class=""> libtool is in /opt/local</div></div><div class=""><br class=""></div><div class="">But here’s what I get:</div><div class=""><br class=""></div><div class=""><div class="">wdg-macbook: gropp$ which autoconf</div><div class="">/Users/gropp/bin/autoconf</div><div class="">wdg-macbook: gropp$ which automake</div><div class="">/Users/gropp/bin/automake</div><div class="">wdg-macbook: gropp$ which libtool</div><div class="">/Users/gropp/bin/libtool</div><div class="">wdg-macbook: gropp$</div></div><div class=""><br class=""></div><div class="">So: autogen.sh claims the libtool in the path is in /opt/local , which it is not, and</div><div class="">autogen.sh claims that the tools are in directories that they are not in (it always dropped “bin” - there is no requirement that the directory path end in bin.</div><div class=""><br class=""></div><div class="">I can work around these errors by setting LIBTOOLIZE, but I should not need to do that and I had to debug autogen.sh to discover what it really wanted. </div><div class=""><br class=""></div><div class="">Bill</div><div class=""><br class=""></div><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">William Gropp<br class="">Director and Chief Scientist, NCSA<br class="">Thomas M. Siebel Chair in Computer Science<br class="">University of Illinois Urbana-Champaign</div><br class="Apple-interchange-newline"></div></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">
</div>
<br class=""></div></body></html>