Imported Upstream version 0.66.1
[hcoop/debian/courier-authlib.git] / libs / md5 / configure.ac
similarity index 96%
rename from md5/configure.in
rename to libs/md5/configure.ac
index 7f002ba..7808f06 100644 (file)
@@ -1,5 +1,4 @@
 dnl Process this file with autoconf to produce a configure script.
-dnl $Id: configure.in,v 1.14 2004/12/10 02:34:46 mrsam Exp $
 dnl
 dnl Copyright 1998 - 2004 Double Precision, Inc.  See COPYING for
 dnl distribution information.
@@ -10,6 +9,7 @@ AC_INIT(libmd5, 1.21, courier-users@lists.sourceforge.net)
 >confdefs.h  # Kill PACKAGE_ macros
 
 AC_CONFIG_SRCDIR([hmac.c])
+AC_CONFIG_AUX_DIR(../..)
 AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([foreign no-define])
 
@@ -92,6 +92,7 @@ AC_DEFINE_UNQUOTED(MD5_WORD, $UINT32, [ 32 bit data type ])
 
 dnl Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST
+AC_SYS_LARGEFILE
 
 dnl Checks for library functions.