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 | 7ea74ac64811265384c8b2b2a6f12f88b63b3d95 (patch) | |
| tree | 8d67d6f54d6f66c616bb81182a53525156f8470d /path_utils/configure.ac | |
| parent | 404f1fff24862a2b754354b268a0ae74de12d71f (diff) | |
| download | ding-libs2-7ea74ac64811265384c8b2b2a6f12f88b63b3d95.tar.gz ding-libs2-7ea74ac64811265384c8b2b2a6f12f88b63b3d95.tar.xz ding-libs2-7ea74ac64811265384c8b2b2a6f12f88b63b3d95.zip | |
Generate doxygen documentation for path_utils
Diffstat (limited to 'path_utils/configure.ac')
| -rw-r--r-- | path_utils/configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/path_utils/configure.ac b/path_utils/configure.ac index 7978b40..f8b850f 100644 --- a/path_utils/configure.ac +++ b/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 |
