]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix manpage test.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Sat, 17 Jun 2017 01:18:33 +0000 (21:18 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Sat, 17 Jun 2017 01:18:33 +0000 (21:18 -0400)
config-scripts/cups-manpages.m4
configure

index 1af933d4e56ff3ba02e1a9ab6ff6bd1df148aa50..e693e3a552d195fa8a79c52a2bde2745eb4c0d76 100644 (file)
@@ -20,7 +20,7 @@ fi
 
 if test "$mandir" = "\${prefix}/man" -a "$prefix" = "/"; then
        case "$host_os_name" in
-               darwin* | linux | gnu | *bsd*)
+               darwin* | linux* | gnu* | *bsd*)
                        # Darwin, macOS, Linux, GNU HURD, and *BSD
                        mandir="/usr/share/man"
                        AMANDIR="/usr/share/man"
index 68ea115ceae2be044212274957c10f72c6059db1..02644296537bf80fcab22356dc0f36dba8d1dab1 100755 (executable)
--- a/configure
+++ b/configure
@@ -6466,7 +6466,7 @@ fi
 
 if test "$mandir" = "\${prefix}/man" -a "$prefix" = "/"; then
        case "$host_os_name" in
-               darwin* | linux | gnu | *bsd*)
+               darwin* | linux* | gnu* | *bsd*)
                        # Darwin, macOS, Linux, GNU HURD, and *BSD
                        mandir="/usr/share/man"
                        AMANDIR="/usr/share/man"