commit bash-20141031 snapshot

This commit is contained in:
Chet Ramey
2014-11-03 14:32:12 -05:00
parent e0722a04ec
commit f3aad56dce
52 changed files with 55059 additions and 2492 deletions
+15 -1
View File
@@ -1,5 +1,5 @@
@%:@! /bin/sh
@%:@ From configure.ac for Bash 4.3, version 4.063.
@%:@ From configure.ac for Bash 4.3, version 4.064.
@%:@ Guess values for system-dependent variables and create Makefiles.
@%:@ Generated by GNU Autoconf 2.69 for bash 4.3-maint.
@%:@
@@ -809,6 +809,7 @@ enable_disabled_builtins
enable_dparen_arithmetic
enable_extended_glob
enable_extended_glob_default
enable_funtion_import
enable_glob_asciiranges_default
enable_help_builtin
enable_history
@@ -1498,6 +1499,9 @@ Optional Features:
--enable-extended-glob-default
force extended pattern matching to be enabled by
default
--enable-function-import
allow bash to import exported function definitions
by default
--enable-glob-asciiranges-default
force bracket range expressions in pattern matching
to use the C locale by default
@@ -3002,6 +3006,7 @@ opt_casemod_expansions=yes
opt_extglob_default=no
opt_dircomplete_expand_default=no
opt_globascii_default=no
opt_function_import=yes
opt_static_link=no
opt_profiling=no
@@ -3115,6 +3120,11 @@ if test "${enable_extended_glob_default+set}" = set; then :
enableval=$enable_extended_glob_default; opt_extglob_default=$enableval
fi
@%:@ Check whether --enable-funtion-import was given.
if test "${enable_funtion_import+set}" = set; then :
enableval=$enable_funtion_import; opt_extglob_default=$enableval
fi
@%:@ Check whether --enable-glob-asciiranges-default was given.
if test "${enable_glob_asciiranges_default+set}" = set; then :
enableval=$enable_glob_asciiranges_default; opt_globascii_default=$enableval
@@ -3341,6 +3351,10 @@ $as_echo "@%:@define GLOBASCII_DEFAULT 1" >>confdefs.h
else
$as_echo "@%:@define GLOBASCII_DEFAULT 0" >>confdefs.h
fi
if test $opt_function_import = yes; then
$as_echo "@%:@define FUNCTION_IMPORT 1" >>confdefs.h
fi
if test $opt_memscramble = yes; then
+2 -2
View File
@@ -7,10 +7,10 @@
'0',
1,
[
'/sw/share/autoconf'
'/opt/local/share/autoconf'
],
[
'/sw/share/autoconf/autoconf/autoconf.m4f',
'/opt/local/share/autoconf/autoconf/autoconf.m4f',
'aclocal.m4',
'configure.ac'
],
+1743 -1738
View File
File diff suppressed because it is too large Load Diff