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/glueforge/templates/psdb/configure_ac.tt

    r11533 r14186  
    55dnl
    66
    7 AC_PREREQ(2.59)
     7AC_PREREQ(2.61)
    88
    99AC_INIT([[% pkg_name %]], [[% pkg_version %]], [pan-starrs.ifa.hawaii.edu])
     
    1919
    2020AC_LANG(C)
    21 AC_PROG_CC
     21AC_PROG_CC_C99
    2222AC_PROG_INSTALL
    2323AC_PROG_LIBTOOL
     
    3535dnl is this the best was to setup recursive CFLAGS?
    3636IPP_STDOPTS
    37 [% pkg_name %]_CFLAGS="-Wall -Werror -pedantic -std=c99 -fno-strict-aliasing"
     37[% pkg_name %]_CFLAGS="-Wall -Werror -pedantic -fno-strict-aliasing"
    3838AC_SUBST([[% pkg_name %]_CFLAGS])
    3939
Note: See TracChangeset for help on using the changeset viewer.