From ca0e0254a412cf239a0291979f8355857f73ee6e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 27 Nov 2009 17:05:45 +0000 Subject: [PATCH] Make output look more uniform. git-svn-id: https://svn.dealii.org/trunk@20173 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/configure.in b/deal.II/configure.in index b6908ce7e2..31c0c86221 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -229,7 +229,7 @@ dnl Fortran 77 compilers dnl ------------------------------------------------------------- AC_MSG_RESULT() -AC_MSG_RESULT(----------------- configuring F77 compilers -----------------) +AC_MSG_RESULT(---------------- configuring F77 compilers ------------------) dnl Find path to a Fortran 77 compiler. By default try to find a dnl vendor compiler which is usually named `f77', and only if that could @@ -267,7 +267,7 @@ dnl Shared libraries dnl -------------------------------------------------------------- AC_MSG_RESULT() -AC_MSG_RESULT(-------------- configuring shared/static libs ---------------) +AC_MSG_RESULT(---------------- configuring shared/static libs -------------) AC_ARG_ENABLE(shared, [ --enable-shared Set compiler flags to generate shared libraries], @@ -348,7 +348,7 @@ dnl Optional features dnl -------------------------------------------------------------- AC_MSG_RESULT() -AC_MSG_RESULT(-------------- configuring optional features ---------------) +AC_MSG_RESULT(---------------- configuring optional features --------------) AC_ARG_ENABLE(parser, AS_HELP_STRING([--enable-parser],[While switched on by default, this option allows to switch off support for the function parser in the contrib directory.]), @@ -579,7 +579,7 @@ dnl Optimizations and consistency of compiler flags dnl ------------------------------------------------------------- AC_MSG_RESULT() -AC_MSG_RESULT(------------------ checking compiler flags ------------------) +AC_MSG_RESULT(---------------- checking compiler flags --------------------) dnl Possibly add some flags is optimizations are requested DEAL_II_CHECK_CPU_OPTIMIZATIONS @@ -625,7 +625,7 @@ dnl Output results dnl ------------------------------------------------------------- AC_MSG_RESULT() -AC_MSG_RESULT(--------------------- generating output ---------------------) +AC_MSG_RESULT(---------------- generating output --------------------------) dnl First set the templates for config.h AH_TOP( -- 2.39.5