Fix build with automake >= 1.12.1
commita6a8bcbeefd6c9e9cf1c6c6f5e8224aff2beb51b
authorOlivier Blin <olivier.blin@softathome.com>
Mon, 2 Jul 2012 16:50:56 +0000 (2 18:50 +0200)
committerMiklos Szeredi <mszeredi@suse.cz>
Wed, 4 Jul 2012 10:19:29 +0000 (4 12:19 +0200)
tree3bf1cd6bdb9498b573b1ad9cef100962ab8f9cc4
parentfd4a816823133dd66de60b3a017e1f0442486d1f
Fix build with automake >= 1.12.1

mkdir_p is deprecated since automake 1.12.1 (see automake commit
7a1eb9ff9027929687f12905e131f6fda3fa6d0c).

MKDIR_P should be used instead of mkdir_p.
This is available since autoconf 2.59d (2006-06-05), by calling
AC_PROG_MKDIR_P.

The mkdir_p workaround was not working anyway for out-of-tree builds,
since the ../mkinstalldirs path would be incorrect.
ChangeLog
configure.in
util/Makefile.am