summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-10-09 17:56:52 -0300
committershennetsind <ind@henn.et>2013-10-09 17:56:52 -0300
commitfc4ae790a3e4c0a86beb2eec140479a9511b265d (patch)
tree132517c2a6f1409ce3ceece80441020380e55230 /configure.in
parent40f62c2626766cbd0b70776f42e69b5a8f98455e (diff)
parent5fdbee45f634d5d5b29ffa3144c8ac4881c10578 (diff)
downloadhercules-fc4ae790a3e4c0a86beb2eec140479a9511b265d.tar.gz
hercules-fc4ae790a3e4c0a86beb2eec140479a9511b265d.tar.bz2
hercules-fc4ae790a3e4c0a86beb2eec140479a9511b265d.tar.xz
hercules-fc4ae790a3e4c0a86beb2eec140479a9511b265d.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 486390eaa..bd80bd43f 100644
--- a/configure.in
+++ b/configure.in
@@ -10,6 +10,7 @@ AC_CONFIG_FILES([3rdparty/mt19937ar/Makefile 3rdparty/libconfig/Makefile])
AC_CONFIG_FILES([src/char/Makefile src/login/Makefile])
AC_CONFIG_FILES([src/map/Makefile src/plugins/Makefile src/tool/Makefile])
AC_CONFIG_FILES([src/test/Makefile])
+AC_CONFIG_FILES([tools/HPMHookGen/Makefile])
AC_GNU_SOURCE
@@ -992,6 +993,13 @@ AC_SUBST([HAVE_PCRE])
AC_SUBST([PCRE_LIBS])
AC_SUBST([PCRE_CFLAGS])
+#
+# Doxygen, perl (for HPMHookGen)
+#
+
+AC_CHECK_PROG([HAVE_DOXYGEN],[doxygen],[yes],[no])
+
+AC_CHECK_PROG([HAVE_PERL],[perl],[yes],[no])
#
# Host specific stuff