summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-03-05 16:20:45 +0000
committerIan Lynagh <igloo@earth.li>2009-03-05 16:20:45 +0000
commitbb57db143d9c0207e4c2c4c24ceb688714c2980d (patch)
treed1d0d00ebc96785b33370c3493bfed5bbfa2ec9b /configure.ac
parent8ffd91b6102f4ad3111cabdf6bdb1998f257887f (diff)
downloadhaskell-bb57db143d9c0207e4c2c4c24ceb688714c2980d.tar.gz
Add --version to runghc. Trac #2757.
We use the GHC version number, as the old runghc one doesn't seem very useful.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d298af87a4..85e0617aa0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1290,7 +1290,7 @@ else
fi
AC_SUBST(HavePapi)
-AC_CONFIG_FILES([mk/config.mk compiler/ghc.cabal ghc/ghc-bin.cabal ghc.spec extra-gcc-opts docs/users_guide/ug-book.xml])
+AC_CONFIG_FILES([mk/config.mk compiler/ghc.cabal ghc/ghc-bin.cabal utils/runghc/runghc.cabal ghc.spec extra-gcc-opts docs/users_guide/ug-book.xml])
AC_CONFIG_COMMANDS([mk/stamp-h],[echo timestamp > mk/stamp-h])
AC_OUTPUT