~ubuntu-branches/ubuntu/precise/gecko-mediaplayer/precise

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Sasa Bodiroza
  • Date: 2008-05-12 23:44:58 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080512234458-deldtv5y0qrm4lwk
Tags: 0.6.1-0ubuntu1
* New upstream version (LP: #229335)
* Update Homepage field in debian/control, download location in
  debian/copyright, and debian/watch in accordance with upstream change of
  download page
* Update dependency from firefox metapackage to firefox-3.0 | firefox-2
* Add debian/patches/add_docs_tech_javascript:
  Provide missing file DOCS/tech/javascript.txt from upstream r195
* Add debian/docs:
  - Install DOCS/tech/javascript.txt
* Remove src/nsIScriptableGeckoMediaPlayer.h in clean target

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
dnl Created by Anjuta application wizard.
3
3
 
4
4
AC_INIT(configure.in)
5
 
AM_INIT_AUTOMAKE(gecko-mediaplayer, 0.6.0)
 
5
AM_INIT_AUTOMAKE(gecko-mediaplayer, 0.6.1)
6
6
AM_CONFIG_HEADER(config.h)
7
7
AM_MAINTAINER_MODE
8
8
 
23
23
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [GETTEXT package name])
24
24
 
25
25
dnl Add the languages which your application supports here.
26
 
ALL_LINGUAS="fr pl pt_BR"
 
26
ALL_LINGUAS="es fr pl pt_BR"
27
27
AM_GLIB_GNU_GETTEXT
28
28
 
29
29
 
63
63
fi
64
64
 
65
65
if test "$GECKO_CFLAGS" = ""; then
66
 
PKG_CHECK_MODULES(GECKO, [mozilla-plugin libxul libxul-embedding],[
 
66
PKG_CHECK_MODULES(GECKO, [mozilla-plugin libxul],[
67
67
    GECKO_HOME=`$PKG_CONFIG --variable=libdir libxul`
68
68
    GECKO_IDLDIR=`$PKG_CONFIG --variable=idldir libxul`
69
69
    ],[AC_MSG_WARN([libxul/mozilla-plugin not found, trying another])])