<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,8 @@
 #!/bin/sh
 
+set -e
+
+echo &quot;libstrophe autogen.sh...&quot;
 mkdir -p m4
 UNAME=`uname -s`
 if [ $UNAME = &quot;Darwin&quot; ]; then
@@ -7,6 +10,7 @@ glibtoolize --automake
 else
 libtoolize --automake
 fi
-aclocal
+ACLOCAL=`which aclocal-1.11 || which aclocal-1.10 || which aclocal-1.9 || which aclocal19 || which aclocal-1.7 || which aclocal17 || which aclocal-1.5 || which aclocal15`
+${ACLOCAL:-aclocal} $ACLOCALFLAGS || exit 1
 automake --add-missing --foreign --copy
 autoconf</diff>
      <filename>bootstrap.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>89299d0e35cd960a2baadaaab14a440a2567ac90</id>
    </parent>
  </parents>
  <author>
    <name>Matt Ingenthron</name>
    <email>ingenthr@cep.net</email>
  </author>
  <url>http://github.com/dustin/libstrophe/commit/ecf5edc75dd8c1cbd5ac8ee990d48717cf2d9a10</url>
  <id>ecf5edc75dd8c1cbd5ac8ee990d48717cf2d9a10</id>
  <committed-date>2009-10-09T21:09:21-07:00</committed-date>
  <authored-date>2009-10-09T09:16:50-07:00</authored-date>
  <message>Add the which dance for aclocal and the multitude of versions.</message>
  <tree>c588c574db7ddd9c7bc47b5eb529ba8909f6e2c0</tree>
  <committer>
    <name>CaptTofu</name>
    <email>patg@patg.net</email>
  </committer>
</commit>
