summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-01-07 09:59:56 -0500
committerBen Gamari <ben@smart-cactus.org>2017-01-10 13:22:30 -0500
commitfe75d2d4db44cee72d505bba24bd44c1a2a75613 (patch)
tree096116b6d4348c6b98f8f086742731fd141d95d7 /configure.ac
parent0a6c257de5c217436ec61fdf4b06bca059181f83 (diff)
downloadhaskell-fe75d2d4db44cee72d505bba24bd44c1a2a75613.tar.gz
Ensure mkUserGuidePart is compiled with current GHC version
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3ccaf1ef58..7dcde099ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1157,7 +1157,7 @@ checkMake380() {
checkMake380 make
checkMake380 gmake
-AC_CONFIG_FILES([mk/config.mk mk/install.mk mk/project.mk compiler/ghc.cabal ghc/ghc-bin.cabal utils/runghc/runghc.cabal libraries/ghc-boot/ghc-boot.cabal libraries/ghc-boot-th/ghc-boot-th.cabal libraries/ghci/ghci.cabal settings docs/users_guide/ghc_config.py docs/index.html libraries/prologue.txt distrib/configure.ac])
+AC_CONFIG_FILES([mk/config.mk mk/install.mk mk/project.mk compiler/ghc.cabal ghc/ghc-bin.cabal utils/runghc/runghc.cabal libraries/ghc-boot/ghc-boot.cabal libraries/ghc-boot-th/ghc-boot-th.cabal libraries/ghci/ghci.cabal settings docs/users_guide/ghc_config.py docs/index.html libraries/prologue.txt utils/mkUserGuidePart/mkUserGuidePart.cabal distrib/configure.ac])
AC_OUTPUT
if test "$print_make_warning" = "true"; then