This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.3.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit 2f084af54067b158ae1dea7a97fd5b2c564d6eee Author: Rainer Jung <[email protected]> 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 09565f58d..9d62c639a 100644 --- a/xdocs/miscellaneous/changelog.xml +++ b/xdocs/miscellaneous/changelog.xml @@ -33,6 +33,9 @@ </section> <section name="Changes in 1.3.2"> <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: [email protected] For additional commands, e-mail: [email protected]
