From: Mathieu Desnoyers Date: Mon, 12 Oct 2009 20:48:40 +0000 (-0400) Subject: Using AM_PROG_MKDIR_P for compatibility X-Git-Tag: v0.2.3~4 X-Git-Url: https://git.lttng.org/?p=urcu.git;a=commitdiff_plain;h=0f4ac97ffd64ada974285b893ca1a594a6f003ff Using AM_PROG_MKDIR_P for compatibility Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index 707c06e..ca711ad 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +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 +AM_PROG_MKDIR_P AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h urcu/config.h])