Imported Debian patch 0.66.1-1
[hcoop/debian/courier-authlib.git] / libs / random128 / configure.ac
similarity index 97%
rename from random128/configure.in
rename to libs/random128/configure.ac
index ae05f34..0733a27 100644 (file)
@@ -1,5 +1,4 @@
 dnl Process this file with autoconf to produce a configure script.
-dnl $Id: configure.in,v 1.14 2008/11/27 20:33:44 mrsam Exp $
 dnl
 dnl Copyright 1998 - 2002 Double Precision, Inc.  See COPYING for
 dnl distribution information.
@@ -9,6 +8,7 @@ AC_INIT(random128, 0.10, [courier-users@lists.sourceforge.net])
 >confdefs.h  # Kill PACKAGE_ macros
 
 AC_CONFIG_SRCDIR(random128.c)
+AC_CONFIG_AUX_DIR(../..)
 AM_INIT_AUTOMAKE([foreign no-define])
 LPATH="$PATH:/usr/local/bin"
 
@@ -42,6 +42,7 @@ AC_HEADER_SYS_WAIT
 AC_CHECK_HEADERS(unistd.h fcntl.h)
 
 AC_TYPE_PID_T
+AC_SYS_LARGEFILE
 
 AC_ARG_WITH(random, [ --with-random=/dev/urandom - location of the system random file generator
 --without-random            - there is no system random file generator ],