aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-08-12 06:00:57 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-08-12 06:00:57 +0300
commit52c0756d5d49d1077035167f50a15c8b952d0f69 (patch)
tree2c2471da13af0886edf45f4833cd7581d0e715c3
parenta9298670aee293adad4693604b6b92cac8139d9f (diff)
downloadegawk-52c0756d5d49d1077035167f50a15c8b952d0f69.tar.gz
egawk-52c0756d5d49d1077035167f50a15c8b952d0f69.tar.bz2
egawk-52c0756d5d49d1077035167f50a15c8b952d0f69.zip
Update NEWS about CMake.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 584a41f2..cd96f8ad 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,10 @@ Changes from 4.1.x to 4.2.0
primarily useful for the -M option to avoid MPFR division when all
values involved are integers.
+6. Gawk can now be built with CMake. This is an alternative build
+ system for those who may want it; gawk is not going to switch off
+ use of the autotools anytime soon, if ever.
+
Changes from 4.1.1 to 4.1.2
---------------------------