pass -i to autoreconf. Otherwise, it fails because of missing files.
This commit is contained in:
parent
3d84412cea
commit
b1e6f4709f
1 changed files with 1 additions and 1 deletions
2
reconf
2
reconf
|
@ -93,4 +93,4 @@ Proceeding with system's default automake. Expect trouble.
|
|||
$ENV{ACLOCAL} = "$aclocal_base-$version";
|
||||
$ENV{AUTOMAKE} = "$automake_base-$version";
|
||||
}
|
||||
system ("autoreconf", @ARGV);
|
||||
system ("autoreconf -i", @ARGV);
|
||||
|
|
Loading…
Reference in a new issue