summaryrefslogtreecommitdiffstats
path: root/common/path_utils/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'common/path_utils/configure.ac')
-rw-r--r--common/path_utils/configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/path_utils/configure.ac b/common/path_utils/configure.ac
index 7978b40ef..f8b850f48 100644
--- a/common/path_utils/configure.ac
+++ b/common/path_utils/configure.ac
@@ -20,5 +20,8 @@ AM_SILENT_RULES
AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([Makefile path_utils.pc])
+AC_PATH_PROG([DOXYGEN], [doxygen], [false])
+AM_CONDITIONAL([HAVE_DOXYGEN], [test x$DOXYGEN != xfalse ])
+
+AC_CONFIG_FILES([Makefile path_utils.cfg.doxy path_utils.pc])
AC_OUTPUT