summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorsof <unknown>2005-03-01 19:16:18 +0000
committersof <unknown>2005-03-01 19:16:18 +0000
commit70768203297a567581aaa764086cbcda4b8f09ca (patch)
tree9c721d55b00c9b4bc6bc836ce713258ecd65597d /configure.ac
parent6ecafed9479feef5839281f5e8734d274b5aa091 (diff)
downloadhaskell-70768203297a567581aaa764086cbcda4b8f09ca.tar.gz
[project @ 2005-03-01 19:16:14 by sof]
aclocal.m4:FP_PROG_SORT: locate unix-like sort utility; on success, substituted as SortCmd. -configure.ac: use FP_PROG_SORT -mk/config.mk.in: added SORT setting..only used by libraries/Makefile Merge to STABLE
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1b7dbdae4d..1026d80e5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -833,6 +833,9 @@ FP_PROG_CONTEXT_DIFF
dnl ** Find find command (for Win32's benefit)
FP_PROG_FIND
+dnl ** Find sort command (for the benefit of Win32 environs)
+FP_PROG_SORT
+
dnl ** figure out how to do a BSD-ish install
AC_PROG_INSTALL