Remove dependency on m4 from configure.ac
[urcu.git] / configure.ac
index 3fc9acd3f597daf3a985eb21509acb44ddbdc03c..4d0cbec8887a3e0b869c55c92ef9fe3a33283419 100644 (file)
@@ -2,10 +2,8 @@
 # Process this file with autoconf to produce a configure script.
 
 
 # Process this file with autoconf to produce a configure script.
 
 
-#AC_PREREQ([2.63])
-AC_INIT([userspace-rcu], [0.2.2], [mathieu dot desnoyers at polymtl dot ca])
+AC_INIT([userspace-rcu], [0.2.3-alpha], [mathieu dot desnoyers at polymtl dot ca])
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_AUX_DIR([config])
-AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip])
 AC_CONFIG_SRCDIR([urcu.h])
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip])
 AC_CONFIG_SRCDIR([urcu.h])
 AC_CONFIG_HEADERS([config.h])
This page took 0.022481 seconds and 4 git commands to generate.