# HG changeset patch # User Alpar Juttner # Date 2008-01-13 00:30:44 # Node ID 9bd0d6e0c27920a77214f6d33b4f01c3f83afa40 # Parent ff9bac2351bf7ab42cf7e967bcc4a89fb97a577d Capitalized compiler messages (reapply changeset 099a4f1844f1) These changes somehow disappeared in 40d6f625e549 diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -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