IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 11, 2005, 2:54:49 PM (21 years ago)
Author:
desonia
Message:

fixes to compile on OSX. Mainly dealt with getting cabs to be found in
complex.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r3886 r3887  
    1 AC_PREREQ(2.59)
     1AC_PREREQ(2.57)
    22
    33AC_INIT([pslib],[0.6.0],[http://pan-starrs.ifa.hawaii.edu/bugzilla])
     
    3939CFLAGS="${CFLAGS=} -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112L -std=c99"
    4040
    41 AC_LANG_PUSH(Fortran)
     41AC_LANG_PUSH(Fortran 77)
    4242AC_PROG_F77([gfortran g77])
    4343AC_F77_WRAPPERS
    44 AC_LANG_POP(Fortran)
     44AC_LANG_POP(Fortran 77)
    4545
    4646AC_PROG_INSTALL
Note: See TracChangeset for help on using the changeset viewer.