From f900d4c3785ec642cf398dbc91ddcacf4ad3f492 Mon Sep 17 00:00:00 2001 From: plt Date: Tue, 24 May 2011 10:51:25 +0800 Subject: [PATCH] Modify the version of autoconf to 2.61 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 130f33a..ad6d849 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ([2.67]) +AC_PREREQ([2.61]) AC_INIT([libsearpc], [1.0], [freeplant@gmail.com]) AC_CONFIG_SRCDIR([lib/searpc-server.c]) AC_CONFIG_HEADERS([config.h])