diff options
author | Chet Ramey <chet.ramey@case.edu> | 2022-09-20 10:16:23 -0400 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2022-09-20 10:16:23 -0400 |
commit | e9c75143a231e13779ffbb4d542ae9a1bbb59ca6 (patch) | |
tree | 942e14e679660c2ccb79b9c687848f2a0db2401d /configure | |
parent | b7b9d7c306b2881560c4f94b7e7c7175f851c891 (diff) | |
download | bash-e9c75143a231e13779ffbb4d542ae9a1bbb59ca6.tar.gz |
documentation updates
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -1,7 +1,7 @@ #! /bin/sh -# From configure.ac for Bash 5.2, version 5.044. +# From configure.ac for Bash 5.2, version 5.045. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for bash 5.2-rc3. +# Generated by GNU Autoconf 2.71 for bash 5.2-rc4. # # Report bugs to <bug-bash@gnu.org>. # @@ -612,8 +612,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='bash' PACKAGE_TARNAME='bash' -PACKAGE_VERSION='5.2-rc3' -PACKAGE_STRING='bash 5.2-rc3' +PACKAGE_VERSION='5.2-rc4' +PACKAGE_STRING='bash 5.2-rc4' PACKAGE_BUGREPORT='bug-bash@gnu.org' PACKAGE_URL='' @@ -1467,7 +1467,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures bash 5.2-rc3 to adapt to many kinds of systems. +\`configure' configures bash 5.2-rc4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1533,7 +1533,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of bash 5.2-rc3:";; + short | recursive ) echo "Configuration of bash 5.2-rc4:";; esac cat <<\_ACEOF @@ -1740,7 +1740,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -bash configure 5.2-rc3 +bash configure 5.2-rc4 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2397,7 +2397,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by bash $as_me 5.2-rc3, which was +It was created by bash $as_me 5.2-rc4, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3176,7 +3176,7 @@ ac_config_headers="$ac_config_headers config.h" BASHVERS=5.2 -RELSTATUS=rc3 +RELSTATUS=rc4 case "$RELSTATUS" in alp*|bet*|dev*|rc*|releng*|maint*) DEBUG='-DDEBUG' MALLOC_DEBUG='-DMALLOC_DEBUG' ;; @@ -22369,7 +22369,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by bash $as_me 5.2-rc3, which was +This file was extended by bash $as_me 5.2-rc4, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -22437,7 +22437,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -bash config.status 5.2-rc3 +bash config.status 5.2-rc4 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" |