]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - configure.in
Mirror fix from trunk.
[thirdparty/cups.git] / configure.in
index f35274b028da4047f7a445639d71d91ddd8a1047..c9bde67004cdbe68be9c4db9246a5965e4cc2506 100644 (file)
@@ -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