From e9ca01a79b074f91029347bb8a009337f6795d1f Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Mon, 27 Oct 2003 20:44:08 +0000 Subject: filter autom4te.cache CVS patchset: 5618 CVS date: 2003/10/27 20:44:08 --- misc/relchk.sh.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/misc/relchk.sh.in b/misc/relchk.sh.in index 2307c4d57..05fd9bede 100755 --- a/misc/relchk.sh.in +++ b/misc/relchk.sh.in @@ -11,13 +11,12 @@ logerror="$topdir/dist-errors" getdir() { for file in `ls`; do - if test -d $file -a $file != "CVS" -a $file != $distdir; then + if test -d $file -a $file != "CVS" -a $file != $distdir -a $file != "autom4te.cache"; then (cd $file && getdir) || (cd ..) else if test ! -d $file -a \ $file != $log -a \ $file != $logerror -a \ - $file != "CVS" -a \ $file != ${0##*/} -a \ $file != "$distdir.tar.gz" -a \ $file != "config.status"; then -- cgit v1.2.3