[geos-commits] [SCM] GEOS branch 3.7 updated. 5f4f0655f85bab14fd114a1df6127f1abc80d27c
git at osgeo.org
git at osgeo.org
Fri Oct 19 11:28:40 PDT 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".
The branch, 3.7 has been updated
via 5f4f0655f85bab14fd114a1df6127f1abc80d27c (commit)
via e3c97184ea75aeb3d03ebf74076c866dcdefeca8 (commit)
from 6ad5952695787f112c4de9728887228f3d312b36 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5f4f0655f85bab14fd114a1df6127f1abc80d27c
Merge: 6ad5952 e3c9718
Author: pramsey <pramsey at cleverelephant.ca>
Date: Fri Oct 19 11:28:39 2018 -0700
Merge branch '3.7' of johnkharvey/geos into 3.7
Going to merge and manually add NEWS entry so it's done (tm)
commit e3c97184ea75aeb3d03ebf74076c866dcdefeca8
Author: John K. Harvey <john.harvey at crunchydata.com>
Date: Tue Oct 2 14:07:26 2018 -0400
'make check' passes with autoconf 2.63.
diff --git a/configure.ac b/configure.ac
index 2fa505f..43b163c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl
dnl configure.in - autoconf input template to produce ./configure script
dnl
dnl version 2.52 is required for Cygwin libtool support
-AC_PREREQ([2.52])
+AC_PREREQ([2.63])
dnl local vars to hold user's preferences --------------------------------
AC_INIT([include/geos.h])
diff --git a/macros/ax_check_compile_flag.m4 b/macros/ax_check_compile_flag.m4
index ca36397..89d3b93 100755
--- a/macros/ax_check_compile_flag.m4
+++ b/macros/ax_check_compile_flag.m4
@@ -58,7 +58,7 @@
#serial 4
AC_DEFUN([AX_CHECK_COMPILE_FLAG],
-[AC_PREREQ(2.64)dnl for _AC_LANG_PREFIX and AS_VAR_IF
+[AC_PREREQ(2.63)dnl for _AC_LANG_PREFIX and AS_VAR_IF
AS_VAR_PUSHDEF([CACHEVAR],[ax_cv_check_[]_AC_LANG_ABBREV[]flags_$4_$1])dnl
AC_CACHE_CHECK([whether _AC_LANG compiler accepts $1], CACHEVAR, [
ax_check_save_flags=$[]_AC_LANG_PREFIX[]FLAGS
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
macros/ax_check_compile_flag.m4 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list