discuss-gnustep
[Top][All Lists]
Advanced

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

Re: GNUstep on Darwin


From: LHelldorf
Subject: Re: GNUstep on Darwin
Date: Tue, 3 Apr 2001 21:45:40 +0200




Adam Fedor <fedor@doc.com>
Sent by: discuss-gnustep-admin@gnu.org

03.04.2001 19:55

       
        To:        Helge Hess <helge.hess@skyrix.com>
        cc:        LHelldorf@kabel.de, discuss-gnustep@gnu.org
        Subject:        Re: GNUstep on Darwin


>Helge Hess wrote:
>>
>> LHelldorf@kabel.de wrote:
>> > I can send you a copy of this
>> > config.guess if you want to include it into your source tree.
>>
>> No, I think config.guess as delivered with Darwin is not newer, but just
>> modified. I'm not sure whether Apple submitted their changes to
>> autoconf.
>>
>
>I just checked and there is an updated version. I'll try to put it in.

I even downloaded ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz and found that the version from darwin IS newer since it contains the following extra lines:

some empty extra lines and:
after line 800:
    Power*:Rhapsody:*:*)
        echo powerpc-apple-rhapsody${UNAME_RELEASE}
        exit 0 ;;
    *:Rhapsody:*:*)
        echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
        exit 0 ;;
    *:Darwin:*:* | *:"Mac OS":*:*)
        echo `uname -p`-apple-darwin${UNAME_RELEASE}
        exit 0 ;;
line 853 changes from:
  printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
to:
  if (version < 4)
    printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
  else
    printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
Here the whole config.guess from Darwins /usr/libexec/:


<<< text/html; name="config.guess": Unrecognized >>>

reply via email to

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