~ubuntu-branches/debian/sid/inkscape/sid

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2013-06-21 15:13:32 UTC
  • mfrom: (10.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130621151332-uo22shomzjut843h
Tags: 0.48.4-1
* Upload to unstable
* debian/control: added myself to Uploaders
* debian/patches/: patchset updated
  - 04-Fix_FTBFS_on_gcc-4.8.patch added (Closes: #701297)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
# `dpkg --compare-versions'.  (ii) We don't always know what the next
8
8
# version is going to be called until about the time we release it
9
9
# (whereas we always know what the previous version was called).
10
 
AC_INIT(inkscape, 0.48.3.1)
 
10
AC_INIT(inkscape, 0.48.4)
11
11
 
12
12
AC_CANONICAL_HOST
13
13
AC_CONFIG_SRCDIR([src/main.cpp])
580
580
        AC_DEFINE(POPPLER_NEW_GFXFONT, 1, [Use GfxFont from Poppler >= 0.8.3])
581
581
fi
582
582
 
 
583
PKG_CHECK_MODULES(POPPLER_NEWERRORAPI, poppler >= 0.20.0, popplernewerror=yes, popplernewerror=no)
 
584
if test "x$popplernewerror" = "xyes"; then
 
585
        AC_DEFINE(POPPLER_NEW_ERRORAPI, 1, [Use new error API from Poppler >= 0.20.0])
 
586
fi
 
587
 
 
588
 
583
589
ink_svd_CPPFLAGS=$CPPFLAGS
584
590
ink_svd_LIBS=$LIBS
585
591
CPPFLAGS="$CPPFLAGS $POPPLER_CFLAGS"