We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c725a commit 3865bfcCopy full SHA for 3865bfc
acinclude.m4
@@ -4,7 +4,7 @@ dnl Autoconf 2.50 can not handle substr correctly. It does have
4
dnl AC_HELP_STRING, so let's try to call it if we can.
5
dnl Note: this define must be on one line so that it can be properly returned
6
dnl as the help string.
7
-AC_DEFUN([APACHE_HELP_STRING],[ifelse(regexp(AC_ACVERSION, 2\.1), -1, AC_HELP_STRING($1,$2),[ ]$1 substr([ ],len($1))$2)])dnl
+AC_DEFUN([APACHE_HELP_STRING],[ifdef([AS_HELP_STRING], AS_HELP_STRING($1, $2),[ifelse(regexp(AC_ACVERSION, 2\.1), -1, AC_HELP_STRING($1,$2),[ ]$1 substr([ ],len($1))$2)])])dnl
8
9
dnl APACHE_SUBST(VARIABLE)
10
dnl Makes VARIABLE available in generated files
0 commit comments