[geos-commits] [SCM] GEOS branch master updated. f640fe0d8674aa8eea1506349d697a9cb7824431

git at osgeo.org git at osgeo.org
Thu Oct 18 22:38: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, master has been updated
       via  f640fe0d8674aa8eea1506349d697a9cb7824431 (commit)
       via  e2b85688c9e043a096a0161f59cb6fa9c142f868 (commit)
      from  d9546f690bcf2bb35c197265602731c8f6f8ca48 (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 f640fe0d8674aa8eea1506349d697a9cb7824431
Merge: d9546f6 e2b8568
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Oct 18 22:38:40 2018 -0700

    Merge branch 'master' of johnkharvey/geos into master
    
    https://lists.osgeo.org/pipermail/postgis-devel/2018-September/027371.html
    No reason we need to require autoconf 2.64, downgrade to 2.63


commit e2b85688c9e043a096a0161f59cb6fa9c142f868
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 65ddddd..c15b196 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