From 7eaaf6cbfedea8d658683c34dc740775ce843ad7 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 7 Oct 2009 21:33:58 -0400 Subject: [PATCH] Remove dependency on m4 from configure.ac Signed-off-by: Mathieu Desnoyers --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 3fc9acd..4d0cbec 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.34.1