Skip to content
Snippets Groups Projects
Commit e32c30ca authored by Alp Mestanogullari's avatar Alp Mestanogullari :squid: Committed by Marge Bot
Browse files

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.
parent ddd905b4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment