|
@@ -20,7 +20,7 @@ Then run configure with whatever options you like.
|
|
|
Patch:
|
|
|
|
|
|
*** ../bash-3.2-patched/configure.in Tue Sep 26 11:05:45 2006
|
|
|
---- configure.in Wed Jan 31 09:48:00 2007
|
|
|
+--- bash-3.2/configure.in Wed Jan 31 09:48:00 2007
|
|
|
***************
|
|
|
*** 6,10 ****
|
|
|
dnl Process this file with autoconf to produce a configure script.
|
|
@@ -49,7 +49,7 @@ Patch:
|
|
|
lynxos*) LOCAL_CFLAGS=-DRECYCLES_PIDS ;;
|
|
|
linux*) LOCAL_LDFLAGS=-rdynamic # allow dynamic loading
|
|
|
*** ../bash-3.2-patched/config-bot.h Tue Sep 12 16:43:04 2006
|
|
|
---- config-bot.h Tue Mar 6 10:41:31 2007
|
|
|
+--- bash-3.2/config-bot.h Tue Mar 6 10:41:31 2007
|
|
|
***************
|
|
|
*** 2,6 ****
|
|
|
/* modify settings or make new ones based on what autoconf tells us. */
|
|
@@ -83,7 +83,7 @@ Patch:
|
|
|
# undef HAVE_GETCWD
|
|
|
#endif
|
|
|
*** ../bash-3.2-patched/builtins/common.c Thu Jul 27 09:39:51 2006
|
|
|
---- builtins/common.c Tue Mar 6 10:43:27 2007
|
|
|
+--- bash-3.2/builtins/common.c Tue Mar 6 10:43:27 2007
|
|
|
***************
|
|
|
*** 1,3 ****
|
|
|
! /* Copyright (C) 1987-2005 Free Software Foundation, Inc.
|
|
@@ -106,7 +106,7 @@ Patch:
|
|
|
if (the_current_working_directory == 0)
|
|
|
{
|
|
|
*** ../bash-3.2-patched/configure Tue Sep 26 11:06:01 2006
|
|
|
---- configure Tue Mar 6 10:59:20 2007
|
|
|
+--- bash-3.2/configure Tue Mar 6 10:59:20 2007
|
|
|
***************
|
|
|
*** 27317,27321 ****
|
|
|
sco3.2*) LOCAL_CFLAGS=-DMUST_UNBLOCK_CHLD ;;
|
|
@@ -122,7 +122,7 @@ Patch:
|
|
|
lynxos*) LOCAL_CFLAGS=-DRECYCLES_PIDS ;;
|
|
|
linux*) LOCAL_LDFLAGS=-rdynamic # allow dynamic loading
|
|
|
*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006
|
|
|
---- patchlevel.h Mon Oct 16 14:22:54 2006
|
|
|
+--- bash-3.2/patchlevel.h Mon Oct 16 14:22:54 2006
|
|
|
***************
|
|
|
*** 26,30 ****
|
|
|
looks for to find the patch level (for the sccs version string). */
|