# HG changeset patch
# User Alpar Juttner <alpar@cs.elte.hu>
# Date 1200180644 0
# Node ID 9bd0d6e0c27920a77214f6d33b4f01c3f83afa40
# Parent  ff9bac2351bf7ab42cf7e967bcc4a89fb97a577d
Capitalized compiler messages (reapply changeset 099a4f1844f1)

These changes somehow disappeared in 40d6f625e549

diff -r ff9bac2351bf -r 9bd0d6e0c279 configure.ac
--- a/configure.ac	Wed Jan 09 00:40:21 2008 +0100
+++ b/configure.ac	Sat Jan 12 23:30:44 2008 +0000
@@ -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