mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-07 10:42:28 +02:00
commit bash-20080626 snapshot
This commit is contained in:
+30
-1
@@ -1,5 +1,5 @@
|
||||
@%:@! /bin/sh
|
||||
@%:@ From configure.in for Bash 4.0, version 4.001.
|
||||
@%:@ From configure.in for Bash 4.0, version 4.002.
|
||||
@%:@ Guess values for system-dependent variables and create Makefiles.
|
||||
@%:@ Generated by GNU Autoconf 2.61 for bash 4.0-devel.
|
||||
@%:@
|
||||
@@ -1365,6 +1365,10 @@ Optional Features:
|
||||
--enable-bang-history turn on csh-style history substitution
|
||||
--enable-brace-expansion
|
||||
include brace expansion
|
||||
--enable-casemod-attributes
|
||||
include case-modifying variable attributes
|
||||
--enable-casemod-expansions
|
||||
include case-modifying word expansions
|
||||
--enable-command-timing enable the time reserved word and command timing
|
||||
--enable-cond-command enable the conditional command
|
||||
--enable-cond-regexp enable extended regular expression matching in
|
||||
@@ -2259,6 +2263,8 @@ opt_separate_help=no
|
||||
opt_multibyte=yes
|
||||
opt_debugger=yes
|
||||
opt_single_longdoc_strings=yes
|
||||
opt_casemod_attrs=yes
|
||||
opt_casemod_expansions=yes
|
||||
|
||||
opt_static_link=no
|
||||
opt_profiling=no
|
||||
@@ -2278,6 +2284,7 @@ if test $opt_minimal_config = yes; then
|
||||
opt_extended_glob=no opt_cond_command=no opt_arith_for_command=no
|
||||
opt_net_redirs=no opt_progcomp=no opt_separate_help=no
|
||||
opt_multibyte=yes opt_cond_regexp=no
|
||||
opt_casemod_attrs=no opt_casemod_expansions=no
|
||||
fi
|
||||
|
||||
# Check whether --enable-alias was given.
|
||||
@@ -2305,6 +2312,16 @@ if test "${enable_brace_expansion+set}" = set; then
|
||||
enableval=$enable_brace_expansion; opt_brace_expansion=$enableval
|
||||
fi
|
||||
|
||||
# Check whether --enable-casemod-attributes was given.
|
||||
if test "${enable_casemod_attributes+set}" = set; then
|
||||
enableval=$enable_casemod_attributes; opt_casemod_attrs=$enableval
|
||||
fi
|
||||
|
||||
# Check whether --enable-casemod-expansions was given.
|
||||
if test "${enable_casemod_expansions+set}" = set; then
|
||||
enableval=$enable_casemod_expansions; opt_casemod_expansions=$enableval
|
||||
fi
|
||||
|
||||
# Check whether --enable-command-timing was given.
|
||||
if test "${enable_command_timing+set}" = set; then
|
||||
enableval=$enable_command_timing; opt_command_timing=$enableval
|
||||
@@ -2575,6 +2592,18 @@ cat >>confdefs.h <<\_ACEOF
|
||||
@%:@define DEBUGGER 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
if test $opt_casemod_attrs = yes; then
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
@%:@define CASEMOD_ATTRS 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
if test $opt_casemod_expansions = yes; then
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
@%:@define CASEMOD_EXPANSIONS 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
|
||||
if test $opt_memscramble = yes; then
|
||||
|
||||
@@ -15,15 +15,15 @@
|
||||
'configure.in'
|
||||
],
|
||||
{
|
||||
'_LT_AC_TAGCONFIG' => 1,
|
||||
'AM_PROG_F77_C_O' => 1,
|
||||
'AC_INIT' => 1,
|
||||
'_LT_AC_TAGCONFIG' => 1,
|
||||
'm4_pattern_forbid' => 1,
|
||||
'AC_INIT' => 1,
|
||||
'AC_CANONICAL_TARGET' => 1,
|
||||
'AC_SUBST' => 1,
|
||||
'AC_CONFIG_LIBOBJ_DIR' => 1,
|
||||
'AC_FC_SRCEXT' => 1,
|
||||
'AC_SUBST' => 1,
|
||||
'AC_CANONICAL_HOST' => 1,
|
||||
'AC_FC_SRCEXT' => 1,
|
||||
'AC_PROG_LIBTOOL' => 1,
|
||||
'AM_INIT_AUTOMAKE' => 1,
|
||||
'AC_CONFIG_SUBDIRS' => 1,
|
||||
@@ -31,8 +31,8 @@
|
||||
'LT_CONFIG_LTDL_DIR' => 1,
|
||||
'AC_REQUIRE_AUX_FILE' => 1,
|
||||
'AC_CONFIG_LINKS' => 1,
|
||||
'm4_sinclude' => 1,
|
||||
'LT_SUPPORTED_TAG' => 1,
|
||||
'm4_sinclude' => 1,
|
||||
'AM_MAINTAINER_MODE' => 1,
|
||||
'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
|
||||
'_m4_warn' => 1,
|
||||
@@ -49,11 +49,11 @@
|
||||
'AH_OUTPUT' => 1,
|
||||
'_AM_SUBST_NOTMAKE' => 1,
|
||||
'AC_CONFIG_AUX_DIR' => 1,
|
||||
'sinclude' => 1,
|
||||
'm4_pattern_allow' => 1,
|
||||
'AM_PROG_CC_C_O' => 1,
|
||||
'AC_CANONICAL_SYSTEM' => 1,
|
||||
'm4_pattern_allow' => 1,
|
||||
'sinclude' => 1,
|
||||
'AM_CONDITIONAL' => 1,
|
||||
'AC_CANONICAL_SYSTEM' => 1,
|
||||
'AC_CONFIG_HEADERS' => 1,
|
||||
'AC_DEFINE_TRACE_LITERAL' => 1,
|
||||
'm4_include' => 1,
|
||||
|
||||
+1403
-1393
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user