]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - configure.in
Merge changes from CUPS trunk, r6739.
[thirdparty/cups.git] / configure.in
index c52453f83e83c0690b0182a9696a2fefce88677e..ec142509d528cf77f3da253b6aa79aada4017d40 100644 (file)
@@ -1,5 +1,5 @@
 dnl
-dnl "$Id: configure.in 6649 2007-07-11 21:46:42Z mike $"
+dnl "$Id: configure.in 6717 2007-07-24 23:47:12Z mike $"
 dnl
 dnl   Configuration script for the Common UNIX Printing System (CUPS).
 dnl
@@ -53,10 +53,6 @@ if test "x$LANGUAGES" != x; then
                        LANGFILES="$LANGFILES doc/$lang/index.html"
                fi
 
-               if test -f templates/$lang/edit-config.tmpl.in; then
-                       LANGFILES="$LANGFILES templates/$lang/edit-config.tmpl"
-               fi
-
                if test -f templates/$lang/header.tmpl.in; then
                        LANGFILES="$LANGFILES templates/$lang/header.tmpl"
                fi
@@ -69,14 +65,15 @@ AC_SUBST(UNINSTALL_LANGUAGES)
 AC_OUTPUT(Makedefs packaging/cups.list init/cups.sh init/cups-lpd cups-config
          conf/cupsd.conf conf/mime.convs conf/pam.std conf/snmp.conf
          doc/index.html doc/help/ref-cupsd-conf.html doc/help/standard.html
+         init/org.cups.cups-lpd.plist
          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/header.tmpl
          $LANGFILES)
 
 chmod +x cups-config
 
 dnl
-dnl End of "$Id: configure.in 6649 2007-07-11 21:46:42Z mike $".
+dnl End of "$Id: configure.in 6717 2007-07-24 23:47:12Z mike $".
 dnl