From e32c30caf48517df8ddca6a79a39becfe5622c39 Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari <alpmestan@gmail.com> Date: Thu, 16 May 2019 11:12:30 +0200 Subject: [PATCH] distrib/configure.ac.in: remove mention to 'settings', since settings.in is gone Otherwise, when `./configure`ing a GHC bindist, produced by either Make or Hadrian, we would try to generate the `settings` file from the `settings.in` template that we used to have around but which has been gone since d37d91e9. That commit generates the settings file using the build systems instead, but forgot to remove this mention to the `settings` file. --- distrib/configure.ac.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index 9cdb635ed36d..bdd9815e5990 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -197,7 +197,7 @@ fi FP_SETTINGS # -AC_CONFIG_FILES(settings mk/config.mk mk/install.mk) +AC_CONFIG_FILES(mk/config.mk mk/install.mk) AC_OUTPUT # We get caught by -- GitLab