~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: mvo
  • Date: 2005-01-15 00:23:58 UTC
  • Revision ID: gustavo@niemeyer.net-20050115002358-469848491f936cd5
* big rename: upgrade-notifier -> update-notifier

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
 
3
3
AC_INIT(src/update-notifier.c)
4
 
AM_INIT_AUTOMAKE(update-notifier, 0.41.1)
 
4
AM_INIT_AUTOMAKE(update-notifier, 0.37.1)
5
5
AM_CONFIG_HEADER(config.h)
6
6
AM_MAINTAINER_MODE
7
7
 
9
9
AC_PROG_CC
10
10
AM_PROG_CC_STDC
11
11
AC_HEADER_STDC
12
 
IT_PROG_INTLTOOL
13
12
 
14
 
pkg_modules="gtk+-2.0 libgnomeui-2.0 libglade-2.0 gconf-2.0 gamin hal dbus-glib-1 libnotify"
 
13
pkg_modules="gtk+-2.0 libgnomeui-2.0 libglade-2.0 gconf-2.0 gamin hal dbus-glib-1"
15
14
PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
16
15
AC_SUBST(PACKAGE_CFLAGS)
17
16
AC_SUBST(PACKAGE_LIBS)
21
20
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package.])
22
21
 
23
22
dnl Add the languages which your application supports here.
24
 
ALL_LINGUAS="es da de fi ro fr el xh pt_BR pl hu"
25
 
 
 
23
ALL_LINGUAS=""
26
24
AM_GLIB_GNU_GETTEXT
27
25
 
28
26