From f52a22e4cf9271cf0774ee652b37bd06a6a672f0 Mon Sep 17 00:00:00 2001 From: wangmengc Date: Mon, 8 Apr 2024 16:22:23 +0800 Subject: [PATCH 6/8] fix complete -p no display --- configure | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/configure b/configure index 285b377..57aca43 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #! /bin/sh # From configure.ac for Bash 5.1, version 5.022. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for utshell 0.1-release. +# Generated by GNU Autoconf 2.71 for utshell 5.1-release. # # Report bugs to . # @@ -612,8 +612,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='utshell' PACKAGE_TARNAME='utshell' -PACKAGE_VERSION='0.1-release' -PACKAGE_STRING='utshell 0.1-release' +PACKAGE_VERSION='5.1-release' +PACKAGE_STRING='utshell 5.1-release' PACKAGE_BUGREPORT='bug-utshell@gnu.org' PACKAGE_URL='' @@ -1461,7 +1461,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 utshell 0.1-release to adapt to many kinds of systems. +\`configure' configures utshell 5.1-release to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1527,7 +1527,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of utshell 0.1-release:";; + short | recursive ) echo "Configuration of utshell 5.1-release:";; esac cat <<\_ACEOF @@ -1729,7 +1729,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -utshell configure 0.1-release +utshell configure 5.1-release generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2386,7 +2386,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 utshell $as_me 0.1-release, which was +It was created by utshell $as_me 5.1-release, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3164,7 +3164,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_config_headers="$ac_config_headers config.h" -BASHVERS=0.1 +BASHVERS=5.1 RELSTATUS=release case "$RELSTATUS" in @@ -22732,7 +22732,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 utshell $as_me 0.1-release, which was +This file was extended by utshell $as_me 5.1-release, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -22800,7 +22800,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="\\ -utshell config.status 0.1-release +utshell config.status 5.1-release configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" -- 2.43.0