From: David MacKenzie Date: Fri, 23 Jun 1995 04:01:29 +0000 (+0000) Subject: Add more rumination on caching canonicals. X-Git-Tag: fsf-origin~265 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad29ca7254119e46a6afe3da9fa4d0c513d2c665;p=thirdparty%2Fautoconf.git Add more rumination on caching canonicals. --- diff --git a/TODO b/TODO index 340e86d00..d10bcb910 100644 --- a/TODO +++ b/TODO @@ -114,6 +114,10 @@ substitutions done on them. ------------------------------------------------------------------------------ Have AC_CANONICAL_* cache the host/build/target types. +They have to be overridden by the command line arguments, +just as for X includes and libraries. Should they be cached +all in one variable, or three? In that case, what if only one +or two of the cache variables are set? ------------------------------------------------------------------------------