diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-08-12 06:00:57 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-08-12 06:00:57 +0300 |
commit | 52c0756d5d49d1077035167f50a15c8b952d0f69 (patch) | |
tree | 2c2471da13af0886edf45f4833cd7581d0e715c3 | |
parent | a9298670aee293adad4693604b6b92cac8139d9f (diff) | |
download | egawk-52c0756d5d49d1077035167f50a15c8b952d0f69.tar.gz egawk-52c0756d5d49d1077035167f50a15c8b952d0f69.tar.bz2 egawk-52c0756d5d49d1077035167f50a15c8b952d0f69.zip |
Update NEWS about CMake.
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 --------------------------- |