~ubuntu-branches/ubuntu/trusty/libpam-mount/trusty-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Kleineidam
  • Date: 2010-12-03 20:27:54 UTC
  • mfrom: (1.4.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20101203202754-ki2m85culrxwklox
Tags: 2.7-1
* New upstream release.
  + Remove mnt_fallback patch since squeeze will have 2.5 and upgrading
    from 0.4x versions is not needed anymore.
  + Readd copy of ofl and fd0ssh to avoid installing a complete new
    package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#       the Free Software Foundation; either version 2 of the License, or
8
8
#       (at your option) any later version.
9
9
#
10
 
AC_INIT([pam_mount], [2.5])
11
 
PACKAGE_RELDATE="2010-08-10"
 
10
AC_INIT([pam_mount], [2.7])
 
11
PACKAGE_RELDATE="2010-12-01"
12
12
AC_PREREQ([2.59])
13
13
AC_CONFIG_HEADERS([config.h])
14
14
AC_CONFIG_MACRO_DIR([m4])
15
15
AC_PROG_INSTALL
16
 
AM_INIT_AUTOMAKE([-Wall dist-bzip2 no-dist-gzip foreign subdir-objects])
 
16
AM_INIT_AUTOMAKE([-Wall no-dist foreign subdir-objects])
17
17
AC_PROG_CC
18
18
AM_PROG_CC_C_O
19
19
AC_DISABLE_STATIC
58
58
AM_CONDITIONAL([HAVE_MDIO], [test "x$ac_cv_header_sys_mdioctl_h" = "xyes"])
59
59
AM_CONDITIONAL([HAVE_VND], [test "x$ac_cv_header_dev_vndvar_h" = "xyes"])
60
60
 
61
 
PKG_CHECK_MODULES([libHX], [libHX >= 3.4])
 
61
PKG_CHECK_MODULES([libHX], [libHX >= 3.6])
62
62
PKG_CHECK_MODULES([libxml], [libxml-2.0 >= 2.6])
63
63
 
64
64
with_crypto="yes";