summaryrefslogtreecommitdiffstats
path: root/common/path_utils/configure.ac
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2010-03-19 13:59:02 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-03-25 12:14:14 -0400
commit36f341109287f42f33a4ed3d25746741bdfb71f4 (patch)
treecb4eafe4059c0c4c9f522a3db4997b7119487601 /common/path_utils/configure.ac
parent75ad7dcdeb71126f1bd4bfc652c29101dd386a1b (diff)
downloadsssd-36f341109287f42f33a4ed3d25746741bdfb71f4.tar.gz
sssd-36f341109287f42f33a4ed3d25746741bdfb71f4.tar.xz
sssd-36f341109287f42f33a4ed3d25746741bdfb71f4.zip
Generate doxygen documentation for path_utils
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