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 5f1d4ee3fe3bb31481c1f953376dbc144246b4e3 Author: Rainer Jung <[email protected]> AuthorDate: Sun Jun 18 14:54:47 2023 +0200 Remove unused and probably obsolete custom help macro --- native/build/tcnative.m4 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/native/build/tcnative.m4 b/native/build/tcnative.m4 index f41683927..6cf7681fc 100644 --- a/native/build/tcnative.m4 +++ b/native/build/tcnative.m4 @@ -141,14 +141,6 @@ AC_DEFUN([TCN_FIND_JDK_OS],[ ]) ]) -dnl TCN_HELP_STRING(LHS, RHS) -dnl Autoconf 2.50 can not handle substr correctly. It does have -dnl AC_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 dnl TCN_CHECK_SSL_TOOLKIT dnl --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
