summaryrefslogtreecommitdiffstats
path: root/bin/reconfigure
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2006-01-05 18:25:01 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2006-01-05 18:25:01 (GMT)
commit63e69411fd5b98927b969594db2a18301cd6b6bd (patch)
tree39678998afef1b0ca68ad9c90e6554c3da2c6719 /bin/reconfigure
parentf53877f7c2d800574f7162cacad6d6d0abd12e5e (diff)
downloadhdf5-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 '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