]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
*** empty log message ***
authorTom Tromey <tromey@redhat.com>
Fri, 1 Dec 1995 04:50:23 +0000 (04:50 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 1 Dec 1995 04:50:23 +0000 (04:50 +0000)
TODO

diff --git a/TODO b/TODO
index 24ca660ab274c6631058aa13aec99af4c78cb0e6..e513dfaf29a98dea721f2c0f428dedbd6d77fccb 100644 (file)
--- 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?