Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Message-ID: <3BCB0DCA.5050809@ece.gatech.edu> Date: Mon, 15 Oct 2001 12:24:42 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en-us MIME-Version: 1.0 To: Charles Wilson CC: Corinna Vinschen Subject: Re: Autotools; new versions References: <3BAA33FD DOT 9C1B704C AT ece DOT gatech DOT edu> <20010920143410 DOT B5666 AT redhat DOT com> <3BC94CE5 DOT 8070206 AT ece DOT gatech DOT edu> <20011015111857 DOT I1696 AT cygbert DOT vinschen DOT de> <3BCB0C10 DOT 6060409 AT ece DOT gatech DOT edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit > the scripts: > Since these are brand new, it would be naive to suppose that they were > perfect. However, they are feature-complete. the only changes that > would be required are (a) bugfixes and (b) update the option-parsing to > track changes in newer auto*devel releases. Both sorts of changes are > minimally intrusive, and easy -- it's only shell script, after all. And > have I ever abandoned a contribution of mine in the past? I've just noticed one bugfix that I'll provide soon (if this whole endeavor is not a dead end). newlib does AC_PREREQ(2.5) -- but my current scripts will interpret that as != 2.13 and use the development branch. cygwin (winsup) has a mix of AC_PREREQ(2.12) and AC_PREREQ(2.13). So, I need to change the logic to call auto-stable when AC_PREREQ <= 2.13... --Chuck