diff options
author | Daiki Ueno <ueno@gnu.org> | 2020-09-13 17:52:44 +0200 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2020-09-17 09:37:36 +0200 |
commit | dd444371467d02391d2f57de2f39367a9df23c9d (patch) | |
tree | d421a2c520cdf7bc0df4d5e274b9aacefd4cb636 /configure.ac | |
parent | a78f971d67565a98b813f3250c1a722d75b9e74a (diff) | |
download | gnutls-dd444371467d02391d2f57de2f39367a9df23c9d.tar.gz |
gnulib: update git submodule
This brings in the build fixes of parse-datetime module:
https://lists.gnu.org/archive/html/bug-gnulib/2020-07/msg00178.html
https://lists.gnu.org/archive/html/bug-gnulib/2020-08/msg00001.html
https://lists.gnu.org/archive/html/bug-gnulib/2020-09/msg00046.html
Signed-off-by: Daiki Ueno <ueno@gnu.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5ab834ad62..b5b0ceb5e2 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script. # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 # USA -AC_PREREQ(2.63) +AC_PREREQ(2.64) dnl when updating version also update LT_REVISION in m4/hooks.m4 AC_INIT([GnuTLS], [3.6.14], [bugs@gnutls.org]) |