diff options
author | Ian Lynagh <igloo@earth.li> | 2007-04-18 15:55:22 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-04-18 15:55:22 +0000 |
commit | 8fbf686cf52d763f185d85d99ae16bd66eba05b1 (patch) | |
tree | ab6e5ba93d333c506cc3c8fdd049ed60387f155e /configure.ac | |
parent | b1160a12ea2f0b202ee3a50274f43222935e19cb (diff) | |
download | haskell-8fbf686cf52d763f185d85d99ae16bd66eba05b1.tar.gz |
Pass configure arguments to the library configure scripts
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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? |