>From 105cbb009d00820d2124aaf5d2345b1bc23e1fc8 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 1 Aug 2020 15:27:09 +0200 Subject: [PATCH] Update after gnulib changed. * configure.ac: Invoke gl_LIBTEXTSTYLE_OPTIONAL explicitly. --- ChangeLog | 9 +++++++-- configure.ac | 3 +++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4c95676..5d9e5c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ +2020-08-01 Bruno Haible + + Update after gnulib changed. + * configure.ac: Invoke gl_LIBTEXTSTYLE_OPTIONAL explicitly. + 2020-07-27 Kostas Chasialis - * etc/pk-mi-json-schema.json (json_schema): Indentation fixes. - * libpoke/libpoke.h (pk_make_struct): Fixed function documentation. + * etc/pk-mi-json-schema.json (json_schema): Indentation fixes. + * libpoke/libpoke.h (pk_make_struct): Fixed function documentation. 2020-07-25 Jose E. Marchesi diff --git a/configure.ac b/configure.ac index 4365fed..d4ef9b4 100644 --- a/configure.ac +++ b/configure.ac @@ -61,6 +61,9 @@ gl_INIT libpoke_INIT gui_INIT +# Try to find a libtextstyle with hyperlinks support. +gl_LIBTEXTSTYLE_OPTIONAL([0.20.5]) + # GNU help2man creates man pages from --help output; in many cases, this # is sufficient, and obviates the need to maintain man pages separately. # However, this means invoking executables, which we generally cannot do -- 2.7.4