X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=e0b9d3cec9ce33b2b13d2d1c274e5cfc3123f67c;hp=ba0fcc8e634430387dcdf1e69b01e4f58cff09a2;hb=62bad18960643f862bba8f14c31cce15b287fb81;hpb=9905c28c7fa0e1893ad00a6fd8221e9676bbdd7c diff --git a/mk/config.mk.in b/mk/config.mk.in index ba0fcc8..e0b9d3c 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -501,9 +501,6 @@ endif # On Windows this is a c:/foo/bar style path. FPTOOLS_TOP_ABS = @hardtop@ -# This gets used in the default docdir -PACKAGE_TARNAME = @PACKAGE_TARNAME@ - BIN_DIST_NAME=ghc-$(ProjectVersion) BIN_DIST_TOPDIR_REL=$(FPTOOLS_TOP) BIN_DIST_TOPDIR_ABS=$(FPTOOLS_TOP_ABS) @@ -539,6 +536,9 @@ BIN_DIST_INST_DIR = $(FPTOOLS_TOP_ABS)/bindisttest/installed # string "${docdir}", not the value of docdir! This is crucial for the GNU # coding standards. +# This gets used in the default docdir when autoconf >= 2.60 is used +PACKAGE_TARNAME := @PACKAGE_TARNAME@ + prefix := @prefix@ # New autoconf (>= 2.60?) make a configure with a --datarootdir=DIR flag.