* arm-tdep.c (solib-svr4.h): Dont' include it.
[deliverable/binutils-gdb.git] / gdb / config / djgpp / config.sed
1 s|po2tbl\.sed\.in|po2tblsed.in|g
2 s|gdb\.c++|gdb.cxx|g
3 /ac_rel_source/s|ln -s|cp -p|
4 s|\.gdbinit|gdb.ini|g
5
6 /ac_given_INSTALL=/,/^CEOF/ {
7 /^s%@prefix@%/a\
8 s,\\([yp*]\\)\\.tab,\\1_tab,g\
9 /^ @rm -f/s,\\$@-\\[0-9\\]\\[0-9\\],& *.i[1-9] *.i[1-9][0-9],\
10 s,standards\\.info\\*,standard*.inf*,\
11 s,configure\\.info\\*,configur*.inf*,\
12 s,\\.info\\*,.inf* *.i[1-9] *.i[1-9][0-9],\
13 s,\\.gdbinit,gdb.ini,g\
14 /TEXINPUTS=/s,:,';',g\
15 /VPATH *=/s,\\([^A-z]\\):,\1;,g\
16 /\\$\\$file-\\[0-9\\]/s,echo,& *.i[1-9] *.i[1-9][0-9],\
17 /\\$\\$file-\\[0-9\\]/s,rm -f \\$\\$file,& \\${PACKAGE}.i[1-9] \\${PACKAGE}.i[1-9][0-9],\
18 s,config\\.h\\.in,config.h-in,g\
19 s,po2tbl\\.sed\\.in,po2tblsed.in,g
20 }
21
22 /^CONFIG_FILES=/,/^EOF/ {
23 s|po/Makefile.in\([^-:]\)|po/Makefile.in:po/Makefile.in-in\1|
24 }
25
26 /^ *CONFIG_HEADERS=/,/^EOF/ {
27 s|config.h\([^-:]\)|config.h:config.h-in\1|
28 }
29
30 /^[ ]*\/\*)/s,/\*,/*|[A-z]:/*,
31 /\$]\*) INSTALL=/s,\[/\$\]\*,&|[A-z]:/*,
32 /\$]\*) ac_rel_source=/s,\[/\$\]\*,&|[A-z]:/*,
33 /ac_file_inputs=/s,\( -e "s%\^%\$ac_given_srcdir/%"\)\( -e "s%:% $ac_given_srcdir/%g"\),\2\1,
34 /^[ ]*if test "x`echo /s,sed 's@/,sed -e 's@^[A-z]:@@' -e 's@/,
This page took 0.031141 seconds and 4 git commands to generate.