summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2021-02-12 16:38:29 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-02-16 04:36:02 -0500
commit42ab06f793c0164e2b60acc018ca37d91b46999a (patch)
tree442f96b58ea78c6706d485bdaabbfda06a8e8362 /aclocal.m4
parenta01e78cc5badff447f4b242ef79f24ea8c9ff1cf (diff)
downloadhaskell-42ab06f793c0164e2b60acc018ca37d91b46999a.tar.gz
Replace more autotools obsolete macros (#19189)
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 3e240eaaaa..088893a0fe 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -673,7 +673,7 @@ AC_DEFUN([FP_SET_CFLAGS_C99],
CPPFLAGS="$$3"
unset ac_cv_prog_cc_c99
dnl perform detection
- _AC_PROG_CC_C99
+ AC_PROG_CC_C99
fp_cc_c99="$ac_cv_prog_cc_c99"
case "x$ac_cv_prog_cc_c99" in
x) ;; # noop
@@ -875,7 +875,7 @@ AC_SUBST(ContextDiffCmd, [$fp_cv_context_diff])
# is supported in autoconf versions 2.50 up to the actual 2.57, so there is
# little risk.
AC_DEFUN([FP_COMPUTE_INT],
-[_AC_COMPUTE_INT([$1], [$2], [$3], [$4])[]dnl
+[AC_COMPUTE_INT([$2], [$1], [$3], [$4])[]dnl
])# FP_COMPUTE_INT