~ubuntu-branches/ubuntu/precise/gutenprint/precise

« back to all changes in this revision

Viewing changes to test/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2009-08-14 10:06:24 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090814100624-agjl4bv8obqsjmkn
Tags: 5.2.4-0ubuntu1
* New upstream release
   - Added support for Canon PIXMA iX4000, Canon SELPHY CP-520, EPSON 
     Stylus Photo R2880, EPSON Stylus DX4000
   - Corrections for Epson PM-D600, Epson Stylus Photo R2400, EPSON Artisan
     700/800, Stylus Photo P/TX700/800 series
   - Name corrections for all Ricoh anmd OEM printers and for the
     EPSON Stylus Photo PX700W,EPSON Stylus Photo TX700W, EPSON Stylus Photo
     PX800FW, EPSON Stylus Photo TX800FW
   - The EPSON inkjet utility, escputil, now correctly prints the color name
     for low ink warnings.
   - Printing resolution names have been fixed in non-English locales
     in CUPS PPD files.
   - A Russian translation has been added.  The Danish and Italian
     translations have been updated.
   - Support has been added for L-size paper with tear-off borders.
   - The ordering of inks in quadtone ink sets on Epson printers has
     been corrected.  In addition, support has been added for MIS
     quadtone and 6 tone inks.
   - It is now possible to adjust the ink parameters for quadtone
     inks in CUPS.  Previously, these parameters could only be
     adjusted in the enhanced Print plugin for GIMP and other native
     Gutenprint applications.
   - Updating CUPS PPD files is now faster.
* debian/patches/20_fix_gimpprint_menu_entry.dpatch: Removed, was already
  deactivated for longer time.
* debian/patches/25_sync-ricoh-printer-names-with-openprinting.dpatch:
  Removed, applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
51
51
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/isc-posix.m4 \
52
52
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
53
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
54
 
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
55
 
        $(top_srcdir)/m4/stp.m4 $(top_srcdir)/m4/stp_cups.m4 \
56
 
        $(top_srcdir)/m4/stp_gimp.m4 $(top_srcdir)/m4/stp_option.m4 \
57
 
        $(top_srcdir)/m4/stp_release.m4 $(top_srcdir)/configure.ac
 
53
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
 
54
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
55
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
56
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
57
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/stp.m4 \
 
58
        $(top_srcdir)/m4/stp_cups.m4 $(top_srcdir)/m4/stp_gimp.m4 \
 
59
        $(top_srcdir)/m4/stp_option.m4 $(top_srcdir)/m4/stp_release.m4 \
 
60
        $(top_srcdir)/configure.ac
58
61
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59
62
        $(ACLOCAL_M4)
60
63
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
127
130
CUPS_CONFIG = @CUPS_CONFIG@
128
131
CUPS_LIBS = @CUPS_LIBS@
129
132
CUPS_PPD_PS_LEVEL = @CUPS_PPD_PS_LEVEL@
130
 
CXX = @CXX@
131
 
CXXCPP = @CXXCPP@
132
 
CXXDEPMODE = @CXXDEPMODE@
133
 
CXXFLAGS = @CXXFLAGS@
134
133
CYGPATH_W = @CYGPATH_W@
135
134
DB2HTML = @DB2HTML@
136
135
DB2PDF = @DB2PDF@
140
139
DIALOG = @DIALOG@
141
140
DOXYGEN = @DOXYGEN@
142
141
DSYMUTIL = @DSYMUTIL@
 
142
DUMPBIN = @DUMPBIN@
143
143
DVIPDF = @DVIPDF@
144
144
DVIPS = @DVIPS@
145
 
ECHO = @ECHO@
146
145
ECHO_C = @ECHO_C@
147
146
ECHO_N = @ECHO_N@
148
147
ECHO_T = @ECHO_T@
149
148
EGREP = @EGREP@
150
149
EXEEXT = @EXEEXT@
151
 
F77 = @F77@
152
 
FFLAGS = @FFLAGS@
 
150
FGREP = @FGREP@
153
151
FIND = @FIND@
154
152
FOOMATIC_CONFIGURE = @FOOMATIC_CONFIGURE@
155
153
FOOMATIC_KITLOAD = @FOOMATIC_KITLOAD@
194
192
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
195
193
INTLLIBS = @INTLLIBS@
196
194
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
195
LD = @LD@
197
196
LDFLAGS = @LDFLAGS@
198
197
LEX = @LEX@
199
198
LEXLIB = @LEXLIB@
205
204
LIBS = $(INTLLIBS) @LIBS@
206
205
LIBTOOL = @LIBTOOL@
207
206
LIBTOOL_DEPS = @LIBTOOL_DEPS@
 
207
LIPO = @LIPO@
208
208
LN_S = @LN_S@
209
209
LTALLOCA = @LTALLOCA@
210
210
LTLIBICONV = @LTLIBICONV@
217
217
MSGFMT = @MSGFMT@
218
218
MSGFMT_015 = @MSGFMT_015@
219
219
MSGMERGE = @MSGMERGE@
 
220
NM = @NM@
220
221
NMEDIT = @NMEDIT@
 
222
OBJDUMP = @OBJDUMP@
221
223
OBJEXT = @OBJEXT@
 
224
OTOOL = @OTOOL@
 
225
OTOOL64 = @OTOOL64@
222
226
PACKAGE = @PACKAGE@
223
227
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
224
228
PACKAGE_NAME = @PACKAGE_NAME@
252
256
abs_top_builddir = @abs_top_builddir@
253
257
abs_top_srcdir = @abs_top_srcdir@
254
258
ac_ct_CC = @ac_ct_CC@
255
 
ac_ct_CXX = @ac_ct_CXX@
256
 
ac_ct_F77 = @ac_ct_F77@
 
259
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
257
260
am__include = @am__include@
258
261
am__leading_dot = @am__leading_dot@
259
262
am__quote = @am__quote@
298
301
libexecdir = @libexecdir@
299
302
localedir = @localedir@
300
303
localstatedir = @localstatedir@
 
304
lt_ECHO = @lt_ECHO@
301
305
mandir = @mandir@
302
306
mkdir_p = @mkdir_p@
303
307
oldincludedir = @oldincludedir@
310
314
srcdir = @srcdir@
311
315
sysconfdir = @sysconfdir@
312
316
target_alias = @target_alias@
 
317
top_build_prefix = @top_build_prefix@
313
318
top_builddir = @top_builddir@
314
319
top_srcdir = @top_srcdir@
315
320
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include $(LOCAL_CPPFLAGS) $(GNUCFLAGS)