Date: Tue, 03 Jun 2003 07:24:57 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <4098-Tue03Jun2003072457+0300-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <3EDB22ED.188CC8A3@yahoo.com> (message from CBFalconer on Mon, 02 Jun 2003 10:29:56 GMT) Subject: Re: indent upgrade References: <3EDB22ED DOT 188CC8A3 AT yahoo DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: CBFalconer > Newsgroups: comp.os.msdos.djgpp > Date: Mon, 02 Jun 2003 10:29:56 GMT > > I haven't the vaguest idea what that configure script is doing, > except it appears to run sh and sed incessantly, with an > occasional call to chmod. The configure script probes the target system for the exdistence of header files and library functions that might or might not exist, and then produces a config.h header file and Makefile files in various subdirectories of the distribution that build the program(s) given the detected functionality. For example, if the library doesn't have the strncasecmp function, the symbol HAVE_STRNCASECMP will be left undefined in config.h, and the Makefile's will be made to compile and link the version of strncasecmp supplied with the package.