X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=configure.in;h=c9bde67004cdbe68be9c4db9246a5965e4cc2506;hb=7416dfe99a59dda6e39920e13355209f42ebdfb5;hp=f35274b028da4047f7a445639d71d91ddd8a1047;hpb=a2326b5b72c5117a00d4342dde8e4d20ff41defe;p=thirdparty%2Fcups.git diff --git a/configure.in b/configure.in index f35274b02..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-2011 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,7 +20,6 @@ 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) @@ -61,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 @@ -68,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 @@ -90,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