<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
This would appear to be the culprit. Maybe Pavan/Ken can talk about why it was removed?
<div class=""><br class="">
</div>
<div class=""><a href="https://github.intel.com/csr/mpich-ofi/commit/a512f954007fefa4b3b218848854481927422fc3" class="">https://github.intel.com/csr/mpich-ofi/commit/a512f954007fefa4b3b218848854481927422fc3</a><br class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Dec 7, 2017, at 3:51 PM, Jeff Hammond <jeff.science@gmail.com> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">
<div class="">autogen.sh is failing for me on Mac because Apple's libtool is not in the same place as Homebrew's autoconf/automake.  I perused autogen.sh but didn't see an option to fix this.</div>
<div class=""><br class="">
</div>
<div class="">I need to use Homebrew autotools for other projects and don't want to uninstall Xcode for obvious reasons.  Is there a workaround besides hacking autogen.sh and hating myself?  I'd like to cause it to glibtool instead.<br class="">
<br class="">
</div>
<div class="">If nothing else, autogen.sh incorrectly prints the location of libtool.  It is in /usr/bin not /.</div>
<div class=""><br class="">
</div>
<div class="">Thanks,</div>
<div class=""><br class="">
Jeff</div>
 <br class="">
jrhammon-mac01:git jrhammon$ which libtool<br class="">
/usr/bin/libtool<br class="">
jrhammon-mac01:git jrhammon$ which autoconf<br class="">
/usr/local/bin/autoconf<br class="">
jrhammon-mac01:git jrhammon$ which automake<br class="">
/usr/local/bin/automake<br class="">
jrhammon-mac01:git jrhammon$ which glibtool<br class="">
/usr/local/bin/glibtool<br class="">
<br class="">
<br class="">
jrhammon-mac01:git jrhammon$ ./autogen.sh <br class="">
<br class="">
####################################<br class="">
## Checking user environment<br class="">
####################################<br class="">
<br class="">
Verifying the location of autogen.sh... done<br class="">
usage: dirname path<br class="">
Checking if autotools are in the same location... no<br class="">
autoconf is in /usr/local<br class="">
automake is in /usr/local<br class="">
libtool  is in /<br class="">
===> WARNING: Autotools are in different locations. In rare occasion,<br class="">
===> WARNING: resulting configure or makefile may fail in some unexpected ways.<br class="">
Checking if autoreconf accepts -I //share/aclocal... no<br class="">
Checking if autoreconf works after an additional libtoolize step... no<br class="">
===> ERROR:   Since none of the autoreconf workaround works<br class="">
===> ERROR:   and autotools are not in the same directory, aborting...<br class="">
===> ERROR:   Updating autotools or putting all autotools in the same location<br class="">
===> ERROR:   may resolve the issue.<br class="">
<br class="">
<br class="">
--<br class="">
Jeff Hammond<br class="">
<a href="mailto:jeff.science@gmail.com" class="">jeff.science@gmail.com</a><br class="">
<a href="http://jeffhammond.github.io/" class="">http://jeffhammond.github.io/</a>
</div>
_______________________________________________<br class="">
To manage subscription options or unsubscribe:<br class="">
https://lists.mpich.org/mailman/listinfo/devel</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>