Index: trunk/pois/configure.ac
===================================================================
--- trunk/pois/configure.ac	(revision 3792)
+++ trunk/pois/configure.ac	(revision 3821)
@@ -1,8 +1,9 @@
 dnl Process this file with autoconf to produce a configure script.
+AC_PREREQ(2.59)
 
-AC_INIT([pois], [0.0.1], [pan-starrs.ifa.hawaii.edu])
+AC_INIT([pois], [0.0.1], [http://pan-starrs.ifa.hawaii.edu])
 AC_CONFIG_SRCDIR([pois.pc.in])
 
-AM_INIT_AUTOMAKE([dist-bzip2])
+AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2])
 AM_CONFIG_HEADER([config.h])
 AM_MAINTAINER_MODE
@@ -24,4 +25,11 @@
 SWIG_PYTHON
 
-AC_CONFIG_FILES(pois.pc Makefile src/Makefile swig/Makefile python/Makefile)
+AC_CONFIG_FILES([
+  pois.pc
+  Makefile
+  src/Makefile
+  swig/Makefile
+  python/Makefile
+])
+
 AC_OUTPUT
