projects
/
ghc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
114baf6
)
[PATCH] [configure] Fix _AC_PROG_CC_99
author
Moritz Angermann
<moritz.angermann@gmail.com>
Wed, 17 Feb 2021 13:13:07 +0000
(21:13 +0800)
committer
Peter Michael Green
<plugwash@raspbian.org>
Thu, 30 Sep 2021 18:21:04 +0000
(19:21 +0100)
_AC_PROG_CC_99 isn't available anymore in recent autoconf versions.
This broke on aarch64-darwin.
Gbp-Pq: Name autoconf-2.71.patch
aclocal.m4
patch
|
blob
|
history
diff --git
a/aclocal.m4
b/aclocal.m4
index 55a1ef156cc5b51d8d1b5980528bb67fbe728057..4b2a6e754b35fb92b69742fcff2d16323ee10707 100644
(file)
--- a/
aclocal.m4
+++ b/
aclocal.m4
@@
-613,7
+613,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