From 6b210fdf04f67df393b5a0cd1222136b36c2eda7 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 30 Apr 2022 17:02:14 +0100 Subject: [PATCH] configure.ac: Provide a non-empty default manpage extension. This has been a bug forever, but there's been a corresponding bug in the `mdw_MANEXT' macro forever which ignores the supplied default and uses `mLib' instead, so nobody noticed. Until I fixed the other bug and my build broke. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ab8d2a8..60f82b9 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,7 @@ mdw_LIBTOOL_VERSION_INFO AC_CHECK_PROGS([AUTOM4TE], [autom4te]) -mdw_MANEXT +mdw_MANEXT([mLib]) AC_DEFINE_UNQUOTED([SRCDIR], ["$(cd $srcdir && pwd)"], [absolute pathname for the source directory.]) -- 2.11.0