dnl dnl "$Id: cups-pdf.m4 177 2006-06-21 00:20:03Z jlovell $" dnl dnl PDF filter configuration stuff for the Common UNIX Printing System (CUPS). dnl dnl Copyright 2006 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 AC_ARG_ENABLE(pdftops, [ --enable-pdftops build pdftops filter, default=auto ]) PDFTOPS="" if test "x$enable_pdftops" != xno; then AC_MSG_CHECKING(whether to build pdftops filter) if test "x$enable_pdftops" = xyes -o $uname != Darwin; then PDFTOPS="pdftops" AC_MSG_RESULT(yes) else AC_MSG_RESULT(no) fi fi AC_SUBST(PDFTOPS) dnl dnl End of "$Id: cups-pdf.m4 177 2006-06-21 00:20:03Z jlovell $". dnl