configure caching

php.internals

Michael B Allen

20 years ago
Running configure after tweeking my extension's config.m4 has little or no effect. Where is it caching information? How do I re-configure? Thanks, Mike

Antony Dovgal

20 years ago
On 23.12.2005 02:43, Michael B Allen wrote:
> Running configure after tweeking my extension's config.m4 has little or > no effect. Where is it caching information? How do I re-configure?
You need to rebuild ./configure every time you change *.m4 files. ./buildconf (--force) does that.
-- Wbr, Antony Dovgal