From: Ben Elliston Date: Sun, 31 Oct 1999 02:20:26 +0000 (+0000) Subject: Document ac_max_here_line's future. From Akim. X-Git-Tag: autoconf-2.50~1318 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24dd0b053019a648cd768cedac37a9bd2d6e8410;p=thirdparty%2Fautoconf.git Document ac_max_here_line's future. From Akim. --- diff --git a/acgeneral.m4 b/acgeneral.m4 index 99f3ad04..2bd60eda 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -801,7 +801,9 @@ subdirs= MFLAGS= MAKEFLAGS= SHELL=${CONFIG_SHELL-/bin/sh} # Maximum number of lines to put in a shell here document. -ac_max_here_lines=12 +dnl This variable seems obsolete. It should probably be removed, and +dnl only ac_max_sed_lines should be used. +: ${ac_max_here_lines=12} # Sed expression to map a string onto a valid sh and CPP variable names. changequote(, )dnl ac_tr_sh='sed -e y%*+%pp%;s%[^a-zA-Z0-9_]%_%g' diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 99f3ad04..2bd60eda 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -801,7 +801,9 @@ subdirs= MFLAGS= MAKEFLAGS= SHELL=${CONFIG_SHELL-/bin/sh} # Maximum number of lines to put in a shell here document. -ac_max_here_lines=12 +dnl This variable seems obsolete. It should probably be removed, and +dnl only ac_max_sed_lines should be used. +: ${ac_max_here_lines=12} # Sed expression to map a string onto a valid sh and CPP variable names. changequote(, )dnl ac_tr_sh='sed -e y%*+%pp%;s%[^a-zA-Z0-9_]%_%g'