<div dir="ltr">Does this actually fix the problem? I was looking at your branch and see the travis build is broken there as well</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 23, 2016 at 5:25 PM, Aaron Conole <span dir="ltr"><<a href="mailto:aconole@bytheb.org" target="_blank">aconole@bytheb.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Recent travis update broke libtoolize, so we'll work around the<br>
libtool problems.<br>
<br>
Signed-off-by: Aaron Conole <<a href="mailto:aconole@bytheb.org">aconole@bytheb.org</a>><br>
---<br>
 .travis.yml       | 2 ++<br>
 travis-prepare.sh | 6 ++++++<br>
 2 files changed, 8 insertions(+)<br>
 create mode 100755 travis-prepare.sh<br>
<br>
diff --git a/.travis.yml b/.travis.yml<br>
index 0913ac3..464540a 100644<br>
--- a/.travis.yml<br>
+++ b/.travis.yml<br>
@@ -27,6 +27,8 @@ addons:<br>
     build_command:   "make"<br>
     branch_pattern: coverity<br>
<br>
+before_script: ./travis-prepare.sh<br>
+<br>
 script:<br>
    - ./boot.sh<br>
    - ./configure<br>
diff --git a/travis-prepare.sh b/travis-prepare.sh<br>
new file mode 100755<br>
index 0000000..2dcf839<br>
--- /dev/null<br>
+++ b/travis-prepare.sh<br>
@@ -0,0 +1,6 @@<br>
+#!/bin/bash<br>
+<br>
+if [ "${TRAVIS_OS_NAME}" == "osx" ]; then<br>
+    brew uninstall libtool && brew install libtool ||<br>
+            echo "Failed fixing libtool error"<br>
+fi<br>
<span class="HOEnZb"><font color="#888888">--<br>
2.7.4<br>
<br>
______________________________<wbr>_________________<br>
dev mailing list<br>
<a href="mailto:dev@lists.esnacc.org">dev@lists.esnacc.org</a><br>
<a href="http://mail.esnacc.org/mailman/listinfo/dev" rel="noreferrer" target="_blank">http://mail.esnacc.org/<wbr>mailman/listinfo/dev</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">-Sagara</div>
</div>