X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fconfigure;h=7694d1ba278b86a98d1a4e406769dd61bf7bb298;hb=0a572071e9c08cfaa3e5d4f1beec9241d03d36a0;hp=47129645d5330d3c79578a31dbf78c557b382d03;hpb=7e76a9be80e8d4b7e7c1e30716fbed6eb1e44c7e;p=xestiaab%2F.git diff --git a/source/configure b/source/configure index 4712964..7694d1b 100755 --- a/source/configure +++ b/source/configure @@ -4968,7 +4968,7 @@ if test -z "$GTEST_FOUND_TRUE"; then : echo "Google Test found on the system. Enabling Unit Tests." fi; -ac_config_files="$ac_config_files Makefile" +ac_config_files="$ac_config_files Makefile tests/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -5558,7 +5558,7 @@ esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. -config_files="$ac_config_files" +config_files="`echo $ac_config_files`" _ACEOF @@ -5700,6 +5700,7 @@ for ac_config_target in $ac_config_targets do case $ac_config_target in "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac