diff options
author | Alp Mestanogullari <alpmestan@gmail.com> | 2019-05-16 11:12:30 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-05-21 17:15:45 -0400 |
commit | e32c30caf48517df8ddca6a79a39becfe5622c39 (patch) | |
tree | 1267a33d896394a38ed43e99effdb2f7bb8c9cc5 /distrib | |
parent | ddd905b4eada5a9a33977a435393cf7826a4d6a5 (diff) | |
download | haskell-e32c30caf48517df8ddca6a79a39becfe5622c39.tar.gz |
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.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/configure.ac.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index 9cdb635ed3..bdd9815e59 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 |