www.delorie.com/archives/browse.cgi | search |
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 <cygwin AT cwilson DOT fastmail DOT fm> |
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> |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |