Imported Upstream version 0.66.1
[hcoop/debian/courier-authlib.git] / libs / sha1 / configure.ac
similarity index 98%
rename from sha1/configure.in
rename to libs/sha1/configure.ac
index 1673ae8..54572b4 100644 (file)
@@ -1,5 +1,4 @@
 dnl Process this file with autoconf to produce a configure script.
-dnl $Id: configure.in,v 1.8 2008/12/18 12:08:25 mrsam Exp $
 dnl
 dnl Copyright 2001-2004 Double Precision, Inc.
 dnl See COPYING for distribution information.
@@ -10,6 +9,7 @@ AC_INIT(libsha1, 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])
 
@@ -148,6 +148,7 @@ UINT64="$int64"
 AC_DEFINE_UNQUOTED(SHA512_WORD, $UINT64, [ 64 bit data type ])
 dnl Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST
+AC_SYS_LARGEFILE
 
 dnl Checks for library functions.
 AC_HEADER_STDC