summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-08-05 22:46:26 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-08-25 20:05:31 -0400
commit4a426924578c1febe8a5d34c7a265223ba8031df (patch)
tree4cdbceb89873af08b542278c19312f85545eb803 /configure.ac
parent659502bc4f78ccba1b35d06eeaa934f2614f1706 (diff)
downloadhaskell-4a426924578c1febe8a5d34c7a265223ba8031df.tar.gz
Drop mk/{build,install,config}.mk.in
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 1 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index daa28f4daf..0917d0789d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,9 +73,6 @@ cat rts/ghcversion.h.bottom >> rts/i
# Hmmm, we fix the RPM release number to 1 here... Is this convenient?
AC_SUBST([release], [1])
-# First off, a distrib sanity check..
-AC_CONFIG_SRCDIR([mk/config.mk.in])
-
dnl * We require autoconf version 2.69 due to
dnl https://bugs.ruby-lang.org/issues/8179. Also see #14910.
dnl * We need 2.50 due to the use of AC_SYS_LARGEFILE and AC_MSG_NOTICE.
@@ -1202,12 +1199,7 @@ checkMake380() {
checkMake380 make
checkMake380 gmake
-dnl Things specific to the make build system
-AC_CONFIG_FILES(
-[ mk/config.mk
- mk/install.mk
- mk/project.mk
-])
+AC_CONFIG_FILES([ mk/project.mk ])
dnl When adding things to this list be sure to update hadrian's
dnl Rules.Configure.configureResults list.