From 83b13ebc0446038863360d9c294c687c987a56ed Mon Sep 17 00:00:00 2001 From: Andrew Latham Date: Sat, 13 Oct 2012 15:06:39 +0000 Subject: Add check for Doxygen The autoconf configuration system had a test for DOT but not for Doxygen. I added the test for Doxygen and did an overhaul of the Makefile check to a much simpler process. (issue ASTERISK-20259) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@374940 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- makeopts.in | 1 + 1 file changed, 1 insertion(+) (limited to 'makeopts.in') diff --git a/makeopts.in b/makeopts.in index 25c23b3c4..89873c1c0 100644 --- a/makeopts.in +++ b/makeopts.in @@ -21,6 +21,7 @@ COMPRESS=@COMPRESS@ BASENAME=@BASENAME@ SHELL=@SHELL@ LN=@LN@ +DOXYGEN=@DOXYGEN@ DOT=@DOT@ STRIP=@STRIP@ WGET=@WGET@ -- cgit v1.2.3