[project @ 1997-06-10 18:40:34 by sof]
[ghc-hetmet.git] / mk / config.mk.in
index 5f5767e..57910d4 100644 (file)
@@ -87,9 +87,9 @@ IncludeTestDirsInBuild=NO
 # 
 GhcProjectName       =The Glorious Glasgow Haskell Compilation System
 GhcProjectNameShort  =ghc
-GhcProjectVersion    =2.03
+GhcProjectVersion    =2.04
 GhcProjectPatchLevel =0
-GhcBuildeeVersion    =203
+GhcBuildeeVersion    =204
 GhcBuilderVersion    =29
 
 #
@@ -383,9 +383,14 @@ HOSTPLATFORM                       = @HostPlatform@
 TARGETPLATFORM                 = @TargetPlatform@
 BUILDPLATFORM                  = @HostPlatform@
 
+# Hack alert:
+# in one or two places, we need to get at the OS version (major and perhaps even minor),
+# HostOS_Full is the OS name reported by AC_CANONICAL_SYSTEM.
+#
 HostPlatform_CPP               = @HostPlatform_CPP@
 HostArch_CPP                   = @HostArch_CPP@
 HostOS_CPP                     = @HostOS_CPP@
+HostOS_Full                    = @HostOS_Full@
 HostVendor_CPP                 = @HostVendor_CPP@
 
 #