X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=configure.in;h=c9bde67004cdbe68be9c4db9246a5965e4cc2506;hb=75b9ea1c3aff1a81902083831fb61d29c2dd6704;hp=60702956a2615923ed2a31ac42a510b01431c558;hpb=a48458814a4c26a6430b27105c0ab747c907473f;p=thirdparty%2Fcups.git diff --git a/configure.in b/configure.in index 60702956a..c9bde6700 100644 --- a/configure.in +++ b/configure.in @@ -1,9 +1,9 @@ dnl -dnl "$Id: configure.in 7833 2008-08-04 20:55:13Z mike $" +dnl "$Id$" dnl dnl Configuration script for CUPS. dnl -dnl Copyright 2007-2010 by Apple Inc. +dnl Copyright 2007-2012 by Apple Inc. dnl Copyright 1997-2007 by Easy Software Products, all rights reserved. dnl dnl These coded instructions, statements, and computer programs are the @@ -20,16 +20,13 @@ sinclude(config-scripts/cups-common.m4) sinclude(config-scripts/cups-directories.m4) sinclude(config-scripts/cups-manpages.m4) -sinclude(config-scripts/cups-3264.m4) sinclude(config-scripts/cups-sharedlibs.m4) sinclude(config-scripts/cups-libtool.m4) sinclude(config-scripts/cups-compiler.m4) sinclude(config-scripts/cups-network.m4) sinclude(config-scripts/cups-poll.m4) -sinclude(config-scripts/cups-slp.m4) sinclude(config-scripts/cups-gssapi.m4) -sinclude(config-scripts/cups-ldap.m4) sinclude(config-scripts/cups-threads.m4) sinclude(config-scripts/cups-ssl.m4) sinclude(config-scripts/cups-pam.m4) @@ -63,6 +60,7 @@ AC_SUBST(INSTALL_LANGUAGES) AC_SUBST(UNINSTALL_LANGUAGES) AC_OUTPUT(Makedefs + conf/cups-files.conf conf/cupsd.conf conf/mime.convs conf/pam.std @@ -70,13 +68,15 @@ AC_OUTPUT(Makedefs cups-config data/testprint desktop/cups.desktop + doc/help/ref-cups-files-conf.html doc/help/ref-cupsd-conf.html - doc/help/standard.html doc/index.html man/client.conf.man man/cups-deviced.man man/cups-driverd.man + man/cups-files.conf.man man/cups-lpd.man + man/cups-snmp.man man/cupsaddsmb.man man/cupsd.conf.man man/cupsd.man @@ -92,5 +92,5 @@ AC_OUTPUT(Makedefs chmod +x cups-config dnl -dnl End of "$Id: configure.in 7833 2008-08-04 20:55:13Z mike $". +dnl End of "$Id$". dnl