diff options
author | Ian Lynagh <igloo@earth.li> | 2011-04-21 19:36:52 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-04-21 22:48:10 +0100 |
commit | f3a77b2f46ebc27716f45ae426a3b33b853d52f5 (patch) | |
tree | be7fcec319ab3210f6d0769d9367c3aa987eef93 /distrib/configure.ac.in | |
parent | 70f79a6c3c40ca95efc1e2371f663c68c3bb5f08 (diff) | |
download | haskell-f3a77b2f46ebc27716f45ae426a3b33b853d52f5.tar.gz |
Rename "extra-gcc-opts" to "settings", and start generalising it
Diffstat (limited to 'distrib/configure.ac.in')
-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 d5aa2be68d..e54839f0d5 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -88,7 +88,7 @@ dnl ** how to invoke `ar' and `ranlib' FP_PROG_AR_NEEDS_RANLIB # -AC_CONFIG_FILES(extra-gcc-opts mk/config.mk mk/install.mk) +AC_CONFIG_FILES(settings mk/config.mk mk/install.mk) AC_OUTPUT # We get caught by |