From ad29ca7254119e46a6afe3da9fa4d0c513d2c665 Mon Sep 17 00:00:00 2001 From: David MacKenzie Date: Fri, 23 Jun 1995 04:01:29 +0000 Subject: [PATCH] Add more rumination on caching canonicals. --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 340e86d0..d10bcb91 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? ------------------------------------------------------------------------------