IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 18, 2010, 6:42:01 PM (16 years ago)
Author:
Paul Price
Message:

Reworked ppStack to be better about error codes and their translation to exit codes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/configure.ac

    r23801 r27004  
    2222PKG_CHECK_MODULES([PPSTATS],  [ppStats >= 1.0.0])
    2323
     24AC_PATH_PROG([ERRORCODES], [psParseErrorCodes], [missing])
     25if test "$ERRORCODES" = "missing" ; then
     26  AC_MSG_ERROR([psParseErrorCodes is required])
     27fi
     28
    2429IPP_STDOPTS
    2530CFLAGS="${CFLAGS=} -Wall -Werror"
Note: See TracChangeset for help on using the changeset viewer.