From f95559e1c360be7b36ff9744c34a31b07ba8b1a3 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sun, 30 Sep 2001 19:51:23 +0000 Subject: [PATCH] Remove vfs/samba/autom4te.cache too. --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 6e2bca90d..77c7a9f3c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -14,8 +14,8 @@ test -z "$srcdir" && srcdir=. ( cd $srcdir -# This cache is not reliable yet. -rm -rf autom4te.cache +# The autoconf cache (version after 2.52) is not reliable yet. +rm -rf autom4te.cache vfs/samba/autom4te.cache # Ensure that gettext is reasonably new. gettext_ver=`$GETTEXTIZE --version | sed -n '1s/^.* //p'`