2006-05-22 Stepan Kasal * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Set ac_max_sed_lines=60, to work around problems with the size of the generated sed script. Index: lib/autoconf/status.m4 =================================================================== RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/status.m4,v retrieving revision 1.105 diff -u -r1.105 status.m4 --- lib/autoconf/status.m4 22 May 2006 10:40:42 -0000 1.105 +++ lib/autoconf/status.m4 22 May 2006 11:51:28 -0000 @@ -661,6 +661,9 @@ # Break up conftest.defines: ac_max_sed_lines=m4_eval(_AC_SED_CMD_LIMIT - 3) +# Well, to work around problems with the size of the script, use a smaller +# limit: +ac_max_sed_lines=60 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"