Run aclocal before autoheader
authorDavid Reiss <dreiss@apache.org>
Thu, 2 Apr 2009 21:37:12 +0000 (21:37 +0000)
committerDavid Reiss <dreiss@apache.org>
Thu, 2 Apr 2009 21:37:12 +0000 (21:37 +0000)
commita7d63f5f7013ab90999d715b1f9c311296fa2d19
tree5cfd62733166d3880b24b6d211befa32b914b50d
parent689c9ad49843879b957d975e24fbb01404bfff79
Run aclocal before autoheader

It looks ike autoheader inspects ./aclocal.m4 (produced by aclocal)
but not ./aclocal (which is read by aclocal), so it doesn't pick up
our custom defines unless we run aclocal first.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@761437 13f79535-47bb-0310-9956-ffa450edef68
bootstrap.sh