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 1b902ad7a Make name and version info consistent with recent changes 1b902ad7a is described below commit 1b902ad7aa9e893ea3acaf999ac3b0563ab95520 Author: Rainer Jung <rainer.j...@kippdata.de> 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 e082ae6d2..45b815073 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org