From 339dabd9c7f62cc3d0a45bfd2e965c531fd5b5d5 Mon Sep 17 00:00:00 2001 From: pdmef Date: Sat, 2 Apr 2005 13:46:52 +0000 Subject: [PATCH] Rocco Rutte: recognize SGML Tools on Solaris git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@240 e385b8ad-14ed-0310-8656-cc95a2468c6d --- configure.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure.in b/configure.in index c199e96..aad23c2 100644 --- a/configure.in +++ b/configure.in @@ -1146,6 +1146,12 @@ case "`uname -s`" in SGML2HTML_CMD="sgmlfmt -f html manual.sgml || true" AC_MSG_RESULT(FreeBSD) ;; + SunOS) + SGML2TXT_CMD="sgml2txt manual || true" + SGML2PS_CMD="sgml2latex -p manual || true" + SGML2HTML_CMD="sgml2html manual || true" + AC_MSG_RESULT(Solaris) + ;; *) SGML2TXT_CMD="if linuxdoc -B txt --pass='-P -c' manual ; then uniq < manual.txt | expand > _manual.txt ; rm manual.txt ; col -b < _manual.txt > manual.txt ; rm -rf _manual.txt ; fi || true" SGML2PS_CMD="sgml2latex --output=ps manual || true" -- 2.20.1