From 24dd0b053019a648cd768cedac37a9bd2d6e8410 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sun, 31 Oct 1999 02:20:26 +0000 Subject: [PATCH] Document ac_max_here_line's future. From Akim. --- acgeneral.m4 | 4 +++- lib/autoconf/general.m4 | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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' -- 2.47.2