X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/blobdiff_plain/195ca0c9e52e2c10b7fa0db5981046eea2cde83d..d663db3ac19da1c2cd49406d53761edac2813114:/m4/mdw-manext.m4 diff --git a/m4/mdw-manext.m4 b/m4/mdw-manext.m4 index df71dbc..868d6b5 100644 --- a/m4/mdw-manext.m4 +++ b/m4/mdw-manext.m4 @@ -43,9 +43,9 @@ dnl -*-autoconf-*- ### exception to the GPL to apply to your modified version as well. # serial 1 -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="$1"]) +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="$1"]) AC_SUBST(manext)])