IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11506


Ignore:
Timestamp:
Jan 31, 2007, 3:45:36 PM (19 years ago)
Author:
jhoblitt
Message:

use IPP_STDOPS macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/configure.ac

    r11291 r11506  
    88AM_MAINTAINER_MODE
    99
     10IPP_STDOPS
     11
    1012AC_LANG(C)
    1113AC_GNU_SOURCE
     
    1315AC_PROG_INSTALL
    1416dnl AC_PROG_LIBTOOL
    15 
    16 dnl enable largefile supports
    1717AC_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="-O2"],
    24   [AC_MSG_RESULT([compile optimization disabled])
    25    CFLAGS="-O0 -g"]
    26 )
    2718
    2819PKG_CHECK_MODULES([PSLIB], [pslib >= 0.12.99])
     
    3223PKG_CHECK_MODULES([PPSTATS], [ppStats >= 0.0.0])
    3324
    34 CFLAGS="${CFLAGS} -Wall -Werror -std=c99"
     25CFLAGS="${CFLAGS=} -Wall -Werror -std=c99"
    3526
    3627AC_CONFIG_FILES([
Note: See TracChangeset for help on using the changeset viewer.