~ubuntu-branches/ubuntu/utopic/expat/utopic

« back to all changes in this revision

Viewing changes to conftools/expat.m4

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-03-20 22:37:22 UTC
  • mfrom: (1.1.4) (5.1.7 precise)
  • Revision ID: package-import@ubuntu.com-20120320223722-wq8sq4gykhlvc8j9
Tags: 2.1.0~beta3-1
* QA upload.
* Beta release 2.1.0 beta3. Closes: #663579.
  - CVE-2012-1147 - Resource leak in readfilemap.c.
  - CVE-2012-1148 - Memory leak in poolGrow.
  - CVE-2012-0876 - Hash DOS attack.
  - Remove patches applied upstream.
* Remove Daniel from uploaders (orphaned package).
* Update package format to 3.0.
* Enable hardened build. Closes: #653526.
* Add a symbols file.
* Install expat pkgconfig file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
dnl In addition, an Automake conditional EXPAT_INSTALLED is set accordingly.
8
8
dnl This is necessary to adapt a whole lot of packages that have expat
9
9
dnl bundled as a static library.
10
 
AC_DEFUN(AM_WITH_EXPAT,
 
10
AC_DEFUN([AM_WITH_EXPAT],
11
11
[ AC_ARG_WITH(expat,
12
12
              [  --with-expat=PREFIX     Use system Expat library],
13
13
              , with_expat=no)