summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog12
-rw-r--r--FOR-RELEASE2
-rw-r--r--configure.ac2
m---------gnulib0
4 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 415b41917..d80975bc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2020-10-12 Bertrand Garrigues <bertrand.garrigues@laposte.net>
+
+ Update 'gnulib' submodule.
+
+ * gnulib: now points on d60a35e94c4f5b8f09f15828242418f5073d46e7
+ from 'gnulib' repository.
+
+ * configure.ac: minimum autoconf version is now 2.64 due to
+ gnulib upgrade.
+
+ * FOR-RELEASE: add the gnulib update to the checklist.
+
2020-10-11 G. Branden Robinson <g.branden.robinson@gmail.com>
* tmac/andoc.tmac: When switching between macro packages in
diff --git a/FOR-RELEASE b/FOR-RELEASE
index 3300e324a..dcedb0b5c 100644
--- a/FOR-RELEASE
+++ b/FOR-RELEASE
@@ -22,3 +22,5 @@ generic file provided from GNU (normally called `INSTALL').
Data for the forthcoming release may be available.
[2] <https://github.com/adobe-type-tools/agl-aglfn/blob/master/\
glyphlist.txt>
+
+* Update the 'gnulib' sub-module to the latest version.
diff --git a/configure.ac b/configure.ac
index de0f3f542..bcbd0a7f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ AC_INIT([GNU Troff],
http://savannah.gnu.org/bugs/?group=groff,
[groff])
-AC_PREREQ([2.62])
+AC_PREREQ([2.64])
# SHORT_VERSION contains only the number of REVISION before the first '.',
# e.g. if REVISION is '3.real.434-5aafd' then SHORT_VERSION is 'x.yy.3',
diff --git a/gnulib b/gnulib
-Subproject dce8759f0f0236a860a3e68b63c5e99cc6f168f
+Subproject d60a35e94c4f5b8f09f15828242418f5073d46e