~ubuntu-branches/ubuntu/saucy/cairo-dock-plug-ins/saucy

« back to all changes in this revision

Viewing changes to xfce-integration/configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-08-26 21:07:39 UTC
  • Revision ID: james.westby@ubuntu.com-20090826210739-gyjuuqezrzuluao4
Tags: upstream-2.0.8.1
ImportĀ upstreamĀ versionĀ 2.0.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#                                               -*- Autoconf -*-
 
2
# Process this file with autoconf to produce a configure script.
 
3
 
 
4
AC_PREREQ(2.59)
 
5
AC_INIT([cd-xfce-integration],[1.0.0],[Tofe (chris.chapuis@gmail.com)])
 
6
AC_CONFIG_SRCDIR([config.h.in])
 
7
AC_CONFIG_HEADER([config.h])
 
8
 
 
9
AM_INIT_AUTOMAKE([foreign])
 
10
AC_DISABLE_STATIC
 
11
AC_PROG_LIBTOOL
 
12
 
 
13
 
 
14
xfce_integrationdatadir=[`pkg-config cairo-dock --variable=pluginsdatadir`/xfce-integration]
 
15
AC_SUBST(xfce_integrationdatadir)
 
16
libdir=[`pkg-config cairo-dock --variable=pluginsdir`]
 
17
AC_SUBST(libdir)
 
18
 
 
19
AC_SUBST(VERSION_XFCE_INTEGRATION, "$VERSION")
 
20
AC_SUBST(PACKAGE_XFCE_INTEGRATION, "$PACKAGE")
 
21
 
 
22
 
 
23
PKG_CHECK_MODULES(PACKAGE, cairo-dock thunar-vfs-1)
 
24
PKG_CHECK_MODULES(XFCE_INTEGRATION,thunar-vfs-1)
 
25
 
 
26
AC_CONFIG_FILES([Makefile
 
27
                src/Makefile
 
28
                data/Makefile
 
29
                ])
 
30
AC_OUTPUT