~raof/f-spot/edit-mode

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-30 14:45:16 UTC
  • mfrom: (2.3.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090930144516-xhmerfkcq4w0qn46
Tags: 0.6.1.3-1ubuntu1
debian/rules: update translation template

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT(F-Spot, 0.6.1.2)
 
1
AC_INIT(F-Spot, 0.6.1.3)
2
2
AC_CONFIG_SRCDIR(src/main.cs)
3
3
 
4
4
AM_CONFIG_HEADER(config.h)
125
125
AC_SUBST(BEAGLE_DIR)
126
126
AC_SUBST(LINK_BEAGLE)
127
127
 
128
 
AC_SUBST(CSC_DEFINES)
129
128
 
130
129
dnl -- dbus-sharp: link or bundle ?
131
130
PKG_CHECK_MODULES(NDESK_DBUS, ndesk-dbus-1.0 >= $NDESK_DBUS_REQUIRED ndesk-dbus-glib-1.0 >= $NDESK_DBUS_GLIB_REQUIRED,
197
196
 
198
197
PKG_CHECK_MODULES(LIBGPHOTO2, libgphoto2 >= 2.1.4)
199
198
 
 
199
if pkg-config --atleast-version=2.4 libgphoto2; then
 
200
        CSC_DEFINES="$CSC_DEFINES -d:GPHOTO2_2_4"
 
201
fi
 
202
 
 
203
AC_SUBST(CSC_DEFINES)
 
204
 
200
205
dnl --- libexif version check
201
206
 
202
207
LIBEXIF_API_CHANGE=0.6.0