From 13ab1992e0ff7886e1e1731f03beac90dc1b90b3 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Thu, 19 Oct 2000 08:19:58 +0000 Subject: [PATCH] * subdir4.test (depcomp): Don't create it, defs does. --- ChangeLog | 4 ++++ tests/Makefile.in | 1 + tests/subdir4.test | 5 ----- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 51122c0f..3cd91fe0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-10-19 Akim Demaille + + * subdir4.test (depcomp): Don't create it, defs does. + 2000-10-17 Pavel Roskin * automake.in (handle_aclocal_m4): exclude aclocal.m4 and diff --git a/tests/Makefile.in b/tests/Makefile.in index 2f0fd697..96b82bad 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -75,6 +75,7 @@ TESTS = \ acinclude.test \ aclocal.test \ aclocali.test \ +aclocali1.test \ aclocalii.test \ acoutnoq.test \ acoutput.test \ diff --git a/tests/subdir4.test b/tests/subdir4.test index ef63b467..76cfee27 100755 --- a/tests/subdir4.test +++ b/tests/subdir4.test @@ -27,11 +27,6 @@ END : > AUTHORS : > ChangeLog -# With depcomp here at the top level, automake prior to 2000-08-06 -# would mistakenly give the following diagnostic: -# automake: configure.in: required file `lib/depcomp' not found -: > depcomp - cat > Makefile.am << 'END' SUBDIRS = lib src END -- 2.43.5