Mercurial > masqmail
annotate configure @ 7:969bc91ff13b
removed docs from Makefiles; stuff about last commit
author | meillo@marmaro.de |
---|---|
date | Mon, 27 Oct 2008 14:51:31 +0100 |
parents | 2c09cca4cab9 |
children | c9bce6bb2a5d |
rev | line source |
---|---|
0 | 1 #! /bin/sh |
2 # Guess values for system-dependent variables and create Makefiles. | |
1 | 3 # Generated by GNU Autoconf 2.61 for masqmail 0.2.21. |
0 | 4 # |
5 # Report bugs to <oku@debian.org>. | |
6 # | |
1 | 7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. | |
0 | 9 # This configure script is free software; the Free Software Foundation |
10 # gives unlimited permission to copy, distribute and modify it. | |
11 ## --------------------- ## | |
12 ## M4sh Initialization. ## | |
13 ## --------------------- ## | |
14 | |
1 | 15 # Be more Bourne compatible |
16 DUALCASE=1; export DUALCASE # for MKS sh | |
0 | 17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
18 emulate sh | |
19 NULLCMD=: | |
20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which | |
21 # is contrary to our usage. Disable this feature. | |
22 alias -g '${1+"$@"}'='"$@"' | |
1 | 23 setopt NO_GLOB_SUBST |
24 else | |
25 case `(set -o) 2>/dev/null` in | |
26 *posix*) set -o posix ;; | |
27 esac | |
28 | |
29 fi | |
30 | |
31 | |
32 | |
33 | |
34 # PATH needs CR | |
0 | 35 # Avoid depending upon Character Ranges. |
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz' | |
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |
39 as_cr_digits='0123456789' | |
40 as_cr_alnum=$as_cr_Letters$as_cr_digits | |
41 | |
42 # The user is always right. | |
43 if test "${PATH_SEPARATOR+set}" != set; then | |
44 echo "#! /bin/sh" >conf$$.sh | |
45 echo "exit 0" >>conf$$.sh | |
46 chmod +x conf$$.sh | |
47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
48 PATH_SEPARATOR=';' | |
49 else | |
50 PATH_SEPARATOR=: | |
51 fi | |
52 rm -f conf$$.sh | |
53 fi | |
54 | |
1 | 55 # Support unset when possible. |
56 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then | |
57 as_unset=unset | |
58 else | |
59 as_unset=false | |
60 fi | |
61 | |
62 | |
63 # IFS | |
64 # We need space, tab and new line, in precisely that order. Quoting is | |
65 # there to prevent editors from complaining about space-tab. | |
66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word | |
67 # splitting by setting IFS to empty value.) | |
68 as_nl=' | |
69 ' | |
70 IFS=" "" $as_nl" | |
71 | |
72 # Find who we are. Look in the path if we contain no directory separator. | |
73 case $0 in | |
74 *[\\/]* ) as_myself=$0 ;; | |
75 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
0 | 76 for as_dir in $PATH |
77 do | |
78 IFS=$as_save_IFS | |
79 test -z "$as_dir" && as_dir=. | |
80 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break | |
81 done | |
1 | 82 IFS=$as_save_IFS |
83 | |
84 ;; | |
85 esac | |
86 # We did not find ourselves, most probably we were run as `sh COMMAND' | |
87 # in which case we are not to be found in the path. | |
88 if test "x$as_myself" = x; then | |
89 as_myself=$0 | |
90 fi | |
91 if test ! -f "$as_myself"; then | |
92 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 | |
93 { (exit 1); exit 1; } | |
94 fi | |
95 | |
96 # Work around bugs in pre-3.0 UWIN ksh. | |
97 for as_var in ENV MAIL MAILPATH | |
98 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var | |
99 done | |
100 PS1='$ ' | |
101 PS2='> ' | |
102 PS4='+ ' | |
103 | |
104 # NLS nuisances. | |
105 for as_var in \ | |
106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ | |
107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ | |
108 LC_TELEPHONE LC_TIME | |
109 do | |
110 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then | |
111 eval $as_var=C; export $as_var | |
112 else | |
113 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var | |
0 | 114 fi |
1 | 115 done |
116 | |
117 # Required to use basename. | |
118 if expr a : '\(a\)' >/dev/null 2>&1 && | |
119 test "X`expr 00001 : '.*\(...\)'`" = X001; then | |
120 as_expr=expr | |
121 else | |
122 as_expr=false | |
123 fi | |
124 | |
125 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then | |
126 as_basename=basename | |
127 else | |
128 as_basename=false | |
129 fi | |
130 | |
131 | |
132 # Name of the executable. | |
133 as_me=`$as_basename -- "$0" || | |
134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ | |
135 X"$0" : 'X\(//\)$' \| \ | |
136 X"$0" : 'X\(/\)' \| . 2>/dev/null || | |
137 echo X/"$0" | | |
138 sed '/^.*\/\([^/][^/]*\)\/*$/{ | |
139 s//\1/ | |
140 q | |
141 } | |
142 /^X\/\(\/\/\)$/{ | |
143 s//\1/ | |
144 q | |
145 } | |
146 /^X\/\(\/\).*/{ | |
147 s//\1/ | |
148 q | |
149 } | |
150 s/.*/./; q'` | |
151 | |
152 # CDPATH. | |
153 $as_unset CDPATH | |
154 | |
155 | |
156 if test "x$CONFIG_SHELL" = x; then | |
157 if (eval ":") 2>/dev/null; then | |
158 as_have_required=yes | |
159 else | |
160 as_have_required=no | |
161 fi | |
162 | |
163 if test $as_have_required = yes && (eval ": | |
164 (as_func_return () { | |
165 (exit \$1) | |
166 } | |
167 as_func_success () { | |
168 as_func_return 0 | |
169 } | |
170 as_func_failure () { | |
171 as_func_return 1 | |
172 } | |
173 as_func_ret_success () { | |
174 return 0 | |
175 } | |
176 as_func_ret_failure () { | |
177 return 1 | |
178 } | |
179 | |
180 exitcode=0 | |
181 if as_func_success; then | |
182 : | |
183 else | |
184 exitcode=1 | |
185 echo as_func_success failed. | |
186 fi | |
187 | |
188 if as_func_failure; then | |
189 exitcode=1 | |
190 echo as_func_failure succeeded. | |
191 fi | |
192 | |
193 if as_func_ret_success; then | |
194 : | |
195 else | |
196 exitcode=1 | |
197 echo as_func_ret_success failed. | |
198 fi | |
199 | |
200 if as_func_ret_failure; then | |
201 exitcode=1 | |
202 echo as_func_ret_failure succeeded. | |
203 fi | |
204 | |
205 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then | |
206 : | |
207 else | |
208 exitcode=1 | |
209 echo positional parameters were not saved. | |
210 fi | |
211 | |
212 test \$exitcode = 0) || { (exit 1); exit 1; } | |
213 | |
214 ( | |
215 as_lineno_1=\$LINENO | |
216 as_lineno_2=\$LINENO | |
217 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && | |
218 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } | |
219 ") 2> /dev/null; then | |
220 : | |
221 else | |
222 as_candidate_shells= | |
0 | 223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
224 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH | |
225 do | |
226 IFS=$as_save_IFS | |
227 test -z "$as_dir" && as_dir=. | |
1 | 228 case $as_dir in |
0 | 229 /*) |
1 | 230 for as_base in sh bash ksh sh5; do |
231 as_candidate_shells="$as_candidate_shells $as_dir/$as_base" | |
232 done;; | |
233 esac | |
234 done | |
235 IFS=$as_save_IFS | |
236 | |
237 | |
238 for as_shell in $as_candidate_shells $SHELL; do | |
239 # Try only shells that exist, to save several forks. | |
240 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && | |
241 { ("$as_shell") 2> /dev/null <<\_ASEOF | |
242 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | |
243 emulate sh | |
244 NULLCMD=: | |
245 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which | |
246 # is contrary to our usage. Disable this feature. | |
247 alias -g '${1+"$@"}'='"$@"' | |
248 setopt NO_GLOB_SUBST | |
249 else | |
250 case `(set -o) 2>/dev/null` in | |
251 *posix*) set -o posix ;; | |
252 esac | |
253 | |
254 fi | |
255 | |
256 | |
257 : | |
258 _ASEOF | |
259 }; then | |
260 CONFIG_SHELL=$as_shell | |
261 as_have_required=yes | |
262 if { "$as_shell" 2> /dev/null <<\_ASEOF | |
263 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | |
264 emulate sh | |
265 NULLCMD=: | |
266 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which | |
267 # is contrary to our usage. Disable this feature. | |
268 alias -g '${1+"$@"}'='"$@"' | |
269 setopt NO_GLOB_SUBST | |
270 else | |
271 case `(set -o) 2>/dev/null` in | |
272 *posix*) set -o posix ;; | |
273 esac | |
274 | |
275 fi | |
276 | |
277 | |
278 : | |
279 (as_func_return () { | |
280 (exit $1) | |
281 } | |
282 as_func_success () { | |
283 as_func_return 0 | |
284 } | |
285 as_func_failure () { | |
286 as_func_return 1 | |
287 } | |
288 as_func_ret_success () { | |
289 return 0 | |
290 } | |
291 as_func_ret_failure () { | |
292 return 1 | |
293 } | |
294 | |
295 exitcode=0 | |
296 if as_func_success; then | |
297 : | |
298 else | |
299 exitcode=1 | |
300 echo as_func_success failed. | |
301 fi | |
302 | |
303 if as_func_failure; then | |
304 exitcode=1 | |
305 echo as_func_failure succeeded. | |
306 fi | |
307 | |
308 if as_func_ret_success; then | |
309 : | |
310 else | |
311 exitcode=1 | |
312 echo as_func_ret_success failed. | |
313 fi | |
314 | |
315 if as_func_ret_failure; then | |
316 exitcode=1 | |
317 echo as_func_ret_failure succeeded. | |
318 fi | |
319 | |
320 if ( set x; as_func_ret_success y && test x = "$1" ); then | |
321 : | |
322 else | |
323 exitcode=1 | |
324 echo positional parameters were not saved. | |
325 fi | |
326 | |
327 test $exitcode = 0) || { (exit 1); exit 1; } | |
328 | |
329 ( | |
0 | 330 as_lineno_1=$LINENO |
331 as_lineno_2=$LINENO | |
332 test "x$as_lineno_1" != "x$as_lineno_2" && | |
1 | 333 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } |
334 | |
335 _ASEOF | |
336 }; then | |
337 break | |
338 fi | |
339 | |
340 fi | |
341 | |
342 done | |
343 | |
344 if test "x$CONFIG_SHELL" != x; then | |
345 for as_var in BASH_ENV ENV | |
346 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var | |
347 done | |
348 export CONFIG_SHELL | |
349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} | |
350 fi | |
351 | |
352 | |
353 if test $as_have_required = no; then | |
354 echo This script requires a shell more modern than all the | |
355 echo shells that I found on your system. Please install a | |
356 echo modern shell, or manually run the script under such a | |
357 echo shell if you do have one. | |
358 { (exit 1); exit 1; } | |
359 fi | |
360 | |
361 | |
362 fi | |
363 | |
364 fi | |
365 | |
366 | |
367 | |
368 (eval "as_func_return () { | |
369 (exit \$1) | |
370 } | |
371 as_func_success () { | |
372 as_func_return 0 | |
373 } | |
374 as_func_failure () { | |
375 as_func_return 1 | |
376 } | |
377 as_func_ret_success () { | |
378 return 0 | |
379 } | |
380 as_func_ret_failure () { | |
381 return 1 | |
382 } | |
383 | |
384 exitcode=0 | |
385 if as_func_success; then | |
386 : | |
387 else | |
388 exitcode=1 | |
389 echo as_func_success failed. | |
390 fi | |
391 | |
392 if as_func_failure; then | |
393 exitcode=1 | |
394 echo as_func_failure succeeded. | |
395 fi | |
396 | |
397 if as_func_ret_success; then | |
398 : | |
399 else | |
400 exitcode=1 | |
401 echo as_func_ret_success failed. | |
402 fi | |
403 | |
404 if as_func_ret_failure; then | |
405 exitcode=1 | |
406 echo as_func_ret_failure succeeded. | |
407 fi | |
408 | |
409 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then | |
410 : | |
411 else | |
412 exitcode=1 | |
413 echo positional parameters were not saved. | |
414 fi | |
415 | |
416 test \$exitcode = 0") || { | |
417 echo No shell found that supports shell functions. | |
418 echo Please tell autoconf@gnu.org about your system, | |
419 echo including any error possibly output before this | |
420 echo message | |
421 } | |
422 | |
423 | |
424 | |
425 as_lineno_1=$LINENO | |
426 as_lineno_2=$LINENO | |
427 test "x$as_lineno_1" != "x$as_lineno_2" && | |
428 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { | |
0 | 429 |
430 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO | |
431 # uniformly replaced by the line number. The first 'sed' inserts a | |
1 | 432 # line-number line after each line using $LINENO; the second 'sed' |
433 # does the real work. The second script uses 'N' to pair each | |
434 # line-number line with the line containing $LINENO, and appends | |
435 # trailing '-' during substitution so that $LINENO is not a special | |
436 # case at line end. | |
0 | 437 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the |
1 | 438 # scripts with optimization help from Paolo Bonzini. Blame Lee |
439 # E. McMahon (1931-1989) for sed's syntax. :-) | |
440 sed -n ' | |
441 p | |
442 /[$]LINENO/= | |
443 ' <$as_myself | | |
0 | 444 sed ' |
1 | 445 s/[$]LINENO.*/&-/ |
446 t lineno | |
447 b | |
448 :lineno | |
0 | 449 N |
1 | 450 :loop |
451 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ | |
0 | 452 t loop |
1 | 453 s/-\n.*// |
0 | 454 ' >$as_me.lineno && |
1 | 455 chmod +x "$as_me.lineno" || |
0 | 456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 |
457 { (exit 1); exit 1; }; } | |
458 | |
459 # Don't try to exec as it changes $[0], causing all sort of problems | |
460 # (the dirname of $[0] is not the place where we might find the | |
1 | 461 # original and so on. Autoconf is especially sensitive to this). |
462 . "./$as_me.lineno" | |
0 | 463 # Exit status is that of the last command. |
464 exit | |
465 } | |
466 | |
467 | |
1 | 468 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
469 as_dirname=dirname | |
470 else | |
471 as_dirname=false | |
472 fi | |
473 | |
474 ECHO_C= ECHO_N= ECHO_T= | |
475 case `echo -n x` in | |
476 -n*) | |
477 case `echo 'x\c'` in | |
478 *c*) ECHO_T=' ';; # ECHO_T is single tab character. | |
479 *) ECHO_C='\c';; | |
480 esac;; | |
481 *) | |
482 ECHO_N='-n';; | |
0 | 483 esac |
484 | |
1 | 485 if expr a : '\(a\)' >/dev/null 2>&1 && |
486 test "X`expr 00001 : '.*\(...\)'`" = X001; then | |
0 | 487 as_expr=expr |
488 else | |
489 as_expr=false | |
490 fi | |
491 | |
492 rm -f conf$$ conf$$.exe conf$$.file | |
1 | 493 if test -d conf$$.dir; then |
494 rm -f conf$$.dir/conf$$.file | |
495 else | |
496 rm -f conf$$.dir | |
497 mkdir conf$$.dir | |
498 fi | |
0 | 499 echo >conf$$.file |
500 if ln -s conf$$.file conf$$ 2>/dev/null; then | |
1 | 501 as_ln_s='ln -s' |
502 # ... but there are two gotchas: | |
503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | |
504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | |
505 # In both cases, we have to default to `cp -p'. | |
506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || | |
0 | 507 as_ln_s='cp -p' |
508 elif ln conf$$.file conf$$ 2>/dev/null; then | |
509 as_ln_s=ln | |
510 else | |
511 as_ln_s='cp -p' | |
512 fi | |
1 | 513 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
514 rmdir conf$$.dir 2>/dev/null | |
0 | 515 |
516 if mkdir -p . 2>/dev/null; then | |
517 as_mkdir_p=: | |
518 else | |
519 test -d ./-p && rmdir ./-p | |
520 as_mkdir_p=false | |
521 fi | |
522 | |
1 | 523 if test -x / >/dev/null 2>&1; then |
524 as_test_x='test -x' | |
525 else | |
526 if ls -dL / >/dev/null 2>&1; then | |
527 as_ls_L_option=L | |
528 else | |
529 as_ls_L_option= | |
530 fi | |
531 as_test_x=' | |
532 eval sh -c '\'' | |
533 if test -d "$1"; then | |
534 test -d "$1/."; | |
535 else | |
536 case $1 in | |
537 -*)set "./$1";; | |
538 esac; | |
539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in | |
540 ???[sx]*):;;*)false;;esac;fi | |
541 '\'' sh | |
542 ' | |
543 fi | |
544 as_executable_p=$as_test_x | |
0 | 545 |
546 # Sed expression to map a string onto a valid CPP name. | |
547 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | |
548 | |
549 # Sed expression to map a string onto a valid variable name. | |
550 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | |
551 | |
552 | |
1 | 553 |
554 exec 7<&0 </dev/null 6>&1 | |
0 | 555 |
556 # Name of the host. | |
557 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, | |
558 # so uname gets run too. | |
559 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | |
560 | |
561 # | |
562 # Initializations. | |
563 # | |
564 ac_default_prefix=/usr/local | |
1 | 565 ac_clean_files= |
0 | 566 ac_config_libobj_dir=. |
1 | 567 LIBOBJS= |
0 | 568 cross_compiling=no |
569 subdirs= | |
570 MFLAGS= | |
571 MAKEFLAGS= | |
572 SHELL=${CONFIG_SHELL-/bin/sh} | |
573 | |
574 # Identity of this package. | |
575 PACKAGE_NAME='masqmail' | |
576 PACKAGE_TARNAME='masqmail' | |
577 PACKAGE_VERSION='0.2.21' | |
578 PACKAGE_STRING='masqmail 0.2.21' | |
579 PACKAGE_BUGREPORT='oku@debian.org' | |
580 | |
581 ac_unique_file="src/masqmail.c" | |
582 ac_default_prefix=/usr | |
583 # Factoring default headers for most tests. | |
584 ac_includes_default="\ | |
585 #include <stdio.h> | |
1 | 586 #ifdef HAVE_SYS_TYPES_H |
0 | 587 # include <sys/types.h> |
588 #endif | |
1 | 589 #ifdef HAVE_SYS_STAT_H |
0 | 590 # include <sys/stat.h> |
591 #endif | |
1 | 592 #ifdef STDC_HEADERS |
0 | 593 # include <stdlib.h> |
594 # include <stddef.h> | |
595 #else | |
1 | 596 # ifdef HAVE_STDLIB_H |
0 | 597 # include <stdlib.h> |
598 # endif | |
599 #endif | |
1 | 600 #ifdef HAVE_STRING_H |
601 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
0 | 602 # include <memory.h> |
603 # endif | |
604 # include <string.h> | |
605 #endif | |
1 | 606 #ifdef HAVE_STRINGS_H |
0 | 607 # include <strings.h> |
608 #endif | |
1 | 609 #ifdef HAVE_INTTYPES_H |
0 | 610 # include <inttypes.h> |
611 #endif | |
1 | 612 #ifdef HAVE_STDINT_H |
613 # include <stdint.h> | |
614 #endif | |
615 #ifdef HAVE_UNISTD_H | |
0 | 616 # include <unistd.h> |
617 #endif" | |
618 | |
1 | 619 ac_subst_vars='SHELL |
620 PATH_SEPARATOR | |
621 PACKAGE_NAME | |
622 PACKAGE_TARNAME | |
623 PACKAGE_VERSION | |
624 PACKAGE_STRING | |
625 PACKAGE_BUGREPORT | |
626 exec_prefix | |
627 prefix | |
628 program_transform_name | |
629 bindir | |
630 sbindir | |
631 libexecdir | |
632 datarootdir | |
633 datadir | |
634 sysconfdir | |
635 sharedstatedir | |
636 localstatedir | |
637 includedir | |
638 oldincludedir | |
639 docdir | |
640 infodir | |
641 htmldir | |
642 dvidir | |
643 pdfdir | |
644 psdir | |
645 libdir | |
646 localedir | |
647 mandir | |
648 DEFS | |
649 ECHO_C | |
650 ECHO_N | |
651 ECHO_T | |
652 LIBS | |
653 build_alias | |
654 host_alias | |
655 target_alias | |
656 INSTALL_PROGRAM | |
657 INSTALL_SCRIPT | |
658 INSTALL_DATA | |
659 CYGPATH_W | |
660 PACKAGE | |
661 VERSION | |
662 ACLOCAL | |
663 AUTOCONF | |
664 AUTOMAKE | |
665 AUTOHEADER | |
666 MAKEINFO | |
667 AMTAR | |
668 install_sh | |
669 STRIP | |
670 INSTALL_STRIP_PROGRAM | |
671 AWK | |
672 SET_MAKE | |
673 am__leading_dot | |
674 CC | |
675 CFLAGS | |
676 LDFLAGS | |
677 CPPFLAGS | |
678 ac_ct_CC | |
679 EXEEXT | |
680 OBJEXT | |
681 DEPDIR | |
682 am__include | |
683 am__quote | |
684 AMDEP_TRUE | |
685 AMDEP_FALSE | |
686 AMDEPBACKSLASH | |
687 CCDEPMODE | |
688 am__fastdepCC_TRUE | |
689 am__fastdepCC_FALSE | |
690 CPP | |
691 GREP | |
692 EGREP | |
693 RANLIB | |
694 PKG_CONFIG | |
695 GLIB_CFLAGS | |
696 GLIB_LIBS | |
697 RESOLV_LIBS | |
698 with_user | |
699 with_group | |
700 BASE64_LIBS | |
701 MD5_LIBS | |
702 has_ident | |
703 IDENT_LIBS | |
704 LOCKFILE_LIBS | |
705 USE_LIBLOCKFILE | |
706 with_logdir | |
707 with_spooldir | |
708 with_confdir | |
709 LIBOBJS | |
710 LTLIBOBJS' | |
0 | 711 ac_subst_files='' |
1 | 712 ac_precious_vars='build_alias |
713 host_alias | |
714 target_alias | |
715 CC | |
716 CFLAGS | |
717 LDFLAGS | |
718 LIBS | |
719 CPPFLAGS | |
720 CPP | |
721 PKG_CONFIG | |
722 GLIB_CFLAGS | |
723 GLIB_LIBS' | |
724 | |
0 | 725 |
726 # Initialize some variables set by options. | |
727 ac_init_help= | |
728 ac_init_version=false | |
729 # The variables have the same names as the options, with | |
730 # dashes changed to underlines. | |
731 cache_file=/dev/null | |
732 exec_prefix=NONE | |
733 no_create= | |
734 no_recursion= | |
735 prefix=NONE | |
736 program_prefix=NONE | |
737 program_suffix=NONE | |
738 program_transform_name=s,x,x, | |
739 silent= | |
740 site= | |
741 srcdir= | |
742 verbose= | |
743 x_includes=NONE | |
744 x_libraries=NONE | |
745 | |
746 # Installation directory options. | |
747 # These are left unexpanded so users can "make install exec_prefix=/foo" | |
748 # and all the variables that are supposed to be based on exec_prefix | |
749 # by default will actually change. | |
750 # Use braces instead of parens because sh, perl, etc. also accept them. | |
1 | 751 # (The list follows the same order as the GNU Coding Standards.) |
0 | 752 bindir='${exec_prefix}/bin' |
753 sbindir='${exec_prefix}/sbin' | |
754 libexecdir='${exec_prefix}/libexec' | |
1 | 755 datarootdir='${prefix}/share' |
756 datadir='${datarootdir}' | |
0 | 757 sysconfdir='${prefix}/etc' |
758 sharedstatedir='${prefix}/com' | |
759 localstatedir='${prefix}/var' | |
760 includedir='${prefix}/include' | |
761 oldincludedir='/usr/include' | |
1 | 762 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
763 infodir='${datarootdir}/info' | |
764 htmldir='${docdir}' | |
765 dvidir='${docdir}' | |
766 pdfdir='${docdir}' | |
767 psdir='${docdir}' | |
768 libdir='${exec_prefix}/lib' | |
769 localedir='${datarootdir}/locale' | |
770 mandir='${datarootdir}/man' | |
0 | 771 |
772 ac_prev= | |
1 | 773 ac_dashdash= |
0 | 774 for ac_option |
775 do | |
776 # If the previous option needs an argument, assign it. | |
777 if test -n "$ac_prev"; then | |
1 | 778 eval $ac_prev=\$ac_option |
0 | 779 ac_prev= |
780 continue | |
781 fi | |
782 | |
1 | 783 case $ac_option in |
784 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; | |
785 *) ac_optarg=yes ;; | |
786 esac | |
0 | 787 |
788 # Accept the important Cygnus configure options, so we can diagnose typos. | |
789 | |
1 | 790 case $ac_dashdash$ac_option in |
791 --) | |
792 ac_dashdash=yes ;; | |
0 | 793 |
794 -bindir | --bindir | --bindi | --bind | --bin | --bi) | |
795 ac_prev=bindir ;; | |
796 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) | |
797 bindir=$ac_optarg ;; | |
798 | |
799 -build | --build | --buil | --bui | --bu) | |
800 ac_prev=build_alias ;; | |
801 -build=* | --build=* | --buil=* | --bui=* | --bu=*) | |
802 build_alias=$ac_optarg ;; | |
803 | |
804 -cache-file | --cache-file | --cache-fil | --cache-fi \ | |
805 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
806 ac_prev=cache_file ;; | |
807 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
808 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) | |
809 cache_file=$ac_optarg ;; | |
810 | |
811 --config-cache | -C) | |
812 cache_file=config.cache ;; | |
813 | |
1 | 814 -datadir | --datadir | --datadi | --datad) |
0 | 815 ac_prev=datadir ;; |
1 | 816 -datadir=* | --datadir=* | --datadi=* | --datad=*) |
0 | 817 datadir=$ac_optarg ;; |
818 | |
1 | 819 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ |
820 | --dataroo | --dataro | --datar) | |
821 ac_prev=datarootdir ;; | |
822 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | |
823 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) | |
824 datarootdir=$ac_optarg ;; | |
825 | |
0 | 826 -disable-* | --disable-*) |
827 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` | |
828 # Reject names that are not valid shell variable names. | |
1 | 829 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && |
0 | 830 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 |
831 { (exit 1); exit 1; }; } | |
1 | 832 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` |
833 eval enable_$ac_feature=no ;; | |
834 | |
835 -docdir | --docdir | --docdi | --doc | --do) | |
836 ac_prev=docdir ;; | |
837 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) | |
838 docdir=$ac_optarg ;; | |
839 | |
840 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) | |
841 ac_prev=dvidir ;; | |
842 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) | |
843 dvidir=$ac_optarg ;; | |
0 | 844 |
845 -enable-* | --enable-*) | |
846 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` | |
847 # Reject names that are not valid shell variable names. | |
1 | 848 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && |
0 | 849 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 |
850 { (exit 1); exit 1; }; } | |
1 | 851 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` |
852 eval enable_$ac_feature=\$ac_optarg ;; | |
0 | 853 |
854 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | |
855 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | |
856 | --exec | --exe | --ex) | |
857 ac_prev=exec_prefix ;; | |
858 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | |
859 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | |
860 | --exec=* | --exe=* | --ex=*) | |
861 exec_prefix=$ac_optarg ;; | |
862 | |
863 -gas | --gas | --ga | --g) | |
864 # Obsolete; use --with-gas. | |
865 with_gas=yes ;; | |
866 | |
867 -help | --help | --hel | --he | -h) | |
868 ac_init_help=long ;; | |
869 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) | |
870 ac_init_help=recursive ;; | |
871 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) | |
872 ac_init_help=short ;; | |
873 | |
874 -host | --host | --hos | --ho) | |
875 ac_prev=host_alias ;; | |
876 -host=* | --host=* | --hos=* | --ho=*) | |
877 host_alias=$ac_optarg ;; | |
878 | |
1 | 879 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) |
880 ac_prev=htmldir ;; | |
881 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | |
882 | --ht=*) | |
883 htmldir=$ac_optarg ;; | |
884 | |
0 | 885 -includedir | --includedir | --includedi | --included | --include \ |
886 | --includ | --inclu | --incl | --inc) | |
887 ac_prev=includedir ;; | |
888 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | |
889 | --includ=* | --inclu=* | --incl=* | --inc=*) | |
890 includedir=$ac_optarg ;; | |
891 | |
892 -infodir | --infodir | --infodi | --infod | --info | --inf) | |
893 ac_prev=infodir ;; | |
894 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) | |
895 infodir=$ac_optarg ;; | |
896 | |
897 -libdir | --libdir | --libdi | --libd) | |
898 ac_prev=libdir ;; | |
899 -libdir=* | --libdir=* | --libdi=* | --libd=*) | |
900 libdir=$ac_optarg ;; | |
901 | |
902 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | |
903 | --libexe | --libex | --libe) | |
904 ac_prev=libexecdir ;; | |
905 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | |
906 | --libexe=* | --libex=* | --libe=*) | |
907 libexecdir=$ac_optarg ;; | |
908 | |
1 | 909 -localedir | --localedir | --localedi | --localed | --locale) |
910 ac_prev=localedir ;; | |
911 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) | |
912 localedir=$ac_optarg ;; | |
913 | |
0 | 914 -localstatedir | --localstatedir | --localstatedi | --localstated \ |
1 | 915 | --localstate | --localstat | --localsta | --localst | --locals) |
0 | 916 ac_prev=localstatedir ;; |
917 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | |
1 | 918 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) |
0 | 919 localstatedir=$ac_optarg ;; |
920 | |
921 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) | |
922 ac_prev=mandir ;; | |
923 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) | |
924 mandir=$ac_optarg ;; | |
925 | |
926 -nfp | --nfp | --nf) | |
927 # Obsolete; use --without-fp. | |
928 with_fp=no ;; | |
929 | |
930 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
931 | --no-cr | --no-c | -n) | |
932 no_create=yes ;; | |
933 | |
934 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
935 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) | |
936 no_recursion=yes ;; | |
937 | |
938 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | |
939 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | |
940 | --oldin | --oldi | --old | --ol | --o) | |
941 ac_prev=oldincludedir ;; | |
942 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | |
943 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | |
944 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) | |
945 oldincludedir=$ac_optarg ;; | |
946 | |
947 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) | |
948 ac_prev=prefix ;; | |
949 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) | |
950 prefix=$ac_optarg ;; | |
951 | |
952 -program-prefix | --program-prefix | --program-prefi | --program-pref \ | |
953 | --program-pre | --program-pr | --program-p) | |
954 ac_prev=program_prefix ;; | |
955 -program-prefix=* | --program-prefix=* | --program-prefi=* \ | |
956 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) | |
957 program_prefix=$ac_optarg ;; | |
958 | |
959 -program-suffix | --program-suffix | --program-suffi | --program-suff \ | |
960 | --program-suf | --program-su | --program-s) | |
961 ac_prev=program_suffix ;; | |
962 -program-suffix=* | --program-suffix=* | --program-suffi=* \ | |
963 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) | |
964 program_suffix=$ac_optarg ;; | |
965 | |
966 -program-transform-name | --program-transform-name \ | |
967 | --program-transform-nam | --program-transform-na \ | |
968 | --program-transform-n | --program-transform- \ | |
969 | --program-transform | --program-transfor \ | |
970 | --program-transfo | --program-transf \ | |
971 | --program-trans | --program-tran \ | |
972 | --progr-tra | --program-tr | --program-t) | |
973 ac_prev=program_transform_name ;; | |
974 -program-transform-name=* | --program-transform-name=* \ | |
975 | --program-transform-nam=* | --program-transform-na=* \ | |
976 | --program-transform-n=* | --program-transform-=* \ | |
977 | --program-transform=* | --program-transfor=* \ | |
978 | --program-transfo=* | --program-transf=* \ | |
979 | --program-trans=* | --program-tran=* \ | |
980 | --progr-tra=* | --program-tr=* | --program-t=*) | |
981 program_transform_name=$ac_optarg ;; | |
982 | |
1 | 983 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) |
984 ac_prev=pdfdir ;; | |
985 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) | |
986 pdfdir=$ac_optarg ;; | |
987 | |
988 -psdir | --psdir | --psdi | --psd | --ps) | |
989 ac_prev=psdir ;; | |
990 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) | |
991 psdir=$ac_optarg ;; | |
992 | |
0 | 993 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
994 | -silent | --silent | --silen | --sile | --sil) | |
995 silent=yes ;; | |
996 | |
997 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) | |
998 ac_prev=sbindir ;; | |
999 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | |
1000 | --sbi=* | --sb=*) | |
1001 sbindir=$ac_optarg ;; | |
1002 | |
1003 -sharedstatedir | --sharedstatedir | --sharedstatedi \ | |
1004 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | |
1005 | --sharedst | --shareds | --shared | --share | --shar \ | |
1006 | --sha | --sh) | |
1007 ac_prev=sharedstatedir ;; | |
1008 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | |
1009 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | |
1010 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | |
1011 | --sha=* | --sh=*) | |
1012 sharedstatedir=$ac_optarg ;; | |
1013 | |
1014 -site | --site | --sit) | |
1015 ac_prev=site ;; | |
1016 -site=* | --site=* | --sit=*) | |
1017 site=$ac_optarg ;; | |
1018 | |
1019 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | |
1020 ac_prev=srcdir ;; | |
1021 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
1022 srcdir=$ac_optarg ;; | |
1023 | |
1024 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | |
1025 | --syscon | --sysco | --sysc | --sys | --sy) | |
1026 ac_prev=sysconfdir ;; | |
1027 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | |
1028 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) | |
1029 sysconfdir=$ac_optarg ;; | |
1030 | |
1031 -target | --target | --targe | --targ | --tar | --ta | --t) | |
1032 ac_prev=target_alias ;; | |
1033 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) | |
1034 target_alias=$ac_optarg ;; | |
1035 | |
1036 -v | -verbose | --verbose | --verbos | --verbo | --verb) | |
1037 verbose=yes ;; | |
1038 | |
1039 -version | --version | --versio | --versi | --vers | -V) | |
1040 ac_init_version=: ;; | |
1041 | |
1042 -with-* | --with-*) | |
1043 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` | |
1044 # Reject names that are not valid shell variable names. | |
1 | 1045 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && |
0 | 1046 { echo "$as_me: error: invalid package name: $ac_package" >&2 |
1047 { (exit 1); exit 1; }; } | |
1 | 1048 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` |
1049 eval with_$ac_package=\$ac_optarg ;; | |
0 | 1050 |
1051 -without-* | --without-*) | |
1052 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` | |
1053 # Reject names that are not valid shell variable names. | |
1 | 1054 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && |
0 | 1055 { echo "$as_me: error: invalid package name: $ac_package" >&2 |
1056 { (exit 1); exit 1; }; } | |
1 | 1057 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` |
1058 eval with_$ac_package=no ;; | |
0 | 1059 |
1060 --x) | |
1061 # Obsolete; use --with-x. | |
1062 with_x=yes ;; | |
1063 | |
1064 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | |
1065 | --x-incl | --x-inc | --x-in | --x-i) | |
1066 ac_prev=x_includes ;; | |
1067 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | |
1068 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) | |
1069 x_includes=$ac_optarg ;; | |
1070 | |
1071 -x-libraries | --x-libraries | --x-librarie | --x-librari \ | |
1072 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) | |
1073 ac_prev=x_libraries ;; | |
1074 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | |
1075 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | |
1076 x_libraries=$ac_optarg ;; | |
1077 | |
1078 -*) { echo "$as_me: error: unrecognized option: $ac_option | |
1079 Try \`$0 --help' for more information." >&2 | |
1080 { (exit 1); exit 1; }; } | |
1081 ;; | |
1082 | |
1083 *=*) | |
1084 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` | |
1085 # Reject names that are not valid shell variable names. | |
1086 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && | |
1087 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 | |
1088 { (exit 1); exit 1; }; } | |
1 | 1089 eval $ac_envvar=\$ac_optarg |
0 | 1090 export $ac_envvar ;; |
1091 | |
1092 *) | |
1093 # FIXME: should be removed in autoconf 3.0. | |
1094 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 | |
1095 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && | |
1096 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 | |
1097 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} | |
1098 ;; | |
1099 | |
1100 esac | |
1101 done | |
1102 | |
1103 if test -n "$ac_prev"; then | |
1104 ac_option=--`echo $ac_prev | sed 's/_/-/g'` | |
1105 { echo "$as_me: error: missing argument to $ac_option" >&2 | |
1106 { (exit 1); exit 1; }; } | |
1107 fi | |
1108 | |
1 | 1109 # Be sure to have absolute directory names. |
1110 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ | |
1111 datadir sysconfdir sharedstatedir localstatedir includedir \ | |
1112 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ | |
1113 libdir localedir mandir | |
0 | 1114 do |
1 | 1115 eval ac_val=\$$ac_var |
0 | 1116 case $ac_val in |
1 | 1117 [\\/$]* | ?:[\\/]* ) continue;; |
1118 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | |
0 | 1119 esac |
1 | 1120 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 |
1121 { (exit 1); exit 1; }; } | |
0 | 1122 done |
1123 | |
1124 # There might be people who depend on the old broken behavior: `$host' | |
1125 # used to hold the argument of --host etc. | |
1126 # FIXME: To remove some day. | |
1127 build=$build_alias | |
1128 host=$host_alias | |
1129 target=$target_alias | |
1130 | |
1131 # FIXME: To remove some day. | |
1132 if test "x$host_alias" != x; then | |
1133 if test "x$build_alias" = x; then | |
1134 cross_compiling=maybe | |
1135 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. | |
1136 If a cross compiler is detected then cross compile mode will be used." >&2 | |
1137 elif test "x$build_alias" != "x$host_alias"; then | |
1138 cross_compiling=yes | |
1139 fi | |
1140 fi | |
1141 | |
1142 ac_tool_prefix= | |
1143 test -n "$host_alias" && ac_tool_prefix=$host_alias- | |
1144 | |
1145 test "$silent" = yes && exec 6>/dev/null | |
1146 | |
1147 | |
1 | 1148 ac_pwd=`pwd` && test -n "$ac_pwd" && |
1149 ac_ls_di=`ls -di .` && | |
1150 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | |
1151 { echo "$as_me: error: Working directory cannot be determined" >&2 | |
1152 { (exit 1); exit 1; }; } | |
1153 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | |
1154 { echo "$as_me: error: pwd does not report name of working directory" >&2 | |
1155 { (exit 1); exit 1; }; } | |
1156 | |
1157 | |
0 | 1158 # Find the source files, if location was not specified. |
1159 if test -z "$srcdir"; then | |
1160 ac_srcdir_defaulted=yes | |
1 | 1161 # Try the directory containing this script, then the parent directory. |
1162 ac_confdir=`$as_dirname -- "$0" || | |
0 | 1163 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
1164 X"$0" : 'X\(//\)[^/]' \| \ | |
1165 X"$0" : 'X\(//\)$' \| \ | |
1 | 1166 X"$0" : 'X\(/\)' \| . 2>/dev/null || |
0 | 1167 echo X"$0" | |
1 | 1168 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
1169 s//\1/ | |
1170 q | |
1171 } | |
1172 /^X\(\/\/\)[^/].*/{ | |
1173 s//\1/ | |
1174 q | |
1175 } | |
1176 /^X\(\/\/\)$/{ | |
1177 s//\1/ | |
1178 q | |
1179 } | |
1180 /^X\(\/\).*/{ | |
1181 s//\1/ | |
1182 q | |
1183 } | |
1184 s/.*/./; q'` | |
0 | 1185 srcdir=$ac_confdir |
1 | 1186 if test ! -r "$srcdir/$ac_unique_file"; then |
0 | 1187 srcdir=.. |
1188 fi | |
1189 else | |
1190 ac_srcdir_defaulted=no | |
1191 fi | |
1 | 1192 if test ! -r "$srcdir/$ac_unique_file"; then |
1193 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | |
1194 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 | |
0 | 1195 { (exit 1); exit 1; }; } |
1 | 1196 fi |
1197 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | |
1198 ac_abs_confdir=`( | |
1199 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 | |
0 | 1200 { (exit 1); exit 1; }; } |
1 | 1201 pwd)` |
1202 # When building in place, set srcdir=. | |
1203 if test "$ac_abs_confdir" = "$ac_pwd"; then | |
1204 srcdir=. | |
1205 fi | |
1206 # Remove unnecessary trailing slashes from srcdir. | |
1207 # Double slashes in file names in object file debugging info | |
1208 # mess up M-x gdb in Emacs. | |
1209 case $srcdir in | |
1210 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; | |
1211 esac | |
1212 for ac_var in $ac_precious_vars; do | |
1213 eval ac_env_${ac_var}_set=\${${ac_var}+set} | |
1214 eval ac_env_${ac_var}_value=\$${ac_var} | |
1215 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} | |
1216 eval ac_cv_env_${ac_var}_value=\$${ac_var} | |
1217 done | |
0 | 1218 |
1219 # | |
1220 # Report the --help message. | |
1221 # | |
1222 if test "$ac_init_help" = "long"; then | |
1223 # Omit some internal or obsolete options to make the list less imposing. | |
1224 # This message is too long to be a string in the A/UX 3.1 sh. | |
1225 cat <<_ACEOF | |
1226 \`configure' configures masqmail 0.2.21 to adapt to many kinds of systems. | |
1227 | |
1228 Usage: $0 [OPTION]... [VAR=VALUE]... | |
1229 | |
1230 To assign environment variables (e.g., CC, CFLAGS...), specify them as | |
1231 VAR=VALUE. See below for descriptions of some of the useful variables. | |
1232 | |
1233 Defaults for the options are specified in brackets. | |
1234 | |
1235 Configuration: | |
1236 -h, --help display this help and exit | |
1237 --help=short display options specific to this package | |
1238 --help=recursive display the short help of all the included packages | |
1239 -V, --version display version information and exit | |
1240 -q, --quiet, --silent do not print \`checking...' messages | |
1241 --cache-file=FILE cache test results in FILE [disabled] | |
1242 -C, --config-cache alias for \`--cache-file=config.cache' | |
1243 -n, --no-create do not create output files | |
1244 --srcdir=DIR find the sources in DIR [configure dir or \`..'] | |
1245 | |
1246 Installation directories: | |
1247 --prefix=PREFIX install architecture-independent files in PREFIX | |
1248 [$ac_default_prefix] | |
1249 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX | |
1250 [PREFIX] | |
1251 | |
1252 By default, \`make install' will install all the files in | |
1253 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify | |
1254 an installation prefix other than \`$ac_default_prefix' using \`--prefix', | |
1255 for instance \`--prefix=\$HOME'. | |
1256 | |
1257 For better control, use the options below. | |
1258 | |
1259 Fine tuning of the installation directories: | |
1260 --bindir=DIR user executables [EPREFIX/bin] | |
1261 --sbindir=DIR system admin executables [EPREFIX/sbin] | |
1262 --libexecdir=DIR program executables [EPREFIX/libexec] | |
1263 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] | |
1264 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] | |
1265 --localstatedir=DIR modifiable single-machine data [PREFIX/var] | |
1266 --libdir=DIR object code libraries [EPREFIX/lib] | |
1267 --includedir=DIR C header files [PREFIX/include] | |
1268 --oldincludedir=DIR C header files for non-gcc [/usr/include] | |
1 | 1269 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] |
1270 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] | |
1271 --infodir=DIR info documentation [DATAROOTDIR/info] | |
1272 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] | |
1273 --mandir=DIR man documentation [DATAROOTDIR/man] | |
1274 --docdir=DIR documentation root [DATAROOTDIR/doc/masqmail] | |
1275 --htmldir=DIR html documentation [DOCDIR] | |
1276 --dvidir=DIR dvi documentation [DOCDIR] | |
1277 --pdfdir=DIR pdf documentation [DOCDIR] | |
1278 --psdir=DIR ps documentation [DOCDIR] | |
0 | 1279 _ACEOF |
1280 | |
1281 cat <<\_ACEOF | |
1282 | |
1283 Program names: | |
1284 --program-prefix=PREFIX prepend PREFIX to installed program names | |
1285 --program-suffix=SUFFIX append SUFFIX to installed program names | |
1286 --program-transform-name=PROGRAM run sed PROGRAM on installed program names | |
1287 _ACEOF | |
1288 fi | |
1289 | |
1290 if test -n "$ac_init_help"; then | |
1291 case $ac_init_help in | |
1292 short | recursive ) echo "Configuration of masqmail 0.2.21:";; | |
1293 esac | |
1294 cat <<\_ACEOF | |
1295 | |
1296 Optional Features: | |
1297 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | |
1298 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | |
1299 --disable-dependency-tracking Speeds up one-time builds | |
1300 --enable-dependency-tracking Do not reject slow dependency extractors | |
1301 --disable-resolver disable resolver support | |
1302 --disable-debug disable debugging | |
1303 --disable-smtp-server disable smtp server support | |
1304 --disable-pop3 disable pop3 support | |
1305 --enable-auth enable AUTH (RFC 2554) client support | |
1306 --enable-maildir enable qmail style maildir support | |
1307 --enable-ident enable ident (RFC 1413) support | |
1308 --enable-mserver enable mserver support | |
1309 | |
1310 Optional Packages: | |
1311 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | |
1312 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | |
1313 --with-user=USER set user mail | |
1314 --with-group=GROUP set group trusted | |
1315 --with-glib-static=path link glib statically (path mandatory!) | |
1316 --with-libcrypto use libcrypto | |
1317 --with-liblockfile use liblock (for Debian) | |
1318 --with-logdir=DIR set log directory /var/masqmail | |
1319 --with-spooldir=DIR set spool directory /var/spool/masqmail | |
1320 --with-confdir directory for configuration /etc/masqmail | |
1321 | |
1322 Some influential environment variables: | |
1323 CC C compiler command | |
1324 CFLAGS C compiler flags | |
1325 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a | |
1326 nonstandard directory <lib dir> | |
1 | 1327 LIBS libraries to pass to the linker, e.g. -l<library> |
1328 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if | |
1329 you have headers in a nonstandard directory <include dir> | |
0 | 1330 CPP C preprocessor |
1331 PKG_CONFIG path to pkg-config utility | |
1332 GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config | |
1333 GLIB_LIBS linker flags for GLIB, overriding pkg-config | |
1334 | |
1335 Use these variables to override the choices made by `configure' or to help | |
1336 it to find libraries and programs with nonstandard names/locations. | |
1337 | |
1338 Report bugs to <oku@debian.org>. | |
1339 _ACEOF | |
1 | 1340 ac_status=$? |
0 | 1341 fi |
1342 | |
1343 if test "$ac_init_help" = "recursive"; then | |
1344 # If there are subdirs, report their specific --help. | |
1345 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue | |
1 | 1346 test -d "$ac_dir" || continue |
0 | 1347 ac_builddir=. |
1348 | |
1 | 1349 case "$ac_dir" in |
1350 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
1351 *) | |
0 | 1352 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` |
1 | 1353 # A ".." for each directory in $ac_dir_suffix. |
1354 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` | |
1355 case $ac_top_builddir_sub in | |
1356 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
1357 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; | |
1358 esac ;; | |
1359 esac | |
1360 ac_abs_top_builddir=$ac_pwd | |
1361 ac_abs_builddir=$ac_pwd$ac_dir_suffix | |
1362 # for backward compatibility: | |
1363 ac_top_builddir=$ac_top_build_prefix | |
0 | 1364 |
1365 case $srcdir in | |
1 | 1366 .) # We are building in place. |
0 | 1367 ac_srcdir=. |
1 | 1368 ac_top_srcdir=$ac_top_builddir_sub |
1369 ac_abs_top_srcdir=$ac_pwd ;; | |
1370 [\\/]* | ?:[\\/]* ) # Absolute name. | |
0 | 1371 ac_srcdir=$srcdir$ac_dir_suffix; |
1 | 1372 ac_top_srcdir=$srcdir |
1373 ac_abs_top_srcdir=$srcdir ;; | |
1374 *) # Relative name. | |
1375 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix | |
1376 ac_top_srcdir=$ac_top_build_prefix$srcdir | |
1377 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; | |
0 | 1378 esac |
1 | 1379 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
1380 | |
1381 cd "$ac_dir" || { ac_status=$?; continue; } | |
1382 # Check for guested configure. | |
1383 if test -f "$ac_srcdir/configure.gnu"; then | |
1384 echo && | |
1385 $SHELL "$ac_srcdir/configure.gnu" --help=recursive | |
1386 elif test -f "$ac_srcdir/configure"; then | |
1387 echo && | |
1388 $SHELL "$ac_srcdir/configure" --help=recursive | |
0 | 1389 else |
1390 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 | |
1 | 1391 fi || ac_status=$? |
1392 cd "$ac_pwd" || { ac_status=$?; break; } | |
0 | 1393 done |
1394 fi | |
1395 | |
1 | 1396 test -n "$ac_init_help" && exit $ac_status |
0 | 1397 if $ac_init_version; then |
1398 cat <<\_ACEOF | |
1399 masqmail configure 0.2.21 | |
1 | 1400 generated by GNU Autoconf 2.61 |
1401 | |
1402 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | |
1403 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. | |
0 | 1404 This configure script is free software; the Free Software Foundation |
1405 gives unlimited permission to copy, distribute and modify it. | |
1406 _ACEOF | |
1 | 1407 exit |
1408 fi | |
1409 cat >config.log <<_ACEOF | |
0 | 1410 This file contains any messages produced by compilers while |
1411 running configure, to aid debugging if configure makes a mistake. | |
1412 | |
1413 It was created by masqmail $as_me 0.2.21, which was | |
1 | 1414 generated by GNU Autoconf 2.61. Invocation command line was |
0 | 1415 |
1416 $ $0 $@ | |
1417 | |
1418 _ACEOF | |
1 | 1419 exec 5>>config.log |
0 | 1420 { |
1421 cat <<_ASUNAME | |
1422 ## --------- ## | |
1423 ## Platform. ## | |
1424 ## --------- ## | |
1425 | |
1426 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` | |
1427 uname -m = `(uname -m) 2>/dev/null || echo unknown` | |
1428 uname -r = `(uname -r) 2>/dev/null || echo unknown` | |
1429 uname -s = `(uname -s) 2>/dev/null || echo unknown` | |
1430 uname -v = `(uname -v) 2>/dev/null || echo unknown` | |
1431 | |
1432 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` | |
1433 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` | |
1434 | |
1435 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` | |
1436 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` | |
1437 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` | |
1 | 1438 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` |
0 | 1439 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` |
1440 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` | |
1441 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` | |
1442 | |
1443 _ASUNAME | |
1444 | |
1445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
1446 for as_dir in $PATH | |
1447 do | |
1448 IFS=$as_save_IFS | |
1449 test -z "$as_dir" && as_dir=. | |
1450 echo "PATH: $as_dir" | |
1451 done | |
1 | 1452 IFS=$as_save_IFS |
0 | 1453 |
1454 } >&5 | |
1455 | |
1456 cat >&5 <<_ACEOF | |
1457 | |
1458 | |
1459 ## ----------- ## | |
1460 ## Core tests. ## | |
1461 ## ----------- ## | |
1462 | |
1463 _ACEOF | |
1464 | |
1465 | |
1466 # Keep a trace of the command line. | |
1467 # Strip out --no-create and --no-recursion so they do not pile up. | |
1468 # Strip out --silent because we don't want to record it for future runs. | |
1469 # Also quote any args containing shell meta-characters. | |
1470 # Make two passes to allow for proper duplicate-argument suppression. | |
1471 ac_configure_args= | |
1472 ac_configure_args0= | |
1473 ac_configure_args1= | |
1474 ac_must_keep_next=false | |
1475 for ac_pass in 1 2 | |
1476 do | |
1477 for ac_arg | |
1478 do | |
1479 case $ac_arg in | |
1480 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; | |
1481 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
1482 | -silent | --silent | --silen | --sile | --sil) | |
1483 continue ;; | |
1 | 1484 *\'*) |
0 | 1485 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; |
1486 esac | |
1487 case $ac_pass in | |
1488 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; | |
1489 2) | |
1490 ac_configure_args1="$ac_configure_args1 '$ac_arg'" | |
1491 if test $ac_must_keep_next = true; then | |
1492 ac_must_keep_next=false # Got value, back to normal. | |
1493 else | |
1494 case $ac_arg in | |
1495 *=* | --config-cache | -C | -disable-* | --disable-* \ | |
1496 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | |
1497 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | |
1498 | -with-* | --with-* | -without-* | --without-* | --x) | |
1499 case "$ac_configure_args0 " in | |
1500 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; | |
1501 esac | |
1502 ;; | |
1503 -* ) ac_must_keep_next=true ;; | |
1504 esac | |
1505 fi | |
1 | 1506 ac_configure_args="$ac_configure_args '$ac_arg'" |
0 | 1507 ;; |
1508 esac | |
1509 done | |
1510 done | |
1511 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } | |
1512 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } | |
1513 | |
1514 # When interrupted or exit'd, cleanup temporary files, and complete | |
1515 # config.log. We remove comments because anyway the quotes in there | |
1516 # would cause problems or look ugly. | |
1 | 1517 # WARNING: Use '\'' to represent an apostrophe within the trap. |
1518 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. | |
0 | 1519 trap 'exit_status=$? |
1520 # Save into config.log some information that might help in debugging. | |
1521 { | |
1522 echo | |
1523 | |
1524 cat <<\_ASBOX | |
1525 ## ---------------- ## | |
1526 ## Cache variables. ## | |
1527 ## ---------------- ## | |
1528 _ASBOX | |
1529 echo | |
1530 # The following way of writing the cache mishandles newlines in values, | |
1 | 1531 ( |
1532 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do | |
1533 eval ac_val=\$$ac_var | |
1534 case $ac_val in #( | |
1535 *${as_nl}*) | |
1536 case $ac_var in #( | |
1537 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 | |
1538 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; | |
1539 esac | |
1540 case $ac_var in #( | |
1541 _ | IFS | as_nl) ;; #( | |
1542 *) $as_unset $ac_var ;; | |
1543 esac ;; | |
1544 esac | |
1545 done | |
0 | 1546 (set) 2>&1 | |
1 | 1547 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( |
1548 *${as_nl}ac_space=\ *) | |
0 | 1549 sed -n \ |
1 | 1550 "s/'\''/'\''\\\\'\'''\''/g; |
1551 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" | |
1552 ;; #( | |
0 | 1553 *) |
1 | 1554 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
0 | 1555 ;; |
1 | 1556 esac | |
1557 sort | |
1558 ) | |
0 | 1559 echo |
1560 | |
1561 cat <<\_ASBOX | |
1562 ## ----------------- ## | |
1563 ## Output variables. ## | |
1564 ## ----------------- ## | |
1565 _ASBOX | |
1566 echo | |
1567 for ac_var in $ac_subst_vars | |
1568 do | |
1 | 1569 eval ac_val=\$$ac_var |
1570 case $ac_val in | |
1571 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; | |
1572 esac | |
1573 echo "$ac_var='\''$ac_val'\''" | |
0 | 1574 done | sort |
1575 echo | |
1576 | |
1577 if test -n "$ac_subst_files"; then | |
1578 cat <<\_ASBOX | |
1 | 1579 ## ------------------- ## |
1580 ## File substitutions. ## | |
1581 ## ------------------- ## | |
0 | 1582 _ASBOX |
1583 echo | |
1584 for ac_var in $ac_subst_files | |
1585 do | |
1 | 1586 eval ac_val=\$$ac_var |
1587 case $ac_val in | |
1588 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; | |
1589 esac | |
1590 echo "$ac_var='\''$ac_val'\''" | |
0 | 1591 done | sort |
1592 echo | |
1593 fi | |
1594 | |
1595 if test -s confdefs.h; then | |
1596 cat <<\_ASBOX | |
1597 ## ----------- ## | |
1598 ## confdefs.h. ## | |
1599 ## ----------- ## | |
1600 _ASBOX | |
1601 echo | |
1 | 1602 cat confdefs.h |
0 | 1603 echo |
1604 fi | |
1605 test "$ac_signal" != 0 && | |
1606 echo "$as_me: caught signal $ac_signal" | |
1607 echo "$as_me: exit $exit_status" | |
1608 } >&5 | |
1 | 1609 rm -f core *.core core.conftest.* && |
1610 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && | |
0 | 1611 exit $exit_status |
1 | 1612 ' 0 |
0 | 1613 for ac_signal in 1 2 13 15; do |
1614 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal | |
1615 done | |
1616 ac_signal=0 | |
1617 | |
1618 # confdefs.h avoids OS command line length limits that DEFS can exceed. | |
1 | 1619 rm -f -r conftest* confdefs.h |
0 | 1620 |
1621 # Predefined preprocessor variables. | |
1622 | |
1623 cat >>confdefs.h <<_ACEOF | |
1624 #define PACKAGE_NAME "$PACKAGE_NAME" | |
1625 _ACEOF | |
1626 | |
1627 | |
1628 cat >>confdefs.h <<_ACEOF | |
1629 #define PACKAGE_TARNAME "$PACKAGE_TARNAME" | |
1630 _ACEOF | |
1631 | |
1632 | |
1633 cat >>confdefs.h <<_ACEOF | |
1634 #define PACKAGE_VERSION "$PACKAGE_VERSION" | |
1635 _ACEOF | |
1636 | |
1637 | |
1638 cat >>confdefs.h <<_ACEOF | |
1639 #define PACKAGE_STRING "$PACKAGE_STRING" | |
1640 _ACEOF | |
1641 | |
1642 | |
1643 cat >>confdefs.h <<_ACEOF | |
1644 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" | |
1645 _ACEOF | |
1646 | |
1647 | |
1648 # Let the site file select an alternate cache file if it wants to. | |
1649 # Prefer explicitly selected file to automatically selected ones. | |
1 | 1650 if test -n "$CONFIG_SITE"; then |
1651 set x "$CONFIG_SITE" | |
1652 elif test "x$prefix" != xNONE; then | |
1653 set x "$prefix/share/config.site" "$prefix/etc/config.site" | |
1654 else | |
1655 set x "$ac_default_prefix/share/config.site" \ | |
1656 "$ac_default_prefix/etc/config.site" | |
1657 fi | |
1658 shift | |
1659 for ac_site_file | |
1660 do | |
0 | 1661 if test -r "$ac_site_file"; then |
1662 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 | |
1663 echo "$as_me: loading site script $ac_site_file" >&6;} | |
1664 sed 's/^/| /' "$ac_site_file" >&5 | |
1665 . "$ac_site_file" | |
1666 fi | |
1667 done | |
1668 | |
1669 if test -r "$cache_file"; then | |
1670 # Some versions of bash will fail to source /dev/null (special | |
1671 # files actually), so we avoid doing that. | |
1672 if test -f "$cache_file"; then | |
1673 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 | |
1674 echo "$as_me: loading cache $cache_file" >&6;} | |
1675 case $cache_file in | |
1 | 1676 [\\/]* | ?:[\\/]* ) . "$cache_file";; |
1677 *) . "./$cache_file";; | |
0 | 1678 esac |
1679 fi | |
1680 else | |
1681 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 | |
1682 echo "$as_me: creating cache $cache_file" >&6;} | |
1683 >$cache_file | |
1684 fi | |
1685 | |
1686 # Check that the precious variables saved in the cache have kept the same | |
1687 # value. | |
1688 ac_cache_corrupted=false | |
1 | 1689 for ac_var in $ac_precious_vars; do |
0 | 1690 eval ac_old_set=\$ac_cv_env_${ac_var}_set |
1691 eval ac_new_set=\$ac_env_${ac_var}_set | |
1 | 1692 eval ac_old_val=\$ac_cv_env_${ac_var}_value |
1693 eval ac_new_val=\$ac_env_${ac_var}_value | |
0 | 1694 case $ac_old_set,$ac_new_set in |
1695 set,) | |
1696 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 | |
1697 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} | |
1698 ac_cache_corrupted=: ;; | |
1699 ,set) | |
1700 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 | |
1701 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} | |
1702 ac_cache_corrupted=: ;; | |
1703 ,);; | |
1704 *) | |
1705 if test "x$ac_old_val" != "x$ac_new_val"; then | |
1706 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 | |
1707 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} | |
1708 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 | |
1709 echo "$as_me: former value: $ac_old_val" >&2;} | |
1710 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 | |
1711 echo "$as_me: current value: $ac_new_val" >&2;} | |
1712 ac_cache_corrupted=: | |
1713 fi;; | |
1714 esac | |
1715 # Pass precious variables to config.status. | |
1716 if test "$ac_new_set" = set; then | |
1717 case $ac_new_val in | |
1 | 1718 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; |
0 | 1719 *) ac_arg=$ac_var=$ac_new_val ;; |
1720 esac | |
1721 case " $ac_configure_args " in | |
1722 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. | |
1723 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; | |
1724 esac | |
1725 fi | |
1726 done | |
1727 if $ac_cache_corrupted; then | |
1728 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 | |
1729 echo "$as_me: error: changes in the environment can compromise the build" >&2;} | |
1730 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 | |
1731 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} | |
1732 { (exit 1); exit 1; }; } | |
1733 fi | |
1734 | |
1 | 1735 |
1736 | |
1737 | |
1738 | |
1739 | |
1740 | |
1741 | |
1742 | |
1743 | |
1744 | |
1745 | |
1746 | |
1747 | |
1748 | |
1749 | |
1750 | |
1751 | |
1752 | |
1753 | |
1754 | |
1755 | |
1756 | |
1757 | |
1758 | |
0 | 1759 ac_ext=c |
1760 ac_cpp='$CPP $CPPFLAGS' | |
1761 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
1762 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
1763 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
1764 | |
1765 | |
1766 | |
1 | 1767 ac_config_headers="$ac_config_headers config.h" |
0 | 1768 |
1769 am__api_version="1.7" | |
1770 ac_aux_dir= | |
1 | 1771 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
1772 if test -f "$ac_dir/install-sh"; then | |
0 | 1773 ac_aux_dir=$ac_dir |
1774 ac_install_sh="$ac_aux_dir/install-sh -c" | |
1775 break | |
1 | 1776 elif test -f "$ac_dir/install.sh"; then |
0 | 1777 ac_aux_dir=$ac_dir |
1778 ac_install_sh="$ac_aux_dir/install.sh -c" | |
1779 break | |
1 | 1780 elif test -f "$ac_dir/shtool"; then |
0 | 1781 ac_aux_dir=$ac_dir |
1782 ac_install_sh="$ac_aux_dir/shtool install -c" | |
1783 break | |
1784 fi | |
1785 done | |
1786 if test -z "$ac_aux_dir"; then | |
1 | 1787 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 |
1788 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} | |
0 | 1789 { (exit 1); exit 1; }; } |
1790 fi | |
1 | 1791 |
1792 # These three variables are undocumented and unsupported, | |
1793 # and are intended to be withdrawn in a future Autoconf release. | |
1794 # They can cause serious problems if a builder's source tree is in a directory | |
1795 # whose full name contains unusual characters. | |
1796 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. | |
1797 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. | |
1798 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. | |
1799 | |
0 | 1800 |
1801 # Find a good install program. We prefer a C program (faster), | |
1802 # so one script is as good as another. But avoid the broken or | |
1803 # incompatible versions: | |
1804 # SysV /etc/install, /usr/sbin/install | |
1805 # SunOS /usr/etc/install | |
1806 # IRIX /sbin/install | |
1807 # AIX /bin/install | |
1808 # AmigaOS /C/install, which installs bootblocks on floppy discs | |
1809 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag | |
1810 # AFS /usr/afsws/bin/install, which mishandles nonexistent args | |
1811 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
1812 # OS/2's system install, which has a completely different semantic | |
1813 # ./install, which can be erroneously created by make from ./install.sh. | |
1 | 1814 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 |
1815 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } | |
0 | 1816 if test -z "$INSTALL"; then |
1817 if test "${ac_cv_path_install+set}" = set; then | |
1818 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
1819 else | |
1820 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
1821 for as_dir in $PATH | |
1822 do | |
1823 IFS=$as_save_IFS | |
1824 test -z "$as_dir" && as_dir=. | |
1825 # Account for people who put trailing slashes in PATH elements. | |
1826 case $as_dir/ in | |
1827 ./ | .// | /cC/* | \ | |
1828 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ | |
1829 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ | |
1830 /usr/ucb/* ) ;; | |
1831 *) | |
1832 # OSF1 and SCO ODT 3.0 have their own names for install. | |
1833 # Don't use installbsd from OSF since it installs stuff as root | |
1834 # by default. | |
1835 for ac_prog in ginstall scoinst install; do | |
1836 for ac_exec_ext in '' $ac_executable_extensions; do | |
1 | 1837 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then |
0 | 1838 if test $ac_prog = install && |
1839 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
1840 # AIX install. It has an incompatible calling convention. | |
1841 : | |
1842 elif test $ac_prog = install && | |
1843 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
1844 # program-specific install script used by HP pwplus--don't use. | |
1845 : | |
1846 else | |
1847 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" | |
1848 break 3 | |
1849 fi | |
1850 fi | |
1851 done | |
1852 done | |
1853 ;; | |
1854 esac | |
1855 done | |
1 | 1856 IFS=$as_save_IFS |
0 | 1857 |
1858 | |
1859 fi | |
1860 if test "${ac_cv_path_install+set}" = set; then | |
1861 INSTALL=$ac_cv_path_install | |
1862 else | |
1 | 1863 # As a last resort, use the slow shell script. Don't cache a |
1864 # value for INSTALL within a source directory, because that will | |
0 | 1865 # break other packages using the cache if that directory is |
1 | 1866 # removed, or if the value is a relative name. |
0 | 1867 INSTALL=$ac_install_sh |
1868 fi | |
1869 fi | |
1 | 1870 { echo "$as_me:$LINENO: result: $INSTALL" >&5 |
1871 echo "${ECHO_T}$INSTALL" >&6; } | |
0 | 1872 |
1873 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
1874 # It thinks the first close brace ends the variable substitution. | |
1875 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
1876 | |
1877 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' | |
1878 | |
1879 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | |
1880 | |
1 | 1881 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5 |
1882 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } | |
0 | 1883 # Just in case |
1884 sleep 1 | |
1885 echo timestamp > conftest.file | |
1886 # Do `set' in a subshell so we don't clobber the current shell's | |
1887 # arguments. Must try -L first in case configure is actually a | |
1888 # symlink; some systems play weird games with the mod time of symlinks | |
1889 # (eg FreeBSD returns the mod time of the symlink's containing | |
1890 # directory). | |
1891 if ( | |
1892 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` | |
1893 if test "$*" = "X"; then | |
1894 # -L didn't work. | |
1895 set X `ls -t $srcdir/configure conftest.file` | |
1896 fi | |
1897 rm -f conftest.file | |
1898 if test "$*" != "X $srcdir/configure conftest.file" \ | |
1899 && test "$*" != "X conftest.file $srcdir/configure"; then | |
1900 | |
1901 # If neither matched, then we have a broken ls. This can happen | |
1902 # if, for instance, CONFIG_SHELL is bash and it inherits a | |
1903 # broken ls alias from the environment. This has actually | |
1904 # happened. Such a system could not be considered "sane". | |
1905 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken | |
1906 alias in your environment" >&5 | |
1907 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken | |
1908 alias in your environment" >&2;} | |
1909 { (exit 1); exit 1; }; } | |
1910 fi | |
1911 | |
1912 test "$2" = conftest.file | |
1913 ) | |
1914 then | |
1915 # Ok. | |
1916 : | |
1917 else | |
1918 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! | |
1919 Check your system clock" >&5 | |
1920 echo "$as_me: error: newly created file is older than distributed files! | |
1921 Check your system clock" >&2;} | |
1922 { (exit 1); exit 1; }; } | |
1923 fi | |
1 | 1924 { echo "$as_me:$LINENO: result: yes" >&5 |
1925 echo "${ECHO_T}yes" >&6; } | |
0 | 1926 test "$program_prefix" != NONE && |
1 | 1927 program_transform_name="s&^&$program_prefix&;$program_transform_name" |
0 | 1928 # Use a double $ so make ignores it. |
1929 test "$program_suffix" != NONE && | |
1 | 1930 program_transform_name="s&\$&$program_suffix&;$program_transform_name" |
0 | 1931 # Double any \ or $. echo might interpret backslashes. |
1932 # By default was `s,x,x', remove it if useless. | |
1933 cat <<\_ACEOF >conftest.sed | |
1934 s/[\\$]/&&/g;s/;s,x,x,$// | |
1935 _ACEOF | |
1936 program_transform_name=`echo $program_transform_name | sed -f conftest.sed` | |
1 | 1937 rm -f conftest.sed |
0 | 1938 |
1939 | |
1940 # expand $ac_aux_dir to an absolute path | |
1941 am_aux_dir=`cd $ac_aux_dir && pwd` | |
1942 | |
1943 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" | |
1944 # Use eval to expand $SHELL | |
1945 if eval "$MISSING --run true"; then | |
1946 am_missing_run="$MISSING --run " | |
1947 else | |
1948 am_missing_run= | |
1949 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 | |
1950 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} | |
1951 fi | |
1952 | |
1953 for ac_prog in gawk mawk nawk awk | |
1954 do | |
1955 # Extract the first word of "$ac_prog", so it can be a program name with args. | |
1956 set dummy $ac_prog; ac_word=$2 | |
1 | 1957 { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
1958 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |
0 | 1959 if test "${ac_cv_prog_AWK+set}" = set; then |
1960 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
1961 else | |
1962 if test -n "$AWK"; then | |
1963 ac_cv_prog_AWK="$AWK" # Let the user override the test. | |
1964 else | |
1965 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
1966 for as_dir in $PATH | |
1967 do | |
1968 IFS=$as_save_IFS | |
1969 test -z "$as_dir" && as_dir=. | |
1970 for ac_exec_ext in '' $ac_executable_extensions; do | |
1 | 1971 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
0 | 1972 ac_cv_prog_AWK="$ac_prog" |
1973 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
1974 break 2 | |
1975 fi | |
1976 done | |
1977 done | |
1 | 1978 IFS=$as_save_IFS |
0 | 1979 |
1980 fi | |
1981 fi | |
1982 AWK=$ac_cv_prog_AWK | |
1983 if test -n "$AWK"; then | |
1 | 1984 { echo "$as_me:$LINENO: result: $AWK" >&5 |
1985 echo "${ECHO_T}$AWK" >&6; } | |
1986 else | |
1987 { echo "$as_me:$LINENO: result: no" >&5 | |
1988 echo "${ECHO_T}no" >&6; } | |
1989 fi | |
1990 | |
0 | 1991 |
1992 test -n "$AWK" && break | |
1993 done | |
1994 | |
1 | 1995 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
1996 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } | |
1997 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | |
1998 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then | |
0 | 1999 echo $ECHO_N "(cached) $ECHO_C" >&6 |
2000 else | |
2001 cat >conftest.make <<\_ACEOF | |
1 | 2002 SHELL = /bin/sh |
0 | 2003 all: |
1 | 2004 @echo '@@@%%%=$(MAKE)=@@@%%%' |
0 | 2005 _ACEOF |
2006 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
1 | 2007 case `${MAKE-make} -f conftest.make 2>/dev/null` in |
2008 *@@@%%%=?*=@@@%%%*) | |
2009 eval ac_cv_prog_make_${ac_make}_set=yes;; | |
2010 *) | |
2011 eval ac_cv_prog_make_${ac_make}_set=no;; | |
2012 esac | |
0 | 2013 rm -f conftest.make |
2014 fi | |
1 | 2015 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then |
2016 { echo "$as_me:$LINENO: result: yes" >&5 | |
2017 echo "${ECHO_T}yes" >&6; } | |
0 | 2018 SET_MAKE= |
2019 else | |
1 | 2020 { echo "$as_me:$LINENO: result: no" >&5 |
2021 echo "${ECHO_T}no" >&6; } | |
0 | 2022 SET_MAKE="MAKE=${MAKE-make}" |
2023 fi | |
2024 | |
2025 rm -rf .tst 2>/dev/null | |
2026 mkdir .tst 2>/dev/null | |
2027 if test -d .tst; then | |
2028 am__leading_dot=. | |
2029 else | |
2030 am__leading_dot=_ | |
2031 fi | |
2032 rmdir .tst 2>/dev/null | |
2033 | |
2034 # test to see if srcdir already configured | |
2035 if test "`cd $srcdir && pwd`" != "`pwd`" && | |
2036 test -f $srcdir/config.status; then | |
2037 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 | |
2038 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} | |
2039 { (exit 1); exit 1; }; } | |
2040 fi | |
2041 | |
2042 # test whether we have cygpath | |
2043 if test -z "$CYGPATH_W"; then | |
2044 if (cygpath --version) >/dev/null 2>/dev/null; then | |
2045 CYGPATH_W='cygpath -w' | |
2046 else | |
2047 CYGPATH_W=echo | |
2048 fi | |
2049 fi | |
2050 | |
2051 | |
2052 # Define the identity of the package. | |
2053 PACKAGE='masqmail' | |
2054 VERSION='0.2.21' | |
2055 | |
2056 | |
2057 cat >>confdefs.h <<_ACEOF | |
2058 #define PACKAGE "$PACKAGE" | |
2059 _ACEOF | |
2060 | |
2061 | |
2062 cat >>confdefs.h <<_ACEOF | |
2063 #define VERSION "$VERSION" | |
2064 _ACEOF | |
2065 | |
2066 # Some tools Automake needs. | |
2067 | |
2068 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} | |
2069 | |
2070 | |
2071 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} | |
2072 | |
2073 | |
2074 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} | |
2075 | |
2076 | |
2077 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} | |
2078 | |
2079 | |
2080 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} | |
2081 | |
2082 | |
2083 AMTAR=${AMTAR-"${am_missing_run}tar"} | |
2084 | |
2085 install_sh=${install_sh-"$am_aux_dir/install-sh"} | |
2086 | |
2087 # Installed binaries are usually stripped using `strip' when the user | |
2088 # run `make install-strip'. However `strip' might not be the right | |
2089 # tool to use in cross-compilation environments, therefore Automake | |
2090 # will honor the `STRIP' environment variable to overrule this program. | |
2091 if test "$cross_compiling" != no; then | |
2092 if test -n "$ac_tool_prefix"; then | |
2093 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | |
2094 set dummy ${ac_tool_prefix}strip; ac_word=$2 | |
1 | 2095 { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2096 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |
0 | 2097 if test "${ac_cv_prog_STRIP+set}" = set; then |
2098 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2099 else | |
2100 if test -n "$STRIP"; then | |
2101 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
2102 else | |
2103 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2104 for as_dir in $PATH | |
2105 do | |
2106 IFS=$as_save_IFS | |
2107 test -z "$as_dir" && as_dir=. | |
2108 for ac_exec_ext in '' $ac_executable_extensions; do | |
1 | 2109 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
0 | 2110 ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
2111 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
2112 break 2 | |
2113 fi | |
2114 done | |
2115 done | |
1 | 2116 IFS=$as_save_IFS |
0 | 2117 |
2118 fi | |
2119 fi | |
2120 STRIP=$ac_cv_prog_STRIP | |
2121 if test -n "$STRIP"; then | |
1 | 2122 { echo "$as_me:$LINENO: result: $STRIP" >&5 |
2123 echo "${ECHO_T}$STRIP" >&6; } | |
2124 else | |
2125 { echo "$as_me:$LINENO: result: no" >&5 | |
2126 echo "${ECHO_T}no" >&6; } | |
2127 fi | |
2128 | |
0 | 2129 |
2130 fi | |
2131 if test -z "$ac_cv_prog_STRIP"; then | |
2132 ac_ct_STRIP=$STRIP | |
2133 # Extract the first word of "strip", so it can be a program name with args. | |
2134 set dummy strip; ac_word=$2 | |
1 | 2135 { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2136 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |
0 | 2137 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then |
2138 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2139 else | |
2140 if test -n "$ac_ct_STRIP"; then | |
2141 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. | |
2142 else | |
2143 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2144 for as_dir in $PATH | |
2145 do | |
2146 IFS=$as_save_IFS | |
2147 test -z "$as_dir" && as_dir=. | |
2148 for ac_exec_ext in '' $ac_executable_extensions; do | |
1 | 2149 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
0 | 2150 ac_cv_prog_ac_ct_STRIP="strip" |
2151 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
2152 break 2 | |
2153 fi | |
2154 done | |
2155 done | |
1 | 2156 IFS=$as_save_IFS |
2157 | |
0 | 2158 fi |
2159 fi | |
2160 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP | |
2161 if test -n "$ac_ct_STRIP"; then | |
1 | 2162 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 |
2163 echo "${ECHO_T}$ac_ct_STRIP" >&6; } | |
2164 else | |
2165 { echo "$as_me:$LINENO: result: no" >&5 | |
2166 echo "${ECHO_T}no" >&6; } | |
2167 fi | |
2168 | |
2169 if test "x$ac_ct_STRIP" = x; then | |
2170 STRIP=":" | |
2171 else | |
2172 case $cross_compiling:$ac_tool_warned in | |
2173 yes:) | |
2174 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools | |
2175 whose name does not start with the host triplet. If you think this | |
2176 configuration is useful to you, please write to autoconf@gnu.org." >&5 | |
2177 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools | |
2178 whose name does not start with the host triplet. If you think this | |
2179 configuration is useful to you, please write to autoconf@gnu.org." >&2;} | |
2180 ac_tool_warned=yes ;; | |
2181 esac | |
2182 STRIP=$ac_ct_STRIP | |
2183 fi | |
0 | 2184 else |
2185 STRIP="$ac_cv_prog_STRIP" | |
2186 fi | |
2187 | |
2188 fi | |
2189 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" | |
2190 | |
2191 # We need awk for the "check" target. The system "awk" is bad on | |
2192 # some platforms. | |
2193 | |
2194 | |
2195 | |
2196 | |
2197 | |
2198 | |
2199 | |
2200 | |
2201 ac_ext=c | |
2202 ac_cpp='$CPP $CPPFLAGS' | |
2203 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
2204 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
2205 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
2206 if test -n "$ac_tool_prefix"; then | |
2207 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | |
2208 set dummy ${ac_tool_prefix}gcc; ac_word=$2 | |
1 | 2209 { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2210 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |
0 | 2211 if test "${ac_cv_prog_CC+set}" = set; then |
2212 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2213 else | |
2214 if test -n "$CC"; then | |
2215 ac_cv_prog_CC="$CC" # Let the user override the test. | |
2216 else | |
2217 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2218 for as_dir in $PATH | |
2219 do | |
2220 IFS=$as_save_IFS | |
2221 test -z "$as_dir" && as_dir=. | |
2222 for ac_exec_ext in '' $ac_executable_extensions; do | |
1 | 2223 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
0 | 2224 ac_cv_prog_CC="${ac_tool_prefix}gcc" |
2225 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
2226 break 2 | |
2227 fi | |
2228 done | |
2229 done | |
1 | 2230 IFS=$as_save_IFS |
0 | 2231 |
2232 fi | |
2233 fi | |
2234 CC=$ac_cv_prog_CC | |
2235 if test -n "$CC"; then | |
1 | 2236 { echo "$as_me:$LINENO: result: $CC" >&5 |
2237 echo "${ECHO_T}$CC" >&6; } | |
2238 else | |
2239 { echo "$as_me:$LINENO: result: no" >&5 | |
2240 echo "${ECHO_T}no" >&6; } | |
2241 fi | |
2242 | |
0 | 2243 |
2244 fi | |
2245 if test -z "$ac_cv_prog_CC"; then | |
2246 ac_ct_CC=$CC | |
2247 # Extract the first word of "gcc", so it can be a program name with args. | |
2248 set dummy gcc; ac_word=$2 | |
1 | 2249 { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2250 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |
0 | 2251 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
2252 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2253 else | |
2254 if test -n "$ac_ct_CC"; then | |
2255 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
2256 else | |
2257 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2258 for as_dir in $PATH | |
2259 do | |
2260 IFS=$as_save_IFS | |
2261 test -z "$as_dir" && as_dir=. | |
2262 for ac_exec_ext in '' $ac_executable_extensions; do | |
1 | 2263 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
0 | 2264 ac_cv_prog_ac_ct_CC="gcc" |
2265 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
2266 break 2 | |
2267 fi | |
2268 done | |
2269 done | |
1 | 2270 IFS=$as_save_IFS |
0 | 2271 |
2272 fi | |
2273 fi | |
2274 ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
2275 if test -n "$ac_ct_CC"; then | |
1 | 2276 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
2277 echo "${ECHO_T}$ac_ct_CC" >&6; } | |
2278 else | |
2279 { echo "$as_me:$LINENO: result: no" >&5 | |
2280 echo "${ECHO_T}no" >&6; } | |
2281 fi | |
2282 | |
2283 if test "x$ac_ct_CC" = x; then | |
2284 CC="" | |
2285 else | |
2286 case $cross_compiling:$ac_tool_warned in | |
2287 yes:) | |
2288 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools | |
2289 whose name does not start with the host triplet. If you think this | |
2290 configuration is useful to you, please write to autoconf@gnu.org." >&5 | |
2291 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools | |
2292 whose name does not start with the host triplet. If you think this | |
2293 configuration is useful to you, please write to autoconf@gnu.org." >&2;} | |
2294 ac_tool_warned=yes ;; | |
2295 esac | |
2296 CC=$ac_ct_CC | |
2297 fi | |
0 | 2298 else |
2299 CC="$ac_cv_prog_CC" | |
2300 fi | |
2301 | |
2302 if test -z "$CC"; then | |
1 | 2303 if test -n "$ac_tool_prefix"; then |
2304 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | |
0 | 2305 set dummy ${ac_tool_prefix}cc; ac_word=$2 |
1 | 2306 { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2307 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |
0 | 2308 if test "${ac_cv_prog_CC+set}" = set; then |
2309 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2310 else | |
2311 if test -n "$CC"; then | |
2312 ac_cv_prog_CC="$CC" # Let the user override the test. | |
2313 else | |
2314 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2315 for as_dir in $PATH | |
2316 do | |
2317 IFS=$as_save_IFS | |
2318 test -z "$as_dir" && as_dir=. | |
2319 for ac_exec_ext in '' $ac_executable_extensions; do | |
1 | 2320 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
0 | 2321 ac_cv_prog_CC="${ac_tool_prefix}cc" |
2322 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
2323 break 2 | |
2324 fi | |
2325 done | |
2326 done | |
1 | 2327 IFS=$as_save_IFS |
0 | 2328 |
2329 fi | |
2330 fi | |
2331 CC=$ac_cv_prog_CC | |
2332 if test -n "$CC"; then | |
1 | 2333 { echo "$as_me:$LINENO: result: $CC" >&5 |
2334 echo "${ECHO_T}$CC" >&6; } | |
2335 else | |
2336 { echo "$as_me:$LINENO: result: no" >&5 | |
2337 echo "${ECHO_T}no" >&6; } | |
2338 fi | |
2339 | |
2340 | |
0 | 2341 fi |
2342 fi | |
2343 if test -z "$CC"; then | |
2344 # Extract the first word of "cc", so it can be a program name with args. | |
2345 set dummy cc; ac_word=$2 | |
1 | 2346 { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2347 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |
0 | 2348 if test "${ac_cv_prog_CC+set}" = set; then |
2349 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2350 else | |
2351 if test -n "$CC"; then | |
2352 ac_cv_prog_CC="$CC" # Let the user override the test. | |
2353 else | |
2354 ac_prog_rejected=no | |
2355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2356 for as_dir in $PATH | |
2357 do | |
2358 IFS=$as_save_IFS | |
2359 test -z "$as_dir" && as_dir=. | |
2360 for ac_exec_ext in '' $ac_executable_extensions; do | |
1 | 2361 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
0 | 2362 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
2363 ac_prog_rejected=yes | |
2364 continue | |
2365 fi | |
2366 ac_cv_prog_CC="cc" | |
2367 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
2368 break 2 | |
2369 fi | |
2370 done | |
2371 done | |
1 | 2372 IFS=$as_save_IFS |
0 | 2373 |
2374 if test $ac_prog_rejected = yes; then | |
2375 # We found a bogon in the path, so make sure we never use it. | |
2376 set dummy $ac_cv_prog_CC | |
2377 shift | |
2378 if test $# != 0; then | |
2379 # We chose a different compiler from the bogus one. | |
2380 # However, it has the same basename, so the bogon will be chosen | |
2381 # first if we set CC to just the basename; use the full file name. | |
2382 shift | |
2383 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" | |
2384 fi | |
2385 fi | |
2386 fi | |
2387 fi | |
2388 CC=$ac_cv_prog_CC | |
2389 if test -n "$CC"; then | |
1 | 2390 { echo "$as_me:$LINENO: result: $CC" >&5 |
2391 echo "${ECHO_T}$CC" >&6; } | |
2392 else | |
2393 { echo "$as_me:$LINENO: result: no" >&5 | |
2394 echo "${ECHO_T}no" >&6; } | |
2395 fi | |
2396 | |
0 | 2397 |
2398 fi | |
2399 if test -z "$CC"; then | |
2400 if test -n "$ac_tool_prefix"; then | |
1 | 2401 for ac_prog in cl.exe |
0 | 2402 do |
2403 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
2404 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
1 | 2405 { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2406 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |
0 | 2407 if test "${ac_cv_prog_CC+set}" = set; then |
2408 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2409 else | |
2410 if test -n "$CC"; then | |
2411 ac_cv_prog_CC="$CC" # Let the user override the test. | |
2412 else | |
2413 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2414 for as_dir in $PATH | |
2415 do | |
2416 IFS=$as_save_IFS | |
2417 test -z "$as_dir" && as_dir=. | |
2418 for ac_exec_ext in '' $ac_executable_extensions; do | |
1 | 2419 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
0 | 2420 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
2421 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
2422 break 2 | |
2423 fi | |
2424 done | |
2425 done | |
1 | 2426 IFS=$as_save_IFS |
0 | 2427 |
2428 fi | |
2429 fi | |
2430 CC=$ac_cv_prog_CC | |
2431 if test -n "$CC"; then | |
1 | 2432 { echo "$as_me:$LINENO: result: $CC" >&5 |
2433 echo "${ECHO_T}$CC" >&6; } | |
2434 else | |
2435 { echo "$as_me:$LINENO: result: no" >&5 | |
2436 echo "${ECHO_T}no" >&6; } | |
2437 fi | |
2438 | |
0 | 2439 |
2440 test -n "$CC" && break | |
2441 done | |
2442 fi | |
2443 if test -z "$CC"; then | |
2444 ac_ct_CC=$CC | |
1 | 2445 for ac_prog in cl.exe |
0 | 2446 do |
2447 # Extract the first word of "$ac_prog", so it can be a program name with args. | |
2448 set dummy $ac_prog; ac_word=$2 | |
1 | 2449 { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2450 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |
0 | 2451 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
2452 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2453 else | |
2454 if test -n "$ac_ct_CC"; then | |
2455 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
2456 else | |
2457 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2458 for as_dir in $PATH | |
2459 do | |
2460 IFS=$as_save_IFS | |
2461 test -z "$as_dir" && as_dir=. | |
2462 for ac_exec_ext in '' $ac_executable_extensions; do | |
1 | 2463 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
0 | 2464 ac_cv_prog_ac_ct_CC="$ac_prog" |
2465 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
2466 break 2 | |
2467 fi | |
2468 done | |
2469 done | |
1 | 2470 IFS=$as_save_IFS |
0 | 2471 |
2472 fi | |
2473 fi | |
2474 ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
2475 if test -n "$ac_ct_CC"; then | |
1 | 2476 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
2477 echo "${ECHO_T}$ac_ct_CC" >&6; } | |
2478 else | |
2479 { echo "$as_me:$LINENO: result: no" >&5 | |
2480 echo "${ECHO_T}no" >&6; } | |
2481 fi | |
2482 | |
0 | 2483 |
2484 test -n "$ac_ct_CC" && break | |
2485 done | |
2486 | |
1 | 2487 if test "x$ac_ct_CC" = x; then |
2488 CC="" | |
2489 else | |
2490 case $cross_compiling:$ac_tool_warned in | |
2491 yes:) | |
2492 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools | |
2493 whose name does not start with the host triplet. If you think this | |
2494 configuration is useful to you, please write to autoconf@gnu.org." >&5 | |
2495 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools | |
2496 whose name does not start with the host triplet. If you think this | |
2497 configuration is useful to you, please write to autoconf@gnu.org." >&2;} | |
2498 ac_tool_warned=yes ;; | |
2499 esac | |
2500 CC=$ac_ct_CC | |
2501 fi | |
0 | 2502 fi |
2503 | |
2504 fi | |
2505 | |
2506 | |
2507 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH | |
2508 See \`config.log' for more details." >&5 | |
2509 echo "$as_me: error: no acceptable C compiler found in \$PATH | |
2510 See \`config.log' for more details." >&2;} | |
2511 { (exit 1); exit 1; }; } | |
2512 | |
2513 # Provide some information about the compiler. | |
1 | 2514 echo "$as_me:$LINENO: checking for C compiler version" >&5 |
0 | 2515 ac_compiler=`set X $ac_compile; echo $2` |
1 | 2516 { (ac_try="$ac_compiler --version >&5" |
2517 case "(($ac_try" in | |
2518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
2519 *) ac_try_echo=$ac_try;; | |
2520 esac | |
2521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
2522 (eval "$ac_compiler --version >&5") 2>&5 | |
0 | 2523 ac_status=$? |
2524 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
2525 (exit $ac_status); } | |
1 | 2526 { (ac_try="$ac_compiler -v >&5" |
2527 case "(($ac_try" in | |
2528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
2529 *) ac_try_echo=$ac_try;; | |
2530 esac | |
2531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
2532 (eval "$ac_compiler -v >&5") 2>&5 | |
0 | 2533 ac_status=$? |
2534 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
2535 (exit $ac_status); } | |
1 | 2536 { (ac_try="$ac_compiler -V >&5" |
2537 case "(($ac_try" in | |
2538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
2539 *) ac_try_echo=$ac_try;; | |
2540 esac | |
2541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
2542 (eval "$ac_compiler -V >&5") 2>&5 | |
0 | 2543 ac_status=$? |
2544 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
2545 (exit $ac_status); } | |
2546 | |
2547 cat >conftest.$ac_ext <<_ACEOF | |
2548 /* confdefs.h. */ | |
2549 _ACEOF | |
2550 cat confdefs.h >>conftest.$ac_ext | |
2551 cat >>conftest.$ac_ext <<_ACEOF | |
2552 /* end confdefs.h. */ | |
2553 | |
2554 int | |
2555 main () | |
2556 { | |
2557 | |
2558 ; | |
2559 return 0; | |
2560 } | |
2561 _ACEOF | |
2562 ac_clean_files_save=$ac_clean_files | |
2563 ac_clean_files="$ac_clean_files a.out a.exe b.out" | |
2564 # Try to create an executable without -o first, disregard a.out. | |
2565 # It will help us diagnose broken compilers, and finding out an intuition | |
2566 # of exeext. | |
1 | 2567 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 |
2568 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } | |
0 | 2569 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
1 | 2570 # |
2571 # List of possible output files, starting from the most likely. | |
2572 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) | |
2573 # only as a last resort. b.out is created by i960 compilers. | |
2574 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' | |
2575 # | |
2576 # The IRIX 6 linker writes into existing files which may not be | |
2577 # executable, retaining their permissions. Remove them first so a | |
2578 # subsequent execution test works. | |
2579 ac_rmfiles= | |
2580 for ac_file in $ac_files | |
2581 do | |
2582 case $ac_file in | |
2583 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; | |
2584 * ) ac_rmfiles="$ac_rmfiles $ac_file";; | |
2585 esac | |
2586 done | |
2587 rm -f $ac_rmfiles | |
2588 | |
2589 if { (ac_try="$ac_link_default" | |
2590 case "(($ac_try" in | |
2591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
2592 *) ac_try_echo=$ac_try;; | |
2593 esac | |
2594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
2595 (eval "$ac_link_default") 2>&5 | |
0 | 2596 ac_status=$? |
2597 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
2598 (exit $ac_status); }; then | |
1 | 2599 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. |
2600 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' | |
2601 # in a Makefile. We should not override ac_cv_exeext if it was cached, | |
2602 # so that the user can short-circuit this test for compilers unknown to | |
2603 # Autoconf. | |
2604 for ac_file in $ac_files '' | |
0 | 2605 do |
2606 test -f "$ac_file" || continue | |
2607 case $ac_file in | |
1 | 2608 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) |
0 | 2609 ;; |
2610 [ab].out ) | |
2611 # We found the default executable, but exeext='' is most | |
2612 # certainly right. | |
2613 break;; | |
2614 *.* ) | |
1 | 2615 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; |
2616 then :; else | |
2617 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | |
2618 fi | |
2619 # We set ac_cv_exeext here because the later test for it is not | |
2620 # safe: cross compilers may not add the suffix if given an `-o' | |
2621 # argument, so we may need to know it at that point already. | |
2622 # Even if this section looks crufty: it has the advantage of | |
2623 # actually working. | |
0 | 2624 break;; |
2625 * ) | |
2626 break;; | |
2627 esac | |
2628 done | |
1 | 2629 test "$ac_cv_exeext" = no && ac_cv_exeext= |
2630 | |
2631 else | |
2632 ac_file='' | |
2633 fi | |
2634 | |
2635 { echo "$as_me:$LINENO: result: $ac_file" >&5 | |
2636 echo "${ECHO_T}$ac_file" >&6; } | |
2637 if test -z "$ac_file"; then | |
0 | 2638 echo "$as_me: failed program was:" >&5 |
2639 sed 's/^/| /' conftest.$ac_ext >&5 | |
2640 | |
2641 { { echo "$as_me:$LINENO: error: C compiler cannot create executables | |
2642 See \`config.log' for more details." >&5 | |
2643 echo "$as_me: error: C compiler cannot create executables | |
2644 See \`config.log' for more details." >&2;} | |
2645 { (exit 77); exit 77; }; } | |
2646 fi | |
2647 | |
2648 ac_exeext=$ac_cv_exeext | |
1 | 2649 |
2650 # Check that the compiler produces executables we can run. If not, either | |
0 | 2651 # the compiler is broken, or we cross compile. |
1 | 2652 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 |
2653 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } | |
0 | 2654 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 |
2655 # If not cross compiling, check that we can run a simple program. | |
2656 if test "$cross_compiling" != yes; then | |
2657 if { ac_try='./$ac_file' | |
1 | 2658 { (case "(($ac_try" in |
2659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
2660 *) ac_try_echo=$ac_try;; | |
2661 esac | |
2662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
2663 (eval "$ac_try") 2>&5 | |
0 | 2664 ac_status=$? |
2665 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
2666 (exit $ac_status); }; }; then | |
2667 cross_compiling=no | |
2668 else | |
2669 if test "$cross_compiling" = maybe; then | |
2670 cross_compiling=yes | |
2671 else | |
2672 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. | |
2673 If you meant to cross compile, use \`--host'. | |
2674 See \`config.log' for more details." >&5 | |
2675 echo "$as_me: error: cannot run C compiled programs. | |
2676 If you meant to cross compile, use \`--host'. | |
2677 See \`config.log' for more details." >&2;} | |
2678 { (exit 1); exit 1; }; } | |
2679 fi | |
2680 fi | |
2681 fi | |
1 | 2682 { echo "$as_me:$LINENO: result: yes" >&5 |
2683 echo "${ECHO_T}yes" >&6; } | |
0 | 2684 |
2685 rm -f a.out a.exe conftest$ac_cv_exeext b.out | |
2686 ac_clean_files=$ac_clean_files_save | |
1 | 2687 # Check that the compiler produces executables we can run. If not, either |
0 | 2688 # the compiler is broken, or we cross compile. |
1 | 2689 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 |
2690 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } | |
2691 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 | |
2692 echo "${ECHO_T}$cross_compiling" >&6; } | |
2693 | |
2694 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 | |
2695 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } | |
2696 if { (ac_try="$ac_link" | |
2697 case "(($ac_try" in | |
2698 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
2699 *) ac_try_echo=$ac_try;; | |
2700 esac | |
2701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
2702 (eval "$ac_link") 2>&5 | |
0 | 2703 ac_status=$? |
2704 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
2705 (exit $ac_status); }; then | |
2706 # If both `conftest.exe' and `conftest' are `present' (well, observable) | |
2707 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will | |
2708 # work properly (i.e., refer to `conftest.exe'), while it won't with | |
2709 # `rm'. | |
2710 for ac_file in conftest.exe conftest conftest.*; do | |
2711 test -f "$ac_file" || continue | |
2712 case $ac_file in | |
1 | 2713 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; |
0 | 2714 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
2715 break;; | |
2716 * ) break;; | |
2717 esac | |
2718 done | |
2719 else | |
2720 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link | |
2721 See \`config.log' for more details." >&5 | |
2722 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link | |
2723 See \`config.log' for more details." >&2;} | |
2724 { (exit 1); exit 1; }; } | |
2725 fi | |
2726 | |
2727 rm -f conftest$ac_cv_exeext | |
1 | 2728 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 |
2729 echo "${ECHO_T}$ac_cv_exeext" >&6; } | |
0 | 2730 |
2731 rm -f conftest.$ac_ext | |
2732 EXEEXT=$ac_cv_exeext | |
2733 ac_exeext=$EXEEXT | |
1 | 2734 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 |
2735 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } | |
0 | 2736 if test "${ac_cv_objext+set}" = set; then |
2737 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2738 else | |
2739 cat >conftest.$ac_ext <<_ACEOF | |
2740 /* confdefs.h. */ | |
2741 _ACEOF | |
2742 cat confdefs.h >>conftest.$ac_ext | |
2743 cat >>conftest.$ac_ext <<_ACEOF | |
2744 /* end confdefs.h. */ | |
2745 | |
2746 int | |
2747 main () | |
2748 { | |
2749 | |
2750 ; | |
2751 return 0; | |
2752 } | |
2753 _ACEOF | |
2754 rm -f conftest.o conftest.obj | |
1 | 2755 if { (ac_try="$ac_compile" |
2756 case "(($ac_try" in | |
2757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
2758 *) ac_try_echo=$ac_try;; | |
2759 esac | |
2760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
2761 (eval "$ac_compile") 2>&5 | |
0 | 2762 ac_status=$? |
2763 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
2764 (exit $ac_status); }; then | |
1 | 2765 for ac_file in conftest.o conftest.obj conftest.*; do |
2766 test -f "$ac_file" || continue; | |
0 | 2767 case $ac_file in |
1 | 2768 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; |
0 | 2769 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` |
2770 break;; | |
2771 esac | |
2772 done | |
2773 else | |
2774 echo "$as_me: failed program was:" >&5 | |
2775 sed 's/^/| /' conftest.$ac_ext >&5 | |
2776 | |
2777 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile | |
2778 See \`config.log' for more details." >&5 | |
2779 echo "$as_me: error: cannot compute suffix of object files: cannot compile | |
2780 See \`config.log' for more details." >&2;} | |
2781 { (exit 1); exit 1; }; } | |
2782 fi | |
2783 | |
2784 rm -f conftest.$ac_cv_objext conftest.$ac_ext | |
2785 fi | |
1 | 2786 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 |
2787 echo "${ECHO_T}$ac_cv_objext" >&6; } | |
0 | 2788 OBJEXT=$ac_cv_objext |
2789 ac_objext=$OBJEXT | |
1 | 2790 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 |
2791 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } | |
0 | 2792 if test "${ac_cv_c_compiler_gnu+set}" = set; then |
2793 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2794 else | |
2795 cat >conftest.$ac_ext <<_ACEOF | |
2796 /* confdefs.h. */ | |
2797 _ACEOF | |
2798 cat confdefs.h >>conftest.$ac_ext | |
2799 cat >>conftest.$ac_ext <<_ACEOF | |
2800 /* end confdefs.h. */ | |
2801 | |
2802 int | |
2803 main () | |
2804 { | |
2805 #ifndef __GNUC__ | |
2806 choke me | |
2807 #endif | |
2808 | |
2809 ; | |
2810 return 0; | |
2811 } | |
2812 _ACEOF | |
2813 rm -f conftest.$ac_objext | |
1 | 2814 if { (ac_try="$ac_compile" |
2815 case "(($ac_try" in | |
2816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
2817 *) ac_try_echo=$ac_try;; | |
2818 esac | |
2819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
2820 (eval "$ac_compile") 2>conftest.er1 | |
0 | 2821 ac_status=$? |
2822 grep -v '^ *+' conftest.er1 >conftest.err | |
2823 rm -f conftest.er1 | |
2824 cat conftest.err >&5 | |
2825 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 2826 (exit $ac_status); } && { |
2827 test -z "$ac_c_werror_flag" || | |
2828 test ! -s conftest.err | |
2829 } && test -s conftest.$ac_objext; then | |
0 | 2830 ac_compiler_gnu=yes |
2831 else | |
2832 echo "$as_me: failed program was:" >&5 | |
2833 sed 's/^/| /' conftest.$ac_ext >&5 | |
2834 | |
1 | 2835 ac_compiler_gnu=no |
2836 fi | |
2837 | |
2838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
0 | 2839 ac_cv_c_compiler_gnu=$ac_compiler_gnu |
2840 | |
2841 fi | |
1 | 2842 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 |
2843 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } | |
0 | 2844 GCC=`test $ac_compiler_gnu = yes && echo yes` |
2845 ac_test_CFLAGS=${CFLAGS+set} | |
2846 ac_save_CFLAGS=$CFLAGS | |
1 | 2847 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 |
2848 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } | |
0 | 2849 if test "${ac_cv_prog_cc_g+set}" = set; then |
2850 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2851 else | |
1 | 2852 ac_save_c_werror_flag=$ac_c_werror_flag |
2853 ac_c_werror_flag=yes | |
2854 ac_cv_prog_cc_g=no | |
2855 CFLAGS="-g" | |
2856 cat >conftest.$ac_ext <<_ACEOF | |
2857 /* confdefs.h. */ | |
2858 _ACEOF | |
2859 cat confdefs.h >>conftest.$ac_ext | |
2860 cat >>conftest.$ac_ext <<_ACEOF | |
2861 /* end confdefs.h. */ | |
2862 | |
2863 int | |
2864 main () | |
2865 { | |
2866 | |
2867 ; | |
2868 return 0; | |
2869 } | |
2870 _ACEOF | |
2871 rm -f conftest.$ac_objext | |
2872 if { (ac_try="$ac_compile" | |
2873 case "(($ac_try" in | |
2874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
2875 *) ac_try_echo=$ac_try;; | |
2876 esac | |
2877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
2878 (eval "$ac_compile") 2>conftest.er1 | |
2879 ac_status=$? | |
2880 grep -v '^ *+' conftest.er1 >conftest.err | |
2881 rm -f conftest.er1 | |
2882 cat conftest.err >&5 | |
2883 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
2884 (exit $ac_status); } && { | |
2885 test -z "$ac_c_werror_flag" || | |
2886 test ! -s conftest.err | |
2887 } && test -s conftest.$ac_objext; then | |
2888 ac_cv_prog_cc_g=yes | |
2889 else | |
2890 echo "$as_me: failed program was:" >&5 | |
2891 sed 's/^/| /' conftest.$ac_ext >&5 | |
2892 | |
2893 CFLAGS="" | |
2894 cat >conftest.$ac_ext <<_ACEOF | |
0 | 2895 /* confdefs.h. */ |
2896 _ACEOF | |
2897 cat confdefs.h >>conftest.$ac_ext | |
2898 cat >>conftest.$ac_ext <<_ACEOF | |
2899 /* end confdefs.h. */ | |
2900 | |
2901 int | |
2902 main () | |
2903 { | |
2904 | |
2905 ; | |
2906 return 0; | |
2907 } | |
2908 _ACEOF | |
2909 rm -f conftest.$ac_objext | |
1 | 2910 if { (ac_try="$ac_compile" |
2911 case "(($ac_try" in | |
2912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
2913 *) ac_try_echo=$ac_try;; | |
2914 esac | |
2915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
2916 (eval "$ac_compile") 2>conftest.er1 | |
0 | 2917 ac_status=$? |
2918 grep -v '^ *+' conftest.er1 >conftest.err | |
2919 rm -f conftest.er1 | |
2920 cat conftest.err >&5 | |
2921 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 2922 (exit $ac_status); } && { |
2923 test -z "$ac_c_werror_flag" || | |
2924 test ! -s conftest.err | |
2925 } && test -s conftest.$ac_objext; then | |
2926 : | |
2927 else | |
2928 echo "$as_me: failed program was:" >&5 | |
2929 sed 's/^/| /' conftest.$ac_ext >&5 | |
2930 | |
2931 ac_c_werror_flag=$ac_save_c_werror_flag | |
2932 CFLAGS="-g" | |
2933 cat >conftest.$ac_ext <<_ACEOF | |
2934 /* confdefs.h. */ | |
2935 _ACEOF | |
2936 cat confdefs.h >>conftest.$ac_ext | |
2937 cat >>conftest.$ac_ext <<_ACEOF | |
2938 /* end confdefs.h. */ | |
2939 | |
2940 int | |
2941 main () | |
2942 { | |
2943 | |
2944 ; | |
2945 return 0; | |
2946 } | |
2947 _ACEOF | |
2948 rm -f conftest.$ac_objext | |
2949 if { (ac_try="$ac_compile" | |
2950 case "(($ac_try" in | |
2951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
2952 *) ac_try_echo=$ac_try;; | |
2953 esac | |
2954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
2955 (eval "$ac_compile") 2>conftest.er1 | |
0 | 2956 ac_status=$? |
1 | 2957 grep -v '^ *+' conftest.er1 >conftest.err |
2958 rm -f conftest.er1 | |
2959 cat conftest.err >&5 | |
0 | 2960 echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
1 | 2961 (exit $ac_status); } && { |
2962 test -z "$ac_c_werror_flag" || | |
2963 test ! -s conftest.err | |
2964 } && test -s conftest.$ac_objext; then | |
0 | 2965 ac_cv_prog_cc_g=yes |
2966 else | |
2967 echo "$as_me: failed program was:" >&5 | |
2968 sed 's/^/| /' conftest.$ac_ext >&5 | |
2969 | |
1 | 2970 |
2971 fi | |
2972 | |
2973 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
2974 fi | |
2975 | |
2976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
2977 fi | |
2978 | |
2979 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
2980 ac_c_werror_flag=$ac_save_c_werror_flag | |
2981 fi | |
2982 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 | |
2983 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } | |
0 | 2984 if test "$ac_test_CFLAGS" = set; then |
2985 CFLAGS=$ac_save_CFLAGS | |
2986 elif test $ac_cv_prog_cc_g = yes; then | |
2987 if test "$GCC" = yes; then | |
2988 CFLAGS="-g -O2" | |
2989 else | |
2990 CFLAGS="-g" | |
2991 fi | |
2992 else | |
2993 if test "$GCC" = yes; then | |
2994 CFLAGS="-O2" | |
2995 else | |
2996 CFLAGS= | |
2997 fi | |
2998 fi | |
1 | 2999 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 |
3000 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } | |
3001 if test "${ac_cv_prog_cc_c89+set}" = set; then | |
0 | 3002 echo $ECHO_N "(cached) $ECHO_C" >&6 |
3003 else | |
1 | 3004 ac_cv_prog_cc_c89=no |
0 | 3005 ac_save_CC=$CC |
3006 cat >conftest.$ac_ext <<_ACEOF | |
3007 /* confdefs.h. */ | |
3008 _ACEOF | |
3009 cat confdefs.h >>conftest.$ac_ext | |
3010 cat >>conftest.$ac_ext <<_ACEOF | |
3011 /* end confdefs.h. */ | |
3012 #include <stdarg.h> | |
3013 #include <stdio.h> | |
3014 #include <sys/types.h> | |
3015 #include <sys/stat.h> | |
3016 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | |
3017 struct buf { int x; }; | |
3018 FILE * (*rcsopen) (struct buf *, struct stat *, int); | |
3019 static char *e (p, i) | |
3020 char **p; | |
3021 int i; | |
3022 { | |
3023 return p[i]; | |
3024 } | |
3025 static char *f (char * (*g) (char **, int), char **p, ...) | |
3026 { | |
3027 char *s; | |
3028 va_list v; | |
3029 va_start (v,p); | |
3030 s = g (p, va_arg (v,int)); | |
3031 va_end (v); | |
3032 return s; | |
3033 } | |
3034 | |
3035 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | |
3036 function prototypes and stuff, but not '\xHH' hex character constants. | |
3037 These don't provoke an error unfortunately, instead are silently treated | |
1 | 3038 as 'x'. The following induces an error, until -std is added to get |
0 | 3039 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an |
3040 array size at least. It's necessary to write '\x00'==0 to get something | |
1 | 3041 that's true only with -std. */ |
0 | 3042 int osf4_cc_array ['\x00' == 0 ? 1 : -1]; |
3043 | |
1 | 3044 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters |
3045 inside strings and character constants. */ | |
3046 #define FOO(x) 'x' | |
3047 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | |
3048 | |
0 | 3049 int test (int i, double x); |
3050 struct s1 {int (*f) (int a);}; | |
3051 struct s2 {int (*f) (double a);}; | |
3052 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | |
3053 int argc; | |
3054 char **argv; | |
3055 int | |
3056 main () | |
3057 { | |
3058 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | |
3059 ; | |
3060 return 0; | |
3061 } | |
3062 _ACEOF | |
1 | 3063 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ |
3064 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" | |
0 | 3065 do |
3066 CC="$ac_save_CC $ac_arg" | |
3067 rm -f conftest.$ac_objext | |
1 | 3068 if { (ac_try="$ac_compile" |
3069 case "(($ac_try" in | |
3070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3071 *) ac_try_echo=$ac_try;; | |
0 | 3072 esac |
1 | 3073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
3074 (eval "$ac_compile") 2>conftest.er1 | |
0 | 3075 ac_status=$? |
3076 grep -v '^ *+' conftest.er1 >conftest.err | |
3077 rm -f conftest.er1 | |
3078 cat conftest.err >&5 | |
3079 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 3080 (exit $ac_status); } && { |
3081 test -z "$ac_c_werror_flag" || | |
3082 test ! -s conftest.err | |
3083 } && test -s conftest.$ac_objext; then | |
3084 ac_cv_prog_cc_c89=$ac_arg | |
0 | 3085 else |
3086 echo "$as_me: failed program was:" >&5 | |
3087 sed 's/^/| /' conftest.$ac_ext >&5 | |
3088 | |
1 | 3089 |
3090 fi | |
3091 | |
3092 rm -f core conftest.err conftest.$ac_objext | |
3093 test "x$ac_cv_prog_cc_c89" != "xno" && break | |
0 | 3094 done |
1 | 3095 rm -f conftest.$ac_ext |
3096 CC=$ac_save_CC | |
3097 | |
3098 fi | |
3099 # AC_CACHE_VAL | |
3100 case "x$ac_cv_prog_cc_c89" in | |
3101 x) | |
3102 { echo "$as_me:$LINENO: result: none needed" >&5 | |
3103 echo "${ECHO_T}none needed" >&6; } ;; | |
3104 xno) | |
3105 { echo "$as_me:$LINENO: result: unsupported" >&5 | |
3106 echo "${ECHO_T}unsupported" >&6; } ;; | |
3107 *) | |
3108 CC="$CC $ac_cv_prog_cc_c89" | |
3109 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 | |
3110 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; | |
3111 esac | |
3112 | |
3113 | |
0 | 3114 ac_ext=c |
3115 ac_cpp='$CPP $CPPFLAGS' | |
3116 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
3117 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
3118 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
3119 DEPDIR="${am__leading_dot}deps" | |
3120 | |
1 | 3121 ac_config_commands="$ac_config_commands depfiles" |
0 | 3122 |
3123 | |
3124 am_make=${MAKE-make} | |
3125 cat > confinc << 'END' | |
3126 am__doit: | |
3127 @echo done | |
3128 .PHONY: am__doit | |
3129 END | |
3130 # If we don't find an include directive, just comment out the code. | |
1 | 3131 { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 |
3132 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } | |
0 | 3133 am__include="#" |
3134 am__quote= | |
3135 _am_result=none | |
3136 # First try GNU make style include. | |
3137 echo "include confinc" > confmf | |
3138 # We grep out `Entering directory' and `Leaving directory' | |
3139 # messages which can occur if `w' ends up in MAKEFLAGS. | |
3140 # In particular we don't look at `^make:' because GNU make might | |
3141 # be invoked under some other name (usually "gmake"), in which | |
3142 # case it prints its new name instead of `make'. | |
3143 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then | |
3144 am__include=include | |
3145 am__quote= | |
3146 _am_result=GNU | |
3147 fi | |
3148 # Now try BSD make style include. | |
3149 if test "$am__include" = "#"; then | |
3150 echo '.include "confinc"' > confmf | |
3151 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then | |
3152 am__include=.include | |
3153 am__quote="\"" | |
3154 _am_result=BSD | |
3155 fi | |
3156 fi | |
3157 | |
3158 | |
1 | 3159 { echo "$as_me:$LINENO: result: $_am_result" >&5 |
3160 echo "${ECHO_T}$_am_result" >&6; } | |
0 | 3161 rm -f confinc confmf |
3162 | |
1 | 3163 # Check whether --enable-dependency-tracking was given. |
0 | 3164 if test "${enable_dependency_tracking+set}" = set; then |
1 | 3165 enableval=$enable_dependency_tracking; |
3166 fi | |
3167 | |
0 | 3168 if test "x$enable_dependency_tracking" != xno; then |
3169 am_depcomp="$ac_aux_dir/depcomp" | |
3170 AMDEPBACKSLASH='\' | |
3171 fi | |
3172 | |
3173 | |
3174 if test "x$enable_dependency_tracking" != xno; then | |
3175 AMDEP_TRUE= | |
3176 AMDEP_FALSE='#' | |
3177 else | |
3178 AMDEP_TRUE='#' | |
3179 AMDEP_FALSE= | |
3180 fi | |
3181 | |
3182 | |
3183 | |
3184 | |
3185 depcc="$CC" am_compiler_list= | |
3186 | |
1 | 3187 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 |
3188 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } | |
0 | 3189 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then |
3190 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3191 else | |
3192 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then | |
3193 # We make a subdir and do the tests there. Otherwise we can end up | |
3194 # making bogus files that we don't know about and never remove. For | |
3195 # instance it was reported that on HP-UX the gcc test will end up | |
3196 # making a dummy file named `D' -- because `-MD' means `put the output | |
3197 # in D'. | |
3198 mkdir conftest.dir | |
3199 # Copy depcomp to subdir because otherwise we won't find it if we're | |
3200 # using a relative directory. | |
3201 cp "$am_depcomp" conftest.dir | |
3202 cd conftest.dir | |
3203 # We will build objects and dependencies in a subdirectory because | |
3204 # it helps to detect inapplicable dependency modes. For instance | |
3205 # both Tru64's cc and ICC support -MD to output dependencies as a | |
3206 # side effect of compilation, but ICC will put the dependencies in | |
3207 # the current directory while Tru64 will put them in the object | |
3208 # directory. | |
3209 mkdir sub | |
3210 | |
3211 am_cv_CC_dependencies_compiler_type=none | |
3212 if test "$am_compiler_list" = ""; then | |
3213 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` | |
3214 fi | |
3215 for depmode in $am_compiler_list; do | |
3216 # Setup a source with many dependencies, because some compilers | |
3217 # like to wrap large dependency lists on column 80 (with \), and | |
3218 # we should not choose a depcomp mode which is confused by this. | |
3219 # | |
3220 # We need to recreate these files for each test, as the compiler may | |
3221 # overwrite some of them when testing with obscure command lines. | |
3222 # This happens at least with the AIX C compiler. | |
3223 : > sub/conftest.c | |
3224 for i in 1 2 3 4 5 6; do | |
3225 echo '#include "conftst'$i'.h"' >> sub/conftest.c | |
3226 : > sub/conftst$i.h | |
3227 done | |
3228 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf | |
3229 | |
3230 case $depmode in | |
3231 nosideeffect) | |
3232 # after this tag, mechanisms are not by side-effect, so they'll | |
3233 # only be used when explicitly requested | |
3234 if test "x$enable_dependency_tracking" = xyes; then | |
3235 continue | |
3236 else | |
3237 break | |
3238 fi | |
3239 ;; | |
3240 none) break ;; | |
3241 esac | |
3242 # We check with `-c' and `-o' for the sake of the "dashmstdout" | |
3243 # mode. It turns out that the SunPro C++ compiler does not properly | |
3244 # handle `-M -o', and we need to detect this. | |
3245 if depmode=$depmode \ | |
3246 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ | |
3247 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ | |
3248 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ | |
3249 >/dev/null 2>conftest.err && | |
3250 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && | |
3251 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && | |
3252 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then | |
3253 # icc doesn't choke on unknown options, it will just issue warnings | |
3254 # (even with -Werror). So we grep stderr for any message | |
3255 # that says an option was ignored. | |
3256 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else | |
3257 am_cv_CC_dependencies_compiler_type=$depmode | |
3258 break | |
3259 fi | |
3260 fi | |
3261 done | |
3262 | |
3263 cd .. | |
3264 rm -rf conftest.dir | |
3265 else | |
3266 am_cv_CC_dependencies_compiler_type=none | |
3267 fi | |
3268 | |
3269 fi | |
1 | 3270 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 |
3271 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } | |
0 | 3272 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type |
3273 | |
3274 | |
3275 | |
3276 if | |
3277 test "x$enable_dependency_tracking" != xno \ | |
3278 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then | |
3279 am__fastdepCC_TRUE= | |
3280 am__fastdepCC_FALSE='#' | |
3281 else | |
3282 am__fastdepCC_TRUE='#' | |
3283 am__fastdepCC_FALSE= | |
3284 fi | |
3285 | |
3286 | |
3287 | |
1 | 3288 { echo "$as_me:$LINENO: checking for library containing strerror" >&5 |
3289 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; } | |
3290 if test "${ac_cv_search_strerror+set}" = set; then | |
0 | 3291 echo $ECHO_N "(cached) $ECHO_C" >&6 |
3292 else | |
1 | 3293 ac_func_search_save_LIBS=$LIBS |
0 | 3294 cat >conftest.$ac_ext <<_ACEOF |
3295 /* confdefs.h. */ | |
3296 _ACEOF | |
3297 cat confdefs.h >>conftest.$ac_ext | |
3298 cat >>conftest.$ac_ext <<_ACEOF | |
3299 /* end confdefs.h. */ | |
3300 | |
1 | 3301 /* Override any GCC internal prototype to avoid an error. |
3302 Use char because int might match the return type of a GCC | |
3303 builtin and then its argument prototype would still apply. */ | |
0 | 3304 #ifdef __cplusplus |
3305 extern "C" | |
3306 #endif | |
3307 char strerror (); | |
3308 int | |
3309 main () | |
3310 { | |
1 | 3311 return strerror (); |
0 | 3312 ; |
3313 return 0; | |
3314 } | |
3315 _ACEOF | |
1 | 3316 for ac_lib in '' cposix; do |
3317 if test -z "$ac_lib"; then | |
3318 ac_res="none required" | |
3319 else | |
3320 ac_res=-l$ac_lib | |
3321 LIBS="-l$ac_lib $ac_func_search_save_LIBS" | |
3322 fi | |
3323 rm -f conftest.$ac_objext conftest$ac_exeext | |
3324 if { (ac_try="$ac_link" | |
3325 case "(($ac_try" in | |
3326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3327 *) ac_try_echo=$ac_try;; | |
3328 esac | |
3329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
3330 (eval "$ac_link") 2>conftest.er1 | |
0 | 3331 ac_status=$? |
3332 grep -v '^ *+' conftest.er1 >conftest.err | |
3333 rm -f conftest.er1 | |
3334 cat conftest.err >&5 | |
3335 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 3336 (exit $ac_status); } && { |
3337 test -z "$ac_c_werror_flag" || | |
3338 test ! -s conftest.err | |
3339 } && test -s conftest$ac_exeext && | |
3340 $as_test_x conftest$ac_exeext; then | |
3341 ac_cv_search_strerror=$ac_res | |
0 | 3342 else |
3343 echo "$as_me: failed program was:" >&5 | |
3344 sed 's/^/| /' conftest.$ac_ext >&5 | |
3345 | |
1 | 3346 |
3347 fi | |
3348 | |
3349 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | |
3350 conftest$ac_exeext | |
3351 if test "${ac_cv_search_strerror+set}" = set; then | |
3352 break | |
3353 fi | |
3354 done | |
3355 if test "${ac_cv_search_strerror+set}" = set; then | |
3356 : | |
3357 else | |
3358 ac_cv_search_strerror=no | |
3359 fi | |
3360 rm conftest.$ac_ext | |
3361 LIBS=$ac_func_search_save_LIBS | |
3362 fi | |
3363 { echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 | |
3364 echo "${ECHO_T}$ac_cv_search_strerror" >&6; } | |
3365 ac_res=$ac_cv_search_strerror | |
3366 if test "$ac_res" != no; then | |
3367 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | |
3368 | |
3369 fi | |
0 | 3370 |
3371 ac_ext=c | |
3372 ac_cpp='$CPP $CPPFLAGS' | |
3373 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
3374 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
3375 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
1 | 3376 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 |
3377 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } | |
0 | 3378 # On Suns, sometimes $CPP names a directory. |
3379 if test -n "$CPP" && test -d "$CPP"; then | |
3380 CPP= | |
3381 fi | |
3382 if test -z "$CPP"; then | |
3383 if test "${ac_cv_prog_CPP+set}" = set; then | |
3384 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3385 else | |
3386 # Double quotes because CPP needs to be expanded | |
3387 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" | |
3388 do | |
3389 ac_preproc_ok=false | |
3390 for ac_c_preproc_warn_flag in '' yes | |
3391 do | |
3392 # Use a header file that comes with gcc, so configuring glibc | |
3393 # with a fresh cross-compiler works. | |
3394 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
3395 # <limits.h> exists even on freestanding compilers. | |
3396 # On the NeXT, cc -E runs the code through the compiler's parser, | |
3397 # not just through cpp. "Syntax error" is here to catch this case. | |
3398 cat >conftest.$ac_ext <<_ACEOF | |
3399 /* confdefs.h. */ | |
3400 _ACEOF | |
3401 cat confdefs.h >>conftest.$ac_ext | |
3402 cat >>conftest.$ac_ext <<_ACEOF | |
3403 /* end confdefs.h. */ | |
3404 #ifdef __STDC__ | |
3405 # include <limits.h> | |
3406 #else | |
3407 # include <assert.h> | |
3408 #endif | |
3409 Syntax error | |
3410 _ACEOF | |
1 | 3411 if { (ac_try="$ac_cpp conftest.$ac_ext" |
3412 case "(($ac_try" in | |
3413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3414 *) ac_try_echo=$ac_try;; | |
3415 esac | |
3416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
3417 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | |
0 | 3418 ac_status=$? |
3419 grep -v '^ *+' conftest.er1 >conftest.err | |
3420 rm -f conftest.er1 | |
3421 cat conftest.err >&5 | |
3422 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 3423 (exit $ac_status); } >/dev/null && { |
3424 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | |
3425 test ! -s conftest.err | |
3426 }; then | |
0 | 3427 : |
3428 else | |
3429 echo "$as_me: failed program was:" >&5 | |
3430 sed 's/^/| /' conftest.$ac_ext >&5 | |
3431 | |
3432 # Broken: fails on valid input. | |
3433 continue | |
3434 fi | |
1 | 3435 |
0 | 3436 rm -f conftest.err conftest.$ac_ext |
3437 | |
1 | 3438 # OK, works on sane cases. Now check whether nonexistent headers |
0 | 3439 # can be detected and how. |
3440 cat >conftest.$ac_ext <<_ACEOF | |
3441 /* confdefs.h. */ | |
3442 _ACEOF | |
3443 cat confdefs.h >>conftest.$ac_ext | |
3444 cat >>conftest.$ac_ext <<_ACEOF | |
3445 /* end confdefs.h. */ | |
3446 #include <ac_nonexistent.h> | |
3447 _ACEOF | |
1 | 3448 if { (ac_try="$ac_cpp conftest.$ac_ext" |
3449 case "(($ac_try" in | |
3450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3451 *) ac_try_echo=$ac_try;; | |
3452 esac | |
3453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
3454 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | |
0 | 3455 ac_status=$? |
3456 grep -v '^ *+' conftest.er1 >conftest.err | |
3457 rm -f conftest.er1 | |
3458 cat conftest.err >&5 | |
3459 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 3460 (exit $ac_status); } >/dev/null && { |
3461 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | |
3462 test ! -s conftest.err | |
3463 }; then | |
0 | 3464 # Broken: success on invalid input. |
3465 continue | |
3466 else | |
3467 echo "$as_me: failed program was:" >&5 | |
3468 sed 's/^/| /' conftest.$ac_ext >&5 | |
3469 | |
3470 # Passes both tests. | |
3471 ac_preproc_ok=: | |
3472 break | |
3473 fi | |
1 | 3474 |
0 | 3475 rm -f conftest.err conftest.$ac_ext |
3476 | |
3477 done | |
3478 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
3479 rm -f conftest.err conftest.$ac_ext | |
3480 if $ac_preproc_ok; then | |
3481 break | |
3482 fi | |
3483 | |
3484 done | |
3485 ac_cv_prog_CPP=$CPP | |
3486 | |
3487 fi | |
3488 CPP=$ac_cv_prog_CPP | |
3489 else | |
3490 ac_cv_prog_CPP=$CPP | |
3491 fi | |
1 | 3492 { echo "$as_me:$LINENO: result: $CPP" >&5 |
3493 echo "${ECHO_T}$CPP" >&6; } | |
0 | 3494 ac_preproc_ok=false |
3495 for ac_c_preproc_warn_flag in '' yes | |
3496 do | |
3497 # Use a header file that comes with gcc, so configuring glibc | |
3498 # with a fresh cross-compiler works. | |
3499 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
3500 # <limits.h> exists even on freestanding compilers. | |
3501 # On the NeXT, cc -E runs the code through the compiler's parser, | |
3502 # not just through cpp. "Syntax error" is here to catch this case. | |
3503 cat >conftest.$ac_ext <<_ACEOF | |
3504 /* confdefs.h. */ | |
3505 _ACEOF | |
3506 cat confdefs.h >>conftest.$ac_ext | |
3507 cat >>conftest.$ac_ext <<_ACEOF | |
3508 /* end confdefs.h. */ | |
3509 #ifdef __STDC__ | |
3510 # include <limits.h> | |
3511 #else | |
3512 # include <assert.h> | |
3513 #endif | |
3514 Syntax error | |
3515 _ACEOF | |
1 | 3516 if { (ac_try="$ac_cpp conftest.$ac_ext" |
3517 case "(($ac_try" in | |
3518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3519 *) ac_try_echo=$ac_try;; | |
3520 esac | |
3521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
3522 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | |
0 | 3523 ac_status=$? |
3524 grep -v '^ *+' conftest.er1 >conftest.err | |
3525 rm -f conftest.er1 | |
3526 cat conftest.err >&5 | |
3527 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 3528 (exit $ac_status); } >/dev/null && { |
3529 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | |
3530 test ! -s conftest.err | |
3531 }; then | |
0 | 3532 : |
3533 else | |
3534 echo "$as_me: failed program was:" >&5 | |
3535 sed 's/^/| /' conftest.$ac_ext >&5 | |
3536 | |
3537 # Broken: fails on valid input. | |
3538 continue | |
3539 fi | |
1 | 3540 |
0 | 3541 rm -f conftest.err conftest.$ac_ext |
3542 | |
1 | 3543 # OK, works on sane cases. Now check whether nonexistent headers |
0 | 3544 # can be detected and how. |
3545 cat >conftest.$ac_ext <<_ACEOF | |
3546 /* confdefs.h. */ | |
3547 _ACEOF | |
3548 cat confdefs.h >>conftest.$ac_ext | |
3549 cat >>conftest.$ac_ext <<_ACEOF | |
3550 /* end confdefs.h. */ | |
3551 #include <ac_nonexistent.h> | |
3552 _ACEOF | |
1 | 3553 if { (ac_try="$ac_cpp conftest.$ac_ext" |
3554 case "(($ac_try" in | |
3555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3556 *) ac_try_echo=$ac_try;; | |
3557 esac | |
3558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
3559 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | |
0 | 3560 ac_status=$? |
3561 grep -v '^ *+' conftest.er1 >conftest.err | |
3562 rm -f conftest.er1 | |
3563 cat conftest.err >&5 | |
3564 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 3565 (exit $ac_status); } >/dev/null && { |
3566 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | |
3567 test ! -s conftest.err | |
3568 }; then | |
0 | 3569 # Broken: success on invalid input. |
3570 continue | |
3571 else | |
3572 echo "$as_me: failed program was:" >&5 | |
3573 sed 's/^/| /' conftest.$ac_ext >&5 | |
3574 | |
3575 # Passes both tests. | |
3576 ac_preproc_ok=: | |
3577 break | |
3578 fi | |
1 | 3579 |
0 | 3580 rm -f conftest.err conftest.$ac_ext |
3581 | |
3582 done | |
3583 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
3584 rm -f conftest.err conftest.$ac_ext | |
3585 if $ac_preproc_ok; then | |
3586 : | |
3587 else | |
3588 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check | |
3589 See \`config.log' for more details." >&5 | |
3590 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check | |
3591 See \`config.log' for more details." >&2;} | |
3592 { (exit 1); exit 1; }; } | |
3593 fi | |
3594 | |
3595 ac_ext=c | |
3596 ac_cpp='$CPP $CPPFLAGS' | |
3597 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
3598 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
3599 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
3600 | |
3601 | |
1 | 3602 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 |
3603 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } | |
3604 if test "${ac_cv_path_GREP+set}" = set; then | |
3605 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3606 else | |
3607 # Extract the first word of "grep ggrep" to use in msg output | |
3608 if test -z "$GREP"; then | |
3609 set dummy grep ggrep; ac_prog_name=$2 | |
3610 if test "${ac_cv_path_GREP+set}" = set; then | |
0 | 3611 echo $ECHO_N "(cached) $ECHO_C" >&6 |
3612 else | |
1 | 3613 ac_path_GREP_found=false |
3614 # Loop through the user's path and test for each of PROGNAME-LIST | |
3615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3616 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin | |
3617 do | |
3618 IFS=$as_save_IFS | |
3619 test -z "$as_dir" && as_dir=. | |
3620 for ac_prog in grep ggrep; do | |
3621 for ac_exec_ext in '' $ac_executable_extensions; do | |
3622 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" | |
3623 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue | |
3624 # Check for GNU ac_path_GREP and select it if it is found. | |
3625 # Check for GNU $ac_path_GREP | |
3626 case `"$ac_path_GREP" --version 2>&1` in | |
3627 *GNU*) | |
3628 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; | |
3629 *) | |
3630 ac_count=0 | |
3631 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" | |
3632 while : | |
3633 do | |
3634 cat "conftest.in" "conftest.in" >"conftest.tmp" | |
3635 mv "conftest.tmp" "conftest.in" | |
3636 cp "conftest.in" "conftest.nl" | |
3637 echo 'GREP' >> "conftest.nl" | |
3638 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break | |
3639 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | |
3640 ac_count=`expr $ac_count + 1` | |
3641 if test $ac_count -gt ${ac_path_GREP_max-0}; then | |
3642 # Best one so far, save it but keep looking for a better one | |
3643 ac_cv_path_GREP="$ac_path_GREP" | |
3644 ac_path_GREP_max=$ac_count | |
0 | 3645 fi |
1 | 3646 # 10*(2^10) chars as input seems more than enough |
3647 test $ac_count -gt 10 && break | |
3648 done | |
3649 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | |
3650 esac | |
3651 | |
3652 | |
3653 $ac_path_GREP_found && break 3 | |
3654 done | |
3655 done | |
3656 | |
3657 done | |
3658 IFS=$as_save_IFS | |
3659 | |
3660 | |
3661 fi | |
3662 | |
3663 GREP="$ac_cv_path_GREP" | |
3664 if test -z "$GREP"; then | |
3665 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 | |
3666 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} | |
3667 { (exit 1); exit 1; }; } | |
3668 fi | |
3669 | |
3670 else | |
3671 ac_cv_path_GREP=$GREP | |
3672 fi | |
3673 | |
3674 | |
3675 fi | |
3676 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 | |
3677 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } | |
3678 GREP="$ac_cv_path_GREP" | |
3679 | |
3680 | |
3681 { echo "$as_me:$LINENO: checking for egrep" >&5 | |
3682 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } | |
3683 if test "${ac_cv_path_EGREP+set}" = set; then | |
3684 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3685 else | |
3686 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 | |
3687 then ac_cv_path_EGREP="$GREP -E" | |
3688 else | |
3689 # Extract the first word of "egrep" to use in msg output | |
3690 if test -z "$EGREP"; then | |
3691 set dummy egrep; ac_prog_name=$2 | |
3692 if test "${ac_cv_path_EGREP+set}" = set; then | |
3693 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3694 else | |
3695 ac_path_EGREP_found=false | |
3696 # Loop through the user's path and test for each of PROGNAME-LIST | |
3697 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3698 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin | |
3699 do | |
3700 IFS=$as_save_IFS | |
3701 test -z "$as_dir" && as_dir=. | |
3702 for ac_prog in egrep; do | |
3703 for ac_exec_ext in '' $ac_executable_extensions; do | |
3704 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" | |
3705 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue | |
3706 # Check for GNU ac_path_EGREP and select it if it is found. | |
3707 # Check for GNU $ac_path_EGREP | |
3708 case `"$ac_path_EGREP" --version 2>&1` in | |
3709 *GNU*) | |
3710 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; | |
3711 *) | |
3712 ac_count=0 | |
3713 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" | |
3714 while : | |
3715 do | |
3716 cat "conftest.in" "conftest.in" >"conftest.tmp" | |
3717 mv "conftest.tmp" "conftest.in" | |
3718 cp "conftest.in" "conftest.nl" | |
3719 echo 'EGREP' >> "conftest.nl" | |
3720 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break | |
3721 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | |
3722 ac_count=`expr $ac_count + 1` | |
3723 if test $ac_count -gt ${ac_path_EGREP_max-0}; then | |
3724 # Best one so far, save it but keep looking for a better one | |
3725 ac_cv_path_EGREP="$ac_path_EGREP" | |
3726 ac_path_EGREP_max=$ac_count | |
3727 fi | |
3728 # 10*(2^10) chars as input seems more than enough | |
3729 test $ac_count -gt 10 && break | |
3730 done | |
3731 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | |
3732 esac | |
3733 | |
3734 | |
3735 $ac_path_EGREP_found && break 3 | |
3736 done | |
3737 done | |
3738 | |
3739 done | |
3740 IFS=$as_save_IFS | |
3741 | |
3742 | |
3743 fi | |
3744 | |
3745 EGREP="$ac_cv_path_EGREP" | |
3746 if test -z "$EGREP"; then | |
3747 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 | |
3748 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} | |
3749 { (exit 1); exit 1; }; } | |
3750 fi | |
3751 | |
3752 else | |
3753 ac_cv_path_EGREP=$EGREP | |
3754 fi | |
3755 | |
3756 | |
3757 fi | |
3758 fi | |
3759 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 | |
3760 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } | |
3761 EGREP="$ac_cv_path_EGREP" | |
3762 | |
3763 | |
3764 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 | |
3765 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } | |
0 | 3766 if test "${ac_cv_header_stdc+set}" = set; then |
3767 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3768 else | |
3769 cat >conftest.$ac_ext <<_ACEOF | |
3770 /* confdefs.h. */ | |
3771 _ACEOF | |
3772 cat confdefs.h >>conftest.$ac_ext | |
3773 cat >>conftest.$ac_ext <<_ACEOF | |
3774 /* end confdefs.h. */ | |
3775 #include <stdlib.h> | |
3776 #include <stdarg.h> | |
3777 #include <string.h> | |
3778 #include <float.h> | |
3779 | |
3780 int | |
3781 main () | |
3782 { | |
3783 | |
3784 ; | |
3785 return 0; | |
3786 } | |
3787 _ACEOF | |
3788 rm -f conftest.$ac_objext | |
1 | 3789 if { (ac_try="$ac_compile" |
3790 case "(($ac_try" in | |
3791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3792 *) ac_try_echo=$ac_try;; | |
3793 esac | |
3794 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
3795 (eval "$ac_compile") 2>conftest.er1 | |
0 | 3796 ac_status=$? |
3797 grep -v '^ *+' conftest.er1 >conftest.err | |
3798 rm -f conftest.er1 | |
3799 cat conftest.err >&5 | |
3800 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 3801 (exit $ac_status); } && { |
3802 test -z "$ac_c_werror_flag" || | |
3803 test ! -s conftest.err | |
3804 } && test -s conftest.$ac_objext; then | |
0 | 3805 ac_cv_header_stdc=yes |
3806 else | |
3807 echo "$as_me: failed program was:" >&5 | |
3808 sed 's/^/| /' conftest.$ac_ext >&5 | |
3809 | |
1 | 3810 ac_cv_header_stdc=no |
3811 fi | |
3812 | |
3813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
0 | 3814 |
3815 if test $ac_cv_header_stdc = yes; then | |
3816 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
3817 cat >conftest.$ac_ext <<_ACEOF | |
3818 /* confdefs.h. */ | |
3819 _ACEOF | |
3820 cat confdefs.h >>conftest.$ac_ext | |
3821 cat >>conftest.$ac_ext <<_ACEOF | |
3822 /* end confdefs.h. */ | |
3823 #include <string.h> | |
3824 | |
3825 _ACEOF | |
3826 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
3827 $EGREP "memchr" >/dev/null 2>&1; then | |
3828 : | |
3829 else | |
3830 ac_cv_header_stdc=no | |
3831 fi | |
3832 rm -f conftest* | |
3833 | |
3834 fi | |
3835 | |
3836 if test $ac_cv_header_stdc = yes; then | |
3837 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
3838 cat >conftest.$ac_ext <<_ACEOF | |
3839 /* confdefs.h. */ | |
3840 _ACEOF | |
3841 cat confdefs.h >>conftest.$ac_ext | |
3842 cat >>conftest.$ac_ext <<_ACEOF | |
3843 /* end confdefs.h. */ | |
3844 #include <stdlib.h> | |
3845 | |
3846 _ACEOF | |
3847 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
3848 $EGREP "free" >/dev/null 2>&1; then | |
3849 : | |
3850 else | |
3851 ac_cv_header_stdc=no | |
3852 fi | |
3853 rm -f conftest* | |
3854 | |
3855 fi | |
3856 | |
3857 if test $ac_cv_header_stdc = yes; then | |
3858 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
3859 if test "$cross_compiling" = yes; then | |
3860 : | |
3861 else | |
3862 cat >conftest.$ac_ext <<_ACEOF | |
3863 /* confdefs.h. */ | |
3864 _ACEOF | |
3865 cat confdefs.h >>conftest.$ac_ext | |
3866 cat >>conftest.$ac_ext <<_ACEOF | |
3867 /* end confdefs.h. */ | |
3868 #include <ctype.h> | |
1 | 3869 #include <stdlib.h> |
0 | 3870 #if ((' ' & 0x0FF) == 0x020) |
3871 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
3872 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
3873 #else | |
3874 # define ISLOWER(c) \ | |
3875 (('a' <= (c) && (c) <= 'i') \ | |
3876 || ('j' <= (c) && (c) <= 'r') \ | |
3877 || ('s' <= (c) && (c) <= 'z')) | |
3878 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) | |
3879 #endif | |
3880 | |
3881 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) | |
3882 int | |
3883 main () | |
3884 { | |
3885 int i; | |
3886 for (i = 0; i < 256; i++) | |
3887 if (XOR (islower (i), ISLOWER (i)) | |
3888 || toupper (i) != TOUPPER (i)) | |
1 | 3889 return 2; |
3890 return 0; | |
0 | 3891 } |
3892 _ACEOF | |
3893 rm -f conftest$ac_exeext | |
1 | 3894 if { (ac_try="$ac_link" |
3895 case "(($ac_try" in | |
3896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3897 *) ac_try_echo=$ac_try;; | |
3898 esac | |
3899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
3900 (eval "$ac_link") 2>&5 | |
0 | 3901 ac_status=$? |
3902 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
3903 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
1 | 3904 { (case "(($ac_try" in |
3905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3906 *) ac_try_echo=$ac_try;; | |
3907 esac | |
3908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
3909 (eval "$ac_try") 2>&5 | |
0 | 3910 ac_status=$? |
3911 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
3912 (exit $ac_status); }; }; then | |
3913 : | |
3914 else | |
3915 echo "$as_me: program exited with status $ac_status" >&5 | |
3916 echo "$as_me: failed program was:" >&5 | |
3917 sed 's/^/| /' conftest.$ac_ext >&5 | |
3918 | |
3919 ( exit $ac_status ) | |
3920 ac_cv_header_stdc=no | |
3921 fi | |
1 | 3922 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
3923 fi | |
3924 | |
3925 | |
3926 fi | |
3927 fi | |
3928 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 | |
3929 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } | |
0 | 3930 if test $ac_cv_header_stdc = yes; then |
3931 | |
3932 cat >>confdefs.h <<\_ACEOF | |
3933 #define STDC_HEADERS 1 | |
3934 _ACEOF | |
3935 | |
3936 fi | |
3937 | |
3938 if test -n "$ac_tool_prefix"; then | |
3939 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. | |
3940 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | |
1 | 3941 { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
3942 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |
0 | 3943 if test "${ac_cv_prog_RANLIB+set}" = set; then |
3944 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3945 else | |
3946 if test -n "$RANLIB"; then | |
3947 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
3948 else | |
3949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3950 for as_dir in $PATH | |
3951 do | |
3952 IFS=$as_save_IFS | |
3953 test -z "$as_dir" && as_dir=. | |
3954 for ac_exec_ext in '' $ac_executable_extensions; do | |
1 | 3955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
0 | 3956 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
3957 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
3958 break 2 | |
3959 fi | |
3960 done | |
3961 done | |
1 | 3962 IFS=$as_save_IFS |
0 | 3963 |
3964 fi | |
3965 fi | |
3966 RANLIB=$ac_cv_prog_RANLIB | |
3967 if test -n "$RANLIB"; then | |
1 | 3968 { echo "$as_me:$LINENO: result: $RANLIB" >&5 |
3969 echo "${ECHO_T}$RANLIB" >&6; } | |
3970 else | |
3971 { echo "$as_me:$LINENO: result: no" >&5 | |
3972 echo "${ECHO_T}no" >&6; } | |
3973 fi | |
3974 | |
0 | 3975 |
3976 fi | |
3977 if test -z "$ac_cv_prog_RANLIB"; then | |
3978 ac_ct_RANLIB=$RANLIB | |
3979 # Extract the first word of "ranlib", so it can be a program name with args. | |
3980 set dummy ranlib; ac_word=$2 | |
1 | 3981 { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
3982 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |
0 | 3983 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then |
3984 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3985 else | |
3986 if test -n "$ac_ct_RANLIB"; then | |
3987 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. | |
3988 else | |
3989 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3990 for as_dir in $PATH | |
3991 do | |
3992 IFS=$as_save_IFS | |
3993 test -z "$as_dir" && as_dir=. | |
3994 for ac_exec_ext in '' $ac_executable_extensions; do | |
1 | 3995 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
0 | 3996 ac_cv_prog_ac_ct_RANLIB="ranlib" |
3997 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
3998 break 2 | |
3999 fi | |
4000 done | |
4001 done | |
1 | 4002 IFS=$as_save_IFS |
4003 | |
0 | 4004 fi |
4005 fi | |
4006 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB | |
4007 if test -n "$ac_ct_RANLIB"; then | |
1 | 4008 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 |
4009 echo "${ECHO_T}$ac_ct_RANLIB" >&6; } | |
4010 else | |
4011 { echo "$as_me:$LINENO: result: no" >&5 | |
4012 echo "${ECHO_T}no" >&6; } | |
4013 fi | |
4014 | |
4015 if test "x$ac_ct_RANLIB" = x; then | |
4016 RANLIB=":" | |
4017 else | |
4018 case $cross_compiling:$ac_tool_warned in | |
4019 yes:) | |
4020 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools | |
4021 whose name does not start with the host triplet. If you think this | |
4022 configuration is useful to you, please write to autoconf@gnu.org." >&5 | |
4023 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools | |
4024 whose name does not start with the host triplet. If you think this | |
4025 configuration is useful to you, please write to autoconf@gnu.org." >&2;} | |
4026 ac_tool_warned=yes ;; | |
4027 esac | |
4028 RANLIB=$ac_ct_RANLIB | |
4029 fi | |
0 | 4030 else |
4031 RANLIB="$ac_cv_prog_RANLIB" | |
4032 fi | |
4033 | |
4034 | |
4035 | |
4036 | |
4037 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then | |
4038 if test -n "$ac_tool_prefix"; then | |
4039 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. | |
4040 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 | |
1 | 4041 { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4042 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |
0 | 4043 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then |
4044 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4045 else | |
4046 case $PKG_CONFIG in | |
4047 [\\/]* | ?:[\\/]*) | |
4048 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. | |
4049 ;; | |
4050 *) | |
4051 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4052 for as_dir in $PATH | |
4053 do | |
4054 IFS=$as_save_IFS | |
4055 test -z "$as_dir" && as_dir=. | |
4056 for ac_exec_ext in '' $ac_executable_extensions; do | |
1 | 4057 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
0 | 4058 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" |
4059 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
4060 break 2 | |
4061 fi | |
4062 done | |
4063 done | |
1 | 4064 IFS=$as_save_IFS |
0 | 4065 |
4066 ;; | |
4067 esac | |
4068 fi | |
4069 PKG_CONFIG=$ac_cv_path_PKG_CONFIG | |
4070 if test -n "$PKG_CONFIG"; then | |
1 | 4071 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 |
4072 echo "${ECHO_T}$PKG_CONFIG" >&6; } | |
4073 else | |
4074 { echo "$as_me:$LINENO: result: no" >&5 | |
4075 echo "${ECHO_T}no" >&6; } | |
4076 fi | |
4077 | |
0 | 4078 |
4079 fi | |
4080 if test -z "$ac_cv_path_PKG_CONFIG"; then | |
4081 ac_pt_PKG_CONFIG=$PKG_CONFIG | |
4082 # Extract the first word of "pkg-config", so it can be a program name with args. | |
4083 set dummy pkg-config; ac_word=$2 | |
1 | 4084 { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
4085 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |
0 | 4086 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then |
4087 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4088 else | |
4089 case $ac_pt_PKG_CONFIG in | |
4090 [\\/]* | ?:[\\/]*) | |
4091 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. | |
4092 ;; | |
4093 *) | |
4094 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4095 for as_dir in $PATH | |
4096 do | |
4097 IFS=$as_save_IFS | |
4098 test -z "$as_dir" && as_dir=. | |
4099 for ac_exec_ext in '' $ac_executable_extensions; do | |
1 | 4100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
0 | 4101 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" |
4102 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
4103 break 2 | |
4104 fi | |
4105 done | |
4106 done | |
1 | 4107 IFS=$as_save_IFS |
0 | 4108 |
4109 ;; | |
4110 esac | |
4111 fi | |
4112 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG | |
4113 if test -n "$ac_pt_PKG_CONFIG"; then | |
1 | 4114 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 |
4115 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; } | |
4116 else | |
4117 { echo "$as_me:$LINENO: result: no" >&5 | |
4118 echo "${ECHO_T}no" >&6; } | |
4119 fi | |
4120 | |
4121 if test "x$ac_pt_PKG_CONFIG" = x; then | |
4122 PKG_CONFIG="" | |
4123 else | |
4124 case $cross_compiling:$ac_tool_warned in | |
4125 yes:) | |
4126 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools | |
4127 whose name does not start with the host triplet. If you think this | |
4128 configuration is useful to you, please write to autoconf@gnu.org." >&5 | |
4129 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools | |
4130 whose name does not start with the host triplet. If you think this | |
4131 configuration is useful to you, please write to autoconf@gnu.org." >&2;} | |
4132 ac_tool_warned=yes ;; | |
4133 esac | |
4134 PKG_CONFIG=$ac_pt_PKG_CONFIG | |
4135 fi | |
0 | 4136 else |
4137 PKG_CONFIG="$ac_cv_path_PKG_CONFIG" | |
4138 fi | |
4139 | |
4140 fi | |
4141 if test -n "$PKG_CONFIG"; then | |
4142 _pkg_min_version=0.9.0 | |
1 | 4143 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 |
4144 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; } | |
0 | 4145 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then |
1 | 4146 { echo "$as_me:$LINENO: result: yes" >&5 |
4147 echo "${ECHO_T}yes" >&6; } | |
0 | 4148 else |
1 | 4149 { echo "$as_me:$LINENO: result: no" >&5 |
4150 echo "${ECHO_T}no" >&6; } | |
0 | 4151 PKG_CONFIG="" |
4152 fi | |
4153 | |
4154 fi | |
4155 | |
4156 pkg_failed=no | |
1 | 4157 { echo "$as_me:$LINENO: checking for GLIB" >&5 |
4158 echo $ECHO_N "checking for GLIB... $ECHO_C" >&6; } | |
0 | 4159 |
4160 if test -n "$PKG_CONFIG"; then | |
1 | 4161 if test -n "$GLIB_CFLAGS"; then |
4162 pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS" | |
4163 else | |
0 | 4164 if test -n "$PKG_CONFIG" && \ |
4165 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0\"") >&5 | |
4166 ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5 | |
4167 ac_status=$? | |
4168 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
4169 (exit $ac_status); }; then | |
4170 pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0" 2>/dev/null` | |
4171 else | |
4172 pkg_failed=yes | |
4173 fi | |
1 | 4174 fi |
0 | 4175 else |
4176 pkg_failed=untried | |
4177 fi | |
4178 if test -n "$PKG_CONFIG"; then | |
1 | 4179 if test -n "$GLIB_LIBS"; then |
4180 pkg_cv_GLIB_LIBS="$GLIB_LIBS" | |
4181 else | |
0 | 4182 if test -n "$PKG_CONFIG" && \ |
4183 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0\"") >&5 | |
4184 ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5 | |
4185 ac_status=$? | |
4186 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
4187 (exit $ac_status); }; then | |
4188 pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0" 2>/dev/null` | |
4189 else | |
4190 pkg_failed=yes | |
4191 fi | |
1 | 4192 fi |
0 | 4193 else |
4194 pkg_failed=untried | |
4195 fi | |
4196 | |
1 | 4197 |
4198 | |
0 | 4199 if test $pkg_failed = yes; then |
1 | 4200 |
4201 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | |
4202 _pkg_short_errors_supported=yes | |
4203 else | |
4204 _pkg_short_errors_supported=no | |
4205 fi | |
4206 if test $_pkg_short_errors_supported = yes; then | |
4207 GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0"` | |
4208 else | |
4209 GLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0"` | |
4210 fi | |
0 | 4211 # Put the nasty error message in config.log where it belongs |
1 | 4212 echo "$GLIB_PKG_ERRORS" >&5 |
4213 | |
4214 { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0) were not met: | |
4215 | |
4216 $GLIB_PKG_ERRORS | |
4217 | |
0 | 4218 Consider adjusting the PKG_CONFIG_PATH environment variable if you |
4219 installed software in a non-standard prefix. | |
4220 | |
1 | 4221 Alternatively, you may set the environment variables GLIB_CFLAGS |
4222 and GLIB_LIBS to avoid the need to call pkg-config. | |
4223 See the pkg-config man page for more details. | |
4224 " >&5 | |
4225 echo "$as_me: error: Package requirements (glib-2.0) were not met: | |
4226 | |
4227 $GLIB_PKG_ERRORS | |
4228 | |
0 | 4229 Consider adjusting the PKG_CONFIG_PATH environment variable if you |
4230 installed software in a non-standard prefix. | |
4231 | |
1 | 4232 Alternatively, you may set the environment variables GLIB_CFLAGS |
4233 and GLIB_LIBS to avoid the need to call pkg-config. | |
4234 See the pkg-config man page for more details. | |
4235 " >&2;} | |
0 | 4236 { (exit 1); exit 1; }; } |
4237 elif test $pkg_failed = untried; then | |
4238 { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it | |
4239 is in your PATH or set the PKG_CONFIG environment variable to the full | |
4240 path to pkg-config. | |
4241 | |
1 | 4242 Alternatively, you may set the environment variables GLIB_CFLAGS |
4243 and GLIB_LIBS to avoid the need to call pkg-config. | |
4244 See the pkg-config man page for more details. | |
4245 | |
4246 To get pkg-config, see <http://pkg-config.freedesktop.org/>. | |
0 | 4247 See \`config.log' for more details." >&5 |
4248 echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it | |
4249 is in your PATH or set the PKG_CONFIG environment variable to the full | |
4250 path to pkg-config. | |
4251 | |
1 | 4252 Alternatively, you may set the environment variables GLIB_CFLAGS |
4253 and GLIB_LIBS to avoid the need to call pkg-config. | |
4254 See the pkg-config man page for more details. | |
4255 | |
4256 To get pkg-config, see <http://pkg-config.freedesktop.org/>. | |
0 | 4257 See \`config.log' for more details." >&2;} |
4258 { (exit 1); exit 1; }; } | |
4259 else | |
4260 GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS | |
4261 GLIB_LIBS=$pkg_cv_GLIB_LIBS | |
1 | 4262 { echo "$as_me:$LINENO: result: yes" >&5 |
4263 echo "${ECHO_T}yes" >&6; } | |
0 | 4264 : |
4265 fi | |
4266 | |
4267 | |
4268 | |
1 | 4269 # Check whether --enable-resolver was given. |
0 | 4270 if test "${enable_resolver+set}" = set; then |
1 | 4271 enableval=$enable_resolver; if test "$enable_resolver" != 'no'; then |
0 | 4272 resolver_enabled='yes' |
4273 fi | |
4274 else | |
4275 resolver_enabled='yes' | |
4276 | |
1 | 4277 fi |
4278 | |
0 | 4279 |
4280 if test "$resolver_enabled" = yes; then | |
4281 | |
4282 cat >>confdefs.h <<\_ACEOF | |
4283 #define ENABLE_RESOLVER 1 | |
4284 _ACEOF | |
4285 | |
1 | 4286 { echo "$as_me:$LINENO: checking for res_search in -lc" >&5 |
4287 echo $ECHO_N "checking for res_search in -lc... $ECHO_C" >&6; } | |
0 | 4288 if test "${ac_cv_lib_c_res_search+set}" = set; then |
4289 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4290 else | |
4291 ac_check_lib_save_LIBS=$LIBS | |
4292 LIBS="-lc $LIBS" | |
4293 cat >conftest.$ac_ext <<_ACEOF | |
4294 /* confdefs.h. */ | |
4295 _ACEOF | |
4296 cat confdefs.h >>conftest.$ac_ext | |
4297 cat >>conftest.$ac_ext <<_ACEOF | |
4298 /* end confdefs.h. */ | |
4299 | |
1 | 4300 /* Override any GCC internal prototype to avoid an error. |
4301 Use char because int might match the return type of a GCC | |
4302 builtin and then its argument prototype would still apply. */ | |
0 | 4303 #ifdef __cplusplus |
4304 extern "C" | |
4305 #endif | |
4306 char res_search (); | |
4307 int | |
4308 main () | |
4309 { | |
1 | 4310 return res_search (); |
0 | 4311 ; |
4312 return 0; | |
4313 } | |
4314 _ACEOF | |
4315 rm -f conftest.$ac_objext conftest$ac_exeext | |
1 | 4316 if { (ac_try="$ac_link" |
4317 case "(($ac_try" in | |
4318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
4319 *) ac_try_echo=$ac_try;; | |
4320 esac | |
4321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
4322 (eval "$ac_link") 2>conftest.er1 | |
0 | 4323 ac_status=$? |
4324 grep -v '^ *+' conftest.er1 >conftest.err | |
4325 rm -f conftest.er1 | |
4326 cat conftest.err >&5 | |
4327 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 4328 (exit $ac_status); } && { |
4329 test -z "$ac_c_werror_flag" || | |
4330 test ! -s conftest.err | |
4331 } && test -s conftest$ac_exeext && | |
4332 $as_test_x conftest$ac_exeext; then | |
0 | 4333 ac_cv_lib_c_res_search=yes |
4334 else | |
4335 echo "$as_me: failed program was:" >&5 | |
4336 sed 's/^/| /' conftest.$ac_ext >&5 | |
4337 | |
1 | 4338 ac_cv_lib_c_res_search=no |
4339 fi | |
4340 | |
4341 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | |
0 | 4342 conftest$ac_exeext conftest.$ac_ext |
4343 LIBS=$ac_check_lib_save_LIBS | |
4344 fi | |
1 | 4345 { echo "$as_me:$LINENO: result: $ac_cv_lib_c_res_search" >&5 |
4346 echo "${ECHO_T}$ac_cv_lib_c_res_search" >&6; } | |
0 | 4347 if test $ac_cv_lib_c_res_search = yes; then |
4348 need_resolv=no | |
4349 else | |
4350 need_resolv=yes | |
4351 fi | |
4352 | |
4353 if test "$need_resolv" = yes; then | |
1 | 4354 { echo "$as_me:$LINENO: checking for res_search in -lresolv" >&5 |
4355 echo $ECHO_N "checking for res_search in -lresolv... $ECHO_C" >&6; } | |
0 | 4356 if test "${ac_cv_lib_resolv_res_search+set}" = set; then |
4357 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4358 else | |
4359 ac_check_lib_save_LIBS=$LIBS | |
4360 LIBS="-lresolv $LIBS" | |
4361 cat >conftest.$ac_ext <<_ACEOF | |
4362 /* confdefs.h. */ | |
4363 _ACEOF | |
4364 cat confdefs.h >>conftest.$ac_ext | |
4365 cat >>conftest.$ac_ext <<_ACEOF | |
4366 /* end confdefs.h. */ | |
4367 | |
1 | 4368 /* Override any GCC internal prototype to avoid an error. |
4369 Use char because int might match the return type of a GCC | |
4370 builtin and then its argument prototype would still apply. */ | |
0 | 4371 #ifdef __cplusplus |
4372 extern "C" | |
4373 #endif | |
4374 char res_search (); | |
4375 int | |
4376 main () | |
4377 { | |
1 | 4378 return res_search (); |
0 | 4379 ; |
4380 return 0; | |
4381 } | |
4382 _ACEOF | |
4383 rm -f conftest.$ac_objext conftest$ac_exeext | |
1 | 4384 if { (ac_try="$ac_link" |
4385 case "(($ac_try" in | |
4386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
4387 *) ac_try_echo=$ac_try;; | |
4388 esac | |
4389 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
4390 (eval "$ac_link") 2>conftest.er1 | |
0 | 4391 ac_status=$? |
4392 grep -v '^ *+' conftest.er1 >conftest.err | |
4393 rm -f conftest.er1 | |
4394 cat conftest.err >&5 | |
4395 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 4396 (exit $ac_status); } && { |
4397 test -z "$ac_c_werror_flag" || | |
4398 test ! -s conftest.err | |
4399 } && test -s conftest$ac_exeext && | |
4400 $as_test_x conftest$ac_exeext; then | |
0 | 4401 ac_cv_lib_resolv_res_search=yes |
4402 else | |
4403 echo "$as_me: failed program was:" >&5 | |
4404 sed 's/^/| /' conftest.$ac_ext >&5 | |
4405 | |
1 | 4406 ac_cv_lib_resolv_res_search=no |
4407 fi | |
4408 | |
4409 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | |
0 | 4410 conftest$ac_exeext conftest.$ac_ext |
4411 LIBS=$ac_check_lib_save_LIBS | |
4412 fi | |
1 | 4413 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_search" >&5 |
4414 echo "${ECHO_T}$ac_cv_lib_resolv_res_search" >&6; } | |
0 | 4415 if test $ac_cv_lib_resolv_res_search = yes; then |
1 | 4416 has_resolv=yes; RESOLV_LIBS="-lresolv" |
4417 else | |
4418 has_resolv=no | |
4419 fi | |
4420 | |
4421 if test "$has_resolv" = no; then | |
4422 saved_LIBS="$LIBS" | |
4423 LIBS="$LIBS -lresolv" | |
4424 { echo "$as_me:$LINENO: checking for res_search in -lresolv" >&5 | |
4425 echo $ECHO_N "checking for res_search in -lresolv... $ECHO_C" >&6; } | |
4426 cat >conftest.$ac_ext <<_ACEOF | |
4427 /* confdefs.h. */ | |
4428 _ACEOF | |
4429 cat confdefs.h >>conftest.$ac_ext | |
4430 cat >>conftest.$ac_ext <<_ACEOF | |
4431 /* end confdefs.h. */ | |
4432 #include <resolv.h> | |
4433 int | |
4434 main () | |
4435 { | |
4436 res_search (0, 0, 0, 0, 0); | |
4437 ; | |
4438 return 0; | |
4439 } | |
4440 _ACEOF | |
4441 rm -f conftest.$ac_objext conftest$ac_exeext | |
4442 if { (ac_try="$ac_link" | |
4443 case "(($ac_try" in | |
4444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
4445 *) ac_try_echo=$ac_try;; | |
4446 esac | |
4447 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
4448 (eval "$ac_link") 2>conftest.er1 | |
4449 ac_status=$? | |
4450 grep -v '^ *+' conftest.er1 >conftest.err | |
4451 rm -f conftest.er1 | |
4452 cat conftest.err >&5 | |
4453 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
4454 (exit $ac_status); } && { | |
4455 test -z "$ac_c_werror_flag" || | |
4456 test ! -s conftest.err | |
4457 } && test -s conftest$ac_exeext && | |
4458 $as_test_x conftest$ac_exeext; then | |
4459 RESOLV_LIBS="-lresolv"; has_resolv=yes; { echo "$as_me:$LINENO: result: yes" >&5 | |
4460 echo "${ECHO_T}yes" >&6; } | |
4461 else | |
4462 echo "$as_me: failed program was:" >&5 | |
4463 sed 's/^/| /' conftest.$ac_ext >&5 | |
4464 | |
4465 { echo "$as_me:$LINENO: result: no" >&5 | |
4466 echo "${ECHO_T}no" >&6; } | |
4467 fi | |
4468 | |
4469 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | |
4470 conftest$ac_exeext conftest.$ac_ext; | |
4471 LIBS="$saved_LIBS" | |
4472 fi | |
4473 if test "$has_resolv" = no; then | |
4474 { { echo "$as_me:$LINENO: error: \"no libresolv\"" >&5 | |
0 | 4475 echo "$as_me: error: \"no libresolv\"" >&2;} |
4476 { (exit 1); exit 1; }; } | |
1 | 4477 RESOLV_LIBS='' |
4478 fi | |
0 | 4479 fi |
4480 else | |
4481 RESOLV_LIBS='' | |
4482 fi | |
4483 | |
4484 | |
4485 | |
4486 for ac_func in getline | |
4487 do | |
4488 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
1 | 4489 { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
4490 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | |
4491 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | |
0 | 4492 echo $ECHO_N "(cached) $ECHO_C" >&6 |
4493 else | |
4494 cat >conftest.$ac_ext <<_ACEOF | |
4495 /* confdefs.h. */ | |
4496 _ACEOF | |
4497 cat confdefs.h >>conftest.$ac_ext | |
4498 cat >>conftest.$ac_ext <<_ACEOF | |
4499 /* end confdefs.h. */ | |
4500 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | |
4501 For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
4502 #define $ac_func innocuous_$ac_func | |
4503 | |
4504 /* System header to define __stub macros and hopefully few prototypes, | |
4505 which can conflict with char $ac_func (); below. | |
4506 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
4507 <limits.h> exists even on freestanding compilers. */ | |
4508 | |
4509 #ifdef __STDC__ | |
4510 # include <limits.h> | |
4511 #else | |
4512 # include <assert.h> | |
4513 #endif | |
4514 | |
4515 #undef $ac_func | |
4516 | |
1 | 4517 /* Override any GCC internal prototype to avoid an error. |
4518 Use char because int might match the return type of a GCC | |
4519 builtin and then its argument prototype would still apply. */ | |
0 | 4520 #ifdef __cplusplus |
4521 extern "C" | |
4522 #endif | |
4523 char $ac_func (); | |
4524 /* The GNU C library defines this for functions which it implements | |
4525 to always fail with ENOSYS. Some functions are actually named | |
4526 something starting with __ and the normal name is an alias. */ | |
1 | 4527 #if defined __stub_$ac_func || defined __stub___$ac_func |
0 | 4528 choke me |
4529 #endif | |
4530 | |
4531 int | |
4532 main () | |
4533 { | |
1 | 4534 return $ac_func (); |
0 | 4535 ; |
4536 return 0; | |
4537 } | |
4538 _ACEOF | |
4539 rm -f conftest.$ac_objext conftest$ac_exeext | |
1 | 4540 if { (ac_try="$ac_link" |
4541 case "(($ac_try" in | |
4542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
4543 *) ac_try_echo=$ac_try;; | |
4544 esac | |
4545 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
4546 (eval "$ac_link") 2>conftest.er1 | |
0 | 4547 ac_status=$? |
4548 grep -v '^ *+' conftest.er1 >conftest.err | |
4549 rm -f conftest.er1 | |
4550 cat conftest.err >&5 | |
4551 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 4552 (exit $ac_status); } && { |
4553 test -z "$ac_c_werror_flag" || | |
4554 test ! -s conftest.err | |
4555 } && test -s conftest$ac_exeext && | |
4556 $as_test_x conftest$ac_exeext; then | |
0 | 4557 eval "$as_ac_var=yes" |
4558 else | |
4559 echo "$as_me: failed program was:" >&5 | |
4560 sed 's/^/| /' conftest.$ac_ext >&5 | |
4561 | |
1 | 4562 eval "$as_ac_var=no" |
4563 fi | |
4564 | |
4565 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | |
0 | 4566 conftest$ac_exeext conftest.$ac_ext |
4567 fi | |
1 | 4568 ac_res=`eval echo '${'$as_ac_var'}'` |
4569 { echo "$as_me:$LINENO: result: $ac_res" >&5 | |
4570 echo "${ECHO_T}$ac_res" >&6; } | |
0 | 4571 if test `eval echo '${'$as_ac_var'}'` = yes; then |
4572 cat >>confdefs.h <<_ACEOF | |
4573 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
4574 _ACEOF | |
4575 | |
4576 fi | |
4577 done | |
4578 | |
4579 | |
4580 | |
4581 for ac_func in fdatasync | |
4582 do | |
4583 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
1 | 4584 { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
4585 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | |
4586 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | |
0 | 4587 echo $ECHO_N "(cached) $ECHO_C" >&6 |
4588 else | |
4589 cat >conftest.$ac_ext <<_ACEOF | |
4590 /* confdefs.h. */ | |
4591 _ACEOF | |
4592 cat confdefs.h >>conftest.$ac_ext | |
4593 cat >>conftest.$ac_ext <<_ACEOF | |
4594 /* end confdefs.h. */ | |
4595 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | |
4596 For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
4597 #define $ac_func innocuous_$ac_func | |
4598 | |
4599 /* System header to define __stub macros and hopefully few prototypes, | |
4600 which can conflict with char $ac_func (); below. | |
4601 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
4602 <limits.h> exists even on freestanding compilers. */ | |
4603 | |
4604 #ifdef __STDC__ | |
4605 # include <limits.h> | |
4606 #else | |
4607 # include <assert.h> | |
4608 #endif | |
4609 | |
4610 #undef $ac_func | |
4611 | |
1 | 4612 /* Override any GCC internal prototype to avoid an error. |
4613 Use char because int might match the return type of a GCC | |
4614 builtin and then its argument prototype would still apply. */ | |
0 | 4615 #ifdef __cplusplus |
4616 extern "C" | |
4617 #endif | |
4618 char $ac_func (); | |
4619 /* The GNU C library defines this for functions which it implements | |
4620 to always fail with ENOSYS. Some functions are actually named | |
4621 something starting with __ and the normal name is an alias. */ | |
1 | 4622 #if defined __stub_$ac_func || defined __stub___$ac_func |
0 | 4623 choke me |
4624 #endif | |
4625 | |
4626 int | |
4627 main () | |
4628 { | |
1 | 4629 return $ac_func (); |
0 | 4630 ; |
4631 return 0; | |
4632 } | |
4633 _ACEOF | |
4634 rm -f conftest.$ac_objext conftest$ac_exeext | |
1 | 4635 if { (ac_try="$ac_link" |
4636 case "(($ac_try" in | |
4637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
4638 *) ac_try_echo=$ac_try;; | |
4639 esac | |
4640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
4641 (eval "$ac_link") 2>conftest.er1 | |
0 | 4642 ac_status=$? |
4643 grep -v '^ *+' conftest.er1 >conftest.err | |
4644 rm -f conftest.er1 | |
4645 cat conftest.err >&5 | |
4646 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 4647 (exit $ac_status); } && { |
4648 test -z "$ac_c_werror_flag" || | |
4649 test ! -s conftest.err | |
4650 } && test -s conftest$ac_exeext && | |
4651 $as_test_x conftest$ac_exeext; then | |
0 | 4652 eval "$as_ac_var=yes" |
4653 else | |
4654 echo "$as_me: failed program was:" >&5 | |
4655 sed 's/^/| /' conftest.$ac_ext >&5 | |
4656 | |
1 | 4657 eval "$as_ac_var=no" |
4658 fi | |
4659 | |
4660 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | |
0 | 4661 conftest$ac_exeext conftest.$ac_ext |
4662 fi | |
1 | 4663 ac_res=`eval echo '${'$as_ac_var'}'` |
4664 { echo "$as_me:$LINENO: result: $ac_res" >&5 | |
4665 echo "${ECHO_T}$ac_res" >&6; } | |
0 | 4666 if test `eval echo '${'$as_ac_var'}'` = yes; then |
4667 cat >>confdefs.h <<_ACEOF | |
4668 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
4669 _ACEOF | |
4670 | |
4671 fi | |
4672 done | |
4673 | |
4674 | |
1 | 4675 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 |
4676 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } | |
0 | 4677 if test "${ac_cv_header_stdc+set}" = set; then |
4678 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4679 else | |
4680 cat >conftest.$ac_ext <<_ACEOF | |
4681 /* confdefs.h. */ | |
4682 _ACEOF | |
4683 cat confdefs.h >>conftest.$ac_ext | |
4684 cat >>conftest.$ac_ext <<_ACEOF | |
4685 /* end confdefs.h. */ | |
4686 #include <stdlib.h> | |
4687 #include <stdarg.h> | |
4688 #include <string.h> | |
4689 #include <float.h> | |
4690 | |
4691 int | |
4692 main () | |
4693 { | |
4694 | |
4695 ; | |
4696 return 0; | |
4697 } | |
4698 _ACEOF | |
4699 rm -f conftest.$ac_objext | |
1 | 4700 if { (ac_try="$ac_compile" |
4701 case "(($ac_try" in | |
4702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
4703 *) ac_try_echo=$ac_try;; | |
4704 esac | |
4705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
4706 (eval "$ac_compile") 2>conftest.er1 | |
0 | 4707 ac_status=$? |
4708 grep -v '^ *+' conftest.er1 >conftest.err | |
4709 rm -f conftest.er1 | |
4710 cat conftest.err >&5 | |
4711 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 4712 (exit $ac_status); } && { |
4713 test -z "$ac_c_werror_flag" || | |
4714 test ! -s conftest.err | |
4715 } && test -s conftest.$ac_objext; then | |
0 | 4716 ac_cv_header_stdc=yes |
4717 else | |
4718 echo "$as_me: failed program was:" >&5 | |
4719 sed 's/^/| /' conftest.$ac_ext >&5 | |
4720 | |
1 | 4721 ac_cv_header_stdc=no |
4722 fi | |
4723 | |
4724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
0 | 4725 |
4726 if test $ac_cv_header_stdc = yes; then | |
4727 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
4728 cat >conftest.$ac_ext <<_ACEOF | |
4729 /* confdefs.h. */ | |
4730 _ACEOF | |
4731 cat confdefs.h >>conftest.$ac_ext | |
4732 cat >>conftest.$ac_ext <<_ACEOF | |
4733 /* end confdefs.h. */ | |
4734 #include <string.h> | |
4735 | |
4736 _ACEOF | |
4737 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
4738 $EGREP "memchr" >/dev/null 2>&1; then | |
4739 : | |
4740 else | |
4741 ac_cv_header_stdc=no | |
4742 fi | |
4743 rm -f conftest* | |
4744 | |
4745 fi | |
4746 | |
4747 if test $ac_cv_header_stdc = yes; then | |
4748 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
4749 cat >conftest.$ac_ext <<_ACEOF | |
4750 /* confdefs.h. */ | |
4751 _ACEOF | |
4752 cat confdefs.h >>conftest.$ac_ext | |
4753 cat >>conftest.$ac_ext <<_ACEOF | |
4754 /* end confdefs.h. */ | |
4755 #include <stdlib.h> | |
4756 | |
4757 _ACEOF | |
4758 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
4759 $EGREP "free" >/dev/null 2>&1; then | |
4760 : | |
4761 else | |
4762 ac_cv_header_stdc=no | |
4763 fi | |
4764 rm -f conftest* | |
4765 | |
4766 fi | |
4767 | |
4768 if test $ac_cv_header_stdc = yes; then | |
4769 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
4770 if test "$cross_compiling" = yes; then | |
4771 : | |
4772 else | |
4773 cat >conftest.$ac_ext <<_ACEOF | |
4774 /* confdefs.h. */ | |
4775 _ACEOF | |
4776 cat confdefs.h >>conftest.$ac_ext | |
4777 cat >>conftest.$ac_ext <<_ACEOF | |
4778 /* end confdefs.h. */ | |
4779 #include <ctype.h> | |
1 | 4780 #include <stdlib.h> |
0 | 4781 #if ((' ' & 0x0FF) == 0x020) |
4782 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
4783 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
4784 #else | |
4785 # define ISLOWER(c) \ | |
4786 (('a' <= (c) && (c) <= 'i') \ | |
4787 || ('j' <= (c) && (c) <= 'r') \ | |
4788 || ('s' <= (c) && (c) <= 'z')) | |
4789 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) | |
4790 #endif | |
4791 | |
4792 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) | |
4793 int | |
4794 main () | |
4795 { | |
4796 int i; | |
4797 for (i = 0; i < 256; i++) | |
4798 if (XOR (islower (i), ISLOWER (i)) | |
4799 || toupper (i) != TOUPPER (i)) | |
1 | 4800 return 2; |
4801 return 0; | |
0 | 4802 } |
4803 _ACEOF | |
4804 rm -f conftest$ac_exeext | |
1 | 4805 if { (ac_try="$ac_link" |
4806 case "(($ac_try" in | |
4807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
4808 *) ac_try_echo=$ac_try;; | |
4809 esac | |
4810 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
4811 (eval "$ac_link") 2>&5 | |
0 | 4812 ac_status=$? |
4813 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
4814 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
1 | 4815 { (case "(($ac_try" in |
4816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
4817 *) ac_try_echo=$ac_try;; | |
4818 esac | |
4819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
4820 (eval "$ac_try") 2>&5 | |
0 | 4821 ac_status=$? |
4822 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
4823 (exit $ac_status); }; }; then | |
4824 : | |
4825 else | |
4826 echo "$as_me: program exited with status $ac_status" >&5 | |
4827 echo "$as_me: failed program was:" >&5 | |
4828 sed 's/^/| /' conftest.$ac_ext >&5 | |
4829 | |
4830 ( exit $ac_status ) | |
4831 ac_cv_header_stdc=no | |
4832 fi | |
1 | 4833 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
4834 fi | |
4835 | |
4836 | |
4837 fi | |
4838 fi | |
4839 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 | |
4840 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } | |
0 | 4841 if test $ac_cv_header_stdc = yes; then |
4842 | |
4843 cat >>confdefs.h <<\_ACEOF | |
4844 #define STDC_HEADERS 1 | |
4845 _ACEOF | |
4846 | |
4847 fi | |
4848 | |
4849 # On IRIX 5.3, sys/types and inttypes.h are conflicting. | |
4850 | |
4851 | |
4852 | |
4853 | |
4854 | |
4855 | |
4856 | |
4857 | |
4858 | |
4859 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ | |
4860 inttypes.h stdint.h unistd.h | |
4861 do | |
4862 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
1 | 4863 { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
4864 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | |
4865 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | |
0 | 4866 echo $ECHO_N "(cached) $ECHO_C" >&6 |
4867 else | |
4868 cat >conftest.$ac_ext <<_ACEOF | |
4869 /* confdefs.h. */ | |
4870 _ACEOF | |
4871 cat confdefs.h >>conftest.$ac_ext | |
4872 cat >>conftest.$ac_ext <<_ACEOF | |
4873 /* end confdefs.h. */ | |
4874 $ac_includes_default | |
4875 | |
4876 #include <$ac_header> | |
4877 _ACEOF | |
4878 rm -f conftest.$ac_objext | |
1 | 4879 if { (ac_try="$ac_compile" |
4880 case "(($ac_try" in | |
4881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
4882 *) ac_try_echo=$ac_try;; | |
4883 esac | |
4884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
4885 (eval "$ac_compile") 2>conftest.er1 | |
0 | 4886 ac_status=$? |
4887 grep -v '^ *+' conftest.er1 >conftest.err | |
4888 rm -f conftest.er1 | |
4889 cat conftest.err >&5 | |
4890 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 4891 (exit $ac_status); } && { |
4892 test -z "$ac_c_werror_flag" || | |
4893 test ! -s conftest.err | |
4894 } && test -s conftest.$ac_objext; then | |
0 | 4895 eval "$as_ac_Header=yes" |
4896 else | |
4897 echo "$as_me: failed program was:" >&5 | |
4898 sed 's/^/| /' conftest.$ac_ext >&5 | |
4899 | |
1 | 4900 eval "$as_ac_Header=no" |
4901 fi | |
4902 | |
4903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
4904 fi | |
4905 ac_res=`eval echo '${'$as_ac_Header'}'` | |
4906 { echo "$as_me:$LINENO: result: $ac_res" >&5 | |
4907 echo "${ECHO_T}$ac_res" >&6; } | |
0 | 4908 if test `eval echo '${'$as_ac_Header'}'` = yes; then |
4909 cat >>confdefs.h <<_ACEOF | |
4910 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
4911 _ACEOF | |
4912 | |
4913 fi | |
4914 | |
4915 done | |
4916 | |
4917 | |
4918 | |
4919 | |
4920 | |
4921 | |
4922 for ac_header in fcntl.h sys/time.h syslog.h unistd.h | |
4923 do | |
4924 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
1 | 4925 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
4926 { echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
4927 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | |
4928 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | |
0 | 4929 echo $ECHO_N "(cached) $ECHO_C" >&6 |
4930 fi | |
1 | 4931 ac_res=`eval echo '${'$as_ac_Header'}'` |
4932 { echo "$as_me:$LINENO: result: $ac_res" >&5 | |
4933 echo "${ECHO_T}$ac_res" >&6; } | |
0 | 4934 else |
4935 # Is the header compilable? | |
1 | 4936 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
4937 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } | |
0 | 4938 cat >conftest.$ac_ext <<_ACEOF |
4939 /* confdefs.h. */ | |
4940 _ACEOF | |
4941 cat confdefs.h >>conftest.$ac_ext | |
4942 cat >>conftest.$ac_ext <<_ACEOF | |
4943 /* end confdefs.h. */ | |
4944 $ac_includes_default | |
4945 #include <$ac_header> | |
4946 _ACEOF | |
4947 rm -f conftest.$ac_objext | |
1 | 4948 if { (ac_try="$ac_compile" |
4949 case "(($ac_try" in | |
4950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
4951 *) ac_try_echo=$ac_try;; | |
4952 esac | |
4953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
4954 (eval "$ac_compile") 2>conftest.er1 | |
0 | 4955 ac_status=$? |
4956 grep -v '^ *+' conftest.er1 >conftest.err | |
4957 rm -f conftest.er1 | |
4958 cat conftest.err >&5 | |
4959 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 4960 (exit $ac_status); } && { |
4961 test -z "$ac_c_werror_flag" || | |
4962 test ! -s conftest.err | |
4963 } && test -s conftest.$ac_objext; then | |
0 | 4964 ac_header_compiler=yes |
4965 else | |
4966 echo "$as_me: failed program was:" >&5 | |
4967 sed 's/^/| /' conftest.$ac_ext >&5 | |
4968 | |
1 | 4969 ac_header_compiler=no |
4970 fi | |
4971 | |
4972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
4973 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | |
4974 echo "${ECHO_T}$ac_header_compiler" >&6; } | |
0 | 4975 |
4976 # Is the header present? | |
1 | 4977 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
4978 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } | |
0 | 4979 cat >conftest.$ac_ext <<_ACEOF |
4980 /* confdefs.h. */ | |
4981 _ACEOF | |
4982 cat confdefs.h >>conftest.$ac_ext | |
4983 cat >>conftest.$ac_ext <<_ACEOF | |
4984 /* end confdefs.h. */ | |
4985 #include <$ac_header> | |
4986 _ACEOF | |
1 | 4987 if { (ac_try="$ac_cpp conftest.$ac_ext" |
4988 case "(($ac_try" in | |
4989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
4990 *) ac_try_echo=$ac_try;; | |
4991 esac | |
4992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
4993 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 | |
0 | 4994 ac_status=$? |
4995 grep -v '^ *+' conftest.er1 >conftest.err | |
4996 rm -f conftest.er1 | |
4997 cat conftest.err >&5 | |
4998 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 4999 (exit $ac_status); } >/dev/null && { |
5000 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | |
5001 test ! -s conftest.err | |
5002 }; then | |
0 | 5003 ac_header_preproc=yes |
5004 else | |
5005 echo "$as_me: failed program was:" >&5 | |
5006 sed 's/^/| /' conftest.$ac_ext >&5 | |
5007 | |
5008 ac_header_preproc=no | |
5009 fi | |
1 | 5010 |
0 | 5011 rm -f conftest.err conftest.$ac_ext |
1 | 5012 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
5013 echo "${ECHO_T}$ac_header_preproc" >&6; } | |
0 | 5014 |
5015 # So? What about this header? | |
5016 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | |
5017 yes:no: ) | |
5018 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | |
5019 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
5020 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | |
5021 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
5022 ac_header_preproc=yes | |
5023 ;; | |
5024 no:yes:* ) | |
5025 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | |
5026 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
5027 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | |
5028 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
5029 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
5030 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
5031 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
5032 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
5033 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
5034 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
5035 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | |
5036 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
1 | 5037 ( cat <<\_ASBOX |
0 | 5038 ## ----------------------------- ## |
5039 ## Report this to oku@debian.org ## | |
5040 ## ----------------------------- ## | |
5041 _ASBOX | |
1 | 5042 ) | sed "s/^/$as_me: WARNING: /" >&2 |
0 | 5043 ;; |
5044 esac | |
1 | 5045 { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
5046 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } | |
5047 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then | |
0 | 5048 echo $ECHO_N "(cached) $ECHO_C" >&6 |
5049 else | |
5050 eval "$as_ac_Header=\$ac_header_preproc" | |
5051 fi | |
1 | 5052 ac_res=`eval echo '${'$as_ac_Header'}'` |
5053 { echo "$as_me:$LINENO: result: $ac_res" >&5 | |
5054 echo "${ECHO_T}$ac_res" >&6; } | |
0 | 5055 |
5056 fi | |
5057 if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
5058 cat >>confdefs.h <<_ACEOF | |
5059 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
5060 _ACEOF | |
5061 | |
5062 fi | |
5063 | |
5064 done | |
5065 | |
5066 | |
1 | 5067 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 |
5068 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } | |
0 | 5069 if test "${ac_cv_c_const+set}" = set; then |
5070 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5071 else | |
5072 cat >conftest.$ac_ext <<_ACEOF | |
5073 /* confdefs.h. */ | |
5074 _ACEOF | |
5075 cat confdefs.h >>conftest.$ac_ext | |
5076 cat >>conftest.$ac_ext <<_ACEOF | |
5077 /* end confdefs.h. */ | |
5078 | |
5079 int | |
5080 main () | |
5081 { | |
5082 /* FIXME: Include the comments suggested by Paul. */ | |
5083 #ifndef __cplusplus | |
5084 /* Ultrix mips cc rejects this. */ | |
5085 typedef int charset[2]; | |
1 | 5086 const charset cs; |
0 | 5087 /* SunOS 4.1.1 cc rejects this. */ |
1 | 5088 char const *const *pcpcc; |
5089 char **ppc; | |
0 | 5090 /* NEC SVR4.0.2 mips cc rejects this. */ |
5091 struct point {int x, y;}; | |
5092 static struct point const zero = {0,0}; | |
5093 /* AIX XL C 1.02.0.0 rejects this. | |
5094 It does not let you subtract one const X* pointer from another in | |
5095 an arm of an if-expression whose if-part is not a constant | |
5096 expression */ | |
5097 const char *g = "string"; | |
1 | 5098 pcpcc = &g + (g ? g-g : 0); |
0 | 5099 /* HPUX 7.0 cc rejects these. */ |
1 | 5100 ++pcpcc; |
5101 ppc = (char**) pcpcc; | |
5102 pcpcc = (char const *const *) ppc; | |
0 | 5103 { /* SCO 3.2v4 cc rejects this. */ |
5104 char *t; | |
5105 char const *s = 0 ? (char *) 0 : (char const *) 0; | |
5106 | |
5107 *t++ = 0; | |
1 | 5108 if (s) return 0; |
0 | 5109 } |
5110 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | |
5111 int x[] = {25, 17}; | |
5112 const int *foo = &x[0]; | |
5113 ++foo; | |
5114 } | |
5115 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ | |
5116 typedef const int *iptr; | |
5117 iptr p = 0; | |
5118 ++p; | |
5119 } | |
5120 { /* AIX XL C 1.02.0.0 rejects this saying | |
5121 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | |
5122 struct s { int j; const int *ap[3]; }; | |
5123 struct s *b; b->j = 5; | |
5124 } | |
5125 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | |
5126 const int foo = 10; | |
1 | 5127 if (!foo) return 0; |
0 | 5128 } |
1 | 5129 return !cs[0] && !zero.x; |
0 | 5130 #endif |
5131 | |
5132 ; | |
5133 return 0; | |
5134 } | |
5135 _ACEOF | |
5136 rm -f conftest.$ac_objext | |
1 | 5137 if { (ac_try="$ac_compile" |
5138 case "(($ac_try" in | |
5139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
5140 *) ac_try_echo=$ac_try;; | |
5141 esac | |
5142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
5143 (eval "$ac_compile") 2>conftest.er1 | |
0 | 5144 ac_status=$? |
5145 grep -v '^ *+' conftest.er1 >conftest.err | |
5146 rm -f conftest.er1 | |
5147 cat conftest.err >&5 | |
5148 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 5149 (exit $ac_status); } && { |
5150 test -z "$ac_c_werror_flag" || | |
5151 test ! -s conftest.err | |
5152 } && test -s conftest.$ac_objext; then | |
0 | 5153 ac_cv_c_const=yes |
5154 else | |
5155 echo "$as_me: failed program was:" >&5 | |
5156 sed 's/^/| /' conftest.$ac_ext >&5 | |
5157 | |
1 | 5158 ac_cv_c_const=no |
5159 fi | |
5160 | |
5161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
5162 fi | |
5163 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 | |
5164 echo "${ECHO_T}$ac_cv_c_const" >&6; } | |
0 | 5165 if test $ac_cv_c_const = no; then |
5166 | |
5167 cat >>confdefs.h <<\_ACEOF | |
5168 #define const | |
5169 _ACEOF | |
5170 | |
5171 fi | |
5172 | |
1 | 5173 { echo "$as_me:$LINENO: checking for pid_t" >&5 |
5174 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; } | |
0 | 5175 if test "${ac_cv_type_pid_t+set}" = set; then |
5176 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5177 else | |
5178 cat >conftest.$ac_ext <<_ACEOF | |
5179 /* confdefs.h. */ | |
5180 _ACEOF | |
5181 cat confdefs.h >>conftest.$ac_ext | |
5182 cat >>conftest.$ac_ext <<_ACEOF | |
5183 /* end confdefs.h. */ | |
5184 $ac_includes_default | |
1 | 5185 typedef pid_t ac__type_new_; |
0 | 5186 int |
5187 main () | |
5188 { | |
1 | 5189 if ((ac__type_new_ *) 0) |
0 | 5190 return 0; |
1 | 5191 if (sizeof (ac__type_new_)) |
0 | 5192 return 0; |
5193 ; | |
5194 return 0; | |
5195 } | |
5196 _ACEOF | |
5197 rm -f conftest.$ac_objext | |
1 | 5198 if { (ac_try="$ac_compile" |
5199 case "(($ac_try" in | |
5200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
5201 *) ac_try_echo=$ac_try;; | |
5202 esac | |
5203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
5204 (eval "$ac_compile") 2>conftest.er1 | |
0 | 5205 ac_status=$? |
5206 grep -v '^ *+' conftest.er1 >conftest.err | |
5207 rm -f conftest.er1 | |
5208 cat conftest.err >&5 | |
5209 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 5210 (exit $ac_status); } && { |
5211 test -z "$ac_c_werror_flag" || | |
5212 test ! -s conftest.err | |
5213 } && test -s conftest.$ac_objext; then | |
0 | 5214 ac_cv_type_pid_t=yes |
5215 else | |
5216 echo "$as_me: failed program was:" >&5 | |
5217 sed 's/^/| /' conftest.$ac_ext >&5 | |
5218 | |
1 | 5219 ac_cv_type_pid_t=no |
5220 fi | |
5221 | |
5222 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
5223 fi | |
5224 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 | |
5225 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; } | |
0 | 5226 if test $ac_cv_type_pid_t = yes; then |
5227 : | |
5228 else | |
5229 | |
5230 cat >>confdefs.h <<_ACEOF | |
5231 #define pid_t int | |
5232 _ACEOF | |
5233 | |
5234 fi | |
5235 | |
1 | 5236 { echo "$as_me:$LINENO: checking for size_t" >&5 |
5237 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } | |
0 | 5238 if test "${ac_cv_type_size_t+set}" = set; then |
5239 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5240 else | |
5241 cat >conftest.$ac_ext <<_ACEOF | |
5242 /* confdefs.h. */ | |
5243 _ACEOF | |
5244 cat confdefs.h >>conftest.$ac_ext | |
5245 cat >>conftest.$ac_ext <<_ACEOF | |
5246 /* end confdefs.h. */ | |
5247 $ac_includes_default | |
1 | 5248 typedef size_t ac__type_new_; |
0 | 5249 int |
5250 main () | |
5251 { | |
1 | 5252 if ((ac__type_new_ *) 0) |
0 | 5253 return 0; |
1 | 5254 if (sizeof (ac__type_new_)) |
0 | 5255 return 0; |
5256 ; | |
5257 return 0; | |
5258 } | |
5259 _ACEOF | |
5260 rm -f conftest.$ac_objext | |
1 | 5261 if { (ac_try="$ac_compile" |
5262 case "(($ac_try" in | |
5263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
5264 *) ac_try_echo=$ac_try;; | |
5265 esac | |
5266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
5267 (eval "$ac_compile") 2>conftest.er1 | |
0 | 5268 ac_status=$? |
5269 grep -v '^ *+' conftest.er1 >conftest.err | |
5270 rm -f conftest.er1 | |
5271 cat conftest.err >&5 | |
5272 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 5273 (exit $ac_status); } && { |
5274 test -z "$ac_c_werror_flag" || | |
5275 test ! -s conftest.err | |
5276 } && test -s conftest.$ac_objext; then | |
0 | 5277 ac_cv_type_size_t=yes |
5278 else | |
5279 echo "$as_me: failed program was:" >&5 | |
5280 sed 's/^/| /' conftest.$ac_ext >&5 | |
5281 | |
1 | 5282 ac_cv_type_size_t=no |
5283 fi | |
5284 | |
5285 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
5286 fi | |
5287 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 | |
5288 echo "${ECHO_T}$ac_cv_type_size_t" >&6; } | |
0 | 5289 if test $ac_cv_type_size_t = yes; then |
5290 : | |
5291 else | |
5292 | |
5293 cat >>confdefs.h <<_ACEOF | |
1 | 5294 #define size_t unsigned int |
5295 _ACEOF | |
5296 | |
5297 fi | |
5298 | |
5299 { echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 | |
5300 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; } | |
0 | 5301 if test "${ac_cv_header_time+set}" = set; then |
5302 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5303 else | |
5304 cat >conftest.$ac_ext <<_ACEOF | |
5305 /* confdefs.h. */ | |
5306 _ACEOF | |
5307 cat confdefs.h >>conftest.$ac_ext | |
5308 cat >>conftest.$ac_ext <<_ACEOF | |
5309 /* end confdefs.h. */ | |
5310 #include <sys/types.h> | |
5311 #include <sys/time.h> | |
5312 #include <time.h> | |
5313 | |
5314 int | |
5315 main () | |
5316 { | |
5317 if ((struct tm *) 0) | |
5318 return 0; | |
5319 ; | |
5320 return 0; | |
5321 } | |
5322 _ACEOF | |
5323 rm -f conftest.$ac_objext | |
1 | 5324 if { (ac_try="$ac_compile" |
5325 case "(($ac_try" in | |
5326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
5327 *) ac_try_echo=$ac_try;; | |
5328 esac | |
5329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
5330 (eval "$ac_compile") 2>conftest.er1 | |
0 | 5331 ac_status=$? |
5332 grep -v '^ *+' conftest.er1 >conftest.err | |
5333 rm -f conftest.er1 | |
5334 cat conftest.err >&5 | |
5335 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 5336 (exit $ac_status); } && { |
5337 test -z "$ac_c_werror_flag" || | |
5338 test ! -s conftest.err | |
5339 } && test -s conftest.$ac_objext; then | |
0 | 5340 ac_cv_header_time=yes |
5341 else | |
5342 echo "$as_me: failed program was:" >&5 | |
5343 sed 's/^/| /' conftest.$ac_ext >&5 | |
5344 | |
1 | 5345 ac_cv_header_time=no |
5346 fi | |
5347 | |
5348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
5349 fi | |
5350 { echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 | |
5351 echo "${ECHO_T}$ac_cv_header_time" >&6; } | |
0 | 5352 if test $ac_cv_header_time = yes; then |
5353 | |
5354 cat >>confdefs.h <<\_ACEOF | |
5355 #define TIME_WITH_SYS_TIME 1 | |
5356 _ACEOF | |
5357 | |
5358 fi | |
5359 | |
1 | 5360 { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 |
5361 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; } | |
0 | 5362 if test "${ac_cv_struct_tm+set}" = set; then |
5363 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5364 else | |
5365 cat >conftest.$ac_ext <<_ACEOF | |
5366 /* confdefs.h. */ | |
5367 _ACEOF | |
5368 cat confdefs.h >>conftest.$ac_ext | |
5369 cat >>conftest.$ac_ext <<_ACEOF | |
5370 /* end confdefs.h. */ | |
5371 #include <sys/types.h> | |
5372 #include <time.h> | |
5373 | |
5374 int | |
5375 main () | |
5376 { | |
1 | 5377 struct tm tm; |
5378 int *p = &tm.tm_sec; | |
5379 return !p; | |
0 | 5380 ; |
5381 return 0; | |
5382 } | |
5383 _ACEOF | |
5384 rm -f conftest.$ac_objext | |
1 | 5385 if { (ac_try="$ac_compile" |
5386 case "(($ac_try" in | |
5387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
5388 *) ac_try_echo=$ac_try;; | |
5389 esac | |
5390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
5391 (eval "$ac_compile") 2>conftest.er1 | |
0 | 5392 ac_status=$? |
5393 grep -v '^ *+' conftest.er1 >conftest.err | |
5394 rm -f conftest.er1 | |
5395 cat conftest.err >&5 | |
5396 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 5397 (exit $ac_status); } && { |
5398 test -z "$ac_c_werror_flag" || | |
5399 test ! -s conftest.err | |
5400 } && test -s conftest.$ac_objext; then | |
0 | 5401 ac_cv_struct_tm=time.h |
5402 else | |
5403 echo "$as_me: failed program was:" >&5 | |
5404 sed 's/^/| /' conftest.$ac_ext >&5 | |
5405 | |
1 | 5406 ac_cv_struct_tm=sys/time.h |
5407 fi | |
5408 | |
5409 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
5410 fi | |
5411 { echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 | |
5412 echo "${ECHO_T}$ac_cv_struct_tm" >&6; } | |
0 | 5413 if test $ac_cv_struct_tm = sys/time.h; then |
5414 | |
5415 cat >>confdefs.h <<\_ACEOF | |
5416 #define TM_IN_SYS_TIME 1 | |
5417 _ACEOF | |
5418 | |
5419 fi | |
5420 | |
5421 | |
1 | 5422 { echo "$as_me:$LINENO: checking for working POSIX fnmatch" >&5 |
5423 echo $ECHO_N "checking for working POSIX fnmatch... $ECHO_C" >&6; } | |
0 | 5424 if test "${ac_cv_func_fnmatch_works+set}" = set; then |
5425 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5426 else | |
5427 # Some versions of Solaris, SCO, and the GNU C Library | |
5428 # have a broken or incompatible fnmatch. | |
5429 # So we run a test program. If we are cross-compiling, take no chance. | |
5430 # Thanks to John Oleynick, Franc,ois Pinard, and Paul Eggert for this test. | |
5431 if test "$cross_compiling" = yes; then | |
5432 ac_cv_func_fnmatch_works=cross | |
5433 else | |
5434 cat >conftest.$ac_ext <<_ACEOF | |
5435 /* confdefs.h. */ | |
5436 _ACEOF | |
5437 cat confdefs.h >>conftest.$ac_ext | |
5438 cat >>conftest.$ac_ext <<_ACEOF | |
5439 /* end confdefs.h. */ | |
5440 #include <fnmatch.h> | |
5441 # define y(a, b, c) (fnmatch (a, b, c) == 0) | |
5442 # define n(a, b, c) (fnmatch (a, b, c) == FNM_NOMATCH) | |
5443 | |
5444 int | |
5445 main () | |
5446 { | |
1 | 5447 return |
0 | 5448 (!(y ("a*", "abc", 0) |
5449 && n ("d*/*1", "d/s/1", FNM_PATHNAME) | |
5450 && y ("a\\\\bc", "abc", 0) | |
5451 && n ("a\\\\bc", "abc", FNM_NOESCAPE) | |
5452 && y ("*x", ".x", 0) | |
5453 && n ("*x", ".x", FNM_PERIOD) | |
5454 && 1)); | |
5455 ; | |
5456 return 0; | |
5457 } | |
5458 _ACEOF | |
5459 rm -f conftest$ac_exeext | |
1 | 5460 if { (ac_try="$ac_link" |
5461 case "(($ac_try" in | |
5462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
5463 *) ac_try_echo=$ac_try;; | |
5464 esac | |
5465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
5466 (eval "$ac_link") 2>&5 | |
0 | 5467 ac_status=$? |
5468 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
5469 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
1 | 5470 { (case "(($ac_try" in |
5471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
5472 *) ac_try_echo=$ac_try;; | |
5473 esac | |
5474 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
5475 (eval "$ac_try") 2>&5 | |
0 | 5476 ac_status=$? |
5477 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
5478 (exit $ac_status); }; }; then | |
5479 ac_cv_func_fnmatch_works=yes | |
5480 else | |
5481 echo "$as_me: program exited with status $ac_status" >&5 | |
5482 echo "$as_me: failed program was:" >&5 | |
5483 sed 's/^/| /' conftest.$ac_ext >&5 | |
5484 | |
5485 ( exit $ac_status ) | |
5486 ac_cv_func_fnmatch_works=no | |
5487 fi | |
1 | 5488 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
5489 fi | |
5490 | |
5491 | |
5492 fi | |
5493 { echo "$as_me:$LINENO: result: $ac_cv_func_fnmatch_works" >&5 | |
5494 echo "${ECHO_T}$ac_cv_func_fnmatch_works" >&6; } | |
0 | 5495 if test $ac_cv_func_fnmatch_works = yes; then |
5496 | |
5497 cat >>confdefs.h <<\_ACEOF | |
5498 #define HAVE_FNMATCH 1 | |
5499 _ACEOF | |
5500 | |
5501 fi | |
5502 | |
5503 | |
5504 | |
1 | 5505 { echo "$as_me:$LINENO: checking return type of signal handlers" >&5 |
5506 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; } | |
0 | 5507 if test "${ac_cv_type_signal+set}" = set; then |
5508 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5509 else | |
5510 cat >conftest.$ac_ext <<_ACEOF | |
5511 /* confdefs.h. */ | |
5512 _ACEOF | |
5513 cat confdefs.h >>conftest.$ac_ext | |
5514 cat >>conftest.$ac_ext <<_ACEOF | |
5515 /* end confdefs.h. */ | |
5516 #include <sys/types.h> | |
5517 #include <signal.h> | |
5518 | |
5519 int | |
5520 main () | |
5521 { | |
1 | 5522 return *(signal (0, 0)) (0) == 1; |
0 | 5523 ; |
5524 return 0; | |
5525 } | |
5526 _ACEOF | |
5527 rm -f conftest.$ac_objext | |
1 | 5528 if { (ac_try="$ac_compile" |
5529 case "(($ac_try" in | |
5530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
5531 *) ac_try_echo=$ac_try;; | |
5532 esac | |
5533 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
5534 (eval "$ac_compile") 2>conftest.er1 | |
0 | 5535 ac_status=$? |
5536 grep -v '^ *+' conftest.er1 >conftest.err | |
5537 rm -f conftest.er1 | |
5538 cat conftest.err >&5 | |
5539 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 5540 (exit $ac_status); } && { |
5541 test -z "$ac_c_werror_flag" || | |
5542 test ! -s conftest.err | |
5543 } && test -s conftest.$ac_objext; then | |
5544 ac_cv_type_signal=int | |
0 | 5545 else |
5546 echo "$as_me: failed program was:" >&5 | |
5547 sed 's/^/| /' conftest.$ac_ext >&5 | |
5548 | |
1 | 5549 ac_cv_type_signal=void |
5550 fi | |
5551 | |
5552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
5553 fi | |
5554 { echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 | |
5555 echo "${ECHO_T}$ac_cv_type_signal" >&6; } | |
0 | 5556 |
5557 cat >>confdefs.h <<_ACEOF | |
5558 #define RETSIGTYPE $ac_cv_type_signal | |
5559 _ACEOF | |
5560 | |
5561 | |
5562 | |
5563 for ac_func in strftime | |
5564 do | |
5565 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
1 | 5566 { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
5567 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | |
5568 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | |
0 | 5569 echo $ECHO_N "(cached) $ECHO_C" >&6 |
5570 else | |
5571 cat >conftest.$ac_ext <<_ACEOF | |
5572 /* confdefs.h. */ | |
5573 _ACEOF | |
5574 cat confdefs.h >>conftest.$ac_ext | |
5575 cat >>conftest.$ac_ext <<_ACEOF | |
5576 /* end confdefs.h. */ | |
5577 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | |
5578 For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
5579 #define $ac_func innocuous_$ac_func | |
5580 | |
5581 /* System header to define __stub macros and hopefully few prototypes, | |
5582 which can conflict with char $ac_func (); below. | |
5583 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
5584 <limits.h> exists even on freestanding compilers. */ | |
5585 | |
5586 #ifdef __STDC__ | |
5587 # include <limits.h> | |
5588 #else | |
5589 # include <assert.h> | |
5590 #endif | |
5591 | |
5592 #undef $ac_func | |
5593 | |
1 | 5594 /* Override any GCC internal prototype to avoid an error. |
5595 Use char because int might match the return type of a GCC | |
5596 builtin and then its argument prototype would still apply. */ | |
0 | 5597 #ifdef __cplusplus |
5598 extern "C" | |
5599 #endif | |
5600 char $ac_func (); | |
5601 /* The GNU C library defines this for functions which it implements | |
5602 to always fail with ENOSYS. Some functions are actually named | |
5603 something starting with __ and the normal name is an alias. */ | |
1 | 5604 #if defined __stub_$ac_func || defined __stub___$ac_func |
0 | 5605 choke me |
5606 #endif | |
5607 | |
5608 int | |
5609 main () | |
5610 { | |
1 | 5611 return $ac_func (); |
0 | 5612 ; |
5613 return 0; | |
5614 } | |
5615 _ACEOF | |
5616 rm -f conftest.$ac_objext conftest$ac_exeext | |
1 | 5617 if { (ac_try="$ac_link" |
5618 case "(($ac_try" in | |
5619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
5620 *) ac_try_echo=$ac_try;; | |
5621 esac | |
5622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
5623 (eval "$ac_link") 2>conftest.er1 | |
0 | 5624 ac_status=$? |
5625 grep -v '^ *+' conftest.er1 >conftest.err | |
5626 rm -f conftest.er1 | |
5627 cat conftest.err >&5 | |
5628 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 5629 (exit $ac_status); } && { |
5630 test -z "$ac_c_werror_flag" || | |
5631 test ! -s conftest.err | |
5632 } && test -s conftest$ac_exeext && | |
5633 $as_test_x conftest$ac_exeext; then | |
0 | 5634 eval "$as_ac_var=yes" |
5635 else | |
5636 echo "$as_me: failed program was:" >&5 | |
5637 sed 's/^/| /' conftest.$ac_ext >&5 | |
5638 | |
1 | 5639 eval "$as_ac_var=no" |
5640 fi | |
5641 | |
5642 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | |
0 | 5643 conftest$ac_exeext conftest.$ac_ext |
5644 fi | |
1 | 5645 ac_res=`eval echo '${'$as_ac_var'}'` |
5646 { echo "$as_me:$LINENO: result: $ac_res" >&5 | |
5647 echo "${ECHO_T}$ac_res" >&6; } | |
0 | 5648 if test `eval echo '${'$as_ac_var'}'` = yes; then |
5649 cat >>confdefs.h <<_ACEOF | |
5650 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
5651 _ACEOF | |
5652 | |
5653 else | |
5654 # strftime is in -lintl on SCO UNIX. | |
1 | 5655 { echo "$as_me:$LINENO: checking for strftime in -lintl" >&5 |
5656 echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6; } | |
0 | 5657 if test "${ac_cv_lib_intl_strftime+set}" = set; then |
5658 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5659 else | |
5660 ac_check_lib_save_LIBS=$LIBS | |
5661 LIBS="-lintl $LIBS" | |
5662 cat >conftest.$ac_ext <<_ACEOF | |
5663 /* confdefs.h. */ | |
5664 _ACEOF | |
5665 cat confdefs.h >>conftest.$ac_ext | |
5666 cat >>conftest.$ac_ext <<_ACEOF | |
5667 /* end confdefs.h. */ | |
5668 | |
1 | 5669 /* Override any GCC internal prototype to avoid an error. |
5670 Use char because int might match the return type of a GCC | |
5671 builtin and then its argument prototype would still apply. */ | |
0 | 5672 #ifdef __cplusplus |
5673 extern "C" | |
5674 #endif | |
5675 char strftime (); | |
5676 int | |
5677 main () | |
5678 { | |
1 | 5679 return strftime (); |
0 | 5680 ; |
5681 return 0; | |
5682 } | |
5683 _ACEOF | |
5684 rm -f conftest.$ac_objext conftest$ac_exeext | |
1 | 5685 if { (ac_try="$ac_link" |
5686 case "(($ac_try" in | |
5687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
5688 *) ac_try_echo=$ac_try;; | |
5689 esac | |
5690 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
5691 (eval "$ac_link") 2>conftest.er1 | |
0 | 5692 ac_status=$? |
5693 grep -v '^ *+' conftest.er1 >conftest.err | |
5694 rm -f conftest.er1 | |
5695 cat conftest.err >&5 | |
5696 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 5697 (exit $ac_status); } && { |
5698 test -z "$ac_c_werror_flag" || | |
5699 test ! -s conftest.err | |
5700 } && test -s conftest$ac_exeext && | |
5701 $as_test_x conftest$ac_exeext; then | |
0 | 5702 ac_cv_lib_intl_strftime=yes |
5703 else | |
5704 echo "$as_me: failed program was:" >&5 | |
5705 sed 's/^/| /' conftest.$ac_ext >&5 | |
5706 | |
1 | 5707 ac_cv_lib_intl_strftime=no |
5708 fi | |
5709 | |
5710 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | |
0 | 5711 conftest$ac_exeext conftest.$ac_ext |
5712 LIBS=$ac_check_lib_save_LIBS | |
5713 fi | |
1 | 5714 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 |
5715 echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; } | |
0 | 5716 if test $ac_cv_lib_intl_strftime = yes; then |
5717 cat >>confdefs.h <<\_ACEOF | |
5718 #define HAVE_STRFTIME 1 | |
5719 _ACEOF | |
5720 | |
5721 LIBS="-lintl $LIBS" | |
5722 fi | |
5723 | |
5724 fi | |
5725 done | |
5726 | |
5727 | |
5728 for ac_func in vprintf | |
5729 do | |
5730 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
1 | 5731 { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
5732 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | |
5733 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | |
0 | 5734 echo $ECHO_N "(cached) $ECHO_C" >&6 |
5735 else | |
5736 cat >conftest.$ac_ext <<_ACEOF | |
5737 /* confdefs.h. */ | |
5738 _ACEOF | |
5739 cat confdefs.h >>conftest.$ac_ext | |
5740 cat >>conftest.$ac_ext <<_ACEOF | |
5741 /* end confdefs.h. */ | |
5742 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | |
5743 For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
5744 #define $ac_func innocuous_$ac_func | |
5745 | |
5746 /* System header to define __stub macros and hopefully few prototypes, | |
5747 which can conflict with char $ac_func (); below. | |
5748 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
5749 <limits.h> exists even on freestanding compilers. */ | |
5750 | |
5751 #ifdef __STDC__ | |
5752 # include <limits.h> | |
5753 #else | |
5754 # include <assert.h> | |
5755 #endif | |
5756 | |
5757 #undef $ac_func | |
5758 | |
1 | 5759 /* Override any GCC internal prototype to avoid an error. |
5760 Use char because int might match the return type of a GCC | |
5761 builtin and then its argument prototype would still apply. */ | |
0 | 5762 #ifdef __cplusplus |
5763 extern "C" | |
5764 #endif | |
5765 char $ac_func (); | |
5766 /* The GNU C library defines this for functions which it implements | |
5767 to always fail with ENOSYS. Some functions are actually named | |
5768 something starting with __ and the normal name is an alias. */ | |
1 | 5769 #if defined __stub_$ac_func || defined __stub___$ac_func |
0 | 5770 choke me |
5771 #endif | |
5772 | |
5773 int | |
5774 main () | |
5775 { | |
1 | 5776 return $ac_func (); |
0 | 5777 ; |
5778 return 0; | |
5779 } | |
5780 _ACEOF | |
5781 rm -f conftest.$ac_objext conftest$ac_exeext | |
1 | 5782 if { (ac_try="$ac_link" |
5783 case "(($ac_try" in | |
5784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
5785 *) ac_try_echo=$ac_try;; | |
5786 esac | |
5787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
5788 (eval "$ac_link") 2>conftest.er1 | |
0 | 5789 ac_status=$? |
5790 grep -v '^ *+' conftest.er1 >conftest.err | |
5791 rm -f conftest.er1 | |
5792 cat conftest.err >&5 | |
5793 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 5794 (exit $ac_status); } && { |
5795 test -z "$ac_c_werror_flag" || | |
5796 test ! -s conftest.err | |
5797 } && test -s conftest$ac_exeext && | |
5798 $as_test_x conftest$ac_exeext; then | |
0 | 5799 eval "$as_ac_var=yes" |
5800 else | |
5801 echo "$as_me: failed program was:" >&5 | |
5802 sed 's/^/| /' conftest.$ac_ext >&5 | |
5803 | |
1 | 5804 eval "$as_ac_var=no" |
5805 fi | |
5806 | |
5807 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | |
0 | 5808 conftest$ac_exeext conftest.$ac_ext |
5809 fi | |
1 | 5810 ac_res=`eval echo '${'$as_ac_var'}'` |
5811 { echo "$as_me:$LINENO: result: $ac_res" >&5 | |
5812 echo "${ECHO_T}$ac_res" >&6; } | |
0 | 5813 if test `eval echo '${'$as_ac_var'}'` = yes; then |
5814 cat >>confdefs.h <<_ACEOF | |
5815 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
5816 _ACEOF | |
5817 | |
1 | 5818 { echo "$as_me:$LINENO: checking for _doprnt" >&5 |
5819 echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6; } | |
0 | 5820 if test "${ac_cv_func__doprnt+set}" = set; then |
5821 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5822 else | |
5823 cat >conftest.$ac_ext <<_ACEOF | |
5824 /* confdefs.h. */ | |
5825 _ACEOF | |
5826 cat confdefs.h >>conftest.$ac_ext | |
5827 cat >>conftest.$ac_ext <<_ACEOF | |
5828 /* end confdefs.h. */ | |
5829 /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt. | |
5830 For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
5831 #define _doprnt innocuous__doprnt | |
5832 | |
5833 /* System header to define __stub macros and hopefully few prototypes, | |
5834 which can conflict with char _doprnt (); below. | |
5835 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
5836 <limits.h> exists even on freestanding compilers. */ | |
5837 | |
5838 #ifdef __STDC__ | |
5839 # include <limits.h> | |
5840 #else | |
5841 # include <assert.h> | |
5842 #endif | |
5843 | |
5844 #undef _doprnt | |
5845 | |
1 | 5846 /* Override any GCC internal prototype to avoid an error. |
5847 Use char because int might match the return type of a GCC | |
5848 builtin and then its argument prototype would still apply. */ | |
0 | 5849 #ifdef __cplusplus |
5850 extern "C" | |
5851 #endif | |
5852 char _doprnt (); | |
5853 /* The GNU C library defines this for functions which it implements | |
5854 to always fail with ENOSYS. Some functions are actually named | |
5855 something starting with __ and the normal name is an alias. */ | |
1 | 5856 #if defined __stub__doprnt || defined __stub____doprnt |
0 | 5857 choke me |
5858 #endif | |
5859 | |
5860 int | |
5861 main () | |
5862 { | |
1 | 5863 return _doprnt (); |
0 | 5864 ; |
5865 return 0; | |
5866 } | |
5867 _ACEOF | |
5868 rm -f conftest.$ac_objext conftest$ac_exeext | |
1 | 5869 if { (ac_try="$ac_link" |
5870 case "(($ac_try" in | |
5871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
5872 *) ac_try_echo=$ac_try;; | |
5873 esac | |
5874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
5875 (eval "$ac_link") 2>conftest.er1 | |
0 | 5876 ac_status=$? |
5877 grep -v '^ *+' conftest.er1 >conftest.err | |
5878 rm -f conftest.er1 | |
5879 cat conftest.err >&5 | |
5880 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 5881 (exit $ac_status); } && { |
5882 test -z "$ac_c_werror_flag" || | |
5883 test ! -s conftest.err | |
5884 } && test -s conftest$ac_exeext && | |
5885 $as_test_x conftest$ac_exeext; then | |
0 | 5886 ac_cv_func__doprnt=yes |
5887 else | |
5888 echo "$as_me: failed program was:" >&5 | |
5889 sed 's/^/| /' conftest.$ac_ext >&5 | |
5890 | |
1 | 5891 ac_cv_func__doprnt=no |
5892 fi | |
5893 | |
5894 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | |
0 | 5895 conftest$ac_exeext conftest.$ac_ext |
5896 fi | |
1 | 5897 { echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 |
5898 echo "${ECHO_T}$ac_cv_func__doprnt" >&6; } | |
0 | 5899 if test $ac_cv_func__doprnt = yes; then |
5900 | |
5901 cat >>confdefs.h <<\_ACEOF | |
5902 #define HAVE_DOPRNT 1 | |
5903 _ACEOF | |
5904 | |
5905 fi | |
5906 | |
5907 fi | |
5908 done | |
5909 | |
5910 | |
5911 | |
5912 | |
5913 | |
5914 | |
5915 for ac_func in select socket strerror strstr | |
5916 do | |
5917 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
1 | 5918 { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
5919 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } | |
5920 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then | |
0 | 5921 echo $ECHO_N "(cached) $ECHO_C" >&6 |
5922 else | |
5923 cat >conftest.$ac_ext <<_ACEOF | |
5924 /* confdefs.h. */ | |
5925 _ACEOF | |
5926 cat confdefs.h >>conftest.$ac_ext | |
5927 cat >>conftest.$ac_ext <<_ACEOF | |
5928 /* end confdefs.h. */ | |
5929 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | |
5930 For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
5931 #define $ac_func innocuous_$ac_func | |
5932 | |
5933 /* System header to define __stub macros and hopefully few prototypes, | |
5934 which can conflict with char $ac_func (); below. | |
5935 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
5936 <limits.h> exists even on freestanding compilers. */ | |
5937 | |
5938 #ifdef __STDC__ | |
5939 # include <limits.h> | |
5940 #else | |
5941 # include <assert.h> | |
5942 #endif | |
5943 | |
5944 #undef $ac_func | |
5945 | |
1 | 5946 /* Override any GCC internal prototype to avoid an error. |
5947 Use char because int might match the return type of a GCC | |
5948 builtin and then its argument prototype would still apply. */ | |
0 | 5949 #ifdef __cplusplus |
5950 extern "C" | |
5951 #endif | |
5952 char $ac_func (); | |
5953 /* The GNU C library defines this for functions which it implements | |
5954 to always fail with ENOSYS. Some functions are actually named | |
5955 something starting with __ and the normal name is an alias. */ | |
1 | 5956 #if defined __stub_$ac_func || defined __stub___$ac_func |
0 | 5957 choke me |
5958 #endif | |
5959 | |
5960 int | |
5961 main () | |
5962 { | |
1 | 5963 return $ac_func (); |
0 | 5964 ; |
5965 return 0; | |
5966 } | |
5967 _ACEOF | |
5968 rm -f conftest.$ac_objext conftest$ac_exeext | |
1 | 5969 if { (ac_try="$ac_link" |
5970 case "(($ac_try" in | |
5971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
5972 *) ac_try_echo=$ac_try;; | |
5973 esac | |
5974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
5975 (eval "$ac_link") 2>conftest.er1 | |
0 | 5976 ac_status=$? |
5977 grep -v '^ *+' conftest.er1 >conftest.err | |
5978 rm -f conftest.er1 | |
5979 cat conftest.err >&5 | |
5980 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 5981 (exit $ac_status); } && { |
5982 test -z "$ac_c_werror_flag" || | |
5983 test ! -s conftest.err | |
5984 } && test -s conftest$ac_exeext && | |
5985 $as_test_x conftest$ac_exeext; then | |
0 | 5986 eval "$as_ac_var=yes" |
5987 else | |
5988 echo "$as_me: failed program was:" >&5 | |
5989 sed 's/^/| /' conftest.$ac_ext >&5 | |
5990 | |
1 | 5991 eval "$as_ac_var=no" |
5992 fi | |
5993 | |
5994 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | |
0 | 5995 conftest$ac_exeext conftest.$ac_ext |
5996 fi | |
1 | 5997 ac_res=`eval echo '${'$as_ac_var'}'` |
5998 { echo "$as_me:$LINENO: result: $ac_res" >&5 | |
5999 echo "${ECHO_T}$ac_res" >&6; } | |
0 | 6000 if test `eval echo '${'$as_ac_var'}'` = yes; then |
6001 cat >>confdefs.h <<_ACEOF | |
6002 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
6003 _ACEOF | |
6004 | |
6005 fi | |
6006 done | |
6007 | |
6008 | |
6009 | |
1 | 6010 # Check whether --with-user was given. |
0 | 6011 if test "${with_user+set}" = set; then |
1 | 6012 withval=$with_user; |
6013 fi | |
6014 | |
0 | 6015 if test "x$with_user" = 'x'; then |
6016 with_user='mail' | |
6017 fi | |
6018 | |
6019 | |
1 | 6020 # Check whether --with-group was given. |
0 | 6021 if test "${with_group+set}" = set; then |
1 | 6022 withval=$with_group; |
6023 fi | |
6024 | |
0 | 6025 if test "x$with_group" = 'x'; then |
6026 with_group='trusted' | |
6027 fi | |
6028 | |
1 | 6029 # Check whether --enable-debug was given. |
0 | 6030 if test "${enable_debug+set}" = set; then |
1 | 6031 enableval=$enable_debug; if test "x$enable_debug" != 'xno'; then |
0 | 6032 debug_enabled='yes' |
6033 fi | |
6034 else | |
6035 debug_enabled='yes' | |
6036 | |
1 | 6037 fi |
6038 | |
0 | 6039 if test "x$debug_enabled" = xyes; then |
6040 | |
6041 cat >>confdefs.h <<\_ACEOF | |
6042 #define ENABLE_DEBUG 1 | |
6043 _ACEOF | |
6044 | |
6045 fi | |
6046 | |
6047 | |
6048 cat >>confdefs.h <<_ACEOF | |
6049 #define DEF_MAIL_USER "${with_user}" | |
6050 _ACEOF | |
6051 | |
6052 | |
6053 | |
6054 cat >>confdefs.h <<_ACEOF | |
6055 #define DEF_MAIL_GROUP "${with_group}" | |
6056 _ACEOF | |
6057 | |
6058 | |
6059 | |
6060 | |
1 | 6061 # Check whether --with-glib_static was given. |
0 | 6062 if test "${with_glib_static+set}" = set; then |
1 | 6063 withval=$with_glib_static; |
6064 fi | |
6065 | |
0 | 6066 if test "x$with_glib_static" != 'x'; then |
6067 GLIB_LIBS=$with_glib_static | |
6068 | |
6069 fi | |
6070 | |
6071 MD5_LIBS='' | |
6072 BASE64_LIBS='' | |
6073 | |
1 | 6074 # Check whether --enable-smtp_server was given. |
0 | 6075 if test "${enable_smtp_server+set}" = set; then |
1 | 6076 enableval=$enable_smtp_server; if test "x$enable_smtp_server" != 'xno'; then |
0 | 6077 smtp_server_enabled='yes' |
6078 fi | |
6079 else | |
6080 smtp_server_enabled='yes' | |
6081 | |
1 | 6082 fi |
6083 | |
0 | 6084 if test "x$smtp_server_enabled" = xyes; then |
6085 | |
6086 cat >>confdefs.h <<\_ACEOF | |
6087 #define ENABLE_SMTP_SERVER 1 | |
6088 _ACEOF | |
6089 | |
6090 fi | |
6091 | |
1 | 6092 # Check whether --enable-pop3 was given. |
0 | 6093 if test "${enable_pop3+set}" = set; then |
1 | 6094 enableval=$enable_pop3; if test "x$enable_pop3" != 'xno'; then |
0 | 6095 pop3_enabled='yes' |
6096 fi | |
6097 else | |
6098 pop3_enabled='yes' | |
6099 | |
1 | 6100 fi |
6101 | |
0 | 6102 if test "x$pop3_enabled" = xyes; then |
6103 | |
6104 cat >>confdefs.h <<\_ACEOF | |
6105 #define ENABLE_POP3 1 | |
6106 _ACEOF | |
6107 | |
6108 # MD5_LIBS='md5/libmd5c.a' | |
6109 need_md5='yes' | |
6110 fi | |
6111 | |
1 | 6112 # Check whether --enable-auth was given. |
0 | 6113 if test "${enable_auth+set}" = set; then |
1 | 6114 enableval=$enable_auth; if test "x$enable_auth" != 'xno'; then |
0 | 6115 auth_enabled='yes' |
6116 fi | |
1 | 6117 fi |
6118 | |
0 | 6119 if test "x$auth_enabled" = xyes; then |
6120 | |
6121 cat >>confdefs.h <<\_ACEOF | |
6122 #define ENABLE_AUTH 1 | |
6123 _ACEOF | |
6124 | |
6125 BASE64_LIBS='base64/libbase64.a' | |
6126 # MD5_LIBS='md5/libmd5c.a' | |
6127 need_md5='yes' | |
6128 fi | |
6129 | |
6130 | |
1 | 6131 # Check whether --enable-maildir was given. |
0 | 6132 if test "${enable_maildir+set}" = set; then |
1 | 6133 enableval=$enable_maildir; if test "x$enable_maildir" != 'xno'; then |
0 | 6134 maildir_enabled='yes' |
6135 fi | |
1 | 6136 fi |
6137 | |
0 | 6138 if test "x$maildir_enabled" = xyes; then |
6139 | |
6140 cat >>confdefs.h <<\_ACEOF | |
6141 #define ENABLE_MAILDIR 1 | |
6142 _ACEOF | |
6143 | |
6144 fi | |
6145 | |
6146 | |
1 | 6147 # Check whether --with-libcrypto was given. |
0 | 6148 if test "${with_libcrypto+set}" = set; then |
1 | 6149 withval=$with_libcrypto; |
6150 fi | |
6151 | |
0 | 6152 if test "x$with_libcrypto" != 'xyes'; then |
6153 with_libcrypto='no' | |
6154 fi | |
6155 | |
6156 if test "x$need_md5" = 'xyes'; then | |
6157 if test "x$with_libcrypto" = "xyes"; then | |
1 | 6158 { echo "$as_me:$LINENO: checking for MD5 in -lcrypto" >&5 |
6159 echo $ECHO_N "checking for MD5 in -lcrypto... $ECHO_C" >&6; } | |
0 | 6160 if test "${ac_cv_lib_crypto_MD5+set}" = set; then |
6161 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6162 else | |
6163 ac_check_lib_save_LIBS=$LIBS | |
6164 LIBS="-lcrypto $LIBS" | |
6165 cat >conftest.$ac_ext <<_ACEOF | |
6166 /* confdefs.h. */ | |
6167 _ACEOF | |
6168 cat confdefs.h >>conftest.$ac_ext | |
6169 cat >>conftest.$ac_ext <<_ACEOF | |
6170 /* end confdefs.h. */ | |
6171 | |
1 | 6172 /* Override any GCC internal prototype to avoid an error. |
6173 Use char because int might match the return type of a GCC | |
6174 builtin and then its argument prototype would still apply. */ | |
0 | 6175 #ifdef __cplusplus |
6176 extern "C" | |
6177 #endif | |
6178 char MD5 (); | |
6179 int | |
6180 main () | |
6181 { | |
1 | 6182 return MD5 (); |
0 | 6183 ; |
6184 return 0; | |
6185 } | |
6186 _ACEOF | |
6187 rm -f conftest.$ac_objext conftest$ac_exeext | |
1 | 6188 if { (ac_try="$ac_link" |
6189 case "(($ac_try" in | |
6190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
6191 *) ac_try_echo=$ac_try;; | |
6192 esac | |
6193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
6194 (eval "$ac_link") 2>conftest.er1 | |
0 | 6195 ac_status=$? |
6196 grep -v '^ *+' conftest.er1 >conftest.err | |
6197 rm -f conftest.er1 | |
6198 cat conftest.err >&5 | |
6199 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 6200 (exit $ac_status); } && { |
6201 test -z "$ac_c_werror_flag" || | |
6202 test ! -s conftest.err | |
6203 } && test -s conftest$ac_exeext && | |
6204 $as_test_x conftest$ac_exeext; then | |
0 | 6205 ac_cv_lib_crypto_MD5=yes |
6206 else | |
6207 echo "$as_me: failed program was:" >&5 | |
6208 sed 's/^/| /' conftest.$ac_ext >&5 | |
6209 | |
1 | 6210 ac_cv_lib_crypto_MD5=no |
6211 fi | |
6212 | |
6213 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | |
0 | 6214 conftest$ac_exeext conftest.$ac_ext |
6215 LIBS=$ac_check_lib_save_LIBS | |
6216 fi | |
1 | 6217 { echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_MD5" >&5 |
6218 echo "${ECHO_T}$ac_cv_lib_crypto_MD5" >&6; } | |
0 | 6219 if test $ac_cv_lib_crypto_MD5 = yes; then |
6220 has_crypto='yes' | |
6221 else | |
6222 { { echo "$as_me:$LINENO: error: 'no libcrypto'" >&5 | |
6223 echo "$as_me: error: 'no libcrypto'" >&2;} | |
6224 { (exit 1); exit 1; }; } | |
6225 fi | |
6226 | |
6227 if test "x$has_crypto" = 'xyes'; then | |
6228 | |
6229 cat >>confdefs.h <<\_ACEOF | |
6230 #define USE_LIB_CRYPTO 1 | |
6231 _ACEOF | |
6232 | |
6233 MD5_LIBS='-lcrypto' | |
6234 fi | |
6235 else | |
6236 MD5_LIBS='md5/libmd5c.a' | |
6237 fi | |
6238 fi | |
6239 | |
6240 | |
6241 IDENT_LIBS='' | |
1 | 6242 # Check whether --enable-ident was given. |
0 | 6243 if test "${enable_ident+set}" = set; then |
1 | 6244 enableval=$enable_ident; if test "x$enable_ident" != 'xno'; then |
0 | 6245 ident_enabled='yes' |
6246 fi | |
1 | 6247 fi |
6248 | |
0 | 6249 |
6250 if test "x$ident_enabled" = xyes; then | |
6251 | |
6252 cat >>confdefs.h <<\_ACEOF | |
6253 #define ENABLE_IDENT 1 | |
6254 _ACEOF | |
6255 | |
1 | 6256 { echo "$as_me:$LINENO: checking for ident_id in -lident" >&5 |
6257 echo $ECHO_N "checking for ident_id in -lident... $ECHO_C" >&6; } | |
0 | 6258 if test "${ac_cv_lib_ident_ident_id+set}" = set; then |
6259 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6260 else | |
6261 ac_check_lib_save_LIBS=$LIBS | |
6262 LIBS="-lident $LIBS" | |
6263 cat >conftest.$ac_ext <<_ACEOF | |
6264 /* confdefs.h. */ | |
6265 _ACEOF | |
6266 cat confdefs.h >>conftest.$ac_ext | |
6267 cat >>conftest.$ac_ext <<_ACEOF | |
6268 /* end confdefs.h. */ | |
6269 | |
1 | 6270 /* Override any GCC internal prototype to avoid an error. |
6271 Use char because int might match the return type of a GCC | |
6272 builtin and then its argument prototype would still apply. */ | |
0 | 6273 #ifdef __cplusplus |
6274 extern "C" | |
6275 #endif | |
6276 char ident_id (); | |
6277 int | |
6278 main () | |
6279 { | |
1 | 6280 return ident_id (); |
0 | 6281 ; |
6282 return 0; | |
6283 } | |
6284 _ACEOF | |
6285 rm -f conftest.$ac_objext conftest$ac_exeext | |
1 | 6286 if { (ac_try="$ac_link" |
6287 case "(($ac_try" in | |
6288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
6289 *) ac_try_echo=$ac_try;; | |
6290 esac | |
6291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
6292 (eval "$ac_link") 2>conftest.er1 | |
0 | 6293 ac_status=$? |
6294 grep -v '^ *+' conftest.er1 >conftest.err | |
6295 rm -f conftest.er1 | |
6296 cat conftest.err >&5 | |
6297 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 6298 (exit $ac_status); } && { |
6299 test -z "$ac_c_werror_flag" || | |
6300 test ! -s conftest.err | |
6301 } && test -s conftest$ac_exeext && | |
6302 $as_test_x conftest$ac_exeext; then | |
0 | 6303 ac_cv_lib_ident_ident_id=yes |
6304 else | |
6305 echo "$as_me: failed program was:" >&5 | |
6306 sed 's/^/| /' conftest.$ac_ext >&5 | |
6307 | |
1 | 6308 ac_cv_lib_ident_ident_id=no |
6309 fi | |
6310 | |
6311 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | |
0 | 6312 conftest$ac_exeext conftest.$ac_ext |
6313 LIBS=$ac_check_lib_save_LIBS | |
6314 fi | |
1 | 6315 { echo "$as_me:$LINENO: result: $ac_cv_lib_ident_ident_id" >&5 |
6316 echo "${ECHO_T}$ac_cv_lib_ident_ident_id" >&6; } | |
0 | 6317 if test $ac_cv_lib_ident_ident_id = yes; then |
6318 IDENT_LIBS='-lident' | |
6319 else | |
6320 IDENT_LIBS='libident/libident.a' | |
6321 fi | |
6322 | |
6323 fi | |
6324 | |
6325 | |
1 | 6326 # Check whether --enable-mserver was given. |
0 | 6327 if test "${enable_mserver+set}" = set; then |
1 | 6328 enableval=$enable_mserver; if test "x$enable_mserver" != 'xno'; then |
0 | 6329 mserver_enabled='yes' |
6330 fi | |
1 | 6331 fi |
6332 | |
0 | 6333 if test "x$mserver_enabled" = xyes; then |
6334 | |
6335 cat >>confdefs.h <<\_ACEOF | |
6336 #define ENABLE_MSERVER 1 | |
6337 _ACEOF | |
6338 | |
6339 fi | |
6340 | |
6341 | |
1 | 6342 # Check whether --with-liblockfile was given. |
0 | 6343 if test "${with_liblockfile+set}" = set; then |
1 | 6344 withval=$with_liblockfile; |
6345 fi | |
6346 | |
0 | 6347 if test "x$with_liblockfile" != 'x'; then |
6348 with_liblockfile='yes' | |
6349 fi | |
6350 if test "x$with_liblockfile" = xyes; then | |
1 | 6351 { echo "$as_me:$LINENO: checking for maillock in -llockfile" >&5 |
6352 echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6; } | |
0 | 6353 if test "${ac_cv_lib_lockfile_maillock+set}" = set; then |
6354 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6355 else | |
6356 ac_check_lib_save_LIBS=$LIBS | |
6357 LIBS="-llockfile $LIBS" | |
6358 cat >conftest.$ac_ext <<_ACEOF | |
6359 /* confdefs.h. */ | |
6360 _ACEOF | |
6361 cat confdefs.h >>conftest.$ac_ext | |
6362 cat >>conftest.$ac_ext <<_ACEOF | |
6363 /* end confdefs.h. */ | |
6364 | |
1 | 6365 /* Override any GCC internal prototype to avoid an error. |
6366 Use char because int might match the return type of a GCC | |
6367 builtin and then its argument prototype would still apply. */ | |
0 | 6368 #ifdef __cplusplus |
6369 extern "C" | |
6370 #endif | |
6371 char maillock (); | |
6372 int | |
6373 main () | |
6374 { | |
1 | 6375 return maillock (); |
0 | 6376 ; |
6377 return 0; | |
6378 } | |
6379 _ACEOF | |
6380 rm -f conftest.$ac_objext conftest$ac_exeext | |
1 | 6381 if { (ac_try="$ac_link" |
6382 case "(($ac_try" in | |
6383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
6384 *) ac_try_echo=$ac_try;; | |
6385 esac | |
6386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
6387 (eval "$ac_link") 2>conftest.er1 | |
0 | 6388 ac_status=$? |
6389 grep -v '^ *+' conftest.er1 >conftest.err | |
6390 rm -f conftest.er1 | |
6391 cat conftest.err >&5 | |
6392 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
1 | 6393 (exit $ac_status); } && { |
6394 test -z "$ac_c_werror_flag" || | |
6395 test ! -s conftest.err | |
6396 } && test -s conftest$ac_exeext && | |
6397 $as_test_x conftest$ac_exeext; then | |
0 | 6398 ac_cv_lib_lockfile_maillock=yes |
6399 else | |
6400 echo "$as_me: failed program was:" >&5 | |
6401 sed 's/^/| /' conftest.$ac_ext >&5 | |
6402 | |
1 | 6403 ac_cv_lib_lockfile_maillock=no |
6404 fi | |
6405 | |
6406 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | |
0 | 6407 conftest$ac_exeext conftest.$ac_ext |
6408 LIBS=$ac_check_lib_save_LIBS | |
6409 fi | |
1 | 6410 { echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_maillock" >&5 |
6411 echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6; } | |
0 | 6412 if test $ac_cv_lib_lockfile_maillock = yes; then |
6413 has_lockfile=yes | |
6414 else | |
6415 { { echo "$as_me:$LINENO: error: \"no liblockfile\"" >&5 | |
6416 echo "$as_me: error: \"no liblockfile\"" >&2;} | |
6417 { (exit 1); exit 1; }; } | |
6418 fi | |
6419 | |
6420 LOCKFILE_LIBS='-llockfile' | |
6421 | |
6422 cat >>confdefs.h <<\_ACEOF | |
6423 #define USE_LIBLOCKFILE 1 | |
6424 _ACEOF | |
6425 | |
6426 else | |
6427 LOCKFILE_LIBS='' | |
6428 fi | |
6429 | |
6430 | |
6431 | |
6432 | |
1 | 6433 # Check whether --with-logdir was given. |
0 | 6434 if test "${with_logdir+set}" = set; then |
1 | 6435 withval=$with_logdir; |
0 | 6436 else |
6437 with_logdir='/var/log/masqmail/' | |
6438 | |
1 | 6439 fi |
6440 | |
6441 | |
6442 | |
6443 | |
6444 # Check whether --with-spooldir was given. | |
0 | 6445 if test "${with_spooldir+set}" = set; then |
1 | 6446 withval=$with_spooldir; |
0 | 6447 else |
6448 with_spooldir='/var/spool/masqmail/' | |
6449 | |
1 | 6450 fi |
6451 | |
6452 | |
6453 | |
6454 | |
6455 # Check whether --with-confdir was given. | |
0 | 6456 if test "${with_confdir+set}" = set; then |
1 | 6457 withval=$with_confdir; |
0 | 6458 else |
6459 with_confdir='/etc/masqmail' | |
6460 | |
1 | 6461 fi |
6462 | |
0 | 6463 |
6464 cat >>confdefs.h <<_ACEOF | |
6465 #define CONF_DIR "${with_confdir}" | |
6466 _ACEOF | |
6467 | |
6468 | |
6469 | |
6470 test "x$prefix" = xNONE && prefix="$ac_default_prefix" | |
6471 | |
6472 cat >>confdefs.h <<_ACEOF | |
6473 #define DATA_DIR "`eval echo \""$datadir"\"`/masqmail" | |
6474 _ACEOF | |
6475 | |
6476 | |
6477 if test "x${exec_prefix}" != 'xNONE'; then | |
6478 | |
6479 cat >>confdefs.h <<_ACEOF | |
6480 #define SBINDIR "${exec_prefix}/sbin" | |
6481 _ACEOF | |
6482 | |
6483 else | |
6484 if test "x${prefix}" != 'xNONE'; then | |
6485 cat >>confdefs.h <<_ACEOF | |
6486 #define SBINDIR "${prefix}/sbin" | |
6487 _ACEOF | |
6488 | |
6489 else | |
6490 cat >>confdefs.h <<_ACEOF | |
6491 #define SBINDIR "/usr/sbin" | |
6492 _ACEOF | |
6493 | |
6494 fi | |
6495 fi | |
6496 | |
4
2c09cca4cab9
removed references to distribution directories
meillo@marmaro.de
parents:
3
diff
changeset
|
6497 ac_config_files="$ac_config_files Makefile tests/Makefile src/Makefile src/base64/Makefile src/md5/Makefile src/libident/Makefile" |
1 | 6498 |
0 | 6499 cat >confcache <<\_ACEOF |
6500 # This file is a shell script that caches the results of configure | |
6501 # tests run on this system so they can be shared between configure | |
6502 # scripts and configure runs, see configure's option --config-cache. | |
6503 # It is not useful on other systems. If it contains results you don't | |
6504 # want to keep, you may remove or edit it. | |
6505 # | |
6506 # config.status only pays attention to the cache file if you give it | |
6507 # the --recheck option to rerun configure. | |
6508 # | |
6509 # `ac_cv_env_foo' variables (set or unset) will be overridden when | |
6510 # loading this file, other *unset* `ac_cv_foo' will be assigned the | |
6511 # following values. | |
6512 | |
6513 _ACEOF | |
6514 | |
6515 # The following way of writing the cache mishandles newlines in values, | |
6516 # but we know of no workaround that is simple, portable, and efficient. | |
1 | 6517 # So, we kill variables containing newlines. |
0 | 6518 # Ultrix sh set writes to stderr and can't be redirected directly, |
6519 # and sets the high bit in the cache file unless we assign to the vars. | |
1 | 6520 ( |
6521 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do | |
6522 eval ac_val=\$$ac_var | |
6523 case $ac_val in #( | |
6524 *${as_nl}*) | |
6525 case $ac_var in #( | |
6526 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 | |
6527 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; | |
6528 esac | |
6529 case $ac_var in #( | |
6530 _ | IFS | as_nl) ;; #( | |
6531 *) $as_unset $ac_var ;; | |
6532 esac ;; | |
6533 esac | |
6534 done | |
6535 | |
0 | 6536 (set) 2>&1 | |
1 | 6537 case $as_nl`(ac_space=' '; set) 2>&1` in #( |
6538 *${as_nl}ac_space=\ *) | |
0 | 6539 # `set' does not quote correctly, so add quotes (double-quote |
6540 # substitution turns \\\\ into \\, and sed turns \\ into \). | |
6541 sed -n \ | |
6542 "s/'/'\\\\''/g; | |
6543 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | |
1 | 6544 ;; #( |
0 | 6545 *) |
6546 # `set' quotes correctly as required by POSIX, so do not add quotes. | |
1 | 6547 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
0 | 6548 ;; |
1 | 6549 esac | |
6550 sort | |
6551 ) | | |
0 | 6552 sed ' |
1 | 6553 /^ac_cv_env_/b end |
0 | 6554 t clear |
1 | 6555 :clear |
0 | 6556 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ |
6557 t end | |
1 | 6558 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ |
6559 :end' >>confcache | |
6560 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else | |
6561 if test -w "$cache_file"; then | |
6562 test "x$cache_file" != "x/dev/null" && | |
6563 { echo "$as_me:$LINENO: updating cache $cache_file" >&5 | |
6564 echo "$as_me: updating cache $cache_file" >&6;} | |
0 | 6565 cat confcache >$cache_file |
6566 else | |
1 | 6567 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 |
6568 echo "$as_me: not updating unwritable cache $cache_file" >&6;} | |
0 | 6569 fi |
6570 fi | |
6571 rm -f confcache | |
6572 | |
6573 test "x$prefix" = xNONE && prefix=$ac_default_prefix | |
6574 # Let make expand exec_prefix. | |
6575 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | |
6576 | |
6577 DEFS=-DHAVE_CONFIG_H | |
6578 | |
6579 ac_libobjs= | |
6580 ac_ltlibobjs= | |
6581 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | |
6582 # 1. Remove the extension, and $U if already installed. | |
1 | 6583 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
6584 ac_i=`echo "$ac_i" | sed "$ac_script"` | |
6585 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR | |
6586 # will be set to the directory where LIBOBJS objects are built. | |
6587 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" | |
6588 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' | |
0 | 6589 done |
6590 LIBOBJS=$ac_libobjs | |
6591 | |
6592 LTLIBOBJS=$ac_ltlibobjs | |
6593 | |
6594 | |
6595 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then | |
6596 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. | |
6597 Usually this means the macro was only invoked conditionally." >&5 | |
6598 echo "$as_me: error: conditional \"AMDEP\" was never defined. | |
6599 Usually this means the macro was only invoked conditionally." >&2;} | |
6600 { (exit 1); exit 1; }; } | |
6601 fi | |
6602 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | |
6603 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. | |
6604 Usually this means the macro was only invoked conditionally." >&5 | |
6605 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. | |
6606 Usually this means the macro was only invoked conditionally." >&2;} | |
6607 { (exit 1); exit 1; }; } | |
6608 fi | |
6609 | |
6610 : ${CONFIG_STATUS=./config.status} | |
6611 ac_clean_files_save=$ac_clean_files | |
6612 ac_clean_files="$ac_clean_files $CONFIG_STATUS" | |
6613 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 | |
6614 echo "$as_me: creating $CONFIG_STATUS" >&6;} | |
6615 cat >$CONFIG_STATUS <<_ACEOF | |
6616 #! $SHELL | |
6617 # Generated by $as_me. | |
6618 # Run this file to recreate the current configuration. | |
6619 # Compiler output produced by configure, useful for debugging | |
6620 # configure, is in config.log if it exists. | |
6621 | |
6622 debug=false | |
6623 ac_cs_recheck=false | |
6624 ac_cs_silent=false | |
6625 SHELL=\${CONFIG_SHELL-$SHELL} | |
6626 _ACEOF | |
6627 | |
6628 cat >>$CONFIG_STATUS <<\_ACEOF | |
6629 ## --------------------- ## | |
6630 ## M4sh Initialization. ## | |
6631 ## --------------------- ## | |
6632 | |
1 | 6633 # Be more Bourne compatible |
6634 DUALCASE=1; export DUALCASE # for MKS sh | |
0 | 6635 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
6636 emulate sh | |
6637 NULLCMD=: | |
6638 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which | |
6639 # is contrary to our usage. Disable this feature. | |
6640 alias -g '${1+"$@"}'='"$@"' | |
1 | 6641 setopt NO_GLOB_SUBST |
6642 else | |
6643 case `(set -o) 2>/dev/null` in | |
6644 *posix*) set -o posix ;; | |
6645 esac | |
6646 | |
6647 fi | |
6648 | |
6649 | |
6650 | |
6651 | |
6652 # PATH needs CR | |
0 | 6653 # Avoid depending upon Character Ranges. |
6654 as_cr_letters='abcdefghijklmnopqrstuvwxyz' | |
6655 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
6656 as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |
6657 as_cr_digits='0123456789' | |
6658 as_cr_alnum=$as_cr_Letters$as_cr_digits | |
6659 | |
6660 # The user is always right. | |
6661 if test "${PATH_SEPARATOR+set}" != set; then | |
6662 echo "#! /bin/sh" >conf$$.sh | |
6663 echo "exit 0" >>conf$$.sh | |
6664 chmod +x conf$$.sh | |
6665 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
6666 PATH_SEPARATOR=';' | |
6667 else | |
6668 PATH_SEPARATOR=: | |
6669 fi | |
6670 rm -f conf$$.sh | |
6671 fi | |
6672 | |
1 | 6673 # Support unset when possible. |
6674 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then | |
6675 as_unset=unset | |
6676 else | |
6677 as_unset=false | |
6678 fi | |
6679 | |
6680 | |
6681 # IFS | |
6682 # We need space, tab and new line, in precisely that order. Quoting is | |
6683 # there to prevent editors from complaining about space-tab. | |
6684 # (If _AS_PATH_WALK were called with IFS unset, it would disable word | |
6685 # splitting by setting IFS to empty value.) | |
6686 as_nl=' | |
6687 ' | |
6688 IFS=" "" $as_nl" | |
6689 | |
6690 # Find who we are. Look in the path if we contain no directory separator. | |
6691 case $0 in | |
6692 *[\\/]* ) as_myself=$0 ;; | |
6693 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
0 | 6694 for as_dir in $PATH |
6695 do | |
6696 IFS=$as_save_IFS | |
6697 test -z "$as_dir" && as_dir=. | |
6698 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break | |
6699 done | |
1 | 6700 IFS=$as_save_IFS |
6701 | |
6702 ;; | |
6703 esac | |
6704 # We did not find ourselves, most probably we were run as `sh COMMAND' | |
6705 # in which case we are not to be found in the path. | |
6706 if test "x$as_myself" = x; then | |
6707 as_myself=$0 | |
6708 fi | |
6709 if test ! -f "$as_myself"; then | |
6710 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 | |
6711 { (exit 1); exit 1; } | |
6712 fi | |
6713 | |
6714 # Work around bugs in pre-3.0 UWIN ksh. | |
6715 for as_var in ENV MAIL MAILPATH | |
6716 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var | |
6717 done | |
6718 PS1='$ ' | |
6719 PS2='> ' | |
6720 PS4='+ ' | |
6721 | |
6722 # NLS nuisances. | |
6723 for as_var in \ | |
6724 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ | |
6725 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ | |
6726 LC_TELEPHONE LC_TIME | |
6727 do | |
6728 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then | |
6729 eval $as_var=C; export $as_var | |
6730 else | |
6731 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var | |
0 | 6732 fi |
1 | 6733 done |
6734 | |
6735 # Required to use basename. | |
6736 if expr a : '\(a\)' >/dev/null 2>&1 && | |
6737 test "X`expr 00001 : '.*\(...\)'`" = X001; then | |
6738 as_expr=expr | |
6739 else | |
6740 as_expr=false | |
6741 fi | |
6742 | |
6743 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then | |
6744 as_basename=basename | |
6745 else | |
6746 as_basename=false | |
6747 fi | |
6748 | |
6749 | |
6750 # Name of the executable. | |
6751 as_me=`$as_basename -- "$0" || | |
6752 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ | |
6753 X"$0" : 'X\(//\)$' \| \ | |
6754 X"$0" : 'X\(/\)' \| . 2>/dev/null || | |
6755 echo X/"$0" | | |
6756 sed '/^.*\/\([^/][^/]*\)\/*$/{ | |
6757 s//\1/ | |
6758 q | |
6759 } | |
6760 /^X\/\(\/\/\)$/{ | |
6761 s//\1/ | |
6762 q | |
6763 } | |
6764 /^X\/\(\/\).*/{ | |
6765 s//\1/ | |
6766 q | |
6767 } | |
6768 s/.*/./; q'` | |
6769 | |
6770 # CDPATH. | |
6771 $as_unset CDPATH | |
6772 | |
6773 | |
6774 | |
0 | 6775 as_lineno_1=$LINENO |
6776 as_lineno_2=$LINENO | |
6777 test "x$as_lineno_1" != "x$as_lineno_2" && | |
1 | 6778 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { |
0 | 6779 |
6780 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO | |
6781 # uniformly replaced by the line number. The first 'sed' inserts a | |
1 | 6782 # line-number line after each line using $LINENO; the second 'sed' |
6783 # does the real work. The second script uses 'N' to pair each | |
6784 # line-number line with the line containing $LINENO, and appends | |
6785 # trailing '-' during substitution so that $LINENO is not a special | |
6786 # case at line end. | |
0 | 6787 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the |
1 | 6788 # scripts with optimization help from Paolo Bonzini. Blame Lee |
6789 # E. McMahon (1931-1989) for sed's syntax. :-) | |
6790 sed -n ' | |
6791 p | |
6792 /[$]LINENO/= | |
6793 ' <$as_myself | | |
0 | 6794 sed ' |
1 | 6795 s/[$]LINENO.*/&-/ |
6796 t lineno | |
6797 b | |
6798 :lineno | |
0 | 6799 N |
1 | 6800 :loop |
6801 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ | |
0 | 6802 t loop |
1 | 6803 s/-\n.*// |
0 | 6804 ' >$as_me.lineno && |
1 | 6805 chmod +x "$as_me.lineno" || |
6806 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 | |
0 | 6807 { (exit 1); exit 1; }; } |
6808 | |
6809 # Don't try to exec as it changes $[0], causing all sort of problems | |
6810 # (the dirname of $[0] is not the place where we might find the | |
1 | 6811 # original and so on. Autoconf is especially sensitive to this). |
6812 . "./$as_me.lineno" | |
0 | 6813 # Exit status is that of the last command. |
6814 exit | |
6815 } | |
6816 | |
6817 | |
1 | 6818 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
6819 as_dirname=dirname | |
6820 else | |
6821 as_dirname=false | |
6822 fi | |
6823 | |
6824 ECHO_C= ECHO_N= ECHO_T= | |
6825 case `echo -n x` in | |
6826 -n*) | |
6827 case `echo 'x\c'` in | |
6828 *c*) ECHO_T=' ';; # ECHO_T is single tab character. | |
6829 *) ECHO_C='\c';; | |
6830 esac;; | |
6831 *) | |
6832 ECHO_N='-n';; | |
0 | 6833 esac |
6834 | |
1 | 6835 if expr a : '\(a\)' >/dev/null 2>&1 && |
6836 test "X`expr 00001 : '.*\(...\)'`" = X001; then | |
0 | 6837 as_expr=expr |
6838 else | |
6839 as_expr=false | |
6840 fi | |
6841 | |
6842 rm -f conf$$ conf$$.exe conf$$.file | |
1 | 6843 if test -d conf$$.dir; then |
6844 rm -f conf$$.dir/conf$$.file | |
6845 else | |
6846 rm -f conf$$.dir | |
6847 mkdir conf$$.dir | |
6848 fi | |
0 | 6849 echo >conf$$.file |
6850 if ln -s conf$$.file conf$$ 2>/dev/null; then | |
1 | 6851 as_ln_s='ln -s' |
6852 # ... but there are two gotchas: | |
6853 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | |
6854 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | |
6855 # In both cases, we have to default to `cp -p'. | |
6856 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || | |
0 | 6857 as_ln_s='cp -p' |
6858 elif ln conf$$.file conf$$ 2>/dev/null; then | |
6859 as_ln_s=ln | |
6860 else | |
6861 as_ln_s='cp -p' | |
6862 fi | |
1 | 6863 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
6864 rmdir conf$$.dir 2>/dev/null | |
0 | 6865 |
6866 if mkdir -p . 2>/dev/null; then | |
6867 as_mkdir_p=: | |
6868 else | |
6869 test -d ./-p && rmdir ./-p | |
6870 as_mkdir_p=false | |
6871 fi | |
6872 | |
1 | 6873 if test -x / >/dev/null 2>&1; then |
6874 as_test_x='test -x' | |
6875 else | |
6876 if ls -dL / >/dev/null 2>&1; then | |
6877 as_ls_L_option=L | |
6878 else | |
6879 as_ls_L_option= | |
6880 fi | |
6881 as_test_x=' | |
6882 eval sh -c '\'' | |
6883 if test -d "$1"; then | |
6884 test -d "$1/."; | |
6885 else | |
6886 case $1 in | |
6887 -*)set "./$1";; | |
6888 esac; | |
6889 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in | |
6890 ???[sx]*):;;*)false;;esac;fi | |
6891 '\'' sh | |
6892 ' | |
6893 fi | |
6894 as_executable_p=$as_test_x | |
0 | 6895 |
6896 # Sed expression to map a string onto a valid CPP name. | |
6897 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | |
6898 | |
6899 # Sed expression to map a string onto a valid variable name. | |
6900 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | |
6901 | |
6902 | |
6903 exec 6>&1 | |
6904 | |
1 | 6905 # Save the log message, to keep $[0] and so on meaningful, and to |
0 | 6906 # report actual input values of CONFIG_FILES etc. instead of their |
1 | 6907 # values after options handling. |
6908 ac_log=" | |
0 | 6909 This file was extended by masqmail $as_me 0.2.21, which was |
1 | 6910 generated by GNU Autoconf 2.61. Invocation command line was |
0 | 6911 |
6912 CONFIG_FILES = $CONFIG_FILES | |
6913 CONFIG_HEADERS = $CONFIG_HEADERS | |
6914 CONFIG_LINKS = $CONFIG_LINKS | |
6915 CONFIG_COMMANDS = $CONFIG_COMMANDS | |
6916 $ $0 $@ | |
6917 | |
1 | 6918 on `(hostname || uname -n) 2>/dev/null | sed 1q` |
6919 " | |
6920 | |
6921 _ACEOF | |
6922 | |
6923 cat >>$CONFIG_STATUS <<_ACEOF | |
0 | 6924 # Files that config.status was made for. |
1 | 6925 config_files="$ac_config_files" |
6926 config_headers="$ac_config_headers" | |
6927 config_commands="$ac_config_commands" | |
6928 | |
6929 _ACEOF | |
0 | 6930 |
6931 cat >>$CONFIG_STATUS <<\_ACEOF | |
6932 ac_cs_usage="\ | |
6933 \`$as_me' instantiates files from templates according to the | |
6934 current configuration. | |
6935 | |
6936 Usage: $0 [OPTIONS] [FILE]... | |
6937 | |
6938 -h, --help print this help, then exit | |
1 | 6939 -V, --version print version number and configuration settings, then exit |
0 | 6940 -q, --quiet do not print progress messages |
6941 -d, --debug don't remove temporary files | |
6942 --recheck update $as_me by reconfiguring in the same conditions | |
6943 --file=FILE[:TEMPLATE] | |
6944 instantiate the configuration file FILE | |
6945 --header=FILE[:TEMPLATE] | |
6946 instantiate the configuration header FILE | |
6947 | |
6948 Configuration files: | |
6949 $config_files | |
6950 | |
6951 Configuration headers: | |
6952 $config_headers | |
6953 | |
6954 Configuration commands: | |
6955 $config_commands | |
6956 | |
6957 Report bugs to <bug-autoconf@gnu.org>." | |
1 | 6958 |
6959 _ACEOF | |
0 | 6960 cat >>$CONFIG_STATUS <<_ACEOF |
6961 ac_cs_version="\\ | |
6962 masqmail config.status 0.2.21 | |
1 | 6963 configured by $0, generated by GNU Autoconf 2.61, |
6964 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" | |
6965 | |
6966 Copyright (C) 2006 Free Software Foundation, Inc. | |
0 | 6967 This config.status script is free software; the Free Software Foundation |
6968 gives unlimited permission to copy, distribute and modify it." | |
1 | 6969 |
6970 ac_pwd='$ac_pwd' | |
6971 srcdir='$srcdir' | |
6972 INSTALL='$INSTALL' | |
0 | 6973 _ACEOF |
6974 | |
6975 cat >>$CONFIG_STATUS <<\_ACEOF | |
6976 # If no file are specified by the user, then we need to provide default | |
6977 # value. By we need to know if files were specified by the user. | |
6978 ac_need_defaults=: | |
6979 while test $# != 0 | |
6980 do | |
6981 case $1 in | |
6982 --*=*) | |
1 | 6983 ac_option=`expr "X$1" : 'X\([^=]*\)='` |
6984 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | |
0 | 6985 ac_shift=: |
6986 ;; | |
1 | 6987 *) |
0 | 6988 ac_option=$1 |
6989 ac_optarg=$2 | |
6990 ac_shift=shift | |
6991 ;; | |
6992 esac | |
6993 | |
6994 case $ac_option in | |
6995 # Handling of the options. | |
6996 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | |
6997 ac_cs_recheck=: ;; | |
1 | 6998 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
6999 echo "$ac_cs_version"; exit ;; | |
7000 --debug | --debu | --deb | --de | --d | -d ) | |
0 | 7001 debug=: ;; |
7002 --file | --fil | --fi | --f ) | |
7003 $ac_shift | |
7004 CONFIG_FILES="$CONFIG_FILES $ac_optarg" | |
7005 ac_need_defaults=false;; | |
7006 --header | --heade | --head | --hea ) | |
7007 $ac_shift | |
7008 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" | |
7009 ac_need_defaults=false;; | |
1 | 7010 --he | --h) |
7011 # Conflict between --help and --header | |
7012 { echo "$as_me: error: ambiguous option: $1 | |
7013 Try \`$0 --help' for more information." >&2 | |
7014 { (exit 1); exit 1; }; };; | |
7015 --help | --hel | -h ) | |
7016 echo "$ac_cs_usage"; exit ;; | |
0 | 7017 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
7018 | -silent | --silent | --silen | --sile | --sil | --si | --s) | |
7019 ac_cs_silent=: ;; | |
7020 | |
7021 # This is an error. | |
1 | 7022 -*) { echo "$as_me: error: unrecognized option: $1 |
7023 Try \`$0 --help' for more information." >&2 | |
0 | 7024 { (exit 1); exit 1; }; } ;; |
7025 | |
1 | 7026 *) ac_config_targets="$ac_config_targets $1" |
7027 ac_need_defaults=false ;; | |
0 | 7028 |
7029 esac | |
7030 shift | |
7031 done | |
7032 | |
7033 ac_configure_extra_args= | |
7034 | |
7035 if $ac_cs_silent; then | |
7036 exec 6>/dev/null | |
7037 ac_configure_extra_args="$ac_configure_extra_args --silent" | |
7038 fi | |
7039 | |
7040 _ACEOF | |
7041 cat >>$CONFIG_STATUS <<_ACEOF | |
7042 if \$ac_cs_recheck; then | |
1 | 7043 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 |
7044 CONFIG_SHELL=$SHELL | |
7045 export CONFIG_SHELL | |
7046 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion | |
7047 fi | |
7048 | |
7049 _ACEOF | |
7050 cat >>$CONFIG_STATUS <<\_ACEOF | |
7051 exec 5>>config.log | |
7052 { | |
7053 echo | |
7054 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX | |
7055 ## Running $as_me. ## | |
7056 _ASBOX | |
7057 echo "$ac_log" | |
7058 } >&5 | |
7059 | |
7060 _ACEOF | |
0 | 7061 cat >>$CONFIG_STATUS <<_ACEOF |
7062 # | |
1 | 7063 # INIT-COMMANDS |
0 | 7064 # |
7065 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" | |
7066 | |
7067 _ACEOF | |
7068 | |
7069 cat >>$CONFIG_STATUS <<\_ACEOF | |
1 | 7070 |
7071 # Handling of arguments. | |
0 | 7072 for ac_config_target in $ac_config_targets |
7073 do | |
1 | 7074 case $ac_config_target in |
7075 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; | |
7076 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; | |
7077 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; | |
7078 "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; | |
7079 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; | |
7080 "src/base64/Makefile") CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;; | |
7081 "src/md5/Makefile") CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;; | |
7082 "src/libident/Makefile") CONFIG_FILES="$CONFIG_FILES src/libident/Makefile" ;; | |
7083 | |
0 | 7084 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 |
7085 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} | |
7086 { (exit 1); exit 1; }; };; | |
7087 esac | |
7088 done | |
7089 | |
1 | 7090 |
0 | 7091 # If the user did not use the arguments to specify the items to instantiate, |
7092 # then the envvar interface is used. Set only those that are not. | |
7093 # We use the long form for the default assignment because of an extremely | |
7094 # bizarre bug on SunOS 4.1.3. | |
7095 if $ac_need_defaults; then | |
7096 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files | |
7097 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers | |
7098 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands | |
7099 fi | |
7100 | |
7101 # Have a temporary directory for convenience. Make it in the build tree | |
1 | 7102 # simply because there is no reason against having it here, and in addition, |
0 | 7103 # creating and moving files from /tmp can sometimes cause problems. |
1 | 7104 # Hook for its removal unless debugging. |
7105 # Note that there is a small window in which the directory will not be cleaned: | |
7106 # after its creation but before its name has been assigned to `$tmp'. | |
0 | 7107 $debug || |
7108 { | |
1 | 7109 tmp= |
7110 trap 'exit_status=$? | |
7111 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status | |
7112 ' 0 | |
0 | 7113 trap '{ (exit 1); exit 1; }' 1 2 13 15 |
7114 } | |
7115 # Create a (secure) tmp directory for tmp files. | |
7116 | |
7117 { | |
1 | 7118 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
0 | 7119 test -n "$tmp" && test -d "$tmp" |
7120 } || | |
7121 { | |
1 | 7122 tmp=./conf$$-$RANDOM |
7123 (umask 077 && mkdir "$tmp") | |
0 | 7124 } || |
7125 { | |
7126 echo "$me: cannot create a temporary directory in ." >&2 | |
7127 { (exit 1); exit 1; } | |
7128 } | |
7129 | |
7130 # | |
1 | 7131 # Set up the sed scripts for CONFIG_FILES section. |
0 | 7132 # |
7133 | |
7134 # No need to generate the scripts if there are no CONFIG_FILES. | |
7135 # This happens for instance when ./config.status config.h | |
1 | 7136 if test -n "$CONFIG_FILES"; then |
7137 | |
7138 _ACEOF | |
7139 | |
7140 | |
7141 | |
7142 ac_delim='%!_!# ' | |
7143 for ac_last_try in false false false false false :; do | |
7144 cat >conf$$subs.sed <<_ACEOF | |
7145 SHELL!$SHELL$ac_delim | |
7146 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim | |
7147 PACKAGE_NAME!$PACKAGE_NAME$ac_delim | |
7148 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim | |
7149 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim | |
7150 PACKAGE_STRING!$PACKAGE_STRING$ac_delim | |
7151 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim | |
7152 exec_prefix!$exec_prefix$ac_delim | |
7153 prefix!$prefix$ac_delim | |
7154 program_transform_name!$program_transform_name$ac_delim | |
7155 bindir!$bindir$ac_delim | |
7156 sbindir!$sbindir$ac_delim | |
7157 libexecdir!$libexecdir$ac_delim | |
7158 datarootdir!$datarootdir$ac_delim | |
7159 datadir!$datadir$ac_delim | |
7160 sysconfdir!$sysconfdir$ac_delim | |
7161 sharedstatedir!$sharedstatedir$ac_delim | |
7162 localstatedir!$localstatedir$ac_delim | |
7163 includedir!$includedir$ac_delim | |
7164 oldincludedir!$oldincludedir$ac_delim | |
7165 docdir!$docdir$ac_delim | |
7166 infodir!$infodir$ac_delim | |
7167 htmldir!$htmldir$ac_delim | |
7168 dvidir!$dvidir$ac_delim | |
7169 pdfdir!$pdfdir$ac_delim | |
7170 psdir!$psdir$ac_delim | |
7171 libdir!$libdir$ac_delim | |
7172 localedir!$localedir$ac_delim | |
7173 mandir!$mandir$ac_delim | |
7174 DEFS!$DEFS$ac_delim | |
7175 ECHO_C!$ECHO_C$ac_delim | |
7176 ECHO_N!$ECHO_N$ac_delim | |
7177 ECHO_T!$ECHO_T$ac_delim | |
7178 LIBS!$LIBS$ac_delim | |
7179 build_alias!$build_alias$ac_delim | |
7180 host_alias!$host_alias$ac_delim | |
7181 target_alias!$target_alias$ac_delim | |
7182 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim | |
7183 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim | |
7184 INSTALL_DATA!$INSTALL_DATA$ac_delim | |
7185 CYGPATH_W!$CYGPATH_W$ac_delim | |
7186 PACKAGE!$PACKAGE$ac_delim | |
7187 VERSION!$VERSION$ac_delim | |
7188 ACLOCAL!$ACLOCAL$ac_delim | |
7189 AUTOCONF!$AUTOCONF$ac_delim | |
7190 AUTOMAKE!$AUTOMAKE$ac_delim | |
7191 AUTOHEADER!$AUTOHEADER$ac_delim | |
7192 MAKEINFO!$MAKEINFO$ac_delim | |
7193 AMTAR!$AMTAR$ac_delim | |
7194 install_sh!$install_sh$ac_delim | |
7195 STRIP!$STRIP$ac_delim | |
7196 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim | |
7197 AWK!$AWK$ac_delim | |
7198 SET_MAKE!$SET_MAKE$ac_delim | |
7199 am__leading_dot!$am__leading_dot$ac_delim | |
7200 CC!$CC$ac_delim | |
7201 CFLAGS!$CFLAGS$ac_delim | |
7202 LDFLAGS!$LDFLAGS$ac_delim | |
7203 CPPFLAGS!$CPPFLAGS$ac_delim | |
7204 ac_ct_CC!$ac_ct_CC$ac_delim | |
7205 EXEEXT!$EXEEXT$ac_delim | |
7206 OBJEXT!$OBJEXT$ac_delim | |
7207 DEPDIR!$DEPDIR$ac_delim | |
7208 am__include!$am__include$ac_delim | |
7209 am__quote!$am__quote$ac_delim | |
7210 AMDEP_TRUE!$AMDEP_TRUE$ac_delim | |
7211 AMDEP_FALSE!$AMDEP_FALSE$ac_delim | |
7212 AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim | |
7213 CCDEPMODE!$CCDEPMODE$ac_delim | |
7214 am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim | |
7215 am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim | |
7216 CPP!$CPP$ac_delim | |
7217 GREP!$GREP$ac_delim | |
7218 EGREP!$EGREP$ac_delim | |
7219 RANLIB!$RANLIB$ac_delim | |
7220 PKG_CONFIG!$PKG_CONFIG$ac_delim | |
7221 GLIB_CFLAGS!$GLIB_CFLAGS$ac_delim | |
7222 GLIB_LIBS!$GLIB_LIBS$ac_delim | |
7223 RESOLV_LIBS!$RESOLV_LIBS$ac_delim | |
7224 with_user!$with_user$ac_delim | |
7225 with_group!$with_group$ac_delim | |
7226 BASE64_LIBS!$BASE64_LIBS$ac_delim | |
7227 MD5_LIBS!$MD5_LIBS$ac_delim | |
7228 has_ident!$has_ident$ac_delim | |
7229 IDENT_LIBS!$IDENT_LIBS$ac_delim | |
7230 LOCKFILE_LIBS!$LOCKFILE_LIBS$ac_delim | |
7231 USE_LIBLOCKFILE!$USE_LIBLOCKFILE$ac_delim | |
7232 with_logdir!$with_logdir$ac_delim | |
7233 with_spooldir!$with_spooldir$ac_delim | |
7234 with_confdir!$with_confdir$ac_delim | |
7235 LIBOBJS!$LIBOBJS$ac_delim | |
7236 LTLIBOBJS!$LTLIBOBJS$ac_delim | |
7237 _ACEOF | |
7238 | |
7239 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 92; then | |
7240 break | |
7241 elif $ac_last_try; then | |
7242 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 | |
7243 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} | |
7244 { (exit 1); exit 1; }; } | |
7245 else | |
7246 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | |
7247 fi | |
7248 done | |
7249 | |
7250 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` | |
7251 if test -n "$ac_eof"; then | |
7252 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` | |
7253 ac_eof=`expr $ac_eof + 1` | |
7254 fi | |
7255 | |
7256 cat >>$CONFIG_STATUS <<_ACEOF | |
7257 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof | |
7258 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end | |
7259 _ACEOF | |
7260 sed ' | |
7261 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g | |
7262 s/^/s,@/; s/!/@,|#_!!_#|/ | |
7263 :n | |
7264 t n | |
7265 s/'"$ac_delim"'$/,g/; t | |
7266 s/$/\\/; p | |
7267 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n | |
7268 ' >>$CONFIG_STATUS <conf$$subs.sed | |
7269 rm -f conf$$subs.sed | |
7270 cat >>$CONFIG_STATUS <<_ACEOF | |
7271 :end | |
7272 s/|#_!!_#|//g | |
7273 CEOF$ac_eof | |
7274 _ACEOF | |
7275 | |
7276 | |
7277 # VPATH may cause trouble with some makes, so we remove $(srcdir), | |
7278 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and | |
7279 # trailing colons and then remove the whole line if VPATH becomes empty | |
7280 # (actually we leave an empty line to preserve line numbers). | |
7281 if test "x$srcdir" = x.; then | |
7282 ac_vpsub='/^[ ]*VPATH[ ]*=/{ | |
7283 s/:*\$(srcdir):*/:/ | |
7284 s/:*\${srcdir}:*/:/ | |
7285 s/:*@srcdir@:*/:/ | |
7286 s/^\([^=]*=[ ]*\):*/\1/ | |
7287 s/:*$// | |
7288 s/^[^=]*=[ ]*$// | |
7289 }' | |
7290 fi | |
7291 | |
7292 cat >>$CONFIG_STATUS <<\_ACEOF | |
7293 fi # test -n "$CONFIG_FILES" | |
7294 | |
7295 | |
7296 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS | |
7297 do | |
7298 case $ac_tag in | |
7299 :[FHLC]) ac_mode=$ac_tag; continue;; | |
7300 esac | |
7301 case $ac_mode$ac_tag in | |
7302 :[FHL]*:*);; | |
7303 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 | |
7304 echo "$as_me: error: Invalid tag $ac_tag." >&2;} | |
7305 { (exit 1); exit 1; }; };; | |
7306 :[FH]-) ac_tag=-:-;; | |
7307 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | |
7308 esac | |
7309 ac_save_IFS=$IFS | |
7310 IFS=: | |
7311 set x $ac_tag | |
7312 IFS=$ac_save_IFS | |
7313 shift | |
7314 ac_file=$1 | |
7315 shift | |
7316 | |
7317 case $ac_mode in | |
7318 :L) ac_source=$1;; | |
7319 :[FH]) | |
7320 ac_file_inputs= | |
7321 for ac_f | |
7322 do | |
7323 case $ac_f in | |
7324 -) ac_f="$tmp/stdin";; | |
7325 *) # Look for the file first in the build tree, then in the source tree | |
7326 # (if the path is not absolute). The absolute path cannot be DOS-style, | |
7327 # because $ac_f cannot contain `:'. | |
7328 test -f "$ac_f" || | |
7329 case $ac_f in | |
7330 [\\/$]*) false;; | |
7331 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | |
7332 esac || | |
7333 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 | |
7334 echo "$as_me: error: cannot find input file: $ac_f" >&2;} | |
7335 { (exit 1); exit 1; }; };; | |
7336 esac | |
7337 ac_file_inputs="$ac_file_inputs $ac_f" | |
7338 done | |
7339 | |
7340 # Let's still pretend it is `configure' which instantiates (i.e., don't | |
7341 # use $as_me), people would be surprised to read: | |
7342 # /* config.h. Generated by config.status. */ | |
7343 configure_input="Generated from "`IFS=: | |
7344 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." | |
7345 if test x"$ac_file" != x-; then | |
7346 configure_input="$ac_file. $configure_input" | |
7347 { echo "$as_me:$LINENO: creating $ac_file" >&5 | |
7348 echo "$as_me: creating $ac_file" >&6;} | |
0 | 7349 fi |
1 | 7350 |
7351 case $ac_tag in | |
7352 *:-:* | *:-) cat >"$tmp/stdin";; | |
7353 esac | |
7354 ;; | |
0 | 7355 esac |
7356 | |
1 | 7357 ac_dir=`$as_dirname -- "$ac_file" || |
0 | 7358 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
7359 X"$ac_file" : 'X\(//\)[^/]' \| \ | |
7360 X"$ac_file" : 'X\(//\)$' \| \ | |
1 | 7361 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || |
0 | 7362 echo X"$ac_file" | |
1 | 7363 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
7364 s//\1/ | |
7365 q | |
7366 } | |
7367 /^X\(\/\/\)[^/].*/{ | |
7368 s//\1/ | |
7369 q | |
7370 } | |
7371 /^X\(\/\/\)$/{ | |
7372 s//\1/ | |
7373 q | |
7374 } | |
7375 /^X\(\/\).*/{ | |
7376 s//\1/ | |
7377 q | |
7378 } | |
7379 s/.*/./; q'` | |
7380 { as_dir="$ac_dir" | |
7381 case $as_dir in #( | |
7382 -*) as_dir=./$as_dir;; | |
7383 esac | |
7384 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { | |
0 | 7385 as_dirs= |
1 | 7386 while :; do |
7387 case $as_dir in #( | |
7388 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( | |
7389 *) as_qdir=$as_dir;; | |
7390 esac | |
7391 as_dirs="'$as_qdir' $as_dirs" | |
7392 as_dir=`$as_dirname -- "$as_dir" || | |
0 | 7393 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
7394 X"$as_dir" : 'X\(//\)[^/]' \| \ | |
7395 X"$as_dir" : 'X\(//\)$' \| \ | |
1 | 7396 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
0 | 7397 echo X"$as_dir" | |
1 | 7398 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
7399 s//\1/ | |
7400 q | |
7401 } | |
7402 /^X\(\/\/\)[^/].*/{ | |
7403 s//\1/ | |
7404 q | |
7405 } | |
7406 /^X\(\/\/\)$/{ | |
7407 s//\1/ | |
7408 q | |
7409 } | |
7410 /^X\(\/\).*/{ | |
7411 s//\1/ | |
7412 q | |
7413 } | |
7414 s/.*/./; q'` | |
7415 test -d "$as_dir" && break | |
0 | 7416 done |
1 | 7417 test -z "$as_dirs" || eval "mkdir $as_dirs" |
7418 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 | |
7419 echo "$as_me: error: cannot create directory $as_dir" >&2;} | |
0 | 7420 { (exit 1); exit 1; }; }; } |
7421 ac_builddir=. | |
7422 | |
1 | 7423 case "$ac_dir" in |
7424 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
7425 *) | |
0 | 7426 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` |
1 | 7427 # A ".." for each directory in $ac_dir_suffix. |
7428 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` | |
7429 case $ac_top_builddir_sub in | |
7430 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
7431 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; | |
7432 esac ;; | |
7433 esac | |
7434 ac_abs_top_builddir=$ac_pwd | |
7435 ac_abs_builddir=$ac_pwd$ac_dir_suffix | |
7436 # for backward compatibility: | |
7437 ac_top_builddir=$ac_top_build_prefix | |
0 | 7438 |
7439 case $srcdir in | |
1 | 7440 .) # We are building in place. |
0 | 7441 ac_srcdir=. |
1 | 7442 ac_top_srcdir=$ac_top_builddir_sub |
7443 ac_abs_top_srcdir=$ac_pwd ;; | |
7444 [\\/]* | ?:[\\/]* ) # Absolute name. | |
0 | 7445 ac_srcdir=$srcdir$ac_dir_suffix; |
1 | 7446 ac_top_srcdir=$srcdir |
7447 ac_abs_top_srcdir=$srcdir ;; | |
7448 *) # Relative name. | |
7449 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix | |
7450 ac_top_srcdir=$ac_top_build_prefix$srcdir | |
7451 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; | |
0 | 7452 esac |
1 | 7453 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
7454 | |
7455 | |
7456 case $ac_mode in | |
7457 :F) | |
7458 # | |
7459 # CONFIG_FILE | |
7460 # | |
0 | 7461 |
7462 case $INSTALL in | |
7463 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; | |
1 | 7464 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; |
0 | 7465 esac |
1 | 7466 _ACEOF |
7467 | |
7468 cat >>$CONFIG_STATUS <<\_ACEOF | |
7469 # If the template does not know about datarootdir, expand it. | |
7470 # FIXME: This hack should be removed a few years after 2.60. | |
7471 ac_datarootdir_hack=; ac_datarootdir_seen= | |
7472 | |
7473 case `sed -n '/datarootdir/ { | |
7474 p | |
7475 q | |
7476 } | |
7477 /@datadir@/p | |
7478 /@docdir@/p | |
7479 /@infodir@/p | |
7480 /@localedir@/p | |
7481 /@mandir@/p | |
7482 ' $ac_file_inputs` in | |
7483 *datarootdir*) ac_datarootdir_seen=yes;; | |
7484 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) | |
7485 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 | |
7486 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} | |
7487 _ACEOF | |
7488 cat >>$CONFIG_STATUS <<_ACEOF | |
7489 ac_datarootdir_hack=' | |
7490 s&@datadir@&$datadir&g | |
7491 s&@docdir@&$docdir&g | |
7492 s&@infodir@&$infodir&g | |
7493 s&@localedir@&$localedir&g | |
7494 s&@mandir@&$mandir&g | |
7495 s&\\\${datarootdir}&$datarootdir&g' ;; | |
7496 esac | |
7497 _ACEOF | |
7498 | |
7499 # Neutralize VPATH when `$srcdir' = `.'. | |
7500 # Shell code in configure.ac might set extrasub. | |
7501 # FIXME: do we really want to maintain this feature? | |
0 | 7502 cat >>$CONFIG_STATUS <<_ACEOF |
7503 sed "$ac_vpsub | |
7504 $extrasub | |
7505 _ACEOF | |
7506 cat >>$CONFIG_STATUS <<\_ACEOF | |
7507 :t | |
7508 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b | |
1 | 7509 s&@configure_input@&$configure_input&;t t |
7510 s&@top_builddir@&$ac_top_builddir_sub&;t t | |
7511 s&@srcdir@&$ac_srcdir&;t t | |
7512 s&@abs_srcdir@&$ac_abs_srcdir&;t t | |
7513 s&@top_srcdir@&$ac_top_srcdir&;t t | |
7514 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t | |
7515 s&@builddir@&$ac_builddir&;t t | |
7516 s&@abs_builddir@&$ac_abs_builddir&;t t | |
7517 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t | |
7518 s&@INSTALL@&$ac_INSTALL&;t t | |
7519 $ac_datarootdir_hack | |
7520 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out | |
7521 | |
7522 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | |
7523 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | |
7524 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | |
7525 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' | |
7526 which seems to be undefined. Please make sure it is defined." >&5 | |
7527 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | |
7528 which seems to be undefined. Please make sure it is defined." >&2;} | |
7529 | |
7530 rm -f "$tmp/stdin" | |
0 | 7531 case $ac_file in |
1 | 7532 -) cat "$tmp/out"; rm -f "$tmp/out";; |
7533 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; | |
0 | 7534 esac |
1 | 7535 ;; |
7536 :H) | |
7537 # | |
7538 # CONFIG_HEADER | |
7539 # | |
7540 _ACEOF | |
7541 | |
7542 # Transform confdefs.h into a sed script `conftest.defines', that | |
7543 # substitutes the proper values into config.h.in to produce config.h. | |
7544 rm -f conftest.defines conftest.tail | |
7545 # First, append a space to every undef/define line, to ease matching. | |
7546 echo 's/$/ /' >conftest.defines | |
7547 # Then, protect against being on the right side of a sed subst, or in | |
7548 # an unquoted here document, in config.status. If some macros were | |
7549 # called several times there might be several #defines for the same | |
7550 # symbol, which is useless. But do not sort them, since the last | |
7551 # AC_DEFINE must be honored. | |
7552 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* | |
7553 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where | |
7554 # NAME is the cpp macro being defined, VALUE is the value it is being given. | |
7555 # PARAMS is the parameter list in the macro definition--in most cases, it's | |
7556 # just an empty string. | |
7557 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' | |
7558 ac_dB='\\)[ (].*,\\1define\\2' | |
7559 ac_dC=' ' | |
7560 ac_dD=' ,' | |
7561 | |
7562 uniq confdefs.h | | |
7563 sed -n ' | |
7564 t rset | |
7565 :rset | |
7566 s/^[ ]*#[ ]*define[ ][ ]*// | |
7567 t ok | |
7568 d | |
7569 :ok | |
7570 s/[\\&,]/\\&/g | |
7571 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p | |
7572 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p | |
7573 ' >>conftest.defines | |
7574 | |
7575 # Remove the space that was appended to ease matching. | |
7576 # Then replace #undef with comments. This is necessary, for | |
0 | 7577 # example, in the case of _POSIX_SOURCE, which is predefined and required |
7578 # on some systems where configure will not decide to define it. | |
1 | 7579 # (The regexp can be short, since the line contains either #define or #undef.) |
7580 echo 's/ $// | |
7581 s,^[ #]*u.*,/* & */,' >>conftest.defines | |
7582 | |
7583 # Break up conftest.defines: | |
7584 ac_max_sed_lines=50 | |
7585 | |
7586 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" | |
7587 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" | |
7588 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" | |
7589 # et cetera. | |
7590 ac_in='$ac_file_inputs' | |
7591 ac_out='"$tmp/out1"' | |
7592 ac_nxt='"$tmp/out2"' | |
7593 | |
7594 while : | |
0 | 7595 do |
1 | 7596 # Write a here document: |
7597 cat >>$CONFIG_STATUS <<_ACEOF | |
7598 # First, check the format of the line: | |
7599 cat >"\$tmp/defines.sed" <<\\CEOF | |
7600 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def | |
7601 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def | |
7602 b | |
7603 :def | |
7604 _ACEOF | |
7605 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS | |
0 | 7606 echo 'CEOF |
1 | 7607 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS |
7608 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in | |
7609 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail | |
7610 grep . conftest.tail >/dev/null || break | |
0 | 7611 rm -f conftest.defines |
7612 mv conftest.tail conftest.defines | |
7613 done | |
1 | 7614 rm -f conftest.defines conftest.tail |
7615 | |
7616 echo "ac_result=$ac_in" >>$CONFIG_STATUS | |
0 | 7617 cat >>$CONFIG_STATUS <<\_ACEOF |
7618 if test x"$ac_file" != x-; then | |
1 | 7619 echo "/* $configure_input */" >"$tmp/config.h" |
7620 cat "$ac_result" >>"$tmp/config.h" | |
7621 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then | |
0 | 7622 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 |
7623 echo "$as_me: $ac_file is unchanged" >&6;} | |
7624 else | |
7625 rm -f $ac_file | |
1 | 7626 mv "$tmp/config.h" $ac_file |
0 | 7627 fi |
7628 else | |
1 | 7629 echo "/* $configure_input */" |
7630 cat "$ac_result" | |
0 | 7631 fi |
1 | 7632 rm -f "$tmp/out12" |
0 | 7633 # Compute $ac_file's index in $config_headers. |
7634 _am_stamp_count=1 | |
7635 for _am_header in $config_headers :; do | |
7636 case $_am_header in | |
7637 $ac_file | $ac_file:* ) | |
7638 break ;; | |
7639 * ) | |
7640 _am_stamp_count=`expr $_am_stamp_count + 1` ;; | |
7641 esac | |
7642 done | |
1 | 7643 echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || |
0 | 7644 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
7645 X$ac_file : 'X\(//\)[^/]' \| \ | |
7646 X$ac_file : 'X\(//\)$' \| \ | |
1 | 7647 X$ac_file : 'X\(/\)' \| . 2>/dev/null || |
0 | 7648 echo X$ac_file | |
1 | 7649 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
7650 s//\1/ | |
7651 q | |
7652 } | |
7653 /^X\(\/\/\)[^/].*/{ | |
7654 s//\1/ | |
7655 q | |
7656 } | |
7657 /^X\(\/\/\)$/{ | |
7658 s//\1/ | |
7659 q | |
7660 } | |
7661 /^X\(\/\).*/{ | |
7662 s//\1/ | |
7663 q | |
7664 } | |
7665 s/.*/./; q'`/stamp-h$_am_stamp_count | |
7666 ;; | |
7667 | |
7668 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 | |
7669 echo "$as_me: executing $ac_file commands" >&6;} | |
7670 ;; | |
7671 esac | |
7672 | |
7673 | |
7674 case $ac_file$ac_mode in | |
7675 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do | |
0 | 7676 # Strip MF so we end up with the name of the file. |
7677 mf=`echo "$mf" | sed -e 's/:.*$//'` | |
7678 # Check whether this is an Automake generated Makefile or not. | |
7679 # We used to match only the files named `Makefile.in', but | |
7680 # some people rename them; so instead we look at the file content. | |
7681 # Grep'ing the first line is not enough: some people post-process | |
7682 # each Makefile.in and add a new line on top of each file to say so. | |
7683 # So let's grep whole file. | |
7684 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then | |
1 | 7685 dirpart=`$as_dirname -- "$mf" || |
0 | 7686 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
7687 X"$mf" : 'X\(//\)[^/]' \| \ | |
7688 X"$mf" : 'X\(//\)$' \| \ | |
1 | 7689 X"$mf" : 'X\(/\)' \| . 2>/dev/null || |
0 | 7690 echo X"$mf" | |
1 | 7691 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
7692 s//\1/ | |
7693 q | |
7694 } | |
7695 /^X\(\/\/\)[^/].*/{ | |
7696 s//\1/ | |
7697 q | |
7698 } | |
7699 /^X\(\/\/\)$/{ | |
7700 s//\1/ | |
7701 q | |
7702 } | |
7703 /^X\(\/\).*/{ | |
7704 s//\1/ | |
7705 q | |
7706 } | |
7707 s/.*/./; q'` | |
0 | 7708 else |
7709 continue | |
7710 fi | |
7711 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue | |
7712 # Extract the definition of DEP_FILES from the Makefile without | |
7713 # running `make'. | |
7714 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` | |
7715 test -z "$DEPDIR" && continue | |
7716 # When using ansi2knr, U may be empty or an underscore; expand it | |
7717 U=`sed -n -e '/^U = / s///p' < "$mf"` | |
7718 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" | |
7719 # We invoke sed twice because it is the simplest approach to | |
7720 # changing $(DEPDIR) to its actual value in the expansion. | |
7721 for file in `sed -n -e ' | |
7722 /^DEP_FILES = .*\\\\$/ { | |
7723 s/^DEP_FILES = // | |
7724 :loop | |
7725 s/\\\\$// | |
7726 p | |
7727 n | |
7728 /\\\\$/ b loop | |
7729 p | |
7730 } | |
7731 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ | |
7732 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do | |
7733 # Make sure the directory exists. | |
7734 test -f "$dirpart/$file" && continue | |
1 | 7735 fdir=`$as_dirname -- "$file" || |
0 | 7736 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
7737 X"$file" : 'X\(//\)[^/]' \| \ | |
7738 X"$file" : 'X\(//\)$' \| \ | |
1 | 7739 X"$file" : 'X\(/\)' \| . 2>/dev/null || |
0 | 7740 echo X"$file" | |
1 | 7741 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
7742 s//\1/ | |
7743 q | |
7744 } | |
7745 /^X\(\/\/\)[^/].*/{ | |
7746 s//\1/ | |
7747 q | |
7748 } | |
7749 /^X\(\/\/\)$/{ | |
7750 s//\1/ | |
7751 q | |
7752 } | |
7753 /^X\(\/\).*/{ | |
7754 s//\1/ | |
7755 q | |
7756 } | |
7757 s/.*/./; q'` | |
7758 { as_dir=$dirpart/$fdir | |
7759 case $as_dir in #( | |
7760 -*) as_dir=./$as_dir;; | |
7761 esac | |
7762 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { | |
0 | 7763 as_dirs= |
1 | 7764 while :; do |
7765 case $as_dir in #( | |
7766 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( | |
7767 *) as_qdir=$as_dir;; | |
7768 esac | |
7769 as_dirs="'$as_qdir' $as_dirs" | |
7770 as_dir=`$as_dirname -- "$as_dir" || | |
0 | 7771 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
7772 X"$as_dir" : 'X\(//\)[^/]' \| \ | |
7773 X"$as_dir" : 'X\(//\)$' \| \ | |
1 | 7774 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
0 | 7775 echo X"$as_dir" | |
1 | 7776 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
7777 s//\1/ | |
7778 q | |
7779 } | |
7780 /^X\(\/\/\)[^/].*/{ | |
7781 s//\1/ | |
7782 q | |
7783 } | |
7784 /^X\(\/\/\)$/{ | |
7785 s//\1/ | |
7786 q | |
7787 } | |
7788 /^X\(\/\).*/{ | |
7789 s//\1/ | |
7790 q | |
7791 } | |
7792 s/.*/./; q'` | |
7793 test -d "$as_dir" && break | |
0 | 7794 done |
1 | 7795 test -z "$as_dirs" || eval "mkdir $as_dirs" |
7796 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 | |
7797 echo "$as_me: error: cannot create directory $as_dir" >&2;} | |
0 | 7798 { (exit 1); exit 1; }; }; } |
7799 # echo "creating $dirpart/$file" | |
7800 echo '# dummy' > "$dirpart/$file" | |
7801 done | |
7802 done | |
7803 ;; | |
1 | 7804 |
0 | 7805 esac |
1 | 7806 done # for ac_tag |
7807 | |
0 | 7808 |
7809 { (exit 0); exit 0; } | |
7810 _ACEOF | |
7811 chmod +x $CONFIG_STATUS | |
7812 ac_clean_files=$ac_clean_files_save | |
7813 | |
7814 | |
7815 # configure is writing to config.log, and then calls config.status. | |
7816 # config.status does its own redirection, appending to config.log. | |
7817 # Unfortunately, on DOS this fails, as config.log is still kept open | |
7818 # by configure, so config.status won't be able to write to it; its | |
7819 # output is simply discarded. So we exec the FD to /dev/null, | |
7820 # effectively closing config.log, so it can be properly (re)opened and | |
7821 # appended to by config.status. When coming back to configure, we | |
7822 # need to make the FD available again. | |
7823 if test "$no_create" != yes; then | |
7824 ac_cs_success=: | |
7825 ac_config_status_args= | |
7826 test "$silent" = yes && | |
7827 ac_config_status_args="$ac_config_status_args --quiet" | |
7828 exec 5>/dev/null | |
7829 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false | |
7830 exec 5>>config.log | |
7831 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | |
7832 # would make configure fail if this is the last instruction. | |
7833 $ac_cs_success || { (exit 1); exit 1; } | |
7834 fi | |
7835 |