mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-07 14:26:52 +08:00
remind that AC_TRY_LINK is obsolete
This commit is contained in:
parent
4cb653bd0d
commit
0bf7d67f6d
@ -1,3 +1,8 @@
|
||||
2005-03-07 Stepan Kasal <kasal@ucw.cz>
|
||||
|
||||
* doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
|
||||
macro AC_TRY_LINK is obsolete.
|
||||
|
||||
2005-02-24 Stepan Kasal <kasal@ucw.cz>
|
||||
|
||||
* lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
|
||||
|
@ -8236,7 +8236,6 @@ instead of simply:
|
||||
[[]]
|
||||
@end example
|
||||
|
||||
|
||||
With macros that do not double quote their arguments (which is the
|
||||
rule), double-quote the (risky) literals:
|
||||
|
||||
@ -8251,6 +8250,9 @@ 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.
|
||||
|
||||
@xref{Quadrigraphs}, for what to do if you run into a hopeless case
|
||||
where quoting does not suffice.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user