summaryrefslogtreecommitdiff
path: root/m4/cares-reentrant.m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-08-05 09:08:43 +0000
committerYang Tse <yangsita@gmail.com>2008-08-05 09:08:43 +0000
commit088ac83df4dc95cc02432a9731791c67d498a964 (patch)
tree5c10a5daf1162e74c3358808a1d2d022b5841bdf /m4/cares-reentrant.m4
parent3f1bde766423bede155941a68f0b00aa97edbf12 (diff)
downloadc-ares-088ac83df4dc95cc02432a9731791c67d498a964.tar.gz
c-ares-088ac83df4dc95cc02432a9731791c67d498a964.tar.bz2
c-ares-088ac83df4dc95cc02432a9731791c67d498a964.zip
The minimum autoconf version required for this file is 2.50
Avoid dot notation in aclocal serial file number, use a single number now.
Diffstat (limited to 'm4/cares-reentrant.m4')
-rw-r--r--m4/cares-reentrant.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/cares-reentrant.m4 b/m4/cares-reentrant.m4
index 7a65052..e19867d 100644
--- a/m4/cares-reentrant.m4
+++ b/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([