From a4c2ac2cef3d0ad3c968b8195daf651e672d3435 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Mon, 4 Sep 2017 08:01:04 -0400 Subject: get-win32-tarballs: Use correct `find` This fixes #12502 by using the `find` utility found by FP_PROG_FIND instead of the first one in PATH. Test Plan: Validate on Windows Reviewers: Phyx, austin, hvr Reviewed By: Phyx Subscribers: rwbarton, thomie, erikd GHC Trac Issues: #12502 Differential Revision: https://phabricator.haskell.org/D3907 --- distrib/configure.ac.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'distrib/configure.ac.in') diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index 7c27dad64e..9a94cf2c3d 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -62,6 +62,12 @@ dnl ** figure out how to do a BSD-ish install ** # AC_PROG_INSTALL +# +dnl ** find `find`, used by get-win32-tarballs.sh (see #12502) +# +FP_PROG_FIND() +export FIND + # dnl ** how to do symlinks ** # -- cgit v1.2.1