From: Tom Tromey Date: Fri, 1 Dec 1995 04:50:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: Release-0-25~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=285a9e547b2f763cd0e2b2872c2bcaa71b24cccc;p=thirdparty%2Fautomake.git *** empty log message *** --- diff --git a/TODO b/TODO index 24ca660ab..e513dfaf2 100644 --- a/TODO +++ b/TODO @@ -130,6 +130,8 @@ lib_LIBADD code conditionally included in a library AM_TEXINFOS override form SUFFIXES additional suffixes +Document the AC_PROG_MAKE_SET requirement when SUBDIRS is set. + ================================================================ Libraries: @@ -147,3 +149,9 @@ Libraries: Some examples to keep in mind while doing this: * readline * kpathsea + +================================================================ + +Have a program that generates a Makefile on stdout, passes it through +a "config.status" style filter, and thence into make. Why bother, +other than the gee-whiz factor?