[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-121-g90b80f1

git at osgeo.org git at osgeo.org
Tue Mar 30 14:48:15 PDT 2021


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 "PostGIS".

The branch, master has been updated
       via  90b80f1c4e8b3ff95ef7abf83e3993ca337971ad (commit)
      from  160a2159c33bfa12211b1951975d5dca8ec483d0 (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 90b80f1c4e8b3ff95ef7abf83e3993ca337971ad
Author: fidomax <adobegitler at gmail.com>
Date:   Tue Jan 26 07:33:17 2021 +0300

    Add HAVE_VASPRINTF HAVE_ASPRINTF templates
    
    It fixes autoreconf error:
    autoheader: warning: missing template: HAVE_ASPRINTF
    autoheader: Use AC_DEFINE([HAVE_ASPRINTF], [], [Description])
    autoheader: warning: missing template: HAVE_VASPRINTF

diff --git a/configure.ac b/configure.ac
index d0d944b..ba7d3bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,6 +11,8 @@ dnl **********************************************************************
 
 AC_INIT()
 AC_CONFIG_HEADERS([postgis_config.h])
+AH_TEMPLATE([HAVE_VASPRINTF])
+AH_TEMPLATE([HAVE_ASPRINTF])
 AC_CONFIG_MACRO_DIR([macros])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_PROG_INSTALL

-----------------------------------------------------------------------

Summary of changes:
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list