~ubuntu-branches/ubuntu/hoary/courier/hoary

« back to all changes in this revision

Viewing changes to makedat/configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-11-29 12:09:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041129120934-kkn0xj11j0n1n6lo
Tags: 0.47-3ubuntu1
* Nathaniel McCallum
 - debian/*.init: pretty initscripts
 - debian/control: version depends on lsb-base

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
 
dnl $Id: configure.in,v 1.6 2003/01/30 06:33:31 mrsam Exp $
 
2
dnl $Id: configure.in,v 1.7 2004/09/08 01:27:34 mrsam Exp $
3
3
dnl
4
4
dnl Copyright 1998 - 2001 Double Precision, Inc.  See COPYING for
5
5
dnl distribution information.
36
36
 
37
37
. ../dbobj.config
38
38
 
 
39
makedatprog_target=makedatprog
39
40
case "$db" in
40
41
gdbm)
41
42
        USE_GDBM=1
50
51
        dblibrary=../bdbobj/libbdbobj.a
51
52
        ;;
52
53
*)
53
 
        AC_MSG_ERROR(Invalid --with-db option)
 
54
        makedatprog_target=""
54
55
esac
55
 
 
 
56
AC_SUBST(makedatprog_target)
56
57
AC_SUBST(USE_GDBM)
57
58
AC_SUBST(USE_DB)
58
59