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 05919e18e Remove unused and probably obsolete custom help macro 05919e18e is described below commit 05919e18e67ab37637f4bb57f0d1f01d68b7807f Author: Rainer Jung <rainer.j...@kippdata.de> 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 15781212d..272eac47f 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 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 dnl TCN_FIND_SSL_TOOLKIT dnl --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org