diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-03-19 13:59:02 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-03-25 12:14:14 -0400 |
commit | 36f341109287f42f33a4ed3d25746741bdfb71f4 (patch) | |
tree | cb4eafe4059c0c4c9f522a3db4997b7119487601 /common/path_utils/configure.ac | |
parent | 75ad7dcdeb71126f1bd4bfc652c29101dd386a1b (diff) | |
download | sssd-36f341109287f42f33a4ed3d25746741bdfb71f4.tar.gz sssd-36f341109287f42f33a4ed3d25746741bdfb71f4.tar.bz2 sssd-36f341109287f42f33a4ed3d25746741bdfb71f4.zip |
Generate doxygen documentation for path_utils
Diffstat (limited to 'common/path_utils/configure.ac')
-rw-r--r-- | common/path_utils/configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/common/path_utils/configure.ac b/common/path_utils/configure.ac index 7978b40e..f8b850f4 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 |