From: Joel Rosdahl Date: Sat, 13 Jun 2020 12:50:58 +0000 (+0200) Subject: Fix NEWS entry about switching to CMake X-Git-Tag: v4.0~405 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=069f89cff12ec2a158bcdcc566819f43be8a65ad;p=thirdparty%2Fccache.git Fix NEWS entry about switching to CMake ccache has never used Automake. --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index ea83ca7ee..8b5dae824 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -25,7 +25,7 @@ High-level summary of changes (work in progress) - A C++11 compiler is now required to build ccache. -- Build tooling switched from automake to cmake. +- Build tooling switched from Autoconf to CMake. - Added a `-x/--show-compression` option which shows some statistics about cache compression.