From: srittau Date: Sat, 7 Jun 2003 12:04:51 +0000 (+0000) Subject: Fix help string indention. X-Git-Tag: HEAD-before-afp3-merge~64 X-Git-Url: https://arthur.barton.de/gitweb/?a=commitdiff_plain;h=32334bf7851cce8119b795a9f73d59cb1a4d5bee;p=netatalk.git Fix help string indention. --- diff --git a/configure.in b/configure.in index c51e3cbe..590e1e2a 100644 --- a/configure.in +++ b/configure.in @@ -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"] ) diff --git a/macros/tex-check.m4 b/macros/tex-check.m4 index 10108250..ba788f7a 100644 --- a/macros/tex-check.m4 +++ b/macros/tex-check.m4 @@ -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)