From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24102 invoked by alias); 4 Dec 2003 07:33:32 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 24082 invoked from network); 4 Dec 2003 07:33:31 -0000 Received: from unknown (HELO fencepost.gnu.org) (199.232.76.164) by sources.redhat.com with SMTP; 4 Dec 2003 07:33:31 -0000 Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1ARnzC-0007tg-2x; Thu, 04 Dec 2003 02:33:18 -0500 From: Richard Stallman To: "Zack Weinberg" CC: eggert@CS.UCLA.EDU, bje@wasabisystems.com, gcc@gcc.gnu.org, binutils@sources.redhat.com, gdb@sources.redhat.com In-reply-to: <87ad69rf42.fsf@egil.codesourcery.com> (zack@codesourcery.com) Subject: Re: flag day for Solaris portions of config.{guess,sub} Reply-to: rms@gnu.org References: <8765hf4c8z.fsf@wasabisystems.com> <87wu9mt79r.fsf@egil.codesourcery.com> <871xrs5b9j.fsf@penguin.cs.ucla.edu> <87znegqb31.fsf@codesourcery.com> <87brqsw9d9.fsf@penguin.cs.ucla.edu> <871xroqlaf.fsf@egil.codesourcery.com> <87n0aaj4cl.fsf@penguin.cs.ucla.edu> <87wu9esxu6.fsf@egil.codesourcery.com> <87ad69rf42.fsf@egil.codesourcery.com> Message-Id: Date: Thu, 04 Dec 2003 07:33:00 -0000 X-SW-Source: 2003-12/txt/msg00077.txt.bz2 > Don't we know that most programs that use Autoconf don't actually look > at the configuration name at all? Paul Eggert already presented evidence that roughly 10% of a sample of configure.in scripts not only look at the configuration name, but match it against patterns containing the string "solaris" or "sunos". To my mind that is enough to rule out the proposed change as too costly. I'm surprised it is so many. As someone pointed out, the real extent of the problem depends on how many of them check the version number as well as the name. It should be pretty easy to measure that too. And, for the third time, Autoconf is not the only user of config.guess/config.sub. The point is that most programs nowadays use Autoconf, so other uses are few.