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/pois/configure.ac

    r12164 r14186  
    11dnl Process this file with autoconf to produce a configure script.
    2 AC_PREREQ(2.59)
     2AC_PREREQ(2.61)
    33
    44AC_INIT([pois], [0.1.1], [ipp-support@ifa.hawaii.edu])
     
    1212
    1313AC_LANG(C)
    14 AC_PROG_CC
     14AC_PROG_CC_C99
    1515AC_PROG_INSTALL
    1616AC_PROG_LIBTOOL
     
    3737dnl Set CFLAGS for build
    3838IPP_STDOPTS
    39 CFLAGS="${CFLAGS=} -Wall -Werror -std=c99"
     39CFLAGS="${CFLAGS=} -Wall -Werror"
    4040
    4141AC_CONFIG_FILES([
Note: See TracChangeset for help on using the changeset viewer.