summaryrefslogtreecommitdiffstats
path: root/bin/reconfigure
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reconfigure')
-rwxr-xr-xbin/reconfigure2
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