From: Tom Tromey Date: Thu, 1 May 1997 05:36:43 +0000 (+0000) Subject: doc fix X-Git-Tag: Release-1-1p~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84fafed1f153bf8181bcdeb641cbe195fcc32fa9;p=thirdparty%2Fautomake.git doc fix --- diff --git a/TODO b/TODO index e1336fbb3..5da27ca58 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 df6d5459e..57eaf1195 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.