X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=configure;h=d3e30b53ea518c945c1fa2b3676c13c6cb83e4d8;hp=364854f3d936ac3a2861cd03fbf622cba7793c15;hb=9479baf6f1242e901e090a72a6ac174dc3649a47;hpb=af64530d3f93dd1c379ad3ba93608ca5ad700598 diff --git a/configure b/configure index 364854f3..d3e30b53 100755 --- a/configure +++ b/configure @@ -40,10 +40,6 @@ if [ "$srcdir" != "." ]; then cp "$srcdir"/"$dir"/Makefile "$dir" done - # Easiest way to get the test suite to work is to just copy the - # whole thing into the build directory. - cp -a "$srcdir"/test/* test - # Emacs only likes to generate compiled files next to the .el files # by default so copy these as well (which is not ideal). cp -a "$srcdir"/emacs/*.el emacs @@ -651,6 +647,7 @@ if command -v cppcheck > /dev/null; then have_cppcheck=1 printf "Yes.\n" else + have_cppcheck=0 printf "No.\n" fi