* subdir4.test (depcomp): Don't create it, defs does.
authorAkim Demaille <akim@epita.fr>
Thu, 19 Oct 2000 08:19:58 +0000 (08:19 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 19 Oct 2000 08:19:58 +0000 (08:19 +0000)
ChangeLog
tests/Makefile.in
tests/subdir4.test

index 51122c0..3cd91fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-10-19  Akim Demaille  <akim@epita.fr>
+
+       * subdir4.test (depcomp): Don't create it, defs does.
+
 2000-10-17  Pavel Roskin  <proski@gnu.org>
 
        * automake.in (handle_aclocal_m4): exclude aclocal.m4 and
index 2f0fd69..96b82ba 100644 (file)
@@ -75,6 +75,7 @@ TESTS = \
 acinclude.test \
 aclocal.test \
 aclocali.test \
+aclocali1.test \
 aclocalii.test \
 acoutnoq.test \
 acoutput.test \
index ef63b46..76cfee2 100755 (executable)
@@ -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