chiark
/
gitweb
/
~mdw
/
cfd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17cf912
)
m4/mdw-manext.m4: Don't hardcode the manpage extension to `mLib'.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 9 Aug 2020 12:04:36 +0000
(13:04 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 9 Aug 2020 12:27:48 +0000
(13:27 +0100)
Obviously this isn't used as widely as it ought to be!
m4/mdw-manext.m4
patch
|
blob
|
blame
|
history
diff --git
a/m4/mdw-manext.m4
b/m4/mdw-manext.m4
index 636a6520b36a31206451af853fc2fc4b9372fa66..df71dbc97bfd6e6967829c3a1295669778107017 100644
(file)
--- a/
m4/mdw-manext.m4
+++ b/
m4/mdw-manext.m4
@@
-2,7
+2,7
@@
dnl -*-autoconf-*-
### SYNOPSIS
###
-### mdw_MANEXT
+### mdw_MANEXT
(DFLT)
###
### DESCRIPTION
###
@@
-47,5
+47,5
@@
AC_DEFUN([mdw_MANEXT], [
AC_ARG_WITH([man-ext],
[AS_HELP_STRING([--with-man-ext=EXT],
[give manpages the EXT extension (e.g., foo.3EXT)])],
-[manext=$withval], [manext=
mLib
])
+[manext=$withval], [manext=
"$1"
])
AC_SUBST(manext)])