mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[svn-r11864] Purpose:
Cleaned up reconfigure output Description: Added two lines to separate output from trace script from autotools output in reconfigure. Solution: Running reconfigure updated src/Makefile.in as a side effect, since I changed config/lt_vers.am in my last checkin but forgot to run reconfigure then. Platforms tested: mir (cosmetic change to reconfigure script only)
This commit is contained in:
parent
f53877f7c2
commit
63e69411fd
@ -116,6 +116,8 @@ fi
|
||||
# Run trace script
|
||||
# The trace script adds H5TRACE macros to library source files. It should
|
||||
# have no effect on files that don't have HDF5 API macros in them.
|
||||
echo
|
||||
echo " Running trace script:"
|
||||
bin/trace src/H5*.c || exit 1
|
||||
|
||||
exit 0
|
||||
|
@ -376,9 +376,9 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
|
||||
|
||||
# Add libtool shared library version numbers to the HDF5 library
|
||||
# See libtool versioning documentation online.
|
||||
LT_VERS_INTERFACE = 3
|
||||
LT_VERS_REVISION = 5
|
||||
LT_VERS_AGE = 2
|
||||
LT_VERS_INTERFACE = 4
|
||||
LT_VERS_REVISION = 0
|
||||
LT_VERS_AGE = 3
|
||||
H5detect_CFLAGS = -g
|
||||
|
||||
# Our main target, the HDF5 library
|
||||
|
Loading…
x
Reference in New Issue
Block a user