configure.ac: Provide a non-empty default manpage extension.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 30 Apr 2022 16:02:14 +0000 (17:02 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 30 Apr 2022 19:12:31 +0000 (20:12 +0100)
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

index ab8d2a8..60f82b9 100644 (file)
@@ -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.])