gravatar
kpeter (Peter Kovacs)
kpeter@inf.elte.hu
Capitalized compiler messages.
0 1 0
default
1 file changed with 4 insertions and 4 deletions:
↑ Collapse diff ↑
Ignore white space 48 line context
... ...
@@ -116,41 +116,41 @@
116 116
dnl Checks for library functions.
117 117
AC_HEADER_STDC
118 118
AC_CHECK_FUNCS(gettimeofday times ctime_r)
119 119

	
120 120
AC_CONFIG_FILES([
121 121
Makefile
122 122
doc/Doxyfile
123 123
lemon/lemon.pc
124 124
])
125 125

	
126 126
AC_OUTPUT
127 127

	
128 128
echo
129 129
echo '****************************** SUMMARY ******************************'
130 130
echo
131 131
echo Package version............... : $PACKAGE-$VERSION
132 132
echo
133 133
echo C++ compiler.................. : $CXX
134 134
echo C++ compiles flags............ : $CXXFLAGS
135 135
echo
136 136
echo GLPK support.................. : $lx_glpk_found
137 137
echo CPLEX support................. : $lx_cplex_found
138 138
echo SOPLEX support................ : $lx_soplex_found
139 139
echo
140
echo build benchmarks.............. : $enable_benchmark
141
echo build demo programs........... : $enable_demo
142
echo build additional tools........ : $enable_tools
140
echo Build benchmarks.............. : $enable_benchmark
141
echo Build demo programs........... : $enable_demo
142
echo Build additional tools........ : $enable_tools
143 143
echo
144 144
echo The packace will be installed in
145 145
echo -n '  '
146 146
echo $prefix.
147 147
echo
148 148
echo The documentation will be installed in
149 149
echo -n '  '
150 150
eval echo ${datadir}/doc/$PACKAGE.
151 151
echo
152 152
echo '*********************************************************************'
153 153

	
154 154
echo
155
echo configure complete, now type \'make\' and then \'make install\'.
155
echo Configure complete, now type \'make\' and then \'make install\'.
156 156
echo
0 comments (0 inline)