From 2983800cc4832e4e8c3f46dc57764fc4f9046f94 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 2 Jul 2001 20:14:34 +0000 Subject: [PATCH] * tests/Makefile.am (XFAIL_TESTS): Added libtool2.test. --- ChangeLog | 2 ++ tests/Makefile.am | 2 +- tests/Makefile.in | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fbb723d8..e339f6a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-07-02 Tom Tromey + * tests/Makefile.am (XFAIL_TESTS): Added libtool2.test. + * tests/Makefile.am (TESTS): Removed dup.test. * tests/dup.test: Removed. * aclocal.in (scan_file): Don't give error for duplicate macro. diff --git a/tests/Makefile.am b/tests/Makefile.am index 74857ad0..f0f3584a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to create Makefile.in -XFAIL_TESTS = subdir5.test +XFAIL_TESTS = libtool2.test subdir5.test TESTS = \ acinclude.test \ diff --git a/tests/Makefile.in b/tests/Makefile.in index 175b08a9..68dcdfce 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -66,7 +66,7 @@ _am_include = @_am_include@ _am_quote = @_am_quote@ install_sh = @install_sh@ -XFAIL_TESTS = subdir5.test +XFAIL_TESTS = libtool2.test subdir5.test TESTS = \ acinclude.test \ -- 2.43.5