Roman Rakus a28579
			     BASH PATCH REPORT
Roman Rakus a28579
			     =================
Roman Rakus a28579
Roman Rakus a28579
Bash-Release: 4.0
Roman Rakus a28579
Patch-ID: bash40-037
Roman Rakus a28579
Roman Rakus a28579
Bug-Reported-by:	Chet Ramey <chet.ramey@case.edu>
Roman Rakus a28579
Bug-Reference-ID:	<4AD7D749.5030601@case.edu>
Roman Rakus a28579
Bug-Reference-URL:
Roman Rakus a28579
Roman Rakus a28579
Bug-Description:
Roman Rakus a28579
Roman Rakus a28579
The configure script does not work on Snow Leopard and will result in
Roman Rakus a28579
attempts to link against the incorrect version of readline.
Roman Rakus a28579
Roman Rakus a28579
Patch:
Roman Rakus a28579
Roman Rakus a28579
*** ../bash-4.0-patched/configure.in	2009-02-06 12:03:44.000000000 -0500
Roman Rakus a28579
--- configure.in	2009-10-01 16:38:24.000000000 -0400
Roman Rakus a28579
***************
Roman Rakus a28579
*** 534,538 ****
Roman Rakus a28579
  		# dynamic version
Roman Rakus a28579
  		case "${host_os}" in
Roman Rakus a28579
! 		darwin[[89]]*)	READLINE_LIB='${READLINE_LIBRARY}' ;;
Roman Rakus a28579
  		*)		READLINE_LIB=-lreadline ;;
Roman Rakus a28579
  		esac
Roman Rakus a28579
--- 534,538 ----
Roman Rakus a28579
  		# dynamic version
Roman Rakus a28579
  		case "${host_os}" in
Roman Rakus a28579
! 		darwin[[89]]*|darwin10*) READLINE_LIB='${READLINE_LIBRARY}' ;;
Roman Rakus a28579
  		*)		READLINE_LIB=-lreadline ;;
Roman Rakus a28579
  		esac
Roman Rakus a28579
***************
Roman Rakus a28579
*** 569,573 ****
Roman Rakus a28579
  		# dynamic version
Roman Rakus a28579
  		case "${host_os}" in
Roman Rakus a28579
! 		darwin[[89]]*)	HISTORY_LIB='${HISTORY_LIBRARY}' ;;
Roman Rakus a28579
  		*)		HISTORY_LIB=-lhistory ;;
Roman Rakus a28579
  		esac
Roman Rakus a28579
--- 569,573 ----
Roman Rakus a28579
  		# dynamic version
Roman Rakus a28579
  		case "${host_os}" in
Roman Rakus a28579
! 		darwin[[89]]*|darwin10*) HISTORY_LIB='${HISTORY_LIBRARY}' ;;
Roman Rakus a28579
  		*)		HISTORY_LIB=-lhistory ;;
Roman Rakus a28579
  		esac
Roman Rakus a28579
*** ../bash-4.0/patchlevel.h	2009-01-04 14:32:40.000000000 -0500
Roman Rakus a28579
--- patchlevel.h	2009-02-22 16:11:31.000000000 -0500
Roman Rakus a28579
***************
Roman Rakus a28579
*** 26,30 ****
Roman Rakus a28579
     looks for to find the patch level (for the sccs version string). */
Roman Rakus a28579
  
Roman Rakus a28579
! #define PATCHLEVEL 36
Roman Rakus a28579
  
Roman Rakus a28579
  #endif /* _PATCHLEVEL_H_ */
Roman Rakus a28579
--- 26,30 ----
Roman Rakus a28579
     looks for to find the patch level (for the sccs version string). */
Roman Rakus a28579
  
Roman Rakus a28579
! #define PATCHLEVEL 37
Roman Rakus a28579
  
Roman Rakus a28579
  #endif /* _PATCHLEVEL_H_ */