chiark / gitweb /
m4/: Reformat to match current m4/shell style.
[runlisp] / m4 / mdw-manext.m4
index df71dbc97bfd6e6967829c3a1295669778107017..868d6b53294073d69da9e8688d2af28d773556f4 100644 (file)
@@ -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)])