summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2006-11-18 19:36:48 -0800
committerJamey Sharp <jamey@minilop.net>2006-11-18 22:35:39 -0800
commit44a2160c95f6c90d461d66c0278348c62d2d77fa (patch)
tree9be8eb9e843dd38b212be458b0eb27452119a6b9 /acinclude.m4
parent142fe9a6f2b13d42b0e4baaa25155067f45d065b (diff)
Make doc installation work and simplify doc/Makefile.am.
Don't override the default htmldir with an unquoted copy. Don't suppress `make` echoing on Doxygen commands. Ensure the tutorial is always installed even if Doxygen isn't available. Take better advantage of the automake installation infrastructure.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
1 files changed, 0 insertions, 4 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 27fda42..186873c 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -99,10 +99,6 @@ AC_DEFUN([AM_CHECK_DOXYGEN],
dnl Substitution
dnl
AC_SUBST([DOXYGEN])
- dnl according to the autoconf doc, htmldir == docdir == ${prefix}/share/doc/${PACKAGE_NAME}
- dnl I tried to use docdir, without success
- htmldir=${prefix}/share/doc/${PACKAGE_NAME}
- AC_SUBST(htmldir)
AM_CONDITIONAL(BUILD_DOCS, test "x$BUILD_DOCS" = "xyes")
])
dnl End of acinclude.m4