mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r1591] ./configure.in [1.2, 1.3]
./configure [REGENERATED] ./Makefile.in Fixed a couple spelling errors.
This commit is contained in:
parent
16739ea9ad
commit
36efbe3309
@ -99,7 +99,7 @@ distclean:
|
||||
-$(CP) Makefile.dist Makefile
|
||||
|
||||
maintainer-clean:
|
||||
@echo "This command is intented for maintainers to use;"
|
||||
@echo "This target is intended for maintainers to use;"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
@@SETX@; for d in $(SUBDIRS) examples pablo; do \
|
||||
(cd $$d && $(MAKE) $@); \
|
||||
|
2
configure
vendored
2
configure
vendored
@ -4356,7 +4356,7 @@ done
|
||||
fi
|
||||
|
||||
zlib_lib="`echo $withval |cut -f2 -d, -s`"
|
||||
if test "X" != "$zlb_lib"; then
|
||||
if test "X" != "$zlib_lib"; then
|
||||
saved_LDFLAGS="$LDFLAGS"
|
||||
LDFLAGS="$LDFLAGS -L$zlib_lib"
|
||||
echo $ac_n "checking for compress in -lz""... $ac_c" 1>&6
|
||||
|
@ -356,7 +356,7 @@ case $withval in
|
||||
fi
|
||||
|
||||
zlib_lib="`echo $withval |cut -f2 -d, -s`"
|
||||
if test "X" != "$zlb_lib"; then
|
||||
if test "X" != "$zlib_lib"; then
|
||||
saved_LDFLAGS="$LDFLAGS"
|
||||
LDFLAGS="$LDFLAGS -L$zlib_lib"
|
||||
AC_CHECK_LIB(z, compress,,LDFLAGS="$saved_LDFLAGS")
|
||||
|
Loading…
Reference in New Issue
Block a user