aboutsummaryrefslogtreecommitdiffstats
path: root/awklib
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-04-21 15:04:14 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-04-21 15:04:14 +0300
commitdfb4f3b18cc0490cf1db9dad021fce62a99443b5 (patch)
tree73521ae6691edc38c503a20725135a7a7ac95d93 /awklib
parent3ee06fa46236117ccb00fe4e832e7a7e4694f7f8 (diff)
parent847657fa4ec580658371d6fcaea547f7769fb569 (diff)
downloadegawk-dfb4f3b18cc0490cf1db9dad021fce62a99443b5.tar.gz
egawk-dfb4f3b18cc0490cf1db9dad021fce62a99443b5.tar.bz2
egawk-dfb4f3b18cc0490cf1db9dad021fce62a99443b5.zip
Merge branch 'gawk-5.0-stable'
Diffstat (limited to 'awklib')
-rw-r--r--awklib/ChangeLog4
-rw-r--r--awklib/Makefile.am3
-rw-r--r--awklib/Makefile.in4
3 files changed, 9 insertions, 2 deletions
diff --git a/awklib/ChangeLog b/awklib/ChangeLog
index 862c2b87..ef4f632c 100644
--- a/awklib/ChangeLog
+++ b/awklib/ChangeLog
@@ -1,3 +1,7 @@
+2019-04-18 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (EXTRA_DIST): Add ChangeLog.1 to the list. Ooops.
+
2019-04-12 Arnold D. Robbins <arnold@skeeve.com>
* ChangeLog.1: Rotated ChangeLog into this file.
diff --git a/awklib/Makefile.am b/awklib/Makefile.am
index adb607b3..20e9edba 100644
--- a/awklib/Makefile.am
+++ b/awklib/Makefile.am
@@ -23,7 +23,8 @@
## process this file with automake to produce Makefile.in
-EXTRA_DIST = ChangeLog ChangeLog.0 extract.awk eg $(srcdir)/stamp-eg
+EXTRA_DIST = ChangeLog ChangeLog.0 ChangeLog.1 \
+ extract.awk eg $(srcdir)/stamp-eg
# With some locales, the script extract.awk fails.
# So we fix the locale to some sensible value.
diff --git a/awklib/Makefile.in b/awklib/Makefile.in
index c198acc8..449a5bf7 100644
--- a/awklib/Makefile.in
+++ b/awklib/Makefile.in
@@ -327,7 +327,9 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = ChangeLog ChangeLog.0 extract.awk eg $(srcdir)/stamp-eg
+EXTRA_DIST = ChangeLog ChangeLog.0 ChangeLog.1 \
+ extract.awk eg $(srcdir)/stamp-eg
+
@TEST_CROSS_COMPILE_FALSE@AWKPROG = LC_ALL=C LANG=C "$(abs_top_builddir)/gawk$(EXEEXT)"
# With some locales, the script extract.awk fails.
# So we fix the locale to some sensible value.