From 84fafed1f153bf8181bcdeb641cbe195fcc32fa9 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 1 May 1997 05:36:43 +0000 Subject: [PATCH] doc fix --- TODO | 4 ++++ automake.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index e1336fb..5da27ca 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 df6d545..57eaf11 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.7.4