~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-12-04 16:13:45 UTC
  • mfrom: (6.2.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091204161345-pkcz5rs7pudco2hl
Tags: 0.8.4.2-1ubuntu1
* Merge from Debian testing, 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~)
  - debian/README.source: added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dnl
 
2
dnl This file was autogenerated from "configure.ac.in".
 
3
dnl Edit that file instead!
 
4
dnl
 
5
 
1
6
m4_define([intltool_minimum_version], [0.31])
2
7
m4_define([xfpm_version_major],  [0])
3
8
m4_define([xfpm_version_minor],  [8])
4
 
m4_define([xfpm_version_micro],  [4])
5
 
m4_define([xfpm_version_build],  [])
 
9
m4_define([xfpm_version_micro],  [4.2])
 
10
m4_define([xfpm_version_build],  [454a6d2])
6
11
m4_define([xfpm_version_tag],[])
7
12
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()])])
8
13
 
11
16
 
12
17
AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
13
18
AM_CONFIG_HEADER([config.h])
14
 
AM_MAINTAINER_MODE
 
19
AM_MAINTAINER_MODE()
 
20
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
15
21
 
16
 
# ===================================================== #
17
 
#               Check for UNIX variants                 #
18
 
# ===================================================== #
19
 
AC_AIX
20
 
AC_ISC_POSIX
21
 
AC_MINIX
 
22
AC_USE_SYSTEM_EXTENSIONS()
22
23
 
23
24
# ===================================================== #
24
25
#               Basic compiler settings                 #
25
26
# ===================================================== #
26
 
AC_PROG_CC
27
 
AM_PROG_CC_C_O
28
 
AC_PROG_LD
29
 
AC_PROG_INSTALL
 
27
AC_PROG_CC()
 
28
AM_PROG_CC_C_O()
 
29
AC_PROG_LD()
 
30
AC_PROG_INSTALL()
30
31
AC_PROG_INTLTOOL([intltool_minimum_version], [no-xml])
31
32
 
32
33
# ===================================================== #
33
34
#               Initialize libtool                      #
34
35
# ===================================================== #
35
 
AC_DISABLE_STATIC
36
 
AC_PROG_LIBTOOL
 
36
AC_DISABLE_STATIC()
 
37
AC_PROG_LIBTOOL()
37
38
 
38
39
# ==================================================== #
39
40
#   Check for headers needed for standard interfaces   #
40
41
# ==================================================== #
41
 
AC_HEADER_STDC
 
42
AC_HEADER_STDC()
42
43
AC_CHECK_HEADERS([errno.h signal.h stddef.h \
43
44
                  string.h sys/stat.h sys/types.h sys/wait.h time.h \
44
45
                  unistd.h])
47
48
#               Check for i18n support                  #
48
49
# ===================================================== #
49
50
 
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 ])
 
51
XDT_I18N([ast ca cs da de el es et eu fi fr gl hu id it ja nb nl pt pt_BR ru sk sv tr uk ur ur_PK zh_CN ])
51
52
 
52
53
#==================================================== #
53
54
#          Check for required packages                #