summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/h5vers4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/h5vers b/bin/h5vers
index 8daef9c..1c539b8 100755
--- a/bin/h5vers
+++ b/bin/h5vers
@@ -309,9 +309,9 @@ gen_configure("HDF5 C++", $CXX_CONFIGURE) if $CXX_CONFIGURE;
# Reconfigure once (which will update all three configure files)
if ($1) {
- system("cd $1 && bin/reconfigure && rm -rf autom4te.cache");
+ system("cd $1 && bin/reconfigure >/dev/null 2>/dev/null && rm -rf autom4te.cache");
} else {
- system("bin/reconfigure && rm -rf autom4te.cache");
+ system("bin/reconfigure >/dev/null 2>/dev/null && rm -rf autom4te.cache");
}
# Print the new version number