Skip to content

Commit

Permalink
regen
Browse files Browse the repository at this point in the history
  • Loading branch information
kusalananda committed Jul 19, 2018
1 parent 6f40d75 commit a0dee74
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69.195-487d6 for shell-toolbox post-20180422.
# Generated by GNU Autoconf 2.69.195-487d6 for shell-toolbox 20180719.
#
# Report bugs to <https://github.com/kusalananda/shell-toolbox/issues>.
#
Expand Down Expand Up @@ -565,8 +565,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='shell-toolbox'
PACKAGE_TARNAME='shell-toolbox'
PACKAGE_VERSION='post-20180422'
PACKAGE_STRING='shell-toolbox post-20180422'
PACKAGE_VERSION='20180719'
PACKAGE_STRING='shell-toolbox 20180719'
PACKAGE_BUGREPORT='https://github.com/kusalananda/shell-toolbox/issues'
PACKAGE_URL=''

Expand Down Expand Up @@ -1207,7 +1207,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 shell-toolbox post-20180422 to adapt to many kinds of systems.
\`configure' configures shell-toolbox 20180719 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1274,7 +1274,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of shell-toolbox post-20180422:";;
short | recursive ) echo "Configuration of shell-toolbox 20180719:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1351,7 +1351,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
shell-toolbox configure post-20180422
shell-toolbox configure 20180719
generated by GNU Autoconf 2.69.195-487d6
Copyright (C) 2017 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1388,7 +1388,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 shell-toolbox $as_me post-20180422, which was
It was created by shell-toolbox $as_me 20180719, which was
generated by GNU Autoconf 2.69.195-487d6. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -2276,7 +2276,7 @@ fi

# Define the identity of the package.
PACKAGE='shell-toolbox'
VERSION='post-20180422'
VERSION='20180719'


printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
Expand Down Expand Up @@ -3133,7 +3133,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 shell-toolbox $as_me post-20180422, which was
This file was extended by shell-toolbox $as_me 20180719, which was
generated by GNU Autoconf 2.69.195-487d6. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -3188,7 +3188,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="\\
shell-toolbox config.status post-20180422
shell-toolbox config.status 20180719
configured by $0, generated by GNU Autoconf 2.69.195-487d6,
with options \\"\$ac_cs_config\\"
Expand Down
1 change: 1 addition & 0 deletions doc/shell.man
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ option.
\fB\-f\fR
Force the execution of the given command, even if it is not a valid
login shell on the current system.
The command needs to be specified with an absolute path.
.TP 8n
\fB\-k\fR
Keep the temporary directory around after terminating the shell session.
Expand Down
1 change: 1 addition & 0 deletions doc/shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ The options are as follows:

> Force the execution of the given command, even if it is not a valid
> login shell on the current system.
> The command needs to be specified with an absolute path.
**-k**

Expand Down
3 changes: 2 additions & 1 deletion doc/shell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ DESCRIPTION
conflicts with the -s option.

-f Force the execution of the given command, even if it is not a
valid login shell on the current system.
valid login shell on the current system. The command needs to be
specified with an absolute path.

-k Keep the temporary directory around after terminating the shell
session.
Expand Down

0 comments on commit a0dee74

Please sign in to comment.