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 ad347d6e31c725e3d53d604291d9f8fc41cf4448
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jan 7 15:46:56 2025 +0000

    rename configure.in -> configure.ac to fix warning
---
 src/native/unix/{configure.in => configure.ac} | 0
 src/native/unix/support/buildconf.sh           | 4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/native/unix/configure.in b/src/native/unix/configure.ac
similarity index 100%
rename from src/native/unix/configure.in
rename to src/native/unix/configure.ac
diff --git a/src/native/unix/support/buildconf.sh 
b/src/native/unix/support/buildconf.sh
index eaaa118..f0c44e7 100755
--- a/src/native/unix/support/buildconf.sh
+++ b/src/native/unix/support/buildconf.sh
@@ -18,7 +18,7 @@
 # The cache of automake always brings problems when changing *.m4 files.
 rm -rf autom4te.cache
 
-if test -f configure.in ; then
+if test -f configure.ac ; then
   autoreconf -fi
   if test $? -ne 0 ; then
     echo "$0: cannot generate configure script"
@@ -26,5 +26,5 @@ if test -f configure.in ; then
     echo "$0: configure script generated successfully"
   fi
 else
-  echo "$0: cannot find source file configure.in"
+  echo "$0: cannot find source file configure.ac"
 fi

Reply via email to