diff --git a/make/autoconf/configure.ac b/make/autoconf/configure.ac
index 52baed8af935d8f96e0c744a9d83071fd7d40921..173d533359d0f9ffbc7ea9bd44cc0a9555338495 100644
--- a/make/autoconf/configure.ac
+++ b/make/autoconf/configure.ac
@@ -300,9 +300,11 @@ AC_OUTPUT
 
 # After AC_OUTPUT, we need to do final work
 CUSTOM_CONFIG_OUTPUT_GENERATED_HOOK
-BASIC_POST_CONFIG_OUTPUT
 
 # Finally output some useful information to the user
 HELP_PRINT_SUMMARY_AND_WARNINGS
 CUSTOM_SUMMARY_AND_WARNINGS_HOOK
 HELP_REPEAT_WARNINGS
+
+# All output is done. Do the post-config output management.
+BASIC_POST_CONFIG_OUTPUT