From edc324e0282913e831730785874e429747c0de96 Mon Sep 17 00:00:00 2001 From: Blottiere Paul Date: Mon, 30 Jun 2025 09:54:00 +0200 Subject: [PATCH] Fix autoconf warnings --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index e9ab9d4b..cd26ac54 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl * Copyright (c) 2013 Natural Resources Canada dnl * dnl ***********************************************************************/ -AC_INIT() +AC_INIT AC_CONFIG_MACRO_DIR([macros]) AC_CONFIG_HEADERS([lib/pc_config.h pgsql/sqldefines.h]) AC_LANG([C++]) @@ -363,10 +363,11 @@ dnl =========================================================================== dnl Output the relevant files dnl =========================================================================== -AC_OUTPUT([ +AC_CONFIG_FILES([ config.mk pgsql/Makefile ]) +AC_OUTPUT dnl =========================================================================== dnl Display the configuration status information