]> sourceware.org Git - automake.git/commitdiff
* 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 51122c0f4f24441df81e0b5bda45f1a6f9d5775e..3cd91fe03e5e7fd2c8991e9a6b07df20a2fa10d2 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 2f0fd697a443c0b81893b742ef370ec509aca06f..96b82badd5c3904cab34346f05075308d62002c9 100644 (file)
@@ -75,6 +75,7 @@ TESTS = \
 acinclude.test \
 aclocal.test \
 aclocali.test \
+aclocali1.test \
 aclocalii.test \
 acoutnoq.test \
 acoutput.test \
index ef63b467f01cbc87d404531b60e10fcf34e39804..76cfee2742873e3570031b5d217bd45177c6ed51 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
This page took 0.030792 seconds and 5 git commands to generate.