bug-bash
[Top][All Lists]
Advanced

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

Building bash-4.0 on Snow Leopard


From: Chet Ramey
Subject: Building bash-4.0 on Snow Leopard
Date: Thu, 15 Oct 2009 22:15:37 -0400
User-agent: Thunderbird 2.0.0.23 (Macintosh/20090812)

Use the attached patch and rebuild configure using `autoconf'.

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/
*** ../bash-4.0-patched/configure.in    2009-02-06 12:03:44.000000000 -0500
--- configure.in        2009-10-01 16:38:24.000000000 -0400
***************
*** 534,538 ****
                # dynamic version
                case "${host_os}" in
!               darwin[[89]]*)  READLINE_LIB='${READLINE_LIBRARY}' ;;
                *)              READLINE_LIB=-lreadline ;;
                esac
--- 541,545 ----
                # dynamic version
                case "${host_os}" in
!               darwin[[89]]*|darwin10*) READLINE_LIB='${READLINE_LIBRARY}' ;;
                *)              READLINE_LIB=-lreadline ;;
                esac
***************
*** 569,573 ****
                # dynamic version
                case "${host_os}" in
!               darwin[[89]]*)  HISTORY_LIB='${HISTORY_LIBRARY}' ;;
                *)              HISTORY_LIB=-lhistory ;;
                esac
--- 576,580 ----
                # dynamic version
                case "${host_os}" in
!               darwin[[89]]*|darwin10*) HISTORY_LIB='${HISTORY_LIBRARY}' ;;
                *)              HISTORY_LIB=-lhistory ;;
                esac

reply via email to

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