IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 31, 2007, 5:21:26 PM (19 years ago)
Author:
jhoblitt
Message:

use IPP_STDOPTS macro
cleanup CFLAGS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/configure.ac

    r11133 r11528  
    1313AC_PROG_INSTALL
    1414dnl AC_PROG_LIBTOOL
    15 
    16 dnl enable largefile supports
    1715AC_SYS_LARGEFILE
    18 
    19 dnl handle debug building
    20 AC_ARG_ENABLE(optimize,
    21   [AS_HELP_STRING(--enable-optimize,enable compiler optimization)],
    22   [AC_MSG_RESULT(compile optimization enabled)
    23    CFLAGS="${CFLAGS=} -O2 -DPS_NO_TRACE"],
    24   [AC_MSG_RESULT([compile optimization disabled])
    25    CFLAGS="${CFLAGS=} -O0 -g"]
    26 )
    2716
    2817PKG_CHECK_MODULES([PSLIB], [pslib >= 0.12.99])
    2918
    30 stac_CFLAGS="-Wall -Werror -std=c99"
    31 AC_SUBST([stac_CFLAGS])
     19CFLAGS="${CFLAGS=} -Wall -Werror -std=c99"
    3220
    3321AC_CONFIG_FILES([
Note: See TracChangeset for help on using the changeset viewer.