Index: /trunk/psLib/configure.ac
===================================================================
--- /trunk/psLib/configure.ac	(revision 3886)
+++ /trunk/psLib/configure.ac	(revision 3887)
@@ -1,3 +1,3 @@
-AC_PREREQ(2.59)
+AC_PREREQ(2.57)
 
 AC_INIT([pslib],[0.6.0],[http://pan-starrs.ifa.hawaii.edu/bugzilla])
@@ -39,8 +39,8 @@
 CFLAGS="${CFLAGS=} -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112L -std=c99"
 
-AC_LANG_PUSH(Fortran)
+AC_LANG_PUSH(Fortran 77)
 AC_PROG_F77([gfortran g77])
 AC_F77_WRAPPERS
-AC_LANG_POP(Fortran)
+AC_LANG_POP(Fortran 77)
 
 AC_PROG_INSTALL
Index: /trunk/psLib/src/dataManip/psUnaryOp.c
===================================================================
--- /trunk/psLib/src/dataManip/psUnaryOp.c	(revision 3886)
+++ /trunk/psLib/src/dataManip/psUnaryOp.c	(revision 3887)
@@ -30,6 +30,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-10 02:36:41 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-12 00:54:49 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -40,4 +40,5 @@
  ******************************************************************************/
 #include <string.h>
+#include <complex.h>
 #include <math.h>
 #include <stdint.h>
Index: /trunk/psLib/src/image/psImageManip.c
===================================================================
--- /trunk/psLib/src/image/psImageManip.c	(revision 3886)
+++ /trunk/psLib/src/image/psImageManip.c	(revision 3887)
@@ -10,10 +10,11 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-05-11 22:02:16 $
+ *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-12 00:54:49 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
 
+#include <complex.h>
 #include <math.h>                          // for isfinite(), etc.
 #include <stdlib.h>
Index: /trunk/psLib/src/math/psUnaryOp.c
===================================================================
--- /trunk/psLib/src/math/psUnaryOp.c	(revision 3886)
+++ /trunk/psLib/src/math/psUnaryOp.c	(revision 3887)
@@ -30,6 +30,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-10 02:36:41 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-12 00:54:49 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -40,4 +40,5 @@
  ******************************************************************************/
 #include <string.h>
+#include <complex.h>
 #include <math.h>
 #include <stdint.h>
Index: /trunk/psLib/test/image/tst_psImageFFT.c
===================================================================
--- /trunk/psLib/test/image/tst_psImageFFT.c	(revision 3886)
+++ /trunk/psLib/test/image/tst_psImageFFT.c	(revision 3887)
@@ -6,10 +6,11 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-05-11 22:02:16 $
+ *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-12 00:54:49 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
 
+#include <complex.h>
 #include <math.h>
 #include <float.h>
Index: /trunk/psLib/test/image/tst_psImageManip.c
===================================================================
--- /trunk/psLib/test/image/tst_psImageManip.c	(revision 3886)
+++ /trunk/psLib/test/image/tst_psImageManip.c	(revision 3887)
@@ -6,11 +6,11 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-05-11 22:02:16 $
+ *  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-12 00:54:49 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
 
-
+#include <complex.h>
 #include <math.h>
 #include <float.h>
