Capitalized compiler messages.
authorPeter Kovacs <kpeter@inf.elte.hu>
Wed, 02 Jan 2008 03:44:00 +0100
changeset 6099a4f1844f1
parent 5 233b4094ceae
child 21 40d6f625e549
Capitalized compiler messages.
configure.ac
     1.1 --- a/configure.ac	Sun Dec 23 08:25:34 2007 +0000
     1.2 +++ b/configure.ac	Wed Jan 02 03:44:00 2008 +0100
     1.3 @@ -137,9 +137,9 @@
     1.4  echo CPLEX support................. : $lx_cplex_found
     1.5  echo SOPLEX support................ : $lx_soplex_found
     1.6  echo
     1.7 -echo build benchmarks.............. : $enable_benchmark
     1.8 -echo build demo programs........... : $enable_demo
     1.9 -echo build additional tools........ : $enable_tools
    1.10 +echo Build benchmarks.............. : $enable_benchmark
    1.11 +echo Build demo programs........... : $enable_demo
    1.12 +echo Build additional tools........ : $enable_tools
    1.13  echo
    1.14  echo The packace will be installed in
    1.15  echo -n '  '
    1.16 @@ -152,5 +152,5 @@
    1.17  echo '*********************************************************************'
    1.18  
    1.19  echo
    1.20 -echo configure complete, now type \'make\' and then \'make install\'.
    1.21 +echo Configure complete, now type \'make\' and then \'make install\'.
    1.22  echo