X-Spam-Check-By: sourceware.org Message-ID: <43C3BE39.F112DE4C@dessent.net> Date: Tue, 10 Jan 2006 06:01:29 -0800 From: Brian Dessent MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: autoconf/automake: just can't get it to work at all. References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Dave Korn wrote: > I'm having trouble with the cygwin auto*tool package and the wrappers it > puts around the different tool versions. I've looked in the following places I think that they key point is that for automake, the automatic version guessing is no longer done, there are no wrapper scripts. I don't think the WANT_ or FORCE_ stuff has any effect. You should be able to just run e.g. "automake-1.4" if you want that version. When you run "automake" you get whichever version is currently set as the "alternative" -- see "man alternatives". You can run "update-alternatives --config automake" to select which version the generic "automake" should run. Note that for autoconf, there is still "version guessing" so you should always be able to just run autoconf and get the right thing. This seems to be mostly documented in Chuck's announcement here: Brian -- 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/