diff options
| author | Jaromil <[email protected]> | 2010-09-13 08:55:47 (GMT) |
|---|---|---|
| committer | Jaromil <[email protected]> | 2010-09-13 08:55:47 (GMT) |
| commit | 1b751bd6c0976ee6d92b104135cee72c521728b2 (patch) | |
| tree | 4875bf68d1be168a7c136d21a0ef5f844ed2c670 /configure.ac | |
| parent | 071f365546e8802f447514b5330cb30a58ff295a (diff) | |
autoconf fixes for documentation
doxygen generation and installation
documentation files installation
cleanup of generated documentation
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 66d4c95..9e89a76 100644 --- a/configure.ac +++ b/configure.ac @@ -107,6 +107,8 @@ HAVE_GAVL=false PKG_CHECK_MODULES(GAVL, gavl >= 0.2.3, [HAVE_GAVL=true], [true]) AM_CONDITIONAL([HAVE_GAVL], [test x$HAVE_GAVL = xtrue]) +AC_CHECK_PROG([DOXYGEN], [doxygen], [doxygen]) + AC_CONFIG_FILES([ frei0r.pc @@ -114,7 +116,6 @@ AC_CONFIG_FILES([ include/Makefile src/Makefile doc/Makefile - doc/html/Makefile ]) AC_OUTPUT |

