diff options
Diffstat (limited to '')
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 11 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for manpages-l10n 4.23.0. +# Generated by GNU Autoconf 2.71 for manpages-l10n 4.23.1. # # # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, @@ -607,8 +607,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='manpages-l10n' PACKAGE_TARNAME='manpages-l10n' -PACKAGE_VERSION='4.23.0' -PACKAGE_STRING='manpages-l10n 4.23.0' +PACKAGE_VERSION='4.23.1' +PACKAGE_STRING='manpages-l10n 4.23.1' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1245,7 +1245,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 manpages-l10n 4.23.0 to adapt to many kinds of systems. +\`configure' configures manpages-l10n 4.23.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1312,7 +1312,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of manpages-l10n 4.23.0:";; + short | recursive ) echo "Configuration of manpages-l10n 4.23.1:";; esac cat <<\_ACEOF @@ -1394,7 +1394,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -manpages-l10n configure 4.23.0 +manpages-l10n configure 4.23.1 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1431,7 +1431,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 manpages-l10n $as_me 4.23.0, which was +It was created by manpages-l10n $as_me 4.23.1, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -2384,7 +2384,7 @@ fi # Define the identity of the package. PACKAGE='manpages-l10n' - VERSION='4.23.0' + VERSION='4.23.1' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -3340,7 +3340,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 manpages-l10n $as_me 4.23.0, which was +This file was extended by manpages-l10n $as_me 4.23.1, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3395,7 +3395,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="\\ -manpages-l10n config.status 4.23.0 +manpages-l10n config.status 4.23.1 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 0c17ecd9..ad7214d4 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -AC_INIT(manpages-l10n, [4.23.0]) +AC_INIT(manpages-l10n, [4.23.1]) AM_INIT_AUTOMAKE([foreign dist-xz no-dist-gzip]) |