IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 26, 2005, 9:53:30 AM (21 years ago)
Author:
desonia
Message:

fixed small problems that made build using GCC 4.0 fail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r3765 r3769  
    1 AC_INIT([pslib],[0.6],[http://www.pan-starrs.org/bugzilla])
     1AC_INIT([pslib],[0.6.0],[http://www.pan-starrs.org/bugzilla])
    22AC_CANONICAL_TARGET
    33AM_CONFIG_HEADER(src/config.h)
     
    4242fi
    4343
    44 AC_LANG_PUSH(Fortran 77)
    45 AC_PROG_F77
     44AC_LANG_PUSH(Fortran)
     45AC_PROG_F77(gfortran g95 g90 g77 f95 f90 f77)
    4646AC_F77_WRAPPERS
    47 AC_LANG_POP(Fortran 77)
     47AC_LANG_POP(Fortran)
    4848
    4949AC_PROG_INSTALL
     
    5555dnl Setup the info for psLib for pkg-config
    5656PSLIB_CFLAGS="-I${includedir}"
     57PSLIB_LIBS="${FLIBS=}"
    5758
    5859dnl ----------------- MYSQL options --------------------
Note: See TracChangeset for help on using the changeset viewer.