Lines 1-843
Link Here
|
1 |
--- configure Fri Apr 4 05:33:10 2003 |
|
|
2 |
+++ configure.new Fri Mar 5 12:44:05 2004 |
3 |
@@ -32,6 +32,7 @@ |
4 |
program_transform_name=s,x,x, |
5 |
silent= |
6 |
site= |
7 |
+sitefile= |
8 |
srcdir= |
9 |
target=NONE |
10 |
verbose= |
11 |
@@ -146,6 +147,7 @@ |
12 |
--help print this message |
13 |
--no-create do not create output files |
14 |
--quiet, --silent do not print \`checking...' messages |
15 |
+ --site-file=FILE use FILE as the site file |
16 |
--version print the version of autoconf that created configure |
17 |
Directory and file names: |
18 |
--prefix=PREFIX install architecture-independent files in PREFIX |
19 |
@@ -316,6 +318,11 @@ |
20 |
-site=* | --site=* | --sit=*) |
21 |
site="$ac_optarg" ;; |
22 |
|
23 |
+ -site-file | --site-file | --site-fil | --site-fi | --site-f) |
24 |
+ ac_prev=sitefile ;; |
25 |
+ -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*) |
26 |
+ sitefile="$ac_optarg" ;; |
27 |
+ |
28 |
-srcdir | --srcdir | --srcdi | --srcd | --src | --sr) |
29 |
ac_prev=srcdir ;; |
30 |
-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) |
31 |
@@ -481,12 +488,16 @@ |
32 |
srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` |
33 |
|
34 |
# Prefer explicitly selected file to automatically selected ones. |
35 |
-if test -z "$CONFIG_SITE"; then |
36 |
- if test "x$prefix" != xNONE; then |
37 |
- CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" |
38 |
- else |
39 |
- CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" |
40 |
+if test -z "$sitefile"; then |
41 |
+ if test -z "$CONFIG_SITE"; then |
42 |
+ if test "x$prefix" != xNONE; then |
43 |
+ CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" |
44 |
+ else |
45 |
+ CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" |
46 |
+ fi |
47 |
fi |
48 |
+else |
49 |
+ CONFIG_SITE="$sitefile" |
50 |
fi |
51 |
for ac_site_file in $CONFIG_SITE; do |
52 |
if test -r "$ac_site_file"; then |
53 |
@@ -556,7 +567,7 @@ |
54 |
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
55 |
# ./install, which can be erroneously created by make from ./install.sh. |
56 |
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 |
57 |
-echo "configure:560: checking for a BSD compatible install" >&5 |
58 |
+echo "configure:571: checking for a BSD compatible install" >&5 |
59 |
if test -z "$INSTALL"; then |
60 |
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then |
61 |
echo $ac_n "(cached) $ac_c" 1>&6 |
62 |
@@ -609,7 +620,7 @@ |
63 |
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
64 |
|
65 |
echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 |
66 |
-echo "configure:613: checking whether build environment is sane" >&5 |
67 |
+echo "configure:624: checking whether build environment is sane" >&5 |
68 |
# Just in case |
69 |
sleep 1 |
70 |
echo timestamp > conftestfile |
71 |
@@ -666,7 +677,7 @@ |
72 |
test "$program_transform_name" = "" && program_transform_name="s,x,x," |
73 |
|
74 |
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 |
75 |
-echo "configure:670: checking whether ${MAKE-make} sets \${MAKE}" >&5 |
76 |
+echo "configure:681: checking whether ${MAKE-make} sets \${MAKE}" >&5 |
77 |
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` |
78 |
if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then |
79 |
echo $ac_n "(cached) $ac_c" 1>&6 |
80 |
@@ -712,7 +723,7 @@ |
81 |
|
82 |
missing_dir=`cd $ac_aux_dir && pwd` |
83 |
echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 |
84 |
-echo "configure:716: checking for working aclocal" >&5 |
85 |
+echo "configure:727: checking for working aclocal" >&5 |
86 |
# Run test in a subshell; some versions of sh will print an error if |
87 |
# an executable is not found, even if stderr is redirected. |
88 |
# Redirect stdin to placate older versions of autoconf. Sigh. |
89 |
@@ -725,7 +736,7 @@ |
90 |
fi |
91 |
|
92 |
echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 |
93 |
-echo "configure:729: checking for working autoconf" >&5 |
94 |
+echo "configure:740: checking for working autoconf" >&5 |
95 |
# Run test in a subshell; some versions of sh will print an error if |
96 |
# an executable is not found, even if stderr is redirected. |
97 |
# Redirect stdin to placate older versions of autoconf. Sigh. |
98 |
@@ -738,7 +749,7 @@ |
99 |
fi |
100 |
|
101 |
echo $ac_n "checking for working automake""... $ac_c" 1>&6 |
102 |
-echo "configure:742: checking for working automake" >&5 |
103 |
+echo "configure:753: checking for working automake" >&5 |
104 |
# Run test in a subshell; some versions of sh will print an error if |
105 |
# an executable is not found, even if stderr is redirected. |
106 |
# Redirect stdin to placate older versions of autoconf. Sigh. |
107 |
@@ -751,7 +762,7 @@ |
108 |
fi |
109 |
|
110 |
echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 |
111 |
-echo "configure:755: checking for working autoheader" >&5 |
112 |
+echo "configure:766: checking for working autoheader" >&5 |
113 |
# Run test in a subshell; some versions of sh will print an error if |
114 |
# an executable is not found, even if stderr is redirected. |
115 |
# Redirect stdin to placate older versions of autoconf. Sigh. |
116 |
@@ -764,7 +775,7 @@ |
117 |
fi |
118 |
|
119 |
echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 |
120 |
-echo "configure:768: checking for working makeinfo" >&5 |
121 |
+echo "configure:779: checking for working makeinfo" >&5 |
122 |
# Run test in a subshell; some versions of sh will print an error if |
123 |
# an executable is not found, even if stderr is redirected. |
124 |
# Redirect stdin to placate older versions of autoconf. Sigh. |
125 |
@@ -788,7 +799,7 @@ |
126 |
fi |
127 |
|
128 |
echo $ac_n "checking host system type""... $ac_c" 1>&6 |
129 |
-echo "configure:792: checking host system type" >&5 |
130 |
+echo "configure:803: checking host system type" >&5 |
131 |
|
132 |
host_alias=$host |
133 |
case "$host_alias" in |
134 |
@@ -821,7 +832,7 @@ |
135 |
# Extract the first word of "gcc", so it can be a program name with args. |
136 |
set dummy gcc; ac_word=$2 |
137 |
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
138 |
-echo "configure:825: checking for $ac_word" >&5 |
139 |
+echo "configure:836: checking for $ac_word" >&5 |
140 |
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
141 |
echo $ac_n "(cached) $ac_c" 1>&6 |
142 |
else |
143 |
@@ -851,7 +862,7 @@ |
144 |
# Extract the first word of "cc", so it can be a program name with args. |
145 |
set dummy cc; ac_word=$2 |
146 |
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
147 |
-echo "configure:855: checking for $ac_word" >&5 |
148 |
+echo "configure:866: checking for $ac_word" >&5 |
149 |
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
150 |
echo $ac_n "(cached) $ac_c" 1>&6 |
151 |
else |
152 |
@@ -902,7 +913,7 @@ |
153 |
# Extract the first word of "cl", so it can be a program name with args. |
154 |
set dummy cl; ac_word=$2 |
155 |
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
156 |
-echo "configure:906: checking for $ac_word" >&5 |
157 |
+echo "configure:917: checking for $ac_word" >&5 |
158 |
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
159 |
echo $ac_n "(cached) $ac_c" 1>&6 |
160 |
else |
161 |
@@ -934,7 +945,7 @@ |
162 |
fi |
163 |
|
164 |
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 |
165 |
-echo "configure:938: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 |
166 |
+echo "configure:949: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 |
167 |
|
168 |
ac_ext=c |
169 |
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
170 |
@@ -945,12 +956,12 @@ |
171 |
|
172 |
cat > conftest.$ac_ext << EOF |
173 |
|
174 |
-#line 949 "configure" |
175 |
+#line 960 "configure" |
176 |
#include "confdefs.h" |
177 |
|
178 |
main(){return(0);} |
179 |
EOF |
180 |
-if { (eval echo configure:954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
181 |
+if { (eval echo configure:965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
182 |
ac_cv_prog_cc_works=yes |
183 |
# If we can't run a trivial program, we are probably using a cross compiler. |
184 |
if (./conftest; exit) 2>/dev/null; then |
185 |
@@ -976,12 +987,12 @@ |
186 |
{ echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } |
187 |
fi |
188 |
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 |
189 |
-echo "configure:980: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 |
190 |
+echo "configure:991: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 |
191 |
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 |
192 |
cross_compiling=$ac_cv_prog_cc_cross |
193 |
|
194 |
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 |
195 |
-echo "configure:985: checking whether we are using GNU C" >&5 |
196 |
+echo "configure:996: checking whether we are using GNU C" >&5 |
197 |
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then |
198 |
echo $ac_n "(cached) $ac_c" 1>&6 |
199 |
else |
200 |
@@ -990,7 +1001,7 @@ |
201 |
yes; |
202 |
#endif |
203 |
EOF |
204 |
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:994: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then |
205 |
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1005: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then |
206 |
ac_cv_prog_gcc=yes |
207 |
else |
208 |
ac_cv_prog_gcc=no |
209 |
@@ -1009,7 +1020,7 @@ |
210 |
ac_save_CFLAGS="$CFLAGS" |
211 |
CFLAGS= |
212 |
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 |
213 |
-echo "configure:1013: checking whether ${CC-cc} accepts -g" >&5 |
214 |
+echo "configure:1024: checking whether ${CC-cc} accepts -g" >&5 |
215 |
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then |
216 |
echo $ac_n "(cached) $ac_c" 1>&6 |
217 |
else |
218 |
@@ -1052,7 +1063,7 @@ |
219 |
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
220 |
# ./install, which can be erroneously created by make from ./install.sh. |
221 |
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 |
222 |
-echo "configure:1056: checking for a BSD compatible install" >&5 |
223 |
+echo "configure:1067: checking for a BSD compatible install" >&5 |
224 |
if test -z "$INSTALL"; then |
225 |
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then |
226 |
echo $ac_n "(cached) $ac_c" 1>&6 |
227 |
@@ -1106,7 +1117,7 @@ |
228 |
|
229 |
|
230 |
echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6 |
231 |
-echo "configure:1110: checking for socket in -lsocket" >&5 |
232 |
+echo "configure:1121: checking for socket in -lsocket" >&5 |
233 |
ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'` |
234 |
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
235 |
echo $ac_n "(cached) $ac_c" 1>&6 |
236 |
@@ -1114,7 +1125,7 @@ |
237 |
ac_save_LIBS="$LIBS" |
238 |
LIBS="-lsocket $LIBS" |
239 |
cat > conftest.$ac_ext <<EOF |
240 |
-#line 1118 "configure" |
241 |
+#line 1129 "configure" |
242 |
#include "confdefs.h" |
243 |
/* Override any gcc2 internal prototype to avoid an error. */ |
244 |
/* We use char because int might match the return type of a gcc2 |
245 |
@@ -1125,7 +1136,7 @@ |
246 |
socket() |
247 |
; return 0; } |
248 |
EOF |
249 |
-if { (eval echo configure:1129: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
250 |
+if { (eval echo configure:1140: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
251 |
rm -rf conftest* |
252 |
eval "ac_cv_lib_$ac_lib_var=yes" |
253 |
else |
254 |
@@ -1152,27 +1163,27 @@ |
255 |
echo "$ac_t""no" 1>&6 |
256 |
fi |
257 |
|
258 |
-echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 |
259 |
-echo "configure:1157: checking for gethostbyname in -lnsl" >&5 |
260 |
-ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` |
261 |
+echo $ac_n "checking for in -lgethostbyname""... $ac_c" 1>&6 |
262 |
+echo "configure:1168: checking for in -lgethostbyname" >&5 |
263 |
+ac_lib_var=`echo gethostbyname'_' | sed 'y%./+-%__p_%'` |
264 |
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
265 |
echo $ac_n "(cached) $ac_c" 1>&6 |
266 |
else |
267 |
ac_save_LIBS="$LIBS" |
268 |
-LIBS="-lnsl $LIBS" |
269 |
+LIBS="-lgethostbyname $LIBS" |
270 |
cat > conftest.$ac_ext <<EOF |
271 |
-#line 1165 "configure" |
272 |
+#line 1176 "configure" |
273 |
#include "confdefs.h" |
274 |
/* Override any gcc2 internal prototype to avoid an error. */ |
275 |
/* We use char because int might match the return type of a gcc2 |
276 |
builtin and then its argument prototype would still apply. */ |
277 |
-char gethostbyname(); |
278 |
+char (); |
279 |
|
280 |
int main() { |
281 |
-gethostbyname() |
282 |
+() |
283 |
; return 0; } |
284 |
EOF |
285 |
-if { (eval echo configure:1176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
286 |
+if { (eval echo configure:1187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
287 |
rm -rf conftest* |
288 |
eval "ac_cv_lib_$ac_lib_var=yes" |
289 |
else |
290 |
@@ -1187,13 +1198,13 @@ |
291 |
fi |
292 |
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
293 |
echo "$ac_t""yes" 1>&6 |
294 |
- ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
295 |
+ ac_tr_lib=HAVE_LIB`echo gethostbyname | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
296 |
-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
297 |
cat >> confdefs.h <<EOF |
298 |
#define $ac_tr_lib 1 |
299 |
EOF |
300 |
|
301 |
- LIBS="-lnsl $LIBS" |
302 |
+ LIBS="-lgethostbyname $LIBS" |
303 |
|
304 |
else |
305 |
echo "$ac_t""no" 1>&6 |
306 |
@@ -1205,12 +1216,12 @@ |
307 |
do |
308 |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
309 |
echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 |
310 |
-echo "configure:1209: checking for $ac_hdr that defines DIR" >&5 |
311 |
+echo "configure:1220: checking for $ac_hdr that defines DIR" >&5 |
312 |
if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then |
313 |
echo $ac_n "(cached) $ac_c" 1>&6 |
314 |
else |
315 |
cat > conftest.$ac_ext <<EOF |
316 |
-#line 1214 "configure" |
317 |
+#line 1225 "configure" |
318 |
#include "confdefs.h" |
319 |
#include <sys/types.h> |
320 |
#include <$ac_hdr> |
321 |
@@ -1218,7 +1229,7 @@ |
322 |
DIR *dirp = 0; |
323 |
; return 0; } |
324 |
EOF |
325 |
-if { (eval echo configure:1222: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
326 |
+if { (eval echo configure:1233: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
327 |
rm -rf conftest* |
328 |
eval "ac_cv_header_dirent_$ac_safe=yes" |
329 |
else |
330 |
@@ -1243,7 +1254,7 @@ |
331 |
# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. |
332 |
if test $ac_header_dirent = dirent.h; then |
333 |
echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6 |
334 |
-echo "configure:1247: checking for opendir in -ldir" >&5 |
335 |
+echo "configure:1258: checking for opendir in -ldir" >&5 |
336 |
ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'` |
337 |
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
338 |
echo $ac_n "(cached) $ac_c" 1>&6 |
339 |
@@ -1251,7 +1262,7 @@ |
340 |
ac_save_LIBS="$LIBS" |
341 |
LIBS="-ldir $LIBS" |
342 |
cat > conftest.$ac_ext <<EOF |
343 |
-#line 1255 "configure" |
344 |
+#line 1266 "configure" |
345 |
#include "confdefs.h" |
346 |
/* Override any gcc2 internal prototype to avoid an error. */ |
347 |
/* We use char because int might match the return type of a gcc2 |
348 |
@@ -1262,7 +1273,7 @@ |
349 |
opendir() |
350 |
; return 0; } |
351 |
EOF |
352 |
-if { (eval echo configure:1266: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
353 |
+if { (eval echo configure:1277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
354 |
rm -rf conftest* |
355 |
eval "ac_cv_lib_$ac_lib_var=yes" |
356 |
else |
357 |
@@ -1284,7 +1295,7 @@ |
358 |
|
359 |
else |
360 |
echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 |
361 |
-echo "configure:1288: checking for opendir in -lx" >&5 |
362 |
+echo "configure:1299: checking for opendir in -lx" >&5 |
363 |
ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'` |
364 |
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
365 |
echo $ac_n "(cached) $ac_c" 1>&6 |
366 |
@@ -1292,7 +1303,7 @@ |
367 |
ac_save_LIBS="$LIBS" |
368 |
LIBS="-lx $LIBS" |
369 |
cat > conftest.$ac_ext <<EOF |
370 |
-#line 1296 "configure" |
371 |
+#line 1307 "configure" |
372 |
#include "confdefs.h" |
373 |
/* Override any gcc2 internal prototype to avoid an error. */ |
374 |
/* We use char because int might match the return type of a gcc2 |
375 |
@@ -1303,7 +1314,7 @@ |
376 |
opendir() |
377 |
; return 0; } |
378 |
EOF |
379 |
-if { (eval echo configure:1307: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
380 |
+if { (eval echo configure:1318: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
381 |
rm -rf conftest* |
382 |
eval "ac_cv_lib_$ac_lib_var=yes" |
383 |
else |
384 |
@@ -1326,7 +1337,7 @@ |
385 |
fi |
386 |
|
387 |
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 |
388 |
-echo "configure:1330: checking how to run the C preprocessor" >&5 |
389 |
+echo "configure:1341: checking how to run the C preprocessor" >&5 |
390 |
# On Suns, sometimes $CPP names a directory. |
391 |
if test -n "$CPP" && test -d "$CPP"; then |
392 |
CPP= |
393 |
@@ -1341,13 +1352,13 @@ |
394 |
# On the NeXT, cc -E runs the code through the compiler's parser, |
395 |
# not just through cpp. |
396 |
cat > conftest.$ac_ext <<EOF |
397 |
-#line 1345 "configure" |
398 |
+#line 1356 "configure" |
399 |
#include "confdefs.h" |
400 |
#include <assert.h> |
401 |
Syntax Error |
402 |
EOF |
403 |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
404 |
-{ (eval echo configure:1351: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
405 |
+{ (eval echo configure:1362: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
406 |
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
407 |
if test -z "$ac_err"; then |
408 |
: |
409 |
@@ -1358,13 +1369,13 @@ |
410 |
rm -rf conftest* |
411 |
CPP="${CC-cc} -E -traditional-cpp" |
412 |
cat > conftest.$ac_ext <<EOF |
413 |
-#line 1362 "configure" |
414 |
+#line 1373 "configure" |
415 |
#include "confdefs.h" |
416 |
#include <assert.h> |
417 |
Syntax Error |
418 |
EOF |
419 |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
420 |
-{ (eval echo configure:1368: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
421 |
+{ (eval echo configure:1379: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
422 |
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
423 |
if test -z "$ac_err"; then |
424 |
: |
425 |
@@ -1375,13 +1386,13 @@ |
426 |
rm -rf conftest* |
427 |
CPP="${CC-cc} -nologo -E" |
428 |
cat > conftest.$ac_ext <<EOF |
429 |
-#line 1379 "configure" |
430 |
+#line 1390 "configure" |
431 |
#include "confdefs.h" |
432 |
#include <assert.h> |
433 |
Syntax Error |
434 |
EOF |
435 |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
436 |
-{ (eval echo configure:1385: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
437 |
+{ (eval echo configure:1396: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
438 |
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
439 |
if test -z "$ac_err"; then |
440 |
: |
441 |
@@ -1406,12 +1417,12 @@ |
442 |
echo "$ac_t""$CPP" 1>&6 |
443 |
|
444 |
echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 |
445 |
-echo "configure:1410: checking for ANSI C header files" >&5 |
446 |
+echo "configure:1421: checking for ANSI C header files" >&5 |
447 |
if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then |
448 |
echo $ac_n "(cached) $ac_c" 1>&6 |
449 |
else |
450 |
cat > conftest.$ac_ext <<EOF |
451 |
-#line 1415 "configure" |
452 |
+#line 1426 "configure" |
453 |
#include "confdefs.h" |
454 |
#include <stdlib.h> |
455 |
#include <stdarg.h> |
456 |
@@ -1419,7 +1430,7 @@ |
457 |
#include <float.h> |
458 |
EOF |
459 |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
460 |
-{ (eval echo configure:1423: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
461 |
+{ (eval echo configure:1434: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
462 |
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
463 |
if test -z "$ac_err"; then |
464 |
rm -rf conftest* |
465 |
@@ -1436,7 +1447,7 @@ |
466 |
if test $ac_cv_header_stdc = yes; then |
467 |
# SunOS 4.x string.h does not declare mem*, contrary to ANSI. |
468 |
cat > conftest.$ac_ext <<EOF |
469 |
-#line 1440 "configure" |
470 |
+#line 1451 "configure" |
471 |
#include "confdefs.h" |
472 |
#include <string.h> |
473 |
EOF |
474 |
@@ -1454,7 +1465,7 @@ |
475 |
if test $ac_cv_header_stdc = yes; then |
476 |
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. |
477 |
cat > conftest.$ac_ext <<EOF |
478 |
-#line 1458 "configure" |
479 |
+#line 1469 "configure" |
480 |
#include "confdefs.h" |
481 |
#include <stdlib.h> |
482 |
EOF |
483 |
@@ -1475,7 +1486,7 @@ |
484 |
: |
485 |
else |
486 |
cat > conftest.$ac_ext <<EOF |
487 |
-#line 1479 "configure" |
488 |
+#line 1490 "configure" |
489 |
#include "confdefs.h" |
490 |
#include <ctype.h> |
491 |
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') |
492 |
@@ -1486,7 +1497,7 @@ |
493 |
exit (0); } |
494 |
|
495 |
EOF |
496 |
-if { (eval echo configure:1490: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
497 |
+if { (eval echo configure:1501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
498 |
then |
499 |
: |
500 |
else |
501 |
@@ -1513,17 +1524,17 @@ |
502 |
do |
503 |
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
504 |
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
505 |
-echo "configure:1517: checking for $ac_hdr" >&5 |
506 |
+echo "configure:1528: checking for $ac_hdr" >&5 |
507 |
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
508 |
echo $ac_n "(cached) $ac_c" 1>&6 |
509 |
else |
510 |
cat > conftest.$ac_ext <<EOF |
511 |
-#line 1522 "configure" |
512 |
+#line 1533 "configure" |
513 |
#include "confdefs.h" |
514 |
#include <$ac_hdr> |
515 |
EOF |
516 |
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
517 |
-{ (eval echo configure:1527: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
518 |
+{ (eval echo configure:1538: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
519 |
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
520 |
if test -z "$ac_err"; then |
521 |
rm -rf conftest* |
522 |
@@ -1551,12 +1562,12 @@ |
523 |
|
524 |
|
525 |
echo $ac_n "checking for working const""... $ac_c" 1>&6 |
526 |
-echo "configure:1555: checking for working const" >&5 |
527 |
+echo "configure:1566: checking for working const" >&5 |
528 |
if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then |
529 |
echo $ac_n "(cached) $ac_c" 1>&6 |
530 |
else |
531 |
cat > conftest.$ac_ext <<EOF |
532 |
-#line 1560 "configure" |
533 |
+#line 1571 "configure" |
534 |
#include "confdefs.h" |
535 |
|
536 |
int main() { |
537 |
@@ -1605,7 +1616,7 @@ |
538 |
|
539 |
; return 0; } |
540 |
EOF |
541 |
-if { (eval echo configure:1609: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
542 |
+if { (eval echo configure:1620: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
543 |
rm -rf conftest* |
544 |
ac_cv_c_const=yes |
545 |
else |
546 |
@@ -1626,12 +1637,12 @@ |
547 |
fi |
548 |
|
549 |
echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 |
550 |
-echo "configure:1630: checking for uid_t in sys/types.h" >&5 |
551 |
+echo "configure:1641: checking for uid_t in sys/types.h" >&5 |
552 |
if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then |
553 |
echo $ac_n "(cached) $ac_c" 1>&6 |
554 |
else |
555 |
cat > conftest.$ac_ext <<EOF |
556 |
-#line 1635 "configure" |
557 |
+#line 1646 "configure" |
558 |
#include "confdefs.h" |
559 |
#include <sys/types.h> |
560 |
EOF |
561 |
@@ -1660,21 +1671,21 @@ |
562 |
fi |
563 |
|
564 |
echo $ac_n "checking for inline""... $ac_c" 1>&6 |
565 |
-echo "configure:1664: checking for inline" >&5 |
566 |
+echo "configure:1675: checking for inline" >&5 |
567 |
if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then |
568 |
echo $ac_n "(cached) $ac_c" 1>&6 |
569 |
else |
570 |
ac_cv_c_inline=no |
571 |
for ac_kw in inline __inline__ __inline; do |
572 |
cat > conftest.$ac_ext <<EOF |
573 |
-#line 1671 "configure" |
574 |
+#line 1682 "configure" |
575 |
#include "confdefs.h" |
576 |
|
577 |
int main() { |
578 |
} $ac_kw foo() { |
579 |
; return 0; } |
580 |
EOF |
581 |
-if { (eval echo configure:1678: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
582 |
+if { (eval echo configure:1689: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
583 |
rm -rf conftest* |
584 |
ac_cv_c_inline=$ac_kw; break |
585 |
else |
586 |
@@ -1700,12 +1711,12 @@ |
587 |
esac |
588 |
|
589 |
echo $ac_n "checking for off_t""... $ac_c" 1>&6 |
590 |
-echo "configure:1704: checking for off_t" >&5 |
591 |
+echo "configure:1715: checking for off_t" >&5 |
592 |
if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then |
593 |
echo $ac_n "(cached) $ac_c" 1>&6 |
594 |
else |
595 |
cat > conftest.$ac_ext <<EOF |
596 |
-#line 1709 "configure" |
597 |
+#line 1720 "configure" |
598 |
#include "confdefs.h" |
599 |
#include <sys/types.h> |
600 |
#if STDC_HEADERS |
601 |
@@ -1733,12 +1744,12 @@ |
602 |
fi |
603 |
|
604 |
echo $ac_n "checking for pid_t""... $ac_c" 1>&6 |
605 |
-echo "configure:1737: checking for pid_t" >&5 |
606 |
+echo "configure:1748: checking for pid_t" >&5 |
607 |
if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then |
608 |
echo $ac_n "(cached) $ac_c" 1>&6 |
609 |
else |
610 |
cat > conftest.$ac_ext <<EOF |
611 |
-#line 1742 "configure" |
612 |
+#line 1753 "configure" |
613 |
#include "confdefs.h" |
614 |
#include <sys/types.h> |
615 |
#if STDC_HEADERS |
616 |
@@ -1766,12 +1777,12 @@ |
617 |
fi |
618 |
|
619 |
echo $ac_n "checking for size_t""... $ac_c" 1>&6 |
620 |
-echo "configure:1770: checking for size_t" >&5 |
621 |
+echo "configure:1781: checking for size_t" >&5 |
622 |
if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then |
623 |
echo $ac_n "(cached) $ac_c" 1>&6 |
624 |
else |
625 |
cat > conftest.$ac_ext <<EOF |
626 |
-#line 1775 "configure" |
627 |
+#line 1786 "configure" |
628 |
#include "confdefs.h" |
629 |
#include <sys/types.h> |
630 |
#if STDC_HEADERS |
631 |
@@ -1799,12 +1810,12 @@ |
632 |
fi |
633 |
|
634 |
echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 |
635 |
-echo "configure:1803: checking whether struct tm is in sys/time.h or time.h" >&5 |
636 |
+echo "configure:1814: checking whether struct tm is in sys/time.h or time.h" >&5 |
637 |
if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then |
638 |
echo $ac_n "(cached) $ac_c" 1>&6 |
639 |
else |
640 |
cat > conftest.$ac_ext <<EOF |
641 |
-#line 1808 "configure" |
642 |
+#line 1819 "configure" |
643 |
#include "confdefs.h" |
644 |
#include <sys/types.h> |
645 |
#include <time.h> |
646 |
@@ -1812,7 +1823,7 @@ |
647 |
struct tm *tp; tp->tm_sec; |
648 |
; return 0; } |
649 |
EOF |
650 |
-if { (eval echo configure:1816: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
651 |
+if { (eval echo configure:1827: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
652 |
rm -rf conftest* |
653 |
ac_cv_struct_tm=time.h |
654 |
else |
655 |
@@ -1837,12 +1848,12 @@ |
656 |
for ac_func in mmap |
657 |
do |
658 |
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
659 |
-echo "configure:1841: checking for $ac_func" >&5 |
660 |
+echo "configure:1852: checking for $ac_func" >&5 |
661 |
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
662 |
echo $ac_n "(cached) $ac_c" 1>&6 |
663 |
else |
664 |
cat > conftest.$ac_ext <<EOF |
665 |
-#line 1846 "configure" |
666 |
+#line 1857 "configure" |
667 |
#include "confdefs.h" |
668 |
/* System header to define __stub macros and hopefully few prototypes, |
669 |
which can conflict with char $ac_func(); below. */ |
670 |
@@ -1865,7 +1876,7 @@ |
671 |
|
672 |
; return 0; } |
673 |
EOF |
674 |
-if { (eval echo configure:1869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
675 |
+if { (eval echo configure:1880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
676 |
rm -rf conftest* |
677 |
eval "ac_cv_func_$ac_func=yes" |
678 |
else |
679 |
@@ -1890,12 +1901,12 @@ |
680 |
done |
681 |
|
682 |
echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 |
683 |
-echo "configure:1894: checking return type of signal handlers" >&5 |
684 |
+echo "configure:1905: checking return type of signal handlers" >&5 |
685 |
if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then |
686 |
echo $ac_n "(cached) $ac_c" 1>&6 |
687 |
else |
688 |
cat > conftest.$ac_ext <<EOF |
689 |
-#line 1899 "configure" |
690 |
+#line 1910 "configure" |
691 |
#include "confdefs.h" |
692 |
#include <sys/types.h> |
693 |
#include <signal.h> |
694 |
@@ -1912,7 +1923,7 @@ |
695 |
int i; |
696 |
; return 0; } |
697 |
EOF |
698 |
-if { (eval echo configure:1916: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
699 |
+if { (eval echo configure:1927: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
700 |
rm -rf conftest* |
701 |
ac_cv_type_signal=void |
702 |
else |
703 |
@@ -1931,12 +1942,12 @@ |
704 |
|
705 |
|
706 |
echo $ac_n "checking for strftime""... $ac_c" 1>&6 |
707 |
-echo "configure:1935: checking for strftime" >&5 |
708 |
+echo "configure:1946: checking for strftime" >&5 |
709 |
if eval "test \"`echo '$''{'ac_cv_func_strftime'+set}'`\" = set"; then |
710 |
echo $ac_n "(cached) $ac_c" 1>&6 |
711 |
else |
712 |
cat > conftest.$ac_ext <<EOF |
713 |
-#line 1940 "configure" |
714 |
+#line 1951 "configure" |
715 |
#include "confdefs.h" |
716 |
/* System header to define __stub macros and hopefully few prototypes, |
717 |
which can conflict with char strftime(); below. */ |
718 |
@@ -1959,7 +1970,7 @@ |
719 |
|
720 |
; return 0; } |
721 |
EOF |
722 |
-if { (eval echo configure:1963: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
723 |
+if { (eval echo configure:1974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
724 |
rm -rf conftest* |
725 |
eval "ac_cv_func_strftime=yes" |
726 |
else |
727 |
@@ -1981,7 +1992,7 @@ |
728 |
echo "$ac_t""no" 1>&6 |
729 |
# strftime is in -lintl on SCO UNIX. |
730 |
echo $ac_n "checking for strftime in -lintl""... $ac_c" 1>&6 |
731 |
-echo "configure:1985: checking for strftime in -lintl" >&5 |
732 |
+echo "configure:1996: checking for strftime in -lintl" >&5 |
733 |
ac_lib_var=`echo intl'_'strftime | sed 'y%./+-%__p_%'` |
734 |
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
735 |
echo $ac_n "(cached) $ac_c" 1>&6 |
736 |
@@ -1989,7 +2000,7 @@ |
737 |
ac_save_LIBS="$LIBS" |
738 |
LIBS="-lintl $LIBS" |
739 |
cat > conftest.$ac_ext <<EOF |
740 |
-#line 1993 "configure" |
741 |
+#line 2004 "configure" |
742 |
#include "confdefs.h" |
743 |
/* Override any gcc2 internal prototype to avoid an error. */ |
744 |
/* We use char because int might match the return type of a gcc2 |
745 |
@@ -2000,7 +2011,7 @@ |
746 |
strftime() |
747 |
; return 0; } |
748 |
EOF |
749 |
-if { (eval echo configure:2004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
750 |
+if { (eval echo configure:2015: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
751 |
rm -rf conftest* |
752 |
eval "ac_cv_lib_$ac_lib_var=yes" |
753 |
else |
754 |
@@ -2029,12 +2040,12 @@ |
755 |
for ac_func in gethostname select socket strdup strerror strstr strtol uname |
756 |
do |
757 |
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
758 |
-echo "configure:2033: checking for $ac_func" >&5 |
759 |
+echo "configure:2044: checking for $ac_func" >&5 |
760 |
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
761 |
echo $ac_n "(cached) $ac_c" 1>&6 |
762 |
else |
763 |
cat > conftest.$ac_ext <<EOF |
764 |
-#line 2038 "configure" |
765 |
+#line 2049 "configure" |
766 |
#include "confdefs.h" |
767 |
/* System header to define __stub macros and hopefully few prototypes, |
768 |
which can conflict with char $ac_func(); below. */ |
769 |
@@ -2057,7 +2068,7 @@ |
770 |
|
771 |
; return 0; } |
772 |
EOF |
773 |
-if { (eval echo configure:2061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
774 |
+if { (eval echo configure:2072: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
775 |
rm -rf conftest* |
776 |
eval "ac_cv_func_$ac_func=yes" |
777 |
else |
778 |
@@ -2084,12 +2095,12 @@ |
779 |
for ac_func in writev daemon |
780 |
do |
781 |
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
782 |
-echo "configure:2088: checking for $ac_func" >&5 |
783 |
+echo "configure:2099: checking for $ac_func" >&5 |
784 |
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
785 |
echo $ac_n "(cached) $ac_c" 1>&6 |
786 |
else |
787 |
cat > conftest.$ac_ext <<EOF |
788 |
-#line 2093 "configure" |
789 |
+#line 2104 "configure" |
790 |
#include "confdefs.h" |
791 |
/* System header to define __stub macros and hopefully few prototypes, |
792 |
which can conflict with char $ac_func(); below. */ |
793 |
@@ -2112,7 +2123,7 @@ |
794 |
|
795 |
; return 0; } |
796 |
EOF |
797 |
-if { (eval echo configure:2116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
798 |
+if { (eval echo configure:2127: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
799 |
rm -rf conftest* |
800 |
eval "ac_cv_func_$ac_func=yes" |
801 |
else |
802 |
@@ -2142,12 +2153,12 @@ |
803 |
*) for ac_func in poll |
804 |
do |
805 |
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
806 |
-echo "configure:2146: checking for $ac_func" >&5 |
807 |
+echo "configure:2157: checking for $ac_func" >&5 |
808 |
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
809 |
echo $ac_n "(cached) $ac_c" 1>&6 |
810 |
else |
811 |
cat > conftest.$ac_ext <<EOF |
812 |
-#line 2151 "configure" |
813 |
+#line 2162 "configure" |
814 |
#include "confdefs.h" |
815 |
/* System header to define __stub macros and hopefully few prototypes, |
816 |
which can conflict with char $ac_func(); below. */ |
817 |
@@ -2170,7 +2181,7 @@ |
818 |
|
819 |
; return 0; } |
820 |
EOF |
821 |
-if { (eval echo configure:2174: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
822 |
+if { (eval echo configure:2185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
823 |
rm -rf conftest* |
824 |
eval "ac_cv_func_$ac_func=yes" |
825 |
else |
826 |
@@ -2201,7 +2212,7 @@ |
827 |
fi |
828 |
|
829 |
echo $ac_n "checking mmap_cache""... $ac_c" 1>&6 |
830 |
-echo "configure:2205: checking mmap_cache" >&5 |
831 |
+echo "configure:2216: checking mmap_cache" >&5 |
832 |
if test "$enable_mmap_cache" = "yes"; then |
833 |
cat >> confdefs.h <<\EOF |
834 |
#define MMAP_CACHE 1 |
835 |
@@ -2213,7 +2224,7 @@ |
836 |
echo "$ac_t""$enable_mmap_cache" 1>&6 |
837 |
|
838 |
echo $ac_n "checking gopheruser""... $ac_c" 1>&6 |
839 |
-echo "configure:2217: checking gopheruser" >&5 |
840 |
+echo "configure:2228: checking gopheruser" >&5 |
841 |
gopheruser="gopher" |
842 |
# Check whether --with-gopheruser or --without-gopheruser was given. |
843 |
if test "${with_gopheruser+set}" = set; then |