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'`