]> git.ipfire.org Git - thirdparty/cups.git/blame - configure.in
Make CUPS API threadsafe (STR #1276), replace FILE's with
[thirdparty/cups.git] / configure.in
CommitLineData
dec51c23 1dnl
c9d3f842 2dnl "$Id$"
dec51c23 3dnl
4dnl Configuration script for the Common UNIX Printing System (CUPS).
5dnl
c9d3f842 6dnl Copyright 1997-2005 by Easy Software Products, all rights reserved.
dec51c23 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
c9e6a22c 17dnl 44141 Airport View Drive, Suite 204
c9d3f842 18dnl Hollywood, Maryland 20636 USA
dec51c23 19dnl
9639c4de 20dnl Voice: (301) 373-9600
dec51c23 21dnl EMail: cups-info@cups.org
22dnl WWW: http://www.cups.org
23dnl
3a57cba8 24
25AC_INIT(cups/cups.h)
a810d5d8 26
753453e4 27sinclude(config-scripts/cups-opsys.m4)
28sinclude(config-scripts/cups-common.m4)
29sinclude(config-scripts/cups-directories.m4)
30sinclude(config-scripts/cups-manpages.m4)
a810d5d8 31
753453e4 32sinclude(config-scripts/cups-sharedlibs.m4)
33sinclude(config-scripts/cups-libtool.m4)
34sinclude(config-scripts/cups-compiler.m4)
45dec87e 35
753453e4 36sinclude(config-scripts/cups-image.m4)
37sinclude(config-scripts/cups-network.m4)
2c780061 38sinclude(config-scripts/cups-slp.m4)
39sinclude(config-scripts/cups-ssl.m4)
753453e4 40sinclude(config-scripts/cups-pam.m4)
03f61bf3 41sinclude(config-scripts/cups-threads.m4)
45dec87e 42
a87857fe 43MAKEDEFS="../Makedefs"
44AC_SUBST(MAKEDEFS)
45
3721af07 46sinclude(config-scripts/cups-scripting.m4)
47
b5365858 48AC_OUTPUT(Makedefs cups.list cups.sh cups.spec cups-config conf/cupsd.conf
57b39f02 49 conf/pam.std doc/index.html templates/edit-config.tmpl)
3a57cba8 50
753453e4 51chmod +x cups-config
3a57cba8 52
dec51c23 53dnl
c9d3f842 54dnl End of "$Id$".
dec51c23 55dnl