summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-09-06 12:20:36 +0000
committerIan Lynagh <igloo@earth.li>2007-09-06 12:20:36 +0000
commitc140c1415a91991c617f8ba153b54e6e69cf9640 (patch)
tree0f98d50cbf17bd315eae612f8b459f361a3b1a8f /aclocal.m4
parentb7f448a4ebb2b924f279bf49432f07338f41a764 (diff)
downloadhaskell-c140c1415a91991c617f8ba153b54e6e69cf9640.tar.gz
Remove hardtop_plat/FPTOOLS_TOP_ABS_PLATFORM
They are now the same as hardtop/FPTOOLS_TOP_ABS, so use those instead. Also removed some substitutions of / for \, as we now use a Haskell program to find the top path, and it only makes paths with /s in.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index db0904beb0..d30b10146d 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1121,10 +1121,7 @@ dnl Remove common automounter nonsense
dnl
hardtop=`echo $hardtop | sed 's|^/tmp_mnt.*\(/local/.*\)$|\1|' | sed 's|^/tmp_mnt/|/|'`
-hardtop_plat="$hardtop"
-
AC_SUBST(hardtop)
-AC_SUBST(hardtop_plat)
AC_MSG_RESULT(${hardtop})