chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
33bbf10
)
configure.ac: Provide a non-empty default manpage extension.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 30 Apr 2022 16:02:14 +0000
(17:02 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index ab8d2a8f02bd1e320275a2cb644cf093aee5a49f..60f82b9856b404ad46f468acfc1e5694ea73ff68 100644
(file)
--- 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.])