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 c5aa5c4fd0014be2b017bf9db34db23b4d6bab25 Author: Rainer Jung <[email protected]> AuthorDate: Sun Jun 18 14:01:34 2023 +0200 Make name and version info consistent with recent changes --- native/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/native/configure.ac b/native/configure.ac index 7ae395818..3e3c28f10 100644 --- a/native/configure.ac +++ b/native/configure.ac @@ -19,8 +19,8 @@ dnl dnl Process this file with autoconf to produce a configure script dnl -AC_PREREQ(2.50) -AC_INIT(configure.in) +AC_PREREQ(2.68) +AC_INIT(configure.ac) AC_CONFIG_AUX_DIR(build) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
