I've needed both of these patches for the new version of DejaGNU,
which is currently available in Debian/unstable. The second patch
is still in incoming and won't be installable until tomorrow.
I think they're both fairly obvious.
--
Daniel Jacobowitz
CodeSourcery
2006-07-13 Daniel Jacobowitz <[EMAIL PROTECTED]>
* Makefile.am (DOCBOOK2RTF): Fix typo.
* Makefile.in: Regenerated.
Index: dejagnu-1.4.4.cvs20060709/Makefile.am
===================================================================
--- dejagnu-1.4.4.cvs20060709.orig/Makefile.am 2006-07-09 15:11:01.000000000
-0400
+++ dejagnu-1.4.4.cvs20060709/Makefile.am 2006-07-09 15:11:08.000000000
-0400
@@ -204,7 +204,7 @@ dist_man_MANS = doc/runtest.1
info_TEXINFOS = doc/dejagnu.texi
DOCBOOK2PDF = @DOCBOOK2PDF@
-DOCBOOK2RTF= = @DOCBOOK2RTF@
+DOCBOOK2RTF = @DOCBOOK2RTF@
DOCBOOK2PS = @DOCBOOK2PS@
DOCBOOK2HTML = @DOCBOOK2HTML@
DOCBOOK2TEXI = @DOCBOOK2TEXI@
Index: dejagnu-1.4.4.cvs20060709/Makefile.in
===================================================================
--- dejagnu-1.4.4.cvs20060709.orig/Makefile.in 2006-07-09 15:11:01.000000000
-0400
+++ dejagnu-1.4.4.cvs20060709/Makefile.in 2006-07-09 15:11:11.000000000
-0400
@@ -142,7 +142,7 @@ DEPDIR = @DEPDIR@
DOCBOOK2HTML = @DOCBOOK2HTML@
DOCBOOK2PDF = @DOCBOOK2PDF@
DOCBOOK2PS = @DOCBOOK2PS@
-DOCBOOK2RTF = = @DOCBOOK2RTF@
+DOCBOOK2RTF = @DOCBOOK2RTF@
DOCBOOK2TEXI = @DOCBOOK2TEXI@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
2006-07-13 Daniel Jacobowitz <[EMAIL PROTECTED]>
* lib/libgloss.exp (process_multilib_options): Use -- to handle
options starting with hyphens.
---
lib/libgloss.exp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: dejagnu-1.4.4.cvs20060709/lib/libgloss.exp
===================================================================
--- dejagnu-1.4.4.cvs20060709.orig/lib/libgloss.exp 2006-07-13
13:22:46.000000000 -0400
+++ dejagnu-1.4.4.cvs20060709/lib/libgloss.exp 2006-07-13 13:22:55.000000000
-0400
@@ -759,7 +759,7 @@ proc process_multilib_options { args } {
if { $x == "" } {
continue
}
- switch -glob $x {
+ switch -glob -- $x {
"aout" {
set_board_info obj_format "a.out"
}
_______________________________________________
DejaGnu mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/dejagnu