From: Mathieu Desnoyers Date: Wed, 7 Oct 2009 23:22:59 +0000 (-0400) Subject: remove dependency on autotools 2.63 (unneeded) X-Git-Tag: v0.2.3~27 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=f9a5fd0a930d01089381b23a66a22344a72d2aeb remove dependency on autotools 2.63 (unneeded) Tested with autotools 2.13. Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index 348eda0..3fc9acd 100644 --- a/configure.ac +++ b/configure.ac @@ -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])