~ubuntu-branches/ubuntu/hardy/xfce4-session/hardy-proposed

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Jani Monoses
  • Date: 2006-05-16 10:49:46 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20060516104946-6s50ihaqpeuxpe2r
Tags: 4.3.90.1svn+r21697-0ubuntu1
* Upstream svn snapshot (translation updates and bugfixes, including 
  correct handling of autostart .desktop files - LP #42350, add thunar
  to default session)
* Provide the Xubuntu splash screen in addition to, not instead of
  the Xfce default one. Use new steel color theme for splash
* Copy the nice logout dialog icons from the Human theme
* Bump version and depends to 4.3.90.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dnl $Id: configure.in.in 19140 2005-12-28 15:24:46Z jasper $
 
1
dnl $Id: configure.in.in 21496 2006-05-04 22:12:21Z benny $
2
2
dnl
3
 
dnl Copyright (c) 2003-2005
 
3
dnl Copyright (c) 2003-2006
4
4
dnl         The Xfce development team. All rights reserved.
5
5
dnl
6
6
dnl Written for Xfce by Benedikt Meurer <benny@xfce.org>.
9
9
dnl Version information
10
10
m4_define([xfsm_version_major], [4])
11
11
m4_define([xfsm_version_minor], [3])
12
 
m4_define([xfsm_version_micro], [2])
13
 
m4_define([xfsm_version_build], [20111])
 
12
m4_define([xfsm_version_micro], [90])
 
13
m4_define([xfsm_version_nano], [2])
 
14
m4_define([xfsm_version_build], [21697])
14
15
m4_define([xfsm_version_tag], [svn])
15
 
m4_define([xfsm_version], [xfsm_version_major().xfsm_version_minor().xfsm_version_micro()ifelse(xfsm_version_build(), [], [], [xfsm_version_tag()[-r]xfsm_version_build()])])
 
16
m4_define([xfsm_version], [xfsm_version_major().xfsm_version_minor().xfsm_version_micro()ifelse(xfsm_version_nano(), [], [], [.xfsm_version_nano()])ifelse(xfsm_version_tag(), [svn], [xfsm_version_tag()[-r]xfsm_version_build()], [])])
16
17
 
17
18
dnl Initialize autoconf
18
 
AC_COPYRIGHT([Copyright (c) 2003-2005
 
19
AC_COPYRIGHT([Copyright (c) 2003-2006
19
20
        The Xfce development team. All rights reserved.
20
21
        
21
22
Written for Xfce by Benedikt Meurer <benny@xfce.org>.])
22
23
AC_INIT([xfce4-session], [xfsm_version], [xfce4-dev@xfce.org])
23
24
AC_PREREQ([2.50])
24
 
AC_REVISION([$Id: configure.in.in 19140 2005-12-28 15:24:46Z jasper $])
 
25
AC_REVISION([$Id: configure.in.in 21496 2006-05-04 22:12:21Z benny $])
25
26
AC_PROG_MAKE_SET()
26
27
 
27
28
dnl Initialize automake
64
65
LIBS="$ac_LIBS"
65
66
 
66
67
dnl Check for i18n support
67
 
XDT_I18N([ar az be bn_IN ca cs de el en_GB eo es es_MX et eu fa fi fr gu he \
68
 
          hi it ja ko lt mr ms nl nb_NO pa pl pt_BR pt_PT ro ru sv \
 
68
XDT_I18N([ar az be bn_IN ca cs de el en_GB eo es es_MX et eu fa fi fr gu \
 
69
          he hi hu it ja ko lt mr ms nl nb_NO pa pl pt_BR pt_PT ro ru sv \
69
70
          sk ta tr uk vi zh_CN zh_TW])
70
71
 
71
72
dnl Check for required packages
72
 
XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.2.0])
73
 
XDT_CHECK_PACKAGE([LIBXFCE4MCS_CLIENT], [libxfce4mcs-client-1.0], [4.2.0])
74
 
XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.2.0])
 
73
XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.90.2])
 
74
XDT_CHECK_PACKAGE([LIBXFCE4MCS_CLIENT], [libxfce4mcs-client-1.0], [4.3.90.1])
 
75
XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.90.2])
75
76
 
76
77
dnl Configure the MCS plugins
77
 
XDT_XFCE_MCS_PLUGIN([XFCE_MCS_MANAGER], [4.2.0])
 
78
XDT_XFCE_MCS_PLUGIN([XFCE_MCS_MANAGER], [4.3.90.2])
78
79
 
79
80
dnl Check for gnome support
80
81
XDT_CHECK_OPTIONAL_PACKAGE([GNOME], [libgnome-2.0], [2.4.0], [gnome],
82
83
 
83
84
dnl Check for dbus for hal support
84
85
XDT_CHECK_PACKAGE([DBUS], [dbus-1], [0.60])
 
86
 
85
87
dnl Check for debugging support
86
88
BM_DEBUG_SUPPORT()
87
89
 
182
184
engines/balou/themes/Makefile
183
185
engines/balou/themes/Default/Makefile
184
186
engines/mice/Makefile
 
187
engines/xubuntu/Makefile
185
188
engines/simple/Makefile
186
189
icons/Makefile
187
190
icons/48x48/Makefile