+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
[[]]
@end example
-
With macros that do not double quote their arguments (which is the
rule), double-quote the (risky) literals:
[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.