Update prerequisite Autoconf version to 2.60 (from 2.59).
authorBen Pfaff <blp@nicira.com>
Tue, 2 Dec 2008 16:27:31 +0000 (08:27 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 2 Dec 2008 16:28:51 +0000 (08:28 -0800)
commit662cf794d62691c5d0c0116b77c88f3efd590c78
treea305b936d7c94097efb731e1cda6f662eb9c6c5e
parent61cd5f82ea56735be81c32cc6e55ad76c557d242
Update prerequisite Autoconf version to 2.60 (from 2.59).

We use the MKDIR_P variable that only Autoconf 2.60 and
later supports, but we were only requiring Autoconf 2.59
or later.  This fixes the problem.

Also, we were not explicitly invoking AC_PROG_MKDIR_P from
configure.ac, even though we were using $(MKDIR_P).  Some
other macro must have been internally invoking
AC_PROG_MKDIR_P, but it's not good to depend on that, so
this commit adds an explicit call to it.
configure.ac