~ubuntu-branches/ubuntu/edgy/control-center/edgy

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-08-22 18:46:43 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20060822184643-hxbqib04031ek1bv
Tags: 1:2.15.92-0ubuntu1
* New upstream version:
  background:
  - fix "Background dialogue resizes when shown"
  common:
  - fix issues with the themes previews
  display:
  - free 'resolution' string after using it, not before
  mouse:
  - also display the default theme (though without a preview 
    for technical reasons)
  sound:
  - fix memory leak
  theme-switcher:
  - patches from "generate visible previews first"

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT([control-center], [2.15.91],
 
1
AC_INIT([control-center], [2.15.92],
2
2
        [http://bugzilla.gnome.org/enter_bug.cgi?product=control-center])
3
3
 
4
4
AC_CONFIG_MACRO_DIR([m4])
39
39
changequote([,])dnl
40
40
 
41
41
# Internationalization support
42
 
ALL_LINGUAS="af am ar az be bg bn bn_IN br bs ca cs cy da de dz el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka ko ku lt lv mg mk ml mn ms nb ne nl nn nso pa pl pt pt_BR ro ru rw sk sl sq sr sr@Latn sv ta te th tr uk vi wa xh zh_CN zh_HK zh_TW zu"
 
42
ALL_LINGUAS="af am ar az be bg bn bn_IN br bs ca cs cy da de dz el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka ko ku lt lv mg mk ml mn mr ms nb ne nl nn nso or pa pl pt pt_BR ro ru rw sk sl sq sr sr@Latn sv ta te th tr uk vi wa xh zh_CN zh_HK zh_TW zu"
43
43
 
44
44
GETTEXT_PACKAGE=control-center-2.0
45
45
AC_SUBST(GETTEXT_PACKAGE)