]> git.ipfire.org Git - thirdparty/cups.git/blame - configure.in
Load cups into easysw/current.
[thirdparty/cups.git] / configure.in
CommitLineData
ef416fc2 1dnl
e1d6a774 2dnl "$Id: configure.in 5310 2006-03-19 03:23:34Z mike $"
ef416fc2 3dnl
4dnl Configuration script for the Common UNIX Printing System (CUPS).
5dnl
fa73b229 6dnl Copyright 1997-2006 by Easy Software Products, all rights reserved.
ef416fc2 7dnl
8dnl These coded instructions, statements, and computer programs are the
9dnl property of Easy Software Products and are protected by Federal
10dnl copyright law. Distribution and use rights are outlined in the file
11dnl "LICENSE.txt" which should have been included with this file. If this
12dnl file is missing or damaged please contact Easy Software Products
13dnl at:
14dnl
15dnl Attn: CUPS Licensing Information
16dnl Easy Software Products
17dnl 44141 Airport View Drive, Suite 204
18dnl Hollywood, Maryland 20636 USA
19dnl
20dnl Voice: (301) 373-9600
21dnl EMail: cups-info@cups.org
22dnl WWW: http://www.cups.org
23dnl
24
25AC_INIT(cups/cups.h)
26
27sinclude(config-scripts/cups-opsys.m4)
28sinclude(config-scripts/cups-common.m4)
09ec0018 29sinclude(config-scripts/cups-defaults.m4)
ef416fc2 30sinclude(config-scripts/cups-directories.m4)
31sinclude(config-scripts/cups-manpages.m4)
32
33sinclude(config-scripts/cups-sharedlibs.m4)
34sinclude(config-scripts/cups-libtool.m4)
35sinclude(config-scripts/cups-compiler.m4)
36
37sinclude(config-scripts/cups-image.m4)
38sinclude(config-scripts/cups-network.m4)
39sinclude(config-scripts/cups-slp.m4)
b423cd4c 40sinclude(config-scripts/cups-ldap.m4)
ef416fc2 41sinclude(config-scripts/cups-ssl.m4)
42sinclude(config-scripts/cups-pam.m4)
43sinclude(config-scripts/cups-threads.m4)
44sinclude(config-scripts/cups-largefile.m4)
a4d04587 45sinclude(config-scripts/cups-launchd.m4)
e1d6a774 46sinclude(config-scripts/cups-pdf.m4)
ef416fc2 47sinclude(config-scripts/cups-scripting.m4)
48
e1d6a774 49AC_OUTPUT(Makedefs packaging/cups.list init/cups.sh init/cups-lpd cups-config
50 conf/cupsd.conf conf/pam.std doc/index.html
51 doc/es/index.html doc/ja/index.html
52 doc/help/standard.html man/client.conf.man
53 man/cups-deviced.man man/cups-driverd.man
54 man/cups-lpd.man man/cupsaddsmb.man man/cupsd.man
55 man/cupsd.conf.man man/lpoptions.man
bd7854cb 56 templates/edit-config.tmpl templates/header.tmpl
e1d6a774 57 templates/es/header.tmpl templates/ja/header.tmpl)
ef416fc2 58
59chmod +x cups-config
60
61dnl
e1d6a774 62dnl End of "$Id: configure.in 5310 2006-03-19 03:23:34Z mike $".
ef416fc2 63dnl