~ubuntu-branches/ubuntu/intrepid/gnome-photo-printer/intrepid

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Michael Schlueter
  • Date: 2006-12-04 20:34:59 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061204203459-iezl9zaj52l0ufb4
Tags: 0.6.7-1
* New upstream release
* Bug fix: "gnome-photo-printer: changing bottom margin has no effect on
  output", thanks to Rick Pasotto (Closes: #394545).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
dnl (Process this file with autoconf to produce a configure script.)
5
5
AC_REVISION($Revision$)dnl
6
6
 
7
 
AC_INIT(gnome-photo-printer,0.6.5,sv@fogman.de,gpp)
 
7
AC_INIT(gnome-photo-printer,0.6.7,sv@fogman.de,gpp)
8
8
AC_PREREQ(2.57)
9
9
AC_CONFIG_SRCDIR(src/gpp.c)
10
10
AM_CONFIG_HEADER(config.h)
33
33
        libgnomeprint-2.2 \
34
34
        libgnomeprintui-2.2 \
35
35
        gnome-vfs-module-2.0 \
 
36
        gmodule-2.0 \
36
37
"
37
38
 
38
39
for module in $gnome_modules
48
49
EXTRA_GNOME_CFLAGS=`pkg-config --cflags $gnome_modules`
49
50
EXTRA_GNOME_LIBS=`pkg-config --libs $gnome_modules`
50
51
 
51
 
CFLAGS="$CFLAGS $EXTRA_GNOME_CFLAGS"
 
52
CFLAGS="$CFLAGS $EXTRA_GNOME_CFLAGS -g -O0 -Wall"
52
53
LDFLAGS="$LDFLAGS $EXTRA_GNOME_LIBS"
53
54
 
54
55
dnl These should be $pkgdatadir & pkglibdir, but that would make the