diff options
Diffstat (limited to 'config-scripts/cups-manpages.m4')
-rw-r--r-- | config-scripts/cups-manpages.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config-scripts/cups-manpages.m4 b/config-scripts/cups-manpages.m4 index 3a7afd73..67ab53e8 100644 --- a/config-scripts/cups-manpages.m4 +++ b/config-scripts/cups-manpages.m4 @@ -1,9 +1,9 @@ dnl -dnl "$Id: cups-manpages.m4 9771 2011-05-12 05:21:56Z mike $" +dnl "$Id: cups-manpages.m4 10424 2012-04-23 17:26:57Z mike $" dnl dnl Manpage stuff for CUPS. dnl -dnl Copyright 2007-2011 by Apple Inc. +dnl Copyright 2007-2012 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 @@ -68,7 +68,7 @@ case "$uname" in MAN8DIR=1m ;; Linux* | GNU* | Darwin*) - # Linux, GNU Hurd, and Mac OS X + # Linux, GNU Hurd, and OS X MAN1EXT=1.gz MAN5EXT=5.gz MAN7EXT=7.gz @@ -92,5 +92,5 @@ AC_SUBST(MAN8EXT) AC_SUBST(MAN8DIR) dnl -dnl End of "$Id: cups-manpages.m4 9771 2011-05-12 05:21:56Z mike $". +dnl End of "$Id: cups-manpages.m4 10424 2012-04-23 17:26:57Z mike $". dnl |