From a6a8bcbeefd6c9e9cf1c6c6f5e8224aff2beb51b Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 2 Jul 2012 18:50:56 +0200 Subject: 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 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e58bec4..48e8f43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ * Fix install of mount.fuse from out-of-tree build. Patch by Olivier Blin + * Fix build with automake >= 1.12.1. Patch by Olivier Blin + 2012-04-24 Miklos Szeredi * Add fallocate operation. Patch by Anatol Pomozov -- cgit v1.2.3