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

    r12917 r14186  
    1 AC_PREREQ(2.59)
     1AC_PREREQ(2.61)
    22
    33AC_INIT([ppConfigDump], [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
    1616AC_PROG_LIBTOOL
     
    2222
    2323IPP_STDOPTS
    24 CFLAGS="${CFLAGS=} -Wall -Werror -std=c99"
     24CFLAGS="${CFLAGS=} -Wall -Werror"
    2525
    2626AC_CONFIG_FILES([
Note: See TracChangeset for help on using the changeset viewer.