+2001-09-18 Akim Demaille <akim@epita.fr>
+
+ * doc/autoconf.texi (Limitations of Make) <$<>: New.
+
2001-09-18 Akim Demaille <akim@epita.fr>
* doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
executed by the shell, all its weaknesses are inherited@dots{}
@table @asis
+@item @code{$<}
+@sc{posix} says that the @samp{$<} construct in makefiles can be used
+only in inference rules and in the @samp{.DEFAULT} rule; its meaning in
+ordinary rules is unspecified. Solaris 8's @command{make} for instance
+will replace it with the argument.
+
@item Leading underscore in macro names
Some Make don't support leading underscores in macro names, such as on
NEWS-OS 4.2R.