summaryrefslogtreecommitdiff
path: root/m4/fp_prog_sh.m4
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-10-23 04:22:10 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-10-31 09:05:16 -0400
commitf5471c0baaa5c05488888f6d51485031e621a90b (patch)
tree0ef66802e4a14e46e0b8e57c04c4d3eb073eca00 /m4/fp_prog_sh.m4
parente4095c0c85b9c9f70f3c3d665370916e8fd4f616 (diff)
downloadhaskell-f5471c0baaa5c05488888f6d51485031e621a90b.tar.gz
Modularize autoconf platform detection
This will allow better reuse of it, such as in the upcoming RTS configure script. Progress towards #17191
Diffstat (limited to 'm4/fp_prog_sh.m4')
-rw-r--r--m4/fp_prog_sh.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/fp_prog_sh.m4 b/m4/fp_prog_sh.m4
index f7c2c49fe8..18e909da51 100644
--- a/m4/fp_prog_sh.m4
+++ b/m4/fp_prog_sh.m4
@@ -3,7 +3,7 @@
# Find a functional Bourne shell
AC_DEFUN([FP_PROG_SH],
[
- AC_REQUIRE([FPTOOLS_SET_PLATFORM_VARS]) dnl for $windows
+ AC_REQUIRE([FPTOOLS_SET_PLATFORMS_VARS]) dnl for $windows
AC_ARG_VAR(SH,[Use as the full path to a Bourne shell. [default=autodetect]])
AC_PATH_PROGS([SH], [sh bash])
if test "$windows" = "YES"; then