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/archive/scripts/src/phase2/configure.ac

    r8573 r14186  
    1 AC_PREREQ(2.59)
     1AC_PREREQ(2.61)
    22
    33AC_INIT([phase2], [0.0.2], [price@ifa.hawaii.edu])
     
    1010AC_LANG(C)
    1111AC_GNU_SOURCE
    12 AC_PROG_CC
     12AC_PROG_CC_C99
    1313AC_PROG_INSTALL
    1414dnl AC_PROG_LIBTOOL
     
    2020dnl is this the best was to setup recursive CFLAGS?
    2121dnl phase2_CFLAGS="-Werror -std=c99 "
    22 phase2_CFLAGS="-std=c99 "
     22phase2_CFLAGS=" "
    2323AC_SUBST([phase2_CFLAGS])
    2424
Note: See TracChangeset for help on using the changeset viewer.