From: Akim Demaille Date: Thu, 19 Oct 2000 08:19:58 +0000 (+0000) Subject: * subdir4.test (depcomp): Don't create it, defs does. X-Git-Tag: Release-1-4b~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2a21bf8e87ce0eb054e5cdd307e354da46cb50d;p=thirdparty%2Fautomake.git * subdir4.test (depcomp): Don't create it, defs does. --- diff --git a/ChangeLog b/ChangeLog index 51122c0f4..3cd91fe03 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 2f0fd697a..96b82badd 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 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