X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2Fconfigure;h=9eef490627f8759e2c7e5b4abdbc82cb8802259d;hp=c1eecfb607ae809dd467a2557df7f46a924374a1;hb=435ff78d5ad3716f9c3081c0f86043ad8e55fc9d;hpb=353e537a0c84a496c97e8889403c77d13a0b7341 diff --git a/source/configure b/source/configure index c1eecfb..9eef490 100755 --- a/source/configure +++ b/source/configure @@ -4850,9 +4850,8 @@ fi # [AC_SUBST([GTEST], [" @echo \"Google Test was not found on the system. Unable to build tests.\""])]) #AM_COND_IF([GTEST_FOUND], [echo "Google Test found on the system. Enabling Unit Tests."]); -ac_config_files="$ac_config_files Makefile" +ac_config_files="$ac_config_files Makefile tests/Makefile" -#AC_CONFIG_FILES([Makefile tests/Makefile]) cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -5575,6 +5574,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