]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
typos in the manual
authorStepan Kasal <kasal@ucw.cz>
Thu, 10 Mar 2005 12:17:03 +0000 (12:17 +0000)
committerStepan Kasal <kasal@ucw.cz>
Thu, 10 Mar 2005 12:17:03 +0000 (12:17 +0000)
ChangeLog
doc/autoconf.texi

index eb2303275bdd0ac12629b32efbc6e31d8fd60760..3ac0c3f0d44ca8fb1ed17f2b9736523962c40d5e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
        * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
          macro AC_TRY_LINK is obsolete.
+       (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
+         `AC_CONFIG_FILES'.
 
 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
 
index be922788f9fc324d8e59d75b2aacb9c772d01e5e..cacbb56216b31e473388723ebcdb374f3bbb23cf 100644 (file)
@@ -2427,7 +2427,7 @@ e.g., @samp{AC_DEFINE_UNQUOTED(DATADIR, "$datadir", [Data directory.])},
 you should add
 @samp{-DDATADIR="$(datadir)"} to your @code{CPPFLAGS}.
 
-Similarly you should not rely on @code{AC_OUTPUT_FILES} to replace
+Similarly, you should not rely on @code{AC_CONFIG_FILES} to replace
 @code{datadir} and friends in your shell scripts and other files, rather
 let @command{make} manage their replacement.  For instance Autoconf
 ships templates of its shell scripts ending with @samp{.in}, and uses a
@@ -8250,8 +8250,8 @@ extern char *tzname[]; /* RS6000 and others reject char **tzname.  */
                [ac_cv_var_tzname=no])
 @end example
 
-Please note that the macro AC_TRY_LINK is obsolete, so you really should
-be using @code{AC_LINK_IFELSE} instead.
+Please note that the macro @code{AC_TRY_LINK} is obsolete, so you really
+should be using @code{AC_LINK_IFELSE} instead.
 
 @xref{Quadrigraphs}, for what to do if you run into a hopeless case
 where quoting does not suffice.