diff options
author | Rob Savoye <rob@welcomehome.org> | 2001-05-30 15:35:50 +0000 |
---|---|---|
committer | Rob Savoye <rob@welcomehome.org> | 2001-05-30 15:35:50 +0000 |
commit | 682f43d2645995ccfef6c84beaf7f1aea69d1875 (patch) | |
tree | dabde2872c7fb3f7c7b10321bbcf4dc9765b63f0 /testsuite | |
parent | 4330bafff46c45742dc65b79a7e06196f0d89336 (diff) | |
download | dejagnu-682f43d2645995ccfef6c84beaf7f1aea69d1875.tar.gz dejagnu-682f43d2645995ccfef6c84beaf7f1aea69d1875.tar.bz2 dejagnu-682f43d2645995ccfef6c84beaf7f1aea69d1875.zip |
* acinclude.m4(DJ_AC_STL): Also use
AC_LANG_CPLUSPLUS so we build this test case with G++.
* aclocal.m4, configure: Regenerated.
* dejagnu.h: Don't use testout(), have each method print the array
value directly, which is much simpler.
* acinclude.m4(DJ_AC_STL): s/for for/for/.
* dejagnu.h: Add conditional support for sstream.
(testout): Likewise. Make return type `const'.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/Makefile.in | 2 | ||||
-rw-r--r-- | testsuite/libdejagnu/Makefile.in | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in index 6d5bee3..ceeec0a 100644 --- a/testsuite/Makefile.in +++ b/testsuite/Makefile.in @@ -63,11 +63,13 @@ CONFIG = @CONFIG@ CXX = @CXX@ DOCBOOK = @DOCBOOK@ EXEEXT = @EXEEXT@ +LEX = @LEX@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ TCLSH = @TCLSH@ VERSION = @VERSION@ +YACC = @YACC@ tclsh = @tclsh@ AUTOMAKE_OPTIONS = dejagnu diff --git a/testsuite/libdejagnu/Makefile.in b/testsuite/libdejagnu/Makefile.in index 4313a7e..8a8a5c8 100644 --- a/testsuite/libdejagnu/Makefile.in +++ b/testsuite/libdejagnu/Makefile.in @@ -65,11 +65,13 @@ CONFIG = @CONFIG@ CXX = @CXX@ DOCBOOK = @DOCBOOK@ EXEEXT = @EXEEXT@ +LEX = @LEX@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ TCLSH = @TCLSH@ VERSION = @VERSION@ +YACC = @YACC@ tclsh = @tclsh@ CFLAGS = -I$(top_srcdir) -g |