diff options
author | sof <unknown> | 2005-03-01 19:16:18 +0000 |
---|---|---|
committer | sof <unknown> | 2005-03-01 19:16:18 +0000 |
commit | 70768203297a567581aaa764086cbcda4b8f09ca (patch) | |
tree | 9c721d55b00c9b4bc6bc836ce713258ecd65597d /configure.ac | |
parent | 6ecafed9479feef5839281f5e8734d274b5aa091 (diff) | |
download | haskell-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.ac | 3 |
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 |