summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/h5vers4
-rwxr-xr-x[-rw-r--r--]bin/reconfigure (renamed from bin/reconfigure.sh)0
2 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");
}
}
diff --git a/bin/reconfigure.sh b/bin/reconfigure
index c739172..c739172 100644..100755
--- a/bin/reconfigure.sh
+++ b/bin/reconfigure