Remove dependency on m4 from configure.ac
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Thu, 8 Oct 2009 01:33:58 +0000 (21:33 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Thu, 8 Oct 2009 01:33:58 +0000 (21:33 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
configure.ac

index 3fc9acd3f597daf3a985eb21509acb44ddbdc03c..4d0cbec8887a3e0b869c55c92ef9fe3a33283419 100644 (file)
@@ -2,10 +2,8 @@
 # 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_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip])
 AC_CONFIG_SRCDIR([urcu.h])
 AC_CONFIG_HEADERS([config.h])
This page took 0.025892 seconds and 4 git commands to generate.