On 14/07/2012, at 9:32 PM, Leif Hedstrom <zw...@apache.org> wrote: > On 7/13/12 11:15 PM, James Peach wrote: >> Hi all, >> >> Any objection to me adding a autotools-time dependency on pkg-config? I want >> to use PKG_CHECK_MODULES to test for luajit ... >> > > > What are the implications? What version(s) of autotools do we need? We can > probably stop supporting RHEL4 after v3.4, but not sure if we can do it > before that.
You just need to have pkg-config installed when you run autoreconf. There's no new requirements on automake or autoconf per se. Maybe we could alleviate the pkg-config requirement by bundling the pkg-config m4 with ATS ... J