Index: trunk/pois/configure.ac
===================================================================
--- trunk/pois/configure.ac	(revision 8683)
+++ trunk/pois/configure.ac	(revision 8781)
@@ -6,5 +6,5 @@
 
 AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2])
-AM_CONFIG_HEADER([config.h])
+AM_CONFIG_HEADER([src/config.h])
 AM_MAINTAINER_MODE
 
@@ -13,4 +13,7 @@
 AC_PROG_INSTALL
 AC_PROG_LIBTOOL
+
+dnl enable largefile supports
+AC_SYS_LARGEFILE
 
 dnl handle debug building
