~ubuntu-branches/ubuntu/precise/xfce4-power-manager/precise

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2009-10-02 20:15:41 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20091002201541-ognqyxyov51epj84
Tags: 0.8.4-1ubuntu1
* New upstream bugfix release (LP: #438754), merge from Debian unstable,
  remaining Ubuntu changes:
  - debian/patches:
    + xubuntu-use-notification-icons.patch: use our notification-* icons for
      notification bubbles instead of the normal ones LP: #437374
    + 10_pc.patch: added patched files to POTFILES.skip
    + series: created, with these two patches
  - debian/rules: add --with quilt
  - debian/control: build-depends on quilt (>= 0.46-7).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dnl *** This file is automatically generated from configure.ac.in ***
2
 
dnl *** DO NOT EDIT! ***
3
 
 
4
1
m4_define([intltool_minimum_version], [0.31])
5
2
m4_define([xfpm_version_major],  [0])
6
3
m4_define([xfpm_version_minor],  [8])
7
 
m4_define([xfpm_version_micro],  [3.1])
 
4
m4_define([xfpm_version_micro],  [4])
8
5
m4_define([xfpm_version_build],  [])
9
6
m4_define([xfpm_version_tag],[])
10
 
m4_define([xfpm_version], [xfpm_version_major().xfpm_version_minor().xfpm_version_micro()ifelse(xfpm_version_tag(), [svn], [xfpm_version_tag().xfpm_version_build()], [xfpm_version_tag()])])
 
7
m4_define([xfpm_version], [xfpm_version_major().xfpm_version_minor().xfpm_version_micro()ifelse(xfpm_version_tag(), [git], [xfpm_version_tag().xfpm_version_build()], [xfpm_version_tag()])])
11
8
 
12
9
AC_INIT([xfce4-power-manager], [xfpm_version], [http://bugzilla.xfce.org/])
13
10
AC_PREREQ(2.50)
50
47
#               Check for i18n support                  #
51
48
# ===================================================== #
52
49
 
53
 
XDT_I18N([ca cs da de el es et eu fi fr gl id it ja nb nl pt_BR pt ru sv tr uk ur ur_PK zh_CN ])
 
50
XDT_I18N([ast ca cs da de el es et eu fi fr gl id it ja nb nl pt_BR pt ru sv tr uk ur ur_PK zh_CN ])
54
51
 
55
52
#==================================================== #
56
53
#          Check for required packages                #