IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 12, 2007, 3:07:49 PM (19 years ago)
Author:
jhoblitt
Message:

require ac 2.61

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/configure.ac

    r12899 r14186  
    11dnl Process this file with autoconf to produce a configure script.
    2 AC_PREREQ(2.59)
     2AC_PREREQ(2.61)
    33
    44AC_INIT([psphot], [0.9.0], [ipp-support@ifa.hawaii.edu])
     
    1313AC_LANG(C)
    1414AC_GNU_SOURCE
    15 AC_PROG_CC
     15AC_PROG_CC_C99
    1616AC_PROG_INSTALL
    1717AC_PROG_LIBTOOL
     
    200200IPP_STDOPTS
    201201
    202 CFLAGS="${CFLAGS=} -Wall -Werror -std=c99"
     202CFLAGS="${CFLAGS=} -Wall -Werror"
    203203echo "PSPHOT_CFLAGS: $PSPHOT_CFLAGS"
    204204echo "PSPHOT_LIBS: $PSPHOT_LIBS"
Note: See TracChangeset for help on using the changeset viewer.