summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1996-11-20 07:15:26 +0000
committerTom Tromey <tromey@redhat.com>1996-11-20 07:15:26 +0000
commit37162c06f36d0e6852ca9bb78c4116ad34dcf6c5 (patch)
tree92df510882436a3583ed9db26ce951a13ec77be6 /TODO
parent9424e57ebd12db85160f7e9d4ac3f7eec4410757 (diff)
downloadautomake-37162c06f36d0e6852ca9bb78c4116ad34dcf6c5.tar.gz
omit spelling checks in some cases
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 8 insertions, 6 deletions
diff --git a/TODO b/TODO
index a251b8302..d8916a549 100644
--- a/TODO
+++ b/TODO
@@ -13,6 +13,12 @@ Priorities for release:
* consider adding pkglibexecdir, maybe others?
requests for pkg-dirs with version included
+Gord on pretty-printing instead of raw loops:
+Gord> I think the best thing to do is to have make output be a valid shell
+Gord> script, and to have it be clear exactly what is happening at a given
+Gord> time.
+
+
Further:
- man page fixes
- consider adding "echo"s to installs again.
@@ -101,6 +107,8 @@ characters long.
(ditto hard links)
* Make sure that all the files in the distribution are world-readable.
** also, check --help output and --version output. Idea from François
+* standards no longer prohibit ANSI C. What does this imply
+ for the de-ansi-fication feature?
consider supporting "var+= stuff" syntax. rewrite to just var=... on
output. This is sometimes convenient when you want to write a
@@ -319,10 +327,6 @@ follow calc example in dejagnu docs
document which variables are actually scanned and which are not.
-finish yacc, lex
- need for LEXLIB
- document gdb's yacc hack for including multiple parsers
-
Document customary ordering of Makefile.am. From François.
Should include extended version of diagram from Autoconf (suggested by
@@ -330,8 +334,6 @@ Greg Woods)
Make a definition of the term "source"
-need xref to libtool in docs
-
document how to use Automake with CVS. Idea from Mark Galassi. Also
include Greg Woods' more sophisticated "cvs-dist" target.