X-Spam-Check-By: sourceware.org Message-ID: <456BF15E.3090501@cwilson.fastmail.fm> Date: Tue, 28 Nov 2006 03:20:46 -0500 From: Charles Wilson User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Updated (and new) cygport patches References: <456BEA91 DOT 9020100 AT cwilson DOT fastmail DOT fm> In-Reply-To: <456BEA91.9020100@cwilson.fastmail.fm> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Charles Wilson wrote: > (4) autoconf-2.61 support Oops. You also need this: aclocal-1.10 gets really picky about changing autoconf versions (e.g. from ac-2.60 to ac-2.61) Hopefully this pickiness won't require changes in cygautoreconf() down the line... diff -u -r1.4 autogen.sh --- autogen.sh 22 Nov 2006 04:44:58 -0000 1.4 +++ autogen.sh 28 Nov 2006 08:18:08 -0000 @@ -16,6 +16,12 @@ } cd ${S} +verbose rm -rf autom4te.cache/ +verbose rm -f bin/Makefile.in data/Makefile.in +verbose rm -f doc/Makefile.in lib/Makefile.in +verbose rm -f Makefile.in test/Makefile.in +verbose rm -f aclocal.m4 + verbose aclocal --force verbose autoconf --force verbose automake --add-missing --copy --force-missing -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/