diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2014-10-07 16:54:48 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2014-10-07 16:54:48 (GMT) |
commit | 0e7c658d5d338973dc8626dea38c19eaafd9f9d5 (patch) | |
tree | 407db974b042918cadcfcf7beda6c58221c96200 | |
parent | 6654f44e4354d47f4ffdd432b47572477d41ce05 (diff) | |
download | hdf5-0e7c658d5d338973dc8626dea38c19eaafd9f9d5.zip hdf5-0e7c658d5d338973dc8626dea38c19eaafd9f9d5.tar.gz hdf5-0e7c658d5d338973dc8626dea38c19eaafd9f9d5.tar.bz2 |
[svn-r25678] Added instruction to run bin/reconfigure after changes.
-rw-r--r-- | config/lt_vers.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/lt_vers.am b/config/lt_vers.am index 95e19d1..5fcc01c 100644 --- a/config/lt_vers.am +++ b/config/lt_vers.am @@ -16,6 +16,8 @@ ## # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. +# After making changes, run bin/reconfigure to update other configure related +# files like Makefile.in. LT_VERS_INTERFACE = 9 LT_VERS_REVISION = 1 LT_VERS_AGE = 0 |