From c1d4c90bafba23bb408ead96d82a22fad7d0fbb5 Mon Sep 17 00:00:00 2001 From: barate Date: Thu, 30 Sep 2010 15:21:36 +0000 Subject: [PATCH] Fixed the fix for make distcheck --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 7e6479505..148d9225f 100644 --- a/configure.ac +++ b/configure.ac @@ -115,6 +115,9 @@ if test -z "$AR"; then fi AC_SUBST(AR) +AC_PROG_MKDIR_P +AC_SUBST(MKDIR_P) + echo echo --------------------------------------------- echo testing make -- 2.39.2