mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
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
This commit is contained in:
@@ -21,6 +21,7 @@ COMPRESS=@COMPRESS@
|
||||
BASENAME=@BASENAME@
|
||||
SHELL=@SHELL@
|
||||
LN=@LN@
|
||||
DOXYGEN=@DOXYGEN@
|
||||
DOT=@DOT@
|
||||
STRIP=@STRIP@
|
||||
WGET=@WGET@
|
||||
|
Reference in New Issue
Block a user