Fix some broken links, for PR automake/531.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 7 Dec 2008 11:39:00 +0000 (12:39 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 7 Dec 2008 11:39:59 +0000 (12:39 +0100)
* doc/automake.texi (amhello Explained)
(Mixing Fortran 77 With C and C++): Fix broken links to
Autoconf manual.
Report by Michael Ploujnikov.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/automake.texi

index fab34e4..f0a7fd5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       PR automake/531:
+       * doc/automake.texi (amhello Explained)
+       (Mixing Fortran 77 With C and C++): Fix broken links to
+       Autoconf manual.
+       Report by Michael Ploujnikov.
+
 2008-12-07  Michael Ploujnikov  <ploujj@gmail.com>  (tiny change)
 
        * doc/automake.texi (Optional, Future of aclocal): Various
index a0dd99f..56f1aa7 100644 (file)
@@ -1518,7 +1518,7 @@ This file is read by both @command{autoconf} (to create
 @file{Makefile.in}s).  It contains a series of M4 macros that will be
 expanded as shell code to finally form the @file{configure} script.
 We will not elaborate on the syntax of this file, because the Autoconf
-manual has a whole section about it (@pxref{Writing configure.ac, ,
+manual has a whole section about it (@pxref{Writing Autoconf Input, ,
 Writing @file{configure.ac}, autoconf, The Autoconf Manual}).
 
 The macros prefixed with @code{AC_} are Autoconf macros, documented
@@ -6328,8 +6328,8 @@ in the appropriate Fortran 77 intrinsic and run-time libraries.
 These extra Fortran 77 linker flags are supplied in the output variable
 @code{FLIBS} by the @code{AC_F77_LIBRARY_LDFLAGS} Autoconf macro
 supplied with newer versions of Autoconf (Autoconf version 2.13 and
-later).  @xref{Fortran 77 Compiler Characteristics, , , autoconf, The
-Autoconf}.
+later).  @xref{Fortran Compiler, , Fortran Compiler Characteristics,
+autoconf, The Autoconf Manual}.
 @end enumerate
 
 If Automake detects that a program or shared library (as mentioned in