]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config-scripts/cups-manpages.m4
Load cups into easysw/current.
[thirdparty/cups.git] / config-scripts / cups-manpages.m4
index 6a887d13d002b69359c2e6dfeb33d318bbd60989..13881c5bfd93f3340db976d7cc8e4618ccb7de14 100644 (file)
@@ -1,28 +1,25 @@
 dnl
-dnl "$Id: cups-manpages.m4 4833 2005-11-12 21:46:52Z mike $"
+dnl "$Id: cups-manpages.m4 6649 2007-07-11 21:46:42Z mike $"
 dnl
 dnl   Manpage stuff for the Common UNIX Printing System (CUPS).
 dnl
-dnl   Copyright 1997-2005 by Easy Software Products, all rights reserved.
+dnl   Copyright 2007 by Apple Inc.
+dnl   Copyright 1997-2006 by Easy Software Products, all rights reserved.
 dnl
 dnl   These coded instructions, statements, and computer programs are the
-dnl   property of Easy Software Products and are protected by Federal
-dnl   copyright law.  Distribution and use rights are outlined in the file
-dnl   "LICENSE.txt" which should have been included with this file.  If this
-dnl   file is missing or damaged please contact Easy Software Products
-dnl   at:
-dnl
-dnl       Attn: CUPS Licensing Information
-dnl       Easy Software Products
-dnl       44141 Airport View Drive, Suite 204
-dnl       Hollywood, Maryland 20636 USA
-dnl
-dnl       Voice: (301) 373-9600
-dnl       EMail: cups-info@cups.org
-dnl         WWW: http://www.cups.org
+dnl   property of Apple Inc. and are protected by Federal copyright
+dnl   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
+dnl   which should have been included with this file.  If this file is
+dnl   file is missing or damaged, see the license at "http://www.cups.org/".
 dnl
 
 dnl Fix "mandir" variable...
+if test "$mandir" = "\${datarootdir}/man" -a "$prefix" = "/"; then
+       # New GNU "standards" break previous ones, so make sure we use
+       # the right default location for the operating system...
+       mandir="\${prefix}/man"
+fi
+
 if test "$mandir" = "\${prefix}/man" -a "$prefix" = "/"; then
        case "$uname" in
                Darwin* | Linux | GNU | *BSD* | AIX*)
@@ -58,6 +55,7 @@ case "$uname" in
                # *BSD
                MAN1EXT=1
                MAN5EXT=5
+               MAN7EXT=7
                MAN8EXT=8
                MAN8DIR=8
                ;;
@@ -65,6 +63,7 @@ case "$uname" in
                # SGI IRIX
                MAN1EXT=1
                MAN5EXT=5
+               MAN7EXT=7
                MAN8EXT=1m
                MAN8DIR=1
                ;;
@@ -72,6 +71,7 @@ case "$uname" in
                # Solaris and HP-UX
                MAN1EXT=1
                MAN5EXT=5
+               MAN7EXT=7
                MAN8EXT=1m
                MAN8DIR=1m
                ;;
@@ -79,6 +79,7 @@ case "$uname" in
                # Linux and GNU Hurd
                MAN1EXT=1.gz
                MAN5EXT=5.gz
+               MAN7EXT=7.gz
                MAN8EXT=8.gz
                MAN8DIR=8
                ;;
@@ -86,6 +87,7 @@ case "$uname" in
                # All others
                MAN1EXT=1
                MAN5EXT=5
+               MAN7EXT=7
                MAN8EXT=8
                MAN8DIR=8
                ;;
@@ -93,9 +95,10 @@ esac
 
 AC_SUBST(MAN1EXT)
 AC_SUBST(MAN5EXT)
+AC_SUBST(MAN7EXT)
 AC_SUBST(MAN8EXT)
 AC_SUBST(MAN8DIR)
 
 dnl
-dnl End of "$Id: cups-manpages.m4 4833 2005-11-12 21:46:52Z mike $".
+dnl End of "$Id: cups-manpages.m4 6649 2007-07-11 21:46:42Z mike $".
 dnl