Files
third_party_libfuse/util
Olivier Blin a6a8bcbeef 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.
2012-07-04 12:19:29 +02:00
..
2010-06-24 13:40:31 +02:00
2011-11-17 12:36:38 +01:00
2012-07-04 12:19:29 +02:00
2011-03-30 19:34:58 +02:00
2006-10-08 15:41:20 +00:00