]> git.ipfire.org Git - thirdparty/cups.git/blame - config-scripts/cups-pap.m4
Load cups into easysw/current.
[thirdparty/cups.git] / config-scripts / cups-pap.m4
CommitLineData
a74454a7 1dnl
f7faf1f5 2dnl "$Id: cups-pam.m4 5466 2006-04-26 19:52:27Z mike $"
a74454a7 3dnl
4dnl PAP (AppleTalk) stuff for the Common UNIX Printing System (CUPS).
5dnl
bc44d920 6dnl Copyright 2007 by Apple Inc.
a74454a7 7dnl Copyright 2006 by Easy Software Products, all rights reserved.
8dnl
9dnl These coded instructions, statements, and computer programs are the
bc44d920 10dnl property of Apple Inc. and are protected by Federal copyright
11dnl law. Distribution and use rights are outlined in the file "LICENSE.txt"
12dnl which should have been included with this file. If this file is
13dnl file is missing or damaged, see the license at "http://www.cups.org/".
a74454a7 14dnl
15
16# Currently the PAP backend is only supported on MacOS X with the AppleTalk
17# SDK installed...
18PAP=""
19if test $uname = Darwin; then
20 PAP="pap"
21 AC_CHECK_HEADER(AppleTalk/at_proto.h)
22fi
23
24AC_SUBST(PAP)
25
26dnl
f7faf1f5 27dnl End of "$Id: cups-pam.m4 5466 2006-04-26 19:52:27Z mike $".
a74454a7 28dnl