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
The following commit(s) were added to refs/heads/master by this push:
new 712931c One more rename required
712931c is described below
commit 712931c75dc52b594e752d64b6873f1d9b697557
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jan 7 17:55:07 2025 +0000
One more rename required
---
src/native/unix/configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/native/unix/configure.ac b/src/native/unix/configure.ac
index 8f01244..ae7d7f8 100644
--- a/src/native/unix/configure.ac
+++ b/src/native/unix/configure.ac
@@ -28,7 +28,7 @@ AC_PREREQ(2.53)
sinclude(./support/apfunctions.m4)dnl
sinclude(./support/apjava.m4)dnl
sinclude(./support/apsupport.m4)dnl
-AC_INIT(configure.in)
+AC_INIT(configure.ac)
AC_CONFIG_AUX_DIR(./support)
dnl Generate ./config.nice for reproducing runs of configure