summaryrefslogtreecommitdiff
path: root/config-scripts
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2017-07-17 18:28:27 -0400
committerMichael R Sweet <michaelrsweet@gmail.com>2017-07-17 18:28:27 -0400
commit6eda776e8a62d7d6575fccaaf73633bd6fb9c2e0 (patch)
tree8857f279e1e45c4369546f7cc9bddd22163c59ea /config-scripts
parenta621d151e71d062f7ff927223db970f44bb8b43d (diff)
downloadcups-6eda776e8a62d7d6575fccaaf73633bd6fb9c2e0.tar.gz
Update help text so everything lines up properly and is consistent and spelled correctly.
Diffstat (limited to 'config-scripts')
-rw-r--r--config-scripts/cups-common.m42
-rw-r--r--config-scripts/cups-defaults.m42
-rw-r--r--config-scripts/cups-pam.m42
-rw-r--r--config-scripts/cups-startup.m42
4 files changed, 4 insertions, 4 deletions
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.)