~ubuntu-branches/ubuntu/trusty/gnome-themes-standard/trusty-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2011-01-25 00:10:25 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110125001025-30e4q7qrrv9o1xn2
Tags: 2.91.7-1
* New upstream release.
  + debian/rules:
    - Update the theme engine location.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
2
AC_PREREQ(2.53)
3
3
 
4
 
AC_INIT([gnome-themes-standard], [2.91.6],
 
4
AC_INIT([gnome-themes-standard], [2.91.7],
5
5
        [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-themes-standard])
6
6
 
7
7
AM_INIT_AUTOMAKE([1.9 tar-ustar foreign dist-bzip2 no-dist-gzip])
35
35
AC_SUBST(GTK_CFLAGS)
36
36
AC_SUBST(GTK_LIBS)
37
37
 
 
38
GTK_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-3.0`
 
39
AC_SUBST(GTK_VERSION)
 
40
 
38
41
# Workaround to make aclocal get the right flags
39
42
AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}")
40
43