lib/autobuild/packages/autotools.rb in autobuild-1.5.33 vs lib/autobuild/packages/autotools.rb in autobuild-1.5.34

- old
+ new

@@ -90,9 +90,11 @@ nil end def prepare_for_forced_build + super + autodetect_needed_stages if using[:autoconf] FileUtils.rm_f File.join(srcdir, 'configure') end