* src/roff/troff/node.cc (troff_output_file::put_char_width,
[s-roff.git] / arch / djgpp / config.sed
blob6127488f43ff9e4ede80aae249f66d9f3b9bcef3
1 # Additional editing of Makefiles and atconfig
2 /ac_given_INSTALL=/,/^CEOF/ {
3   /^s%@g@%/a\
4   /path=/s,:,;,g
7 # DOS-style absolute file names should be supported as well
8 /\*) srcdir=/s,/\*,[\\\\/]* | [A-z]:[\\\\/]*,
9 /\$]\*) INSTALL=/s,\[/\$\]\*,[\\\\/$]* | [A-z]:[\\\\/]*,
11 # Who said each line has only \012 at its end?
12 /DEFS=`sed -f/s,'\\012','\\012\\015',
14 # Switch the order of the two Sed commands, since DOS path names
15 # could include a colon
16 /ac_file_inputs=/s,\( -e "s%\^%\$ac_given_srcdir/%"\)\( -e "s%:% $ac_given_srcdir/%g"\),\2\1,