From 296ead7e2d8b8def7ae14ae5f25c310aca2f5a81 Mon Sep 17 00:00:00 2001 From: davemds Date: Sat, 8 Feb 2014 21:32:02 +0100 Subject: [PATCH] Show docs info/instructions in config summary --- legacy/elementary/configure.ac | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/legacy/elementary/configure.ac b/legacy/elementary/configure.ac index e7e61808e3..72e1c47e47 100644 --- a/legacy/elementary/configure.ac +++ b/legacy/elementary/configure.ac @@ -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"