+2001-07-01 Tom Tromey <tromey@redhat.com>
+
+ * automake.texi (Program and Library Variables): Added example for
+ _AR.
+
2001-06-29 Tom Tromey <tromey@redhat.com>
* tests/cond11.test: Use `=', not `=='.
the library. You can override this by setting the @samp{_AR} variable.
This is usually used with C++; some C++ compilers require a special
invocation in order to instantiate all the templates which should go
-into a library.
+into a library. For instance, the SGI C++ compiler likes this macro set
+like so:
+@example
+libmaude_a_AR = $(CXX) -ar -o
+@end example
@item maude_LIBADD
Extra objects can be added to a static library using the @samp{_LIBADD}