aboutsummaryrefslogtreecommitdiff
path: root/m4/curl-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
commit182a41555539f0429b4412d37d04d2bc22cbc103 (patch)
treee283392b3ef981a967df5a5b0d2246529dfeba38 /m4/curl-reentrant.m4
parent6e789fc516cc53fe071e20abe5f7b57e9beb890a (diff)
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/curl-reentrant.m4')
-rw-r--r--m4/curl-reentrant.m46
1 files changed, 3 insertions, 3 deletions
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([