diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-09-22 16:29:37 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-09-22 16:29:37 +0300 |
commit | 0304433c77311b42727485bf187d80665b0eb34c (patch) | |
tree | 27caf30cf2af0842128549bd39bec2847def14b8 /extension | |
parent | 3b563cdcd4a34033aa855aeed579001c3913a1ae (diff) | |
download | egawk-0304433c77311b42727485bf187d80665b0eb34c.tar.gz egawk-0304433c77311b42727485bf187d80665b0eb34c.tar.bz2 egawk-0304433c77311b42727485bf187d80665b0eb34c.zip |
Update version in extension/configure.ac.
Diffstat (limited to 'extension')
-rw-r--r-- | extension/ChangeLog | 4 | ||||
-rwxr-xr-x | extension/configure | 20 | ||||
-rw-r--r-- | extension/configure.ac | 4 |
3 files changed, 16 insertions, 12 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog index 3cd48886..f4e6ea41 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -1,3 +1,7 @@ +2021-09-22 Arnold D. Robbins <arnold@skeeve.com> + + * configure.ac: Update version to 5.1.1 in preparation for release. + 2021-09-10 Arnold D. Robbins <arnold@skeeve.com> * configure.ac: Updated for Autoconf 2.71. Removes various warnings. diff --git a/extension/configure b/extension/configure index a24b111b..d8cf11d4 100755 --- a/extension/configure +++ b/extension/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for GNU Awk Bundled Extensions 5.1.0. +# Generated by GNU Autoconf 2.71 for GNU Awk Bundled Extensions 5.1.1. # # Report bugs to <bug-gawk@gnu.org>. # @@ -621,8 +621,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='GNU Awk Bundled Extensions' PACKAGE_TARNAME='gawk-extensions' -PACKAGE_VERSION='5.1.0' -PACKAGE_STRING='GNU Awk Bundled Extensions 5.1.0' +PACKAGE_VERSION='5.1.1' +PACKAGE_STRING='GNU Awk Bundled Extensions 5.1.1' PACKAGE_BUGREPORT='bug-gawk@gnu.org' PACKAGE_URL='https://www.gnu.org/software/gawk-extensions/' @@ -1379,7 +1379,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 GNU Awk Bundled Extensions 5.1.0 to adapt to many kinds of systems. +\`configure' configures GNU Awk Bundled Extensions 5.1.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1450,7 +1450,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GNU Awk Bundled Extensions 5.1.0:";; + short | recursive ) echo "Configuration of GNU Awk Bundled Extensions 5.1.1:";; esac cat <<\_ACEOF @@ -1573,7 +1573,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GNU Awk Bundled Extensions configure 5.1.0 +GNU Awk Bundled Extensions configure 5.1.1 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1984,7 +1984,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 GNU Awk Bundled Extensions $as_me 5.1.0, which was +It was created by GNU Awk Bundled Extensions $as_me 5.1.1, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3263,7 +3263,7 @@ fi # Define the identity of the package. PACKAGE='gawk-extensions' - VERSION='5.1.0' + VERSION='5.1.1' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -17827,7 +17827,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 GNU Awk Bundled Extensions $as_me 5.1.0, which was +This file was extended by GNU Awk Bundled Extensions $as_me 5.1.1, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17897,7 +17897,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="\\ -GNU Awk Bundled Extensions config.status 5.1.0 +GNU Awk Bundled Extensions config.status 5.1.1 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/extension/configure.ac b/extension/configure.ac index 32c02a95..3ca440ee 100644 --- a/extension/configure.ac +++ b/extension/configure.ac @@ -1,7 +1,7 @@ dnl dnl configure.ac --- autoconf input file for gawk dnl -dnl Copyright (C) 2012-2020 the Free Software Foundation, Inc. +dnl Copyright (C) 2012-2021 the Free Software Foundation, Inc. dnl dnl This file is part of GAWK, the GNU implementation of the dnl AWK Programming Language. @@ -23,7 +23,7 @@ dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT([GNU Awk Bundled Extensions],[5.1.0],[bug-gawk@gnu.org],[gawk-extensions]) +AC_INIT([GNU Awk Bundled Extensions],[5.1.1],[bug-gawk@gnu.org],[gawk-extensions]) AC_PREREQ([2.71]) |