From 93b6288dd1d92d60eb958caed397b9ed26697a7b Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 1 May 1997 05:36:39 +0000 Subject: [PATCH] doc fix --- TODO | 4 ++++ automake.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index e1336fbb..5da27ca5 100644 --- a/TODO +++ b/TODO @@ -13,6 +13,10 @@ * allow 'cygnus' in AUTOMAKE_OPTIONS +* a couple ways to be smarter: + - notice when a .c file is a target somewhere, and auto-add it to + BUILT_SOURCES + - notice a target of the form `.x.y:' and assume it is a suffix rule * NORMAL_INSTALL / NORMAL_UNINSTALL -vs- recursive rules diff --git a/automake.texi b/automake.texi index df6d5459..57eaf119 100644 --- a/automake.texi +++ b/automake.texi @@ -2266,7 +2266,7 @@ SUFFIXES = .java .class Automake supports a simple type of conditionals. @cvindex AM_CONDITIONAL -Before using a conditiona, you must define it by using +Before using a conditional, you must define it by using @code{AM_CONDITIONAL} in the @code{configure.in} file. The @code{AM_CONDITIONAL} macro takes two arguments. -- 2.43.5