mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[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:
parent
0a83e27357
commit
da75199378
15
configure.in
15
configure.in
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user