- Timestamp:
- Jan 12, 2022, 10:54:01 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20211108/ippTests/ippCheck/configure.ac
r41948 r41986 5 5 6 6 AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2]) 7 AM_CONFIG_HEADER([src/config.h]) 7 8 AM_MAINTAINER_MODE 8 9 10 dnl Not sure what this provides: 11 IPP_STDLDFLAGS 12 13 AC_LANG(C) 14 AC_GNU_SOURCE 15 AC_PROG_CC_C99 9 16 AC_PROG_INSTALL 17 AC_PROG_LIBTOOL 18 AC_SYS_LARGEFILE 19 20 dnl we use PSLIB, but not PSMODULE or any other libraries 21 PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0]) 22 PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0]) 23 24 dnl Not sure what this provides: 25 IPP_STDOPTS 26 IPP_STDCFLAGS 10 27 11 28 AC_CONFIG_FILES([ 12 29 Makefile 30 src/Makefile 13 31 ]) 14 32 AC_OUTPUT
Note:
See TracChangeset
for help on using the changeset viewer.
