]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: remove an obsolete, and probably now wrong, comment
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 27 Oct 2012 15:09:55 +0000 (17:09 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 27 Oct 2012 15:09:55 +0000 (17:09 +0200)
* t/dirlist.sh: Here.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/dirlist.sh

index b8288c5c8048d5ac3c7c75eaf5d71a80ad6dc708..2dc90388641ada2e3d2ff4eaf9211f1dbcf4a788 100755 (executable)
@@ -50,8 +50,7 @@ grep m4_include aclocal.m4 && exit 1
 grep 'GUILE-VERSION' configure
 
 # This bug can occur only when we do a VPATH build of Automake
-# (because of the '-I' passed to aclocal in tests/defs/aclocal.in) but
-# it's OK because VPATH builds are done by 'make distcheck'.
+# but it's OK because VPATH builds are done by 'make distcheck'.
 grep 'I should not be included' configure && exit 1
 
 :