From 47779a4492e13652969503af96458e986f565974 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 12 Sep 2001 14:23:02 +0000 Subject: [PATCH] Comment changes only. --- configure/CONFIG_SITE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE index da6eb73c1..2867016fe 100644 --- a/configure/CONFIG_SITE +++ b/configure/CONFIG_SITE @@ -90,20 +90,20 @@ SHARED_LIBRARIES=NO STATIC_BUILD=NO # Should header dependancy files be automatically generated -# for each C/C++ source code file? +# for each C/C++ created object file? # must be either YES or NO HDEPENDS=YES -# Default command to generate header dependancies for host builds +# 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 tools directory +# 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 +# WIN32 Note: CONFIG.win32-x86.win32-x86 distribution file contains # HOST_HDEPENDS_CMD=MKMF override # HOST_HDEPENDS_CMD=MKMF