diff Makefile.am @ 10925:993db24dae16

[gaim-migrate @ 12696] Added some checks to configure.ac to check if doxygen and dot are available and act accordingly rather than spewing errors. committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Mon, 16 May 2005 21:48:05 +0000
parents c398f55ce5c7
children ed397b13f4d7
line wrap: on
line diff
--- a/Makefile.am	Mon May 16 18:24:30 2005 +0000
+++ b/Makefile.am	Mon May 16 21:48:05 2005 +0000
@@ -43,4 +43,10 @@
 SUBDIRS = doc intl pixmaps plugins po sounds src
 
 docs: Doxyfile
+if HAVE_DOXYGEN
+	@echo "Running doxygen..."
 	@doxygen
+else
+	@echo "doxygen was not found during configure.  Aborting."
+	@echo;
+endif