~ubuntu-branches/ubuntu/intrepid/libgd2/intrepid-security

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-12-06 17:02:21 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20071206170221-0h9h2222a7lzrnj1
Tags: 2.0.35.dfsg-3ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control: Drop unnecessary build dependency 'gnulib'.
  - maintainer field updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
AC_PREREQ(2.54)
6
6
 
7
7
#HEY! Change BOTH the version number and the GDLIB_REVISION setting!
8
 
AC_INIT([GD], [2.0.34], [http://bugs.libgd.org])
 
8
AC_INIT([GD], [2.0.35], [http://bugs.libgd.org])
9
9
AC_CONFIG_SRCDIR([gd.c])
10
10
AC_CONFIG_AUX_DIR(config)
11
11
AC_CANONICAL_TARGET([])
12
12
 
13
13
GDLIB_MAJOR=2
14
14
GDLIB_MINOR=0
15
 
GDLIB_REVISION=34
 
15
GDLIB_REVISION=35
16
16
GDLIBNAME=gd
17
17
#Expanded by tests later in this file. TBB 2.0.26
18
18
#2.0.28: GIF is standard now. Doesn't depend on anything else,