IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2022, 10:54:01 AM (5 years ago)
Author:
eugene
Message:

put ippCheckKeys under autogen / configure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/ippTests/ippCheck/configure.ac

    r41948 r41986  
    55
    66AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2])
     7AM_CONFIG_HEADER([src/config.h])
    78AM_MAINTAINER_MODE
    89
     10dnl Not sure what this provides:
     11IPP_STDLDFLAGS
     12
     13AC_LANG(C)
     14AC_GNU_SOURCE
     15AC_PROG_CC_C99
    916AC_PROG_INSTALL
     17AC_PROG_LIBTOOL
     18AC_SYS_LARGEFILE
     19
     20dnl we use PSLIB, but not PSMODULE or any other libraries
     21PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])
     22PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0])
     23
     24dnl Not sure what this provides:
     25IPP_STDOPTS
     26IPP_STDCFLAGS
    1027
    1128AC_CONFIG_FILES([
    1229  Makefile
     30  src/Makefile
    1331])
    1432AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.