~ubuntu-branches/ubuntu/karmic/tasks/karmic

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Ross Burton
  • Date: 2007-08-13 21:23:04 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070813212304-lygqq9gtx4g548w9
Tags: 0.11-1
* New upstream release
  - Fix crash when deleting tasks (Fixes: #437097)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ(2.52)
2
 
AC_INIT(tasks, 0.9, http://o-hand.com)
 
2
AC_INIT(tasks, 0.11, http://o-hand.com)
3
3
AC_CONFIG_SRCDIR(libkoto/koto-task-store.c)
4
4
AC_CONFIG_HEADERS([libkoto/config.h])
5
5
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
7
7
AM_DISABLE_STATIC
8
8
AC_PROG_CPP
9
9
AC_PROG_CC
 
10
AM_PROG_CC_C_O
10
11
AC_PROG_RANLIB
11
12
 
 
13
GNOME_COMPILE_WARNINGS
 
14
 
12
15
IT_PROG_INTLTOOL([0.33.0])
13
16
 
14
17
GETTEXT_PACKAGE=tasks
48
51
                                      [hildon-libs >= 0.12.0,
49
52
                                       dbus-1, 
50
53
                                       libosso, 
51
 
                                       libosso-gsf-1],
 
54
                                       libossomime],
52
55
                                       hildon=true, hildon=false)
53
56
                  fi])
54
57
 
100
103
fi
101
104
 
102
105
if test "x$hildon" = "xtrue" ; then
103
 
  AC_MSG_NOTICE([Building Hildon frontent])
 
106
  AC_MSG_NOTICE([Building Hildon frontend])
104
107
fi
105
 
 
106