]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - configure.in
Load cups into easysw/current.
[thirdparty/cups.git] / configure.in
index 58dff5694ff0badfcf4b9891037a847ab64bb4f4..15654e7b352c763127e253e8335ca47a412bd6c9 100644 (file)
@@ -1,5 +1,5 @@
 dnl
-dnl "$Id: configure.in 5008 2006-01-27 19:30:34Z mike $"
+dnl "$Id: configure.in 5310 2006-03-19 03:23:34Z mike $"
 dnl
 dnl   Configuration script for the Common UNIX Printing System (CUPS).
 dnl
@@ -37,23 +37,27 @@ sinclude(config-scripts/cups-compiler.m4)
 sinclude(config-scripts/cups-image.m4)
 sinclude(config-scripts/cups-network.m4)
 sinclude(config-scripts/cups-slp.m4)
+sinclude(config-scripts/cups-ldap.m4)
 sinclude(config-scripts/cups-ssl.m4)
 sinclude(config-scripts/cups-pam.m4)
 sinclude(config-scripts/cups-threads.m4)
 sinclude(config-scripts/cups-largefile.m4)
-
-MAKEDEFS="../Makedefs"
-AC_SUBST(MAKEDEFS)
-
+sinclude(config-scripts/cups-launchd.m4)
+sinclude(config-scripts/cups-pdf.m4)
 sinclude(config-scripts/cups-scripting.m4)
 
-AC_OUTPUT(Makedefs packaging/cups.list init/cups.sh cups-config
-          conf/cupsd.conf conf/pam.std doc/index.html
-         doc/help/standard.html templates/edit-config.tmpl
-         templates/header.tmpl)
+AC_OUTPUT(Makedefs packaging/cups.list init/cups.sh init/cups-lpd cups-config
+         conf/cupsd.conf conf/pam.std doc/index.html
+         doc/es/index.html doc/ja/index.html
+         doc/help/standard.html man/client.conf.man
+         man/cups-deviced.man man/cups-driverd.man
+         man/cups-lpd.man man/cupsaddsmb.man man/cupsd.man
+         man/cupsd.conf.man man/lpoptions.man
+         templates/edit-config.tmpl templates/header.tmpl
+         templates/es/header.tmpl templates/ja/header.tmpl)
 
 chmod +x cups-config
 
 dnl
-dnl End of "$Id: configure.in 5008 2006-01-27 19:30:34Z mike $".
+dnl End of "$Id: configure.in 5310 2006-03-19 03:23:34Z mike $".
 dnl