~ubuntu-branches/ubuntu/karmic/sugar-toolkit/karmic

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-12-03 23:48:42 UTC
  • mfrom: (1.1.2 upstream) (0.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20081203234842-guzkdy09koa7dc6p
Tags: 0.82.11-6
Add patch 0001 to fix locale path for system activities. Closes:
bug#507719.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT([sugar-toolkit],[0.82.0],[],[sugar-toolkit])
 
1
AC_INIT([sugar-toolkit],[0.82.11],[],[sugar-toolkit])
2
2
 
3
3
AC_PREREQ([2.59])
4
4
 
10
10
AC_DISABLE_STATIC
11
11
AC_PROG_LIBTOOL
12
12
 
 
13
GNOME_COMPILE_WARNINGS(maximum)
 
14
 
13
15
AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
14
16
 
15
17
AM_PATH_PYTHON
17
19
 
18
20
AC_PATH_PROG(PYGTK_CODEGEN, pygtk-codegen-2.0, no)
19
21
 
20
 
PKG_CHECK_MODULES(EXT, pygtk-2.0 gtk+-2.0)
 
22
PKG_CHECK_MODULES(EXT, pygtk-2.0 gtk+-2.0 sm ice alsa)
21
23
 
22
24
PYGTK_DEFSDIR=`$PKG_CONFIG --variable=defsdir pygtk-2.0`
23
25
AC_SUBST(PYGTK_DEFSDIR)