IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2005, 6:43:52 PM (21 years ago)
Author:
Paul Price
Message:

Importing current working PAP version (many bug fixes since this branch) straight on top of this version, and tidying up a bit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pois/configure.ac

    r3867 r5717  
    1515AC_PROG_LIBTOOL
    1616
    17 PKG_CHECK_MODULES(PSLIB, pslib >= 0.5.0)
     17PKG_CHECK_MODULES(PSLIB, pslib >= 0.8.0)
    1818
    19 dnl is this the best was to setup recursive CFLAGS?
    20 pois_CFLAGS="-Wall -g -O3 -std=c99"
     19dnl Set CFLAGS for build
     20pois_CFLAGS="-Wall -Werror -g -O3 -std=c99"
    2121AC_SUBST([pois_CFLAGS])
    2222
    2323AC_C_BIGENDIAN([PS_BIGENDIAN=1],[PS_BIGENDIAN=0])
    24                
     24
    2525AC_PROG_SWIG(1.3.24)
    2626SWIG_MULTI_MODULE_SUPPORT
     
    2929dnl lifted from autoconf 2.59's configure.ac
    3030AC_PATH_PROG([PERL], perl, no)
    31 AC_SUBST([PERL])dnl
     31AC_SUBST([PERL])
    3232if test "$PERL" = no; then
    3333  AC_MSG_ERROR([perl is not found])
Note: See TracChangeset for help on using the changeset viewer.