From: Michael R Sweet Date: Sat, 17 Jun 2017 01:18:33 +0000 (-0400) Subject: Fix manpage test. X-Git-Tag: v2.2.4~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4466c8ca872932ea6f8d40fcbe8116d2dc85e3cc;p=thirdparty%2Fcups.git Fix manpage test. --- diff --git a/config-scripts/cups-manpages.m4 b/config-scripts/cups-manpages.m4 index 1af933d4e5..e693e3a552 100644 --- a/config-scripts/cups-manpages.m4 +++ b/config-scripts/cups-manpages.m4 @@ -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" diff --git a/configure b/configure index 68ea115cea..0264429653 100755 --- 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"