From 158b3de091284fe2c277ee56c5652195358ec202 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 13 Nov 2000 14:24:46 +0000 Subject: * config/djgpp/config.sed: Fix tweaking "VPATH=.:foo", and handle the gettext's posrcprefix correctly with drive letters. --- gdb/config/djgpp/config.sed | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/config/djgpp/config.sed') diff --git a/gdb/config/djgpp/config.sed b/gdb/config/djgpp/config.sed index c53dc02..5159579 100644 --- a/gdb/config/djgpp/config.sed +++ b/gdb/config/djgpp/config.sed @@ -10,7 +10,7 @@ s|\.gdbinit|gdb.ini|g s,\\.info\\*,.inf* *.i[1-9] *.i[1-9][0-9],\ s,\\.gdbinit,gdb.ini,g\ /TEXINPUTS=/s,:,';',g\ - /VPATH *=/s,:,;,g\ + /VPATH *=/s,\\([^A-z]\\):,\1;,g\ /\\$\\$file-\\[0-9\\]/s,echo,& *.i[1-9] *.i[1-9][0-9],\ /\\$\\$file-\\[0-9\\]/s,rm -f \\$\\$file,& \\${PACKAGE}.i[1-9] \\${PACKAGE}.i[1-9][0-9],\ s,config\\.h\\.in,config.h-in,g\ @@ -29,3 +29,4 @@ s|\.gdbinit|gdb.ini|g /\$]\*) INSTALL=/s,\[/\$\]\*,&|[A-z]:/*, /\$]\*) ac_rel_source=/s,\[/\$\]\*,&|[A-z]:/*, /ac_file_inputs=/s,\( -e "s%\^%\$ac_given_srcdir/%"\)\( -e "s%:% $ac_given_srcdir/%g"\),\2\1, +/^[ ]*if test "x`echo /s,sed 's@/,sed -e 's@^[A-z]:@@' -e 's@/, -- cgit v1.1