Imported Upstream version 2.9.4
[platform/upstream/man-db.git] / configure.ac
index 3c39a60..f4fe224 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 m4_pattern_forbid([^MAN_])
 
 # Initialise and check we're in the correct directory.
-AC_INIT([man-db], [2.9.2], [cjwatson@debian.org])
+AC_INIT([man-db], [2.9.4], [cjwatson@debian.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([1.11 -Wall -Wno-override -Werror foreign dist-xz no-dist-gzip parallel-tests])
 AM_MAINTAINER_MODE
@@ -16,7 +16,7 @@ AC_CONFIG_HEADER([config.h])
 AC_CANONICAL_HOST
 
 # Define below date and version information to be put into man pages etc.
-date=2020-06-01
+date=2021-02-08
 AC_SUBST([date])dnl
 roff_version=`echo AC_PACKAGE_VERSION | sed 's/-/\\-/g'`
 AC_SUBST([roff_version])dnl
@@ -327,7 +327,7 @@ if test -n "$lzip"
 then
        unlzip="$lzip -dc"
 fi
-MAN_CHECK_PROGS([zstd], [ZSTD], [use ZSTD as zstd compression utility], [zstd])
+MAN_CHECK_PROGS([zstd], [ZSTD], [use ZSTD as LZ77/entropy-coding compression utility], [zstd])
 if test -n "$zstd"
 then
        unzstd="$zstd -dc"
@@ -505,6 +505,7 @@ AC_CONFIG_FILES([Makefile
        man/pl/Makefile
        man/pt/Makefile
        man/pt_BR/Makefile
+       man/ro/Makefile
        man/ru/Makefile
        man/sr/Makefile
        man/sv/Makefile