From: Stepan Kasal Date: Thu, 10 Mar 2005 12:17:03 +0000 (+0000) Subject: typos in the manual X-Git-Tag: AUTOCONF-2.59c~429 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67cdabe80f424e1cea76f73d938fc7ac3b501b39;p=thirdparty%2Fautoconf.git typos in the manual --- diff --git a/ChangeLog b/ChangeLog index eb2303275..3ac0c3f0d 100644 --- 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 diff --git a/doc/autoconf.texi b/doc/autoconf.texi index be922788f..cacbb5621 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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.