summaryrefslogtreecommitdiffstats
path: root/bin/h5vers
diff options
context:
space:
mode:
Diffstat (limited to 'bin/h5vers')
-rwxr-xr-xbin/h5vers4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/h5vers b/bin/h5vers
index 201b243..26f8339 100755
--- a/bin/h5vers
+++ b/bin/h5vers
@@ -292,9 +292,9 @@ sub gen_configure {
$conf =~ /^(.*?)\/?configure.in$/;
if ($1) {
- system("cd $1 && autoconf && rm -rf autom4te.cache");
+ system("cd $1 && bin/reconfigure && rm -rf autom4te.cache");
} else {
- system("autoconf && rm -rf autom4te.cache");
+ system("bin/reconfigure && rm -rf autom4te.cache");
}
}