IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2007, 3:04:24 PM (19 years ago)
Author:
magnier
Message:

adding psmodules errors (PM_ERR_...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/configure.ac

    r10876 r11250  
    9999AC_CHECK_PROG([doxygen], [doxygen], [true], [false])
    100100AM_CONDITIONAL(DOXYGEN, test x$doxygen = xtrue)
     101
     102dnl ------------------------------------------------------------
     103
     104AC_PATH_PROG([ERRORCODES], [psParseErrorCodes], [missing])
     105if test "$ERRORCODES" = "missing" ; then
     106  AC_MSG_ERROR([psParseErrorCodes is required])
     107fi
    101108
    102109dnl ------------------ kapa,libkapa options -------------------------
Note: See TracChangeset for help on using the changeset viewer.