~ubuntu-branches/ubuntu/trusty/sendmail/trusty

« back to all changes in this revision

Viewing changes to debian/configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Richard A Nelson (Rick)
  • Date: 2009-03-01 18:45:00 UTC
  • mfrom: (8.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090301184500-z6683zxyomgmop6c
Tags: 8.14.3-9
Batting 1000, build-depend on quilt      Closes: #517676

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
]#------------------------------------------------------------------------------
2
2
#
3
 
#       $Sendmail: ./configure.ac,v 8.14.1 2007/10/04 21:42:00 cowboy Exp $
 
3
#       $Sendmail: ./configure.ac,v 8.14.3 2009/03/01 05:10:00 cowboy Exp $
4
4
#
5
 
#       Copyright (c) 1998-2008 Richard Nelson.  All Rights Reserved.
 
5
#       Copyright (c) 1998-2009 Richard Nelson.  All Rights Reserved.
6
6
#
7
7
#       Debian configure file for building Sendmail
8
8
#         Note: this file supports Sendmail 8.7.6 - 8.14.3
12
12
#                       ac_init portion are dual-pathed to better support 2.50+
13
13
#
14
14
#------------------------------------------------------------------------------
15
 
define([_SM_CPYRT],  [2008])dnl
 
15
define([_SM_CPYRT],  [2009])dnl
16
16
define([_SM_VERS],      [8.14.3])dnl
17
 
define([_SM_DATE],      [2008-04-21 16:15:00])dnl
 
17
define([_SM_DATE],      [2009-03-01 05:10:00])dnl
18
18
define([_SM_MAXVERS],[9.0.0])dnl
19
19
define([_SM_MINVERS],[8.7.6])dnl
20
20
 
929
929
        if test $sm_have_newdb != no; then
930
930
                sm_old_libs="$LIBS";
931
931
                if test $sm_newdb_lib = db4; then
 
932
                        AC_CHECK_LIB(db-4.7, db_create, [sm_newdb_lib='db-4.7'], [
932
933
                        AC_CHECK_LIB(db-4.6, db_create, [sm_newdb_lib='db-4.6'], [
933
934
                        AC_CHECK_LIB(db-4.5, db_create, [sm_newdb_lib='db-4.5'], [
934
935
                        AC_CHECK_LIB(db-4.4, db_create, [sm_newdb_lib='db-4.4'], [
941
942
                        ])dnl
942
943
                        ])dnl
943
944
                        ])dnl
 
945
                        ])dnl
944
946
                elif test $sm_newdb_lib = db3; then
945
947
                        AC_CHECK_LIB($sm_newdb_lib, db_create, [:], [
946
948
                                AC_CHECK_LIB(db, db_create,