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

    r12164 r14186  
    1 AC_PREREQ(2.59)
     1AC_PREREQ(2.61)
    22
    33AC_INIT([ppImage], [1.1.0], [ipp-support@ifa.hawaii.edu])
     
    1212AC_LANG(C)
    1313AC_GNU_SOURCE
    14 AC_PROG_CC
     14AC_PROG_CC_C99
    1515AC_PROG_INSTALL
    1616dnl AC_PROG_LIBTOOL
     
    2424
    2525IPP_STDOPTS
    26 CFLAGS="${CFLAGS=} -Wall -Werror -std=c99"
     26CFLAGS="${CFLAGS=} -Wall -Werror"
    2727
    2828AC_CONFIG_FILES([
Note: See TracChangeset for help on using the changeset viewer.