~ubuntu-branches/ubuntu/oneiric/gpe-expenses/oneiric

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Neil Williams
  • Date: 2007-12-07 00:08:39 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071207000839-sh6utdxr23ymhd8d
Tags: 0.1.4-1
* New upstream release
* use machine operable debian/copyright, migrate to standards 3.7.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
dnl Initialise
6
6
dnl ******************************
7
7
 
8
 
AC_INIT([gpe-expenses], [0.1.3], [http://lists.sourceforge.net/lists/listinfo/qof-devel])
 
8
AC_INIT([gpe-expenses], [0.1.4], [http://lists.sourceforge.net/lists/listinfo/qof-devel])
9
9
 
10
10
AC_PREFIX_DEFAULT(/usr/local)
11
11
AC_PREREQ(2.53)
17
17
AC_SUBST(VERSION)
18
18
AC_SUBST(PACKAGE)
19
19
 
20
 
LIBQOFEXPENSESVERSION=0:0:0
 
20
LIBQOFEXPENSESVERSION=0:1:0
21
21
 
22
22
AC_SUBST(LIBQOFEXPENSESVERSION)
23
23
 
30
30
AC_PROG_INTLTOOL
31
31
INTLTOOLIZE=${INTLTOOLIZE:-intltoolize}
32
32
 
33
 
DEP_MODULES="gtk+-2.0 >= 2.2"
34
 
PKG_CHECK_MODULES(DEPS, $DEP_MODULES)
35
 
AC_SUBST(DEPS_CFLAGS)
36
 
AC_SUBST(DEPS_LIBS)
 
33
dnl DEP_MODULES="gtk+-2.0 >= 2.2"
 
34
dnl PKG_CHECK_MODULES(DEPS, $DEP_MODULES)
 
35
dnl AC_SUBST(DEPS_CFLAGS)
 
36
dnl AC_SUBST(DEPS_LIBS)
37
37
 
38
38
dnl ******************************
39
39
dnl Checks for basic programs.
100
100
dnl ******************************
101
101
dnl Gtk
102
102
dnl ******************************
103
 
pkg_modules="gtk+-2.0 >= 2.0.0, libgpewidget >= 0.114, libgpepimc >= 0.6"
 
103
pkg_modules="gtk+-2.0 >= 2.2.0, libgpewidget >= 0.114, libgpepimc >= 0.6"
104
104
PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
105
105
 
106
106
dnl ******************************