]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
NEWS: drop an idiomatic use of latinism 'sic'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 29 May 2013 08:31:07 +0000 (10:31 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 29 May 2013 08:31:07 +0000 (10:31 +0200)
Reported-by: Peter Rosin <peda@lysator.liu.se>
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
NEWS

diff --git a/NEWS b/NEWS
index 428a9a7600587eb9d3bf17ccfad88e3b4a2b635c..c1198566c1b618e8bc450d884e4cdf754851c2e9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -190,8 +190,8 @@ New in 1.14:
 
       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 (sic!) from
-         the content of the '$CC' variable.
+         in only dynamically computed 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'.