Re: I don't understand test caching

2001-05-22 Thread Alexandre Duret-Lutz
| Caching sort of works: I can see the proper value set in config.cache, | and on the first clean run the appropriate #define gets set in | config.h. On subsequent runs, the config.h value remains commented | out. Here's one of my macros, to check for SysV IPC headers: | |

I don't understand test caching

2001-05-21 Thread Warren Young
I'm an autoconf newbie. I have a few working autoconf macros that I tried to add caching support for, on the model of code from the Vaughan et al. autobook. Caching sort of works: I can see the proper value set in config.cache, and on the first clean run the appropriate #define gets set in