>>>>> "Andrej" == Andrej Borsenkow <[EMAIL PROTECTED]> writes:
Andrej> To clarify - if I have used conifgure -C initially and have
Andrej> config.status: $(sdir)/configure $(SHELL) ./config.status
Andrej> --recheck
Andrej> in Makefile. Will config.status --recehck (re-)use cache file?
Andrej> If yes, it is O.K. then.
Of course it works!
/tmp % echo "AC_INIT()AC_OUTPUT()" > configure.ac nostromo 14:45
/tmp % ace nostromo 14:45
/tmp % ./configure MY_SHELL=zsh -C nostromo 14:45
configure: creating cache config.cache
updating cache config.cache
configure: creating ./config.status
/tmp % ./config.status --recheck nostromo 14:45
running /bin/sh ./configure MY_SHELL=zsh -C --no-create --no-recursion
configure: loading cache config.cache
configure: creating ./config.status