--- a/configure Sat Dec 28 17:32:36 2024 +0100 +++ b/configure Sun Dec 29 15:24:20 2024 +0100 @@ -156,7 +156,7 @@ # custom variables if true \ ; then - src_dir=`pwd` + root_dir=`pwd` DOXYGEN=`command -v doxygen` PANDOC=`command -v pandoc` fi @@ -310,6 +310,11 @@ if notistoolchain "gcc"; then break fi + if command -v gcovr > /dev/null ; then + : + else + break + fi TEMP_CFLAGS="$TEMP_CFLAGS \${COVERAGE_CFLAGS}" TEMP_LDFLAGS="$TEMP_LDFLAGS \${COVERAGE_LDFLAGS}" print_check_msg "$dep_checked_coverage" "yes\n" @@ -523,10 +528,10 @@ LIBVERSION_MAJOR=5 # build directory structure !! do not change or override !! -src_dir=${src_dir} -build_dir=${src_dir}/build -docs_dir=${src_dir}/build/docs -dist_dir=${src_dir}/dist +root_dir=${root_dir} +build_dir=${root_dir}/build +docs_dir=${root_dir}/build/docs +dist_dir=${root_dir}/dist __EOF__ break done