diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-01-05 18:25:01 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-01-05 18:25:01 (GMT) |
commit | 63e69411fd5b98927b969594db2a18301cd6b6bd (patch) | |
tree | 39678998afef1b0ca68ad9c90e6554c3da2c6719 /src/Makefile.in | |
parent | f53877f7c2d800574f7162cacad6d6d0abd12e5e (diff) | |
download | hdf5-63e69411fd5b98927b969594db2a18301cd6b6bd.zip hdf5-63e69411fd5b98927b969594db2a18301cd6b6bd.tar.gz hdf5-63e69411fd5b98927b969594db2a18301cd6b6bd.tar.bz2 |
[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)
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index b67881f..1b48e11 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 |