pass -i to autoreconf. Otherwise, it fails because of missing files.

This commit is contained in:
Sears Russell 2007-07-19 16:35:42 +00:00
parent 3d84412cea
commit b1e6f4709f

2
reconf
View file

@ -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);