[Git][ghc/ghc][wip/rts-configure-2] Lower min autoconf version for rts configure

John Ericson (@Ericson2314) gitlab at gitlab.haskell.org
Thu Dec 8 00:42:36 UTC 2022



John Ericson pushed to branch wip/rts-configure-2 at Glasgow Haskell Compiler / GHC


Commits:
f8a07f5a by John Ericson at 2022-12-07T19:41:09-05:00
Lower min autoconf version for rts configure

we're not sure why it was raised.

- - - - -


1 changed file:

- rts/configure.ac


Changes:

=====================================
rts/configure.ac
=====================================
@@ -20,7 +20,7 @@ dnl * We need 2.52 due to the use of AS_TR_CPP and AS_TR_SH.
 dnl * Using autoconf 2.59 started to give nonsense like this
 dnl     #define SIZEOF_CHAR 0
 dnl   recently.
-AC_PREREQ([2.71])
+AC_PREREQ([2.69])
 
 AC_CONFIG_HEADERS([include/ghcautoconf.h])
 



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f8a07f5af1caff28ce721f194747fd659c53d544

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f8a07f5af1caff28ce721f194747fd659c53d544
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20221207/eb9c7ff8/attachment.html>


More information about the ghc-commits mailing list