Index: trunk/psLib/configure.ac
===================================================================
--- trunk/psLib/configure.ac	(revision 3765)
+++ trunk/psLib/configure.ac	(revision 3769)
@@ -1,3 +1,3 @@
-AC_INIT([pslib],[0.6],[http://www.pan-starrs.org/bugzilla])
+AC_INIT([pslib],[0.6.0],[http://www.pan-starrs.org/bugzilla])
 AC_CANONICAL_TARGET
 AM_CONFIG_HEADER(src/config.h)
@@ -42,8 +42,8 @@
 fi
 
-AC_LANG_PUSH(Fortran 77)
-AC_PROG_F77
+AC_LANG_PUSH(Fortran)
+AC_PROG_F77(gfortran g95 g90 g77 f95 f90 f77)
 AC_F77_WRAPPERS
-AC_LANG_POP(Fortran 77)
+AC_LANG_POP(Fortran)
 
 AC_PROG_INSTALL
@@ -55,4 +55,5 @@
 dnl Setup the info for psLib for pkg-config
 PSLIB_CFLAGS="-I${includedir}"
+PSLIB_LIBS="${FLIBS=}"
 
 dnl ----------------- MYSQL options --------------------
