diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reconfigure | 2 |
1 files changed, 2 insertions, 0 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 |