Using AM_PROG_MKDIR_P for compatibility
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Mon, 12 Oct 2009 20:48:40 +0000 (16:48 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Mon, 12 Oct 2009 20:48:40 +0000 (16:48 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
configure.ac

index 707c06e367fd43e88e06ae99c37033285c27c013..ca711ad79be36c87c03fc1281084cc214b0338a7 100644 (file)
@@ -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])
This page took 0.025433 seconds and 4 git commands to generate.