From 182a41555539f0429b4412d37d04d2bc22cbc103 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 5 Aug 2008 09:08:43 +0000 Subject: [PATCH] The minimum autoconf version required for this file is 2.50 Avoid dot notation in aclocal serial file number, use a single number now. --- ares/m4/cares-reentrant.m4 | 6 +++--- m4/curl-reentrant.m4 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ares/m4/cares-reentrant.m4 b/ares/m4/cares-reentrant.m4 index 7a6505223..e19867d13 100644 --- a/ares/m4/cares-reentrant.m4 +++ b/ares/m4/cares-reentrant.m4 @@ -15,8 +15,8 @@ # #*************************************************************************** -# File version for 'aclocal' use. -# serial 1.1 +# File version for 'aclocal' use. Keep it a single number. +# serial 2 dnl Note 1 dnl ------ @@ -399,7 +399,7 @@ dnl that it is defined equally for further configure dnl tests and generated config file. AC_DEFUN([CARES_CONFIGURE_REENTRANT], [ - AC_PREREQ([2.57])dnl + AC_PREREQ([2.50])dnl # AC_MSG_CHECKING([if _REENTRANT is already defined]) AC_COMPILE_IFELSE([ diff --git a/m4/curl-reentrant.m4 b/m4/curl-reentrant.m4 index aa299432d..e185bdf86 100644 --- a/m4/curl-reentrant.m4 +++ b/m4/curl-reentrant.m4 @@ -21,8 +21,8 @@ # $Id$ #*************************************************************************** -# File version for 'aclocal' use. -# serial 1.1 +# File version for 'aclocal' use. Keep it a single number. +# serial 2 dnl Note 1 dnl ------ @@ -405,7 +405,7 @@ dnl that it is defined equally for further configure dnl tests and generated config file. AC_DEFUN([CURL_CONFIGURE_REENTRANT], [ - AC_PREREQ([2.57])dnl + AC_PREREQ([2.50])dnl # AC_MSG_CHECKING([if _REENTRANT is already defined]) AC_COMPILE_IFELSE([