Skip to content

Commit a6a4164

Browse files
committed
8337283: configure.log is truncated when build dir is on different filesystem
Backport-of: 7e925d727f716e5c366b0d85b9c0de24efe43103
1 parent 3e67a3b commit a6a4164

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

make/autoconf/configure.ac

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,11 @@ AC_OUTPUT
300300

301301
# After AC_OUTPUT, we need to do final work
302302
CUSTOM_CONFIG_OUTPUT_GENERATED_HOOK
303-
BASIC_POST_CONFIG_OUTPUT
304303

305304
# Finally output some useful information to the user
306305
HELP_PRINT_SUMMARY_AND_WARNINGS
307306
CUSTOM_SUMMARY_AND_WARNINGS_HOOK
308307
HELP_REPEAT_WARNINGS
308+
309+
# All output is done. Do the post-config output management.
310+
BASIC_POST_CONFIG_OUTPUT

0 commit comments

Comments
 (0)