]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config-scripts/cups-directories.m4
Update all references to OS X to macOS.
[thirdparty/cups.git] / config-scripts / cups-directories.m4
index a9dc67b50d8d3ee75370e54de6bfed094a472de1..e13ee439a0c5345a25cda64b4164e83760e0eaea 100644 (file)
@@ -267,7 +267,7 @@ AC_SUBST(CUPS_REQUESTS)
 # Server executables...
 case "$uname" in
        *BSD* | Darwin*)
-               # *BSD and Darwin (MacOS X)
+               # *BSD and Darwin (MacmacOS)
                INSTALL_SYSV=""
                CUPS_SERVERBIN="$exec_prefix/libexec/cups"
                ;;
@@ -291,7 +291,7 @@ AC_SUBST(CUPS_SERVERROOT)
 AC_ARG_WITH(rundir, [  --with-rundir           set transient run-time state directory],CUPS_STATEDIR="$withval",[
        case "$uname" in
                Darwin*)
-                       # Darwin (OS X)
+                       # Darwin (macOS)
                        CUPS_STATEDIR="$CUPS_SERVERROOT"
                        ;;
                *)