diff options
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/configure.ac.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index 314bb3a14e..8c7b226df4 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -12,8 +12,15 @@ dnl-------------------------------------------------------------------- FP_GMP +dnl Various things from the source distribution configure bootstrap_target=@TargetPlatform@ +FFIIncludeDir=@FFIIncludeDir@ +FFILibDir=@FFILibDir@ +AC_SUBST(FFILibDir) +AC_SUBST(FFIIncludeDir) + + # We have to run these unconditionally as FPTOOLS_SET_PLATFORM_VARS wants the # values it computes. AC_CANONICAL_BUILD |