]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - configure.in
Load cups into easysw/current.
[thirdparty/cups.git] / configure.in
index bfbe2cd8d12cce4544c1f376da115ac861f54ff6..c52453f83e83c0690b0182a9696a2fefce88677e 100644 (file)
@@ -1,25 +1,16 @@
 dnl
-dnl "$Id: configure.in 6566 2007-06-18 23:56:23Z mike $"
+dnl "$Id: configure.in 6649 2007-07-11 21:46:42Z mike $"
 dnl
 dnl   Configuration script for the Common UNIX Printing System (CUPS).
 dnl
+dnl   Copyright 2007 by Apple Inc.
 dnl   Copyright 1997-2007 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
 
 AC_INIT(cups/cups.h)
@@ -76,8 +67,8 @@ AC_SUBST(INSTALL_LANGUAGES)
 AC_SUBST(UNINSTALL_LANGUAGES)
 
 AC_OUTPUT(Makedefs packaging/cups.list init/cups.sh init/cups-lpd cups-config
-         conf/cupsd.conf conf/mime.convs conf/pam.std doc/index.html
-         doc/help/ref-cupsd-conf.html doc/help/standard.html
+         conf/cupsd.conf conf/mime.convs conf/pam.std conf/snmp.conf
+         doc/index.html doc/help/ref-cupsd-conf.html doc/help/standard.html
          man/client.conf.man man/cups-deviced.man man/cups-driverd.man
          man/cups-lpd.man man/cupsaddsmb.man man/cupsd.man
          man/cupsd.conf.man man/lpoptions.man
@@ -87,5 +78,5 @@ AC_OUTPUT(Makedefs packaging/cups.list init/cups.sh init/cups-lpd cups-config
 chmod +x cups-config
 
 dnl
-dnl End of "$Id: configure.in 6566 2007-06-18 23:56:23Z mike $".
+dnl End of "$Id: configure.in 6649 2007-07-11 21:46:42Z mike $".
 dnl