]> arthur.barton.de Git - netatalk.git/commitdiff
Fix help string indention.
authorsrittau <srittau>
Sat, 7 Jun 2003 12:04:51 +0000 (12:04 +0000)
committersrittau <srittau>
Sat, 7 Jun 2003 12:04:51 +0000 (12:04 +0000)
configure.in
macros/tex-check.m4

index c51e3cbe771a0c368af5ad2e6273fcb2c9f410ad..590e1e2a89663410bd28ad53bd3eef38245061c1 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.182 2003-06-07 12:01:03 srittau Exp $
+dnl $Id: configure.in,v 1.183 2003-06-07 12:04:51 srittau Exp $
 dnl configure.in for netatalk
 
 AC_INIT(bin/adv1tov2/adv1tov2.c)
@@ -397,7 +397,7 @@ dnl ----- a2boot compilation (disabled by default)
 AC_MSG_CHECKING([whether a2boot should be compiled])
 compile_a2boot=no
 AC_ARG_ENABLE(a2boot,
-       [  --enable-a2boot       enable compilation of Apple2 boot server],
+       [  --enable-a2boot         enable compilation of Apple2 boot server],
        [compile_a2boot="$enableval"],
        [compile_a2boot="no"]
 )
index 10108250cd5e7c1126f8042b482f77315db6a4e4..ba788f7abefa9b86ddc78e762c6a0b9a63e4d944 100644 (file)
@@ -1,8 +1,8 @@
 # M4 macros to check for the existence of dvips and troff2ps
-# $Id: tex-check.m4,v 1.1 2003-06-07 12:01:04 srittau Exp $
+# $Id: tex-check.m4,v 1.2 2003-06-07 12:04:52 srittau Exp $
 
 AC_DEFUN([AC_PROG_DVIPS], [
-       AC_ARG_WITH(dvips, [  --with-dvips     path to the dvips command], [
+       AC_ARG_WITH(dvips, [  --with-dvips=PATH       path to the dvips command], [
                DVIPS="$withval"
        ], [
                AC_PATH_PROG(DVIPS, dvips)
@@ -11,7 +11,7 @@ AC_DEFUN([AC_PROG_DVIPS], [
 ])
 
 AC_DEFUN([AC_PROG_TROFF2PS], [
-       AC_ARG_WITH(troff2ps, [  --with-troff2ps    path to the troff2ps command], [
+       AC_ARG_WITH(troff2ps, [  --with-troff2ps=PATH    path to the troff2ps command], [
                TROFF2PS="$withval"
        ], [
                AC_PATH_PROG(TROFF2PS, troff2ps)