]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Add message that make must be run before make check
authorMukund Sivaraman <muks@isc.org>
Tue, 1 Oct 2013 08:24:18 +0000 (13:54 +0530)
committerMukund Sivaraman <muks@isc.org>
Tue, 1 Oct 2013 08:25:31 +0000 (13:55 +0530)
configure.ac

index 66381dd78f231874aa1d5daa85f43c841355ca5c..9dcd39bc3d98f278830131282ba6a165900cf1e6 100644 (file)
@@ -1592,6 +1592,8 @@ END
 cat config.report
 cat <<EOF
 
-  Now you can type "make" to build BIND 10
+  Now you can type "make" to build BIND 10. Note that if you intend to
+  run "make check", you must run "make" first as some files need to be
+  generated by "make" before "make check" can be run.
 
 EOF