remove dependency on autotools 2.63 (unneeded)
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 7 Oct 2009 23:22:59 +0000 (19:22 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 7 Oct 2009 23:22:59 +0000 (19:22 -0400)
Tested with autotools 2.13.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
configure.ac

index 348eda03c75905218d13570e581bbab950a7c056..3fc9acd3f597daf3a985eb21509acb44ddbdc03c 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 
-AC_PREREQ([2.63])
+#AC_PREREQ([2.63])
 AC_INIT([userspace-rcu], [0.2.2], [mathieu dot desnoyers at polymtl dot ca])
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_MACRO_DIR([m4])
This page took 0.025347 seconds and 4 git commands to generate.