[svn-r4729]

Purpose:
	Feature Fix
Description:
	The new feature (allowing the user to specify =DIR for a --with-xxx
	option instead of requiring =INC,LIB for them) needed a better
	explanation.
Solution:
	Created a phoney --with-fnord option whose only purpose is to supply
	a --help message.
Platforms tested:
	Linux
This commit is contained in:
Bill Wendling 2001-12-17 17:22:50 -05:00
parent 0a83e27357
commit da75199378
2 changed files with 583 additions and 559 deletions

1127
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -620,10 +620,19 @@ AC_SUBST(H4TOH5) H4TOH5=h4toh5
AC_SUBST(H4TOH5TEST) H4TOH5TEST=h4toh5test
AC_SUBST(TESTH4TOH5) TESTH4TOH5='$(srcdir)/testh4toh5.sh'
AC_ARG_WITH(fnord,
[
For the following --with-xxx options, you can specify where the header
files and libraries are in two different ways:
--with-xxx=INC,LIB - Specify individually the include directory and
library directory separated by a comma
--with-xxx=DIR - Specify only the directory which contains the
include/ and lib/ subdirectories
],,)
AC_ARG_WITH(hdf4,
[ --with-hdf4[=DIR] Use the HDF4 library where DIR is the directory
containing the include/ and lib/ subdirectories which
have the HDF4 header files and libraries [default=no]],,
[ --with-hdf4[=DIR] Use the HDF4 library [default=no]],,
withval=no)
case "$withval" in