~ubuntu-branches/ubuntu/quantal/gnutls26/quantal

« back to all changes in this revision

Viewing changes to libextra/configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-05-20 13:07:18 UTC
  • mfrom: (12.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110520130718-db41dybbanzfvlji
Tags: 2.10.5-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Fix build failure with --no-add-needed.
  - Build for multiarch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
 
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
3
 
#    Free Software Foundation, Inc.
 
2
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
 
3
# 2009, 2010 Free Software Foundation, Inc.
4
4
#
5
5
# Author: Nikos Mavrogiannopoulos, Simon Josefsson
6
6
#
7
 
# This file is part of GNUTLS-EXTRA.
 
7
# This file is part of GnuTLS-EXTRA.
8
8
#
9
 
# GNUTLS-EXTRA is free software; you can redistribute it and/or
 
9
# GnuTLS-extra is free software; you can redistribute it and/or
10
10
# modify it under the terms of the GNU General Public License as
11
11
# published by the Free Software Foundation; either version 3 of the
12
12
# License, or (at your option) any later version.
13
13
#
14
 
# GNUTLS-EXTRA is distributed in the hope that it will be useful, but
 
14
# GnuTLS-extra is distributed in the hope that it will be useful, but
15
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17
17
# General Public License for more details.
18
18
#
19
19
# You should have received a copy of the GNU General Public License
20
 
# along with GNUTLS-EXTRA; if not, write to the Free Software
 
20
# along with GnuTLS-EXTRA; if not, write to the Free Software
21
21
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22
22
# 02110-1301, USA.
23
23
 
24
24
AC_PREREQ(2.61)
25
 
AC_INIT([libgnutls-extra], [2.8.6], [bug-gnutls@gnu.org])
 
25
AC_INIT([libgnutls-extra], [2.10.5], [bug-gnutls@gnu.org])
26
26
AC_CONFIG_AUX_DIR([build-aux])
27
27
AC_CONFIG_MACRO_DIR([m4])
28
28
 
46
46
AC_SUBST(LIBGNUTLS_EXTRA_CFLAGS)
47
47
 
48
48
# Finish things from ../configure.ac.
 
49
AC_SUBST([WERROR_CFLAGS])
 
50
AC_SUBST([WSTACK_CFLAGS])
49
51
AC_SUBST([WARN_CFLAGS])
50
 
AC_SUBST([WERROR_CFLAGS])
 
52
 
 
53
AC_DEFINE([GNUTLS_COMPAT_H], 1, [Make sure we don't use old features in code.])
51
54
 
52
55
AC_CONFIG_FILES([
53
56
  Makefile