From: Mathieu Desnoyers Date: Fri, 9 Oct 2009 14:33:02 +0000 (-0400) Subject: AC_PROG_MKDIR_P needed with automake 1.9 X-Git-Tag: v0.2.3~11 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=7dd8417e70a581e78759d067396d7858c7cb5157 AC_PROG_MKDIR_P needed with automake 1.9 Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index 8c9ce5a..3a26747 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,7 @@ AC_CANONICAL_TARGET AC_CANONICAL_HOST AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip]) AC_CONFIG_SRCDIR([urcu.h]) +AC_PROG_MKDIR_P AC_CONFIG_HEADERS([config.h urcu/config.h])