]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Correction autoconf.texi -> doc/autoconf.texi in 5 places (3 by me).
authorKevin Ryde <user42@zip.com.au>
Thu, 27 Mar 2003 00:45:50 +0000 (00:45 +0000)
committerKevin Ryde <user42@zip.com.au>
Thu, 27 Mar 2003 00:45:50 +0000 (00:45 +0000)
ChangeLog

index 60afb52bb18cac5013bb5300ba085234a7910796..8a7c7aa2904316852693c57a3180fa5bb9a1edb0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 2002-09-05  Kevin Ryde  <user42@zip.com.au>
 
-       * autoconf.texi (Limitations of Make): HP-UX trailing backslashes
+       * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
        doesn't seem to be confined to ia64, just say "some versions".
 
 2002-09-04  Akim Demaille  <akim@epita.fr>
 
 2002-07-24  Kevin Ryde  <user42@zip.com.au>
 
-       * autoconf.texi (Limitations of Make, Making testsuite Scripts):
+       * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
        Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
 
 2002-07-23  Paul Eggert  <eggert@twinsun.com>
        from the default list of compilers to try.  Suggested by
        Kate Hedstrom.
        * NEWS: Document the above.
-       * autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
+       * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
 
 2002-05-17  Paul Eggert  <eggert@twinsun.com>
 
 
 2001-11-08  Kevin Ryde  <user42@zip.com.au>
 
-       * autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
+       * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
        doesn't accept .S files.
 
 2001-11-07  Akim Demaille  <akim@epita.fr>
        (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
        after $LIBS, for consistency; this should be the general rule since
        the user may want to link to Fortran libraries that require $FLIBS.
-       * autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
+       * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
 
 2001-06-29  Pavel Roskin  <proski@gnu.org>