summaryrefslogtreecommitdiff
path: root/tests/subdir4.test
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2000-10-19 08:19:58 +0000
committerAkim Demaille <akim@epita.fr>2000-10-19 08:19:58 +0000
commitc2a21bf8e87ce0eb054e5cdd307e354da46cb50d (patch)
treef455415f473a2b089339e9a19dc8e4c7068e8591 /tests/subdir4.test
parent58ccbd79d0c83c0dd588d19937dbe636ea9f5daa (diff)
downloadautomake-c2a21bf8e87ce0eb054e5cdd307e354da46cb50d.tar.gz
* subdir4.test (depcomp): Don't create it, defs does.
Diffstat (limited to 'tests/subdir4.test')
-rwxr-xr-xtests/subdir4.test5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/subdir4.test b/tests/subdir4.test
index ef63b467f..76cfee274 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