diff --git a/configure b/configure index 3a76ca4f..77d395eb 100755 --- a/configure +++ b/configure @@ -196,8 +196,8 @@ def check_output(*popenargs, **kwargs): cmd = popenargs[0] error = subprocess.CalledProcessError(retcode, cmd) error.output = output - print output - print unused_err +# print output +# print unused_err raise error return output diff --git a/install/Downloads/.empty b/install/Downloads/.empty new file mode 100644 index 00000000..e69de29b