From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10883 invoked from network); 6 Jan 2004 16:11:40 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 6 Jan 2004 16:11:40 -0000 Received: (qmail 17746 invoked by alias); 6 Jan 2004 16:11:26 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19341 Received: (qmail 17702 invoked from network); 6 Jan 2004 16:11:25 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 6 Jan 2004 16:11:25 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.11.8.53] by sunsite.dk (MessageWall 1.0.8) with SMTP; 6 Jan 2004 16:11:24 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id i06GBMf01628 for zsh-workers@sunsite.dk; Tue, 6 Jan 2004 08:11:22 -0800 X-Authentication-Warning: candle.brasslantern.com: schaefer set sender to schaefer@closedmail.com using -f From: Bart Schaefer Message-Id: <1040106161122.ZM1627@candle.brasslantern.com> Date: Tue, 6 Jan 2004 16:11:22 +0000 In-Reply-To: <25992.1073391202@csr.com> Comments: In reply to Peter Stephenson "PATCH: remove support for autoconf before 2.50" (Jan 6, 12:13pm) References: <25992.1073391202@csr.com> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: Re: PATCH: remove support for autoconf before 2.50 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jan 6, 12:13pm, Peter Stephenson wrote: } Subject: PATCH: remove support for autoconf before 2.50 } } Can someone confirm this is a suitable patch for removing support for } old versions of autoconf, together with deleting configure.in which I } will commit at the same time? I'm not sure why you think these three lines have anything to do with autoconf 2.13 specifically. } -AC_OUTPUT_COMMANDS(,[if test -z "\$CONFIG_FILES\$CONFIG_HEADERS"; then } -`cat ./${CONFIG_MODULES}.sh && rm -f ./${CONFIG_MODULES}.sh` } -fi]) IIRC those lines are there so that the commands in ./${CONFIG_MODULES}.sh get re-run when config.status is run. That was not *intended* as a fix only for autoconf 2.13; why is it not needed in 2.50?