From: David J. MacKenzie Date: Sat, 29 Oct 1994 15:45:07 +0000 (+0000) Subject: more ideas X-Git-Tag: Release-0-25~436 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=8dd154007553bab60a4e18070915b11b516b90af;p=automake.git more ideas --- diff --git a/TODO b/TODO index 12cd78de..75cc6a56 100644 --- a/TODO +++ b/TODO @@ -9,7 +9,11 @@ Deal with optional object files and programs (@foo@) better. Ditto for programs that are scripts. Right now it's just kludgy workarounds. -Don't hardcode the name of the configuration header. +Don't hardcode the name of the configuration header. Get it from +configure.in (AC_CONFIG_HEADER). + +Get the list of Makefiles to create from configure.in AC_OUTPUT +if none are given. Should libexec programs have the name transform done on them?