diff options
| author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-04-19 23:13:09 +0000 |
|---|---|---|
| committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-04-19 23:13:09 +0000 |
| commit | 5708daaac78361a8fd8677bf4387bd49694d2e57 (patch) | |
| tree | cba9af7ed35403ac1c0269a231604e4f7b1e63a1 /configure.in | |
| parent | 9e7ca408e3ba5389e2ee3b5c0746cce501468cc7 (diff) | |
| download | xine-lib-5708daaac78361a8fd8677bf4387bd49694d2e57.tar.gz xine-lib-5708daaac78361a8fd8677bf4387bd49694d2e57.tar.bz2 | |
Add doxygen support. just do 'make docs', and html version will be
created into doc/xine-lib-API/html subdir. This is a pre-alpha
API documentation, you're warned ;-).
CVS patchset: 7
CVS date: 2001/04/19 23:13:09
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 3f624c03c..998b80c81 100644 --- a/configure.in +++ b/configure.in @@ -336,6 +336,7 @@ else fi AC_SUBST(ACLOCAL_DIR) +AC_CHECK_PROG(DOXYGEN, doxygen, doxygen, no) dnl dnl Output configuration files |
