]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update help text so everything lines up properly and is consistent and spelled correctly.
authorMichael R Sweet <michaelrsweet@gmail.com>
Mon, 17 Jul 2017 22:28:27 +0000 (18:28 -0400)
committerMichael R Sweet <michaelrsweet@gmail.com>
Mon, 17 Jul 2017 22:28:27 +0000 (18:28 -0400)
config-scripts/cups-common.m4
config-scripts/cups-defaults.m4
config-scripts/cups-pam.m4
config-scripts/cups-startup.m4
configure

index 8136ce161ba1a447e68ce846e6ca57b59fa3c865..e204e965fdb449fa1f8ef5320b5cb184599032f3 100644 (file)
@@ -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")
 
index 9fd99689bbe539e7cf648175051d9e7f9b4d1d78..120fd3b3e497796699c69c682da8dfc3b7252d93 100644 (file)
@@ -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*)
index 0adec3852e71cb7377581318028069d3a81680b1..2ff24022e50102fc13e13040c772e20100468efd 100644 (file)
@@ -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"
index 978daae7553d9f6f538b18d9c54dd01f2cb7dbe3..13b738b770b4e076a8d4f2ab88492a5a0446ee40 100644 (file)
@@ -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.)
index 8c3e41af2b4b26c30e49af50d114ea042f99eb68..8467bdc68746a8dfd84cbf1c440526f21c282973 100755 (executable)
--- a/configure
+++ b/configure
@@ -1541,7 +1541,7 @@ Optional Features:
   --enable-libusb         use libusb for USB printing
   --enable-tcp-wrappers   use libwrap for TCP wrappers support
   --enable-acl            build with POSIX ACL support
-  --disable-dbus           build without DBUS support
+  --disable-dbus          build without DBUS support
   --disable-shared        do not create shared libraries
   --enable-libtool-unsupported=/path/to/libtool
                           build with libtool (UNSUPPORTED!)
@@ -1561,7 +1561,7 @@ Optional Features:
   --disable-dnssd         disable DNS Service Discovery support using mDNSResponder
   --disable-launchd       disable launchd support
   --disable-systemd       disable systemd support
--enable-upstart         enable upstart support
 --enable-upstart        enable upstart support
   --enable-page-logging   enable page_log by default
   --disable-browsing      disable Browsing by default
   --disable-default-shared
@@ -1594,7 +1594,7 @@ Optional Packages:
   --with-ldarchflags      set program architecture flags
   --with-domainsocket     set unix domain socket name
   --with-gssservicename   set default gss service name
-  --with-pam-module       specify the PAM module to use
+  --with-pam-module       set the PAM module to use
   --with-dnssd-libs       set directory for DNS Service Discovery library
   --with-dnssd-includes   set directory for DNS Service Discovery includes
   --with-systemd          set directory for systemd service files
@@ -1606,7 +1606,7 @@ Optional Packages:
   --with-xinetd           set path for xinetd config files
   --with-languages        set installed languages, default=all
   --with-bundledir        set macOS localization bundle directory
-  --with-exe-file-perm set default exectuable permissions value, default=0555
+  --with-exe-file-perm    set default executable permissions value, default=0555
   --with-config-file-perm set default ConfigFilePerm value, default=0640
   --with-cupsd-file-perm  set default cupsd permissions, default=0500
   --with-log-file-perm    set default LogFilePerm value, default=0644