acinclude.m4 revision 88ecd979f1112454432371f55a1420240fae3743
278N/A
278N/Adnl APACHE_HELP_STRING(LHS, RHS)
278N/Adnl Autoconf 2.50 can not handle substr correctly. It does have
278N/Adnl AC_HELP_STRING, so let's try to call it if we can.
278N/Adnl Note: this define must be on one line so that it can be properly returned
278N/Adnl as the help string.
278N/AAC_DEFUN(APACHE_HELP_STRING,[ifelse(regexp(AC_ACVERSION, 2\.1), -1, AC_HELP_STRING($1,$2),[ ]$1 substr([ ],len($1))$2)])dnl
278N/A
278N/Adnl APACHE_SUBST(VARIABLE)
278N/Adnl Makes VARIABLE available in generated files
278N/Adnl (do not use @variable@ in Makefiles, but $(variable))
278N/AAC_DEFUN(APACHE_SUBST,[
278N/A APACHE_VAR_SUBST="$APACHE_VAR_SUBST $1"
278N/A AC_SUBST($1)
278N/A])
278N/A
278N/Adnl APACHE_FAST_OUTPUT(FILENAME)
278N/Adnl Perform substitutions on FILENAME (Makefiles only)
278N/AAC_DEFUN(APACHE_FAST_OUTPUT,[
278N/A APACHE_FAST_OUTPUT_FILES="$APACHE_FAST_OUTPUT_FILES $1"
844N/A])
Error!

 

There was an error!

null

java.lang.NullPointerException