[svn-r2550] Purpose:

Cleaned up the configure file a bit.

Description:
	There were a few small bugs having to do with checking if strings
	were empty. Also needed to force paths to be absolute instead of
	relative.

Solution:
	I standardized string checking (test -z for an empty string and
	test -n for a non-empty string). Also, if the user specifies a
	relative path for any of the options, the configure now makes it
	into an absolute path for both CPPFLAGS and LDFLAGS macros.

Platforms:
	Solaris, Linux
This commit is contained in:
Bill Wendling 2000-09-14 17:19:24 -05:00
parent 1a50cbd737
commit 7a01c17543
2 changed files with 1728 additions and 1789 deletions

2262
configure vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff