Index: trunk/psModules/configure.ac
===================================================================
--- trunk/psModules/configure.ac	(revision 3675)
+++ trunk/psModules/configure.ac	(revision 3858)
@@ -1,6 +1,10 @@
-AC_INIT([psmodule],[0.5.1],[http://www.pan-starrs.org/bugzilla])
+AC_PREREQ(2.59)
 
-AM_CONFIG_HEADER(src/config.h)
-AM_INIT_AUTOMAKE(psmodule, 0.5.1)
+AC_INIT([psmodule],[0.5.1],[http://pan-starrs.ifa.hawaii.edu/bugzilla])
+AC_CONFIG_SRCDIR([psmodule.pc.in])
+
+AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2])
+AM_CONFIG_HEADER([src/config.h])
+AM_MAINTAINER_MODE
 
 AC_LANG(C)
@@ -47,15 +51,14 @@
 LDFLAGS="${LDFLAGS=} ${PSLIB_LIBS}"
 
-dnl Check the libraries to see if they exist, etc.
-AC_CHECK_LIB(pslib,main,,AC_MSG_ERROR(psLib library required))
-
 CFLAGS="${CFLAGS=} -Wall -Werror"
 
-AC_CONFIG_FILES([Makefile])
-AC_CONFIG_FILES([src/Makefile])
-AC_CONFIG_FILES([test/Makefile])
-AC_CONFIG_FILES([Doxyfile])
-AC_CONFIG_FILES([psmodule-config])
-AC_CONFIG_FILES([psmodule.pc])
+AC_CONFIG_FILES([
+  Makefile
+  src/Makefile
+  test/Makefile
+  Doxyfile
+  psmodule-config
+  psmodule.pc
+])
 
 AC_OUTPUT
