summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-01-04 18:29:49 +0100
committerBen Gamari <ben@smart-cactus.org>2016-01-04 18:29:50 +0100
commit4c56ad36ee0d1f8b6f1b2bc0d8fff1c9acd1a389 (patch)
treec572b428254c5fd605f05caa349c2560c696ef2b /distrib
parent5c10f5ce8831a59f67f2c42ed5d7cf5be10c0860 (diff)
downloadhaskell-4c56ad36ee0d1f8b6f1b2bc0d8fff1c9acd1a389.tar.gz
Build system: delete ghc-pwd
On Windows, with msys2, `pwd` works (as can be seen by the use of `pwd` that slipped into the validate script), so there is really no need for `ghc-pwd` anymore. Test Plan: try it Reviewers: austin, bgamari, Phyx Reviewed By: Phyx Subscribers: Phyx, erikd Differential Revision: https://phabricator.haskell.org/D1731
Diffstat (limited to 'distrib')
-rw-r--r--distrib/configure.ac.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in
index 0f68a52358..4d57cd8545 100644
--- a/distrib/configure.ac.in
+++ b/distrib/configure.ac.in
@@ -6,7 +6,6 @@ dnl
AC_INIT([The Glorious Glasgow Haskell Compilation System], [@ProjectVersion@], [glasgow-haskell-bugs@haskell.org], [ghc])
-FP_BINDIST_GHC_PWD
FP_FIND_ROOT
dnl--------------------------------------------------------------------