-
- Downloads
* Produce a .pc file for libtsk.
* Move the libdl check to occur before the non-pkgconfig sqlite3 check, and do it only once. * Add dependency CFLAGS to CXXFLAGS, since there are now cpp files which need them. * Defined TSK_OPT_DEP_CHECK to eliminate duplicate code when checking for optional dependencies. * Added file for AX_PKG_CHECK_MODULES. Enabled use of pkg-config for depenencies which are known to support it. * Set library variable to "no" when AC_CHECK_HEADERS or AC_CHECK_LIB fails.
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- configure.ac 85 additions, 164 deletionsconfigure.ac
- m4/ax_pkg_check_modules.m4 69 additions, 0 deletionsm4/ax_pkg_check_modules.m4
- m4/tsk_opt_dep_check.m4 140 additions, 0 deletionsm4/tsk_opt_dep_check.m4
- tsk/Makefile.am 17 additions, 0 deletionstsk/Makefile.am
- tsk/tsk.pc.in 15 additions, 0 deletionstsk/tsk.pc.in
Loading
Please register or sign in to comment