IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 12, 2007, 2:22:41 PM (19 years ago)
Author:
jhoblitt
Message:

require ac 2.61 for AC_PROG_CC_C99 support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/configure.ac

    r14173 r14174  
    1 AC_PREREQ(2.59)
     1AC_PREREQ(2.61)
    22
    33AC_INIT([ppStack], [0.1.1], [ipp-support@ifa.hawaii.edu])
     
    2222
    2323IPP_STDOPTS
    24 CFLAGS="${CFLAGS=} -Wall -Werror -std=c99"
     24CFLAGS="${CFLAGS=} -Wall -Werror"
    2525
    2626AC_SUBST([PPSTACK_CFLAGS])
Note: See TracChangeset for help on using the changeset viewer.