From f0b6960189642988657fbc186f7f4539ed990f6c Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 20 Jan 2004 16:38:56 +0000 Subject: [PATCH] Added COMPAT_TOOLS_313. --- configure/CONFIG_SITE | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE index 1631ff065..4bb9e1c7f 100644 --- a/configure/CONFIG_SITE +++ b/configure/CONFIG_SITE @@ -130,11 +130,19 @@ HOST_WARN=YES # must be either YES or NO CROSS_WARN=YES +# Create and/or install perl build tools for R3.13 extension builds? +# must be either YES or NO +# +# NOTE: Set to YES only if you have existing R3.13 extensions to be +# built with this base +# +COMPAT_TOOLS_313=NO + # Create and/or install files for R3.13 ioc application and extension builds? # must be either YES or NO # # NOTE: Set to YES only if you have existing R3.13 ioc applications -# or extensions that will be built with this base +# and extensions to be built with this base # COMPAT_313=NO