Show docs info/instructions in config summary
authordavemds <dave@gurumeditation.it>
Sat, 8 Feb 2014 20:32:02 +0000 (21:32 +0100)
committerdavemds <dave@gurumeditation.it>
Sat, 8 Feb 2014 20:32:02 +0000 (21:32 +0100)
configure.ac

index e7e6180..72e1c47 100644 (file)
@@ -767,6 +767,11 @@ echo "Tests......................: no"
 else
 echo "Tests......................: make check"
 fi
+if test "${build_doc}" = "no"; then
+echo "Docs.......................: no (doxygen not found)"
+else
+echo "Docs.......................: make doc"
+fi
 echo
 echo "Installation...............: make install (as root if needed, with 'su' or 'sudo')"
 echo "  prefix...................: $prefix"