From ce150624fb33aa1639dd277867e5f3ef6a2ac8b2 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 13 Sep 2001 19:27:04 +0000 Subject: [PATCH] Removed HOST_HDEPENDS_CMD. --- configure/CONFIG_SITE | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE index 2867016fe..b18d2fa59 100644 --- a/configure/CONFIG_SITE +++ b/configure/CONFIG_SITE @@ -94,20 +94,6 @@ STATIC_BUILD=NO # must be either YES or NO HDEPENDS=YES -# Command to generate header dependancy files for host builds -# only used if HDEPENDS=YES -# must be either CMPLR or MKMF -# CMPLR - use c/c++ compiler -# MKMF - use mkmf.pl perl script in /configure/tools directory -# -# CMPLR Note: On WIN32 hosts, gnu compilers gcc and g++ are used to -# generate dependancy files for host builds,and they must -# be in your path. -# WIN32 Note: CONFIG.win32-x86.win32-x86 distribution file contains -# HOST_HDEPENDS_CMD=MKMF override -# -HOST_HDEPENDS_CMD=MKMF - # Host build optimization # must be either YES or NO HOST_OPT=YES