~ubuntu-branches/ubuntu/quantal/cups-filters/quantal-proposed

« back to all changes in this revision

Viewing changes to config-scripts/cups-compiler.m4

  • Committer: Package Import Robot
  • Author(s): Till Kamppeter, Till Kamppeter, Martin Pitt
  • Date: 2012-03-30 08:49:48 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120330084948-7h3u3zfikkvuywmk
Tags: 1.0.11-1
[ Till Kamppeter ]
* New upstream release
   - Updated all code copied from Poppler to the current state of Poppler,
     to fix any bugs or security vulnerabilities which were in that
     Poppler code.
   - Made Poppler-based PDF filters building with various versions of
     Poppler.
   - Deactivated NIME conversion rules which are not used by the PDF-
     based printing workflow.
   - Added generic PPD for native PDF printers.
   - Cleaned up sample PPD file HP-Color_LaserJet_CM3530_MFP-PDF.ppd.
   - imagetopdf: Added support for native PDF printers.
   - imagetopdf, imagetoraster: Let image input "scale to fit"
     by default. This makes photo printing via AirPrint work,
     as the iOS devices send JPEG but do not allow setting options.
   - pdftops: Generally do not compress fonts and images, and
     also do not do CCITT compression for bitmap glyphs to make
     the PostScript output more compatible with buggy PostScript
     interpreters. The output gets 30-50% longer but will work on
     many more different printer models. Problems were also
     discovered on HP and not only on Brother (LP: #960666).

[ Martin Pitt ]
* Drop debian/patches/poppler-pre-0.18.patch and patch machinery around it.
  It's not necessary with the current upstream version any more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
                        OPTIM="-Wshadow $OPTIM"
100
100
                        CFLAGS="-Werror-implicit-function-declaration $CFLAGS"
101
101
                        PHPOPTIONS="-Wno-shadow"
102
 
                else
103
 
                        AC_MSG_CHECKING(if GCC supports -Wno-tautological-compare)
104
 
                        OLDCFLAGS="$CFLAGS"
105
 
                        CFLAGS="$CFLAGS -Werror -Wno-tautological-compare"
106
 
                        AC_TRY_COMPILE(,,
107
 
                                [OPTIM="$OPTIM -Wno-tautological-compare"
108
 
                                AC_MSG_RESULT(yes)],
109
 
                                AC_MSG_RESULT(no))
110
 
                        CFLAGS="$OLDCFLAGS"
 
102
                #else
 
103
                        #AC_MSG_CHECKING(if GCC supports -Wno-tautological-compare)
 
104
                        #OLDCFLAGS="$CFLAGS"
 
105
                        #CFLAGS="$CFLAGS -Werror -Wno-tautological-compare"
 
106
                        #AC_TRY_COMPILE(,,
 
107
                        #       [OPTIM="$OPTIM -Wno-tautological-compare"
 
108
                        #       AC_MSG_RESULT(yes)],
 
109
                        #       AC_MSG_RESULT(no))
 
110
                        #CFLAGS="$OLDCFLAGS"
111
111
                fi
112
112
        fi
113
113