summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
17cf912)
Obviously this isn't used as widely as it ought to be!
AC_ARG_WITH([man-ext],
[AS_HELP_STRING([--with-man-ext=EXT],
[give manpages the EXT extension (e.g., foo.3EXT)])],
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"])