ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug in config.guess


From: David O'Brien
Subject: bug in config.guess
Date: Fri, 9 Mar 2001 05:17:35 -0800
User-agent: Mutt/1.2.5i

At a minimum this patch needs to be applied.  I wonder how some could
have made this typo in `ddd' when I have seen it no where else
config.guess is used.

--- config.guess.orig   Thu Oct 21 02:10:44 1999
+++ config.guess        Thu Mar  8 05:14:29 2001
@@ -516 +516 @@
-               echo 
${UNAME_MACHINE}-unknown-freebsdelf`echo${UNAME_RELEASE}|sed -e 's/[-_].*//'`
+               echo ${UNAME_MACHINE}-unknown-freebsdelf`echo 
${UNAME_RELEASE}|sed -e 's/[-_].*//'`


What really needs to happen is for `ddd' to sync with the latest official
config.sub sources.  `ddd' is using a config.guess from 1998.  There have
been many changes since then.  To quote config.guess:

    Please download the most up to date version of the config scripts:
        ftp://ftp.gnu.org/pub/gnu/config/

-- 
-- David  (address@hidden)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]