~ubuntu-branches/ubuntu/oneiric/enigmail/oneiric-updates

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2010-04-10 01:42:24 UTC
  • Revision ID: james.westby@ubuntu.com-20100410014224-fbq9ui5x3b0h2t36
Tags: 2:1.0.1-0ubuntu1
* First releaase of enigmail 1.0.1 for tbird/icedove 3
  (LP: #527138)
* redo packaging from scratch 
  + add debian/make-orig target that uses xulrunner provided
    buildsystem + enigmail tarball to produce a proper orig.tar.gz
  + use debhelper 7 with mozilla-devscripts
  + use debian source format 3.0 (quilt)
  + patch enigmail to use frozen API only
    - add debian/patches/frozen_api.diff
  + patch build system to not link against -lxul - which isnt
    available for sdks produced by all-static apps like tbird
    - add debian/patches/build_system_dont_link_libxul.diff
  + add minimal build-depends to control

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dnl
 
2
dnl Local autoconf macros used with mozilla
 
3
dnl The contents of this file are under the Public Domain.
 
4
dnl 
 
5
 
 
6
builtin(include, build/autoconf/glib.m4)dnl
 
7
builtin(include, build/autoconf/libIDL.m4)dnl
 
8
builtin(include, build/autoconf/nspr.m4)dnl
 
9
builtin(include, build/autoconf/nss.m4)dnl
 
10
builtin(include, build/autoconf/pkg.m4)dnl
 
11
builtin(include, build/autoconf/freetype2.m4)dnl
 
12
builtin(include, build/autoconf/codeset.m4)dnl
 
13
builtin(include, build/autoconf/altoptions.m4)dnl
 
14
builtin(include, build/autoconf/mozprog.m4)dnl
 
15
 
 
16
MOZ_PROG_CHECKMSYS()
 
17
 
 
18
# Read the user's .mozconfig script.  We can't do this in
 
19
# configure.in: autoconf puts the argument parsing code above anything
 
20
# expanded from configure.in, and we need to get the configure options
 
21
# from .mozconfig in place before that argument parsing code.
 
22
MOZ_READ_MOZCONFIG(.)