diff options
author | Didier Raboud <odyx@debian.org> | 2012-10-25 21:07:57 +0200 |
---|---|---|
committer | Didier Raboud <odyx@debian.org> | 2012-10-25 21:07:57 +0200 |
commit | 81ab83f382660bc7980ae954725c4ebf28764b03 (patch) | |
tree | 523268f698a63a8fd44f3491d94d140266b2403b /config-scripts/cups-manpages.m4 | |
parent | a75966e33dbc3e3e096338fd332f515cb313b58a (diff) | |
download | cups-upstream/1.6.0.tar.gz |
Imported Upstream version 1.6.0upstream/1.6.0
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 |