~noskcaj/ubuntu/trusty/gnome-themes-standard/merge

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons
  • Date: 2010-12-18 19:30:08 UTC
  • Revision ID: james.westby@ubuntu.com-20101218193008-1cfm99phflwat4lr
Tags: upstream-2.91.4
ImportĀ upstreamĀ versionĀ 2.91.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dnl Process this file with autoconf to produce a configure script.
 
2
AC_PREREQ(2.53)
 
3
 
 
4
AC_INIT([gnome-themes-standard], [2.91.4],
 
5
        [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-themes-standard])
 
6
 
 
7
AM_INIT_AUTOMAKE([1.9 tar-ustar foreign dist-bzip2 no-dist-gzip])
 
8
 
 
9
PKG_PROG_PKG_CONFIG([0.19])
 
10
AC_PROG_SED
 
11
IT_PROG_INTLTOOL([0.35.0])
 
12
 
 
13
GETTEXT_PACKAGE="${PACKAGE}"
 
14
AC_SUBST(GETTEXT_PACKAGE)
 
15
 
 
16
AM_GLIB_GNU_GETTEXT
 
17
 
 
18
# Workaround to make aclocal get the right flags
 
19
AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}")
 
20
 
 
21
AC_CONFIG_FILES([
 
22
Makefile
 
23
themes/Makefile
 
24
themes/Adwaita/Makefile
 
25
themes/Adwaita/backgrounds/Makefile
 
26
themes/Adwaita/cursors/Makefile
 
27
themes/Adwaita/gtk-2.0/Makefile
 
28
themes/Adwaita/gtk-3.0/Makefile
 
29
themes/Adwaita/metacity-1/Makefile
 
30
po/Makefile.in
 
31
])
 
32
 
 
33
AC_OUTPUT