From: Matthew D. Langston Date: Wed, 2 Jun 1999 14:35:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: exp-1999-06-18~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e914f21d8c001f054bda7163d745b478098655e6;p=thirdparty%2Fautoconf.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index eb2918d0..e364f53a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 1999-06-02 Matthew D. Langston + * autoconf.texi (Pretty Help Strings): Document and regenerate the + indices. + * acgeneral.m4 (AC_HELP_STRING): New macro. + * NEWS: Begin documenting "Major changes" for release 2.14. * acconfig.h (F77_FUNC): Add. diff --git a/TODO b/TODO index 1749ac96..f4485a72 100644 --- a/TODO +++ b/TODO @@ -8,6 +8,9 @@ these suggestions... their presence here doesn't imply my endorsement. * Matthew D. Langston's suggestions: +** Change all of Autoconf's macros that print a help string via + "configure --help" to use new AC_HELP_STRING macro. + ** Ensure that "make check" uses only the files from the build tree. It currently uses some of the installed files from previously installed versions of Autoconf, like autoheader.m4f.