]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Add AC_HELP_STRING NEWS.
authorMatthew D. Langston <langston@SLAC.Stanford.EDU>
Wed, 2 Jun 1999 14:43:53 +0000 (14:43 +0000)
committerMatthew D. Langston <langston@SLAC.Stanford.EDU>
Wed, 2 Jun 1999 14:43:53 +0000 (14:43 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e92e489db19e9e7c72c3371b77aab6852436f446..a0764c502b6e3bf354421550a26b3835832b8b77 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,13 @@
 Major changes in release 2.14:
 
+* New macro AC_HELP_STRING to format an Autoconf macro's help string so
+  that it looks pretty when the user executes "configure --help.  See
+  the Texinfo documentation for details.
 * Support for automatically determining a Fortran 77 compilers
   name-mangling scheme.  New CPP macros F77_FUNC and F77_FUNC_ are
   provided to wrap C/C++ identifiers, thus making it easier and more
   transparent for C/C++ to call Fortran 77 routines, and Fortran 77 to
-  call C/C++ routines.
+  call C/C++ routines.  See the Texinfo documentation for details.
 \f
 Major changes in release 2.13: