~ubuntu-branches/ubuntu/gutsy/gnupg2/gutsy

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-05-15 13:54:55 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070515135455-89qfyalmgjy6gcqw
Tags: 2.0.4-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Remove libpcsclite-dev, libopensc2-dev build dependencies (they are in
    universe).
  - Build-depend on libcurl3-gnutls-dev
  - g10/call-agent.c: set DBG_ASSUAN to 0 to suppress a debug message
  - Include /doc files as done with gnupg
  - debian/rules: add doc/com-certs.pem to the docs for gpgsm
  - debian/copyright: update download url
  - debian/README.Debian: remove note the gnupg2 isn't released yet.
  - debian/control: Change Maintainer/XSBC-Original-Maintainer field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# configure.ac - for GnuPG 1.9
 
1
# configure.ac - for GnuPG 2.0
2
2
# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
3
3
#               2006, 2007 Free Software Foundation, Inc.
4
4
20
20
# USA.
21
21
 
22
22
# Process this file with autoconf to produce a configure script.
23
 
AC_PREREQ(2.59)
24
 
min_automake_version="1.9.3"
 
23
AC_PREREQ(2.61)
 
24
min_automake_version="1.10"
25
25
 
26
26
# Remember to change the version number immediately *after* a release.
27
27
# Set my_issvn to "yes" for non-released code.  Remember to run an
28
28
# "svn up" and "autogen.sh" right before creating a distribution.
29
 
m4_define([my_version], [2.0.3])
 
29
m4_define([my_version], [2.0.4])
30
30
m4_define([my_issvn], [no])
31
31
 
32
32
 
42
42
NEED_GPG_ERROR_VERSION=1.4
43
43
 
44
44
NEED_LIBGCRYPT_API=1
45
 
NEED_LIBGCRYPT_VERSION=1.2.0
 
45
NEED_LIBGCRYPT_VERSION=1.2.2
46
46
 
47
47
NEED_LIBASSUAN_API=1
48
48
NEED_LIBASSUAN_VERSION=0.9.3
445
445
AC_PROG_AWK
446
446
AC_PROG_CC
447
447
AC_PROG_CPP
 
448
AM_PROG_CC_C_O
 
449
if test "x$ac_cv_prog_cc_c89" = "xno" ; then
 
450
  AC_MSG_ERROR([[No C-89 compiler found]])
 
451
fi
448
452
AC_PROG_INSTALL
449
453
AC_PROG_LN_S
450
454
AC_PROG_RANLIB
854
858
#
855
859
# Check for gettext
856
860
#
857
 
AM_GNU_GETTEXT_VERSION([0.15])
 
861
AM_GNU_GETTEXT_VERSION([0.16.1])
858
862
if test "$try_gettext" = yes; then
859
863
  AM_GNU_GETTEXT(,[need-ngettext])
860
864
 
1321
1325
agent/Makefile
1322
1326
scd/Makefile
1323
1327
keyserver/Makefile
1324
 
keyserver/gpgkeys_mailto
1325
 
keyserver/gpgkeys_test
 
1328
keyserver/gpg2keys_mailto
 
1329
keyserver/gpg2keys_test
1326
1330
tools/gpg-zip
1327
1331
tools/Makefile
1328
1332
doc/Makefile