]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/Makefile.am (XFAIL_TESTS): Remove specflags7.test and
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 14 Sep 2002 15:58:41 +0000 (15:58 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 14 Sep 2002 15:58:41 +0000 (15:58 +0000)
specflags8.test.

ChangeLog
tests/Makefile.am
tests/Makefile.in

index e0500254ee30b77cb779f9bcfea94ac82cd3e6d6..f9a6783777efddd8212887fd9c86a32b7fa8500e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-15  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * tests/Makefile.am (XFAIL_TESTS): Remove specflags7.test and
+       specflags8.test.
+
 2002-09-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * automake.texi (Building ctags and etags): Rename and adjust as ...
@@ -6,7 +11,6 @@
        * tests/specflags7.test, tests/specflags8.test: Adjust to build
        true and false.
        * tests/Makefile.am (TESTS): Add targetclash.test.
-       (XFAIL_TESTS): Remove specflags7.test and specflags8.test.
 
        Diagnose target clashes, for PR automake/344:
        * automake.in (%targets): Record conditionals for definitions.
index 8d0d46708b05b9ee4f23c92e4700aad4ee9bc0ff..d3efb4097af904e904e7d81594d8ed9d134b4356 100644 (file)
@@ -1,7 +1,6 @@
 ## Process this file with automake to create Makefile.in
 
-XFAIL_TESTS = subdir5.test auxdir2.test cond17.test \
-             specflags7.test specflags8.test
+XFAIL_TESTS = subdir5.test auxdir2.test cond17.test
 
 TESTS =        \
 acinclude.test \
index 7566afee50209b1ec06a0f0bb400b78a9f5fd3c3..942ffbcc68c8cc1299b4f81d1e1b6073f5262221 100644 (file)
@@ -91,9 +91,7 @@ sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
 
-XFAIL_TESTS = subdir5.test auxdir2.test cond17.test \
-             specflags7.test specflags8.test
-
+XFAIL_TESTS = subdir5.test auxdir2.test cond17.test
 
 TESTS = \
 acinclude.test \