* config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
[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
23 /^ac_given_srcdir=/,/^CEOF/ {
24 /^s%@TOPLEVEL_CONFIGURE_ARGUMENTS@%/a\
25 /@test ! -f /s,\\(.\\)\$, export am_cv_exeext=.exe; export lt_cv_sys_max_cmd_len=12288; \\1,
26
27 }
28
29 /^CONFIG_FILES=/,/^EOF/ {
30 s|po/Makefile.in\([^-:a-z]\)|po/Makefile.in:po/Makefile.in-in\1|
31 }
32
33 /^ *# *Handling of arguments/,/^done/ {
34 s| config.h"| config.h:config.h-in"|
35 s|config.h\([^-:"a-z]\)|config.h:config.h-in\1|
36 }
37
38 /^[ ]*\/\*)/s,/\*,/*|[A-z]:/*,
39 /\$]\*) INSTALL=/s,\[/\$\]\*,&|[A-z]:/*,
40 /\$]\*) ac_rel_source=/s,\[/\$\]\*,&|[A-z]:/*,
41 /ac_file_inputs=/s,\( -e "s%\^%\$ac_given_srcdir/%"\)\( -e "s%:% $ac_given_srcdir/%g"\),\2\1,
42 /^[ ]*if test "x`echo /s,sed 's@/,sed -e 's@^[A-z]:@@' -e 's@/,
43 /^ *ac_config_headers=/s, config.h", config.h:config.h-in",
This page took 0.045507 seconds and 4 git commands to generate.