summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-06-20 10:29:09 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-06-20 10:29:09 +0200
commit873fed9e417dbe87209910a6dad3477e05233829 (patch)
tree2b193876dd084caa3897e7e81dbfa020950e2d88
parenta9926a4cef6defb457218042bbed8784e5c47330 (diff)
downloadautomake-873fed9e417dbe87209910a6dad3477e05233829.tar.gz
NEWS: one more minor fixlet
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 1f74571b1..39ad7a365 100644
--- a/NEWS
+++ b/NEWS
@@ -148,9 +148,9 @@ New in 1.14:
macro behind the scenes.
2. It caches the check result in the 'am_cv_prog_cc_c_o' variable,
- and not in a 'ac_cv_prog_cc_*_c_o' variable whose exact name
- in only dynamically computed *at configure runtime* from the
- content of the '$CC' variable.
+ and not in a 'ac_cv_prog_cc_*_c_o' variable whose exact name is
+ dynamically computed only at configure runtime (really!) from
+ the content of the '$CC' variable.
3. It no longer automatically AC_DEFINE the C preprocessor
symbol 'NO_MINUS_C_MINUS_O'.