From 6eda776e8a62d7d6575fccaaf73633bd6fb9c2e0 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 17 Jul 2017 18:28:27 -0400 Subject: Update help text so everything lines up properly and is consistent and spelled correctly. --- config-scripts/cups-common.m4 | 2 +- config-scripts/cups-defaults.m4 | 2 +- config-scripts/cups-pam.m4 | 2 +- config-scripts/cups-startup.m4 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'config-scripts') diff --git a/config-scripts/cups-common.m4 b/config-scripts/cups-common.m4 index 8136ce161..e204e965f 100644 --- a/config-scripts/cups-common.m4 +++ b/config-scripts/cups-common.m4 @@ -305,7 +305,7 @@ fi LIBS="$SAVELIBS" dnl Check for DBUS support -AC_ARG_ENABLE(dbus, [ --disable-dbus build without DBUS support]) +AC_ARG_ENABLE(dbus, [ --disable-dbus build without DBUS support]) AC_ARG_WITH(dbusdir, [ --with-dbusdir set DBUS configuration directory ], DBUSDIR="$withval") diff --git a/config-scripts/cups-defaults.m4 b/config-scripts/cups-defaults.m4 index 9fd99689b..120fd3b3e 100644 --- a/config-scripts/cups-defaults.m4 +++ b/config-scripts/cups-defaults.m4 @@ -38,7 +38,7 @@ if test "x$CUPS_BUNDLEDIR" != x; then fi dnl Default executable file permissions -AC_ARG_WITH(exe_file_perm, [ --with-exe-file-perm set default exectuable permissions value, default=0555], +AC_ARG_WITH(exe_file_perm, [ --with-exe-file-perm set default executable permissions value, default=0555], CUPS_EXE_FILE_PERM="$withval", [case "$host_os_name" in linux* | gnu*) diff --git a/config-scripts/cups-pam.m4 b/config-scripts/cups-pam.m4 index 0adec3852..2ff24022e 100644 --- a/config-scripts/cups-pam.m4 +++ b/config-scripts/cups-pam.m4 @@ -12,7 +12,7 @@ dnl missing or damaged, see the license at "http://www.cups.org/". dnl AC_ARG_ENABLE(pam, [ --disable-pam disable PAM support]) -AC_ARG_WITH(pam_module, [ --with-pam-module specify the PAM module to use]) +AC_ARG_WITH(pam_module, [ --with-pam-module set the PAM module to use]) PAMDIR="" PAMFILE="pam.std" diff --git a/config-scripts/cups-startup.m4 b/config-scripts/cups-startup.m4 index 978daae75..13b738b77 100644 --- a/config-scripts/cups-startup.m4 +++ b/config-scripts/cups-startup.m4 @@ -78,7 +78,7 @@ if test x$enable_systemd != xno; then fi dnl Upstart is also used on Linux (e.g., Chrome OS) -AC_ARG_ENABLE(upstart, [ --enable-upstart enable upstart support]) +AC_ARG_ENABLE(upstart, [ --enable-upstart enable upstart support]) if test "x$enable_upstart" = "xyes"; then if test "x$have_systemd" = "xyes"; then AC_MSG_ERROR(Cannot support both systemd and upstart.) -- cgit v1.2.1