diff options
-rwxr-xr-x | bin/h5vers | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |