diff options
Diffstat (limited to 'extension')
-rw-r--r-- | extension/ChangeLog | 4 | ||||
-rw-r--r-- | extension/Makefile.am | 1 | ||||
-rw-r--r-- | extension/Makefile.in | 1 | ||||
-rw-r--r-- | extension/build-aux/ChangeLog | 4 | ||||
-rwxr-xr-x | extension/configure | 20 | ||||
-rw-r--r-- | extension/m4/ChangeLog | 4 |
6 files changed, 24 insertions, 10 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog index b7668fc7..d179b8e4 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -1,3 +1,7 @@ +2016-08-25 Arnold D. Robbins <arnold@skeeve.com> + + * 4.1.4: Release tar ball made. + 2016-07-01 Arnold D. Robbins <arnold@skeeve.com> * inplace.c (do_inplace_begin): Flush stdout at the start to diff --git a/extension/Makefile.am b/extension/Makefile.am index de0513b0..59c5cb8e 100644 --- a/extension/Makefile.am +++ b/extension/Makefile.am @@ -120,6 +120,7 @@ EXTRA_DIST = build-aux/config.rpath \ ChangeLog.0 \ ext_custom.h \ fts.3 \ + m4 \ README.fts \ rwarray0.c diff --git a/extension/Makefile.in b/extension/Makefile.in index 629c5e6b..23bb5cf1 100644 --- a/extension/Makefile.in +++ b/extension/Makefile.in @@ -566,6 +566,7 @@ EXTRA_DIST = build-aux/config.rpath \ ChangeLog.0 \ ext_custom.h \ fts.3 \ + m4 \ README.fts \ rwarray0.c diff --git a/extension/build-aux/ChangeLog b/extension/build-aux/ChangeLog index 366d05f0..b6e8cc11 100644 --- a/extension/build-aux/ChangeLog +++ b/extension/build-aux/ChangeLog @@ -1,3 +1,7 @@ +2016-08-25 Arnold D. Robbins <arnold@skeeve.com> + + * 4.1.4: Release tar ball made. + 2016-07-18 Arnold D. Robbins <arnold@skeeve.com> * config.sub: Update from GNULIB. Again. diff --git a/extension/configure b/extension/configure index 8b72f9f9..40601550 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.69 for GNU Awk Bundled Extensions 4.1.3. +# Generated by GNU Autoconf 2.69 for GNU Awk Bundled Extensions 4.1.4. # # Report bugs to <bug-gawk@gnu.org>. # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='GNU Awk Bundled Extensions' PACKAGE_TARNAME='gawk-extensions' -PACKAGE_VERSION='4.1.3' -PACKAGE_STRING='GNU Awk Bundled Extensions 4.1.3' +PACKAGE_VERSION='4.1.4' +PACKAGE_STRING='GNU Awk Bundled Extensions 4.1.4' PACKAGE_BUGREPORT='bug-gawk@gnu.org' PACKAGE_URL='http://www.gnu.org/software/gawk-extensions/' @@ -1314,7 +1314,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 4.1.3 to adapt to many kinds of systems. +\`configure' configures GNU Awk Bundled Extensions 4.1.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1384,7 +1384,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GNU Awk Bundled Extensions 4.1.3:";; + short | recursive ) echo "Configuration of GNU Awk Bundled Extensions 4.1.4:";; esac cat <<\_ACEOF @@ -1497,7 +1497,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GNU Awk Bundled Extensions configure 4.1.3 +GNU Awk Bundled Extensions configure 4.1.4 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1969,7 +1969,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 4.1.3, which was +It was created by GNU Awk Bundled Extensions $as_me 4.1.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4302,7 +4302,7 @@ fi # Define the identity of the package. PACKAGE='gawk-extensions' - VERSION='4.1.3' + VERSION='4.1.4' cat >>confdefs.h <<_ACEOF @@ -13568,7 +13568,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 4.1.3, which was +This file was extended by GNU Awk Bundled Extensions $as_me 4.1.4, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -13636,7 +13636,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="\\ -GNU Awk Bundled Extensions config.status 4.1.3 +GNU Awk Bundled Extensions config.status 4.1.4 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/extension/m4/ChangeLog b/extension/m4/ChangeLog index d1581bc0..5000a8ad 100644 --- a/extension/m4/ChangeLog +++ b/extension/m4/ChangeLog @@ -1,3 +1,7 @@ +2016-08-25 Arnold D. Robbins <arnold@skeeve.com> + + * 4.1.4: Release tar ball made. + 2015-05-19 Arnold D. Robbins <arnold@skeeve.com> * 4.1.3: Release tar ball made. |