summaryrefslogtreecommitdiff
path: root/shells/bash/files/patch-ac
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-05-07 20:33:34 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-05-07 20:33:34 +0000
commita4923c39c3983ccd9cafc9997bf931658b64f4a6 (patch)
treec15673f0cf49d401b8e6a3c5ba8063a294b0054e /shells/bash/files/patch-ac
parentUpgrade to 2.8.4dev1 (diff)
Upgrade to 2.04
failglob patch removed - this sort of patches must be submitted to bash maintainer
Diffstat (limited to '')
-rw-r--r--shells/bash/files/patch-ac28
1 files changed, 14 insertions, 14 deletions
diff --git a/shells/bash/files/patch-ac b/shells/bash/files/patch-ac
index 86e8472b2263..33c30ce82e7e 100644
--- a/shells/bash/files/patch-ac
+++ b/shells/bash/files/patch-ac
@@ -1,19 +1,19 @@
---- configure.orig Thu Feb 18 21:12:00 1999
-+++ configure Fri May 28 04:35:33 1999
-@@ -733,7 +733,7 @@
- sparc-netbsd*) opt_gnu_malloc=no ;; # needs 8-byte alignment
- mips-irix6*) opt_gnu_malloc=no ;; # needs 8-byte alignment
- sparc-linux*) opt_gnu_malloc=no ;; # sparc running linux; requires ELF
--#*-freebsd*) opt_gnu_malloc=no ;; # they claim it's better
-+*-freebsd*) opt_gnu_malloc=no ;; # they claim it's better
- *-aix*) opt_gnu_malloc=no ;; # AIX machines
- *-nextstep*) opt_gnu_malloc=no ;; # NeXT machines running NeXTstep
- *-rhapsody*) opt_gnu_malloc=no ;; # Apple Rhapsody
-@@ -7086,7 +7086,7 @@
+--- configure.orig Tue Feb 22 19:46:17 2000
++++ configure Mon May 8 00:23:05 2000
+@@ -761,7 +761,7 @@
+ mips-irix6*) opt_bash_malloc=no ;; # needs 8-byte alignment
+ m68k-sysv) opt_bash_malloc=no ;; # fixes file descriptor leak in closedir
+ sparc-linux*) opt_bash_malloc=no ;; # sparc running linux; requires ELF
+-#*-freebsd*) opt_bash_malloc=no ;; # they claim it's better
++*-freebsd*) opt_bash_malloc=no ;; # they claim it's better
+ *-aix*) opt_bash_malloc=no ;; # AIX machines
+ *-nextstep*) opt_bash_malloc=no ;; # NeXT machines running NeXTstep
+ *-rhapsody*) opt_bash_malloc=no ;; # Apple Rhapsody
+@@ -8099,7 +8099,7 @@
then
echo $ac_n "checking shared object configuration for loadable builtins""... $ac_c" 1>&6
- echo "configure:7089: checking shared object configuration for loadable builtins" >&5
-- eval `${CONFIG_SHELL-/bin/sh} ${srcdir}/support/shobj-conf -C ${CC} -c ${host_cpu} -o ${host_os} -v ${host_vendor}`
+ echo "configure:8102: checking shared object configuration for loadable builtins" >&5
+- eval `${CONFIG_SHELL-/bin/sh} ${srcdir}/support/shobj-conf -C "${CC}" -c ${host_cpu} -o ${host_os} -v ${host_vendor}`
+ eval `${CONFIG_SHELL-/bin/sh} ${srcdir}/support/shobj-conf -C "${CC}" -c "${host_cpu}" -o "${host_os}" -v "${host_vendor}"`