summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-02-23 04:23:06 +0100
committerDan McGee <dan@archlinux.org>2007-02-23 04:23:06 +0100
commit6fc803258aae173dd9ac81efedb4402ed53cce8a (patch)
tree53870819b0259cfe293367b15dbab05dbb1c183f /configure.ac
parenta474586d15216e7eb04a07c86054cda8c2951bfd (diff)
downloadpacman-6fc803258aae173dd9ac81efedb4402ed53cce8a.tar.gz
pacman-6fc803258aae173dd9ac81efedb4402ed53cce8a.tar.xz
* Removed man2html stuff from configure. It is now available in the doc/
directory by running the target man2html, e.g. 'make man2html'. * Slightly fixed up the bottom of the manpages.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac23
1 files changed, 0 insertions, 23 deletions
diff --git a/configure.ac b/configure.ac
index 436c5fbe..d0b9d35f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,11 +38,6 @@ AC_CHECK_FUNCS([strverscmp])
AM_PROG_LIBTOOL
AM_CONDITIONAL(LINKSTATIC, test "$enable_static" = "yes")
-dnl Help line for man2html
-AC_ARG_ENABLE(man2html,
- AC_HELP_STRING([--enable-man2html], [Build html docs via man2html]),
- [wantman2html=$enableval], [wantman2html=no])
-
dnl Help line for doxygen
AC_ARG_ENABLE(doxygen,
AC_HELP_STRING([--disable-doxygen], [Build API docs via Doxygen]),
@@ -118,23 +113,6 @@ dnl Humor lowers blood pressure
AC_MSG_CHECKING(your blood pressure)
AC_MSG_RESULT([a bit high, but we can proceed])
-dnl Check for man2html binary
-AC_MSG_CHECKING(for man2html)
-if test "x$wantman2html" = "xyes" ; then
- AC_CHECK_PROGS([MAN2HTML], [man2html])
- if test $MAN2HTML ; then
- AC_MSG_RESULT(yes)
- useman2html=yes
- else
- AC_MSG_RESULT(no, man2html missing)
- useman2html=no
- fi
-else
- AC_MSG_RESULT(no, disabled by configure)
- useman2html=no
-fi
-AM_CONDITIONAL(HAS_MAN2HTML, test "x$useman2html" = "xyes")
-
dnl Check for doxygen support
AC_MSG_CHECKING(for doxygen)
if test "x$wantdoxygen" = "xyes" ; then
@@ -242,7 +220,6 @@ pacman-$VERSION:
pacman.conf location : ${configfile}
Doxygen support : ${usedoxygen}
- man2html support : ${useman2html}
debug support : ${debug}
fakeroot-proof support : ${fakeroot}
"