IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14172 for trunk/psLib


Ignore:
Timestamp:
Jul 12, 2007, 2:06:13 PM (19 years ago)
Author:
jhoblitt
Message:

require ac 2.61

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r14103 r14172  
    1 AC_PREREQ(2.59)
     1AC_PREREQ(2.61)
    22
    33AC_INIT([pslib],[1.1.1],[http://pan-starrs.ifa.hawaii.edu/bugzilla])
     
    7171
    7272AC_LANG(C)
    73 AC_PROG_CC
     73AC_PROG_CC_C99
    7474dnl _GNU_SOURCE is needed for atleast strcasestr() with glibc
    7575AC_GNU_SOURCE
     
    416416CFLAGS="${CFLAGS} -Wall -Werror"
    417417dnl enable POSIX/XSI and C99 compliance
    418 CFLAGS="${CFLAGS=} -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112L -std=c99"
     418CFLAGS="${CFLAGS=} -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112L"
    419419
    420420dnl ---------------- export variables --------------------
Note: See TracChangeset for help on using the changeset viewer.