]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - configure.in
Load cups into easysw/current.
[thirdparty/cups.git] / configure.in
index 6942e28a43777fde44a9085e257ba44459db4957..15654e7b352c763127e253e8335ca47a412bd6c9 100644 (file)
@@ -1,5 +1,5 @@
 dnl
-dnl "$Id: configure.in 5182 2006-02-26 04:10:27Z 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
@@ -43,22 +43,21 @@ sinclude(config-scripts/cups-pam.m4)
 sinclude(config-scripts/cups-threads.m4)
 sinclude(config-scripts/cups-largefile.m4)
 sinclude(config-scripts/cups-launchd.m4)
-
-MAKEDEFS="../Makedefs"
-AC_SUBST(MAKEDEFS)
-
+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/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
+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/ja/header.tmpl)
+         templates/es/header.tmpl templates/ja/header.tmpl)
 
 chmod +x cups-config
 
 dnl
-dnl End of "$Id: configure.in 5182 2006-02-26 04:10:27Z mike $".
+dnl End of "$Id: configure.in 5310 2006-03-19 03:23:34Z mike $".
 dnl