]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Make autoconf 2.6.1 an explicit requirement due to AC_PROG_MKDIR_P macro usage
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 12 Feb 2010 20:43:13 +0000 (20:43 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 12 Feb 2010 20:43:13 +0000 (20:43 +0000)
commit02e072a69920a4682ee0fd79d287de96c35705f2
tree7dc05ee3fe04568c894974f7039f552f885b0a6b
parent74f6d4906973107cc1578399e28560010ba186cc
Make autoconf 2.6.1 an explicit requirement due to AC_PROG_MKDIR_P macro usage

RHEL 5.4 still ships with autoconf 2.59 (released in 2003, folks) and fails
because MKDIR_P isn't defined. For now, let's kill it right at the ./configure
step until we decide whether to use the marked-as-obsolete AM_PROG_MKDIR_P
macro instead.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15528 dcc99617-32d9-48b4-a31d-7c20da2025e4
configure.ac