summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorAndrew Latham <lathama@gmail.com>2012-10-13 15:06:39 +0000
committerAndrew Latham <lathama@gmail.com>2012-10-13 15:06:39 +0000
commit83b13ebc0446038863360d9c294c687c987a56ed (patch)
tree4afe181df8294992cf397b8fb3f1400624c79060 /makeopts.in
parent0eab8b669d898b8f6acece773556a8f057a0b4cd (diff)
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
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in1
1 files changed, 1 insertions, 0 deletions
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@