diff options
-rwxr-xr-x | bin/reconfigure | 2 | ||||
-rw-r--r-- | src/Makefile.in | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/bin/reconfigure b/bin/reconfigure index 1740f58..b82f734 100755 --- a/bin/reconfigure +++ b/bin/reconfigure @@ -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 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 |