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

    r13315 r14186  
    11dnl Process this file with autoconf to produce a configure script.
    2 AC_PREREQ(2.59)
     2AC_PREREQ(2.61)
    33
    44AC_INIT([pswarp], [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
     
    3232dnl Set CFLAGS for build
    3333IPP_STDOPTS
    34 CFLAGS="${CFLAGS} -Wall -Werror -std=c99"
     34CFLAGS="${CFLAGS} -Wall -Werror"
    3535echo "PSWARP_CFLAGS: $PSWARP_CFLAGS"
    3636echo "PSWARP_LIBS: $PSWARP_LIBS"
Note: See TracChangeset for help on using the changeset viewer.