X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=0eec930b4aeacc83418babbc15cb8f5646a16a55;hb=b7e7255e71059c13bbd96f6ccd75559f23ba8726;hp=66fe0936022e584df41d0ca37e60e880bc60ceaa;hpb=ce93b8c5acec8674d5b1a96f19ad5196366e7454;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 66fe093..0eec930 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -509,6 +509,11 @@ HSTAGS_PREFIX = $(FPTOOLS_TOP)/ghc/utils/hstags/ # $(MKDEPENDHS) is the Haskell dependency generator (ghc -M). GHC = @GHC@ +GhcVersion = @GhcVersion@ +GhcMajVersion = @GhcMajVersion@ +GhcMinVersion = @GhcMinVersion@ +GhcPatchLevel = @GhcPatchLevel@ + HBC = @HBC@ NHC = @NHC@ @@ -543,6 +548,12 @@ HaveLibGmp = @HaveLibGmp@ LibGmp = @LibGmp@ #----------------------------------------------------------------------------- +# Regex library +# (if present in libc use that one, otherwise use the one in the tree) +# +HaveRegex = @HaveRegex@ + +#----------------------------------------------------------------------------- # Flex FLEX = @LEX@