~ubuntu-branches/ubuntu/wily/lxappearance-obconf/wily-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Andrew Lee (李健秋), Andriy Grytsenko, Mateusz Łukasik
  • Date: 2013-12-26 03:01:34 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20131226030134-q6qpmaszdf5cd9d1
Tags: 0.2.1-1
[ Andriy Grytsenko ]
* Removing libmenu-cache1-dev from Build-Depends (Closes: #722112)
* Removing Daniel Baumann from uploaders (Closes: #704336).
* Merging upstream version 0.2.1 (Closes: #722112).

[ Mateusz Łukasik ]
* bump standards version
* fix depends lxappearance-obconf-dbg

[ Andriy Grytsenko ]
* Adding 'Enhances: lxappearance' into control file.
* Bump Standards-Version to 3.9.5.
* Updating watch file to support XZ tarball format and non-numeric 
  versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ([2.54])
2
 
AC_INIT([lxappearance-obconf], [0.2.0], [http://lxde.org])
 
2
AC_INIT([lxappearance-obconf], [0.2.1], [http://lxde.org])
3
3
AM_INIT_AUTOMAKE([1.11 -Wall -Werror foreign])
4
4
AC_CONFIG_SRCDIR([src/main.c])
5
5
AC_CONFIG_HEADERS([config.h])
65
65
AC_SUBST(OPENBOX_CFLAGS)
66
66
AC_SUBST(OPENBOX_LIBS)
67
67
 
 
68
save_CFLAFS="$CFLAGS"
 
69
CFLAGS="$CFLAGS $pkg_cv_OPENBOX_CFLAGS"
 
70
AC_CHECK_MEMBER(RrTheme.btn_desk,
 
71
  AC_DEFINE(HAVE_OPENBOX_3_5_2,[],[Openbox version is 3.5.2]),,
 
72
  [#include <obrender/theme.h>])
 
73
CFLAGS="$save_CFLAFS"
 
74
 
68
75
if test "x$enable_gtk3" = "xyes" ; then
69
76
  CFLAGS="$CFLAGS -DENABLE_GTK3"
70
77
  gtk_modules="gtk+-3.0 >= 3.0.0"