~ubuntu-branches/ubuntu/vivid/computertemp/vivid

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2007-03-28 22:05:58 UTC
  • Revision ID: james.westby@ubuntu.com-20070328220558-cpo9o1k61ayi23x4
Tags: upstream-0.9.6
ImportĀ upstreamĀ versionĀ 0.9.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AC_INIT(computertemp)
 
2
 
 
3
PACKAGE=computertemp
 
4
VERSION=0.9.6
 
5
 
 
6
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
 
7
AM_MAINTAINER_MODE
 
8
 
 
9
AM_PATH_PYTHON
 
10
PKG_CHECK_MODULES(PYGTK, pygtk-2.0)
 
11
AC_SUBST(PYGTK_CFLAGS)
 
12
AC_SUBST(PYGTK_LIBS)
 
13
 
 
14
AC_PROG_INTLTOOL([0.23])
 
15
 
 
16
GETTEXT_PACKAGE=$PACKAGE
 
17
AC_SUBST(GETTEXT_PACKAGE)
 
18
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE")
 
19
 
 
20
ALL_LINGUAS="de en es fr it nl sv zh"
 
21
AM_GLIB_GNU_GETTEXT
 
22
 
 
23
AC_PATH_PROG(GCONFTOOL, gconftool-2)
 
24
AM_GCONF_SOURCE_2
 
25
 
 
26
appletdir=${prefix}/lib/gnome-applets
 
27
AC_SUBST(appletdir)
 
28
 
 
29
AC_OUTPUT([
 
30
Makefile
 
31
computertemp/Makefile
 
32
computertemp/computertemp_globals.py
 
33
scripts/Makefile
 
34
data/Makefile
 
35
data/computertemp.schemas
 
36
data/GNOME_ComputertempApplet.server.in
 
37
images/Makefile
 
38
po/Makefile.in
 
39
])