[Lemon-commits] Alpar Juttner: Capitalized compiler messages (re...
Lemon HG
hg at lemon.cs.elte.hu
Sun Jan 13 00:32:38 CET 2008
details: lemon/rev/9bd0d6e0c279
changeset: 55:9bd0d6e0c279
user: Alpar Juttner <alpar [at] cs.elte.hu>
date: Sat Jan 12 23:30:44 2008 +0000
description:
Capitalized compiler messages (reapply changeset 099a4f1844f1)
These changes somehow disappeared in 40d6f625e549
diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
configure.ac | 8 ++++----
diffs (23 lines):
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................. : $l
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
-echo configure complete, now type \'make\' and then \'make install\'.
+echo Configure complete, now type \'make\' and then \'make install\'.
echo
More information about the Lemon-commits
mailing list