]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix NEWS entry about switching to CMake
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 13 Jun 2020 12:50:58 +0000 (14:50 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 14 Jun 2020 08:57:18 +0000 (10:57 +0200)
ccache has never used Automake.

doc/NEWS.adoc

index ea83ca7eefdff324f6c2cb48a9477b4406671d3f..8b5dae824bbfbfe80bdd5b07b582d021cf0bd7fd 100644 (file)
@@ -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.