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 cd52d6be3 Add a comment about a probably no longer needed autoconf
workaround
cd52d6be3 is described below
commit cd52d6be356b9a4cc546c356e3d7206358b44f57
Author: Rainer Jung <[email protected]>
AuthorDate: Sun Jun 18 14:00:55 2023 +0200
Add a comment about a probably no longer needed autoconf workaround
---
native/build/tcnative.m4 | 1 +
1 file changed, 1 insertion(+)
diff --git a/native/build/tcnative.m4 b/native/build/tcnative.m4
index 454bc8100..15781212d 100644
--- a/native/build/tcnative.m4
+++ b/native/build/tcnative.m4
@@ -146,6 +146,7 @@ dnl Autoconf 2.50 can not handle substr correctly. It does
have
dnl AS_HELP_STRING, so let's try to call it if we can.
dnl Note: this define must be on one line so that it can be properly returned
dnl as the help string.
+dnl TODO: Check whether this is still needed for autoconf 2.68.
AC_DEFUN([TCN_HELP_STRING],[ifelse(regexp(AC_ACVERSION, 2\.1), -1,
AS_HELP_STRING($1,$2),[ ]$1 substr([ ],len($1))$2)])dnl
dnl
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]