~ubuntu-branches/ubuntu/trusty/xfce4-indicator-plugin/trusty

« back to all changes in this revision

Viewing changes to .pc/01_search-for-indicator-0.4-pc.patch/configure.in

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2011-10-30 18:50:42 UTC
  • mfrom: (1.1.4) (3.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20111030185042-2n4km6kcz37dpyd5
Tags: 0.4.0-0ubuntu1
* Upload pkg-xfce svn r6172 to precise, no remaining Ubuntu change:
  - debian/patches:
    + 03_attach-button-to-menu-right-at-the-beginning.patch,
      02_fix-menu-position.patch, 01_search-for-indicator-0.4-pc.patch,
      xubuntu_exclude-modules.patch: dropped, included upstream.
* Bugs fixed by this new upstream release:
  - "Scrolling the mousewheel over the sound-indicator doesn't adjust the
    volume". lp: #879928
  - "xfce4-indicator-plugin does not update output". lp: #852017

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dnl
2
 
dnl This file was autogenerated from "configure.in.in".
3
 
dnl Edit that file instead!
4
 
dnl
5
 
 
6
 
dnl xfce4-indicator-plugin - A indicator plugin for the Xfce panel
7
 
dnl
8
 
dnl 2009 Mark Trompell <mark@foresightlinux.org>
9
 
dnl
10
 
 
11
 
dnl ***************************
12
 
dnl *** Version information ***
13
 
dnl ***************************
14
 
m4_define([indicator_version_major], [0])
15
 
m4_define([indicator_version_minor], [3])
16
 
m4_define([indicator_version_micro], [1])
17
 
m4_define([indicator_version_nano],  []) dnl leave this empty to have no nano version
18
 
m4_define([indicator_version_build], [fb138cd])
19
 
m4_define([indicator_version_tag],   [])
20
 
m4_define([indicator_version], [indicator_version_major().indicator_version_minor().indicator_version_micro()ifelse(indicator_version_nano(), [], [], [.indicator_version_nano()])ifelse(indicator_version_tag(), [git], [indicator_version_tag()-indicator_version_build()], [indicator_version_tag()])])
21
 
 
22
 
dnl ***************************
23
 
dnl *** Initialize autoconf ***
24
 
dnl ***************************
25
 
AC_COPYRIGHT([Copyright (c) 2006-2007
26
 
        The Xfce development team. All rights reserved.])
27
 
AC_INIT([xfce4-indicator-plugin], [indicator_version], [http://bugzilla.xfce.org/], [xfce4-indicator-plugin])
28
 
AC_PREREQ([2.50])
29
 
AC_CANONICAL_TARGET()
30
 
AC_REVISION([fb138cd])
31
 
 
32
 
dnl ***************************
33
 
dnl *** Initialize automake ***
34
 
dnl ***************************
35
 
AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
36
 
AM_CONFIG_HEADER([config.h])
37
 
AM_MAINTAINER_MODE()
38
 
 
39
 
dnl ********************************
40
 
dnl *** Check for basic programs ***
41
 
dnl ********************************
42
 
AC_PROG_CC()
43
 
AC_PROG_LD()
44
 
AC_PROG_INSTALL()
45
 
AC_PROG_LIBTOOL()
46
 
AC_PROG_INTLTOOL()
47
 
 
48
 
dnl **********************************
49
 
dnl *** Check for standard headers ***
50
 
dnl **********************************
51
 
AC_CHECK_HEADERS([math.h memory.h stdlib.h string.h sys/stat.h \
52
 
                  sys/time.h time.h])
53
 
 
54
 
dnl ************************************
55
 
dnl *** Check for standard functions ***
56
 
dnl ************************************
57
 
AC_CHECK_FUNCS([])
58
 
 
59
 
dnl ******************************
60
 
dnl *** Check for i18n support ***
61
 
dnl ******************************
62
 
XDT_I18N([da de eu fr hr id it nl pl pt_BR ro ru ug uk zh_CN ])
63
 
 
64
 
dnl *******************************
65
 
dnl *** Check for X11 installed ***
66
 
dnl *******************************
67
 
XDT_CHECK_LIBX11_REQUIRE()
68
 
 
69
 
dnl ***********************************
70
 
dnl *** Check for required packages ***
71
 
dnl ***********************************
72
 
XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
73
 
XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.99.2])
74
 
XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.99.2])
75
 
XDT_CHECK_PACKAGE([INDICATOR], [indicator], [0.3.0])
76
 
 
77
 
dnl ***********************************
78
 
dnl *** Check for debugging support ***
79
 
dnl ***********************************
80
 
XDT_FEATURE_DEBUG()
81
 
 
82
 
dnl ***********************
83
 
dnl *** Indicator info ***
84
 
dnl ***********************
85
 
INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator`
86
 
INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator`
87
 
 
88
 
AC_SUBST(INDICATORDIR)
89
 
AC_SUBST(INDICATORICONSDIR)
90
 
 
91
 
dnl *********************************
92
 
dnl *** Substitute platform flags ***
93
 
dnl *********************************
94
 
AC_MSG_CHECKING([PLATFORM_CPPFLAGS])
95
 
AC_MSG_RESULT([$PLATFORM_CPPFLAGS])
96
 
AC_SUBST([PLATFORM_CPPFLAGS])
97
 
AC_MSG_CHECKING([PLATFORM_CFLAGS])
98
 
AC_MSG_RESULT([$PLATFORM_CFLAGS])
99
 
AC_SUBST([PLATFORM_CFLAGS])
100
 
AC_MSG_CHECKING([PLATFORM_LDFLAGS])
101
 
AC_MSG_RESULT([$PLATFORM_LDFLAGS])
102
 
AC_SUBST([PLATFORM_LDFLAGS])
103
 
 
104
 
AC_OUTPUT([
105
 
Makefile
106
 
icons/Makefile
107
 
icons/48x48/Makefile
108
 
icons/scalable/Makefile
109
 
panel-plugin/Makefile
110
 
po/Makefile.in
111
 
])
112
 
 
113
 
dnl ***************************
114
 
dnl *** Print configuration ***
115
 
dnl ***************************
116
 
echo
117
 
echo "Build Configuration:"
118
 
echo
119
 
echo "* Debug Support:    $enable_debug"
120
 
echo