From f9a5fd0a930d01089381b23a66a22344a72d2aeb Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 7 Oct 2009 19:22:59 -0400 Subject: [PATCH] remove dependency on autotools 2.63 (unneeded) Tested with autotools 2.13. Signed-off-by: Mathieu Desnoyers --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.34.1