Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21327 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81877 invoked by uid 1010); 22 Dec 2005 23:54:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 81861 invoked from network); 22 Dec 2005 23:54:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Dec 2005 23:54:55 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:50222] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 22/8C-45033-ECC3BA34 for ; Thu, 22 Dec 2005 18:54:55 -0500 Received: (qmail 22210 invoked from network); 22 Dec 2005 23:54:51 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 22 Dec 2005 23:54:51 -0000 Message-ID: <43AB3CCA.6060703@zend.com> Date: Fri, 23 Dec 2005 02:54:50 +0300 User-Agent: Thunderbird 1.5 (X11/20051025) MIME-Version: 1.0 To: Michael B Allen CC: internals@lists.php.net References: <20051222184342.58ce666a.mba2000@ioplex.com> In-Reply-To: <20051222184342.58ce666a.mba2000@ioplex.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] configure caching From: antony@zend.com (Antony Dovgal) 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