Skip to content

Commit

Permalink
regen
Browse files Browse the repository at this point in the history
  • Loading branch information
kusalananda committed May 28, 2019
1 parent e5fa9dc commit f4d0dac
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 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 for shell-toolbox 20180719+.
# Generated by GNU Autoconf 2.69 for shell-toolbox 20190528.
#
# Report bugs to <https://github.com/kusalananda/shell-toolbox/issues>.
#
Expand Down Expand Up @@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='shell-toolbox'
PACKAGE_TARNAME='shell-toolbox'
PACKAGE_VERSION='20180719+'
PACKAGE_STRING='shell-toolbox 20180719+'
PACKAGE_VERSION='20190528'
PACKAGE_STRING='shell-toolbox 20190528'
PACKAGE_BUGREPORT='https://github.com/kusalananda/shell-toolbox/issues'
PACKAGE_URL=''

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

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of shell-toolbox 20180719+:";;
short | recursive ) echo "Configuration of shell-toolbox 20190528:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1358,7 +1358,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
shell-toolbox configure 20180719+
shell-toolbox configure 20190528
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand All @@ -1375,7 +1375,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 20180719+, which was
It was created by shell-toolbox $as_me 20190528, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2240,7 +2240,7 @@ fi

# Define the identity of the package.
PACKAGE='shell-toolbox'
VERSION='20180719+'
VERSION='20190528'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -3225,7 +3225,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 20180719+, which was
This file was extended by shell-toolbox $as_me 20190528, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -3278,7 +3278,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
shell-toolbox config.status 20180719+
shell-toolbox config.status 20190528
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion doc/shell.man
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Automatically generated from an mdoc input file. Do not edit.
.TH "SHELL" "1" "April 11, 2019" "Unix" "General Commands Manual"
.TH "SHELL" "1" "May 28, 2019" "Unix" "General Commands Manual"
.nh
.if n .ad l
.SH "NAME"
Expand Down
2 changes: 1 addition & 1 deletion doc/shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,4 @@ The
*/etc/shells*
file will still be used if it exists.

Unix - April 11, 2019
Unix - May 28, 2019
2 changes: 1 addition & 1 deletion doc/shell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ CAVEATS
"getent shells" and may also lack the /etc/shells file. The /etc/shells
file will still be used if it exists.

Unix April 11, 2019 Unix
Unix May 28, 2019 Unix

0 comments on commit f4d0dac

Please sign in to comment.