summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-10-27 04:06:46 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-11-05 20:25:32 -0400
commit3645abac01b634b61b2ea2508ba67e88ef9ee219 (patch)
tree0274f7f1fdcb328e76a531a3ec25e357c5bc8188 /configure.ac
parentd96ce59dc86799f0cf07da2ce5a55b189a50c130 (diff)
downloadhaskell-3645abac01b634b61b2ea2508ba67e88ef9ee219.tar.gz
Avoid GHC_STAGE and other include bits
We should strive to make our includes in terms of the RTS as much as possible. One place there that is not possible, the llvm version, we make a new tiny header Stage numbers are somewhat arbitrary, if we simple need a newer RTS, we should say so.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 634210b151..bb0ab606cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,8 +71,11 @@ AC_PREREQ([2.69])
# -------------------------------------------------------------------------
# Prepare to generate the following header files
#
-#
+
+# This one is autogenerated by autoheader.
AC_CONFIG_HEADER(mk/config.h)
+# This one is manually maintained.
+AC_CONFIG_HEADER(compiler/ghc-llvm-version.h)
# No, semi-sadly, we don't do `--srcdir'...
if test x"$srcdir" != 'x.' ; then