bug-bash
[Top][All Lists]
Advanced

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

Apple Darwin initial port


From: Lance Finn Helsten
Subject: Apple Darwin initial port
Date: Sun, 24 Sep 2000 08:38:58 -0600

Configuration Information [Automatically generated, do not change]:
Machine: powerpc
OS: darwin1.2
Compiler: cc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='powerpc' -DCONF_OSTYPE='d
arwin1.2' -DCONF_MACHTYPE='powerpc-apple-darwin1.2' -DCONF_VENDOR='apple' -DSHEL
L -DHAVE_CONFIG_H   -I.  -I. -I./lib -I/usr/local/include -g -O2
uname output: Darwin helsten 1.2 Darwin Kernel Version 1.2: Wed Aug 30 23:32:53
PDT 2000; root:xnu/xnu-103.obj~1/RELEASE_PPC  Power Macintosh powerpc
Machine Type: powerpc-apple-darwin1.2

Bash Version: 2.03
Patch Level: 0
Release Status: release

Description:
       Bash does not configure or build on Darwin.

Repeat-By:
       ./configure

Fix:
        Context diffs follow
======================================

*** configure.old   Thu Feb 18 11:12:00 1999
--- configure   Sun Sep 24 08:32:33 2000
***************
*** 737,742 ****
--- 737,743 ----
  *-aix*)               opt_gnu_malloc=no ;;    # AIX machines
  *-nextstep*)  opt_gnu_malloc=no ;;    # NeXT machines running NeXTstep
  *-rhapsody*)  opt_gnu_malloc=no ;;    # Apple Rhapsody
+ *-darwin*)    opt_gnu_malloc=no ;;    # Apple Darwin (MacOS X)
  *-dgux*)      opt_gnu_malloc=no ;;    # DG/UX machines
  *-qnx*)               opt_gnu_malloc=no ;;    # QNX 4.2
  *-machten4)   opt_gnu_malloc=no ;;    # MachTen 4.x

======================================

*** support/config.guess.old    Sat Sep 23 08:16:11 2000
--- support/config.guess        Sat Sep 23 08:25:37 2000
***************
*** 335,340 ****
--- 335,343 ----
      *:Rhapsody:*:*)
        echo ${UNAME_MACHINE}-unknown-rhapsody${UNAME_RELEASE}
        exit 0 ;;
+     Power?Macintosh:Darwin:*:*)
+       echo powerpc-apple-darwin${UNAME_RELEASE}
+       exit 0;;
      powerpc:machten:*:*)
        echo powerpc-apple-machten${UNAME_RELEASE}
        exit 0 ;;

======================================

*** support/config.sub.old      Sat Sep 23 08:16:11 2000
--- support/config.sub  Sat Sep 23 08:31:54 2000
***************
*** 745,751 ****
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
              | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
              | -linux-gnu* | -uxpv* | -qnx* | -powerux* | -beos* | -rhapsody* \
!             | -superux* )
        # Remember, each alternative MUST END IN *, to match a version number.
                ;;
        -linux*)
--- 745,751 ----
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
              | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
              | -linux-gnu* | -uxpv* | -qnx* | -powerux* | -beos* | -rhapsody* \
!               | -darwin* | -superux* )
        # Remember, each alternative MUST END IN *, to match a version number.
                ;;
        -linux*)


reply via email to

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