]> git.ipfire.org Git - thirdparty/cups.git/blame - configure.in
Revise licenses for OpenSSL exception requested by Debian folks...
[thirdparty/cups.git] / configure.in
CommitLineData
dec51c23 1dnl
e193bc2c 2dnl "$Id: configure.in,v 1.105 2002/01/24 18:51:04 mike Exp $"
dec51c23 3dnl
4dnl Configuration script for the Common UNIX Printing System (CUPS).
5dnl
efb2f309 6dnl Copyright 1997-2002 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
dec51c23 18dnl Hollywood, Maryland 20636-3111 USA
19dnl
20dnl Voice: (301) 373-9603
21dnl EMail: cups-info@cups.org
22dnl WWW: http://www.cups.org
23dnl
3a57cba8 24
25AC_INIT(cups/cups.h)
a810d5d8 26
ee1fd936 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
ee1fd936 32sinclude(config-scripts/cups-sharedlibs.m4)
33sinclude(config-scripts/cups-libtool.m4)
279a561d 34sinclude(config-scripts/cups-compiler.m4)
45dec87e 35
ee1fd936 36sinclude(config-scripts/cups-image.m4)
37sinclude(config-scripts/cups-network.m4)
1012752f 38sinclude(config-scripts/cups-openslp.m4)
88ad4851 39sinclude(config-scripts/cups-openssl.m4)
ee1fd936 40sinclude(config-scripts/cups-pam.m4)
7517e57e 41
e193bc2c 42AC_OUTPUT(Makedefs cups.list cups.sh cups-config conf/cupsd.conf)
6af143f3 43
44chmod +x cups-config
3a57cba8 45
dec51c23 46dnl
e193bc2c 47dnl End of "$Id: configure.in,v 1.105 2002/01/24 18:51:04 mike Exp $".
dec51c23 48dnl