You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2023/06/18 11:58:11 UTC

[tomcat-native] branch main updated: Rename configure.in to modern autotools style configure.ac.

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

rjung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git


The following commit(s) were added to refs/heads/main by this push:
     new 70927e0f3 Rename configure.in to modern autotools style configure.ac.
70927e0f3 is described below

commit 70927e0f336f282ca931f7e7d355e36521b2edfd
Author: Rainer Jung <ra...@kippdata.de>
AuthorDate: Sun Jun 18 13:57:57 2023 +0200

    Rename configure.in to modern autotools style configure.ac.
---
 native/{configure.in => configure.ac} | 0
 xdocs/miscellaneous/changelog.xml     | 3 +++
 2 files changed, 3 insertions(+)

diff --git a/native/configure.in b/native/configure.ac
similarity index 100%
rename from native/configure.in
rename to native/configure.ac
diff --git a/xdocs/miscellaneous/changelog.xml b/xdocs/miscellaneous/changelog.xml
index 5993fd906..918615532 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -33,6 +33,9 @@
 </section>
 <section name="Changes in 2.0.5">
   <changelog>
+    <update>
+      Rename configure.in to modern autotools style configure.ac. (rjung)
+    </update>
     <update>
       Fix incomplete updates for autotools generated files during "buildconf" execution. (rjung)
     </update>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org