]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
log_environment: Reactivate report_machine/report_ENV
authorZack Weinberg <zackw@panix.com>
Sun, 26 Sep 2021 16:09:18 +0000 (12:09 -0400)
committerZack Weinberg <zackw@panix.com>
Sun, 26 Sep 2021 16:09:18 +0000 (12:09 -0400)
accidentally left these commented out in the previous commit

log_environment

index 80388ec3c9ae1a8e1de8bd51e08201ef9d9c42de..724b9750de01ea92207d7ec2bf244dedb527d87e 100755 (executable)
@@ -182,8 +182,8 @@ sub main {
     ensure_empty_stdin();
 
     print "# CI environment report\n";
-    #report_machine();
-    #report_ENV(\%orig_env);
+    report_machine();
+    report_ENV(\%orig_env);
     report_programs(@_) if scalar(@_);
 };