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