diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/h5vers | 4 | ||||
-rwxr-xr-x[-rw-r--r--] | bin/reconfigure (renamed from bin/reconfigure.sh) | 0 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |