X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Faclocal.m4;h=e7b9bbe043ce8788d853440348f29f0f3e3730a7;hb=81d9bd68cd5bc763ef7d675d5263f210e7dca9c0;hp=a364788e91a6c39819fca60eafbe1c2787ad1d66;hpb=f30908b63b7bda01ac4fc8a3a62ea2a23da01ae9;p=ghc-hetmet.git diff --git a/ghc/aclocal.m4 b/ghc/aclocal.m4 index a364788..e7b9bbe 100644 --- a/ghc/aclocal.m4 +++ b/ghc/aclocal.m4 @@ -22,6 +22,10 @@ AC_SUBST([ProjectVersionInt]) # The project patchlevel is zero unless stated otherwise test -z "$ProjectPatchLevel" && ProjectPatchLevel=0 + +# Remove dots from the patch level; this allows us to have versions like 6.4.1.20050508 +ProjectPatchLevel=`echo $ProjectPatchLevel | sed 's/\.//'` + AC_SUBST([ProjectPatchLevel]) ])# FP_SETUP_PROJECT_INFO