[[project @ 2003-07-01 12:25:49 by panne]
panne**20030701122549
Mention unix package only for non-WinDoze builds.
] {
hunk ./ghc/configure.in 22
+
+dnl Uncomment links to unix docs if necessary dnl NOTE: This is a slight
+dnl hack: It needs to be synchronized with fptools/configure.in and
+dnl fptools/libraries/Makefile and should probably use target features
+dnl instead of host.
+AC_CANONICAL_HOST
+
+case $host in
+i[3456]86-*-mingw32*)
+ unixHTMLStart=""
+ ;;
+*)
+ unixHTMLStart=""
+ unixHTMLEnd=""
+ ;;
+esac
+
+AC_SUBST(unixHTMLStart)
+AC_SUBST(unixHTMLEnd)
hunk ./ghc/docs/libraries.html.in 42
+@unixHTMLStart@
hunk ./ghc/docs/libraries.html.in 46
- supplies POSIX functionality (not all platforms).
+ supplies POSIX functionality.
hunk ./ghc/docs/libraries.html.in 48
+@unixHTMLEnd@
hunk ./ghc/docs/libraries.html.in 88
- Hugs provides almost all of the modules in the base package,
- all the modules in the
- haskell98, network and haskell-src packages,
- and some of those in the unix package.
- These modules are always available, as a single hierarchy;
+ Hugs provides almost all of the modules in the
+ base package and all the
+ modules in the haskell98,
+ network and
+ haskell-src packages.
+@unixHTMLStart@
+ Some of the modules in the unix package are supported, too.
+@unixHTMLEnd@
+ All those modules are always available, as a single hierarchy;
}