diff --git a/build_runtime_osx.pl b/build_runtime_osx.pl index 1a4c928edce8ff1ae25ba9acde473b6c770de3e3..ec17814caf550b4086add88918fc1f31914234e5 100644 --- a/build_runtime_osx.pl +++ b/build_runtime_osx.pl @@ -104,9 +104,9 @@ for my $arch (@arches) #this will fail on a fresh working copy, so don't die on it. system("make distclean"); - system("autoreconf -i") eq 0 or die ("Failed autoreconfing eglib"); + system("autoreconf -i"); chdir("$root") eq 1 or die ("failed to chdir 2"); - system("autoreconf -i") eq 0 or die ("Failed autoreconfing mono"); + system("autoreconf -i"); my @autogenparams = (); unshift(@autogenparams, "--cache-file=osx.cache"); unshift(@autogenparams, "--disable-mcs-build");