This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git

commit 8109d12ec724abcf1a6dc05fa6dffc46de347adb
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed May 15 09:27:25 2024 +0100

    Fix AC_OUTPUT usage warning when running buildconf.sh
---
 src/changes/changes.xml      | 3 +++
 src/native/unix/configure.in | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a4f7334..1c91dc0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,6 +52,9 @@
         Procrun. Better label for command used to start service shown in
         Prunmgr.exe. 
       </action>
+      <action dev="markt" type="fix">
+        jsvc. Fix warnings when running support/buildconf.sh
+      </action>
       <!-- Add -->
       <action type="add" dev="markt">
         Procrun. Add support for hybrid CRT builds.
diff --git a/src/native/unix/configure.in b/src/native/unix/configure.in
index e3eedb9..b411f01 100644
--- a/src/native/unix/configure.in
+++ b/src/native/unix/configure.in
@@ -135,7 +135,8 @@ dnl 
-------------------------------------------------------------------------
 dnl Random programs we need to compile locally
 dnl -------------------------------------------------------------------------
 AP_MSG_HEADER([Writing output files])
-AC_OUTPUT(Makefile Makedefs native/Makefile)
+AC_CONFIG_FILES(Makefile Makedefs native/Makefile)
+AC_OUTPUT
 
 dnl -------------------------------------------------------------------------
 dnl Done

Reply via email to