From de22f84f1a9b3fae93db064f13bc38cfd92005b9 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 27 Apr 2020 11:10:01 -0700 Subject: [PATCH] configure.ac: fix minor output ordering issue Put Perl test below the section title. Signed-off-by: Jeff Squyres --- configure.ac | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index b0bafca7f8..6a4bdf898b 100644 --- a/configure.ac +++ b/configure.ac @@ -70,13 +70,14 @@ OPAL_LOAD_PLATFORM # Start it up # +OPAL_CONFIGURE_SETUP +opal_show_title "Configuring project_name_long" +opal_show_subtitle "Prerequisites" + AC_CHECK_PROG([PERL],[perl],[perl],[no]) AS_IF([test "X$PERL" = "Xno"], [AC_MSG_ERROR(["Open MPI requires perl. Aborting"])]) -OPAL_CONFIGURE_SETUP -opal_show_title "Configuring project_name_long" - # # Setup some things that must be done before AM-INIT-AUTOMAKE #