summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBertrand Garrigues <bertrand.garrigues@laposte.net>2020-10-12 00:54:07 +0200
committerBertrand Garrigues <bertrand.garrigues@laposte.net>2020-10-12 01:13:51 +0200
commit019743ce0feac45df789f255be09a55d92a17792 (patch)
treefaa3fcc553a84ae2e40c2ab17670139a4bcb090f /configure.ac
parent0c010b1c2394fdb16417c04907e34de47ffe63be (diff)
downloadgroff-git-019743ce0feac45df789f255be09a55d92a17792.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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',