summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-10-01 19:57:15 +0200
committerHaru <haru@dotalux.com>2016-10-02 17:26:07 +0200
commitfad2325ed62ed8a3f7c09635415f096b680d34f9 (patch)
treec8cdfbc14b6472f8eaa59540ffc1cfec62c4a97a /configure
parentd235a0ef5897aa0a145a79a4d41eed7257c246b7 (diff)
downloadhercules-fad2325ed62ed8a3f7c09635415f096b680d34f9.tar.gz
hercules-fad2325ed62ed8a3f7c09635415f096b680d34f9.tar.bz2
hercules-fad2325ed62ed8a3f7c09635415f096b680d34f9.tar.xz
hercules-fad2325ed62ed8a3f7c09635415f096b680d34f9.zip
Added Doxygen configuration (use 'make docs' to generate)
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 90bcd409b..9fe0c9d5b 100755
--- a/configure
+++ b/configure
@@ -2196,6 +2196,8 @@ ac_config_files="$ac_config_files src/test/Makefile"
ac_config_files="$ac_config_files tools/HPMHookGen/Makefile"
+ac_config_files="$ac_config_files tools/doxygen/Makefile"
+
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
@@ -10220,6 +10222,7 @@ do
"src/tool/Makefile") CONFIG_FILES="$CONFIG_FILES src/tool/Makefile" ;;
"src/test/Makefile") CONFIG_FILES="$CONFIG_FILES src/test/Makefile" ;;
"tools/HPMHookGen/Makefile") CONFIG_FILES="$CONFIG_FILES tools/HPMHookGen/Makefile" ;;
+ "tools/doxygen/Makefile") CONFIG_FILES="$CONFIG_FILES tools/doxygen/Makefile" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac