# HG changeset patch
# User Peter Kovacs <kpeter@inf.elte.hu>
# Date 1199241840 -3600
# Node ID 099a4f1844f193fcec8d5a3d40814f55ab1fe87b
# Parent  233b4094ceaeb03c617db5cc5e016b154fdecae2
Capitalized compiler messages.

diff -r 233b4094ceae -r 099a4f1844f1 configure.ac
--- a/configure.ac	Sun Dec 23 08:25:34 2007 +0000
+++ b/configure.ac	Wed Jan 02 03:44:00 2008 +0100
@@ -137,9 +137,9 @@
 echo CPLEX support................. : $lx_cplex_found
 echo SOPLEX support................ : $lx_soplex_found
 echo
-echo build benchmarks.............. : $enable_benchmark
-echo build demo programs........... : $enable_demo
-echo build additional tools........ : $enable_tools
+echo Build benchmarks.............. : $enable_benchmark
+echo Build demo programs........... : $enable_demo
+echo Build additional tools........ : $enable_tools
 echo
 echo The packace will be installed in
 echo -n '  '
@@ -152,5 +152,5 @@
 echo '*********************************************************************'
 
 echo
-echo configure complete, now type \'make\' and then \'make install\'.
+echo Configure complete, now type \'make\' and then \'make install\'.
 echo