Add error node to AST
[babeltrace.git] / configure.ac
index c4e9f0d4e202a20263415ea8485bf22048523c0c..cc23f5a421e539cca2b9d739fbaac22496661e07 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([babeltrace],[1.0.1],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([babeltrace],[1.1.0],[mathieu dot desnoyers at efficios dot com])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
@@ -10,7 +10,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_PROG_MKDIR_P
+AC_PROG_MKDIR_P
 
 AC_CONFIG_HEADERS([config.h])
 
This page took 0.023883 seconds and 4 git commands to generate.