X-Git-Url: https://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/8d138742ae268344f406cb75d79aa6bf853f9d87:/bdbobj/configure.in..b0322a8536f3cab76471c98122fe1df75bb7c387:/libs/bdbobj/configure.ac diff --git a/bdbobj/configure.in b/libs/bdbobj/configure.ac similarity index 96% rename from bdbobj/configure.in rename to libs/bdbobj/configure.ac index 4cb4af5..6ef1ab4 100644 --- a/bdbobj/configure.in +++ b/libs/bdbobj/configure.ac @@ -1,5 +1,4 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Id: configure.in,v 1.16 2008/11/27 20:33:44 mrsam Exp $ dnl dnl Copyright 1998 - 1999 Double Precision, Inc. See COPYING for dnl distribution information. @@ -9,6 +8,7 @@ AC_INIT(bdbobj, 0.10, [courier-users@lists.sourceforge.net]) >confdefs.h # Kill PACKAGE_ macros AC_CONFIG_SRCDIR(bdbobj.h) +AC_CONFIG_AUX_DIR(../..) AM_INIT_AUTOMAKE([foreign no-define]) AM_CONFIG_HEADER(config.h) @@ -46,6 +46,7 @@ AC_CHECK_HEADERS(limits.h fcntl.h unistd.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_TYPE_SIZE_T +AC_SYS_LARGEFILE AC_LANG_CPLUSPLUS AC_CACHE_CHECK([if the C++ compiler needs -fhandle-exceptions],