summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-04-18 15:55:22 +0000
committerIan Lynagh <igloo@earth.li>2007-04-18 15:55:22 +0000
commit8fbf686cf52d763f185d85d99ae16bd66eba05b1 (patch)
treeab6e5ba93d333c506cc3c8fdd049ed60387f155e /configure.ac
parentb1160a12ea2f0b202ee3a50274f43222935e19cb (diff)
downloadhaskell-8fbf686cf52d763f185d85d99ae16bd66eba05b1.tar.gz
Pass configure arguments to the library configure scripts
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ac9835ae41..ac69cb1387 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,6 +31,8 @@ if test ! -f mk/config.h.in; then
exit 1
fi
+AC_SUBST([CONFIGURE_ARGS], [$ac_configure_args])
+
FP_SETUP_PROJECT_VERSION
# Hmmm, we fix the RPM release number to 1 here... Is this convenient?