From d0ac5df49961d1d1a74b894f9941b973c0695c11 Mon Sep 17 00:00:00 2001 From: fidomax Date: Tue, 26 Jan 2021 07:33:17 +0300 Subject: [PATCH] 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 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 9ac7051bb67..dddb3aef75b 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