IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14186 for trunk/ppSub


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

    r13462 r14186  
    11dnl Process this file with autoconf to produce a configure script.
    2 AC_PREREQ(2.59)
     2AC_PREREQ(2.61)
    33
    44AC_INIT([ppSub], [0.1.1], [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
     
    2525dnl Set CFLAGS for build
    2626IPP_STDOPTS
    27 CFLAGS="${CFLAGS} -Wall -Werror -std=c99"
     27CFLAGS="${CFLAGS} -Wall -Werror"
    2828
    2929AC_SUBST([PPSUB_CFLAGS])
Note: See TracChangeset for help on using the changeset viewer.