diff options
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 9bc2a866c7b..cd935e2f86f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,7 +1,19 @@ -2001-04-10 Richard Henderson <rth@redhat.com> +2001-04-11 Benjamin Kosnik <bkoz@redhat.com> + + * acinclude.m4: AC_CHECK_TOOL for expect. + * aclocal.m4: Regenerate. + * configure: Regenerate. + * testsuite/Makefile.am (RUNTEST): Use substituted. + (EXPECT): Same. + + * configure.in: Remove xcompiling substitution. + * tests_flags.in (CROSS_LIB_PATH): Remove. + (xcompiling): Remove. + (CXX): Use substituted CXX. + +2001-04-11 Richard Henderson <rth@redhat.com> - * testsuite/lib/libstdc++.exp (dg-test): Explicitly run - the program in the current directory. + * testsuite/lib/libstdc++.exp: Specify path for output_file. 2001-04-08 Gabriel Dos Reis <gdr@codesourcery.com> |