From 348e86d95832f94c04e43abfb3715ce1a60be523 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 5 Sep 2009 15:43:31 +0000 Subject: * config/djgpp/djconfig.sh: Fix for Autoconf 2.64. * config/djgpp/config.sed: Fix for Autoconf 2.64. --- gdb/config/djgpp/config.sed | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) (limited to 'gdb/config/djgpp/config.sed') diff --git a/gdb/config/djgpp/config.sed b/gdb/config/djgpp/config.sed index 98882cf..633c5b9 100644 --- a/gdb/config/djgpp/config.sed +++ b/gdb/config/djgpp/config.sed @@ -2,31 +2,37 @@ s|po2tbl\.sed\.in|po2tblsed.in|g s|gdb\.c++|gdb.cxx|g /ac_rel_source/s|ln -s|cp -p| s|\.gdbinit|gdb.ini|g - -# Edit Makefiles. This should go near the beginning of +# This works around a bug in DJGPP port of Bash 2.0x +s|return $ac_retval|(&)|g +# DJGPP port of Bash 2.04 doesn't like this redirection of stdin +/exec 7