]> jfr.im git - solanum.git/blob - configure
configure: use correct path for libltdl
[solanum.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for charybdis 3.6.0-dev.
4 #
5 #
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 #
8 #
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
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79 fi
80
81
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
88
89 # Find who we are. Look in the path if we contain no directory separator.
90 as_myself=
91 case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
95 do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100 IFS=$as_save_IFS
101
102 ;;
103 esac
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x; then
107 as_myself=$0
108 fi
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112 fi
113
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
125
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
131
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
160 if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168 else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174 esac
175 fi
176 "
177 as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
182
183 exitcode=0
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190 else
191 exitcode=1; echo positional parameters were not saved.
192 fi
193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210 else
211 as_have_required=no
212 fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215 else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217 as_found=false
218 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219 do
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233 fi
234 fi
235 done;;
236 esac
237 as_found=false
238 done
239 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242 fi; }
243 IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
252 BASH_ENV=/dev/null
253 ENV=/dev/null
254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255 case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260 esac
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265 exit 255
266 fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274 else
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
279 fi
280 exit 1
281 fi
282 fi
283 fi
284 SHELL=${CONFIG_SHELL-/bin/sh}
285 export SHELL
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE= GREP_OPTIONS=
288 unset CLICOLOR_FORCE GREP_OPTIONS
289
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
293 # as_fn_unset VAR
294 # ---------------
295 # Portably unset VAR.
296 as_fn_unset ()
297 {
298 { eval $1=; unset $1;}
299 }
300 as_unset=as_fn_unset
301
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
305 as_fn_set_status ()
306 {
307 return $1
308 } # as_fn_set_status
309
310 # as_fn_exit STATUS
311 # -----------------
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313 as_fn_exit ()
314 {
315 set +e
316 as_fn_set_status $1
317 exit $1
318 } # as_fn_exit
319
320 # as_fn_mkdir_p
321 # -------------
322 # Create "$as_dir" as a directory, including parents if necessary.
323 as_fn_mkdir_p ()
324 {
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
364
365
366 } # as_fn_mkdir_p
367
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p ()
372 {
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
380 # implementations.
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386 else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391 fi # as_fn_append
392
393 # as_fn_arith ARG...
394 # ------------------
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403 else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408 fi # as_fn_arith
409
410
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
416 as_fn_error ()
417 {
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
422 fi
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit $as_status
425 } # as_fn_error
426
427 if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
429 as_expr=expr
430 else
431 as_expr=false
432 fi
433
434 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436 else
437 as_basename=false
438 fi
439
440 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442 else
443 as_dirname=false
444 fi
445
446 as_me=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450 $as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
464
465 # Avoid depending upon Character Ranges.
466 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits='0123456789'
470 as_cr_alnum=$as_cr_Letters$as_cr_digits
471
472
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
487 N
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490 t loop
491 s/-\n.*//
492 ' >$as_me.lineno &&
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
495
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
504 # Exit status is that of the last command.
505 exit
506 }
507
508 ECHO_C= ECHO_N= ECHO_T=
509 case `echo -n x` in #(((((
510 -n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517 *)
518 ECHO_N='-n';;
519 esac
520
521 rm -f conf$$ conf$$.exe conf$$.file
522 if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524 else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
527 fi
528 if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s='ln -s'
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536 as_ln_s='cp -pR'
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
540 as_ln_s='cp -pR'
541 fi
542 else
543 as_ln_s='cp -pR'
544 fi
545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546 rmdir conf$$.dir 2>/dev/null
547
548 if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
550 else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553 fi
554
555 as_test_x='test -x'
556 as_executable_p=as_fn_executable_p
557
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
564 SHELL=${CONFIG_SHELL-/bin/sh}
565
566 lt_ltdl_dir='libltdl'
567
568 lt_dlopen_dir="$lt_ltdl_dir"
569
570
571 test -n "$DJDIR" || exec 7<&0 </dev/null
572 exec 6>&1
573
574 # Name of the host.
575 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
576 # so uname gets run too.
577 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
578
579 #
580 # Initializations.
581 #
582 ac_default_prefix=/usr/local
583 ac_clean_files=
584 ac_config_libobj_dir=.
585 LIBOBJS=
586 cross_compiling=no
587 subdirs=
588 MFLAGS=
589 MAKEFLAGS=
590
591 # Identity of this package.
592 PACKAGE_NAME='charybdis'
593 PACKAGE_TARNAME='charybdis'
594 PACKAGE_VERSION='3.6.0-dev'
595 PACKAGE_STRING='charybdis 3.6.0-dev'
596 PACKAGE_BUGREPORT=''
597 PACKAGE_URL=''
598
599 # Factoring default headers for most tests.
600 ac_includes_default="\
601 #include <stdio.h>
602 #ifdef HAVE_SYS_TYPES_H
603 # include <sys/types.h>
604 #endif
605 #ifdef HAVE_SYS_STAT_H
606 # include <sys/stat.h>
607 #endif
608 #ifdef STDC_HEADERS
609 # include <stdlib.h>
610 # include <stddef.h>
611 #else
612 # ifdef HAVE_STDLIB_H
613 # include <stdlib.h>
614 # endif
615 #endif
616 #ifdef HAVE_STRING_H
617 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
618 # include <memory.h>
619 # endif
620 # include <string.h>
621 #endif
622 #ifdef HAVE_STRINGS_H
623 # include <strings.h>
624 #endif
625 #ifdef HAVE_INTTYPES_H
626 # include <inttypes.h>
627 #endif
628 #ifdef HAVE_STDINT_H
629 # include <stdint.h>
630 #endif
631 #ifdef HAVE_UNISTD_H
632 # include <unistd.h>
633 #endif"
634
635 ac_default_prefix=$HOME/ircd
636 enable_option_checking=no
637 ac_subst_vars='ltdl_LTLIBOBJS
638 ltdl_LIBOBJS
639 am__EXEEXT_FALSE
640 am__EXEEXT_TRUE
641 LTLIBOBJS
642 LIBOBJS
643 SEDOBJ
644 IRC_CFLAGS
645 PICFLAGS
646 SSL_LIBS
647 SSL_INCLUDES
648 SSL_SRCS_ENABLE
649 MOD_TARGET
650 MODULES_LIBS
651 PROGRAM_PREFIX
652 PKGRUNDIR
653 moduledir
654 MODULE_DIR
655 helpdir
656 HELP_DIR
657 logdir
658 LOG_DIR
659 ETC_DIR
660 SQLITE_OBJ
661 SQLITE_INCLUDES
662 SQLITE_LD
663 SQLITE_LIBS
664 SQLITE_CFLAGS
665 PKG_CONFIG_LIBDIR
666 PKG_CONFIG_PATH
667 PKG_CONFIG
668 ZLIB_LD
669 ENCSPEED
670 ALLOCA
671 VICONF
672 CRYPT_LIB
673 PKGLIBEXECDIR
674 pkglibexecdir
675 PKGLOCALSTATEDIR
676 pkglocalstatedir
677 pkgrundir
678 rundir
679 pkglibdir
680 LEXLIB
681 LEX_OUTPUT_ROOT
682 LEX
683 YFLAGS
684 YACC
685 TOUCH
686 LN
687 MV
688 CP
689 RM
690 BUILD_LTDL_FALSE
691 BUILD_LTDL_TRUE
692 LTDLOPEN
693 LT_CONFIG_H
694 CONVENIENCE_LTDL_FALSE
695 CONVENIENCE_LTDL_TRUE
696 INSTALL_LTDL_FALSE
697 INSTALL_LTDL_TRUE
698 ARGZ_H
699 sys_symbol_underscore
700 LIBADD_DL
701 LT_DLPREOPEN
702 LIBADD_DLD_LINK
703 LIBADD_SHL_LOAD
704 LIBADD_DLOPEN
705 LT_DLLOADERS
706 INCLTDL
707 LTDLINCL
708 LTDLDEPS
709 LIBLTDL
710 OTOOL64
711 OTOOL
712 LIPO
713 NMEDIT
714 DSYMUTIL
715 MANIFEST_TOOL
716 RANLIB
717 DLLTOOL
718 OBJDUMP
719 LN_S
720 NM
721 ac_ct_DUMPBIN
722 DUMPBIN
723 LD
724 FGREP
725 SED
726 host_os
727 host_vendor
728 host_cpu
729 host
730 build_os
731 build_vendor
732 build_cpu
733 build
734 LIBTOOL
735 ac_ct_AR
736 AR
737 AM_BACKSLASH
738 AM_DEFAULT_VERBOSITY
739 AM_DEFAULT_V
740 AM_V
741 am__fastdepCC_FALSE
742 am__fastdepCC_TRUE
743 CCDEPMODE
744 am__nodep
745 AMDEPBACKSLASH
746 AMDEP_FALSE
747 AMDEP_TRUE
748 am__quote
749 am__include
750 DEPDIR
751 am__untar
752 am__tar
753 AMTAR
754 am__leading_dot
755 SET_MAKE
756 AWK
757 mkdir_p
758 MKDIR_P
759 INSTALL_STRIP_PROGRAM
760 STRIP
761 install_sh
762 MAKEINFO
763 AUTOHEADER
764 AUTOMAKE
765 AUTOCONF
766 ACLOCAL
767 VERSION
768 PACKAGE
769 CYGPATH_W
770 am__isrc
771 INSTALL_DATA
772 INSTALL_SCRIPT
773 INSTALL_PROGRAM
774 subdirs
775 EGREP
776 GREP
777 CPP
778 OBJEXT
779 EXEEXT
780 ac_ct_CC
781 CPPFLAGS
782 LDFLAGS
783 CFLAGS
784 CC
785 target_alias
786 host_alias
787 build_alias
788 LIBS
789 ECHO_T
790 ECHO_N
791 ECHO_C
792 DEFS
793 mandir
794 localedir
795 libdir
796 psdir
797 pdfdir
798 dvidir
799 htmldir
800 infodir
801 docdir
802 oldincludedir
803 includedir
804 localstatedir
805 sharedstatedir
806 sysconfdir
807 datadir
808 datarootdir
809 libexecdir
810 sbindir
811 bindir
812 program_transform_name
813 prefix
814 exec_prefix
815 PACKAGE_URL
816 PACKAGE_BUGREPORT
817 PACKAGE_STRING
818 PACKAGE_VERSION
819 PACKAGE_TARNAME
820 PACKAGE_NAME
821 PATH_SEPARATOR
822 SHELL'
823 ac_subst_files=''
824 ac_user_opts='
825 enable_option_checking
826 enable_dependency_tracking
827 enable_silent_rules
828 enable_static
829 enable_shared
830 with_pic
831 enable_fast_install
832 with_gnu_ld
833 with_sysroot
834 enable_libtool_lock
835 with_included_ltdl
836 with_ltdl_include
837 with_ltdl_lib
838 enable_ltdl_install
839 enable_fhs_paths
840 enable_ipv6
841 enable_openssl
842 with_zlib_path
843 enable_zlib
844 with_shared_sqlite
845 with_confdir
846 with_logdir
847 with_helpdir
848 with_moduledir
849 with_rundir
850 with_program_prefix
851 with_custom_branding
852 with_custom_version
853 enable_assert
854 enable_iodebug
855 enable_profile
856 enable_balloc
857 enable_small_net
858 with_nicklen
859 with_topiclen
860 enable_warnings
861 '
862 ac_precious_vars='build_alias
863 host_alias
864 target_alias
865 CC
866 CFLAGS
867 LDFLAGS
868 LIBS
869 CPPFLAGS
870 CPP
871 YACC
872 YFLAGS
873 PKG_CONFIG
874 PKG_CONFIG_PATH
875 PKG_CONFIG_LIBDIR
876 SQLITE_CFLAGS
877 SQLITE_LIBS'
878 ac_subdirs_all='libratbox
879 libltdl'
880
881 # Initialize some variables set by options.
882 ac_init_help=
883 ac_init_version=false
884 ac_unrecognized_opts=
885 ac_unrecognized_sep=
886 # The variables have the same names as the options, with
887 # dashes changed to underlines.
888 cache_file=/dev/null
889 exec_prefix=NONE
890 no_create=
891 no_recursion=
892 prefix=NONE
893 program_prefix=NONE
894 program_suffix=NONE
895 program_transform_name=s,x,x,
896 silent=
897 site=
898 srcdir=
899 verbose=
900 x_includes=NONE
901 x_libraries=NONE
902
903 # Installation directory options.
904 # These are left unexpanded so users can "make install exec_prefix=/foo"
905 # and all the variables that are supposed to be based on exec_prefix
906 # by default will actually change.
907 # Use braces instead of parens because sh, perl, etc. also accept them.
908 # (The list follows the same order as the GNU Coding Standards.)
909 bindir='${exec_prefix}/bin'
910 sbindir='${exec_prefix}/sbin'
911 libexecdir='${exec_prefix}/libexec'
912 datarootdir='${prefix}/share'
913 datadir='${datarootdir}'
914 sysconfdir='${prefix}/etc'
915 sharedstatedir='${prefix}/com'
916 localstatedir='${prefix}/var'
917 includedir='${prefix}/include'
918 oldincludedir='/usr/include'
919 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
920 infodir='${datarootdir}/info'
921 htmldir='${docdir}'
922 dvidir='${docdir}'
923 pdfdir='${docdir}'
924 psdir='${docdir}'
925 libdir='${exec_prefix}/lib'
926 localedir='${datarootdir}/locale'
927 mandir='${datarootdir}/man'
928
929 ac_prev=
930 ac_dashdash=
931 for ac_option
932 do
933 # If the previous option needs an argument, assign it.
934 if test -n "$ac_prev"; then
935 eval $ac_prev=\$ac_option
936 ac_prev=
937 continue
938 fi
939
940 case $ac_option in
941 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
942 *=) ac_optarg= ;;
943 *) ac_optarg=yes ;;
944 esac
945
946 # Accept the important Cygnus configure options, so we can diagnose typos.
947
948 case $ac_dashdash$ac_option in
949 --)
950 ac_dashdash=yes ;;
951
952 -bindir | --bindir | --bindi | --bind | --bin | --bi)
953 ac_prev=bindir ;;
954 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
955 bindir=$ac_optarg ;;
956
957 -build | --build | --buil | --bui | --bu)
958 ac_prev=build_alias ;;
959 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
960 build_alias=$ac_optarg ;;
961
962 -cache-file | --cache-file | --cache-fil | --cache-fi \
963 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
964 ac_prev=cache_file ;;
965 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
966 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
967 cache_file=$ac_optarg ;;
968
969 --config-cache | -C)
970 cache_file=config.cache ;;
971
972 -datadir | --datadir | --datadi | --datad)
973 ac_prev=datadir ;;
974 -datadir=* | --datadir=* | --datadi=* | --datad=*)
975 datadir=$ac_optarg ;;
976
977 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
978 | --dataroo | --dataro | --datar)
979 ac_prev=datarootdir ;;
980 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
981 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
982 datarootdir=$ac_optarg ;;
983
984 -disable-* | --disable-*)
985 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
986 # Reject names that are not valid shell variable names.
987 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
988 as_fn_error $? "invalid feature name: $ac_useropt"
989 ac_useropt_orig=$ac_useropt
990 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
991 case $ac_user_opts in
992 *"
993 "enable_$ac_useropt"
994 "*) ;;
995 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
996 ac_unrecognized_sep=', ';;
997 esac
998 eval enable_$ac_useropt=no ;;
999
1000 -docdir | --docdir | --docdi | --doc | --do)
1001 ac_prev=docdir ;;
1002 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1003 docdir=$ac_optarg ;;
1004
1005 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1006 ac_prev=dvidir ;;
1007 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1008 dvidir=$ac_optarg ;;
1009
1010 -enable-* | --enable-*)
1011 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1012 # Reject names that are not valid shell variable names.
1013 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1014 as_fn_error $? "invalid feature name: $ac_useropt"
1015 ac_useropt_orig=$ac_useropt
1016 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1017 case $ac_user_opts in
1018 *"
1019 "enable_$ac_useropt"
1020 "*) ;;
1021 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1022 ac_unrecognized_sep=', ';;
1023 esac
1024 eval enable_$ac_useropt=\$ac_optarg ;;
1025
1026 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1027 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1028 | --exec | --exe | --ex)
1029 ac_prev=exec_prefix ;;
1030 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1031 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1032 | --exec=* | --exe=* | --ex=*)
1033 exec_prefix=$ac_optarg ;;
1034
1035 -gas | --gas | --ga | --g)
1036 # Obsolete; use --with-gas.
1037 with_gas=yes ;;
1038
1039 -help | --help | --hel | --he | -h)
1040 ac_init_help=long ;;
1041 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1042 ac_init_help=recursive ;;
1043 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1044 ac_init_help=short ;;
1045
1046 -host | --host | --hos | --ho)
1047 ac_prev=host_alias ;;
1048 -host=* | --host=* | --hos=* | --ho=*)
1049 host_alias=$ac_optarg ;;
1050
1051 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1052 ac_prev=htmldir ;;
1053 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1054 | --ht=*)
1055 htmldir=$ac_optarg ;;
1056
1057 -includedir | --includedir | --includedi | --included | --include \
1058 | --includ | --inclu | --incl | --inc)
1059 ac_prev=includedir ;;
1060 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1061 | --includ=* | --inclu=* | --incl=* | --inc=*)
1062 includedir=$ac_optarg ;;
1063
1064 -infodir | --infodir | --infodi | --infod | --info | --inf)
1065 ac_prev=infodir ;;
1066 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1067 infodir=$ac_optarg ;;
1068
1069 -libdir | --libdir | --libdi | --libd)
1070 ac_prev=libdir ;;
1071 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1072 libdir=$ac_optarg ;;
1073
1074 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1075 | --libexe | --libex | --libe)
1076 ac_prev=libexecdir ;;
1077 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1078 | --libexe=* | --libex=* | --libe=*)
1079 libexecdir=$ac_optarg ;;
1080
1081 -localedir | --localedir | --localedi | --localed | --locale)
1082 ac_prev=localedir ;;
1083 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1084 localedir=$ac_optarg ;;
1085
1086 -localstatedir | --localstatedir | --localstatedi | --localstated \
1087 | --localstate | --localstat | --localsta | --localst | --locals)
1088 ac_prev=localstatedir ;;
1089 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1090 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1091 localstatedir=$ac_optarg ;;
1092
1093 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1094 ac_prev=mandir ;;
1095 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1096 mandir=$ac_optarg ;;
1097
1098 -nfp | --nfp | --nf)
1099 # Obsolete; use --without-fp.
1100 with_fp=no ;;
1101
1102 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1103 | --no-cr | --no-c | -n)
1104 no_create=yes ;;
1105
1106 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1107 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1108 no_recursion=yes ;;
1109
1110 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1111 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1112 | --oldin | --oldi | --old | --ol | --o)
1113 ac_prev=oldincludedir ;;
1114 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1115 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1116 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1117 oldincludedir=$ac_optarg ;;
1118
1119 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1120 ac_prev=prefix ;;
1121 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1122 prefix=$ac_optarg ;;
1123
1124 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1125 | --program-pre | --program-pr | --program-p)
1126 ac_prev=program_prefix ;;
1127 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1128 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1129 program_prefix=$ac_optarg ;;
1130
1131 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1132 | --program-suf | --program-su | --program-s)
1133 ac_prev=program_suffix ;;
1134 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1135 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1136 program_suffix=$ac_optarg ;;
1137
1138 -program-transform-name | --program-transform-name \
1139 | --program-transform-nam | --program-transform-na \
1140 | --program-transform-n | --program-transform- \
1141 | --program-transform | --program-transfor \
1142 | --program-transfo | --program-transf \
1143 | --program-trans | --program-tran \
1144 | --progr-tra | --program-tr | --program-t)
1145 ac_prev=program_transform_name ;;
1146 -program-transform-name=* | --program-transform-name=* \
1147 | --program-transform-nam=* | --program-transform-na=* \
1148 | --program-transform-n=* | --program-transform-=* \
1149 | --program-transform=* | --program-transfor=* \
1150 | --program-transfo=* | --program-transf=* \
1151 | --program-trans=* | --program-tran=* \
1152 | --progr-tra=* | --program-tr=* | --program-t=*)
1153 program_transform_name=$ac_optarg ;;
1154
1155 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1156 ac_prev=pdfdir ;;
1157 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1158 pdfdir=$ac_optarg ;;
1159
1160 -psdir | --psdir | --psdi | --psd | --ps)
1161 ac_prev=psdir ;;
1162 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1163 psdir=$ac_optarg ;;
1164
1165 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1166 | -silent | --silent | --silen | --sile | --sil)
1167 silent=yes ;;
1168
1169 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1170 ac_prev=sbindir ;;
1171 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1172 | --sbi=* | --sb=*)
1173 sbindir=$ac_optarg ;;
1174
1175 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1176 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1177 | --sharedst | --shareds | --shared | --share | --shar \
1178 | --sha | --sh)
1179 ac_prev=sharedstatedir ;;
1180 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1181 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1182 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1183 | --sha=* | --sh=*)
1184 sharedstatedir=$ac_optarg ;;
1185
1186 -site | --site | --sit)
1187 ac_prev=site ;;
1188 -site=* | --site=* | --sit=*)
1189 site=$ac_optarg ;;
1190
1191 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1192 ac_prev=srcdir ;;
1193 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1194 srcdir=$ac_optarg ;;
1195
1196 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1197 | --syscon | --sysco | --sysc | --sys | --sy)
1198 ac_prev=sysconfdir ;;
1199 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1200 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1201 sysconfdir=$ac_optarg ;;
1202
1203 -target | --target | --targe | --targ | --tar | --ta | --t)
1204 ac_prev=target_alias ;;
1205 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1206 target_alias=$ac_optarg ;;
1207
1208 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1209 verbose=yes ;;
1210
1211 -version | --version | --versio | --versi | --vers | -V)
1212 ac_init_version=: ;;
1213
1214 -with-* | --with-*)
1215 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1216 # Reject names that are not valid shell variable names.
1217 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1218 as_fn_error $? "invalid package name: $ac_useropt"
1219 ac_useropt_orig=$ac_useropt
1220 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1221 case $ac_user_opts in
1222 *"
1223 "with_$ac_useropt"
1224 "*) ;;
1225 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1226 ac_unrecognized_sep=', ';;
1227 esac
1228 eval with_$ac_useropt=\$ac_optarg ;;
1229
1230 -without-* | --without-*)
1231 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1232 # Reject names that are not valid shell variable names.
1233 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1234 as_fn_error $? "invalid package name: $ac_useropt"
1235 ac_useropt_orig=$ac_useropt
1236 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1237 case $ac_user_opts in
1238 *"
1239 "with_$ac_useropt"
1240 "*) ;;
1241 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1242 ac_unrecognized_sep=', ';;
1243 esac
1244 eval with_$ac_useropt=no ;;
1245
1246 --x)
1247 # Obsolete; use --with-x.
1248 with_x=yes ;;
1249
1250 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1251 | --x-incl | --x-inc | --x-in | --x-i)
1252 ac_prev=x_includes ;;
1253 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1254 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1255 x_includes=$ac_optarg ;;
1256
1257 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1258 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1259 ac_prev=x_libraries ;;
1260 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1261 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1262 x_libraries=$ac_optarg ;;
1263
1264 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1265 Try \`$0 --help' for more information"
1266 ;;
1267
1268 *=*)
1269 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1270 # Reject names that are not valid shell variable names.
1271 case $ac_envvar in #(
1272 '' | [0-9]* | *[!_$as_cr_alnum]* )
1273 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1274 esac
1275 eval $ac_envvar=\$ac_optarg
1276 export $ac_envvar ;;
1277
1278 *)
1279 # FIXME: should be removed in autoconf 3.0.
1280 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1281 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1282 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1283 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1284 ;;
1285
1286 esac
1287 done
1288
1289 if test -n "$ac_prev"; then
1290 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1291 as_fn_error $? "missing argument to $ac_option"
1292 fi
1293
1294 if test -n "$ac_unrecognized_opts"; then
1295 case $enable_option_checking in
1296 no) ;;
1297 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1298 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1299 esac
1300 fi
1301
1302 # Check all directory arguments for consistency.
1303 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1304 datadir sysconfdir sharedstatedir localstatedir includedir \
1305 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1306 libdir localedir mandir
1307 do
1308 eval ac_val=\$$ac_var
1309 # Remove trailing slashes.
1310 case $ac_val in
1311 */ )
1312 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1313 eval $ac_var=\$ac_val;;
1314 esac
1315 # Be sure to have absolute directory names.
1316 case $ac_val in
1317 [\\/$]* | ?:[\\/]* ) continue;;
1318 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1319 esac
1320 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1321 done
1322
1323 # There might be people who depend on the old broken behavior: `$host'
1324 # used to hold the argument of --host etc.
1325 # FIXME: To remove some day.
1326 build=$build_alias
1327 host=$host_alias
1328 target=$target_alias
1329
1330 # FIXME: To remove some day.
1331 if test "x$host_alias" != x; then
1332 if test "x$build_alias" = x; then
1333 cross_compiling=maybe
1334 elif test "x$build_alias" != "x$host_alias"; then
1335 cross_compiling=yes
1336 fi
1337 fi
1338
1339 ac_tool_prefix=
1340 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1341
1342 test "$silent" = yes && exec 6>/dev/null
1343
1344
1345 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1346 ac_ls_di=`ls -di .` &&
1347 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1348 as_fn_error $? "working directory cannot be determined"
1349 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1350 as_fn_error $? "pwd does not report name of working directory"
1351
1352
1353 # Find the source files, if location was not specified.
1354 if test -z "$srcdir"; then
1355 ac_srcdir_defaulted=yes
1356 # Try the directory containing this script, then the parent directory.
1357 ac_confdir=`$as_dirname -- "$as_myself" ||
1358 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1359 X"$as_myself" : 'X\(//\)[^/]' \| \
1360 X"$as_myself" : 'X\(//\)$' \| \
1361 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1362 $as_echo X"$as_myself" |
1363 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1364 s//\1/
1365 q
1366 }
1367 /^X\(\/\/\)[^/].*/{
1368 s//\1/
1369 q
1370 }
1371 /^X\(\/\/\)$/{
1372 s//\1/
1373 q
1374 }
1375 /^X\(\/\).*/{
1376 s//\1/
1377 q
1378 }
1379 s/.*/./; q'`
1380 srcdir=$ac_confdir
1381 if test ! -r "$srcdir/$ac_unique_file"; then
1382 srcdir=..
1383 fi
1384 else
1385 ac_srcdir_defaulted=no
1386 fi
1387 if test ! -r "$srcdir/$ac_unique_file"; then
1388 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1389 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1390 fi
1391 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1392 ac_abs_confdir=`(
1393 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1394 pwd)`
1395 # When building in place, set srcdir=.
1396 if test "$ac_abs_confdir" = "$ac_pwd"; then
1397 srcdir=.
1398 fi
1399 # Remove unnecessary trailing slashes from srcdir.
1400 # Double slashes in file names in object file debugging info
1401 # mess up M-x gdb in Emacs.
1402 case $srcdir in
1403 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1404 esac
1405 for ac_var in $ac_precious_vars; do
1406 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1407 eval ac_env_${ac_var}_value=\$${ac_var}
1408 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1409 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1410 done
1411
1412 #
1413 # Report the --help message.
1414 #
1415 if test "$ac_init_help" = "long"; then
1416 # Omit some internal or obsolete options to make the list less imposing.
1417 # This message is too long to be a string in the A/UX 3.1 sh.
1418 cat <<_ACEOF
1419 \`configure' configures charybdis 3.6.0-dev to adapt to many kinds of systems.
1420
1421 Usage: $0 [OPTION]... [VAR=VALUE]...
1422
1423 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1424 VAR=VALUE. See below for descriptions of some of the useful variables.
1425
1426 Defaults for the options are specified in brackets.
1427
1428 Configuration:
1429 -h, --help display this help and exit
1430 --help=short display options specific to this package
1431 --help=recursive display the short help of all the included packages
1432 -V, --version display version information and exit
1433 -q, --quiet, --silent do not print \`checking ...' messages
1434 --cache-file=FILE cache test results in FILE [disabled]
1435 -C, --config-cache alias for \`--cache-file=config.cache'
1436 -n, --no-create do not create output files
1437 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1438
1439 Installation directories:
1440 --prefix=PREFIX install architecture-independent files in PREFIX
1441 [$ac_default_prefix]
1442 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1443 [PREFIX]
1444
1445 By default, \`make install' will install all the files in
1446 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1447 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1448 for instance \`--prefix=\$HOME'.
1449
1450 For better control, use the options below.
1451
1452 Fine tuning of the installation directories:
1453 --bindir=DIR user executables [EPREFIX/bin]
1454 --sbindir=DIR system admin executables [EPREFIX/sbin]
1455 --libexecdir=DIR program executables [EPREFIX/libexec]
1456 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1457 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1458 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1459 --libdir=DIR object code libraries [EPREFIX/lib]
1460 --includedir=DIR C header files [PREFIX/include]
1461 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1462 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1463 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1464 --infodir=DIR info documentation [DATAROOTDIR/info]
1465 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1466 --mandir=DIR man documentation [DATAROOTDIR/man]
1467 --docdir=DIR documentation root [DATAROOTDIR/doc/charybdis]
1468 --htmldir=DIR html documentation [DOCDIR]
1469 --dvidir=DIR dvi documentation [DOCDIR]
1470 --pdfdir=DIR pdf documentation [DOCDIR]
1471 --psdir=DIR ps documentation [DOCDIR]
1472 _ACEOF
1473
1474 cat <<\_ACEOF
1475
1476 Program names:
1477 --program-prefix=PREFIX prepend PREFIX to installed program names
1478 --program-suffix=SUFFIX append SUFFIX to installed program names
1479 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1480
1481 System types:
1482 --build=BUILD configure for building on BUILD [guessed]
1483 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1484 _ACEOF
1485 fi
1486
1487 if test -n "$ac_init_help"; then
1488 case $ac_init_help in
1489 short | recursive ) echo "Configuration of charybdis 3.6.0-dev:";;
1490 esac
1491 cat <<\_ACEOF
1492
1493 Optional Features:
1494 --disable-option-checking ignore unrecognized --enable/--with options
1495 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1496 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1497 --enable-dependency-tracking
1498 do not reject slow dependency extractors
1499 --disable-dependency-tracking
1500 speeds up one-time build
1501 --enable-silent-rules less verbose build output (undo: "make V=1")
1502 --disable-silent-rules verbose build output (undo: "make V=0")
1503 --enable-static[=PKGS] build static libraries [default=no]
1504 --enable-shared[=PKGS] build shared libraries [default=yes]
1505 --enable-fast-install[=PKGS]
1506 optimize for fast installation [default=yes]
1507 --disable-libtool-lock avoid locking (might break parallel builds)
1508 --enable-ltdl-install install libltdl
1509 --enable-fhs-paths Use more FHS-like pathnames (for packagers).
1510 --enable-ipv6 Enable IPv6 support
1511 --enable-openssl=DIR Enable OpenSSL support (DIR optional).
1512 --disable-openssl Disable OpenSSL support.
1513 --disable-zlib Disable ziplinks support
1514 --enable-assert Enable assert(). Choose between soft(warnings) and
1515 hard(aborts the daemon)
1516 --enable-iodebug Enable IO Debugging hooks
1517 --enable-profile Enable profiling
1518 --disable-balloc Disable the block allocator.
1519 --enable-small-net Enable small network support.
1520 --enable-warnings Enable all sorts of warnings for debugging.
1521
1522 Optional Packages:
1523 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1524 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1525 --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
1526 both]
1527 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1528 --with-sysroot=DIR Search for dependent libraries within DIR
1529 (or the compiler's sysroot if not specified).
1530 --with-included-ltdl use the GNU ltdl sources included here
1531 --with-ltdl-include=DIR use the ltdl headers installed in DIR
1532 --with-ltdl-lib=DIR use the libltdl.la installed in DIR
1533 --with-zlib-path=DIR Path to libz.so for ziplinks support.
1534 --with-shared-sqlite Use shared sqlite
1535 --with-confdir=DIR Directory to install config files [deprecated, use
1536 --sysconfdir instead].
1537 --with-logdir=DIR Directory where to write logfiles.
1538 --with-helpdir=DIR Directory to install help files.
1539 --with-moduledir=DIR Directory to install modules.
1540 --with-rundir=DIR Directory in which to store pidfile.
1541 --with-program-prefix= If set, programs installed into PATH will be
1542 installed with names prefixed by this prefix.
1543 --with-custom-branding=NAME
1544 Custom branding name.
1545 --with-custom-version=NAME
1546 Custom version branding.
1547 --with-nicklen=LENGTH Set the upper-bound nick length to LENGTH (default
1548 31, max 50)
1549 --with-topiclen=NUMBER Set the max topic length to NUMBER (default 390, max
1550 390)
1551
1552 Some influential environment variables:
1553 CC C compiler command
1554 CFLAGS C compiler flags
1555 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1556 nonstandard directory <lib dir>
1557 LIBS libraries to pass to the linker, e.g. -l<library>
1558 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1559 you have headers in a nonstandard directory <include dir>
1560 CPP C preprocessor
1561 YACC The `Yet Another Compiler Compiler' implementation to use.
1562 Defaults to the first program found out of: `bison -y', `byacc',
1563 `yacc'.
1564 YFLAGS The list of arguments that will be passed by default to $YACC.
1565 This script will default YFLAGS to the empty string to avoid a
1566 default value of `-d' given by some make applications.
1567 PKG_CONFIG path to pkg-config utility
1568 PKG_CONFIG_PATH
1569 directories to add to pkg-config's search path
1570 PKG_CONFIG_LIBDIR
1571 path overriding pkg-config's built-in search path
1572 SQLITE_CFLAGS
1573 C compiler flags for SQLITE, overriding pkg-config
1574 SQLITE_LIBS linker flags for SQLITE, overriding pkg-config
1575
1576 Use these variables to override the choices made by `configure' or to help
1577 it to find libraries and programs with nonstandard names/locations.
1578
1579 Report bugs to the package provider.
1580 _ACEOF
1581 ac_status=$?
1582 fi
1583
1584 if test "$ac_init_help" = "recursive"; then
1585 # If there are subdirs, report their specific --help.
1586 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1587 test -d "$ac_dir" ||
1588 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1589 continue
1590 ac_builddir=.
1591
1592 case "$ac_dir" in
1593 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1594 *)
1595 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1596 # A ".." for each directory in $ac_dir_suffix.
1597 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1598 case $ac_top_builddir_sub in
1599 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1600 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1601 esac ;;
1602 esac
1603 ac_abs_top_builddir=$ac_pwd
1604 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1605 # for backward compatibility:
1606 ac_top_builddir=$ac_top_build_prefix
1607
1608 case $srcdir in
1609 .) # We are building in place.
1610 ac_srcdir=.
1611 ac_top_srcdir=$ac_top_builddir_sub
1612 ac_abs_top_srcdir=$ac_pwd ;;
1613 [\\/]* | ?:[\\/]* ) # Absolute name.
1614 ac_srcdir=$srcdir$ac_dir_suffix;
1615 ac_top_srcdir=$srcdir
1616 ac_abs_top_srcdir=$srcdir ;;
1617 *) # Relative name.
1618 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1619 ac_top_srcdir=$ac_top_build_prefix$srcdir
1620 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1621 esac
1622 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1623
1624 cd "$ac_dir" || { ac_status=$?; continue; }
1625 # Check for guested configure.
1626 if test -f "$ac_srcdir/configure.gnu"; then
1627 echo &&
1628 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1629 elif test -f "$ac_srcdir/configure"; then
1630 echo &&
1631 $SHELL "$ac_srcdir/configure" --help=recursive
1632 else
1633 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1634 fi || ac_status=$?
1635 cd "$ac_pwd" || { ac_status=$?; break; }
1636 done
1637 fi
1638
1639 test -n "$ac_init_help" && exit $ac_status
1640 if $ac_init_version; then
1641 cat <<\_ACEOF
1642 charybdis configure 3.6.0-dev
1643 generated by GNU Autoconf 2.69
1644
1645 Copyright (C) 2012 Free Software Foundation, Inc.
1646 This configure script is free software; the Free Software Foundation
1647 gives unlimited permission to copy, distribute and modify it.
1648 _ACEOF
1649 exit
1650 fi
1651
1652 ## ------------------------ ##
1653 ## Autoconf initialization. ##
1654 ## ------------------------ ##
1655
1656 # ac_fn_c_try_compile LINENO
1657 # --------------------------
1658 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1659 ac_fn_c_try_compile ()
1660 {
1661 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1662 rm -f conftest.$ac_objext
1663 if { { ac_try="$ac_compile"
1664 case "(($ac_try" in
1665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1666 *) ac_try_echo=$ac_try;;
1667 esac
1668 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1669 $as_echo "$ac_try_echo"; } >&5
1670 (eval "$ac_compile") 2>conftest.err
1671 ac_status=$?
1672 if test -s conftest.err; then
1673 grep -v '^ *+' conftest.err >conftest.er1
1674 cat conftest.er1 >&5
1675 mv -f conftest.er1 conftest.err
1676 fi
1677 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1678 test $ac_status = 0; } && {
1679 test -z "$ac_c_werror_flag" ||
1680 test ! -s conftest.err
1681 } && test -s conftest.$ac_objext; then :
1682 ac_retval=0
1683 else
1684 $as_echo "$as_me: failed program was:" >&5
1685 sed 's/^/| /' conftest.$ac_ext >&5
1686
1687 ac_retval=1
1688 fi
1689 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1690 as_fn_set_status $ac_retval
1691
1692 } # ac_fn_c_try_compile
1693
1694 # ac_fn_c_try_cpp LINENO
1695 # ----------------------
1696 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1697 ac_fn_c_try_cpp ()
1698 {
1699 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1700 if { { ac_try="$ac_cpp conftest.$ac_ext"
1701 case "(($ac_try" in
1702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1703 *) ac_try_echo=$ac_try;;
1704 esac
1705 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1706 $as_echo "$ac_try_echo"; } >&5
1707 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1708 ac_status=$?
1709 if test -s conftest.err; then
1710 grep -v '^ *+' conftest.err >conftest.er1
1711 cat conftest.er1 >&5
1712 mv -f conftest.er1 conftest.err
1713 fi
1714 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1715 test $ac_status = 0; } > conftest.i && {
1716 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1717 test ! -s conftest.err
1718 }; then :
1719 ac_retval=0
1720 else
1721 $as_echo "$as_me: failed program was:" >&5
1722 sed 's/^/| /' conftest.$ac_ext >&5
1723
1724 ac_retval=1
1725 fi
1726 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1727 as_fn_set_status $ac_retval
1728
1729 } # ac_fn_c_try_cpp
1730
1731 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1732 # -------------------------------------------------------
1733 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1734 # the include files in INCLUDES and setting the cache variable VAR
1735 # accordingly.
1736 ac_fn_c_check_header_mongrel ()
1737 {
1738 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1739 if eval \${$3+:} false; then :
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1741 $as_echo_n "checking for $2... " >&6; }
1742 if eval \${$3+:} false; then :
1743 $as_echo_n "(cached) " >&6
1744 fi
1745 eval ac_res=\$$3
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1747 $as_echo "$ac_res" >&6; }
1748 else
1749 # Is the header compilable?
1750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1751 $as_echo_n "checking $2 usability... " >&6; }
1752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1753 /* end confdefs.h. */
1754 $4
1755 #include <$2>
1756 _ACEOF
1757 if ac_fn_c_try_compile "$LINENO"; then :
1758 ac_header_compiler=yes
1759 else
1760 ac_header_compiler=no
1761 fi
1762 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1764 $as_echo "$ac_header_compiler" >&6; }
1765
1766 # Is the header present?
1767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1768 $as_echo_n "checking $2 presence... " >&6; }
1769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1770 /* end confdefs.h. */
1771 #include <$2>
1772 _ACEOF
1773 if ac_fn_c_try_cpp "$LINENO"; then :
1774 ac_header_preproc=yes
1775 else
1776 ac_header_preproc=no
1777 fi
1778 rm -f conftest.err conftest.i conftest.$ac_ext
1779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1780 $as_echo "$ac_header_preproc" >&6; }
1781
1782 # So? What about this header?
1783 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1784 yes:no: )
1785 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1786 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1787 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1788 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1789 ;;
1790 no:yes:* )
1791 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1792 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1794 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1796 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1797 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1798 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1799 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1800 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1801 ;;
1802 esac
1803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1804 $as_echo_n "checking for $2... " >&6; }
1805 if eval \${$3+:} false; then :
1806 $as_echo_n "(cached) " >&6
1807 else
1808 eval "$3=\$ac_header_compiler"
1809 fi
1810 eval ac_res=\$$3
1811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1812 $as_echo "$ac_res" >&6; }
1813 fi
1814 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1815
1816 } # ac_fn_c_check_header_mongrel
1817
1818 # ac_fn_c_try_run LINENO
1819 # ----------------------
1820 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1821 # that executables *can* be run.
1822 ac_fn_c_try_run ()
1823 {
1824 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1825 if { { ac_try="$ac_link"
1826 case "(($ac_try" in
1827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1828 *) ac_try_echo=$ac_try;;
1829 esac
1830 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1831 $as_echo "$ac_try_echo"; } >&5
1832 (eval "$ac_link") 2>&5
1833 ac_status=$?
1834 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1835 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1836 { { case "(($ac_try" in
1837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1838 *) ac_try_echo=$ac_try;;
1839 esac
1840 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1841 $as_echo "$ac_try_echo"; } >&5
1842 (eval "$ac_try") 2>&5
1843 ac_status=$?
1844 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1845 test $ac_status = 0; }; }; then :
1846 ac_retval=0
1847 else
1848 $as_echo "$as_me: program exited with status $ac_status" >&5
1849 $as_echo "$as_me: failed program was:" >&5
1850 sed 's/^/| /' conftest.$ac_ext >&5
1851
1852 ac_retval=$ac_status
1853 fi
1854 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1855 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1856 as_fn_set_status $ac_retval
1857
1858 } # ac_fn_c_try_run
1859
1860 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1861 # -------------------------------------------------------
1862 # Tests whether HEADER exists and can be compiled using the include files in
1863 # INCLUDES, setting the cache variable VAR accordingly.
1864 ac_fn_c_check_header_compile ()
1865 {
1866 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1868 $as_echo_n "checking for $2... " >&6; }
1869 if eval \${$3+:} false; then :
1870 $as_echo_n "(cached) " >&6
1871 else
1872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1873 /* end confdefs.h. */
1874 $4
1875 #include <$2>
1876 _ACEOF
1877 if ac_fn_c_try_compile "$LINENO"; then :
1878 eval "$3=yes"
1879 else
1880 eval "$3=no"
1881 fi
1882 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1883 fi
1884 eval ac_res=\$$3
1885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1886 $as_echo "$ac_res" >&6; }
1887 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1888
1889 } # ac_fn_c_check_header_compile
1890
1891 # ac_fn_c_try_link LINENO
1892 # -----------------------
1893 # Try to link conftest.$ac_ext, and return whether this succeeded.
1894 ac_fn_c_try_link ()
1895 {
1896 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1897 rm -f conftest.$ac_objext conftest$ac_exeext
1898 if { { ac_try="$ac_link"
1899 case "(($ac_try" in
1900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1901 *) ac_try_echo=$ac_try;;
1902 esac
1903 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1904 $as_echo "$ac_try_echo"; } >&5
1905 (eval "$ac_link") 2>conftest.err
1906 ac_status=$?
1907 if test -s conftest.err; then
1908 grep -v '^ *+' conftest.err >conftest.er1
1909 cat conftest.er1 >&5
1910 mv -f conftest.er1 conftest.err
1911 fi
1912 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1913 test $ac_status = 0; } && {
1914 test -z "$ac_c_werror_flag" ||
1915 test ! -s conftest.err
1916 } && test -s conftest$ac_exeext && {
1917 test "$cross_compiling" = yes ||
1918 test -x conftest$ac_exeext
1919 }; then :
1920 ac_retval=0
1921 else
1922 $as_echo "$as_me: failed program was:" >&5
1923 sed 's/^/| /' conftest.$ac_ext >&5
1924
1925 ac_retval=1
1926 fi
1927 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1928 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1929 # interfere with the next link command; also delete a directory that is
1930 # left behind by Apple's compiler. We do this before executing the actions.
1931 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1932 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1933 as_fn_set_status $ac_retval
1934
1935 } # ac_fn_c_try_link
1936
1937 # ac_fn_c_check_func LINENO FUNC VAR
1938 # ----------------------------------
1939 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1940 ac_fn_c_check_func ()
1941 {
1942 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1944 $as_echo_n "checking for $2... " >&6; }
1945 if eval \${$3+:} false; then :
1946 $as_echo_n "(cached) " >&6
1947 else
1948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1949 /* end confdefs.h. */
1950 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1951 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1952 #define $2 innocuous_$2
1953
1954 /* System header to define __stub macros and hopefully few prototypes,
1955 which can conflict with char $2 (); below.
1956 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1957 <limits.h> exists even on freestanding compilers. */
1958
1959 #ifdef __STDC__
1960 # include <limits.h>
1961 #else
1962 # include <assert.h>
1963 #endif
1964
1965 #undef $2
1966
1967 /* Override any GCC internal prototype to avoid an error.
1968 Use char because int might match the return type of a GCC
1969 builtin and then its argument prototype would still apply. */
1970 #ifdef __cplusplus
1971 extern "C"
1972 #endif
1973 char $2 ();
1974 /* The GNU C library defines this for functions which it implements
1975 to always fail with ENOSYS. Some functions are actually named
1976 something starting with __ and the normal name is an alias. */
1977 #if defined __stub_$2 || defined __stub___$2
1978 choke me
1979 #endif
1980
1981 int
1982 main ()
1983 {
1984 return $2 ();
1985 ;
1986 return 0;
1987 }
1988 _ACEOF
1989 if ac_fn_c_try_link "$LINENO"; then :
1990 eval "$3=yes"
1991 else
1992 eval "$3=no"
1993 fi
1994 rm -f core conftest.err conftest.$ac_objext \
1995 conftest$ac_exeext conftest.$ac_ext
1996 fi
1997 eval ac_res=\$$3
1998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1999 $as_echo "$ac_res" >&6; }
2000 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2001
2002 } # ac_fn_c_check_func
2003
2004 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2005 # ---------------------------------------------
2006 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2007 # accordingly.
2008 ac_fn_c_check_decl ()
2009 {
2010 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2011 as_decl_name=`echo $2|sed 's/ *(.*//'`
2012 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2014 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2015 if eval \${$3+:} false; then :
2016 $as_echo_n "(cached) " >&6
2017 else
2018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2019 /* end confdefs.h. */
2020 $4
2021 int
2022 main ()
2023 {
2024 #ifndef $as_decl_name
2025 #ifdef __cplusplus
2026 (void) $as_decl_use;
2027 #else
2028 (void) $as_decl_name;
2029 #endif
2030 #endif
2031
2032 ;
2033 return 0;
2034 }
2035 _ACEOF
2036 if ac_fn_c_try_compile "$LINENO"; then :
2037 eval "$3=yes"
2038 else
2039 eval "$3=no"
2040 fi
2041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2042 fi
2043 eval ac_res=\$$3
2044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2045 $as_echo "$ac_res" >&6; }
2046 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2047
2048 } # ac_fn_c_check_decl
2049
2050 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2051 # -------------------------------------------
2052 # Tests whether TYPE exists after having included INCLUDES, setting cache
2053 # variable VAR accordingly.
2054 ac_fn_c_check_type ()
2055 {
2056 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2058 $as_echo_n "checking for $2... " >&6; }
2059 if eval \${$3+:} false; then :
2060 $as_echo_n "(cached) " >&6
2061 else
2062 eval "$3=no"
2063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2064 /* end confdefs.h. */
2065 $4
2066 int
2067 main ()
2068 {
2069 if (sizeof ($2))
2070 return 0;
2071 ;
2072 return 0;
2073 }
2074 _ACEOF
2075 if ac_fn_c_try_compile "$LINENO"; then :
2076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2077 /* end confdefs.h. */
2078 $4
2079 int
2080 main ()
2081 {
2082 if (sizeof (($2)))
2083 return 0;
2084 ;
2085 return 0;
2086 }
2087 _ACEOF
2088 if ac_fn_c_try_compile "$LINENO"; then :
2089
2090 else
2091 eval "$3=yes"
2092 fi
2093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2094 fi
2095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2096 fi
2097 eval ac_res=\$$3
2098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2099 $as_echo "$ac_res" >&6; }
2100 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2101
2102 } # ac_fn_c_check_type
2103
2104 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2105 # --------------------------------------------
2106 # Tries to find the compile-time value of EXPR in a program that includes
2107 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2108 # computed
2109 ac_fn_c_compute_int ()
2110 {
2111 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2112 if test "$cross_compiling" = yes; then
2113 # Depending upon the size, compute the lo and hi bounds.
2114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2115 /* end confdefs.h. */
2116 $4
2117 int
2118 main ()
2119 {
2120 static int test_array [1 - 2 * !(($2) >= 0)];
2121 test_array [0] = 0;
2122 return test_array [0];
2123
2124 ;
2125 return 0;
2126 }
2127 _ACEOF
2128 if ac_fn_c_try_compile "$LINENO"; then :
2129 ac_lo=0 ac_mid=0
2130 while :; do
2131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2132 /* end confdefs.h. */
2133 $4
2134 int
2135 main ()
2136 {
2137 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2138 test_array [0] = 0;
2139 return test_array [0];
2140
2141 ;
2142 return 0;
2143 }
2144 _ACEOF
2145 if ac_fn_c_try_compile "$LINENO"; then :
2146 ac_hi=$ac_mid; break
2147 else
2148 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2149 if test $ac_lo -le $ac_mid; then
2150 ac_lo= ac_hi=
2151 break
2152 fi
2153 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2154 fi
2155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2156 done
2157 else
2158 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2159 /* end confdefs.h. */
2160 $4
2161 int
2162 main ()
2163 {
2164 static int test_array [1 - 2 * !(($2) < 0)];
2165 test_array [0] = 0;
2166 return test_array [0];
2167
2168 ;
2169 return 0;
2170 }
2171 _ACEOF
2172 if ac_fn_c_try_compile "$LINENO"; then :
2173 ac_hi=-1 ac_mid=-1
2174 while :; do
2175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2176 /* end confdefs.h. */
2177 $4
2178 int
2179 main ()
2180 {
2181 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2182 test_array [0] = 0;
2183 return test_array [0];
2184
2185 ;
2186 return 0;
2187 }
2188 _ACEOF
2189 if ac_fn_c_try_compile "$LINENO"; then :
2190 ac_lo=$ac_mid; break
2191 else
2192 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2193 if test $ac_mid -le $ac_hi; then
2194 ac_lo= ac_hi=
2195 break
2196 fi
2197 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2198 fi
2199 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2200 done
2201 else
2202 ac_lo= ac_hi=
2203 fi
2204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2205 fi
2206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2207 # Binary search between lo and hi bounds.
2208 while test "x$ac_lo" != "x$ac_hi"; do
2209 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2211 /* end confdefs.h. */
2212 $4
2213 int
2214 main ()
2215 {
2216 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2217 test_array [0] = 0;
2218 return test_array [0];
2219
2220 ;
2221 return 0;
2222 }
2223 _ACEOF
2224 if ac_fn_c_try_compile "$LINENO"; then :
2225 ac_hi=$ac_mid
2226 else
2227 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2228 fi
2229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2230 done
2231 case $ac_lo in #((
2232 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2233 '') ac_retval=1 ;;
2234 esac
2235 else
2236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2237 /* end confdefs.h. */
2238 $4
2239 static long int longval () { return $2; }
2240 static unsigned long int ulongval () { return $2; }
2241 #include <stdio.h>
2242 #include <stdlib.h>
2243 int
2244 main ()
2245 {
2246
2247 FILE *f = fopen ("conftest.val", "w");
2248 if (! f)
2249 return 1;
2250 if (($2) < 0)
2251 {
2252 long int i = longval ();
2253 if (i != ($2))
2254 return 1;
2255 fprintf (f, "%ld", i);
2256 }
2257 else
2258 {
2259 unsigned long int i = ulongval ();
2260 if (i != ($2))
2261 return 1;
2262 fprintf (f, "%lu", i);
2263 }
2264 /* Do not output a trailing newline, as this causes \r\n confusion
2265 on some platforms. */
2266 return ferror (f) || fclose (f) != 0;
2267
2268 ;
2269 return 0;
2270 }
2271 _ACEOF
2272 if ac_fn_c_try_run "$LINENO"; then :
2273 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2274 else
2275 ac_retval=1
2276 fi
2277 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2278 conftest.$ac_objext conftest.beam conftest.$ac_ext
2279 rm -f conftest.val
2280
2281 fi
2282 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2283 as_fn_set_status $ac_retval
2284
2285 } # ac_fn_c_compute_int
2286 cat >config.log <<_ACEOF
2287 This file contains any messages produced by compilers while
2288 running configure, to aid debugging if configure makes a mistake.
2289
2290 It was created by charybdis $as_me 3.6.0-dev, which was
2291 generated by GNU Autoconf 2.69. Invocation command line was
2292
2293 $ $0 $@
2294
2295 _ACEOF
2296 exec 5>>config.log
2297 {
2298 cat <<_ASUNAME
2299 ## --------- ##
2300 ## Platform. ##
2301 ## --------- ##
2302
2303 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2304 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2305 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2306 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2307 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2308
2309 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2310 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2311
2312 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2313 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2314 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2315 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2316 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2317 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2318 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2319
2320 _ASUNAME
2321
2322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2323 for as_dir in $PATH
2324 do
2325 IFS=$as_save_IFS
2326 test -z "$as_dir" && as_dir=.
2327 $as_echo "PATH: $as_dir"
2328 done
2329 IFS=$as_save_IFS
2330
2331 } >&5
2332
2333 cat >&5 <<_ACEOF
2334
2335
2336 ## ----------- ##
2337 ## Core tests. ##
2338 ## ----------- ##
2339
2340 _ACEOF
2341
2342
2343 # Keep a trace of the command line.
2344 # Strip out --no-create and --no-recursion so they do not pile up.
2345 # Strip out --silent because we don't want to record it for future runs.
2346 # Also quote any args containing shell meta-characters.
2347 # Make two passes to allow for proper duplicate-argument suppression.
2348 ac_configure_args=
2349 ac_configure_args0=
2350 ac_configure_args1=
2351 ac_must_keep_next=false
2352 for ac_pass in 1 2
2353 do
2354 for ac_arg
2355 do
2356 case $ac_arg in
2357 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2358 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2359 | -silent | --silent | --silen | --sile | --sil)
2360 continue ;;
2361 *\'*)
2362 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2363 esac
2364 case $ac_pass in
2365 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2366 2)
2367 as_fn_append ac_configure_args1 " '$ac_arg'"
2368 if test $ac_must_keep_next = true; then
2369 ac_must_keep_next=false # Got value, back to normal.
2370 else
2371 case $ac_arg in
2372 *=* | --config-cache | -C | -disable-* | --disable-* \
2373 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2374 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2375 | -with-* | --with-* | -without-* | --without-* | --x)
2376 case "$ac_configure_args0 " in
2377 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2378 esac
2379 ;;
2380 -* ) ac_must_keep_next=true ;;
2381 esac
2382 fi
2383 as_fn_append ac_configure_args " '$ac_arg'"
2384 ;;
2385 esac
2386 done
2387 done
2388 { ac_configure_args0=; unset ac_configure_args0;}
2389 { ac_configure_args1=; unset ac_configure_args1;}
2390
2391 # When interrupted or exit'd, cleanup temporary files, and complete
2392 # config.log. We remove comments because anyway the quotes in there
2393 # would cause problems or look ugly.
2394 # WARNING: Use '\'' to represent an apostrophe within the trap.
2395 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2396 trap 'exit_status=$?
2397 # Save into config.log some information that might help in debugging.
2398 {
2399 echo
2400
2401 $as_echo "## ---------------- ##
2402 ## Cache variables. ##
2403 ## ---------------- ##"
2404 echo
2405 # The following way of writing the cache mishandles newlines in values,
2406 (
2407 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2408 eval ac_val=\$$ac_var
2409 case $ac_val in #(
2410 *${as_nl}*)
2411 case $ac_var in #(
2412 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2413 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2414 esac
2415 case $ac_var in #(
2416 _ | IFS | as_nl) ;; #(
2417 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2418 *) { eval $ac_var=; unset $ac_var;} ;;
2419 esac ;;
2420 esac
2421 done
2422 (set) 2>&1 |
2423 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2424 *${as_nl}ac_space=\ *)
2425 sed -n \
2426 "s/'\''/'\''\\\\'\'''\''/g;
2427 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2428 ;; #(
2429 *)
2430 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2431 ;;
2432 esac |
2433 sort
2434 )
2435 echo
2436
2437 $as_echo "## ----------------- ##
2438 ## Output variables. ##
2439 ## ----------------- ##"
2440 echo
2441 for ac_var in $ac_subst_vars
2442 do
2443 eval ac_val=\$$ac_var
2444 case $ac_val in
2445 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2446 esac
2447 $as_echo "$ac_var='\''$ac_val'\''"
2448 done | sort
2449 echo
2450
2451 if test -n "$ac_subst_files"; then
2452 $as_echo "## ------------------- ##
2453 ## File substitutions. ##
2454 ## ------------------- ##"
2455 echo
2456 for ac_var in $ac_subst_files
2457 do
2458 eval ac_val=\$$ac_var
2459 case $ac_val in
2460 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2461 esac
2462 $as_echo "$ac_var='\''$ac_val'\''"
2463 done | sort
2464 echo
2465 fi
2466
2467 if test -s confdefs.h; then
2468 $as_echo "## ----------- ##
2469 ## confdefs.h. ##
2470 ## ----------- ##"
2471 echo
2472 cat confdefs.h
2473 echo
2474 fi
2475 test "$ac_signal" != 0 &&
2476 $as_echo "$as_me: caught signal $ac_signal"
2477 $as_echo "$as_me: exit $exit_status"
2478 } >&5
2479 rm -f core *.core core.conftest.* &&
2480 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2481 exit $exit_status
2482 ' 0
2483 for ac_signal in 1 2 13 15; do
2484 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2485 done
2486 ac_signal=0
2487
2488 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2489 rm -f -r conftest* confdefs.h
2490
2491 $as_echo "/* confdefs.h */" > confdefs.h
2492
2493 # Predefined preprocessor variables.
2494
2495 cat >>confdefs.h <<_ACEOF
2496 #define PACKAGE_NAME "$PACKAGE_NAME"
2497 _ACEOF
2498
2499 cat >>confdefs.h <<_ACEOF
2500 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2501 _ACEOF
2502
2503 cat >>confdefs.h <<_ACEOF
2504 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2505 _ACEOF
2506
2507 cat >>confdefs.h <<_ACEOF
2508 #define PACKAGE_STRING "$PACKAGE_STRING"
2509 _ACEOF
2510
2511 cat >>confdefs.h <<_ACEOF
2512 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2513 _ACEOF
2514
2515 cat >>confdefs.h <<_ACEOF
2516 #define PACKAGE_URL "$PACKAGE_URL"
2517 _ACEOF
2518
2519
2520 # Let the site file select an alternate cache file if it wants to.
2521 # Prefer an explicitly selected file to automatically selected ones.
2522 ac_site_file1=NONE
2523 ac_site_file2=NONE
2524 if test -n "$CONFIG_SITE"; then
2525 # We do not want a PATH search for config.site.
2526 case $CONFIG_SITE in #((
2527 -*) ac_site_file1=./$CONFIG_SITE;;
2528 */*) ac_site_file1=$CONFIG_SITE;;
2529 *) ac_site_file1=./$CONFIG_SITE;;
2530 esac
2531 elif test "x$prefix" != xNONE; then
2532 ac_site_file1=$prefix/share/config.site
2533 ac_site_file2=$prefix/etc/config.site
2534 else
2535 ac_site_file1=$ac_default_prefix/share/config.site
2536 ac_site_file2=$ac_default_prefix/etc/config.site
2537 fi
2538 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2539 do
2540 test "x$ac_site_file" = xNONE && continue
2541 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2542 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2543 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2544 sed 's/^/| /' "$ac_site_file" >&5
2545 . "$ac_site_file" \
2546 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2547 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2548 as_fn_error $? "failed to load site script $ac_site_file
2549 See \`config.log' for more details" "$LINENO" 5; }
2550 fi
2551 done
2552
2553 if test -r "$cache_file"; then
2554 # Some versions of bash will fail to source /dev/null (special files
2555 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2556 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2557 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2558 $as_echo "$as_me: loading cache $cache_file" >&6;}
2559 case $cache_file in
2560 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2561 *) . "./$cache_file";;
2562 esac
2563 fi
2564 else
2565 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2566 $as_echo "$as_me: creating cache $cache_file" >&6;}
2567 >$cache_file
2568 fi
2569
2570 # Check that the precious variables saved in the cache have kept the same
2571 # value.
2572 ac_cache_corrupted=false
2573 for ac_var in $ac_precious_vars; do
2574 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2575 eval ac_new_set=\$ac_env_${ac_var}_set
2576 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2577 eval ac_new_val=\$ac_env_${ac_var}_value
2578 case $ac_old_set,$ac_new_set in
2579 set,)
2580 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2581 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2582 ac_cache_corrupted=: ;;
2583 ,set)
2584 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2585 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2586 ac_cache_corrupted=: ;;
2587 ,);;
2588 *)
2589 if test "x$ac_old_val" != "x$ac_new_val"; then
2590 # differences in whitespace do not lead to failure.
2591 ac_old_val_w=`echo x $ac_old_val`
2592 ac_new_val_w=`echo x $ac_new_val`
2593 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2595 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2596 ac_cache_corrupted=:
2597 else
2598 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2599 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2600 eval $ac_var=\$ac_old_val
2601 fi
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2603 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2604 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2605 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2606 fi;;
2607 esac
2608 # Pass precious variables to config.status.
2609 if test "$ac_new_set" = set; then
2610 case $ac_new_val in
2611 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2612 *) ac_arg=$ac_var=$ac_new_val ;;
2613 esac
2614 case " $ac_configure_args " in
2615 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2616 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2617 esac
2618 fi
2619 done
2620 if $ac_cache_corrupted; then
2621 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2622 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2623 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2624 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2625 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2626 fi
2627 ## -------------------- ##
2628 ## Main body of script. ##
2629 ## -------------------- ##
2630
2631 ac_ext=c
2632 ac_cpp='$CPP $CPPFLAGS'
2633 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2634 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2635 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2636
2637
2638
2639 ac_ext=c
2640 ac_cpp='$CPP $CPPFLAGS'
2641 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2642 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2643 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2644
2645 ac_aux_dir=
2646 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2647 if test -f "$ac_dir/install-sh"; then
2648 ac_aux_dir=$ac_dir
2649 ac_install_sh="$ac_aux_dir/install-sh -c"
2650 break
2651 elif test -f "$ac_dir/install.sh"; then
2652 ac_aux_dir=$ac_dir
2653 ac_install_sh="$ac_aux_dir/install.sh -c"
2654 break
2655 elif test -f "$ac_dir/shtool"; then
2656 ac_aux_dir=$ac_dir
2657 ac_install_sh="$ac_aux_dir/shtool install -c"
2658 break
2659 fi
2660 done
2661 if test -z "$ac_aux_dir"; then
2662 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2663 fi
2664
2665 # These three variables are undocumented and unsupported,
2666 # and are intended to be withdrawn in a future Autoconf release.
2667 # They can cause serious problems if a builder's source tree is in a directory
2668 # whose full name contains unusual characters.
2669 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2670 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2671 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2672
2673
2674 # Expand $ac_aux_dir to an absolute path.
2675 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2676
2677 ac_ext=c
2678 ac_cpp='$CPP $CPPFLAGS'
2679 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2680 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2681 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2682 if test -n "$ac_tool_prefix"; then
2683 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2684 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2686 $as_echo_n "checking for $ac_word... " >&6; }
2687 if ${ac_cv_prog_CC+:} false; then :
2688 $as_echo_n "(cached) " >&6
2689 else
2690 if test -n "$CC"; then
2691 ac_cv_prog_CC="$CC" # Let the user override the test.
2692 else
2693 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2694 for as_dir in $PATH
2695 do
2696 IFS=$as_save_IFS
2697 test -z "$as_dir" && as_dir=.
2698 for ac_exec_ext in '' $ac_executable_extensions; do
2699 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2700 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2701 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2702 break 2
2703 fi
2704 done
2705 done
2706 IFS=$as_save_IFS
2707
2708 fi
2709 fi
2710 CC=$ac_cv_prog_CC
2711 if test -n "$CC"; then
2712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2713 $as_echo "$CC" >&6; }
2714 else
2715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2716 $as_echo "no" >&6; }
2717 fi
2718
2719
2720 fi
2721 if test -z "$ac_cv_prog_CC"; then
2722 ac_ct_CC=$CC
2723 # Extract the first word of "gcc", so it can be a program name with args.
2724 set dummy gcc; ac_word=$2
2725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2726 $as_echo_n "checking for $ac_word... " >&6; }
2727 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2728 $as_echo_n "(cached) " >&6
2729 else
2730 if test -n "$ac_ct_CC"; then
2731 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2732 else
2733 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2734 for as_dir in $PATH
2735 do
2736 IFS=$as_save_IFS
2737 test -z "$as_dir" && as_dir=.
2738 for ac_exec_ext in '' $ac_executable_extensions; do
2739 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2740 ac_cv_prog_ac_ct_CC="gcc"
2741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2742 break 2
2743 fi
2744 done
2745 done
2746 IFS=$as_save_IFS
2747
2748 fi
2749 fi
2750 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2751 if test -n "$ac_ct_CC"; then
2752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2753 $as_echo "$ac_ct_CC" >&6; }
2754 else
2755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2756 $as_echo "no" >&6; }
2757 fi
2758
2759 if test "x$ac_ct_CC" = x; then
2760 CC=""
2761 else
2762 case $cross_compiling:$ac_tool_warned in
2763 yes:)
2764 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2765 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2766 ac_tool_warned=yes ;;
2767 esac
2768 CC=$ac_ct_CC
2769 fi
2770 else
2771 CC="$ac_cv_prog_CC"
2772 fi
2773
2774 if test -z "$CC"; then
2775 if test -n "$ac_tool_prefix"; then
2776 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2777 set dummy ${ac_tool_prefix}cc; ac_word=$2
2778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2779 $as_echo_n "checking for $ac_word... " >&6; }
2780 if ${ac_cv_prog_CC+:} false; then :
2781 $as_echo_n "(cached) " >&6
2782 else
2783 if test -n "$CC"; then
2784 ac_cv_prog_CC="$CC" # Let the user override the test.
2785 else
2786 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2787 for as_dir in $PATH
2788 do
2789 IFS=$as_save_IFS
2790 test -z "$as_dir" && as_dir=.
2791 for ac_exec_ext in '' $ac_executable_extensions; do
2792 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2793 ac_cv_prog_CC="${ac_tool_prefix}cc"
2794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2795 break 2
2796 fi
2797 done
2798 done
2799 IFS=$as_save_IFS
2800
2801 fi
2802 fi
2803 CC=$ac_cv_prog_CC
2804 if test -n "$CC"; then
2805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2806 $as_echo "$CC" >&6; }
2807 else
2808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2809 $as_echo "no" >&6; }
2810 fi
2811
2812
2813 fi
2814 fi
2815 if test -z "$CC"; then
2816 # Extract the first word of "cc", so it can be a program name with args.
2817 set dummy cc; ac_word=$2
2818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2819 $as_echo_n "checking for $ac_word... " >&6; }
2820 if ${ac_cv_prog_CC+:} false; then :
2821 $as_echo_n "(cached) " >&6
2822 else
2823 if test -n "$CC"; then
2824 ac_cv_prog_CC="$CC" # Let the user override the test.
2825 else
2826 ac_prog_rejected=no
2827 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2828 for as_dir in $PATH
2829 do
2830 IFS=$as_save_IFS
2831 test -z "$as_dir" && as_dir=.
2832 for ac_exec_ext in '' $ac_executable_extensions; do
2833 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2834 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2835 ac_prog_rejected=yes
2836 continue
2837 fi
2838 ac_cv_prog_CC="cc"
2839 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2840 break 2
2841 fi
2842 done
2843 done
2844 IFS=$as_save_IFS
2845
2846 if test $ac_prog_rejected = yes; then
2847 # We found a bogon in the path, so make sure we never use it.
2848 set dummy $ac_cv_prog_CC
2849 shift
2850 if test $# != 0; then
2851 # We chose a different compiler from the bogus one.
2852 # However, it has the same basename, so the bogon will be chosen
2853 # first if we set CC to just the basename; use the full file name.
2854 shift
2855 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2856 fi
2857 fi
2858 fi
2859 fi
2860 CC=$ac_cv_prog_CC
2861 if test -n "$CC"; then
2862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2863 $as_echo "$CC" >&6; }
2864 else
2865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2866 $as_echo "no" >&6; }
2867 fi
2868
2869
2870 fi
2871 if test -z "$CC"; then
2872 if test -n "$ac_tool_prefix"; then
2873 for ac_prog in cl.exe
2874 do
2875 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2876 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2878 $as_echo_n "checking for $ac_word... " >&6; }
2879 if ${ac_cv_prog_CC+:} false; then :
2880 $as_echo_n "(cached) " >&6
2881 else
2882 if test -n "$CC"; then
2883 ac_cv_prog_CC="$CC" # Let the user override the test.
2884 else
2885 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2886 for as_dir in $PATH
2887 do
2888 IFS=$as_save_IFS
2889 test -z "$as_dir" && as_dir=.
2890 for ac_exec_ext in '' $ac_executable_extensions; do
2891 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2892 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2893 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2894 break 2
2895 fi
2896 done
2897 done
2898 IFS=$as_save_IFS
2899
2900 fi
2901 fi
2902 CC=$ac_cv_prog_CC
2903 if test -n "$CC"; then
2904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2905 $as_echo "$CC" >&6; }
2906 else
2907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2908 $as_echo "no" >&6; }
2909 fi
2910
2911
2912 test -n "$CC" && break
2913 done
2914 fi
2915 if test -z "$CC"; then
2916 ac_ct_CC=$CC
2917 for ac_prog in cl.exe
2918 do
2919 # Extract the first word of "$ac_prog", so it can be a program name with args.
2920 set dummy $ac_prog; ac_word=$2
2921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2922 $as_echo_n "checking for $ac_word... " >&6; }
2923 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2924 $as_echo_n "(cached) " >&6
2925 else
2926 if test -n "$ac_ct_CC"; then
2927 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2928 else
2929 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2930 for as_dir in $PATH
2931 do
2932 IFS=$as_save_IFS
2933 test -z "$as_dir" && as_dir=.
2934 for ac_exec_ext in '' $ac_executable_extensions; do
2935 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2936 ac_cv_prog_ac_ct_CC="$ac_prog"
2937 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2938 break 2
2939 fi
2940 done
2941 done
2942 IFS=$as_save_IFS
2943
2944 fi
2945 fi
2946 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2947 if test -n "$ac_ct_CC"; then
2948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2949 $as_echo "$ac_ct_CC" >&6; }
2950 else
2951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2952 $as_echo "no" >&6; }
2953 fi
2954
2955
2956 test -n "$ac_ct_CC" && break
2957 done
2958
2959 if test "x$ac_ct_CC" = x; then
2960 CC=""
2961 else
2962 case $cross_compiling:$ac_tool_warned in
2963 yes:)
2964 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2965 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2966 ac_tool_warned=yes ;;
2967 esac
2968 CC=$ac_ct_CC
2969 fi
2970 fi
2971
2972 fi
2973
2974
2975 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2976 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2977 as_fn_error $? "no acceptable C compiler found in \$PATH
2978 See \`config.log' for more details" "$LINENO" 5; }
2979
2980 # Provide some information about the compiler.
2981 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2982 set X $ac_compile
2983 ac_compiler=$2
2984 for ac_option in --version -v -V -qversion; do
2985 { { ac_try="$ac_compiler $ac_option >&5"
2986 case "(($ac_try" in
2987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2988 *) ac_try_echo=$ac_try;;
2989 esac
2990 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2991 $as_echo "$ac_try_echo"; } >&5
2992 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2993 ac_status=$?
2994 if test -s conftest.err; then
2995 sed '10a\
2996 ... rest of stderr output deleted ...
2997 10q' conftest.err >conftest.er1
2998 cat conftest.er1 >&5
2999 fi
3000 rm -f conftest.er1 conftest.err
3001 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3002 test $ac_status = 0; }
3003 done
3004
3005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3006 /* end confdefs.h. */
3007
3008 int
3009 main ()
3010 {
3011
3012 ;
3013 return 0;
3014 }
3015 _ACEOF
3016 ac_clean_files_save=$ac_clean_files
3017 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3018 # Try to create an executable without -o first, disregard a.out.
3019 # It will help us diagnose broken compilers, and finding out an intuition
3020 # of exeext.
3021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3022 $as_echo_n "checking whether the C compiler works... " >&6; }
3023 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3024
3025 # The possible output files:
3026 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3027
3028 ac_rmfiles=
3029 for ac_file in $ac_files
3030 do
3031 case $ac_file in
3032 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3033 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3034 esac
3035 done
3036 rm -f $ac_rmfiles
3037
3038 if { { ac_try="$ac_link_default"
3039 case "(($ac_try" in
3040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3041 *) ac_try_echo=$ac_try;;
3042 esac
3043 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3044 $as_echo "$ac_try_echo"; } >&5
3045 (eval "$ac_link_default") 2>&5
3046 ac_status=$?
3047 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3048 test $ac_status = 0; }; then :
3049 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3050 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3051 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3052 # so that the user can short-circuit this test for compilers unknown to
3053 # Autoconf.
3054 for ac_file in $ac_files ''
3055 do
3056 test -f "$ac_file" || continue
3057 case $ac_file in
3058 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3059 ;;
3060 [ab].out )
3061 # We found the default executable, but exeext='' is most
3062 # certainly right.
3063 break;;
3064 *.* )
3065 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3066 then :; else
3067 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3068 fi
3069 # We set ac_cv_exeext here because the later test for it is not
3070 # safe: cross compilers may not add the suffix if given an `-o'
3071 # argument, so we may need to know it at that point already.
3072 # Even if this section looks crufty: it has the advantage of
3073 # actually working.
3074 break;;
3075 * )
3076 break;;
3077 esac
3078 done
3079 test "$ac_cv_exeext" = no && ac_cv_exeext=
3080
3081 else
3082 ac_file=''
3083 fi
3084 if test -z "$ac_file"; then :
3085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3086 $as_echo "no" >&6; }
3087 $as_echo "$as_me: failed program was:" >&5
3088 sed 's/^/| /' conftest.$ac_ext >&5
3089
3090 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3091 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3092 as_fn_error 77 "C compiler cannot create executables
3093 See \`config.log' for more details" "$LINENO" 5; }
3094 else
3095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3096 $as_echo "yes" >&6; }
3097 fi
3098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3099 $as_echo_n "checking for C compiler default output file name... " >&6; }
3100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3101 $as_echo "$ac_file" >&6; }
3102 ac_exeext=$ac_cv_exeext
3103
3104 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3105 ac_clean_files=$ac_clean_files_save
3106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3107 $as_echo_n "checking for suffix of executables... " >&6; }
3108 if { { ac_try="$ac_link"
3109 case "(($ac_try" in
3110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3111 *) ac_try_echo=$ac_try;;
3112 esac
3113 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3114 $as_echo "$ac_try_echo"; } >&5
3115 (eval "$ac_link") 2>&5
3116 ac_status=$?
3117 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3118 test $ac_status = 0; }; then :
3119 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3120 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3121 # work properly (i.e., refer to `conftest.exe'), while it won't with
3122 # `rm'.
3123 for ac_file in conftest.exe conftest conftest.*; do
3124 test -f "$ac_file" || continue
3125 case $ac_file in
3126 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3127 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3128 break;;
3129 * ) break;;
3130 esac
3131 done
3132 else
3133 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3134 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3135 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3136 See \`config.log' for more details" "$LINENO" 5; }
3137 fi
3138 rm -f conftest conftest$ac_cv_exeext
3139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3140 $as_echo "$ac_cv_exeext" >&6; }
3141
3142 rm -f conftest.$ac_ext
3143 EXEEXT=$ac_cv_exeext
3144 ac_exeext=$EXEEXT
3145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3146 /* end confdefs.h. */
3147 #include <stdio.h>
3148 int
3149 main ()
3150 {
3151 FILE *f = fopen ("conftest.out", "w");
3152 return ferror (f) || fclose (f) != 0;
3153
3154 ;
3155 return 0;
3156 }
3157 _ACEOF
3158 ac_clean_files="$ac_clean_files conftest.out"
3159 # Check that the compiler produces executables we can run. If not, either
3160 # the compiler is broken, or we cross compile.
3161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3162 $as_echo_n "checking whether we are cross compiling... " >&6; }
3163 if test "$cross_compiling" != yes; then
3164 { { ac_try="$ac_link"
3165 case "(($ac_try" in
3166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3167 *) ac_try_echo=$ac_try;;
3168 esac
3169 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3170 $as_echo "$ac_try_echo"; } >&5
3171 (eval "$ac_link") 2>&5
3172 ac_status=$?
3173 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3174 test $ac_status = 0; }
3175 if { ac_try='./conftest$ac_cv_exeext'
3176 { { case "(($ac_try" in
3177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3178 *) ac_try_echo=$ac_try;;
3179 esac
3180 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3181 $as_echo "$ac_try_echo"; } >&5
3182 (eval "$ac_try") 2>&5
3183 ac_status=$?
3184 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3185 test $ac_status = 0; }; }; then
3186 cross_compiling=no
3187 else
3188 if test "$cross_compiling" = maybe; then
3189 cross_compiling=yes
3190 else
3191 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3192 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3193 as_fn_error $? "cannot run C compiled programs.
3194 If you meant to cross compile, use \`--host'.
3195 See \`config.log' for more details" "$LINENO" 5; }
3196 fi
3197 fi
3198 fi
3199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3200 $as_echo "$cross_compiling" >&6; }
3201
3202 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3203 ac_clean_files=$ac_clean_files_save
3204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3205 $as_echo_n "checking for suffix of object files... " >&6; }
3206 if ${ac_cv_objext+:} false; then :
3207 $as_echo_n "(cached) " >&6
3208 else
3209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3210 /* end confdefs.h. */
3211
3212 int
3213 main ()
3214 {
3215
3216 ;
3217 return 0;
3218 }
3219 _ACEOF
3220 rm -f conftest.o conftest.obj
3221 if { { ac_try="$ac_compile"
3222 case "(($ac_try" in
3223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3224 *) ac_try_echo=$ac_try;;
3225 esac
3226 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3227 $as_echo "$ac_try_echo"; } >&5
3228 (eval "$ac_compile") 2>&5
3229 ac_status=$?
3230 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3231 test $ac_status = 0; }; then :
3232 for ac_file in conftest.o conftest.obj conftest.*; do
3233 test -f "$ac_file" || continue;
3234 case $ac_file in
3235 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3236 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3237 break;;
3238 esac
3239 done
3240 else
3241 $as_echo "$as_me: failed program was:" >&5
3242 sed 's/^/| /' conftest.$ac_ext >&5
3243
3244 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3245 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3246 as_fn_error $? "cannot compute suffix of object files: cannot compile
3247 See \`config.log' for more details" "$LINENO" 5; }
3248 fi
3249 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3250 fi
3251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3252 $as_echo "$ac_cv_objext" >&6; }
3253 OBJEXT=$ac_cv_objext
3254 ac_objext=$OBJEXT
3255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3256 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3257 if ${ac_cv_c_compiler_gnu+:} false; then :
3258 $as_echo_n "(cached) " >&6
3259 else
3260 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3261 /* end confdefs.h. */
3262
3263 int
3264 main ()
3265 {
3266 #ifndef __GNUC__
3267 choke me
3268 #endif
3269
3270 ;
3271 return 0;
3272 }
3273 _ACEOF
3274 if ac_fn_c_try_compile "$LINENO"; then :
3275 ac_compiler_gnu=yes
3276 else
3277 ac_compiler_gnu=no
3278 fi
3279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3280 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3281
3282 fi
3283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3284 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3285 if test $ac_compiler_gnu = yes; then
3286 GCC=yes
3287 else
3288 GCC=
3289 fi
3290 ac_test_CFLAGS=${CFLAGS+set}
3291 ac_save_CFLAGS=$CFLAGS
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3293 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3294 if ${ac_cv_prog_cc_g+:} false; then :
3295 $as_echo_n "(cached) " >&6
3296 else
3297 ac_save_c_werror_flag=$ac_c_werror_flag
3298 ac_c_werror_flag=yes
3299 ac_cv_prog_cc_g=no
3300 CFLAGS="-g"
3301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3302 /* end confdefs.h. */
3303
3304 int
3305 main ()
3306 {
3307
3308 ;
3309 return 0;
3310 }
3311 _ACEOF
3312 if ac_fn_c_try_compile "$LINENO"; then :
3313 ac_cv_prog_cc_g=yes
3314 else
3315 CFLAGS=""
3316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3317 /* end confdefs.h. */
3318
3319 int
3320 main ()
3321 {
3322
3323 ;
3324 return 0;
3325 }
3326 _ACEOF
3327 if ac_fn_c_try_compile "$LINENO"; then :
3328
3329 else
3330 ac_c_werror_flag=$ac_save_c_werror_flag
3331 CFLAGS="-g"
3332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3333 /* end confdefs.h. */
3334
3335 int
3336 main ()
3337 {
3338
3339 ;
3340 return 0;
3341 }
3342 _ACEOF
3343 if ac_fn_c_try_compile "$LINENO"; then :
3344 ac_cv_prog_cc_g=yes
3345 fi
3346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3347 fi
3348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3349 fi
3350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3351 ac_c_werror_flag=$ac_save_c_werror_flag
3352 fi
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3354 $as_echo "$ac_cv_prog_cc_g" >&6; }
3355 if test "$ac_test_CFLAGS" = set; then
3356 CFLAGS=$ac_save_CFLAGS
3357 elif test $ac_cv_prog_cc_g = yes; then
3358 if test "$GCC" = yes; then
3359 CFLAGS="-g -O2"
3360 else
3361 CFLAGS="-g"
3362 fi
3363 else
3364 if test "$GCC" = yes; then
3365 CFLAGS="-O2"
3366 else
3367 CFLAGS=
3368 fi
3369 fi
3370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3371 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3372 if ${ac_cv_prog_cc_c89+:} false; then :
3373 $as_echo_n "(cached) " >&6
3374 else
3375 ac_cv_prog_cc_c89=no
3376 ac_save_CC=$CC
3377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3378 /* end confdefs.h. */
3379 #include <stdarg.h>
3380 #include <stdio.h>
3381 struct stat;
3382 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3383 struct buf { int x; };
3384 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3385 static char *e (p, i)
3386 char **p;
3387 int i;
3388 {
3389 return p[i];
3390 }
3391 static char *f (char * (*g) (char **, int), char **p, ...)
3392 {
3393 char *s;
3394 va_list v;
3395 va_start (v,p);
3396 s = g (p, va_arg (v,int));
3397 va_end (v);
3398 return s;
3399 }
3400
3401 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3402 function prototypes and stuff, but not '\xHH' hex character constants.
3403 These don't provoke an error unfortunately, instead are silently treated
3404 as 'x'. The following induces an error, until -std is added to get
3405 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3406 array size at least. It's necessary to write '\x00'==0 to get something
3407 that's true only with -std. */
3408 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3409
3410 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3411 inside strings and character constants. */
3412 #define FOO(x) 'x'
3413 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3414
3415 int test (int i, double x);
3416 struct s1 {int (*f) (int a);};
3417 struct s2 {int (*f) (double a);};
3418 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3419 int argc;
3420 char **argv;
3421 int
3422 main ()
3423 {
3424 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3425 ;
3426 return 0;
3427 }
3428 _ACEOF
3429 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3430 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3431 do
3432 CC="$ac_save_CC $ac_arg"
3433 if ac_fn_c_try_compile "$LINENO"; then :
3434 ac_cv_prog_cc_c89=$ac_arg
3435 fi
3436 rm -f core conftest.err conftest.$ac_objext
3437 test "x$ac_cv_prog_cc_c89" != "xno" && break
3438 done
3439 rm -f conftest.$ac_ext
3440 CC=$ac_save_CC
3441
3442 fi
3443 # AC_CACHE_VAL
3444 case "x$ac_cv_prog_cc_c89" in
3445 x)
3446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3447 $as_echo "none needed" >&6; } ;;
3448 xno)
3449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3450 $as_echo "unsupported" >&6; } ;;
3451 *)
3452 CC="$CC $ac_cv_prog_cc_c89"
3453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3454 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3455 esac
3456 if test "x$ac_cv_prog_cc_c89" != xno; then :
3457
3458 fi
3459
3460 ac_ext=c
3461 ac_cpp='$CPP $CPPFLAGS'
3462 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3463 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3464 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3465
3466 ac_ext=c
3467 ac_cpp='$CPP $CPPFLAGS'
3468 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3469 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3470 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3472 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3473 if ${am_cv_prog_cc_c_o+:} false; then :
3474 $as_echo_n "(cached) " >&6
3475 else
3476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3477 /* end confdefs.h. */
3478
3479 int
3480 main ()
3481 {
3482
3483 ;
3484 return 0;
3485 }
3486 _ACEOF
3487 # Make sure it works both with $CC and with simple cc.
3488 # Following AC_PROG_CC_C_O, we do the test twice because some
3489 # compilers refuse to overwrite an existing .o file with -o,
3490 # though they will create one.
3491 am_cv_prog_cc_c_o=yes
3492 for am_i in 1 2; do
3493 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3494 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3495 ac_status=$?
3496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3497 (exit $ac_status); } \
3498 && test -f conftest2.$ac_objext; then
3499 : OK
3500 else
3501 am_cv_prog_cc_c_o=no
3502 break
3503 fi
3504 done
3505 rm -f core conftest*
3506 unset am_i
3507 fi
3508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3509 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3510 if test "$am_cv_prog_cc_c_o" != yes; then
3511 # Losing compiler, so override with the script.
3512 # FIXME: It is wrong to rewrite CC.
3513 # But if we don't then we get into trouble of one sort or another.
3514 # A longer-term fix would be to have automake use am__CC in this case,
3515 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3516 CC="$am_aux_dir/compile $CC"
3517 fi
3518 ac_ext=c
3519 ac_cpp='$CPP $CPPFLAGS'
3520 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3521 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3522 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3523
3524
3525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
3526 $as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
3527 if ${ac_cv_prog_cc_c99+:} false; then :
3528 $as_echo_n "(cached) " >&6
3529 else
3530 ac_cv_prog_cc_c99=no
3531 ac_save_CC=$CC
3532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3533 /* end confdefs.h. */
3534 #include <stdarg.h>
3535 #include <stdbool.h>
3536 #include <stdlib.h>
3537 #include <wchar.h>
3538 #include <stdio.h>
3539
3540 // Check varargs macros. These examples are taken from C99 6.10.3.5.
3541 #define debug(...) fprintf (stderr, __VA_ARGS__)
3542 #define showlist(...) puts (#__VA_ARGS__)
3543 #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
3544 static void
3545 test_varargs_macros (void)
3546 {
3547 int x = 1234;
3548 int y = 5678;
3549 debug ("Flag");
3550 debug ("X = %d\n", x);
3551 showlist (The first, second, and third items.);
3552 report (x>y, "x is %d but y is %d", x, y);
3553 }
3554
3555 // Check long long types.
3556 #define BIG64 18446744073709551615ull
3557 #define BIG32 4294967295ul
3558 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
3559 #if !BIG_OK
3560 your preprocessor is broken;
3561 #endif
3562 #if BIG_OK
3563 #else
3564 your preprocessor is broken;
3565 #endif
3566 static long long int bignum = -9223372036854775807LL;
3567 static unsigned long long int ubignum = BIG64;
3568
3569 struct incomplete_array
3570 {
3571 int datasize;
3572 double data[];
3573 };
3574
3575 struct named_init {
3576 int number;
3577 const wchar_t *name;
3578 double average;
3579 };
3580
3581 typedef const char *ccp;
3582
3583 static inline int
3584 test_restrict (ccp restrict text)
3585 {
3586 // See if C++-style comments work.
3587 // Iterate through items via the restricted pointer.
3588 // Also check for declarations in for loops.
3589 for (unsigned int i = 0; *(text+i) != '\0'; ++i)
3590 continue;
3591 return 0;
3592 }
3593
3594 // Check varargs and va_copy.
3595 static void
3596 test_varargs (const char *format, ...)
3597 {
3598 va_list args;
3599 va_start (args, format);
3600 va_list args_copy;
3601 va_copy (args_copy, args);
3602
3603 const char *str;
3604 int number;
3605 float fnumber;
3606
3607 while (*format)
3608 {
3609 switch (*format++)
3610 {
3611 case 's': // string
3612 str = va_arg (args_copy, const char *);
3613 break;
3614 case 'd': // int
3615 number = va_arg (args_copy, int);
3616 break;
3617 case 'f': // float
3618 fnumber = va_arg (args_copy, double);
3619 break;
3620 default:
3621 break;
3622 }
3623 }
3624 va_end (args_copy);
3625 va_end (args);
3626 }
3627
3628 int
3629 main ()
3630 {
3631
3632 // Check bool.
3633 _Bool success = false;
3634
3635 // Check restrict.
3636 if (test_restrict ("String literal") == 0)
3637 success = true;
3638 char *restrict newvar = "Another string";
3639
3640 // Check varargs.
3641 test_varargs ("s, d' f .", "string", 65, 34.234);
3642 test_varargs_macros ();
3643
3644 // Check flexible array members.
3645 struct incomplete_array *ia =
3646 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
3647 ia->datasize = 10;
3648 for (int i = 0; i < ia->datasize; ++i)
3649 ia->data[i] = i * 1.234;
3650
3651 // Check named initializers.
3652 struct named_init ni = {
3653 .number = 34,
3654 .name = L"Test wide string",
3655 .average = 543.34343,
3656 };
3657
3658 ni.number = 58;
3659
3660 int dynamic_array[ni.number];
3661 dynamic_array[ni.number - 1] = 543;
3662
3663 // work around unused variable warnings
3664 return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
3665 || dynamic_array[ni.number - 1] != 543);
3666
3667 ;
3668 return 0;
3669 }
3670 _ACEOF
3671 for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
3672 do
3673 CC="$ac_save_CC $ac_arg"
3674 if ac_fn_c_try_compile "$LINENO"; then :
3675 ac_cv_prog_cc_c99=$ac_arg
3676 fi
3677 rm -f core conftest.err conftest.$ac_objext
3678 test "x$ac_cv_prog_cc_c99" != "xno" && break
3679 done
3680 rm -f conftest.$ac_ext
3681 CC=$ac_save_CC
3682
3683 fi
3684 # AC_CACHE_VAL
3685 case "x$ac_cv_prog_cc_c99" in
3686 x)
3687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3688 $as_echo "none needed" >&6; } ;;
3689 xno)
3690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3691 $as_echo "unsupported" >&6; } ;;
3692 *)
3693 CC="$CC $ac_cv_prog_cc_c99"
3694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
3695 $as_echo "$ac_cv_prog_cc_c99" >&6; } ;;
3696 esac
3697 if test "x$ac_cv_prog_cc_c99" != xno; then :
3698
3699 fi
3700
3701
3702
3703 ac_ext=c
3704 ac_cpp='$CPP $CPPFLAGS'
3705 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3706 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3707 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3709 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3710 # On Suns, sometimes $CPP names a directory.
3711 if test -n "$CPP" && test -d "$CPP"; then
3712 CPP=
3713 fi
3714 if test -z "$CPP"; then
3715 if ${ac_cv_prog_CPP+:} false; then :
3716 $as_echo_n "(cached) " >&6
3717 else
3718 # Double quotes because CPP needs to be expanded
3719 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3720 do
3721 ac_preproc_ok=false
3722 for ac_c_preproc_warn_flag in '' yes
3723 do
3724 # Use a header file that comes with gcc, so configuring glibc
3725 # with a fresh cross-compiler works.
3726 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3727 # <limits.h> exists even on freestanding compilers.
3728 # On the NeXT, cc -E runs the code through the compiler's parser,
3729 # not just through cpp. "Syntax error" is here to catch this case.
3730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3731 /* end confdefs.h. */
3732 #ifdef __STDC__
3733 # include <limits.h>
3734 #else
3735 # include <assert.h>
3736 #endif
3737 Syntax error
3738 _ACEOF
3739 if ac_fn_c_try_cpp "$LINENO"; then :
3740
3741 else
3742 # Broken: fails on valid input.
3743 continue
3744 fi
3745 rm -f conftest.err conftest.i conftest.$ac_ext
3746
3747 # OK, works on sane cases. Now check whether nonexistent headers
3748 # can be detected and how.
3749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3750 /* end confdefs.h. */
3751 #include <ac_nonexistent.h>
3752 _ACEOF
3753 if ac_fn_c_try_cpp "$LINENO"; then :
3754 # Broken: success on invalid input.
3755 continue
3756 else
3757 # Passes both tests.
3758 ac_preproc_ok=:
3759 break
3760 fi
3761 rm -f conftest.err conftest.i conftest.$ac_ext
3762
3763 done
3764 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3765 rm -f conftest.i conftest.err conftest.$ac_ext
3766 if $ac_preproc_ok; then :
3767 break
3768 fi
3769
3770 done
3771 ac_cv_prog_CPP=$CPP
3772
3773 fi
3774 CPP=$ac_cv_prog_CPP
3775 else
3776 ac_cv_prog_CPP=$CPP
3777 fi
3778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3779 $as_echo "$CPP" >&6; }
3780 ac_preproc_ok=false
3781 for ac_c_preproc_warn_flag in '' yes
3782 do
3783 # Use a header file that comes with gcc, so configuring glibc
3784 # with a fresh cross-compiler works.
3785 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3786 # <limits.h> exists even on freestanding compilers.
3787 # On the NeXT, cc -E runs the code through the compiler's parser,
3788 # not just through cpp. "Syntax error" is here to catch this case.
3789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3790 /* end confdefs.h. */
3791 #ifdef __STDC__
3792 # include <limits.h>
3793 #else
3794 # include <assert.h>
3795 #endif
3796 Syntax error
3797 _ACEOF
3798 if ac_fn_c_try_cpp "$LINENO"; then :
3799
3800 else
3801 # Broken: fails on valid input.
3802 continue
3803 fi
3804 rm -f conftest.err conftest.i conftest.$ac_ext
3805
3806 # OK, works on sane cases. Now check whether nonexistent headers
3807 # can be detected and how.
3808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3809 /* end confdefs.h. */
3810 #include <ac_nonexistent.h>
3811 _ACEOF
3812 if ac_fn_c_try_cpp "$LINENO"; then :
3813 # Broken: success on invalid input.
3814 continue
3815 else
3816 # Passes both tests.
3817 ac_preproc_ok=:
3818 break
3819 fi
3820 rm -f conftest.err conftest.i conftest.$ac_ext
3821
3822 done
3823 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3824 rm -f conftest.i conftest.err conftest.$ac_ext
3825 if $ac_preproc_ok; then :
3826
3827 else
3828 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3829 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3830 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3831 See \`config.log' for more details" "$LINENO" 5; }
3832 fi
3833
3834 ac_ext=c
3835 ac_cpp='$CPP $CPPFLAGS'
3836 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3837 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3838 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3839
3840
3841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3842 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3843 if ${ac_cv_path_GREP+:} false; then :
3844 $as_echo_n "(cached) " >&6
3845 else
3846 if test -z "$GREP"; then
3847 ac_path_GREP_found=false
3848 # Loop through the user's path and test for each of PROGNAME-LIST
3849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3850 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3851 do
3852 IFS=$as_save_IFS
3853 test -z "$as_dir" && as_dir=.
3854 for ac_prog in grep ggrep; do
3855 for ac_exec_ext in '' $ac_executable_extensions; do
3856 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3857 as_fn_executable_p "$ac_path_GREP" || continue
3858 # Check for GNU ac_path_GREP and select it if it is found.
3859 # Check for GNU $ac_path_GREP
3860 case `"$ac_path_GREP" --version 2>&1` in
3861 *GNU*)
3862 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3863 *)
3864 ac_count=0
3865 $as_echo_n 0123456789 >"conftest.in"
3866 while :
3867 do
3868 cat "conftest.in" "conftest.in" >"conftest.tmp"
3869 mv "conftest.tmp" "conftest.in"
3870 cp "conftest.in" "conftest.nl"
3871 $as_echo 'GREP' >> "conftest.nl"
3872 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3873 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3874 as_fn_arith $ac_count + 1 && ac_count=$as_val
3875 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3876 # Best one so far, save it but keep looking for a better one
3877 ac_cv_path_GREP="$ac_path_GREP"
3878 ac_path_GREP_max=$ac_count
3879 fi
3880 # 10*(2^10) chars as input seems more than enough
3881 test $ac_count -gt 10 && break
3882 done
3883 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3884 esac
3885
3886 $ac_path_GREP_found && break 3
3887 done
3888 done
3889 done
3890 IFS=$as_save_IFS
3891 if test -z "$ac_cv_path_GREP"; then
3892 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3893 fi
3894 else
3895 ac_cv_path_GREP=$GREP
3896 fi
3897
3898 fi
3899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3900 $as_echo "$ac_cv_path_GREP" >&6; }
3901 GREP="$ac_cv_path_GREP"
3902
3903
3904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3905 $as_echo_n "checking for egrep... " >&6; }
3906 if ${ac_cv_path_EGREP+:} false; then :
3907 $as_echo_n "(cached) " >&6
3908 else
3909 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3910 then ac_cv_path_EGREP="$GREP -E"
3911 else
3912 if test -z "$EGREP"; then
3913 ac_path_EGREP_found=false
3914 # Loop through the user's path and test for each of PROGNAME-LIST
3915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3916 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3917 do
3918 IFS=$as_save_IFS
3919 test -z "$as_dir" && as_dir=.
3920 for ac_prog in egrep; do
3921 for ac_exec_ext in '' $ac_executable_extensions; do
3922 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3923 as_fn_executable_p "$ac_path_EGREP" || continue
3924 # Check for GNU ac_path_EGREP and select it if it is found.
3925 # Check for GNU $ac_path_EGREP
3926 case `"$ac_path_EGREP" --version 2>&1` in
3927 *GNU*)
3928 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3929 *)
3930 ac_count=0
3931 $as_echo_n 0123456789 >"conftest.in"
3932 while :
3933 do
3934 cat "conftest.in" "conftest.in" >"conftest.tmp"
3935 mv "conftest.tmp" "conftest.in"
3936 cp "conftest.in" "conftest.nl"
3937 $as_echo 'EGREP' >> "conftest.nl"
3938 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3939 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3940 as_fn_arith $ac_count + 1 && ac_count=$as_val
3941 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3942 # Best one so far, save it but keep looking for a better one
3943 ac_cv_path_EGREP="$ac_path_EGREP"
3944 ac_path_EGREP_max=$ac_count
3945 fi
3946 # 10*(2^10) chars as input seems more than enough
3947 test $ac_count -gt 10 && break
3948 done
3949 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3950 esac
3951
3952 $ac_path_EGREP_found && break 3
3953 done
3954 done
3955 done
3956 IFS=$as_save_IFS
3957 if test -z "$ac_cv_path_EGREP"; then
3958 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3959 fi
3960 else
3961 ac_cv_path_EGREP=$EGREP
3962 fi
3963
3964 fi
3965 fi
3966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3967 $as_echo "$ac_cv_path_EGREP" >&6; }
3968 EGREP="$ac_cv_path_EGREP"
3969
3970
3971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3972 $as_echo_n "checking for ANSI C header files... " >&6; }
3973 if ${ac_cv_header_stdc+:} false; then :
3974 $as_echo_n "(cached) " >&6
3975 else
3976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3977 /* end confdefs.h. */
3978 #include <stdlib.h>
3979 #include <stdarg.h>
3980 #include <string.h>
3981 #include <float.h>
3982
3983 int
3984 main ()
3985 {
3986
3987 ;
3988 return 0;
3989 }
3990 _ACEOF
3991 if ac_fn_c_try_compile "$LINENO"; then :
3992 ac_cv_header_stdc=yes
3993 else
3994 ac_cv_header_stdc=no
3995 fi
3996 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3997
3998 if test $ac_cv_header_stdc = yes; then
3999 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4001 /* end confdefs.h. */
4002 #include <string.h>
4003
4004 _ACEOF
4005 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4006 $EGREP "memchr" >/dev/null 2>&1; then :
4007
4008 else
4009 ac_cv_header_stdc=no
4010 fi
4011 rm -f conftest*
4012
4013 fi
4014
4015 if test $ac_cv_header_stdc = yes; then
4016 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4018 /* end confdefs.h. */
4019 #include <stdlib.h>
4020
4021 _ACEOF
4022 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4023 $EGREP "free" >/dev/null 2>&1; then :
4024
4025 else
4026 ac_cv_header_stdc=no
4027 fi
4028 rm -f conftest*
4029
4030 fi
4031
4032 if test $ac_cv_header_stdc = yes; then
4033 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4034 if test "$cross_compiling" = yes; then :
4035 :
4036 else
4037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4038 /* end confdefs.h. */
4039 #include <ctype.h>
4040 #include <stdlib.h>
4041 #if ((' ' & 0x0FF) == 0x020)
4042 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4043 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4044 #else
4045 # define ISLOWER(c) \
4046 (('a' <= (c) && (c) <= 'i') \
4047 || ('j' <= (c) && (c) <= 'r') \
4048 || ('s' <= (c) && (c) <= 'z'))
4049 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4050 #endif
4051
4052 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4053 int
4054 main ()
4055 {
4056 int i;
4057 for (i = 0; i < 256; i++)
4058 if (XOR (islower (i), ISLOWER (i))
4059 || toupper (i) != TOUPPER (i))
4060 return 2;
4061 return 0;
4062 }
4063 _ACEOF
4064 if ac_fn_c_try_run "$LINENO"; then :
4065
4066 else
4067 ac_cv_header_stdc=no
4068 fi
4069 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4070 conftest.$ac_objext conftest.beam conftest.$ac_ext
4071 fi
4072
4073 fi
4074 fi
4075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4076 $as_echo "$ac_cv_header_stdc" >&6; }
4077 if test $ac_cv_header_stdc = yes; then
4078
4079 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4080
4081 fi
4082
4083 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4084 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4085 inttypes.h stdint.h unistd.h
4086 do :
4087 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4088 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4089 "
4090 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4091 cat >>confdefs.h <<_ACEOF
4092 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4093 _ACEOF
4094
4095 fi
4096
4097 done
4098
4099
4100
4101 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4102 if test "x$ac_cv_header_minix_config_h" = xyes; then :
4103 MINIX=yes
4104 else
4105 MINIX=
4106 fi
4107
4108
4109 if test "$MINIX" = yes; then
4110
4111 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4112
4113
4114 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4115
4116
4117 $as_echo "#define _MINIX 1" >>confdefs.h
4118
4119 fi
4120
4121
4122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4123 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4124 if ${ac_cv_safe_to_define___extensions__+:} false; then :
4125 $as_echo_n "(cached) " >&6
4126 else
4127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4128 /* end confdefs.h. */
4129
4130 # define __EXTENSIONS__ 1
4131 $ac_includes_default
4132 int
4133 main ()
4134 {
4135
4136 ;
4137 return 0;
4138 }
4139 _ACEOF
4140 if ac_fn_c_try_compile "$LINENO"; then :
4141 ac_cv_safe_to_define___extensions__=yes
4142 else
4143 ac_cv_safe_to_define___extensions__=no
4144 fi
4145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4146 fi
4147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4148 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4149 test $ac_cv_safe_to_define___extensions__ = yes &&
4150 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4151
4152 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4153
4154 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4155
4156 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4157
4158 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4159
4160
4161
4162
4163
4164
4165 ac_config_headers="$ac_config_headers include/setup.h"
4166
4167
4168
4169 subdirs="$subdirs libratbox"
4170
4171 ac_aux_dir=
4172 for ac_dir in libltdl/config "$srcdir"/libltdl/config; do
4173 if test -f "$ac_dir/install-sh"; then
4174 ac_aux_dir=$ac_dir
4175 ac_install_sh="$ac_aux_dir/install-sh -c"
4176 break
4177 elif test -f "$ac_dir/install.sh"; then
4178 ac_aux_dir=$ac_dir
4179 ac_install_sh="$ac_aux_dir/install.sh -c"
4180 break
4181 elif test -f "$ac_dir/shtool"; then
4182 ac_aux_dir=$ac_dir
4183 ac_install_sh="$ac_aux_dir/shtool install -c"
4184 break
4185 fi
4186 done
4187 if test -z "$ac_aux_dir"; then
4188 as_fn_error $? "cannot find install-sh, install.sh, or shtool in libltdl/config \"$srcdir\"/libltdl/config" "$LINENO" 5
4189 fi
4190
4191 # These three variables are undocumented and unsupported,
4192 # and are intended to be withdrawn in a future Autoconf release.
4193 # They can cause serious problems if a builder's source tree is in a directory
4194 # whose full name contains unusual characters.
4195 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4196 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4197 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4198
4199
4200
4201
4202 am__api_version='1.15'
4203
4204 # Find a good install program. We prefer a C program (faster),
4205 # so one script is as good as another. But avoid the broken or
4206 # incompatible versions:
4207 # SysV /etc/install, /usr/sbin/install
4208 # SunOS /usr/etc/install
4209 # IRIX /sbin/install
4210 # AIX /bin/install
4211 # AmigaOS /C/install, which installs bootblocks on floppy discs
4212 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4213 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4214 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4215 # OS/2's system install, which has a completely different semantic
4216 # ./install, which can be erroneously created by make from ./install.sh.
4217 # Reject install programs that cannot install multiple files.
4218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4219 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4220 if test -z "$INSTALL"; then
4221 if ${ac_cv_path_install+:} false; then :
4222 $as_echo_n "(cached) " >&6
4223 else
4224 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4225 for as_dir in $PATH
4226 do
4227 IFS=$as_save_IFS
4228 test -z "$as_dir" && as_dir=.
4229 # Account for people who put trailing slashes in PATH elements.
4230 case $as_dir/ in #((
4231 ./ | .// | /[cC]/* | \
4232 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4233 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4234 /usr/ucb/* ) ;;
4235 *)
4236 # OSF1 and SCO ODT 3.0 have their own names for install.
4237 # Don't use installbsd from OSF since it installs stuff as root
4238 # by default.
4239 for ac_prog in ginstall scoinst install; do
4240 for ac_exec_ext in '' $ac_executable_extensions; do
4241 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4242 if test $ac_prog = install &&
4243 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4244 # AIX install. It has an incompatible calling convention.
4245 :
4246 elif test $ac_prog = install &&
4247 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4248 # program-specific install script used by HP pwplus--don't use.
4249 :
4250 else
4251 rm -rf conftest.one conftest.two conftest.dir
4252 echo one > conftest.one
4253 echo two > conftest.two
4254 mkdir conftest.dir
4255 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4256 test -s conftest.one && test -s conftest.two &&
4257 test -s conftest.dir/conftest.one &&
4258 test -s conftest.dir/conftest.two
4259 then
4260 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4261 break 3
4262 fi
4263 fi
4264 fi
4265 done
4266 done
4267 ;;
4268 esac
4269
4270 done
4271 IFS=$as_save_IFS
4272
4273 rm -rf conftest.one conftest.two conftest.dir
4274
4275 fi
4276 if test "${ac_cv_path_install+set}" = set; then
4277 INSTALL=$ac_cv_path_install
4278 else
4279 # As a last resort, use the slow shell script. Don't cache a
4280 # value for INSTALL within a source directory, because that will
4281 # break other packages using the cache if that directory is
4282 # removed, or if the value is a relative name.
4283 INSTALL=$ac_install_sh
4284 fi
4285 fi
4286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4287 $as_echo "$INSTALL" >&6; }
4288
4289 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4290 # It thinks the first close brace ends the variable substitution.
4291 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4292
4293 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4294
4295 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4296
4297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
4298 $as_echo_n "checking whether build environment is sane... " >&6; }
4299 # Reject unsafe characters in $srcdir or the absolute working directory
4300 # name. Accept space and tab only in the latter.
4301 am_lf='
4302 '
4303 case `pwd` in
4304 *[\\\"\#\$\&\'\`$am_lf]*)
4305 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
4306 esac
4307 case $srcdir in
4308 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
4309 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
4310 esac
4311
4312 # Do 'set' in a subshell so we don't clobber the current shell's
4313 # arguments. Must try -L first in case configure is actually a
4314 # symlink; some systems play weird games with the mod time of symlinks
4315 # (eg FreeBSD returns the mod time of the symlink's containing
4316 # directory).
4317 if (
4318 am_has_slept=no
4319 for am_try in 1 2; do
4320 echo "timestamp, slept: $am_has_slept" > conftest.file
4321 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
4322 if test "$*" = "X"; then
4323 # -L didn't work.
4324 set X `ls -t "$srcdir/configure" conftest.file`
4325 fi
4326 if test "$*" != "X $srcdir/configure conftest.file" \
4327 && test "$*" != "X conftest.file $srcdir/configure"; then
4328
4329 # If neither matched, then we have a broken ls. This can happen
4330 # if, for instance, CONFIG_SHELL is bash and it inherits a
4331 # broken ls alias from the environment. This has actually
4332 # happened. Such a system could not be considered "sane".
4333 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
4334 alias in your environment" "$LINENO" 5
4335 fi
4336 if test "$2" = conftest.file || test $am_try -eq 2; then
4337 break
4338 fi
4339 # Just in case.
4340 sleep 1
4341 am_has_slept=yes
4342 done
4343 test "$2" = conftest.file
4344 )
4345 then
4346 # Ok.
4347 :
4348 else
4349 as_fn_error $? "newly created file is older than distributed files!
4350 Check your system clock" "$LINENO" 5
4351 fi
4352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4353 $as_echo "yes" >&6; }
4354 # If we didn't sleep, we still need to ensure time stamps of config.status and
4355 # generated files are strictly newer.
4356 am_sleep_pid=
4357 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
4358 ( sleep 1 ) &
4359 am_sleep_pid=$!
4360 fi
4361
4362 rm -f conftest.file
4363
4364 test "$program_prefix" != NONE &&
4365 program_transform_name="s&^&$program_prefix&;$program_transform_name"
4366 # Use a double $ so make ignores it.
4367 test "$program_suffix" != NONE &&
4368 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
4369 # Double any \ or $.
4370 # By default was `s,x,x', remove it if useless.
4371 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
4372 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
4373
4374 if test x"${MISSING+set}" != xset; then
4375 case $am_aux_dir in
4376 *\ * | *\ *)
4377 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
4378 *)
4379 MISSING="\${SHELL} $am_aux_dir/missing" ;;
4380 esac
4381 fi
4382 # Use eval to expand $SHELL
4383 if eval "$MISSING --is-lightweight"; then
4384 am_missing_run="$MISSING "
4385 else
4386 am_missing_run=
4387 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
4388 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
4389 fi
4390
4391 if test x"${install_sh+set}" != xset; then
4392 case $am_aux_dir in
4393 *\ * | *\ *)
4394 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
4395 *)
4396 install_sh="\${SHELL} $am_aux_dir/install-sh"
4397 esac
4398 fi
4399
4400 # Installed binaries are usually stripped using 'strip' when the user
4401 # run "make install-strip". However 'strip' might not be the right
4402 # tool to use in cross-compilation environments, therefore Automake
4403 # will honor the 'STRIP' environment variable to overrule this program.
4404 if test "$cross_compiling" != no; then
4405 if test -n "$ac_tool_prefix"; then
4406 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4407 set dummy ${ac_tool_prefix}strip; ac_word=$2
4408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4409 $as_echo_n "checking for $ac_word... " >&6; }
4410 if ${ac_cv_prog_STRIP+:} false; then :
4411 $as_echo_n "(cached) " >&6
4412 else
4413 if test -n "$STRIP"; then
4414 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4415 else
4416 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4417 for as_dir in $PATH
4418 do
4419 IFS=$as_save_IFS
4420 test -z "$as_dir" && as_dir=.
4421 for ac_exec_ext in '' $ac_executable_extensions; do
4422 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4423 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4424 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4425 break 2
4426 fi
4427 done
4428 done
4429 IFS=$as_save_IFS
4430
4431 fi
4432 fi
4433 STRIP=$ac_cv_prog_STRIP
4434 if test -n "$STRIP"; then
4435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4436 $as_echo "$STRIP" >&6; }
4437 else
4438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4439 $as_echo "no" >&6; }
4440 fi
4441
4442
4443 fi
4444 if test -z "$ac_cv_prog_STRIP"; then
4445 ac_ct_STRIP=$STRIP
4446 # Extract the first word of "strip", so it can be a program name with args.
4447 set dummy strip; ac_word=$2
4448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4449 $as_echo_n "checking for $ac_word... " >&6; }
4450 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
4451 $as_echo_n "(cached) " >&6
4452 else
4453 if test -n "$ac_ct_STRIP"; then
4454 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4455 else
4456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4457 for as_dir in $PATH
4458 do
4459 IFS=$as_save_IFS
4460 test -z "$as_dir" && as_dir=.
4461 for ac_exec_ext in '' $ac_executable_extensions; do
4462 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4463 ac_cv_prog_ac_ct_STRIP="strip"
4464 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4465 break 2
4466 fi
4467 done
4468 done
4469 IFS=$as_save_IFS
4470
4471 fi
4472 fi
4473 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4474 if test -n "$ac_ct_STRIP"; then
4475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4476 $as_echo "$ac_ct_STRIP" >&6; }
4477 else
4478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4479 $as_echo "no" >&6; }
4480 fi
4481
4482 if test "x$ac_ct_STRIP" = x; then
4483 STRIP=":"
4484 else
4485 case $cross_compiling:$ac_tool_warned in
4486 yes:)
4487 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4488 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4489 ac_tool_warned=yes ;;
4490 esac
4491 STRIP=$ac_ct_STRIP
4492 fi
4493 else
4494 STRIP="$ac_cv_prog_STRIP"
4495 fi
4496
4497 fi
4498 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
4499
4500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
4501 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
4502 if test -z "$MKDIR_P"; then
4503 if ${ac_cv_path_mkdir+:} false; then :
4504 $as_echo_n "(cached) " >&6
4505 else
4506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4507 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
4508 do
4509 IFS=$as_save_IFS
4510 test -z "$as_dir" && as_dir=.
4511 for ac_prog in mkdir gmkdir; do
4512 for ac_exec_ext in '' $ac_executable_extensions; do
4513 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
4514 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
4515 'mkdir (GNU coreutils) '* | \
4516 'mkdir (coreutils) '* | \
4517 'mkdir (fileutils) '4.1*)
4518 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
4519 break 3;;
4520 esac
4521 done
4522 done
4523 done
4524 IFS=$as_save_IFS
4525
4526 fi
4527
4528 test -d ./--version && rmdir ./--version
4529 if test "${ac_cv_path_mkdir+set}" = set; then
4530 MKDIR_P="$ac_cv_path_mkdir -p"
4531 else
4532 # As a last resort, use the slow shell script. Don't cache a
4533 # value for MKDIR_P within a source directory, because that will
4534 # break other packages using the cache if that directory is
4535 # removed, or if the value is a relative name.
4536 MKDIR_P="$ac_install_sh -d"
4537 fi
4538 fi
4539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
4540 $as_echo "$MKDIR_P" >&6; }
4541
4542 for ac_prog in gawk mawk nawk awk
4543 do
4544 # Extract the first word of "$ac_prog", so it can be a program name with args.
4545 set dummy $ac_prog; ac_word=$2
4546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4547 $as_echo_n "checking for $ac_word... " >&6; }
4548 if ${ac_cv_prog_AWK+:} false; then :
4549 $as_echo_n "(cached) " >&6
4550 else
4551 if test -n "$AWK"; then
4552 ac_cv_prog_AWK="$AWK" # Let the user override the test.
4553 else
4554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4555 for as_dir in $PATH
4556 do
4557 IFS=$as_save_IFS
4558 test -z "$as_dir" && as_dir=.
4559 for ac_exec_ext in '' $ac_executable_extensions; do
4560 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4561 ac_cv_prog_AWK="$ac_prog"
4562 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4563 break 2
4564 fi
4565 done
4566 done
4567 IFS=$as_save_IFS
4568
4569 fi
4570 fi
4571 AWK=$ac_cv_prog_AWK
4572 if test -n "$AWK"; then
4573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4574 $as_echo "$AWK" >&6; }
4575 else
4576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4577 $as_echo "no" >&6; }
4578 fi
4579
4580
4581 test -n "$AWK" && break
4582 done
4583
4584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4585 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4586 set x ${MAKE-make}
4587 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4588 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
4589 $as_echo_n "(cached) " >&6
4590 else
4591 cat >conftest.make <<\_ACEOF
4592 SHELL = /bin/sh
4593 all:
4594 @echo '@@@%%%=$(MAKE)=@@@%%%'
4595 _ACEOF
4596 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4597 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4598 *@@@%%%=?*=@@@%%%*)
4599 eval ac_cv_prog_make_${ac_make}_set=yes;;
4600 *)
4601 eval ac_cv_prog_make_${ac_make}_set=no;;
4602 esac
4603 rm -f conftest.make
4604 fi
4605 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4607 $as_echo "yes" >&6; }
4608 SET_MAKE=
4609 else
4610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4611 $as_echo "no" >&6; }
4612 SET_MAKE="MAKE=${MAKE-make}"
4613 fi
4614
4615 rm -rf .tst 2>/dev/null
4616 mkdir .tst 2>/dev/null
4617 if test -d .tst; then
4618 am__leading_dot=.
4619 else
4620 am__leading_dot=_
4621 fi
4622 rmdir .tst 2>/dev/null
4623
4624 DEPDIR="${am__leading_dot}deps"
4625
4626 ac_config_commands="$ac_config_commands depfiles"
4627
4628
4629 am_make=${MAKE-make}
4630 cat > confinc << 'END'
4631 am__doit:
4632 @echo this is the am__doit target
4633 .PHONY: am__doit
4634 END
4635 # If we don't find an include directive, just comment out the code.
4636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4637 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4638 am__include="#"
4639 am__quote=
4640 _am_result=none
4641 # First try GNU make style include.
4642 echo "include confinc" > confmf
4643 # Ignore all kinds of additional output from 'make'.
4644 case `$am_make -s -f confmf 2> /dev/null` in #(
4645 *the\ am__doit\ target*)
4646 am__include=include
4647 am__quote=
4648 _am_result=GNU
4649 ;;
4650 esac
4651 # Now try BSD make style include.
4652 if test "$am__include" = "#"; then
4653 echo '.include "confinc"' > confmf
4654 case `$am_make -s -f confmf 2> /dev/null` in #(
4655 *the\ am__doit\ target*)
4656 am__include=.include
4657 am__quote="\""
4658 _am_result=BSD
4659 ;;
4660 esac
4661 fi
4662
4663
4664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4665 $as_echo "$_am_result" >&6; }
4666 rm -f confinc confmf
4667
4668 # Check whether --enable-dependency-tracking was given.
4669 if test "${enable_dependency_tracking+set}" = set; then :
4670 enableval=$enable_dependency_tracking;
4671 fi
4672
4673 if test "x$enable_dependency_tracking" != xno; then
4674 am_depcomp="$ac_aux_dir/depcomp"
4675 AMDEPBACKSLASH='\'
4676 am__nodep='_no'
4677 fi
4678 if test "x$enable_dependency_tracking" != xno; then
4679 AMDEP_TRUE=
4680 AMDEP_FALSE='#'
4681 else
4682 AMDEP_TRUE='#'
4683 AMDEP_FALSE=
4684 fi
4685
4686
4687 # Check whether --enable-silent-rules was given.
4688 if test "${enable_silent_rules+set}" = set; then :
4689 enableval=$enable_silent_rules;
4690 fi
4691
4692 case $enable_silent_rules in # (((
4693 yes) AM_DEFAULT_VERBOSITY=0;;
4694 no) AM_DEFAULT_VERBOSITY=1;;
4695 *) AM_DEFAULT_VERBOSITY=1;;
4696 esac
4697 am_make=${MAKE-make}
4698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
4699 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
4700 if ${am_cv_make_support_nested_variables+:} false; then :
4701 $as_echo_n "(cached) " >&6
4702 else
4703 if $as_echo 'TRUE=$(BAR$(V))
4704 BAR0=false
4705 BAR1=true
4706 V=1
4707 am__doit:
4708 @$(TRUE)
4709 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
4710 am_cv_make_support_nested_variables=yes
4711 else
4712 am_cv_make_support_nested_variables=no
4713 fi
4714 fi
4715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
4716 $as_echo "$am_cv_make_support_nested_variables" >&6; }
4717 if test $am_cv_make_support_nested_variables = yes; then
4718 AM_V='$(V)'
4719 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
4720 else
4721 AM_V=$AM_DEFAULT_VERBOSITY
4722 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
4723 fi
4724 AM_BACKSLASH='\'
4725
4726 if test "`cd $srcdir && pwd`" != "`pwd`"; then
4727 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4728 # is not polluted with repeated "-I."
4729 am__isrc=' -I$(srcdir)'
4730 # test to see if srcdir already configured
4731 if test -f $srcdir/config.status; then
4732 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
4733 fi
4734 fi
4735
4736 # test whether we have cygpath
4737 if test -z "$CYGPATH_W"; then
4738 if (cygpath --version) >/dev/null 2>/dev/null; then
4739 CYGPATH_W='cygpath -w'
4740 else
4741 CYGPATH_W=echo
4742 fi
4743 fi
4744
4745
4746 # Define the identity of the package.
4747 PACKAGE='charybdis'
4748 VERSION='3.6.0-dev'
4749
4750
4751 cat >>confdefs.h <<_ACEOF
4752 #define PACKAGE "$PACKAGE"
4753 _ACEOF
4754
4755
4756 cat >>confdefs.h <<_ACEOF
4757 #define VERSION "$VERSION"
4758 _ACEOF
4759
4760 # Some tools Automake needs.
4761
4762 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4763
4764
4765 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4766
4767
4768 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4769
4770
4771 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4772
4773
4774 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4775
4776 # For better backward compatibility. To be removed once Automake 1.9.x
4777 # dies out for good. For more background, see:
4778 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4779 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4780 mkdir_p='$(MKDIR_P)'
4781
4782 # We need awk for the "check" target (and possibly the TAP driver). The
4783 # system "awk" is bad on some platforms.
4784 # Always define AMTAR for backward compatibility. Yes, it's still used
4785 # in the wild :-( We should find a proper way to deprecate it ...
4786 AMTAR='$${TAR-tar}'
4787
4788
4789 # We'll loop over all known methods to create a tar archive until one works.
4790 _am_tools='gnutar pax cpio none'
4791
4792 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
4793
4794
4795
4796
4797
4798 depcc="$CC" am_compiler_list=
4799
4800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4801 $as_echo_n "checking dependency style of $depcc... " >&6; }
4802 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4803 $as_echo_n "(cached) " >&6
4804 else
4805 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4806 # We make a subdir and do the tests there. Otherwise we can end up
4807 # making bogus files that we don't know about and never remove. For
4808 # instance it was reported that on HP-UX the gcc test will end up
4809 # making a dummy file named 'D' -- because '-MD' means "put the output
4810 # in D".
4811 rm -rf conftest.dir
4812 mkdir conftest.dir
4813 # Copy depcomp to subdir because otherwise we won't find it if we're
4814 # using a relative directory.
4815 cp "$am_depcomp" conftest.dir
4816 cd conftest.dir
4817 # We will build objects and dependencies in a subdirectory because
4818 # it helps to detect inapplicable dependency modes. For instance
4819 # both Tru64's cc and ICC support -MD to output dependencies as a
4820 # side effect of compilation, but ICC will put the dependencies in
4821 # the current directory while Tru64 will put them in the object
4822 # directory.
4823 mkdir sub
4824
4825 am_cv_CC_dependencies_compiler_type=none
4826 if test "$am_compiler_list" = ""; then
4827 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4828 fi
4829 am__universal=false
4830 case " $depcc " in #(
4831 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4832 esac
4833
4834 for depmode in $am_compiler_list; do
4835 # Setup a source with many dependencies, because some compilers
4836 # like to wrap large dependency lists on column 80 (with \), and
4837 # we should not choose a depcomp mode which is confused by this.
4838 #
4839 # We need to recreate these files for each test, as the compiler may
4840 # overwrite some of them when testing with obscure command lines.
4841 # This happens at least with the AIX C compiler.
4842 : > sub/conftest.c
4843 for i in 1 2 3 4 5 6; do
4844 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4845 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4846 # Solaris 10 /bin/sh.
4847 echo '/* dummy */' > sub/conftst$i.h
4848 done
4849 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4850
4851 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4852 # mode. It turns out that the SunPro C++ compiler does not properly
4853 # handle '-M -o', and we need to detect this. Also, some Intel
4854 # versions had trouble with output in subdirs.
4855 am__obj=sub/conftest.${OBJEXT-o}
4856 am__minus_obj="-o $am__obj"
4857 case $depmode in
4858 gcc)
4859 # This depmode causes a compiler race in universal mode.
4860 test "$am__universal" = false || continue
4861 ;;
4862 nosideeffect)
4863 # After this tag, mechanisms are not by side-effect, so they'll
4864 # only be used when explicitly requested.
4865 if test "x$enable_dependency_tracking" = xyes; then
4866 continue
4867 else
4868 break
4869 fi
4870 ;;
4871 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4872 # This compiler won't grok '-c -o', but also, the minuso test has
4873 # not run yet. These depmodes are late enough in the game, and
4874 # so weak that their functioning should not be impacted.
4875 am__obj=conftest.${OBJEXT-o}
4876 am__minus_obj=
4877 ;;
4878 none) break ;;
4879 esac
4880 if depmode=$depmode \
4881 source=sub/conftest.c object=$am__obj \
4882 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4883 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4884 >/dev/null 2>conftest.err &&
4885 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4886 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4887 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4888 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4889 # icc doesn't choke on unknown options, it will just issue warnings
4890 # or remarks (even with -Werror). So we grep stderr for any message
4891 # that says an option was ignored or not supported.
4892 # When given -MP, icc 7.0 and 7.1 complain thusly:
4893 # icc: Command line warning: ignoring option '-M'; no argument required
4894 # The diagnosis changed in icc 8.0:
4895 # icc: Command line remark: option '-MP' not supported
4896 if (grep 'ignoring option' conftest.err ||
4897 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4898 am_cv_CC_dependencies_compiler_type=$depmode
4899 break
4900 fi
4901 fi
4902 done
4903
4904 cd ..
4905 rm -rf conftest.dir
4906 else
4907 am_cv_CC_dependencies_compiler_type=none
4908 fi
4909
4910 fi
4911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4912 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4913 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4914
4915 if
4916 test "x$enable_dependency_tracking" != xno \
4917 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4918 am__fastdepCC_TRUE=
4919 am__fastdepCC_FALSE='#'
4920 else
4921 am__fastdepCC_TRUE='#'
4922 am__fastdepCC_FALSE=
4923 fi
4924
4925
4926
4927 # POSIX will say in a future version that running "rm -f" with no argument
4928 # is OK; and we want to be able to make that assumption in our Makefile
4929 # recipes. So use an aggressive probe to check that the usage we want is
4930 # actually supported "in the wild" to an acceptable degree.
4931 # See automake bug#10828.
4932 # To make any issue more visible, cause the running configure to be aborted
4933 # by default if the 'rm' program in use doesn't match our expectations; the
4934 # user can still override this though.
4935 if rm -f && rm -fr && rm -rf; then : OK; else
4936 cat >&2 <<'END'
4937 Oops!
4938
4939 Your 'rm' program seems unable to run without file operands specified
4940 on the command line, even when the '-f' option is present. This is contrary
4941 to the behaviour of most rm programs out there, and not conforming with
4942 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4943
4944 Please tell bug-automake@gnu.org about your system, including the value
4945 of your $PATH and any error possibly output before this message. This
4946 can help us improve future automake versions.
4947
4948 END
4949 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4950 echo 'Configuration will proceed anyway, since you have set the' >&2
4951 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4952 echo >&2
4953 else
4954 cat >&2 <<'END'
4955 Aborting the configuration process, to ensure you take notice of the issue.
4956
4957 You can download and install GNU coreutils to get an 'rm' implementation
4958 that behaves properly: <http://www.gnu.org/software/coreutils/>.
4959
4960 If you want to complete the configuration process using your problematic
4961 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4962 to "yes", and re-run configure.
4963
4964 END
4965 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4966 fi
4967 fi
4968
4969 # Check whether --enable-silent-rules was given.
4970 if test "${enable_silent_rules+set}" = set; then :
4971 enableval=$enable_silent_rules;
4972 fi
4973
4974 case $enable_silent_rules in # (((
4975 yes) AM_DEFAULT_VERBOSITY=0;;
4976 no) AM_DEFAULT_VERBOSITY=1;;
4977 *) AM_DEFAULT_VERBOSITY=0;;
4978 esac
4979 am_make=${MAKE-make}
4980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
4981 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
4982 if ${am_cv_make_support_nested_variables+:} false; then :
4983 $as_echo_n "(cached) " >&6
4984 else
4985 if $as_echo 'TRUE=$(BAR$(V))
4986 BAR0=false
4987 BAR1=true
4988 V=1
4989 am__doit:
4990 @$(TRUE)
4991 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
4992 am_cv_make_support_nested_variables=yes
4993 else
4994 am_cv_make_support_nested_variables=no
4995 fi
4996 fi
4997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
4998 $as_echo "$am_cv_make_support_nested_variables" >&6; }
4999 if test $am_cv_make_support_nested_variables = yes; then
5000 AM_V='$(V)'
5001 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
5002 else
5003 AM_V=$AM_DEFAULT_VERBOSITY
5004 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
5005 fi
5006 AM_BACKSLASH='\'
5007
5008 if test -n "$ac_tool_prefix"; then
5009 for ac_prog in ar lib "link -lib"
5010 do
5011 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5012 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5014 $as_echo_n "checking for $ac_word... " >&6; }
5015 if ${ac_cv_prog_AR+:} false; then :
5016 $as_echo_n "(cached) " >&6
5017 else
5018 if test -n "$AR"; then
5019 ac_cv_prog_AR="$AR" # Let the user override the test.
5020 else
5021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5022 for as_dir in $PATH
5023 do
5024 IFS=$as_save_IFS
5025 test -z "$as_dir" && as_dir=.
5026 for ac_exec_ext in '' $ac_executable_extensions; do
5027 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5028 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5029 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5030 break 2
5031 fi
5032 done
5033 done
5034 IFS=$as_save_IFS
5035
5036 fi
5037 fi
5038 AR=$ac_cv_prog_AR
5039 if test -n "$AR"; then
5040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5041 $as_echo "$AR" >&6; }
5042 else
5043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5044 $as_echo "no" >&6; }
5045 fi
5046
5047
5048 test -n "$AR" && break
5049 done
5050 fi
5051 if test -z "$AR"; then
5052 ac_ct_AR=$AR
5053 for ac_prog in ar lib "link -lib"
5054 do
5055 # Extract the first word of "$ac_prog", so it can be a program name with args.
5056 set dummy $ac_prog; ac_word=$2
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5058 $as_echo_n "checking for $ac_word... " >&6; }
5059 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5060 $as_echo_n "(cached) " >&6
5061 else
5062 if test -n "$ac_ct_AR"; then
5063 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5064 else
5065 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5066 for as_dir in $PATH
5067 do
5068 IFS=$as_save_IFS
5069 test -z "$as_dir" && as_dir=.
5070 for ac_exec_ext in '' $ac_executable_extensions; do
5071 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5072 ac_cv_prog_ac_ct_AR="$ac_prog"
5073 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5074 break 2
5075 fi
5076 done
5077 done
5078 IFS=$as_save_IFS
5079
5080 fi
5081 fi
5082 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5083 if test -n "$ac_ct_AR"; then
5084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5085 $as_echo "$ac_ct_AR" >&6; }
5086 else
5087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5088 $as_echo "no" >&6; }
5089 fi
5090
5091
5092 test -n "$ac_ct_AR" && break
5093 done
5094
5095 if test "x$ac_ct_AR" = x; then
5096 AR="false"
5097 else
5098 case $cross_compiling:$ac_tool_warned in
5099 yes:)
5100 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5101 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5102 ac_tool_warned=yes ;;
5103 esac
5104 AR=$ac_ct_AR
5105 fi
5106 fi
5107
5108 : ${AR=ar}
5109
5110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the archiver ($AR) interface" >&5
5111 $as_echo_n "checking the archiver ($AR) interface... " >&6; }
5112 if ${am_cv_ar_interface+:} false; then :
5113 $as_echo_n "(cached) " >&6
5114 else
5115 ac_ext=c
5116 ac_cpp='$CPP $CPPFLAGS'
5117 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5118 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5119 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5120
5121 am_cv_ar_interface=ar
5122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5123 /* end confdefs.h. */
5124 int some_variable = 0;
5125 _ACEOF
5126 if ac_fn_c_try_compile "$LINENO"; then :
5127 am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&5'
5128 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5
5129 (eval $am_ar_try) 2>&5
5130 ac_status=$?
5131 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5132 test $ac_status = 0; }
5133 if test "$ac_status" -eq 0; then
5134 am_cv_ar_interface=ar
5135 else
5136 am_ar_try='$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext >&5'
5137 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5
5138 (eval $am_ar_try) 2>&5
5139 ac_status=$?
5140 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5141 test $ac_status = 0; }
5142 if test "$ac_status" -eq 0; then
5143 am_cv_ar_interface=lib
5144 else
5145 am_cv_ar_interface=unknown
5146 fi
5147 fi
5148 rm -f conftest.lib libconftest.a
5149
5150 fi
5151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5152 ac_ext=c
5153 ac_cpp='$CPP $CPPFLAGS'
5154 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5155 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5156 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5157
5158 fi
5159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_ar_interface" >&5
5160 $as_echo "$am_cv_ar_interface" >&6; }
5161
5162 case $am_cv_ar_interface in
5163 ar)
5164 ;;
5165 lib)
5166 # Microsoft lib, so override with the ar-lib wrapper script.
5167 # FIXME: It is wrong to rewrite AR.
5168 # But if we don't then we get into trouble of one sort or another.
5169 # A longer-term fix would be to have automake use am__AR in this case,
5170 # and then we could set am__AR="$am_aux_dir/ar-lib \$(AR)" or something
5171 # similar.
5172 AR="$am_aux_dir/ar-lib $AR"
5173 ;;
5174 unknown)
5175 as_fn_error $? "could not determine $AR interface" "$LINENO" 5
5176 ;;
5177 esac
5178
5179
5180 case `pwd` in
5181 *\ * | *\ *)
5182 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5183 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5184 esac
5185
5186
5187
5188 macro_version='2.4.2'
5189 macro_revision='1.3337'
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203 ltmain="$ac_aux_dir/ltmain.sh"
5204
5205 # Make sure we can run config.sub.
5206 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
5207 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
5208
5209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
5210 $as_echo_n "checking build system type... " >&6; }
5211 if ${ac_cv_build+:} false; then :
5212 $as_echo_n "(cached) " >&6
5213 else
5214 ac_build_alias=$build_alias
5215 test "x$ac_build_alias" = x &&
5216 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
5217 test "x$ac_build_alias" = x &&
5218 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
5219 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
5220 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
5221
5222 fi
5223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
5224 $as_echo "$ac_cv_build" >&6; }
5225 case $ac_cv_build in
5226 *-*-*) ;;
5227 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
5228 esac
5229 build=$ac_cv_build
5230 ac_save_IFS=$IFS; IFS='-'
5231 set x $ac_cv_build
5232 shift
5233 build_cpu=$1
5234 build_vendor=$2
5235 shift; shift
5236 # Remember, the first character of IFS is used to create $*,
5237 # except with old shells:
5238 build_os=$*
5239 IFS=$ac_save_IFS
5240 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5241
5242
5243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5244 $as_echo_n "checking host system type... " >&6; }
5245 if ${ac_cv_host+:} false; then :
5246 $as_echo_n "(cached) " >&6
5247 else
5248 if test "x$host_alias" = x; then
5249 ac_cv_host=$ac_cv_build
5250 else
5251 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
5252 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5253 fi
5254
5255 fi
5256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5257 $as_echo "$ac_cv_host" >&6; }
5258 case $ac_cv_host in
5259 *-*-*) ;;
5260 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
5261 esac
5262 host=$ac_cv_host
5263 ac_save_IFS=$IFS; IFS='-'
5264 set x $ac_cv_host
5265 shift
5266 host_cpu=$1
5267 host_vendor=$2
5268 shift; shift
5269 # Remember, the first character of IFS is used to create $*,
5270 # except with old shells:
5271 host_os=$*
5272 IFS=$ac_save_IFS
5273 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5274
5275
5276 # Backslashify metacharacters that are still active within
5277 # double-quoted strings.
5278 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5279
5280 # Same as above, but do not quote variable references.
5281 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5282
5283 # Sed substitution to delay expansion of an escaped shell variable in a
5284 # double_quote_subst'ed string.
5285 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5286
5287 # Sed substitution to delay expansion of an escaped single quote.
5288 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5289
5290 # Sed substitution to avoid accidental globbing in evaled expressions
5291 no_glob_subst='s/\*/\\\*/g'
5292
5293 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5294 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5295 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5296
5297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5298 $as_echo_n "checking how to print strings... " >&6; }
5299 # Test print first, because it will be a builtin if present.
5300 if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
5301 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5302 ECHO='print -r --'
5303 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5304 ECHO='printf %s\n'
5305 else
5306 # Use this function as a fallback that always works.
5307 func_fallback_echo ()
5308 {
5309 eval 'cat <<_LTECHO_EOF
5310 $1
5311 _LTECHO_EOF'
5312 }
5313 ECHO='func_fallback_echo'
5314 fi
5315
5316 # func_echo_all arg...
5317 # Invoke $ECHO with all args, space-separated.
5318 func_echo_all ()
5319 {
5320 $ECHO ""
5321 }
5322
5323 case "$ECHO" in
5324 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5325 $as_echo "printf" >&6; } ;;
5326 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5327 $as_echo "print -r" >&6; } ;;
5328 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5329 $as_echo "cat" >&6; } ;;
5330 esac
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5346 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5347 if ${ac_cv_path_SED+:} false; then :
5348 $as_echo_n "(cached) " >&6
5349 else
5350 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5351 for ac_i in 1 2 3 4 5 6 7; do
5352 ac_script="$ac_script$as_nl$ac_script"
5353 done
5354 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5355 { ac_script=; unset ac_script;}
5356 if test -z "$SED"; then
5357 ac_path_SED_found=false
5358 # Loop through the user's path and test for each of PROGNAME-LIST
5359 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5360 for as_dir in $PATH
5361 do
5362 IFS=$as_save_IFS
5363 test -z "$as_dir" && as_dir=.
5364 for ac_prog in sed gsed; do
5365 for ac_exec_ext in '' $ac_executable_extensions; do
5366 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5367 as_fn_executable_p "$ac_path_SED" || continue
5368 # Check for GNU ac_path_SED and select it if it is found.
5369 # Check for GNU $ac_path_SED
5370 case `"$ac_path_SED" --version 2>&1` in
5371 *GNU*)
5372 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5373 *)
5374 ac_count=0
5375 $as_echo_n 0123456789 >"conftest.in"
5376 while :
5377 do
5378 cat "conftest.in" "conftest.in" >"conftest.tmp"
5379 mv "conftest.tmp" "conftest.in"
5380 cp "conftest.in" "conftest.nl"
5381 $as_echo '' >> "conftest.nl"
5382 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5383 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5384 as_fn_arith $ac_count + 1 && ac_count=$as_val
5385 if test $ac_count -gt ${ac_path_SED_max-0}; then
5386 # Best one so far, save it but keep looking for a better one
5387 ac_cv_path_SED="$ac_path_SED"
5388 ac_path_SED_max=$ac_count
5389 fi
5390 # 10*(2^10) chars as input seems more than enough
5391 test $ac_count -gt 10 && break
5392 done
5393 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5394 esac
5395
5396 $ac_path_SED_found && break 3
5397 done
5398 done
5399 done
5400 IFS=$as_save_IFS
5401 if test -z "$ac_cv_path_SED"; then
5402 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5403 fi
5404 else
5405 ac_cv_path_SED=$SED
5406 fi
5407
5408 fi
5409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5410 $as_echo "$ac_cv_path_SED" >&6; }
5411 SED="$ac_cv_path_SED"
5412 rm -f conftest.sed
5413
5414 test -z "$SED" && SED=sed
5415 Xsed="$SED -e 1s/^X//"
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5428 $as_echo_n "checking for fgrep... " >&6; }
5429 if ${ac_cv_path_FGREP+:} false; then :
5430 $as_echo_n "(cached) " >&6
5431 else
5432 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5433 then ac_cv_path_FGREP="$GREP -F"
5434 else
5435 if test -z "$FGREP"; then
5436 ac_path_FGREP_found=false
5437 # Loop through the user's path and test for each of PROGNAME-LIST
5438 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5439 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5440 do
5441 IFS=$as_save_IFS
5442 test -z "$as_dir" && as_dir=.
5443 for ac_prog in fgrep; do
5444 for ac_exec_ext in '' $ac_executable_extensions; do
5445 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5446 as_fn_executable_p "$ac_path_FGREP" || continue
5447 # Check for GNU ac_path_FGREP and select it if it is found.
5448 # Check for GNU $ac_path_FGREP
5449 case `"$ac_path_FGREP" --version 2>&1` in
5450 *GNU*)
5451 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5452 *)
5453 ac_count=0
5454 $as_echo_n 0123456789 >"conftest.in"
5455 while :
5456 do
5457 cat "conftest.in" "conftest.in" >"conftest.tmp"
5458 mv "conftest.tmp" "conftest.in"
5459 cp "conftest.in" "conftest.nl"
5460 $as_echo 'FGREP' >> "conftest.nl"
5461 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5462 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5463 as_fn_arith $ac_count + 1 && ac_count=$as_val
5464 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5465 # Best one so far, save it but keep looking for a better one
5466 ac_cv_path_FGREP="$ac_path_FGREP"
5467 ac_path_FGREP_max=$ac_count
5468 fi
5469 # 10*(2^10) chars as input seems more than enough
5470 test $ac_count -gt 10 && break
5471 done
5472 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5473 esac
5474
5475 $ac_path_FGREP_found && break 3
5476 done
5477 done
5478 done
5479 IFS=$as_save_IFS
5480 if test -z "$ac_cv_path_FGREP"; then
5481 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5482 fi
5483 else
5484 ac_cv_path_FGREP=$FGREP
5485 fi
5486
5487 fi
5488 fi
5489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5490 $as_echo "$ac_cv_path_FGREP" >&6; }
5491 FGREP="$ac_cv_path_FGREP"
5492
5493
5494 test -z "$GREP" && GREP=grep
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
5513
5514 # Check whether --with-gnu-ld was given.
5515 if test "${with_gnu_ld+set}" = set; then :
5516 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5517 else
5518 with_gnu_ld=no
5519 fi
5520
5521 ac_prog=ld
5522 if test "$GCC" = yes; then
5523 # Check if gcc -print-prog-name=ld gives a path.
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5525 $as_echo_n "checking for ld used by $CC... " >&6; }
5526 case $host in
5527 *-*-mingw*)
5528 # gcc leaves a trailing carriage return which upsets mingw
5529 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5530 *)
5531 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5532 esac
5533 case $ac_prog in
5534 # Accept absolute paths.
5535 [\\/]* | ?:[\\/]*)
5536 re_direlt='/[^/][^/]*/\.\./'
5537 # Canonicalize the pathname of ld
5538 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5539 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5540 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5541 done
5542 test -z "$LD" && LD="$ac_prog"
5543 ;;
5544 "")
5545 # If it fails, then pretend we aren't using GCC.
5546 ac_prog=ld
5547 ;;
5548 *)
5549 # If it is relative, then search for the first ld in PATH.
5550 with_gnu_ld=unknown
5551 ;;
5552 esac
5553 elif test "$with_gnu_ld" = yes; then
5554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5555 $as_echo_n "checking for GNU ld... " >&6; }
5556 else
5557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5558 $as_echo_n "checking for non-GNU ld... " >&6; }
5559 fi
5560 if ${lt_cv_path_LD+:} false; then :
5561 $as_echo_n "(cached) " >&6
5562 else
5563 if test -z "$LD"; then
5564 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5565 for ac_dir in $PATH; do
5566 IFS="$lt_save_ifs"
5567 test -z "$ac_dir" && ac_dir=.
5568 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5569 lt_cv_path_LD="$ac_dir/$ac_prog"
5570 # Check to see if the program is GNU ld. I'd rather use --version,
5571 # but apparently some variants of GNU ld only accept -v.
5572 # Break only if it was the GNU/non-GNU ld that we prefer.
5573 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5574 *GNU* | *'with BFD'*)
5575 test "$with_gnu_ld" != no && break
5576 ;;
5577 *)
5578 test "$with_gnu_ld" != yes && break
5579 ;;
5580 esac
5581 fi
5582 done
5583 IFS="$lt_save_ifs"
5584 else
5585 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5586 fi
5587 fi
5588
5589 LD="$lt_cv_path_LD"
5590 if test -n "$LD"; then
5591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5592 $as_echo "$LD" >&6; }
5593 else
5594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5595 $as_echo "no" >&6; }
5596 fi
5597 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5599 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5600 if ${lt_cv_prog_gnu_ld+:} false; then :
5601 $as_echo_n "(cached) " >&6
5602 else
5603 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5604 case `$LD -v 2>&1 </dev/null` in
5605 *GNU* | *'with BFD'*)
5606 lt_cv_prog_gnu_ld=yes
5607 ;;
5608 *)
5609 lt_cv_prog_gnu_ld=no
5610 ;;
5611 esac
5612 fi
5613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5614 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5615 with_gnu_ld=$lt_cv_prog_gnu_ld
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5626 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5627 if ${lt_cv_path_NM+:} false; then :
5628 $as_echo_n "(cached) " >&6
5629 else
5630 if test -n "$NM"; then
5631 # Let the user override the test.
5632 lt_cv_path_NM="$NM"
5633 else
5634 lt_nm_to_check="${ac_tool_prefix}nm"
5635 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5636 lt_nm_to_check="$lt_nm_to_check nm"
5637 fi
5638 for lt_tmp_nm in $lt_nm_to_check; do
5639 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5640 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5641 IFS="$lt_save_ifs"
5642 test -z "$ac_dir" && ac_dir=.
5643 tmp_nm="$ac_dir/$lt_tmp_nm"
5644 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5645 # Check to see if the nm accepts a BSD-compat flag.
5646 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5647 # nm: unknown option "B" ignored
5648 # Tru64's nm complains that /dev/null is an invalid object file
5649 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5650 */dev/null* | *'Invalid file or object type'*)
5651 lt_cv_path_NM="$tmp_nm -B"
5652 break
5653 ;;
5654 *)
5655 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5656 */dev/null*)
5657 lt_cv_path_NM="$tmp_nm -p"
5658 break
5659 ;;
5660 *)
5661 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5662 continue # so that we can try to find one that supports BSD flags
5663 ;;
5664 esac
5665 ;;
5666 esac
5667 fi
5668 done
5669 IFS="$lt_save_ifs"
5670 done
5671 : ${lt_cv_path_NM=no}
5672 fi
5673 fi
5674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5675 $as_echo "$lt_cv_path_NM" >&6; }
5676 if test "$lt_cv_path_NM" != "no"; then
5677 NM="$lt_cv_path_NM"
5678 else
5679 # Didn't find any BSD compatible name lister, look for dumpbin.
5680 if test -n "$DUMPBIN"; then :
5681 # Let the user override the test.
5682 else
5683 if test -n "$ac_tool_prefix"; then
5684 for ac_prog in dumpbin "link -dump"
5685 do
5686 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5687 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5689 $as_echo_n "checking for $ac_word... " >&6; }
5690 if ${ac_cv_prog_DUMPBIN+:} false; then :
5691 $as_echo_n "(cached) " >&6
5692 else
5693 if test -n "$DUMPBIN"; then
5694 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5695 else
5696 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5697 for as_dir in $PATH
5698 do
5699 IFS=$as_save_IFS
5700 test -z "$as_dir" && as_dir=.
5701 for ac_exec_ext in '' $ac_executable_extensions; do
5702 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5703 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5704 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5705 break 2
5706 fi
5707 done
5708 done
5709 IFS=$as_save_IFS
5710
5711 fi
5712 fi
5713 DUMPBIN=$ac_cv_prog_DUMPBIN
5714 if test -n "$DUMPBIN"; then
5715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5716 $as_echo "$DUMPBIN" >&6; }
5717 else
5718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5719 $as_echo "no" >&6; }
5720 fi
5721
5722
5723 test -n "$DUMPBIN" && break
5724 done
5725 fi
5726 if test -z "$DUMPBIN"; then
5727 ac_ct_DUMPBIN=$DUMPBIN
5728 for ac_prog in dumpbin "link -dump"
5729 do
5730 # Extract the first word of "$ac_prog", so it can be a program name with args.
5731 set dummy $ac_prog; ac_word=$2
5732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5733 $as_echo_n "checking for $ac_word... " >&6; }
5734 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5735 $as_echo_n "(cached) " >&6
5736 else
5737 if test -n "$ac_ct_DUMPBIN"; then
5738 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5739 else
5740 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5741 for as_dir in $PATH
5742 do
5743 IFS=$as_save_IFS
5744 test -z "$as_dir" && as_dir=.
5745 for ac_exec_ext in '' $ac_executable_extensions; do
5746 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5747 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5748 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5749 break 2
5750 fi
5751 done
5752 done
5753 IFS=$as_save_IFS
5754
5755 fi
5756 fi
5757 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5758 if test -n "$ac_ct_DUMPBIN"; then
5759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5760 $as_echo "$ac_ct_DUMPBIN" >&6; }
5761 else
5762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5763 $as_echo "no" >&6; }
5764 fi
5765
5766
5767 test -n "$ac_ct_DUMPBIN" && break
5768 done
5769
5770 if test "x$ac_ct_DUMPBIN" = x; then
5771 DUMPBIN=":"
5772 else
5773 case $cross_compiling:$ac_tool_warned in
5774 yes:)
5775 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5776 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5777 ac_tool_warned=yes ;;
5778 esac
5779 DUMPBIN=$ac_ct_DUMPBIN
5780 fi
5781 fi
5782
5783 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5784 *COFF*)
5785 DUMPBIN="$DUMPBIN -symbols"
5786 ;;
5787 *)
5788 DUMPBIN=:
5789 ;;
5790 esac
5791 fi
5792
5793 if test "$DUMPBIN" != ":"; then
5794 NM="$DUMPBIN"
5795 fi
5796 fi
5797 test -z "$NM" && NM=nm
5798
5799
5800
5801
5802
5803
5804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5805 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5806 if ${lt_cv_nm_interface+:} false; then :
5807 $as_echo_n "(cached) " >&6
5808 else
5809 lt_cv_nm_interface="BSD nm"
5810 echo "int some_variable = 0;" > conftest.$ac_ext
5811 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5812 (eval "$ac_compile" 2>conftest.err)
5813 cat conftest.err >&5
5814 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5815 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5816 cat conftest.err >&5
5817 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5818 cat conftest.out >&5
5819 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5820 lt_cv_nm_interface="MS dumpbin"
5821 fi
5822 rm -f conftest*
5823 fi
5824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5825 $as_echo "$lt_cv_nm_interface" >&6; }
5826
5827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5828 $as_echo_n "checking whether ln -s works... " >&6; }
5829 LN_S=$as_ln_s
5830 if test "$LN_S" = "ln -s"; then
5831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5832 $as_echo "yes" >&6; }
5833 else
5834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5835 $as_echo "no, using $LN_S" >&6; }
5836 fi
5837
5838 # find the maximum length of command line arguments
5839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5840 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5841 if ${lt_cv_sys_max_cmd_len+:} false; then :
5842 $as_echo_n "(cached) " >&6
5843 else
5844 i=0
5845 teststring="ABCD"
5846
5847 case $build_os in
5848 msdosdjgpp*)
5849 # On DJGPP, this test can blow up pretty badly due to problems in libc
5850 # (any single argument exceeding 2000 bytes causes a buffer overrun
5851 # during glob expansion). Even if it were fixed, the result of this
5852 # check would be larger than it should be.
5853 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5854 ;;
5855
5856 gnu*)
5857 # Under GNU Hurd, this test is not required because there is
5858 # no limit to the length of command line arguments.
5859 # Libtool will interpret -1 as no limit whatsoever
5860 lt_cv_sys_max_cmd_len=-1;
5861 ;;
5862
5863 cygwin* | mingw* | cegcc*)
5864 # On Win9x/ME, this test blows up -- it succeeds, but takes
5865 # about 5 minutes as the teststring grows exponentially.
5866 # Worse, since 9x/ME are not pre-emptively multitasking,
5867 # you end up with a "frozen" computer, even though with patience
5868 # the test eventually succeeds (with a max line length of 256k).
5869 # Instead, let's just punt: use the minimum linelength reported by
5870 # all of the supported platforms: 8192 (on NT/2K/XP).
5871 lt_cv_sys_max_cmd_len=8192;
5872 ;;
5873
5874 mint*)
5875 # On MiNT this can take a long time and run out of memory.
5876 lt_cv_sys_max_cmd_len=8192;
5877 ;;
5878
5879 amigaos*)
5880 # On AmigaOS with pdksh, this test takes hours, literally.
5881 # So we just punt and use a minimum line length of 8192.
5882 lt_cv_sys_max_cmd_len=8192;
5883 ;;
5884
5885 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5886 # This has been around since 386BSD, at least. Likely further.
5887 if test -x /sbin/sysctl; then
5888 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5889 elif test -x /usr/sbin/sysctl; then
5890 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5891 else
5892 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5893 fi
5894 # And add a safety zone
5895 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5896 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5897 ;;
5898
5899 interix*)
5900 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5901 lt_cv_sys_max_cmd_len=196608
5902 ;;
5903
5904 os2*)
5905 # The test takes a long time on OS/2.
5906 lt_cv_sys_max_cmd_len=8192
5907 ;;
5908
5909 osf*)
5910 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5911 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5912 # nice to cause kernel panics so lets avoid the loop below.
5913 # First set a reasonable default.
5914 lt_cv_sys_max_cmd_len=16384
5915 #
5916 if test -x /sbin/sysconfig; then
5917 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5918 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5919 esac
5920 fi
5921 ;;
5922 sco3.2v5*)
5923 lt_cv_sys_max_cmd_len=102400
5924 ;;
5925 sysv5* | sco5v6* | sysv4.2uw2*)
5926 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5927 if test -n "$kargmax"; then
5928 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5929 else
5930 lt_cv_sys_max_cmd_len=32768
5931 fi
5932 ;;
5933 *)
5934 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5935 if test -n "$lt_cv_sys_max_cmd_len" && \
5936 test undefined != "$lt_cv_sys_max_cmd_len"; then
5937 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5938 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5939 else
5940 # Make teststring a little bigger before we do anything with it.
5941 # a 1K string should be a reasonable start.
5942 for i in 1 2 3 4 5 6 7 8 ; do
5943 teststring=$teststring$teststring
5944 done
5945 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5946 # If test is not a shell built-in, we'll probably end up computing a
5947 # maximum length that is only half of the actual maximum length, but
5948 # we can't tell.
5949 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5950 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5951 test $i != 17 # 1/2 MB should be enough
5952 do
5953 i=`expr $i + 1`
5954 teststring=$teststring$teststring
5955 done
5956 # Only check the string length outside the loop.
5957 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5958 teststring=
5959 # Add a significant safety factor because C++ compilers can tack on
5960 # massive amounts of additional arguments before passing them to the
5961 # linker. It appears as though 1/2 is a usable value.
5962 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5963 fi
5964 ;;
5965 esac
5966
5967 fi
5968
5969 if test -n $lt_cv_sys_max_cmd_len ; then
5970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5971 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5972 else
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5974 $as_echo "none" >&6; }
5975 fi
5976 max_cmd_len=$lt_cv_sys_max_cmd_len
5977
5978
5979
5980
5981
5982
5983 : ${CP="cp -f"}
5984 : ${MV="mv -f"}
5985 : ${RM="rm -f"}
5986
5987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5988 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5989 # Try some XSI features
5990 xsi_shell=no
5991 ( _lt_dummy="a/b/c"
5992 test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
5993 = c,a/b,b/c, \
5994 && eval 'test $(( 1 + 1 )) -eq 2 \
5995 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5996 && xsi_shell=yes
5997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5998 $as_echo "$xsi_shell" >&6; }
5999
6000
6001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6002 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6003 lt_shell_append=no
6004 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6005 >/dev/null 2>&1 \
6006 && lt_shell_append=yes
6007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6008 $as_echo "$lt_shell_append" >&6; }
6009
6010
6011 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6012 lt_unset=unset
6013 else
6014 lt_unset=false
6015 fi
6016
6017
6018
6019
6020
6021 # test EBCDIC or ASCII
6022 case `echo X|tr X '\101'` in
6023 A) # ASCII based system
6024 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6025 lt_SP2NL='tr \040 \012'
6026 lt_NL2SP='tr \015\012 \040\040'
6027 ;;
6028 *) # EBCDIC based system
6029 lt_SP2NL='tr \100 \n'
6030 lt_NL2SP='tr \r\n \100\100'
6031 ;;
6032 esac
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
6043 $as_echo_n "checking how to convert $build file names to $host format... " >&6; }
6044 if ${lt_cv_to_host_file_cmd+:} false; then :
6045 $as_echo_n "(cached) " >&6
6046 else
6047 case $host in
6048 *-*-mingw* )
6049 case $build in
6050 *-*-mingw* ) # actually msys
6051 lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
6052 ;;
6053 *-*-cygwin* )
6054 lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
6055 ;;
6056 * ) # otherwise, assume *nix
6057 lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
6058 ;;
6059 esac
6060 ;;
6061 *-*-cygwin* )
6062 case $build in
6063 *-*-mingw* ) # actually msys
6064 lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
6065 ;;
6066 *-*-cygwin* )
6067 lt_cv_to_host_file_cmd=func_convert_file_noop
6068 ;;
6069 * ) # otherwise, assume *nix
6070 lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
6071 ;;
6072 esac
6073 ;;
6074 * ) # unhandled hosts (and "normal" native builds)
6075 lt_cv_to_host_file_cmd=func_convert_file_noop
6076 ;;
6077 esac
6078
6079 fi
6080
6081 to_host_file_cmd=$lt_cv_to_host_file_cmd
6082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
6083 $as_echo "$lt_cv_to_host_file_cmd" >&6; }
6084
6085
6086
6087
6088
6089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
6090 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
6091 if ${lt_cv_to_tool_file_cmd+:} false; then :
6092 $as_echo_n "(cached) " >&6
6093 else
6094 #assume ordinary cross tools, or native build.
6095 lt_cv_to_tool_file_cmd=func_convert_file_noop
6096 case $host in
6097 *-*-mingw* )
6098 case $build in
6099 *-*-mingw* ) # actually msys
6100 lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
6101 ;;
6102 esac
6103 ;;
6104 esac
6105
6106 fi
6107
6108 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
6109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
6110 $as_echo "$lt_cv_to_tool_file_cmd" >&6; }
6111
6112
6113
6114
6115
6116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6117 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6118 if ${lt_cv_ld_reload_flag+:} false; then :
6119 $as_echo_n "(cached) " >&6
6120 else
6121 lt_cv_ld_reload_flag='-r'
6122 fi
6123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6124 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6125 reload_flag=$lt_cv_ld_reload_flag
6126 case $reload_flag in
6127 "" | " "*) ;;
6128 *) reload_flag=" $reload_flag" ;;
6129 esac
6130 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6131 case $host_os in
6132 cygwin* | mingw* | pw32* | cegcc*)
6133 if test "$GCC" != yes; then
6134 reload_cmds=false
6135 fi
6136 ;;
6137 darwin*)
6138 if test "$GCC" = yes; then
6139 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6140 else
6141 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6142 fi
6143 ;;
6144 esac
6145
6146
6147
6148
6149
6150
6151
6152
6153
6154 if test -n "$ac_tool_prefix"; then
6155 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6156 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6158 $as_echo_n "checking for $ac_word... " >&6; }
6159 if ${ac_cv_prog_OBJDUMP+:} false; then :
6160 $as_echo_n "(cached) " >&6
6161 else
6162 if test -n "$OBJDUMP"; then
6163 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6164 else
6165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6166 for as_dir in $PATH
6167 do
6168 IFS=$as_save_IFS
6169 test -z "$as_dir" && as_dir=.
6170 for ac_exec_ext in '' $ac_executable_extensions; do
6171 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6172 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6173 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6174 break 2
6175 fi
6176 done
6177 done
6178 IFS=$as_save_IFS
6179
6180 fi
6181 fi
6182 OBJDUMP=$ac_cv_prog_OBJDUMP
6183 if test -n "$OBJDUMP"; then
6184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6185 $as_echo "$OBJDUMP" >&6; }
6186 else
6187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6188 $as_echo "no" >&6; }
6189 fi
6190
6191
6192 fi
6193 if test -z "$ac_cv_prog_OBJDUMP"; then
6194 ac_ct_OBJDUMP=$OBJDUMP
6195 # Extract the first word of "objdump", so it can be a program name with args.
6196 set dummy objdump; ac_word=$2
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6198 $as_echo_n "checking for $ac_word... " >&6; }
6199 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6200 $as_echo_n "(cached) " >&6
6201 else
6202 if test -n "$ac_ct_OBJDUMP"; then
6203 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6204 else
6205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6206 for as_dir in $PATH
6207 do
6208 IFS=$as_save_IFS
6209 test -z "$as_dir" && as_dir=.
6210 for ac_exec_ext in '' $ac_executable_extensions; do
6211 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6212 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6213 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6214 break 2
6215 fi
6216 done
6217 done
6218 IFS=$as_save_IFS
6219
6220 fi
6221 fi
6222 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6223 if test -n "$ac_ct_OBJDUMP"; then
6224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6225 $as_echo "$ac_ct_OBJDUMP" >&6; }
6226 else
6227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6228 $as_echo "no" >&6; }
6229 fi
6230
6231 if test "x$ac_ct_OBJDUMP" = x; then
6232 OBJDUMP="false"
6233 else
6234 case $cross_compiling:$ac_tool_warned in
6235 yes:)
6236 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6237 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6238 ac_tool_warned=yes ;;
6239 esac
6240 OBJDUMP=$ac_ct_OBJDUMP
6241 fi
6242 else
6243 OBJDUMP="$ac_cv_prog_OBJDUMP"
6244 fi
6245
6246 test -z "$OBJDUMP" && OBJDUMP=objdump
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6257 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6258 if ${lt_cv_deplibs_check_method+:} false; then :
6259 $as_echo_n "(cached) " >&6
6260 else
6261 lt_cv_file_magic_cmd='$MAGIC_CMD'
6262 lt_cv_file_magic_test_file=
6263 lt_cv_deplibs_check_method='unknown'
6264 # Need to set the preceding variable on all platforms that support
6265 # interlibrary dependencies.
6266 # 'none' -- dependencies not supported.
6267 # `unknown' -- same as none, but documents that we really don't know.
6268 # 'pass_all' -- all dependencies passed with no checks.
6269 # 'test_compile' -- check by making test program.
6270 # 'file_magic [[regex]]' -- check by looking for files in library path
6271 # which responds to the $file_magic_cmd with a given extended regex.
6272 # If you have `file' or equivalent on your system and you're not sure
6273 # whether `pass_all' will *always* work, you probably want this one.
6274
6275 case $host_os in
6276 aix[4-9]*)
6277 lt_cv_deplibs_check_method=pass_all
6278 ;;
6279
6280 beos*)
6281 lt_cv_deplibs_check_method=pass_all
6282 ;;
6283
6284 bsdi[45]*)
6285 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6286 lt_cv_file_magic_cmd='/usr/bin/file -L'
6287 lt_cv_file_magic_test_file=/shlib/libc.so
6288 ;;
6289
6290 cygwin*)
6291 # func_win32_libid is a shell function defined in ltmain.sh
6292 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6293 lt_cv_file_magic_cmd='func_win32_libid'
6294 ;;
6295
6296 mingw* | pw32*)
6297 # Base MSYS/MinGW do not provide the 'file' command needed by
6298 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6299 # unless we find 'file', for example because we are cross-compiling.
6300 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6301 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6302 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6303 lt_cv_file_magic_cmd='func_win32_libid'
6304 else
6305 # Keep this pattern in sync with the one in func_win32_libid.
6306 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
6307 lt_cv_file_magic_cmd='$OBJDUMP -f'
6308 fi
6309 ;;
6310
6311 cegcc*)
6312 # use the weaker test based on 'objdump'. See mingw*.
6313 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6314 lt_cv_file_magic_cmd='$OBJDUMP -f'
6315 ;;
6316
6317 darwin* | rhapsody*)
6318 lt_cv_deplibs_check_method=pass_all
6319 ;;
6320
6321 freebsd* | dragonfly*)
6322 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6323 case $host_cpu in
6324 i*86 )
6325 # Not sure whether the presence of OpenBSD here was a mistake.
6326 # Let's accept both of them until this is cleared up.
6327 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6328 lt_cv_file_magic_cmd=/usr/bin/file
6329 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6330 ;;
6331 esac
6332 else
6333 lt_cv_deplibs_check_method=pass_all
6334 fi
6335 ;;
6336
6337 haiku*)
6338 lt_cv_deplibs_check_method=pass_all
6339 ;;
6340
6341 hpux10.20* | hpux11*)
6342 lt_cv_file_magic_cmd=/usr/bin/file
6343 case $host_cpu in
6344 ia64*)
6345 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6346 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6347 ;;
6348 hppa*64*)
6349 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
6350 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6351 ;;
6352 *)
6353 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6354 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6355 ;;
6356 esac
6357 ;;
6358
6359 interix[3-9]*)
6360 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6361 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6362 ;;
6363
6364 irix5* | irix6* | nonstopux*)
6365 case $LD in
6366 *-32|*"-32 ") libmagic=32-bit;;
6367 *-n32|*"-n32 ") libmagic=N32;;
6368 *-64|*"-64 ") libmagic=64-bit;;
6369 *) libmagic=never-match;;
6370 esac
6371 lt_cv_deplibs_check_method=pass_all
6372 ;;
6373
6374 # This must be glibc/ELF.
6375 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6376 lt_cv_deplibs_check_method=pass_all
6377 ;;
6378
6379 netbsd* | netbsdelf*-gnu)
6380 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6381 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6382 else
6383 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6384 fi
6385 ;;
6386
6387 newos6*)
6388 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6389 lt_cv_file_magic_cmd=/usr/bin/file
6390 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6391 ;;
6392
6393 *nto* | *qnx*)
6394 lt_cv_deplibs_check_method=pass_all
6395 ;;
6396
6397 openbsd*)
6398 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6399 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6400 else
6401 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6402 fi
6403 ;;
6404
6405 osf3* | osf4* | osf5*)
6406 lt_cv_deplibs_check_method=pass_all
6407 ;;
6408
6409 rdos*)
6410 lt_cv_deplibs_check_method=pass_all
6411 ;;
6412
6413 solaris*)
6414 lt_cv_deplibs_check_method=pass_all
6415 ;;
6416
6417 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6418 lt_cv_deplibs_check_method=pass_all
6419 ;;
6420
6421 sysv4 | sysv4.3*)
6422 case $host_vendor in
6423 motorola)
6424 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
6425 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6426 ;;
6427 ncr)
6428 lt_cv_deplibs_check_method=pass_all
6429 ;;
6430 sequent)
6431 lt_cv_file_magic_cmd='/bin/file'
6432 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6433 ;;
6434 sni)
6435 lt_cv_file_magic_cmd='/bin/file'
6436 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6437 lt_cv_file_magic_test_file=/lib/libc.so
6438 ;;
6439 siemens)
6440 lt_cv_deplibs_check_method=pass_all
6441 ;;
6442 pc)
6443 lt_cv_deplibs_check_method=pass_all
6444 ;;
6445 esac
6446 ;;
6447
6448 tpf*)
6449 lt_cv_deplibs_check_method=pass_all
6450 ;;
6451 esac
6452
6453 fi
6454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6455 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6456
6457 file_magic_glob=
6458 want_nocaseglob=no
6459 if test "$build" = "$host"; then
6460 case $host_os in
6461 mingw* | pw32*)
6462 if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
6463 want_nocaseglob=yes
6464 else
6465 file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
6466 fi
6467 ;;
6468 esac
6469 fi
6470
6471 file_magic_cmd=$lt_cv_file_magic_cmd
6472 deplibs_check_method=$lt_cv_deplibs_check_method
6473 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6474
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
6492
6493
6494
6495
6496 if test -n "$ac_tool_prefix"; then
6497 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6498 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6500 $as_echo_n "checking for $ac_word... " >&6; }
6501 if ${ac_cv_prog_DLLTOOL+:} false; then :
6502 $as_echo_n "(cached) " >&6
6503 else
6504 if test -n "$DLLTOOL"; then
6505 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6506 else
6507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6508 for as_dir in $PATH
6509 do
6510 IFS=$as_save_IFS
6511 test -z "$as_dir" && as_dir=.
6512 for ac_exec_ext in '' $ac_executable_extensions; do
6513 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6514 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6515 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6516 break 2
6517 fi
6518 done
6519 done
6520 IFS=$as_save_IFS
6521
6522 fi
6523 fi
6524 DLLTOOL=$ac_cv_prog_DLLTOOL
6525 if test -n "$DLLTOOL"; then
6526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6527 $as_echo "$DLLTOOL" >&6; }
6528 else
6529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6530 $as_echo "no" >&6; }
6531 fi
6532
6533
6534 fi
6535 if test -z "$ac_cv_prog_DLLTOOL"; then
6536 ac_ct_DLLTOOL=$DLLTOOL
6537 # Extract the first word of "dlltool", so it can be a program name with args.
6538 set dummy dlltool; ac_word=$2
6539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6540 $as_echo_n "checking for $ac_word... " >&6; }
6541 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
6542 $as_echo_n "(cached) " >&6
6543 else
6544 if test -n "$ac_ct_DLLTOOL"; then
6545 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6546 else
6547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6548 for as_dir in $PATH
6549 do
6550 IFS=$as_save_IFS
6551 test -z "$as_dir" && as_dir=.
6552 for ac_exec_ext in '' $ac_executable_extensions; do
6553 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6554 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6555 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6556 break 2
6557 fi
6558 done
6559 done
6560 IFS=$as_save_IFS
6561
6562 fi
6563 fi
6564 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6565 if test -n "$ac_ct_DLLTOOL"; then
6566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6567 $as_echo "$ac_ct_DLLTOOL" >&6; }
6568 else
6569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6570 $as_echo "no" >&6; }
6571 fi
6572
6573 if test "x$ac_ct_DLLTOOL" = x; then
6574 DLLTOOL="false"
6575 else
6576 case $cross_compiling:$ac_tool_warned in
6577 yes:)
6578 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6579 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6580 ac_tool_warned=yes ;;
6581 esac
6582 DLLTOOL=$ac_ct_DLLTOOL
6583 fi
6584 else
6585 DLLTOOL="$ac_cv_prog_DLLTOOL"
6586 fi
6587
6588 test -z "$DLLTOOL" && DLLTOOL=dlltool
6589
6590
6591
6592
6593
6594
6595
6596
6597
6598
6599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
6600 $as_echo_n "checking how to associate runtime and link libraries... " >&6; }
6601 if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
6602 $as_echo_n "(cached) " >&6
6603 else
6604 lt_cv_sharedlib_from_linklib_cmd='unknown'
6605
6606 case $host_os in
6607 cygwin* | mingw* | pw32* | cegcc*)
6608 # two different shell functions defined in ltmain.sh
6609 # decide which to use based on capabilities of $DLLTOOL
6610 case `$DLLTOOL --help 2>&1` in
6611 *--identify-strict*)
6612 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
6613 ;;
6614 *)
6615 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
6616 ;;
6617 esac
6618 ;;
6619 *)
6620 # fallback: assume linklib IS sharedlib
6621 lt_cv_sharedlib_from_linklib_cmd="$ECHO"
6622 ;;
6623 esac
6624
6625 fi
6626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
6627 $as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
6628 sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
6629 test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
6630
6631
6632
6633
6634
6635
6636
6637 if test -n "$ac_tool_prefix"; then
6638 for ac_prog in ar
6639 do
6640 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6641 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6643 $as_echo_n "checking for $ac_word... " >&6; }
6644 if ${ac_cv_prog_AR+:} false; then :
6645 $as_echo_n "(cached) " >&6
6646 else
6647 if test -n "$AR"; then
6648 ac_cv_prog_AR="$AR" # Let the user override the test.
6649 else
6650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6651 for as_dir in $PATH
6652 do
6653 IFS=$as_save_IFS
6654 test -z "$as_dir" && as_dir=.
6655 for ac_exec_ext in '' $ac_executable_extensions; do
6656 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6657 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6658 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6659 break 2
6660 fi
6661 done
6662 done
6663 IFS=$as_save_IFS
6664
6665 fi
6666 fi
6667 AR=$ac_cv_prog_AR
6668 if test -n "$AR"; then
6669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6670 $as_echo "$AR" >&6; }
6671 else
6672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6673 $as_echo "no" >&6; }
6674 fi
6675
6676
6677 test -n "$AR" && break
6678 done
6679 fi
6680 if test -z "$AR"; then
6681 ac_ct_AR=$AR
6682 for ac_prog in ar
6683 do
6684 # Extract the first word of "$ac_prog", so it can be a program name with args.
6685 set dummy $ac_prog; ac_word=$2
6686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6687 $as_echo_n "checking for $ac_word... " >&6; }
6688 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6689 $as_echo_n "(cached) " >&6
6690 else
6691 if test -n "$ac_ct_AR"; then
6692 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6693 else
6694 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6695 for as_dir in $PATH
6696 do
6697 IFS=$as_save_IFS
6698 test -z "$as_dir" && as_dir=.
6699 for ac_exec_ext in '' $ac_executable_extensions; do
6700 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6701 ac_cv_prog_ac_ct_AR="$ac_prog"
6702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6703 break 2
6704 fi
6705 done
6706 done
6707 IFS=$as_save_IFS
6708
6709 fi
6710 fi
6711 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6712 if test -n "$ac_ct_AR"; then
6713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6714 $as_echo "$ac_ct_AR" >&6; }
6715 else
6716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6717 $as_echo "no" >&6; }
6718 fi
6719
6720
6721 test -n "$ac_ct_AR" && break
6722 done
6723
6724 if test "x$ac_ct_AR" = x; then
6725 AR="false"
6726 else
6727 case $cross_compiling:$ac_tool_warned in
6728 yes:)
6729 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6730 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6731 ac_tool_warned=yes ;;
6732 esac
6733 AR=$ac_ct_AR
6734 fi
6735 fi
6736
6737 : ${AR=ar}
6738 : ${AR_FLAGS=cru}
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
6751 $as_echo_n "checking for archiver @FILE support... " >&6; }
6752 if ${lt_cv_ar_at_file+:} false; then :
6753 $as_echo_n "(cached) " >&6
6754 else
6755 lt_cv_ar_at_file=no
6756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6757 /* end confdefs.h. */
6758
6759 int
6760 main ()
6761 {
6762
6763 ;
6764 return 0;
6765 }
6766 _ACEOF
6767 if ac_fn_c_try_compile "$LINENO"; then :
6768 echo conftest.$ac_objext > conftest.lst
6769 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
6770 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
6771 (eval $lt_ar_try) 2>&5
6772 ac_status=$?
6773 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6774 test $ac_status = 0; }
6775 if test "$ac_status" -eq 0; then
6776 # Ensure the archiver fails upon bogus file names.
6777 rm -f conftest.$ac_objext libconftest.a
6778 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
6779 (eval $lt_ar_try) 2>&5
6780 ac_status=$?
6781 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6782 test $ac_status = 0; }
6783 if test "$ac_status" -ne 0; then
6784 lt_cv_ar_at_file=@
6785 fi
6786 fi
6787 rm -f conftest.* libconftest.a
6788
6789 fi
6790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6791
6792 fi
6793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
6794 $as_echo "$lt_cv_ar_at_file" >&6; }
6795
6796 if test "x$lt_cv_ar_at_file" = xno; then
6797 archiver_list_spec=
6798 else
6799 archiver_list_spec=$lt_cv_ar_at_file
6800 fi
6801
6802
6803
6804
6805
6806
6807
6808 if test -n "$ac_tool_prefix"; then
6809 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6810 set dummy ${ac_tool_prefix}strip; ac_word=$2
6811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6812 $as_echo_n "checking for $ac_word... " >&6; }
6813 if ${ac_cv_prog_STRIP+:} false; then :
6814 $as_echo_n "(cached) " >&6
6815 else
6816 if test -n "$STRIP"; then
6817 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6818 else
6819 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6820 for as_dir in $PATH
6821 do
6822 IFS=$as_save_IFS
6823 test -z "$as_dir" && as_dir=.
6824 for ac_exec_ext in '' $ac_executable_extensions; do
6825 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6826 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6828 break 2
6829 fi
6830 done
6831 done
6832 IFS=$as_save_IFS
6833
6834 fi
6835 fi
6836 STRIP=$ac_cv_prog_STRIP
6837 if test -n "$STRIP"; then
6838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6839 $as_echo "$STRIP" >&6; }
6840 else
6841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6842 $as_echo "no" >&6; }
6843 fi
6844
6845
6846 fi
6847 if test -z "$ac_cv_prog_STRIP"; then
6848 ac_ct_STRIP=$STRIP
6849 # Extract the first word of "strip", so it can be a program name with args.
6850 set dummy strip; ac_word=$2
6851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6852 $as_echo_n "checking for $ac_word... " >&6; }
6853 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6854 $as_echo_n "(cached) " >&6
6855 else
6856 if test -n "$ac_ct_STRIP"; then
6857 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6858 else
6859 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6860 for as_dir in $PATH
6861 do
6862 IFS=$as_save_IFS
6863 test -z "$as_dir" && as_dir=.
6864 for ac_exec_ext in '' $ac_executable_extensions; do
6865 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6866 ac_cv_prog_ac_ct_STRIP="strip"
6867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6868 break 2
6869 fi
6870 done
6871 done
6872 IFS=$as_save_IFS
6873
6874 fi
6875 fi
6876 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6877 if test -n "$ac_ct_STRIP"; then
6878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6879 $as_echo "$ac_ct_STRIP" >&6; }
6880 else
6881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6882 $as_echo "no" >&6; }
6883 fi
6884
6885 if test "x$ac_ct_STRIP" = x; then
6886 STRIP=":"
6887 else
6888 case $cross_compiling:$ac_tool_warned in
6889 yes:)
6890 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6891 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6892 ac_tool_warned=yes ;;
6893 esac
6894 STRIP=$ac_ct_STRIP
6895 fi
6896 else
6897 STRIP="$ac_cv_prog_STRIP"
6898 fi
6899
6900 test -z "$STRIP" && STRIP=:
6901
6902
6903
6904
6905
6906
6907 if test -n "$ac_tool_prefix"; then
6908 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6909 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6911 $as_echo_n "checking for $ac_word... " >&6; }
6912 if ${ac_cv_prog_RANLIB+:} false; then :
6913 $as_echo_n "(cached) " >&6
6914 else
6915 if test -n "$RANLIB"; then
6916 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6917 else
6918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6919 for as_dir in $PATH
6920 do
6921 IFS=$as_save_IFS
6922 test -z "$as_dir" && as_dir=.
6923 for ac_exec_ext in '' $ac_executable_extensions; do
6924 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6925 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6927 break 2
6928 fi
6929 done
6930 done
6931 IFS=$as_save_IFS
6932
6933 fi
6934 fi
6935 RANLIB=$ac_cv_prog_RANLIB
6936 if test -n "$RANLIB"; then
6937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6938 $as_echo "$RANLIB" >&6; }
6939 else
6940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6941 $as_echo "no" >&6; }
6942 fi
6943
6944
6945 fi
6946 if test -z "$ac_cv_prog_RANLIB"; then
6947 ac_ct_RANLIB=$RANLIB
6948 # Extract the first word of "ranlib", so it can be a program name with args.
6949 set dummy ranlib; ac_word=$2
6950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6951 $as_echo_n "checking for $ac_word... " >&6; }
6952 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6953 $as_echo_n "(cached) " >&6
6954 else
6955 if test -n "$ac_ct_RANLIB"; then
6956 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6957 else
6958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6959 for as_dir in $PATH
6960 do
6961 IFS=$as_save_IFS
6962 test -z "$as_dir" && as_dir=.
6963 for ac_exec_ext in '' $ac_executable_extensions; do
6964 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6965 ac_cv_prog_ac_ct_RANLIB="ranlib"
6966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6967 break 2
6968 fi
6969 done
6970 done
6971 IFS=$as_save_IFS
6972
6973 fi
6974 fi
6975 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6976 if test -n "$ac_ct_RANLIB"; then
6977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6978 $as_echo "$ac_ct_RANLIB" >&6; }
6979 else
6980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6981 $as_echo "no" >&6; }
6982 fi
6983
6984 if test "x$ac_ct_RANLIB" = x; then
6985 RANLIB=":"
6986 else
6987 case $cross_compiling:$ac_tool_warned in
6988 yes:)
6989 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6990 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6991 ac_tool_warned=yes ;;
6992 esac
6993 RANLIB=$ac_ct_RANLIB
6994 fi
6995 else
6996 RANLIB="$ac_cv_prog_RANLIB"
6997 fi
6998
6999 test -z "$RANLIB" && RANLIB=:
7000
7001
7002
7003
7004
7005
7006 # Determine commands to create old-style static archives.
7007 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7008 old_postinstall_cmds='chmod 644 $oldlib'
7009 old_postuninstall_cmds=
7010
7011 if test -n "$RANLIB"; then
7012 case $host_os in
7013 openbsd*)
7014 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
7015 ;;
7016 *)
7017 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
7018 ;;
7019 esac
7020 old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
7021 fi
7022
7023 case $host_os in
7024 darwin*)
7025 lock_old_archive_extraction=yes ;;
7026 *)
7027 lock_old_archive_extraction=no ;;
7028 esac
7029
7030
7031
7032
7033
7034
7035
7036
7037
7038
7039
7040
7041
7042
7043
7044
7045
7046
7047
7048
7049
7050
7051
7052
7053
7054
7055
7056
7057
7058
7059
7060
7061
7062
7063
7064
7065
7066
7067
7068 # If no C compiler was specified, use CC.
7069 LTCC=${LTCC-"$CC"}
7070
7071 # If no C compiler flags were specified, use CFLAGS.
7072 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7073
7074 # Allow CC to be a program name with arguments.
7075 compiler=$CC
7076
7077
7078 # Check for command to grab the raw symbol name followed by C symbol from nm.
7079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7080 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7081 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
7082 $as_echo_n "(cached) " >&6
7083 else
7084
7085 # These are sane defaults that work on at least a few old systems.
7086 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7087
7088 # Character class describing NM global symbol codes.
7089 symcode='[BCDEGRST]'
7090
7091 # Regexp to match symbols that can be accessed directly from C.
7092 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7093
7094 # Define system-specific variables.
7095 case $host_os in
7096 aix*)
7097 symcode='[BCDT]'
7098 ;;
7099 cygwin* | mingw* | pw32* | cegcc*)
7100 symcode='[ABCDGISTW]'
7101 ;;
7102 hpux*)
7103 if test "$host_cpu" = ia64; then
7104 symcode='[ABCDEGRST]'
7105 fi
7106 ;;
7107 irix* | nonstopux*)
7108 symcode='[BCDEGRST]'
7109 ;;
7110 osf*)
7111 symcode='[BCDEGQRST]'
7112 ;;
7113 solaris*)
7114 symcode='[BDRT]'
7115 ;;
7116 sco3.2v5*)
7117 symcode='[DT]'
7118 ;;
7119 sysv4.2uw2*)
7120 symcode='[DT]'
7121 ;;
7122 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7123 symcode='[ABDT]'
7124 ;;
7125 sysv4)
7126 symcode='[DFNSTU]'
7127 ;;
7128 esac
7129
7130 # If we're using GNU nm, then use its standard symbol codes.
7131 case `$NM -V 2>&1` in
7132 *GNU* | *'with BFD'*)
7133 symcode='[ABCDGIRSTW]' ;;
7134 esac
7135
7136 # Transform an extracted symbol line into a proper C declaration.
7137 # Some systems (esp. on ia64) link data and code symbols differently,
7138 # so use this general approach.
7139 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7140
7141 # Transform an extracted symbol line into symbol name and symbol address
7142 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7143 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
7144
7145 # Handle CRLF in mingw tool chain
7146 opt_cr=
7147 case $build_os in
7148 mingw*)
7149 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7150 ;;
7151 esac
7152
7153 # Try without a prefix underscore, then with it.
7154 for ac_symprfx in "" "_"; do
7155
7156 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7157 symxfrm="\\1 $ac_symprfx\\2 \\2"
7158
7159 # Write the raw and C identifiers.
7160 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7161 # Fake it for dumpbin and say T for any non-static function
7162 # and D for any global variable.
7163 # Also find C++ and __fastcall symbols from MSVC++,
7164 # which start with @ or ?.
7165 lt_cv_sys_global_symbol_pipe="$AWK '"\
7166 " {last_section=section; section=\$ 3};"\
7167 " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
7168 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7169 " \$ 0!~/External *\|/{next};"\
7170 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7171 " {if(hide[section]) next};"\
7172 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7173 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7174 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7175 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7176 " ' prfx=^$ac_symprfx"
7177 else
7178 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7179 fi
7180 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
7181
7182 # Check to see that the pipe works correctly.
7183 pipe_works=no
7184
7185 rm -f conftest*
7186 cat > conftest.$ac_ext <<_LT_EOF
7187 #ifdef __cplusplus
7188 extern "C" {
7189 #endif
7190 char nm_test_var;
7191 void nm_test_func(void);
7192 void nm_test_func(void){}
7193 #ifdef __cplusplus
7194 }
7195 #endif
7196 int main(){nm_test_var='a';nm_test_func();return(0);}
7197 _LT_EOF
7198
7199 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7200 (eval $ac_compile) 2>&5
7201 ac_status=$?
7202 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7203 test $ac_status = 0; }; then
7204 # Now try to grab the symbols.
7205 nlist=conftest.nm
7206 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7207 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7208 ac_status=$?
7209 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7210 test $ac_status = 0; } && test -s "$nlist"; then
7211 # Try sorting and uniquifying the output.
7212 if sort "$nlist" | uniq > "$nlist"T; then
7213 mv -f "$nlist"T "$nlist"
7214 else
7215 rm -f "$nlist"T
7216 fi
7217
7218 # Make sure that we snagged all the symbols we need.
7219 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7220 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7221 cat <<_LT_EOF > conftest.$ac_ext
7222 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
7223 #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
7224 /* DATA imports from DLLs on WIN32 con't be const, because runtime
7225 relocations are performed -- see ld's documentation on pseudo-relocs. */
7226 # define LT_DLSYM_CONST
7227 #elif defined(__osf__)
7228 /* This system does not cope well with relocations in const data. */
7229 # define LT_DLSYM_CONST
7230 #else
7231 # define LT_DLSYM_CONST const
7232 #endif
7233
7234 #ifdef __cplusplus
7235 extern "C" {
7236 #endif
7237
7238 _LT_EOF
7239 # Now generate the symbol file.
7240 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7241
7242 cat <<_LT_EOF >> conftest.$ac_ext
7243
7244 /* The mapping between symbol names and symbols. */
7245 LT_DLSYM_CONST struct {
7246 const char *name;
7247 void *address;
7248 }
7249 lt__PROGRAM__LTX_preloaded_symbols[] =
7250 {
7251 { "@PROGRAM@", (void *) 0 },
7252 _LT_EOF
7253 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7254 cat <<\_LT_EOF >> conftest.$ac_ext
7255 {0, (void *) 0}
7256 };
7257
7258 /* This works around a problem in FreeBSD linker */
7259 #ifdef FREEBSD_WORKAROUND
7260 static const void *lt_preloaded_setup() {
7261 return lt__PROGRAM__LTX_preloaded_symbols;
7262 }
7263 #endif
7264
7265 #ifdef __cplusplus
7266 }
7267 #endif
7268 _LT_EOF
7269 # Now try linking the two files.
7270 mv conftest.$ac_objext conftstm.$ac_objext
7271 lt_globsym_save_LIBS=$LIBS
7272 lt_globsym_save_CFLAGS=$CFLAGS
7273 LIBS="conftstm.$ac_objext"
7274 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7275 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7276 (eval $ac_link) 2>&5
7277 ac_status=$?
7278 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7279 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7280 pipe_works=yes
7281 fi
7282 LIBS=$lt_globsym_save_LIBS
7283 CFLAGS=$lt_globsym_save_CFLAGS
7284 else
7285 echo "cannot find nm_test_func in $nlist" >&5
7286 fi
7287 else
7288 echo "cannot find nm_test_var in $nlist" >&5
7289 fi
7290 else
7291 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7292 fi
7293 else
7294 echo "$progname: failed program was:" >&5
7295 cat conftest.$ac_ext >&5
7296 fi
7297 rm -rf conftest* conftst*
7298
7299 # Do not use the global_symbol_pipe unless it works.
7300 if test "$pipe_works" = yes; then
7301 break
7302 else
7303 lt_cv_sys_global_symbol_pipe=
7304 fi
7305 done
7306
7307 fi
7308
7309 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7310 lt_cv_sys_global_symbol_to_cdecl=
7311 fi
7312 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7314 $as_echo "failed" >&6; }
7315 else
7316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7317 $as_echo "ok" >&6; }
7318 fi
7319
7320 # Response file support.
7321 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7322 nm_file_list_spec='@'
7323 elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
7324 nm_file_list_spec='@'
7325 fi
7326
7327
7328
7329
7330
7331
7332
7333
7334
7335
7336
7337
7338
7339
7340
7341
7342
7343
7344
7345
7346
7347
7348
7349
7350
7351
7352
7353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
7354 $as_echo_n "checking for sysroot... " >&6; }
7355
7356 # Check whether --with-sysroot was given.
7357 if test "${with_sysroot+set}" = set; then :
7358 withval=$with_sysroot;
7359 else
7360 with_sysroot=no
7361 fi
7362
7363
7364 lt_sysroot=
7365 case ${with_sysroot} in #(
7366 yes)
7367 if test "$GCC" = yes; then
7368 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
7369 fi
7370 ;; #(
7371 /*)
7372 lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
7373 ;; #(
7374 no|'')
7375 ;; #(
7376 *)
7377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5
7378 $as_echo "${with_sysroot}" >&6; }
7379 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
7380 ;;
7381 esac
7382
7383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
7384 $as_echo "${lt_sysroot:-no}" >&6; }
7385
7386
7387
7388
7389
7390 # Check whether --enable-libtool-lock was given.
7391 if test "${enable_libtool_lock+set}" = set; then :
7392 enableval=$enable_libtool_lock;
7393 fi
7394
7395 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7396
7397 # Some flags need to be propagated to the compiler or linker for good
7398 # libtool support.
7399 case $host in
7400 ia64-*-hpux*)
7401 # Find out which ABI we are using.
7402 echo 'int i;' > conftest.$ac_ext
7403 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7404 (eval $ac_compile) 2>&5
7405 ac_status=$?
7406 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7407 test $ac_status = 0; }; then
7408 case `/usr/bin/file conftest.$ac_objext` in
7409 *ELF-32*)
7410 HPUX_IA64_MODE="32"
7411 ;;
7412 *ELF-64*)
7413 HPUX_IA64_MODE="64"
7414 ;;
7415 esac
7416 fi
7417 rm -rf conftest*
7418 ;;
7419 *-*-irix6*)
7420 # Find out which ABI we are using.
7421 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7422 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7423 (eval $ac_compile) 2>&5
7424 ac_status=$?
7425 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7426 test $ac_status = 0; }; then
7427 if test "$lt_cv_prog_gnu_ld" = yes; then
7428 case `/usr/bin/file conftest.$ac_objext` in
7429 *32-bit*)
7430 LD="${LD-ld} -melf32bsmip"
7431 ;;
7432 *N32*)
7433 LD="${LD-ld} -melf32bmipn32"
7434 ;;
7435 *64-bit*)
7436 LD="${LD-ld} -melf64bmip"
7437 ;;
7438 esac
7439 else
7440 case `/usr/bin/file conftest.$ac_objext` in
7441 *32-bit*)
7442 LD="${LD-ld} -32"
7443 ;;
7444 *N32*)
7445 LD="${LD-ld} -n32"
7446 ;;
7447 *64-bit*)
7448 LD="${LD-ld} -64"
7449 ;;
7450 esac
7451 fi
7452 fi
7453 rm -rf conftest*
7454 ;;
7455
7456 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7457 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7458 # Find out which ABI we are using.
7459 echo 'int i;' > conftest.$ac_ext
7460 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7461 (eval $ac_compile) 2>&5
7462 ac_status=$?
7463 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7464 test $ac_status = 0; }; then
7465 case `/usr/bin/file conftest.o` in
7466 *32-bit*)
7467 case $host in
7468 x86_64-*kfreebsd*-gnu)
7469 LD="${LD-ld} -m elf_i386_fbsd"
7470 ;;
7471 x86_64-*linux*)
7472 case `/usr/bin/file conftest.o` in
7473 *x86-64*)
7474 LD="${LD-ld} -m elf32_x86_64"
7475 ;;
7476 *)
7477 LD="${LD-ld} -m elf_i386"
7478 ;;
7479 esac
7480 ;;
7481 powerpc64le-*)
7482 LD="${LD-ld} -m elf32lppclinux"
7483 ;;
7484 powerpc64-*)
7485 LD="${LD-ld} -m elf32ppclinux"
7486 ;;
7487 s390x-*linux*)
7488 LD="${LD-ld} -m elf_s390"
7489 ;;
7490 sparc64-*linux*)
7491 LD="${LD-ld} -m elf32_sparc"
7492 ;;
7493 esac
7494 ;;
7495 *64-bit*)
7496 case $host in
7497 x86_64-*kfreebsd*-gnu)
7498 LD="${LD-ld} -m elf_x86_64_fbsd"
7499 ;;
7500 x86_64-*linux*)
7501 LD="${LD-ld} -m elf_x86_64"
7502 ;;
7503 powerpcle-*)
7504 LD="${LD-ld} -m elf64lppc"
7505 ;;
7506 powerpc-*)
7507 LD="${LD-ld} -m elf64ppc"
7508 ;;
7509 s390*-*linux*|s390*-*tpf*)
7510 LD="${LD-ld} -m elf64_s390"
7511 ;;
7512 sparc*-*linux*)
7513 LD="${LD-ld} -m elf64_sparc"
7514 ;;
7515 esac
7516 ;;
7517 esac
7518 fi
7519 rm -rf conftest*
7520 ;;
7521
7522 *-*-sco3.2v5*)
7523 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7524 SAVE_CFLAGS="$CFLAGS"
7525 CFLAGS="$CFLAGS -belf"
7526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7527 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7528 if ${lt_cv_cc_needs_belf+:} false; then :
7529 $as_echo_n "(cached) " >&6
7530 else
7531 ac_ext=c
7532 ac_cpp='$CPP $CPPFLAGS'
7533 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7534 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7535 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7536
7537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7538 /* end confdefs.h. */
7539
7540 int
7541 main ()
7542 {
7543
7544 ;
7545 return 0;
7546 }
7547 _ACEOF
7548 if ac_fn_c_try_link "$LINENO"; then :
7549 lt_cv_cc_needs_belf=yes
7550 else
7551 lt_cv_cc_needs_belf=no
7552 fi
7553 rm -f core conftest.err conftest.$ac_objext \
7554 conftest$ac_exeext conftest.$ac_ext
7555 ac_ext=c
7556 ac_cpp='$CPP $CPPFLAGS'
7557 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7558 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7559 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7560
7561 fi
7562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7563 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7564 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7565 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7566 CFLAGS="$SAVE_CFLAGS"
7567 fi
7568 ;;
7569 *-*solaris*)
7570 # Find out which ABI we are using.
7571 echo 'int i;' > conftest.$ac_ext
7572 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7573 (eval $ac_compile) 2>&5
7574 ac_status=$?
7575 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7576 test $ac_status = 0; }; then
7577 case `/usr/bin/file conftest.o` in
7578 *64-bit*)
7579 case $lt_cv_prog_gnu_ld in
7580 yes*)
7581 case $host in
7582 i?86-*-solaris*)
7583 LD="${LD-ld} -m elf_x86_64"
7584 ;;
7585 sparc*-*-solaris*)
7586 LD="${LD-ld} -m elf64_sparc"
7587 ;;
7588 esac
7589 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
7590 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
7591 LD="${LD-ld}_sol2"
7592 fi
7593 ;;
7594 *)
7595 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7596 LD="${LD-ld} -64"
7597 fi
7598 ;;
7599 esac
7600 ;;
7601 esac
7602 fi
7603 rm -rf conftest*
7604 ;;
7605 esac
7606
7607 need_locks="$enable_libtool_lock"
7608
7609 if test -n "$ac_tool_prefix"; then
7610 # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
7611 set dummy ${ac_tool_prefix}mt; ac_word=$2
7612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7613 $as_echo_n "checking for $ac_word... " >&6; }
7614 if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
7615 $as_echo_n "(cached) " >&6
7616 else
7617 if test -n "$MANIFEST_TOOL"; then
7618 ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
7619 else
7620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7621 for as_dir in $PATH
7622 do
7623 IFS=$as_save_IFS
7624 test -z "$as_dir" && as_dir=.
7625 for ac_exec_ext in '' $ac_executable_extensions; do
7626 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7627 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
7628 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7629 break 2
7630 fi
7631 done
7632 done
7633 IFS=$as_save_IFS
7634
7635 fi
7636 fi
7637 MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
7638 if test -n "$MANIFEST_TOOL"; then
7639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
7640 $as_echo "$MANIFEST_TOOL" >&6; }
7641 else
7642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7643 $as_echo "no" >&6; }
7644 fi
7645
7646
7647 fi
7648 if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
7649 ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
7650 # Extract the first word of "mt", so it can be a program name with args.
7651 set dummy mt; ac_word=$2
7652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7653 $as_echo_n "checking for $ac_word... " >&6; }
7654 if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
7655 $as_echo_n "(cached) " >&6
7656 else
7657 if test -n "$ac_ct_MANIFEST_TOOL"; then
7658 ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
7659 else
7660 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7661 for as_dir in $PATH
7662 do
7663 IFS=$as_save_IFS
7664 test -z "$as_dir" && as_dir=.
7665 for ac_exec_ext in '' $ac_executable_extensions; do
7666 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7667 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
7668 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7669 break 2
7670 fi
7671 done
7672 done
7673 IFS=$as_save_IFS
7674
7675 fi
7676 fi
7677 ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
7678 if test -n "$ac_ct_MANIFEST_TOOL"; then
7679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
7680 $as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
7681 else
7682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7683 $as_echo "no" >&6; }
7684 fi
7685
7686 if test "x$ac_ct_MANIFEST_TOOL" = x; then
7687 MANIFEST_TOOL=":"
7688 else
7689 case $cross_compiling:$ac_tool_warned in
7690 yes:)
7691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7692 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7693 ac_tool_warned=yes ;;
7694 esac
7695 MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
7696 fi
7697 else
7698 MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
7699 fi
7700
7701 test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
7702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
7703 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
7704 if ${lt_cv_path_mainfest_tool+:} false; then :
7705 $as_echo_n "(cached) " >&6
7706 else
7707 lt_cv_path_mainfest_tool=no
7708 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
7709 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
7710 cat conftest.err >&5
7711 if $GREP 'Manifest Tool' conftest.out > /dev/null; then
7712 lt_cv_path_mainfest_tool=yes
7713 fi
7714 rm -f conftest*
7715 fi
7716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
7717 $as_echo "$lt_cv_path_mainfest_tool" >&6; }
7718 if test "x$lt_cv_path_mainfest_tool" != xyes; then
7719 MANIFEST_TOOL=:
7720 fi
7721
7722
7723
7724
7725
7726
7727 case $host_os in
7728 rhapsody* | darwin*)
7729 if test -n "$ac_tool_prefix"; then
7730 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7731 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7733 $as_echo_n "checking for $ac_word... " >&6; }
7734 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7735 $as_echo_n "(cached) " >&6
7736 else
7737 if test -n "$DSYMUTIL"; then
7738 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7739 else
7740 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7741 for as_dir in $PATH
7742 do
7743 IFS=$as_save_IFS
7744 test -z "$as_dir" && as_dir=.
7745 for ac_exec_ext in '' $ac_executable_extensions; do
7746 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7747 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7748 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7749 break 2
7750 fi
7751 done
7752 done
7753 IFS=$as_save_IFS
7754
7755 fi
7756 fi
7757 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7758 if test -n "$DSYMUTIL"; then
7759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7760 $as_echo "$DSYMUTIL" >&6; }
7761 else
7762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7763 $as_echo "no" >&6; }
7764 fi
7765
7766
7767 fi
7768 if test -z "$ac_cv_prog_DSYMUTIL"; then
7769 ac_ct_DSYMUTIL=$DSYMUTIL
7770 # Extract the first word of "dsymutil", so it can be a program name with args.
7771 set dummy dsymutil; ac_word=$2
7772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7773 $as_echo_n "checking for $ac_word... " >&6; }
7774 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7775 $as_echo_n "(cached) " >&6
7776 else
7777 if test -n "$ac_ct_DSYMUTIL"; then
7778 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7779 else
7780 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7781 for as_dir in $PATH
7782 do
7783 IFS=$as_save_IFS
7784 test -z "$as_dir" && as_dir=.
7785 for ac_exec_ext in '' $ac_executable_extensions; do
7786 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7787 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7788 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7789 break 2
7790 fi
7791 done
7792 done
7793 IFS=$as_save_IFS
7794
7795 fi
7796 fi
7797 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7798 if test -n "$ac_ct_DSYMUTIL"; then
7799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7800 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7801 else
7802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7803 $as_echo "no" >&6; }
7804 fi
7805
7806 if test "x$ac_ct_DSYMUTIL" = x; then
7807 DSYMUTIL=":"
7808 else
7809 case $cross_compiling:$ac_tool_warned in
7810 yes:)
7811 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7812 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7813 ac_tool_warned=yes ;;
7814 esac
7815 DSYMUTIL=$ac_ct_DSYMUTIL
7816 fi
7817 else
7818 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7819 fi
7820
7821 if test -n "$ac_tool_prefix"; then
7822 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7823 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7825 $as_echo_n "checking for $ac_word... " >&6; }
7826 if ${ac_cv_prog_NMEDIT+:} false; then :
7827 $as_echo_n "(cached) " >&6
7828 else
7829 if test -n "$NMEDIT"; then
7830 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7831 else
7832 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7833 for as_dir in $PATH
7834 do
7835 IFS=$as_save_IFS
7836 test -z "$as_dir" && as_dir=.
7837 for ac_exec_ext in '' $ac_executable_extensions; do
7838 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7839 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7840 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7841 break 2
7842 fi
7843 done
7844 done
7845 IFS=$as_save_IFS
7846
7847 fi
7848 fi
7849 NMEDIT=$ac_cv_prog_NMEDIT
7850 if test -n "$NMEDIT"; then
7851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7852 $as_echo "$NMEDIT" >&6; }
7853 else
7854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7855 $as_echo "no" >&6; }
7856 fi
7857
7858
7859 fi
7860 if test -z "$ac_cv_prog_NMEDIT"; then
7861 ac_ct_NMEDIT=$NMEDIT
7862 # Extract the first word of "nmedit", so it can be a program name with args.
7863 set dummy nmedit; ac_word=$2
7864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7865 $as_echo_n "checking for $ac_word... " >&6; }
7866 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7867 $as_echo_n "(cached) " >&6
7868 else
7869 if test -n "$ac_ct_NMEDIT"; then
7870 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7871 else
7872 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7873 for as_dir in $PATH
7874 do
7875 IFS=$as_save_IFS
7876 test -z "$as_dir" && as_dir=.
7877 for ac_exec_ext in '' $ac_executable_extensions; do
7878 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7879 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7880 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7881 break 2
7882 fi
7883 done
7884 done
7885 IFS=$as_save_IFS
7886
7887 fi
7888 fi
7889 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7890 if test -n "$ac_ct_NMEDIT"; then
7891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7892 $as_echo "$ac_ct_NMEDIT" >&6; }
7893 else
7894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7895 $as_echo "no" >&6; }
7896 fi
7897
7898 if test "x$ac_ct_NMEDIT" = x; then
7899 NMEDIT=":"
7900 else
7901 case $cross_compiling:$ac_tool_warned in
7902 yes:)
7903 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7904 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7905 ac_tool_warned=yes ;;
7906 esac
7907 NMEDIT=$ac_ct_NMEDIT
7908 fi
7909 else
7910 NMEDIT="$ac_cv_prog_NMEDIT"
7911 fi
7912
7913 if test -n "$ac_tool_prefix"; then
7914 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7915 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7917 $as_echo_n "checking for $ac_word... " >&6; }
7918 if ${ac_cv_prog_LIPO+:} false; then :
7919 $as_echo_n "(cached) " >&6
7920 else
7921 if test -n "$LIPO"; then
7922 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7923 else
7924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7925 for as_dir in $PATH
7926 do
7927 IFS=$as_save_IFS
7928 test -z "$as_dir" && as_dir=.
7929 for ac_exec_ext in '' $ac_executable_extensions; do
7930 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7931 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7933 break 2
7934 fi
7935 done
7936 done
7937 IFS=$as_save_IFS
7938
7939 fi
7940 fi
7941 LIPO=$ac_cv_prog_LIPO
7942 if test -n "$LIPO"; then
7943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7944 $as_echo "$LIPO" >&6; }
7945 else
7946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7947 $as_echo "no" >&6; }
7948 fi
7949
7950
7951 fi
7952 if test -z "$ac_cv_prog_LIPO"; then
7953 ac_ct_LIPO=$LIPO
7954 # Extract the first word of "lipo", so it can be a program name with args.
7955 set dummy lipo; ac_word=$2
7956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7957 $as_echo_n "checking for $ac_word... " >&6; }
7958 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7959 $as_echo_n "(cached) " >&6
7960 else
7961 if test -n "$ac_ct_LIPO"; then
7962 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7963 else
7964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7965 for as_dir in $PATH
7966 do
7967 IFS=$as_save_IFS
7968 test -z "$as_dir" && as_dir=.
7969 for ac_exec_ext in '' $ac_executable_extensions; do
7970 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7971 ac_cv_prog_ac_ct_LIPO="lipo"
7972 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7973 break 2
7974 fi
7975 done
7976 done
7977 IFS=$as_save_IFS
7978
7979 fi
7980 fi
7981 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7982 if test -n "$ac_ct_LIPO"; then
7983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7984 $as_echo "$ac_ct_LIPO" >&6; }
7985 else
7986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7987 $as_echo "no" >&6; }
7988 fi
7989
7990 if test "x$ac_ct_LIPO" = x; then
7991 LIPO=":"
7992 else
7993 case $cross_compiling:$ac_tool_warned in
7994 yes:)
7995 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7996 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7997 ac_tool_warned=yes ;;
7998 esac
7999 LIPO=$ac_ct_LIPO
8000 fi
8001 else
8002 LIPO="$ac_cv_prog_LIPO"
8003 fi
8004
8005 if test -n "$ac_tool_prefix"; then
8006 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
8007 set dummy ${ac_tool_prefix}otool; ac_word=$2
8008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8009 $as_echo_n "checking for $ac_word... " >&6; }
8010 if ${ac_cv_prog_OTOOL+:} false; then :
8011 $as_echo_n "(cached) " >&6
8012 else
8013 if test -n "$OTOOL"; then
8014 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
8015 else
8016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8017 for as_dir in $PATH
8018 do
8019 IFS=$as_save_IFS
8020 test -z "$as_dir" && as_dir=.
8021 for ac_exec_ext in '' $ac_executable_extensions; do
8022 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8023 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
8024 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8025 break 2
8026 fi
8027 done
8028 done
8029 IFS=$as_save_IFS
8030
8031 fi
8032 fi
8033 OTOOL=$ac_cv_prog_OTOOL
8034 if test -n "$OTOOL"; then
8035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
8036 $as_echo "$OTOOL" >&6; }
8037 else
8038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8039 $as_echo "no" >&6; }
8040 fi
8041
8042
8043 fi
8044 if test -z "$ac_cv_prog_OTOOL"; then
8045 ac_ct_OTOOL=$OTOOL
8046 # Extract the first word of "otool", so it can be a program name with args.
8047 set dummy otool; ac_word=$2
8048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8049 $as_echo_n "checking for $ac_word... " >&6; }
8050 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
8051 $as_echo_n "(cached) " >&6
8052 else
8053 if test -n "$ac_ct_OTOOL"; then
8054 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8055 else
8056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8057 for as_dir in $PATH
8058 do
8059 IFS=$as_save_IFS
8060 test -z "$as_dir" && as_dir=.
8061 for ac_exec_ext in '' $ac_executable_extensions; do
8062 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8063 ac_cv_prog_ac_ct_OTOOL="otool"
8064 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8065 break 2
8066 fi
8067 done
8068 done
8069 IFS=$as_save_IFS
8070
8071 fi
8072 fi
8073 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8074 if test -n "$ac_ct_OTOOL"; then
8075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8076 $as_echo "$ac_ct_OTOOL" >&6; }
8077 else
8078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8079 $as_echo "no" >&6; }
8080 fi
8081
8082 if test "x$ac_ct_OTOOL" = x; then
8083 OTOOL=":"
8084 else
8085 case $cross_compiling:$ac_tool_warned in
8086 yes:)
8087 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8088 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8089 ac_tool_warned=yes ;;
8090 esac
8091 OTOOL=$ac_ct_OTOOL
8092 fi
8093 else
8094 OTOOL="$ac_cv_prog_OTOOL"
8095 fi
8096
8097 if test -n "$ac_tool_prefix"; then
8098 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8099 set dummy ${ac_tool_prefix}otool64; ac_word=$2
8100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8101 $as_echo_n "checking for $ac_word... " >&6; }
8102 if ${ac_cv_prog_OTOOL64+:} false; then :
8103 $as_echo_n "(cached) " >&6
8104 else
8105 if test -n "$OTOOL64"; then
8106 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8107 else
8108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8109 for as_dir in $PATH
8110 do
8111 IFS=$as_save_IFS
8112 test -z "$as_dir" && as_dir=.
8113 for ac_exec_ext in '' $ac_executable_extensions; do
8114 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8115 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8117 break 2
8118 fi
8119 done
8120 done
8121 IFS=$as_save_IFS
8122
8123 fi
8124 fi
8125 OTOOL64=$ac_cv_prog_OTOOL64
8126 if test -n "$OTOOL64"; then
8127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8128 $as_echo "$OTOOL64" >&6; }
8129 else
8130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8131 $as_echo "no" >&6; }
8132 fi
8133
8134
8135 fi
8136 if test -z "$ac_cv_prog_OTOOL64"; then
8137 ac_ct_OTOOL64=$OTOOL64
8138 # Extract the first word of "otool64", so it can be a program name with args.
8139 set dummy otool64; ac_word=$2
8140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8141 $as_echo_n "checking for $ac_word... " >&6; }
8142 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
8143 $as_echo_n "(cached) " >&6
8144 else
8145 if test -n "$ac_ct_OTOOL64"; then
8146 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8147 else
8148 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8149 for as_dir in $PATH
8150 do
8151 IFS=$as_save_IFS
8152 test -z "$as_dir" && as_dir=.
8153 for ac_exec_ext in '' $ac_executable_extensions; do
8154 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8155 ac_cv_prog_ac_ct_OTOOL64="otool64"
8156 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8157 break 2
8158 fi
8159 done
8160 done
8161 IFS=$as_save_IFS
8162
8163 fi
8164 fi
8165 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8166 if test -n "$ac_ct_OTOOL64"; then
8167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8168 $as_echo "$ac_ct_OTOOL64" >&6; }
8169 else
8170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8171 $as_echo "no" >&6; }
8172 fi
8173
8174 if test "x$ac_ct_OTOOL64" = x; then
8175 OTOOL64=":"
8176 else
8177 case $cross_compiling:$ac_tool_warned in
8178 yes:)
8179 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8180 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8181 ac_tool_warned=yes ;;
8182 esac
8183 OTOOL64=$ac_ct_OTOOL64
8184 fi
8185 else
8186 OTOOL64="$ac_cv_prog_OTOOL64"
8187 fi
8188
8189
8190
8191
8192
8193
8194
8195
8196
8197
8198
8199
8200
8201
8202
8203
8204
8205
8206
8207
8208
8209
8210
8211
8212
8213
8214
8215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8216 $as_echo_n "checking for -single_module linker flag... " >&6; }
8217 if ${lt_cv_apple_cc_single_mod+:} false; then :
8218 $as_echo_n "(cached) " >&6
8219 else
8220 lt_cv_apple_cc_single_mod=no
8221 if test -z "${LT_MULTI_MODULE}"; then
8222 # By default we will add the -single_module flag. You can override
8223 # by either setting the environment variable LT_MULTI_MODULE
8224 # non-empty at configure time, or by adding -multi_module to the
8225 # link flags.
8226 rm -rf libconftest.dylib*
8227 echo "int foo(void){return 1;}" > conftest.c
8228 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8229 -dynamiclib -Wl,-single_module conftest.c" >&5
8230 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8231 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8232 _lt_result=$?
8233 # If there is a non-empty error log, and "single_module"
8234 # appears in it, assume the flag caused a linker warning
8235 if test -s conftest.err && $GREP single_module conftest.err; then
8236 cat conftest.err >&5
8237 # Otherwise, if the output was created with a 0 exit code from
8238 # the compiler, it worked.
8239 elif test -f libconftest.dylib && test $_lt_result -eq 0; then
8240 lt_cv_apple_cc_single_mod=yes
8241 else
8242 cat conftest.err >&5
8243 fi
8244 rm -rf libconftest.dylib*
8245 rm -f conftest.*
8246 fi
8247 fi
8248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8249 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8250
8251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8252 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8253 if ${lt_cv_ld_exported_symbols_list+:} false; then :
8254 $as_echo_n "(cached) " >&6
8255 else
8256 lt_cv_ld_exported_symbols_list=no
8257 save_LDFLAGS=$LDFLAGS
8258 echo "_main" > conftest.sym
8259 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8260 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8261 /* end confdefs.h. */
8262
8263 int
8264 main ()
8265 {
8266
8267 ;
8268 return 0;
8269 }
8270 _ACEOF
8271 if ac_fn_c_try_link "$LINENO"; then :
8272 lt_cv_ld_exported_symbols_list=yes
8273 else
8274 lt_cv_ld_exported_symbols_list=no
8275 fi
8276 rm -f core conftest.err conftest.$ac_objext \
8277 conftest$ac_exeext conftest.$ac_ext
8278 LDFLAGS="$save_LDFLAGS"
8279
8280 fi
8281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8282 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8283
8284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8285 $as_echo_n "checking for -force_load linker flag... " >&6; }
8286 if ${lt_cv_ld_force_load+:} false; then :
8287 $as_echo_n "(cached) " >&6
8288 else
8289 lt_cv_ld_force_load=no
8290 cat > conftest.c << _LT_EOF
8291 int forced_loaded() { return 2;}
8292 _LT_EOF
8293 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8294 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8295 echo "$AR cru libconftest.a conftest.o" >&5
8296 $AR cru libconftest.a conftest.o 2>&5
8297 echo "$RANLIB libconftest.a" >&5
8298 $RANLIB libconftest.a 2>&5
8299 cat > conftest.c << _LT_EOF
8300 int main() { return 0;}
8301 _LT_EOF
8302 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8303 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8304 _lt_result=$?
8305 if test -s conftest.err && $GREP force_load conftest.err; then
8306 cat conftest.err >&5
8307 elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
8308 lt_cv_ld_force_load=yes
8309 else
8310 cat conftest.err >&5
8311 fi
8312 rm -f conftest.err libconftest.a conftest conftest.c
8313 rm -rf conftest.dSYM
8314
8315 fi
8316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8317 $as_echo "$lt_cv_ld_force_load" >&6; }
8318 case $host_os in
8319 rhapsody* | darwin1.[012])
8320 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8321 darwin1.*)
8322 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8323 darwin*) # darwin 5.x on
8324 # if running on 10.5 or later, the deployment target defaults
8325 # to the OS version, if on x86, and 10.4, the deployment
8326 # target defaults to 10.4. Don't you love it?
8327 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8328 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8329 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8330 10.[012]*)
8331 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8332 10.*)
8333 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8334 esac
8335 ;;
8336 esac
8337 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8338 _lt_dar_single_mod='$single_module'
8339 fi
8340 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8341 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8342 else
8343 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8344 fi
8345 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8346 _lt_dsymutil='~$DSYMUTIL $lib || :'
8347 else
8348 _lt_dsymutil=
8349 fi
8350 ;;
8351 esac
8352
8353 for ac_header in dlfcn.h
8354 do :
8355 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8356 "
8357 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
8358 cat >>confdefs.h <<_ACEOF
8359 #define HAVE_DLFCN_H 1
8360 _ACEOF
8361
8362 fi
8363
8364 done
8365
8366
8367
8368
8369
8370 # Set options
8371 enable_dlopen=yes
8372 # Check whether --enable-static was given.
8373 if test "${enable_static+set}" = set; then :
8374 enableval=$enable_static; p=${PACKAGE-default}
8375 case $enableval in
8376 yes) enable_static=yes ;;
8377 no) enable_static=no ;;
8378 *)
8379 enable_static=no
8380 # Look at the argument we got. We use all the common list separators.
8381 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8382 for pkg in $enableval; do
8383 IFS="$lt_save_ifs"
8384 if test "X$pkg" = "X$p"; then
8385 enable_static=yes
8386 fi
8387 done
8388 IFS="$lt_save_ifs"
8389 ;;
8390 esac
8391 else
8392 enable_static=no
8393 fi
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405 enable_win32_dll=no
8406
8407
8408 # Check whether --enable-shared was given.
8409 if test "${enable_shared+set}" = set; then :
8410 enableval=$enable_shared; p=${PACKAGE-default}
8411 case $enableval in
8412 yes) enable_shared=yes ;;
8413 no) enable_shared=no ;;
8414 *)
8415 enable_shared=no
8416 # Look at the argument we got. We use all the common list separators.
8417 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8418 for pkg in $enableval; do
8419 IFS="$lt_save_ifs"
8420 if test "X$pkg" = "X$p"; then
8421 enable_shared=yes
8422 fi
8423 done
8424 IFS="$lt_save_ifs"
8425 ;;
8426 esac
8427 else
8428 enable_shared=yes
8429 fi
8430
8431
8432
8433
8434
8435
8436
8437
8438
8439
8440
8441 # Check whether --with-pic was given.
8442 if test "${with_pic+set}" = set; then :
8443 withval=$with_pic; lt_p=${PACKAGE-default}
8444 case $withval in
8445 yes|no) pic_mode=$withval ;;
8446 *)
8447 pic_mode=default
8448 # Look at the argument we got. We use all the common list separators.
8449 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8450 for lt_pkg in $withval; do
8451 IFS="$lt_save_ifs"
8452 if test "X$lt_pkg" = "X$lt_p"; then
8453 pic_mode=yes
8454 fi
8455 done
8456 IFS="$lt_save_ifs"
8457 ;;
8458 esac
8459 else
8460 pic_mode=default
8461 fi
8462
8463
8464 test -z "$pic_mode" && pic_mode=default
8465
8466
8467
8468
8469
8470
8471
8472 # Check whether --enable-fast-install was given.
8473 if test "${enable_fast_install+set}" = set; then :
8474 enableval=$enable_fast_install; p=${PACKAGE-default}
8475 case $enableval in
8476 yes) enable_fast_install=yes ;;
8477 no) enable_fast_install=no ;;
8478 *)
8479 enable_fast_install=no
8480 # Look at the argument we got. We use all the common list separators.
8481 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8482 for pkg in $enableval; do
8483 IFS="$lt_save_ifs"
8484 if test "X$pkg" = "X$p"; then
8485 enable_fast_install=yes
8486 fi
8487 done
8488 IFS="$lt_save_ifs"
8489 ;;
8490 esac
8491 else
8492 enable_fast_install=yes
8493 fi
8494
8495
8496
8497
8498
8499
8500
8501
8502
8503
8504
8505 # This can be used to rebuild libtool when needed
8506 LIBTOOL_DEPS="$ltmain"
8507
8508 # Always use our own libtool.
8509 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8510
8511
8512
8513
8514
8515
8516
8517
8518
8519
8520
8521
8522
8523
8524
8525
8526
8527
8528
8529
8530
8531
8532
8533
8534
8535
8536
8537
8538
8539
8540 test -z "$LN_S" && LN_S="ln -s"
8541
8542
8543
8544
8545
8546
8547
8548
8549
8550
8551
8552
8553
8554
8555 if test -n "${ZSH_VERSION+set}" ; then
8556 setopt NO_GLOB_SUBST
8557 fi
8558
8559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8560 $as_echo_n "checking for objdir... " >&6; }
8561 if ${lt_cv_objdir+:} false; then :
8562 $as_echo_n "(cached) " >&6
8563 else
8564 rm -f .libs 2>/dev/null
8565 mkdir .libs 2>/dev/null
8566 if test -d .libs; then
8567 lt_cv_objdir=.libs
8568 else
8569 # MS-DOS does not allow filenames that begin with a dot.
8570 lt_cv_objdir=_libs
8571 fi
8572 rmdir .libs 2>/dev/null
8573 fi
8574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8575 $as_echo "$lt_cv_objdir" >&6; }
8576 objdir=$lt_cv_objdir
8577
8578
8579
8580
8581
8582 cat >>confdefs.h <<_ACEOF
8583 #define LT_OBJDIR "$lt_cv_objdir/"
8584 _ACEOF
8585
8586
8587
8588
8589 case $host_os in
8590 aix3*)
8591 # AIX sometimes has problems with the GCC collect2 program. For some
8592 # reason, if we set the COLLECT_NAMES environment variable, the problems
8593 # vanish in a puff of smoke.
8594 if test "X${COLLECT_NAMES+set}" != Xset; then
8595 COLLECT_NAMES=
8596 export COLLECT_NAMES
8597 fi
8598 ;;
8599 esac
8600
8601 # Global variables:
8602 ofile=libtool
8603 can_build_shared=yes
8604
8605 # All known linkers require a `.a' archive for static linking (except MSVC,
8606 # which needs '.lib').
8607 libext=a
8608
8609 with_gnu_ld="$lt_cv_prog_gnu_ld"
8610
8611 old_CC="$CC"
8612 old_CFLAGS="$CFLAGS"
8613
8614 # Set sane defaults for various variables
8615 test -z "$CC" && CC=cc
8616 test -z "$LTCC" && LTCC=$CC
8617 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8618 test -z "$LD" && LD=ld
8619 test -z "$ac_objext" && ac_objext=o
8620
8621 for cc_temp in $compiler""; do
8622 case $cc_temp in
8623 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8624 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8625 \-*) ;;
8626 *) break;;
8627 esac
8628 done
8629 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8630
8631
8632 # Only perform the check for file, if the check method requires it
8633 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8634 case $deplibs_check_method in
8635 file_magic*)
8636 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8638 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8639 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8640 $as_echo_n "(cached) " >&6
8641 else
8642 case $MAGIC_CMD in
8643 [\\/*] | ?:[\\/]*)
8644 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8645 ;;
8646 *)
8647 lt_save_MAGIC_CMD="$MAGIC_CMD"
8648 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8649 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8650 for ac_dir in $ac_dummy; do
8651 IFS="$lt_save_ifs"
8652 test -z "$ac_dir" && ac_dir=.
8653 if test -f $ac_dir/${ac_tool_prefix}file; then
8654 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8655 if test -n "$file_magic_test_file"; then
8656 case $deplibs_check_method in
8657 "file_magic "*)
8658 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8659 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8660 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8661 $EGREP "$file_magic_regex" > /dev/null; then
8662 :
8663 else
8664 cat <<_LT_EOF 1>&2
8665
8666 *** Warning: the command libtool uses to detect shared libraries,
8667 *** $file_magic_cmd, produces output that libtool cannot recognize.
8668 *** The result is that libtool may fail to recognize shared libraries
8669 *** as such. This will affect the creation of libtool libraries that
8670 *** depend on shared libraries, but programs linked with such libtool
8671 *** libraries will work regardless of this problem. Nevertheless, you
8672 *** may want to report the problem to your system manager and/or to
8673 *** bug-libtool@gnu.org
8674
8675 _LT_EOF
8676 fi ;;
8677 esac
8678 fi
8679 break
8680 fi
8681 done
8682 IFS="$lt_save_ifs"
8683 MAGIC_CMD="$lt_save_MAGIC_CMD"
8684 ;;
8685 esac
8686 fi
8687
8688 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8689 if test -n "$MAGIC_CMD"; then
8690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8691 $as_echo "$MAGIC_CMD" >&6; }
8692 else
8693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8694 $as_echo "no" >&6; }
8695 fi
8696
8697
8698
8699
8700
8701 if test -z "$lt_cv_path_MAGIC_CMD"; then
8702 if test -n "$ac_tool_prefix"; then
8703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8704 $as_echo_n "checking for file... " >&6; }
8705 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8706 $as_echo_n "(cached) " >&6
8707 else
8708 case $MAGIC_CMD in
8709 [\\/*] | ?:[\\/]*)
8710 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8711 ;;
8712 *)
8713 lt_save_MAGIC_CMD="$MAGIC_CMD"
8714 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8715 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8716 for ac_dir in $ac_dummy; do
8717 IFS="$lt_save_ifs"
8718 test -z "$ac_dir" && ac_dir=.
8719 if test -f $ac_dir/file; then
8720 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8721 if test -n "$file_magic_test_file"; then
8722 case $deplibs_check_method in
8723 "file_magic "*)
8724 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8725 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8726 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8727 $EGREP "$file_magic_regex" > /dev/null; then
8728 :
8729 else
8730 cat <<_LT_EOF 1>&2
8731
8732 *** Warning: the command libtool uses to detect shared libraries,
8733 *** $file_magic_cmd, produces output that libtool cannot recognize.
8734 *** The result is that libtool may fail to recognize shared libraries
8735 *** as such. This will affect the creation of libtool libraries that
8736 *** depend on shared libraries, but programs linked with such libtool
8737 *** libraries will work regardless of this problem. Nevertheless, you
8738 *** may want to report the problem to your system manager and/or to
8739 *** bug-libtool@gnu.org
8740
8741 _LT_EOF
8742 fi ;;
8743 esac
8744 fi
8745 break
8746 fi
8747 done
8748 IFS="$lt_save_ifs"
8749 MAGIC_CMD="$lt_save_MAGIC_CMD"
8750 ;;
8751 esac
8752 fi
8753
8754 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8755 if test -n "$MAGIC_CMD"; then
8756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8757 $as_echo "$MAGIC_CMD" >&6; }
8758 else
8759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8760 $as_echo "no" >&6; }
8761 fi
8762
8763
8764 else
8765 MAGIC_CMD=:
8766 fi
8767 fi
8768
8769 fi
8770 ;;
8771 esac
8772
8773 # Use C for the default configuration in the libtool script
8774
8775 lt_save_CC="$CC"
8776 ac_ext=c
8777 ac_cpp='$CPP $CPPFLAGS'
8778 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8779 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8780 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8781
8782
8783 # Source file extension for C test sources.
8784 ac_ext=c
8785
8786 # Object file extension for compiled C test sources.
8787 objext=o
8788 objext=$objext
8789
8790 # Code to be used in simple compile tests
8791 lt_simple_compile_test_code="int some_variable = 0;"
8792
8793 # Code to be used in simple link tests
8794 lt_simple_link_test_code='int main(){return(0);}'
8795
8796
8797
8798
8799
8800
8801
8802 # If no C compiler was specified, use CC.
8803 LTCC=${LTCC-"$CC"}
8804
8805 # If no C compiler flags were specified, use CFLAGS.
8806 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8807
8808 # Allow CC to be a program name with arguments.
8809 compiler=$CC
8810
8811 # Save the default compiler, since it gets overwritten when the other
8812 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8813 compiler_DEFAULT=$CC
8814
8815 # save warnings/boilerplate of simple test code
8816 ac_outfile=conftest.$ac_objext
8817 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8818 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8819 _lt_compiler_boilerplate=`cat conftest.err`
8820 $RM conftest*
8821
8822 ac_outfile=conftest.$ac_objext
8823 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8824 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8825 _lt_linker_boilerplate=`cat conftest.err`
8826 $RM -r conftest*
8827
8828
8829 ## CAVEAT EMPTOR:
8830 ## There is no encapsulation within the following macros, do not change
8831 ## the running order or otherwise move them around unless you know exactly
8832 ## what you are doing...
8833 if test -n "$compiler"; then
8834
8835 lt_prog_compiler_no_builtin_flag=
8836
8837 if test "$GCC" = yes; then
8838 case $cc_basename in
8839 nvcc*)
8840 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8841 *)
8842 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8843 esac
8844
8845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8846 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8847 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8848 $as_echo_n "(cached) " >&6
8849 else
8850 lt_cv_prog_compiler_rtti_exceptions=no
8851 ac_outfile=conftest.$ac_objext
8852 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8853 lt_compiler_flag="-fno-rtti -fno-exceptions"
8854 # Insert the option either (1) after the last *FLAGS variable, or
8855 # (2) before a word containing "conftest.", or (3) at the end.
8856 # Note that $ac_compile itself does not contain backslashes and begins
8857 # with a dollar sign (not a hyphen), so the echo should work correctly.
8858 # The option is referenced via a variable to avoid confusing sed.
8859 lt_compile=`echo "$ac_compile" | $SED \
8860 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8861 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8862 -e 's:$: $lt_compiler_flag:'`
8863 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8864 (eval "$lt_compile" 2>conftest.err)
8865 ac_status=$?
8866 cat conftest.err >&5
8867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8868 if (exit $ac_status) && test -s "$ac_outfile"; then
8869 # The compiler can only warn and ignore the option if not recognized
8870 # So say no if there are warnings other than the usual output.
8871 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8872 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8873 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8874 lt_cv_prog_compiler_rtti_exceptions=yes
8875 fi
8876 fi
8877 $RM conftest*
8878
8879 fi
8880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8881 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8882
8883 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8884 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8885 else
8886 :
8887 fi
8888
8889 fi
8890
8891
8892
8893
8894
8895
8896 lt_prog_compiler_wl=
8897 lt_prog_compiler_pic=
8898 lt_prog_compiler_static=
8899
8900
8901 if test "$GCC" = yes; then
8902 lt_prog_compiler_wl='-Wl,'
8903 lt_prog_compiler_static='-static'
8904
8905 case $host_os in
8906 aix*)
8907 # All AIX code is PIC.
8908 if test "$host_cpu" = ia64; then
8909 # AIX 5 now supports IA64 processor
8910 lt_prog_compiler_static='-Bstatic'
8911 fi
8912 ;;
8913
8914 amigaos*)
8915 case $host_cpu in
8916 powerpc)
8917 # see comment about AmigaOS4 .so support
8918 lt_prog_compiler_pic='-fPIC'
8919 ;;
8920 m68k)
8921 # FIXME: we need at least 68020 code to build shared libraries, but
8922 # adding the `-m68020' flag to GCC prevents building anything better,
8923 # like `-m68040'.
8924 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8925 ;;
8926 esac
8927 ;;
8928
8929 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8930 # PIC is the default for these OSes.
8931 ;;
8932
8933 mingw* | cygwin* | pw32* | os2* | cegcc*)
8934 # This hack is so that the source file can tell whether it is being
8935 # built for inclusion in a dll (and should export symbols for example).
8936 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8937 # (--disable-auto-import) libraries
8938 lt_prog_compiler_pic='-DDLL_EXPORT'
8939 ;;
8940
8941 darwin* | rhapsody*)
8942 # PIC is the default on this platform
8943 # Common symbols not allowed in MH_DYLIB files
8944 lt_prog_compiler_pic='-fno-common'
8945 ;;
8946
8947 haiku*)
8948 # PIC is the default for Haiku.
8949 # The "-static" flag exists, but is broken.
8950 lt_prog_compiler_static=
8951 ;;
8952
8953 hpux*)
8954 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8955 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8956 # sets the default TLS model and affects inlining.
8957 case $host_cpu in
8958 hppa*64*)
8959 # +Z the default
8960 ;;
8961 *)
8962 lt_prog_compiler_pic='-fPIC'
8963 ;;
8964 esac
8965 ;;
8966
8967 interix[3-9]*)
8968 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8969 # Instead, we relocate shared libraries at runtime.
8970 ;;
8971
8972 msdosdjgpp*)
8973 # Just because we use GCC doesn't mean we suddenly get shared libraries
8974 # on systems that don't support them.
8975 lt_prog_compiler_can_build_shared=no
8976 enable_shared=no
8977 ;;
8978
8979 *nto* | *qnx*)
8980 # QNX uses GNU C++, but need to define -shared option too, otherwise
8981 # it will coredump.
8982 lt_prog_compiler_pic='-fPIC -shared'
8983 ;;
8984
8985 sysv4*MP*)
8986 if test -d /usr/nec; then
8987 lt_prog_compiler_pic=-Kconform_pic
8988 fi
8989 ;;
8990
8991 *)
8992 lt_prog_compiler_pic='-fPIC'
8993 ;;
8994 esac
8995
8996 case $cc_basename in
8997 nvcc*) # Cuda Compiler Driver 2.2
8998 lt_prog_compiler_wl='-Xlinker '
8999 if test -n "$lt_prog_compiler_pic"; then
9000 lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
9001 fi
9002 ;;
9003 esac
9004 else
9005 # PORTME Check for flag to pass linker flags through the system compiler.
9006 case $host_os in
9007 aix*)
9008 lt_prog_compiler_wl='-Wl,'
9009 if test "$host_cpu" = ia64; then
9010 # AIX 5 now supports IA64 processor
9011 lt_prog_compiler_static='-Bstatic'
9012 else
9013 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9014 fi
9015 ;;
9016
9017 mingw* | cygwin* | pw32* | os2* | cegcc*)
9018 # This hack is so that the source file can tell whether it is being
9019 # built for inclusion in a dll (and should export symbols for example).
9020 lt_prog_compiler_pic='-DDLL_EXPORT'
9021 ;;
9022
9023 hpux9* | hpux10* | hpux11*)
9024 lt_prog_compiler_wl='-Wl,'
9025 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9026 # not for PA HP-UX.
9027 case $host_cpu in
9028 hppa*64*|ia64*)
9029 # +Z the default
9030 ;;
9031 *)
9032 lt_prog_compiler_pic='+Z'
9033 ;;
9034 esac
9035 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9036 lt_prog_compiler_static='${wl}-a ${wl}archive'
9037 ;;
9038
9039 irix5* | irix6* | nonstopux*)
9040 lt_prog_compiler_wl='-Wl,'
9041 # PIC (with -KPIC) is the default.
9042 lt_prog_compiler_static='-non_shared'
9043 ;;
9044
9045 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
9046 case $cc_basename in
9047 # old Intel for x86_64 which still supported -KPIC.
9048 ecc*)
9049 lt_prog_compiler_wl='-Wl,'
9050 lt_prog_compiler_pic='-KPIC'
9051 lt_prog_compiler_static='-static'
9052 ;;
9053 # icc used to be incompatible with GCC.
9054 # ICC 10 doesn't accept -KPIC any more.
9055 icc* | ifort*)
9056 lt_prog_compiler_wl='-Wl,'
9057 lt_prog_compiler_pic='-fPIC'
9058 lt_prog_compiler_static='-static'
9059 ;;
9060 # Lahey Fortran 8.1.
9061 lf95*)
9062 lt_prog_compiler_wl='-Wl,'
9063 lt_prog_compiler_pic='--shared'
9064 lt_prog_compiler_static='--static'
9065 ;;
9066 nagfor*)
9067 # NAG Fortran compiler
9068 lt_prog_compiler_wl='-Wl,-Wl,,'
9069 lt_prog_compiler_pic='-PIC'
9070 lt_prog_compiler_static='-Bstatic'
9071 ;;
9072 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
9073 # Portland Group compilers (*not* the Pentium gcc compiler,
9074 # which looks to be a dead project)
9075 lt_prog_compiler_wl='-Wl,'
9076 lt_prog_compiler_pic='-fpic'
9077 lt_prog_compiler_static='-Bstatic'
9078 ;;
9079 ccc*)
9080 lt_prog_compiler_wl='-Wl,'
9081 # All Alpha code is PIC.
9082 lt_prog_compiler_static='-non_shared'
9083 ;;
9084 xl* | bgxl* | bgf* | mpixl*)
9085 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
9086 lt_prog_compiler_wl='-Wl,'
9087 lt_prog_compiler_pic='-qpic'
9088 lt_prog_compiler_static='-qstaticlink'
9089 ;;
9090 *)
9091 case `$CC -V 2>&1 | sed 5q` in
9092 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
9093 # Sun Fortran 8.3 passes all unrecognized flags to the linker
9094 lt_prog_compiler_pic='-KPIC'
9095 lt_prog_compiler_static='-Bstatic'
9096 lt_prog_compiler_wl=''
9097 ;;
9098 *Sun\ F* | *Sun*Fortran*)
9099 lt_prog_compiler_pic='-KPIC'
9100 lt_prog_compiler_static='-Bstatic'
9101 lt_prog_compiler_wl='-Qoption ld '
9102 ;;
9103 *Sun\ C*)
9104 # Sun C 5.9
9105 lt_prog_compiler_pic='-KPIC'
9106 lt_prog_compiler_static='-Bstatic'
9107 lt_prog_compiler_wl='-Wl,'
9108 ;;
9109 *Intel*\ [CF]*Compiler*)
9110 lt_prog_compiler_wl='-Wl,'
9111 lt_prog_compiler_pic='-fPIC'
9112 lt_prog_compiler_static='-static'
9113 ;;
9114 *Portland\ Group*)
9115 lt_prog_compiler_wl='-Wl,'
9116 lt_prog_compiler_pic='-fpic'
9117 lt_prog_compiler_static='-Bstatic'
9118 ;;
9119 esac
9120 ;;
9121 esac
9122 ;;
9123
9124 newsos6)
9125 lt_prog_compiler_pic='-KPIC'
9126 lt_prog_compiler_static='-Bstatic'
9127 ;;
9128
9129 *nto* | *qnx*)
9130 # QNX uses GNU C++, but need to define -shared option too, otherwise
9131 # it will coredump.
9132 lt_prog_compiler_pic='-fPIC -shared'
9133 ;;
9134
9135 osf3* | osf4* | osf5*)
9136 lt_prog_compiler_wl='-Wl,'
9137 # All OSF/1 code is PIC.
9138 lt_prog_compiler_static='-non_shared'
9139 ;;
9140
9141 rdos*)
9142 lt_prog_compiler_static='-non_shared'
9143 ;;
9144
9145 solaris*)
9146 lt_prog_compiler_pic='-KPIC'
9147 lt_prog_compiler_static='-Bstatic'
9148 case $cc_basename in
9149 f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
9150 lt_prog_compiler_wl='-Qoption ld ';;
9151 *)
9152 lt_prog_compiler_wl='-Wl,';;
9153 esac
9154 ;;
9155
9156 sunos4*)
9157 lt_prog_compiler_wl='-Qoption ld '
9158 lt_prog_compiler_pic='-PIC'
9159 lt_prog_compiler_static='-Bstatic'
9160 ;;
9161
9162 sysv4 | sysv4.2uw2* | sysv4.3*)
9163 lt_prog_compiler_wl='-Wl,'
9164 lt_prog_compiler_pic='-KPIC'
9165 lt_prog_compiler_static='-Bstatic'
9166 ;;
9167
9168 sysv4*MP*)
9169 if test -d /usr/nec ;then
9170 lt_prog_compiler_pic='-Kconform_pic'
9171 lt_prog_compiler_static='-Bstatic'
9172 fi
9173 ;;
9174
9175 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9176 lt_prog_compiler_wl='-Wl,'
9177 lt_prog_compiler_pic='-KPIC'
9178 lt_prog_compiler_static='-Bstatic'
9179 ;;
9180
9181 unicos*)
9182 lt_prog_compiler_wl='-Wl,'
9183 lt_prog_compiler_can_build_shared=no
9184 ;;
9185
9186 uts4*)
9187 lt_prog_compiler_pic='-pic'
9188 lt_prog_compiler_static='-Bstatic'
9189 ;;
9190
9191 *)
9192 lt_prog_compiler_can_build_shared=no
9193 ;;
9194 esac
9195 fi
9196
9197 case $host_os in
9198 # For platforms which do not support PIC, -DPIC is meaningless:
9199 *djgpp*)
9200 lt_prog_compiler_pic=
9201 ;;
9202 *)
9203 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9204 ;;
9205 esac
9206
9207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9208 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9209 if ${lt_cv_prog_compiler_pic+:} false; then :
9210 $as_echo_n "(cached) " >&6
9211 else
9212 lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
9213 fi
9214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
9215 $as_echo "$lt_cv_prog_compiler_pic" >&6; }
9216 lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
9217
9218 #
9219 # Check to make sure the PIC flag actually works.
9220 #
9221 if test -n "$lt_prog_compiler_pic"; then
9222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9223 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9224 if ${lt_cv_prog_compiler_pic_works+:} false; then :
9225 $as_echo_n "(cached) " >&6
9226 else
9227 lt_cv_prog_compiler_pic_works=no
9228 ac_outfile=conftest.$ac_objext
9229 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9230 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9231 # Insert the option either (1) after the last *FLAGS variable, or
9232 # (2) before a word containing "conftest.", or (3) at the end.
9233 # Note that $ac_compile itself does not contain backslashes and begins
9234 # with a dollar sign (not a hyphen), so the echo should work correctly.
9235 # The option is referenced via a variable to avoid confusing sed.
9236 lt_compile=`echo "$ac_compile" | $SED \
9237 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9238 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9239 -e 's:$: $lt_compiler_flag:'`
9240 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9241 (eval "$lt_compile" 2>conftest.err)
9242 ac_status=$?
9243 cat conftest.err >&5
9244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9245 if (exit $ac_status) && test -s "$ac_outfile"; then
9246 # The compiler can only warn and ignore the option if not recognized
9247 # So say no if there are warnings other than the usual output.
9248 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9249 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9250 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9251 lt_cv_prog_compiler_pic_works=yes
9252 fi
9253 fi
9254 $RM conftest*
9255
9256 fi
9257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9258 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9259
9260 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9261 case $lt_prog_compiler_pic in
9262 "" | " "*) ;;
9263 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9264 esac
9265 else
9266 lt_prog_compiler_pic=
9267 lt_prog_compiler_can_build_shared=no
9268 fi
9269
9270 fi
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282 #
9283 # Check to make sure the static flag actually works.
9284 #
9285 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9287 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9288 if ${lt_cv_prog_compiler_static_works+:} false; then :
9289 $as_echo_n "(cached) " >&6
9290 else
9291 lt_cv_prog_compiler_static_works=no
9292 save_LDFLAGS="$LDFLAGS"
9293 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9294 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9295 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9296 # The linker can only warn and ignore the option if not recognized
9297 # So say no if there are warnings
9298 if test -s conftest.err; then
9299 # Append any errors to the config.log.
9300 cat conftest.err 1>&5
9301 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9302 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9303 if diff conftest.exp conftest.er2 >/dev/null; then
9304 lt_cv_prog_compiler_static_works=yes
9305 fi
9306 else
9307 lt_cv_prog_compiler_static_works=yes
9308 fi
9309 fi
9310 $RM -r conftest*
9311 LDFLAGS="$save_LDFLAGS"
9312
9313 fi
9314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9315 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
9316
9317 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9318 :
9319 else
9320 lt_prog_compiler_static=
9321 fi
9322
9323
9324
9325
9326
9327
9328
9329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9330 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9331 if ${lt_cv_prog_compiler_c_o+:} false; then :
9332 $as_echo_n "(cached) " >&6
9333 else
9334 lt_cv_prog_compiler_c_o=no
9335 $RM -r conftest 2>/dev/null
9336 mkdir conftest
9337 cd conftest
9338 mkdir out
9339 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9340
9341 lt_compiler_flag="-o out/conftest2.$ac_objext"
9342 # Insert the option either (1) after the last *FLAGS variable, or
9343 # (2) before a word containing "conftest.", or (3) at the end.
9344 # Note that $ac_compile itself does not contain backslashes and begins
9345 # with a dollar sign (not a hyphen), so the echo should work correctly.
9346 lt_compile=`echo "$ac_compile" | $SED \
9347 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9348 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9349 -e 's:$: $lt_compiler_flag:'`
9350 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9351 (eval "$lt_compile" 2>out/conftest.err)
9352 ac_status=$?
9353 cat out/conftest.err >&5
9354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9355 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9356 then
9357 # The compiler can only warn and ignore the option if not recognized
9358 # So say no if there are warnings
9359 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9360 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9361 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9362 lt_cv_prog_compiler_c_o=yes
9363 fi
9364 fi
9365 chmod u+w . 2>&5
9366 $RM conftest*
9367 # SGI C++ compiler will create directory out/ii_files/ for
9368 # template instantiation
9369 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9370 $RM out/* && rmdir out
9371 cd ..
9372 $RM -r conftest
9373 $RM conftest*
9374
9375 fi
9376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9377 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9378
9379
9380
9381
9382
9383
9384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9385 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9386 if ${lt_cv_prog_compiler_c_o+:} false; then :
9387 $as_echo_n "(cached) " >&6
9388 else
9389 lt_cv_prog_compiler_c_o=no
9390 $RM -r conftest 2>/dev/null
9391 mkdir conftest
9392 cd conftest
9393 mkdir out
9394 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9395
9396 lt_compiler_flag="-o out/conftest2.$ac_objext"
9397 # Insert the option either (1) after the last *FLAGS variable, or
9398 # (2) before a word containing "conftest.", or (3) at the end.
9399 # Note that $ac_compile itself does not contain backslashes and begins
9400 # with a dollar sign (not a hyphen), so the echo should work correctly.
9401 lt_compile=`echo "$ac_compile" | $SED \
9402 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9403 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9404 -e 's:$: $lt_compiler_flag:'`
9405 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9406 (eval "$lt_compile" 2>out/conftest.err)
9407 ac_status=$?
9408 cat out/conftest.err >&5
9409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9410 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9411 then
9412 # The compiler can only warn and ignore the option if not recognized
9413 # So say no if there are warnings
9414 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9415 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9416 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9417 lt_cv_prog_compiler_c_o=yes
9418 fi
9419 fi
9420 chmod u+w . 2>&5
9421 $RM conftest*
9422 # SGI C++ compiler will create directory out/ii_files/ for
9423 # template instantiation
9424 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9425 $RM out/* && rmdir out
9426 cd ..
9427 $RM -r conftest
9428 $RM conftest*
9429
9430 fi
9431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9432 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9433
9434
9435
9436
9437 hard_links="nottested"
9438 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9439 # do not overwrite the value of need_locks provided by the user
9440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9441 $as_echo_n "checking if we can lock with hard links... " >&6; }
9442 hard_links=yes
9443 $RM conftest*
9444 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9445 touch conftest.a
9446 ln conftest.a conftest.b 2>&5 || hard_links=no
9447 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9449 $as_echo "$hard_links" >&6; }
9450 if test "$hard_links" = no; then
9451 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9452 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9453 need_locks=warn
9454 fi
9455 else
9456 need_locks=no
9457 fi
9458
9459
9460
9461
9462
9463
9464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9465 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9466
9467 runpath_var=
9468 allow_undefined_flag=
9469 always_export_symbols=no
9470 archive_cmds=
9471 archive_expsym_cmds=
9472 compiler_needs_object=no
9473 enable_shared_with_static_runtimes=no
9474 export_dynamic_flag_spec=
9475 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9476 hardcode_automatic=no
9477 hardcode_direct=no
9478 hardcode_direct_absolute=no
9479 hardcode_libdir_flag_spec=
9480 hardcode_libdir_separator=
9481 hardcode_minus_L=no
9482 hardcode_shlibpath_var=unsupported
9483 inherit_rpath=no
9484 link_all_deplibs=unknown
9485 module_cmds=
9486 module_expsym_cmds=
9487 old_archive_from_new_cmds=
9488 old_archive_from_expsyms_cmds=
9489 thread_safe_flag_spec=
9490 whole_archive_flag_spec=
9491 # include_expsyms should be a list of space-separated symbols to be *always*
9492 # included in the symbol list
9493 include_expsyms=
9494 # exclude_expsyms can be an extended regexp of symbols to exclude
9495 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9496 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9497 # as well as any symbol that contains `d'.
9498 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9499 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9500 # platforms (ab)use it in PIC code, but their linkers get confused if
9501 # the symbol is explicitly referenced. Since portable code cannot
9502 # rely on this symbol name, it's probably fine to never include it in
9503 # preloaded symbol tables.
9504 # Exclude shared library initialization/finalization symbols.
9505 extract_expsyms_cmds=
9506
9507 case $host_os in
9508 cygwin* | mingw* | pw32* | cegcc*)
9509 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9510 # When not using gcc, we currently assume that we are using
9511 # Microsoft Visual C++.
9512 if test "$GCC" != yes; then
9513 with_gnu_ld=no
9514 fi
9515 ;;
9516 interix*)
9517 # we just hope/assume this is gcc and not c89 (= MSVC++)
9518 with_gnu_ld=yes
9519 ;;
9520 openbsd*)
9521 with_gnu_ld=no
9522 ;;
9523 linux* | k*bsd*-gnu | gnu*)
9524 link_all_deplibs=no
9525 ;;
9526 esac
9527
9528 ld_shlibs=yes
9529
9530 # On some targets, GNU ld is compatible enough with the native linker
9531 # that we're better off using the native interface for both.
9532 lt_use_gnu_ld_interface=no
9533 if test "$with_gnu_ld" = yes; then
9534 case $host_os in
9535 aix*)
9536 # The AIX port of GNU ld has always aspired to compatibility
9537 # with the native linker. However, as the warning in the GNU ld
9538 # block says, versions before 2.19.5* couldn't really create working
9539 # shared libraries, regardless of the interface used.
9540 case `$LD -v 2>&1` in
9541 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9542 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9543 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9544 *)
9545 lt_use_gnu_ld_interface=yes
9546 ;;
9547 esac
9548 ;;
9549 *)
9550 lt_use_gnu_ld_interface=yes
9551 ;;
9552 esac
9553 fi
9554
9555 if test "$lt_use_gnu_ld_interface" = yes; then
9556 # If archive_cmds runs LD, not CC, wlarc should be empty
9557 wlarc='${wl}'
9558
9559 # Set some defaults for GNU ld with shared library support. These
9560 # are reset later if shared libraries are not supported. Putting them
9561 # here allows them to be overridden if necessary.
9562 runpath_var=LD_RUN_PATH
9563 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9564 export_dynamic_flag_spec='${wl}--export-dynamic'
9565 # ancient GNU ld didn't support --whole-archive et. al.
9566 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9567 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9568 else
9569 whole_archive_flag_spec=
9570 fi
9571 supports_anon_versioning=no
9572 case `$LD -v 2>&1` in
9573 *GNU\ gold*) supports_anon_versioning=yes ;;
9574 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9575 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9576 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9577 *\ 2.11.*) ;; # other 2.11 versions
9578 *) supports_anon_versioning=yes ;;
9579 esac
9580
9581 # See if GNU ld supports shared libraries.
9582 case $host_os in
9583 aix[3-9]*)
9584 # On AIX/PPC, the GNU linker is very broken
9585 if test "$host_cpu" != ia64; then
9586 ld_shlibs=no
9587 cat <<_LT_EOF 1>&2
9588
9589 *** Warning: the GNU linker, at least up to release 2.19, is reported
9590 *** to be unable to reliably create shared libraries on AIX.
9591 *** Therefore, libtool is disabling shared libraries support. If you
9592 *** really care for shared libraries, you may want to install binutils
9593 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9594 *** You will then need to restart the configuration process.
9595
9596 _LT_EOF
9597 fi
9598 ;;
9599
9600 amigaos*)
9601 case $host_cpu in
9602 powerpc)
9603 # see comment about AmigaOS4 .so support
9604 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9605 archive_expsym_cmds=''
9606 ;;
9607 m68k)
9608 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
9609 hardcode_libdir_flag_spec='-L$libdir'
9610 hardcode_minus_L=yes
9611 ;;
9612 esac
9613 ;;
9614
9615 beos*)
9616 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9617 allow_undefined_flag=unsupported
9618 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9619 # support --undefined. This deserves some investigation. FIXME
9620 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9621 else
9622 ld_shlibs=no
9623 fi
9624 ;;
9625
9626 cygwin* | mingw* | pw32* | cegcc*)
9627 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9628 # as there is no search path for DLLs.
9629 hardcode_libdir_flag_spec='-L$libdir'
9630 export_dynamic_flag_spec='${wl}--export-all-symbols'
9631 allow_undefined_flag=unsupported
9632 always_export_symbols=no
9633 enable_shared_with_static_runtimes=yes
9634 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
9635 exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
9636
9637 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9638 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9639 # If the export-symbols file already is a .def file (1st line
9640 # is EXPORTS), use it as is; otherwise, prepend...
9641 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9642 cp $export_symbols $output_objdir/$soname.def;
9643 else
9644 echo EXPORTS > $output_objdir/$soname.def;
9645 cat $export_symbols >> $output_objdir/$soname.def;
9646 fi~
9647 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9648 else
9649 ld_shlibs=no
9650 fi
9651 ;;
9652
9653 haiku*)
9654 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9655 link_all_deplibs=yes
9656 ;;
9657
9658 interix[3-9]*)
9659 hardcode_direct=no
9660 hardcode_shlibpath_var=no
9661 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9662 export_dynamic_flag_spec='${wl}-E'
9663 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9664 # Instead, shared libraries are loaded at an image base (0x10000000 by
9665 # default) and relocated if they conflict, which is a slow very memory
9666 # consuming and fragmenting process. To avoid this, we pick a random,
9667 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9668 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9669 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9670 archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9671 ;;
9672
9673 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9674 tmp_diet=no
9675 if test "$host_os" = linux-dietlibc; then
9676 case $cc_basename in
9677 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9678 esac
9679 fi
9680 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9681 && test "$tmp_diet" = no
9682 then
9683 tmp_addflag=' $pic_flag'
9684 tmp_sharedflag='-shared'
9685 case $cc_basename,$host_cpu in
9686 pgcc*) # Portland Group C compiler
9687 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9688 tmp_addflag=' $pic_flag'
9689 ;;
9690 pgf77* | pgf90* | pgf95* | pgfortran*)
9691 # Portland Group f77 and f90 compilers
9692 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9693 tmp_addflag=' $pic_flag -Mnomain' ;;
9694 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9695 tmp_addflag=' -i_dynamic' ;;
9696 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9697 tmp_addflag=' -i_dynamic -nofor_main' ;;
9698 ifc* | ifort*) # Intel Fortran compiler
9699 tmp_addflag=' -nofor_main' ;;
9700 lf95*) # Lahey Fortran 8.1
9701 whole_archive_flag_spec=
9702 tmp_sharedflag='--shared' ;;
9703 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9704 tmp_sharedflag='-qmkshrobj'
9705 tmp_addflag= ;;
9706 nvcc*) # Cuda Compiler Driver 2.2
9707 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9708 compiler_needs_object=yes
9709 ;;
9710 esac
9711 case `$CC -V 2>&1 | sed 5q` in
9712 *Sun\ C*) # Sun C 5.9
9713 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9714 compiler_needs_object=yes
9715 tmp_sharedflag='-G' ;;
9716 *Sun\ F*) # Sun Fortran 8.3
9717 tmp_sharedflag='-G' ;;
9718 esac
9719 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9720
9721 if test "x$supports_anon_versioning" = xyes; then
9722 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9723 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9724 echo "local: *; };" >> $output_objdir/$libname.ver~
9725 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9726 fi
9727
9728 case $cc_basename in
9729 xlf* | bgf* | bgxlf* | mpixlf*)
9730 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9731 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9732 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9733 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
9734 if test "x$supports_anon_versioning" = xyes; then
9735 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9736 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9737 echo "local: *; };" >> $output_objdir/$libname.ver~
9738 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9739 fi
9740 ;;
9741 esac
9742 else
9743 ld_shlibs=no
9744 fi
9745 ;;
9746
9747 netbsd* | netbsdelf*-gnu)
9748 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9749 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9750 wlarc=
9751 else
9752 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9753 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9754 fi
9755 ;;
9756
9757 solaris*)
9758 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9759 ld_shlibs=no
9760 cat <<_LT_EOF 1>&2
9761
9762 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9763 *** create shared libraries on Solaris systems. Therefore, libtool
9764 *** is disabling shared libraries support. We urge you to upgrade GNU
9765 *** binutils to release 2.9.1 or newer. Another option is to modify
9766 *** your PATH or compiler configuration so that the native linker is
9767 *** used, and then restart.
9768
9769 _LT_EOF
9770 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9771 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9772 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9773 else
9774 ld_shlibs=no
9775 fi
9776 ;;
9777
9778 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9779 case `$LD -v 2>&1` in
9780 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9781 ld_shlibs=no
9782 cat <<_LT_EOF 1>&2
9783
9784 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9785 *** reliably create shared libraries on SCO systems. Therefore, libtool
9786 *** is disabling shared libraries support. We urge you to upgrade GNU
9787 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9788 *** your PATH or compiler configuration so that the native linker is
9789 *** used, and then restart.
9790
9791 _LT_EOF
9792 ;;
9793 *)
9794 # For security reasons, it is highly recommended that you always
9795 # use absolute paths for naming shared libraries, and exclude the
9796 # DT_RUNPATH tag from executables and libraries. But doing so
9797 # requires that you compile everything twice, which is a pain.
9798 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9799 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9800 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9801 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9802 else
9803 ld_shlibs=no
9804 fi
9805 ;;
9806 esac
9807 ;;
9808
9809 sunos4*)
9810 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9811 wlarc=
9812 hardcode_direct=yes
9813 hardcode_shlibpath_var=no
9814 ;;
9815
9816 *)
9817 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9818 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9819 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9820 else
9821 ld_shlibs=no
9822 fi
9823 ;;
9824 esac
9825
9826 if test "$ld_shlibs" = no; then
9827 runpath_var=
9828 hardcode_libdir_flag_spec=
9829 export_dynamic_flag_spec=
9830 whole_archive_flag_spec=
9831 fi
9832 else
9833 # PORTME fill in a description of your system's linker (not GNU ld)
9834 case $host_os in
9835 aix3*)
9836 allow_undefined_flag=unsupported
9837 always_export_symbols=yes
9838 archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
9839 # Note: this linker hardcodes the directories in LIBPATH if there
9840 # are no directories specified by -L.
9841 hardcode_minus_L=yes
9842 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9843 # Neither direct hardcoding nor static linking is supported with a
9844 # broken collect2.
9845 hardcode_direct=unsupported
9846 fi
9847 ;;
9848
9849 aix[4-9]*)
9850 if test "$host_cpu" = ia64; then
9851 # On IA64, the linker does run time linking by default, so we don't
9852 # have to do anything special.
9853 aix_use_runtimelinking=no
9854 exp_sym_flag='-Bexport'
9855 no_entry_flag=""
9856 else
9857 # If we're using GNU nm, then we don't want the "-C" option.
9858 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9859 # Also, AIX nm treats weak defined symbols like other global
9860 # defined symbols, whereas GNU nm marks them as "W".
9861 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9862 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9863 else
9864 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9865 fi
9866 aix_use_runtimelinking=no
9867
9868 # Test if we are trying to use run time linking or normal
9869 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9870 # need to do runtime linking.
9871 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9872 for ld_flag in $LDFLAGS; do
9873 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9874 aix_use_runtimelinking=yes
9875 break
9876 fi
9877 done
9878 ;;
9879 esac
9880
9881 exp_sym_flag='-bexport'
9882 no_entry_flag='-bnoentry'
9883 fi
9884
9885 # When large executables or shared objects are built, AIX ld can
9886 # have problems creating the table of contents. If linking a library
9887 # or program results in "error TOC overflow" add -mminimal-toc to
9888 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9889 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9890
9891 archive_cmds=''
9892 hardcode_direct=yes
9893 hardcode_direct_absolute=yes
9894 hardcode_libdir_separator=':'
9895 link_all_deplibs=yes
9896 file_list_spec='${wl}-f,'
9897
9898 if test "$GCC" = yes; then
9899 case $host_os in aix4.[012]|aix4.[012].*)
9900 # We only want to do this on AIX 4.2 and lower, the check
9901 # below for broken collect2 doesn't work under 4.3+
9902 collect2name=`${CC} -print-prog-name=collect2`
9903 if test -f "$collect2name" &&
9904 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9905 then
9906 # We have reworked collect2
9907 :
9908 else
9909 # We have old collect2
9910 hardcode_direct=unsupported
9911 # It fails to find uninstalled libraries when the uninstalled
9912 # path is not listed in the libpath. Setting hardcode_minus_L
9913 # to unsupported forces relinking
9914 hardcode_minus_L=yes
9915 hardcode_libdir_flag_spec='-L$libdir'
9916 hardcode_libdir_separator=
9917 fi
9918 ;;
9919 esac
9920 shared_flag='-shared'
9921 if test "$aix_use_runtimelinking" = yes; then
9922 shared_flag="$shared_flag "'${wl}-G'
9923 fi
9924 link_all_deplibs=no
9925 else
9926 # not using gcc
9927 if test "$host_cpu" = ia64; then
9928 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9929 # chokes on -Wl,-G. The following line is correct:
9930 shared_flag='-G'
9931 else
9932 if test "$aix_use_runtimelinking" = yes; then
9933 shared_flag='${wl}-G'
9934 else
9935 shared_flag='${wl}-bM:SRE'
9936 fi
9937 fi
9938 fi
9939
9940 export_dynamic_flag_spec='${wl}-bexpall'
9941 # It seems that -bexpall does not export symbols beginning with
9942 # underscore (_), so it is better to generate a list of symbols to export.
9943 always_export_symbols=yes
9944 if test "$aix_use_runtimelinking" = yes; then
9945 # Warning - without using the other runtime loading flags (-brtl),
9946 # -berok will link without error, but may produce a broken library.
9947 allow_undefined_flag='-berok'
9948 # Determine the default libpath from the value encoded in an
9949 # empty executable.
9950 if test "${lt_cv_aix_libpath+set}" = set; then
9951 aix_libpath=$lt_cv_aix_libpath
9952 else
9953 if ${lt_cv_aix_libpath_+:} false; then :
9954 $as_echo_n "(cached) " >&6
9955 else
9956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9957 /* end confdefs.h. */
9958
9959 int
9960 main ()
9961 {
9962
9963 ;
9964 return 0;
9965 }
9966 _ACEOF
9967 if ac_fn_c_try_link "$LINENO"; then :
9968
9969 lt_aix_libpath_sed='
9970 /Import File Strings/,/^$/ {
9971 /^0/ {
9972 s/^0 *\([^ ]*\) *$/\1/
9973 p
9974 }
9975 }'
9976 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9977 # Check for a 64-bit object if we didn't find anything.
9978 if test -z "$lt_cv_aix_libpath_"; then
9979 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9980 fi
9981 fi
9982 rm -f core conftest.err conftest.$ac_objext \
9983 conftest$ac_exeext conftest.$ac_ext
9984 if test -z "$lt_cv_aix_libpath_"; then
9985 lt_cv_aix_libpath_="/usr/lib:/lib"
9986 fi
9987
9988 fi
9989
9990 aix_libpath=$lt_cv_aix_libpath_
9991 fi
9992
9993 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9994 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
9995 else
9996 if test "$host_cpu" = ia64; then
9997 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9998 allow_undefined_flag="-z nodefs"
9999 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
10000 else
10001 # Determine the default libpath from the value encoded in an
10002 # empty executable.
10003 if test "${lt_cv_aix_libpath+set}" = set; then
10004 aix_libpath=$lt_cv_aix_libpath
10005 else
10006 if ${lt_cv_aix_libpath_+:} false; then :
10007 $as_echo_n "(cached) " >&6
10008 else
10009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10010 /* end confdefs.h. */
10011
10012 int
10013 main ()
10014 {
10015
10016 ;
10017 return 0;
10018 }
10019 _ACEOF
10020 if ac_fn_c_try_link "$LINENO"; then :
10021
10022 lt_aix_libpath_sed='
10023 /Import File Strings/,/^$/ {
10024 /^0/ {
10025 s/^0 *\([^ ]*\) *$/\1/
10026 p
10027 }
10028 }'
10029 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10030 # Check for a 64-bit object if we didn't find anything.
10031 if test -z "$lt_cv_aix_libpath_"; then
10032 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10033 fi
10034 fi
10035 rm -f core conftest.err conftest.$ac_objext \
10036 conftest$ac_exeext conftest.$ac_ext
10037 if test -z "$lt_cv_aix_libpath_"; then
10038 lt_cv_aix_libpath_="/usr/lib:/lib"
10039 fi
10040
10041 fi
10042
10043 aix_libpath=$lt_cv_aix_libpath_
10044 fi
10045
10046 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10047 # Warning - without using the other run time loading flags,
10048 # -berok will link without error, but may produce a broken library.
10049 no_undefined_flag=' ${wl}-bernotok'
10050 allow_undefined_flag=' ${wl}-berok'
10051 if test "$with_gnu_ld" = yes; then
10052 # We only use this code for GNU lds that support --whole-archive.
10053 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10054 else
10055 # Exported symbols can be pulled into shared objects from archives
10056 whole_archive_flag_spec='$convenience'
10057 fi
10058 archive_cmds_need_lc=yes
10059 # This is similar to how AIX traditionally builds its shared libraries.
10060 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
10061 fi
10062 fi
10063 ;;
10064
10065 amigaos*)
10066 case $host_cpu in
10067 powerpc)
10068 # see comment about AmigaOS4 .so support
10069 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10070 archive_expsym_cmds=''
10071 ;;
10072 m68k)
10073 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
10074 hardcode_libdir_flag_spec='-L$libdir'
10075 hardcode_minus_L=yes
10076 ;;
10077 esac
10078 ;;
10079
10080 bsdi[45]*)
10081 export_dynamic_flag_spec=-rdynamic
10082 ;;
10083
10084 cygwin* | mingw* | pw32* | cegcc*)
10085 # When not using gcc, we currently assume that we are using
10086 # Microsoft Visual C++.
10087 # hardcode_libdir_flag_spec is actually meaningless, as there is
10088 # no search path for DLLs.
10089 case $cc_basename in
10090 cl*)
10091 # Native MSVC
10092 hardcode_libdir_flag_spec=' '
10093 allow_undefined_flag=unsupported
10094 always_export_symbols=yes
10095 file_list_spec='@'
10096 # Tell ltmain to make .lib files, not .a files.
10097 libext=lib
10098 # Tell ltmain to make .dll files, not .so files.
10099 shrext_cmds=".dll"
10100 # FIXME: Setting linknames here is a bad hack.
10101 archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
10102 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10103 sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
10104 else
10105 sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
10106 fi~
10107 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
10108 linknames='
10109 # The linker will not automatically build a static lib if we build a DLL.
10110 # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
10111 enable_shared_with_static_runtimes=yes
10112 exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
10113 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10114 # Don't use ranlib
10115 old_postinstall_cmds='chmod 644 $oldlib'
10116 postlink_cmds='lt_outputfile="@OUTPUT@"~
10117 lt_tool_outputfile="@TOOL_OUTPUT@"~
10118 case $lt_outputfile in
10119 *.exe|*.EXE) ;;
10120 *)
10121 lt_outputfile="$lt_outputfile.exe"
10122 lt_tool_outputfile="$lt_tool_outputfile.exe"
10123 ;;
10124 esac~
10125 if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
10126 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
10127 $RM "$lt_outputfile.manifest";
10128 fi'
10129 ;;
10130 *)
10131 # Assume MSVC wrapper
10132 hardcode_libdir_flag_spec=' '
10133 allow_undefined_flag=unsupported
10134 # Tell ltmain to make .lib files, not .a files.
10135 libext=lib
10136 # Tell ltmain to make .dll files, not .so files.
10137 shrext_cmds=".dll"
10138 # FIXME: Setting linknames here is a bad hack.
10139 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
10140 # The linker will automatically build a .lib file if we build a DLL.
10141 old_archive_from_new_cmds='true'
10142 # FIXME: Should let the user specify the lib program.
10143 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10144 enable_shared_with_static_runtimes=yes
10145 ;;
10146 esac
10147 ;;
10148
10149 darwin* | rhapsody*)
10150
10151
10152 archive_cmds_need_lc=no
10153 hardcode_direct=no
10154 hardcode_automatic=yes
10155 hardcode_shlibpath_var=unsupported
10156 if test "$lt_cv_ld_force_load" = "yes"; then
10157 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
10158
10159 else
10160 whole_archive_flag_spec=''
10161 fi
10162 link_all_deplibs=yes
10163 allow_undefined_flag="$_lt_dar_allow_undefined"
10164 case $cc_basename in
10165 ifort*) _lt_dar_can_shared=yes ;;
10166 *) _lt_dar_can_shared=$GCC ;;
10167 esac
10168 if test "$_lt_dar_can_shared" = "yes"; then
10169 output_verbose_link_cmd=func_echo_all
10170 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10171 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10172 archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
10173 module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
10174
10175 else
10176 ld_shlibs=no
10177 fi
10178
10179 ;;
10180
10181 dgux*)
10182 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10183 hardcode_libdir_flag_spec='-L$libdir'
10184 hardcode_shlibpath_var=no
10185 ;;
10186
10187 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10188 # support. Future versions do this automatically, but an explicit c++rt0.o
10189 # does not break anything, and helps significantly (at the cost of a little
10190 # extra space).
10191 freebsd2.2*)
10192 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10193 hardcode_libdir_flag_spec='-R$libdir'
10194 hardcode_direct=yes
10195 hardcode_shlibpath_var=no
10196 ;;
10197
10198 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10199 freebsd2.*)
10200 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10201 hardcode_direct=yes
10202 hardcode_minus_L=yes
10203 hardcode_shlibpath_var=no
10204 ;;
10205
10206 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10207 freebsd* | dragonfly*)
10208 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10209 hardcode_libdir_flag_spec='-R$libdir'
10210 hardcode_direct=yes
10211 hardcode_shlibpath_var=no
10212 ;;
10213
10214 hpux9*)
10215 if test "$GCC" = yes; then
10216 archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
10217 else
10218 archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
10219 fi
10220 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10221 hardcode_libdir_separator=:
10222 hardcode_direct=yes
10223
10224 # hardcode_minus_L: Not really in the search PATH,
10225 # but as the default location of the library.
10226 hardcode_minus_L=yes
10227 export_dynamic_flag_spec='${wl}-E'
10228 ;;
10229
10230 hpux10*)
10231 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10232 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10233 else
10234 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10235 fi
10236 if test "$with_gnu_ld" = no; then
10237 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10238 hardcode_libdir_separator=:
10239 hardcode_direct=yes
10240 hardcode_direct_absolute=yes
10241 export_dynamic_flag_spec='${wl}-E'
10242 # hardcode_minus_L: Not really in the search PATH,
10243 # but as the default location of the library.
10244 hardcode_minus_L=yes
10245 fi
10246 ;;
10247
10248 hpux11*)
10249 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10250 case $host_cpu in
10251 hppa*64*)
10252 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10253 ;;
10254 ia64*)
10255 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10256 ;;
10257 *)
10258 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10259 ;;
10260 esac
10261 else
10262 case $host_cpu in
10263 hppa*64*)
10264 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10265 ;;
10266 ia64*)
10267 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10268 ;;
10269 *)
10270
10271 # Older versions of the 11.00 compiler do not understand -b yet
10272 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10274 $as_echo_n "checking if $CC understands -b... " >&6; }
10275 if ${lt_cv_prog_compiler__b+:} false; then :
10276 $as_echo_n "(cached) " >&6
10277 else
10278 lt_cv_prog_compiler__b=no
10279 save_LDFLAGS="$LDFLAGS"
10280 LDFLAGS="$LDFLAGS -b"
10281 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10282 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10283 # The linker can only warn and ignore the option if not recognized
10284 # So say no if there are warnings
10285 if test -s conftest.err; then
10286 # Append any errors to the config.log.
10287 cat conftest.err 1>&5
10288 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10289 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10290 if diff conftest.exp conftest.er2 >/dev/null; then
10291 lt_cv_prog_compiler__b=yes
10292 fi
10293 else
10294 lt_cv_prog_compiler__b=yes
10295 fi
10296 fi
10297 $RM -r conftest*
10298 LDFLAGS="$save_LDFLAGS"
10299
10300 fi
10301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10302 $as_echo "$lt_cv_prog_compiler__b" >&6; }
10303
10304 if test x"$lt_cv_prog_compiler__b" = xyes; then
10305 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10306 else
10307 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10308 fi
10309
10310 ;;
10311 esac
10312 fi
10313 if test "$with_gnu_ld" = no; then
10314 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10315 hardcode_libdir_separator=:
10316
10317 case $host_cpu in
10318 hppa*64*|ia64*)
10319 hardcode_direct=no
10320 hardcode_shlibpath_var=no
10321 ;;
10322 *)
10323 hardcode_direct=yes
10324 hardcode_direct_absolute=yes
10325 export_dynamic_flag_spec='${wl}-E'
10326
10327 # hardcode_minus_L: Not really in the search PATH,
10328 # but as the default location of the library.
10329 hardcode_minus_L=yes
10330 ;;
10331 esac
10332 fi
10333 ;;
10334
10335 irix5* | irix6* | nonstopux*)
10336 if test "$GCC" = yes; then
10337 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
10338 # Try to use the -exported_symbol ld option, if it does not
10339 # work, assume that -exports_file does not work either and
10340 # implicitly export all symbols.
10341 # This should be the same for all languages, so no per-tag cache variable.
10342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
10343 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
10344 if ${lt_cv_irix_exported_symbol+:} false; then :
10345 $as_echo_n "(cached) " >&6
10346 else
10347 save_LDFLAGS="$LDFLAGS"
10348 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10350 /* end confdefs.h. */
10351 int foo (void) { return 0; }
10352 _ACEOF
10353 if ac_fn_c_try_link "$LINENO"; then :
10354 lt_cv_irix_exported_symbol=yes
10355 else
10356 lt_cv_irix_exported_symbol=no
10357 fi
10358 rm -f core conftest.err conftest.$ac_objext \
10359 conftest$ac_exeext conftest.$ac_ext
10360 LDFLAGS="$save_LDFLAGS"
10361 fi
10362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
10363 $as_echo "$lt_cv_irix_exported_symbol" >&6; }
10364 if test "$lt_cv_irix_exported_symbol" = yes; then
10365 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
10366 fi
10367 else
10368 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
10369 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
10370 fi
10371 archive_cmds_need_lc='no'
10372 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10373 hardcode_libdir_separator=:
10374 inherit_rpath=yes
10375 link_all_deplibs=yes
10376 ;;
10377
10378 netbsd* | netbsdelf*-gnu)
10379 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10380 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10381 else
10382 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10383 fi
10384 hardcode_libdir_flag_spec='-R$libdir'
10385 hardcode_direct=yes
10386 hardcode_shlibpath_var=no
10387 ;;
10388
10389 newsos6)
10390 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10391 hardcode_direct=yes
10392 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10393 hardcode_libdir_separator=:
10394 hardcode_shlibpath_var=no
10395 ;;
10396
10397 *nto* | *qnx*)
10398 ;;
10399
10400 openbsd*)
10401 if test -f /usr/libexec/ld.so; then
10402 hardcode_direct=yes
10403 hardcode_shlibpath_var=no
10404 hardcode_direct_absolute=yes
10405 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10406 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10407 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10408 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10409 export_dynamic_flag_spec='${wl}-E'
10410 else
10411 case $host_os in
10412 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10413 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10414 hardcode_libdir_flag_spec='-R$libdir'
10415 ;;
10416 *)
10417 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10418 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10419 ;;
10420 esac
10421 fi
10422 else
10423 ld_shlibs=no
10424 fi
10425 ;;
10426
10427 os2*)
10428 hardcode_libdir_flag_spec='-L$libdir'
10429 hardcode_minus_L=yes
10430 allow_undefined_flag=unsupported
10431 archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
10432 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10433 ;;
10434
10435 osf3*)
10436 if test "$GCC" = yes; then
10437 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10438 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
10439 else
10440 allow_undefined_flag=' -expect_unresolved \*'
10441 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
10442 fi
10443 archive_cmds_need_lc='no'
10444 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10445 hardcode_libdir_separator=:
10446 ;;
10447
10448 osf4* | osf5*) # as osf3* with the addition of -msym flag
10449 if test "$GCC" = yes; then
10450 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10451 archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
10452 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10453 else
10454 allow_undefined_flag=' -expect_unresolved \*'
10455 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
10456 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
10457 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
10458
10459 # Both c and cxx compiler support -rpath directly
10460 hardcode_libdir_flag_spec='-rpath $libdir'
10461 fi
10462 archive_cmds_need_lc='no'
10463 hardcode_libdir_separator=:
10464 ;;
10465
10466 solaris*)
10467 no_undefined_flag=' -z defs'
10468 if test "$GCC" = yes; then
10469 wlarc='${wl}'
10470 archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10471 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10472 $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10473 else
10474 case `$CC -V 2>&1` in
10475 *"Compilers 5.0"*)
10476 wlarc=''
10477 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10478 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10479 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10480 ;;
10481 *)
10482 wlarc='${wl}'
10483 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10484 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10485 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10486 ;;
10487 esac
10488 fi
10489 hardcode_libdir_flag_spec='-R$libdir'
10490 hardcode_shlibpath_var=no
10491 case $host_os in
10492 solaris2.[0-5] | solaris2.[0-5].*) ;;
10493 *)
10494 # The compiler driver will combine and reorder linker options,
10495 # but understands `-z linker_flag'. GCC discards it without `$wl',
10496 # but is careful enough not to reorder.
10497 # Supported since Solaris 2.6 (maybe 2.5.1?)
10498 if test "$GCC" = yes; then
10499 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10500 else
10501 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10502 fi
10503 ;;
10504 esac
10505 link_all_deplibs=yes
10506 ;;
10507
10508 sunos4*)
10509 if test "x$host_vendor" = xsequent; then
10510 # Use $CC to link under sequent, because it throws in some extra .o
10511 # files that make .init and .fini sections work.
10512 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10513 else
10514 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10515 fi
10516 hardcode_libdir_flag_spec='-L$libdir'
10517 hardcode_direct=yes
10518 hardcode_minus_L=yes
10519 hardcode_shlibpath_var=no
10520 ;;
10521
10522 sysv4)
10523 case $host_vendor in
10524 sni)
10525 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10526 hardcode_direct=yes # is this really true???
10527 ;;
10528 siemens)
10529 ## LD is ld it makes a PLAMLIB
10530 ## CC just makes a GrossModule.
10531 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10532 reload_cmds='$CC -r -o $output$reload_objs'
10533 hardcode_direct=no
10534 ;;
10535 motorola)
10536 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10537 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10538 ;;
10539 esac
10540 runpath_var='LD_RUN_PATH'
10541 hardcode_shlibpath_var=no
10542 ;;
10543
10544 sysv4.3*)
10545 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10546 hardcode_shlibpath_var=no
10547 export_dynamic_flag_spec='-Bexport'
10548 ;;
10549
10550 sysv4*MP*)
10551 if test -d /usr/nec; then
10552 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10553 hardcode_shlibpath_var=no
10554 runpath_var=LD_RUN_PATH
10555 hardcode_runpath_var=yes
10556 ld_shlibs=yes
10557 fi
10558 ;;
10559
10560 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10561 no_undefined_flag='${wl}-z,text'
10562 archive_cmds_need_lc=no
10563 hardcode_shlibpath_var=no
10564 runpath_var='LD_RUN_PATH'
10565
10566 if test "$GCC" = yes; then
10567 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10568 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10569 else
10570 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10571 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10572 fi
10573 ;;
10574
10575 sysv5* | sco3.2v5* | sco5v6*)
10576 # Note: We can NOT use -z defs as we might desire, because we do not
10577 # link with -lc, and that would cause any symbols used from libc to
10578 # always be unresolved, which means just about no library would
10579 # ever link correctly. If we're not using GNU ld we use -z text
10580 # though, which does catch some bad symbols but isn't as heavy-handed
10581 # as -z defs.
10582 no_undefined_flag='${wl}-z,text'
10583 allow_undefined_flag='${wl}-z,nodefs'
10584 archive_cmds_need_lc=no
10585 hardcode_shlibpath_var=no
10586 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10587 hardcode_libdir_separator=':'
10588 link_all_deplibs=yes
10589 export_dynamic_flag_spec='${wl}-Bexport'
10590 runpath_var='LD_RUN_PATH'
10591
10592 if test "$GCC" = yes; then
10593 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10594 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10595 else
10596 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10597 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10598 fi
10599 ;;
10600
10601 uts4*)
10602 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10603 hardcode_libdir_flag_spec='-L$libdir'
10604 hardcode_shlibpath_var=no
10605 ;;
10606
10607 *)
10608 ld_shlibs=no
10609 ;;
10610 esac
10611
10612 if test x$host_vendor = xsni; then
10613 case $host in
10614 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10615 export_dynamic_flag_spec='${wl}-Blargedynsym'
10616 ;;
10617 esac
10618 fi
10619 fi
10620
10621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10622 $as_echo "$ld_shlibs" >&6; }
10623 test "$ld_shlibs" = no && can_build_shared=no
10624
10625 with_gnu_ld=$with_gnu_ld
10626
10627
10628
10629
10630
10631
10632
10633
10634
10635
10636
10637
10638
10639
10640
10641 #
10642 # Do we need to explicitly link libc?
10643 #
10644 case "x$archive_cmds_need_lc" in
10645 x|xyes)
10646 # Assume -lc should be added
10647 archive_cmds_need_lc=yes
10648
10649 if test "$enable_shared" = yes && test "$GCC" = yes; then
10650 case $archive_cmds in
10651 *'~'*)
10652 # FIXME: we may have to deal with multi-command sequences.
10653 ;;
10654 '$CC '*)
10655 # Test whether the compiler implicitly links with -lc since on some
10656 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10657 # to ld, don't add -lc before -lgcc.
10658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10659 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10660 if ${lt_cv_archive_cmds_need_lc+:} false; then :
10661 $as_echo_n "(cached) " >&6
10662 else
10663 $RM conftest*
10664 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10665
10666 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10667 (eval $ac_compile) 2>&5
10668 ac_status=$?
10669 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10670 test $ac_status = 0; } 2>conftest.err; then
10671 soname=conftest
10672 lib=conftest
10673 libobjs=conftest.$ac_objext
10674 deplibs=
10675 wl=$lt_prog_compiler_wl
10676 pic_flag=$lt_prog_compiler_pic
10677 compiler_flags=-v
10678 linker_flags=-v
10679 verstring=
10680 output_objdir=.
10681 libname=conftest
10682 lt_save_allow_undefined_flag=$allow_undefined_flag
10683 allow_undefined_flag=
10684 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10685 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10686 ac_status=$?
10687 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10688 test $ac_status = 0; }
10689 then
10690 lt_cv_archive_cmds_need_lc=no
10691 else
10692 lt_cv_archive_cmds_need_lc=yes
10693 fi
10694 allow_undefined_flag=$lt_save_allow_undefined_flag
10695 else
10696 cat conftest.err 1>&5
10697 fi
10698 $RM conftest*
10699
10700 fi
10701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10702 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10703 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10704 ;;
10705 esac
10706 fi
10707 ;;
10708 esac
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
10777
10778
10779
10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
10794
10795
10796
10797
10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
10808
10809
10810
10811
10812
10813
10814
10815
10816
10817
10818
10819
10820
10821
10822
10823
10824
10825
10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
10853
10854
10855
10856
10857
10858
10859
10860
10861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10862 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10863
10864 if test "$GCC" = yes; then
10865 case $host_os in
10866 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10867 *) lt_awk_arg="/^libraries:/" ;;
10868 esac
10869 case $host_os in
10870 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10871 *) lt_sed_strip_eq="s,=/,/,g" ;;
10872 esac
10873 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10874 case $lt_search_path_spec in
10875 *\;*)
10876 # if the path contains ";" then we assume it to be the separator
10877 # otherwise default to the standard path separator (i.e. ":") - it is
10878 # assumed that no part of a normal pathname contains ";" but that should
10879 # okay in the real world where ";" in dirpaths is itself problematic.
10880 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10881 ;;
10882 *)
10883 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10884 ;;
10885 esac
10886 # Ok, now we have the path, separated by spaces, we can step through it
10887 # and add multilib dir if necessary.
10888 lt_tmp_lt_search_path_spec=
10889 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10890 for lt_sys_path in $lt_search_path_spec; do
10891 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10892 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10893 else
10894 test -d "$lt_sys_path" && \
10895 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10896 fi
10897 done
10898 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10899 BEGIN {RS=" "; FS="/|\n";} {
10900 lt_foo="";
10901 lt_count=0;
10902 for (lt_i = NF; lt_i > 0; lt_i--) {
10903 if ($lt_i != "" && $lt_i != ".") {
10904 if ($lt_i == "..") {
10905 lt_count++;
10906 } else {
10907 if (lt_count == 0) {
10908 lt_foo="/" $lt_i lt_foo;
10909 } else {
10910 lt_count--;
10911 }
10912 }
10913 }
10914 }
10915 if (lt_foo != "") { lt_freq[lt_foo]++; }
10916 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10917 }'`
10918 # AWK program above erroneously prepends '/' to C:/dos/paths
10919 # for these hosts.
10920 case $host_os in
10921 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10922 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10923 esac
10924 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10925 else
10926 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10927 fi
10928 library_names_spec=
10929 libname_spec='lib$name'
10930 soname_spec=
10931 shrext_cmds=".so"
10932 postinstall_cmds=
10933 postuninstall_cmds=
10934 finish_cmds=
10935 finish_eval=
10936 shlibpath_var=
10937 shlibpath_overrides_runpath=unknown
10938 version_type=none
10939 dynamic_linker="$host_os ld.so"
10940 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10941 need_lib_prefix=unknown
10942 hardcode_into_libs=no
10943
10944 # when you set need_version to no, make sure it does not cause -set_version
10945 # flags to be left without arguments
10946 need_version=unknown
10947
10948 case $host_os in
10949 aix3*)
10950 version_type=linux # correct to gnu/linux during the next big refactor
10951 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10952 shlibpath_var=LIBPATH
10953
10954 # AIX 3 has no versioning support, so we append a major version to the name.
10955 soname_spec='${libname}${release}${shared_ext}$major'
10956 ;;
10957
10958 aix[4-9]*)
10959 version_type=linux # correct to gnu/linux during the next big refactor
10960 need_lib_prefix=no
10961 need_version=no
10962 hardcode_into_libs=yes
10963 if test "$host_cpu" = ia64; then
10964 # AIX 5 supports IA64
10965 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10966 shlibpath_var=LD_LIBRARY_PATH
10967 else
10968 # With GCC up to 2.95.x, collect2 would create an import file
10969 # for dependence libraries. The import file would start with
10970 # the line `#! .'. This would cause the generated library to
10971 # depend on `.', always an invalid library. This was fixed in
10972 # development snapshots of GCC prior to 3.0.
10973 case $host_os in
10974 aix4 | aix4.[01] | aix4.[01].*)
10975 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10976 echo ' yes '
10977 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10978 :
10979 else
10980 can_build_shared=no
10981 fi
10982 ;;
10983 esac
10984 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10985 # soname into executable. Probably we can add versioning support to
10986 # collect2, so additional links can be useful in future.
10987 if test "$aix_use_runtimelinking" = yes; then
10988 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10989 # instead of lib<name>.a to let people know that these are not
10990 # typical AIX shared libraries.
10991 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10992 else
10993 # We preserve .a as extension for shared libraries through AIX4.2
10994 # and later when we are not doing run time linking.
10995 library_names_spec='${libname}${release}.a $libname.a'
10996 soname_spec='${libname}${release}${shared_ext}$major'
10997 fi
10998 shlibpath_var=LIBPATH
10999 fi
11000 ;;
11001
11002 amigaos*)
11003 case $host_cpu in
11004 powerpc)
11005 # Since July 2007 AmigaOS4 officially supports .so libraries.
11006 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11007 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11008 ;;
11009 m68k)
11010 library_names_spec='$libname.ixlibrary $libname.a'
11011 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11012 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
11013 ;;
11014 esac
11015 ;;
11016
11017 beos*)
11018 library_names_spec='${libname}${shared_ext}'
11019 dynamic_linker="$host_os ld.so"
11020 shlibpath_var=LIBRARY_PATH
11021 ;;
11022
11023 bsdi[45]*)
11024 version_type=linux # correct to gnu/linux during the next big refactor
11025 need_version=no
11026 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11027 soname_spec='${libname}${release}${shared_ext}$major'
11028 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11029 shlibpath_var=LD_LIBRARY_PATH
11030 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11031 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11032 # the default ld.so.conf also contains /usr/contrib/lib and
11033 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11034 # libtool to hard-code these into programs
11035 ;;
11036
11037 cygwin* | mingw* | pw32* | cegcc*)
11038 version_type=windows
11039 shrext_cmds=".dll"
11040 need_version=no
11041 need_lib_prefix=no
11042
11043 case $GCC,$cc_basename in
11044 yes,*)
11045 # gcc
11046 library_names_spec='$libname.dll.a'
11047 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11048 postinstall_cmds='base_file=`basename \${file}`~
11049 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11050 dldir=$destdir/`dirname \$dlpath`~
11051 test -d \$dldir || mkdir -p \$dldir~
11052 $install_prog $dir/$dlname \$dldir/$dlname~
11053 chmod a+x \$dldir/$dlname~
11054 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11055 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11056 fi'
11057 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11058 dlpath=$dir/\$dldll~
11059 $RM \$dlpath'
11060 shlibpath_overrides_runpath=yes
11061
11062 case $host_os in
11063 cygwin*)
11064 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11065 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11066
11067 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11068 ;;
11069 mingw* | cegcc*)
11070 # MinGW DLLs use traditional 'lib' prefix
11071 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11072 ;;
11073 pw32*)
11074 # pw32 DLLs use 'pw' prefix rather than 'lib'
11075 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11076 ;;
11077 esac
11078 dynamic_linker='Win32 ld.exe'
11079 ;;
11080
11081 *,cl*)
11082 # Native MSVC
11083 libname_spec='$name'
11084 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11085 library_names_spec='${libname}.dll.lib'
11086
11087 case $build_os in
11088 mingw*)
11089 sys_lib_search_path_spec=
11090 lt_save_ifs=$IFS
11091 IFS=';'
11092 for lt_path in $LIB
11093 do
11094 IFS=$lt_save_ifs
11095 # Let DOS variable expansion print the short 8.3 style file name.
11096 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
11097 sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
11098 done
11099 IFS=$lt_save_ifs
11100 # Convert to MSYS style.
11101 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
11102 ;;
11103 cygwin*)
11104 # Convert to unix form, then to dos form, then back to unix form
11105 # but this time dos style (no spaces!) so that the unix form looks
11106 # like /cygdrive/c/PROGRA~1:/cygdr...
11107 sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
11108 sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
11109 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
11110 ;;
11111 *)
11112 sys_lib_search_path_spec="$LIB"
11113 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
11114 # It is most probably a Windows format PATH.
11115 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
11116 else
11117 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
11118 fi
11119 # FIXME: find the short name or the path components, as spaces are
11120 # common. (e.g. "Program Files" -> "PROGRA~1")
11121 ;;
11122 esac
11123
11124 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11125 postinstall_cmds='base_file=`basename \${file}`~
11126 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11127 dldir=$destdir/`dirname \$dlpath`~
11128 test -d \$dldir || mkdir -p \$dldir~
11129 $install_prog $dir/$dlname \$dldir/$dlname'
11130 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11131 dlpath=$dir/\$dldll~
11132 $RM \$dlpath'
11133 shlibpath_overrides_runpath=yes
11134 dynamic_linker='Win32 link.exe'
11135 ;;
11136
11137 *)
11138 # Assume MSVC wrapper
11139 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11140 dynamic_linker='Win32 ld.exe'
11141 ;;
11142 esac
11143 # FIXME: first we should search . and the directory the executable is in
11144 shlibpath_var=PATH
11145 ;;
11146
11147 darwin* | rhapsody*)
11148 dynamic_linker="$host_os dyld"
11149 version_type=darwin
11150 need_lib_prefix=no
11151 need_version=no
11152 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11153 soname_spec='${libname}${release}${major}$shared_ext'
11154 shlibpath_overrides_runpath=yes
11155 shlibpath_var=DYLD_LIBRARY_PATH
11156 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11157
11158 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11159 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11160 ;;
11161
11162 dgux*)
11163 version_type=linux # correct to gnu/linux during the next big refactor
11164 need_lib_prefix=no
11165 need_version=no
11166 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11167 soname_spec='${libname}${release}${shared_ext}$major'
11168 shlibpath_var=LD_LIBRARY_PATH
11169 ;;
11170
11171 freebsd* | dragonfly*)
11172 # DragonFly does not have aout. When/if they implement a new
11173 # versioning mechanism, adjust this.
11174 if test -x /usr/bin/objformat; then
11175 objformat=`/usr/bin/objformat`
11176 else
11177 case $host_os in
11178 freebsd[23].*) objformat=aout ;;
11179 *) objformat=elf ;;
11180 esac
11181 fi
11182 version_type=freebsd-$objformat
11183 case $version_type in
11184 freebsd-elf*)
11185 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11186 need_version=no
11187 need_lib_prefix=no
11188 ;;
11189 freebsd-*)
11190 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11191 need_version=yes
11192 ;;
11193 esac
11194 shlibpath_var=LD_LIBRARY_PATH
11195 case $host_os in
11196 freebsd2.*)
11197 shlibpath_overrides_runpath=yes
11198 ;;
11199 freebsd3.[01]* | freebsdelf3.[01]*)
11200 shlibpath_overrides_runpath=yes
11201 hardcode_into_libs=yes
11202 ;;
11203 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11204 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11205 shlibpath_overrides_runpath=no
11206 hardcode_into_libs=yes
11207 ;;
11208 *) # from 4.6 on, and DragonFly
11209 shlibpath_overrides_runpath=yes
11210 hardcode_into_libs=yes
11211 ;;
11212 esac
11213 ;;
11214
11215 haiku*)
11216 version_type=linux # correct to gnu/linux during the next big refactor
11217 need_lib_prefix=no
11218 need_version=no
11219 dynamic_linker="$host_os runtime_loader"
11220 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11221 soname_spec='${libname}${release}${shared_ext}$major'
11222 shlibpath_var=LIBRARY_PATH
11223 shlibpath_overrides_runpath=yes
11224 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
11225 hardcode_into_libs=yes
11226 ;;
11227
11228 hpux9* | hpux10* | hpux11*)
11229 # Give a soname corresponding to the major version so that dld.sl refuses to
11230 # link against other versions.
11231 version_type=sunos
11232 need_lib_prefix=no
11233 need_version=no
11234 case $host_cpu in
11235 ia64*)
11236 shrext_cmds='.so'
11237 hardcode_into_libs=yes
11238 dynamic_linker="$host_os dld.so"
11239 shlibpath_var=LD_LIBRARY_PATH
11240 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11241 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11242 soname_spec='${libname}${release}${shared_ext}$major'
11243 if test "X$HPUX_IA64_MODE" = X32; then
11244 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11245 else
11246 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11247 fi
11248 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11249 ;;
11250 hppa*64*)
11251 shrext_cmds='.sl'
11252 hardcode_into_libs=yes
11253 dynamic_linker="$host_os dld.sl"
11254 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11255 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11256 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11257 soname_spec='${libname}${release}${shared_ext}$major'
11258 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11259 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11260 ;;
11261 *)
11262 shrext_cmds='.sl'
11263 dynamic_linker="$host_os dld.sl"
11264 shlibpath_var=SHLIB_PATH
11265 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11266 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11267 soname_spec='${libname}${release}${shared_ext}$major'
11268 ;;
11269 esac
11270 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11271 postinstall_cmds='chmod 555 $lib'
11272 # or fails outright, so override atomically:
11273 install_override_mode=555
11274 ;;
11275
11276 interix[3-9]*)
11277 version_type=linux # correct to gnu/linux during the next big refactor
11278 need_lib_prefix=no
11279 need_version=no
11280 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11281 soname_spec='${libname}${release}${shared_ext}$major'
11282 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11283 shlibpath_var=LD_LIBRARY_PATH
11284 shlibpath_overrides_runpath=no
11285 hardcode_into_libs=yes
11286 ;;
11287
11288 irix5* | irix6* | nonstopux*)
11289 case $host_os in
11290 nonstopux*) version_type=nonstopux ;;
11291 *)
11292 if test "$lt_cv_prog_gnu_ld" = yes; then
11293 version_type=linux # correct to gnu/linux during the next big refactor
11294 else
11295 version_type=irix
11296 fi ;;
11297 esac
11298 need_lib_prefix=no
11299 need_version=no
11300 soname_spec='${libname}${release}${shared_ext}$major'
11301 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11302 case $host_os in
11303 irix5* | nonstopux*)
11304 libsuff= shlibsuff=
11305 ;;
11306 *)
11307 case $LD in # libtool.m4 will add one of these switches to LD
11308 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11309 libsuff= shlibsuff= libmagic=32-bit;;
11310 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11311 libsuff=32 shlibsuff=N32 libmagic=N32;;
11312 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11313 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11314 *) libsuff= shlibsuff= libmagic=never-match;;
11315 esac
11316 ;;
11317 esac
11318 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11319 shlibpath_overrides_runpath=no
11320 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11321 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11322 hardcode_into_libs=yes
11323 ;;
11324
11325 # No shared lib support for Linux oldld, aout, or coff.
11326 linux*oldld* | linux*aout* | linux*coff*)
11327 dynamic_linker=no
11328 ;;
11329
11330 # This must be glibc/ELF.
11331 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
11332 version_type=linux # correct to gnu/linux during the next big refactor
11333 need_lib_prefix=no
11334 need_version=no
11335 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11336 soname_spec='${libname}${release}${shared_ext}$major'
11337 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11338 shlibpath_var=LD_LIBRARY_PATH
11339 shlibpath_overrides_runpath=no
11340
11341 # Some binutils ld are patched to set DT_RUNPATH
11342 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
11343 $as_echo_n "(cached) " >&6
11344 else
11345 lt_cv_shlibpath_overrides_runpath=no
11346 save_LDFLAGS=$LDFLAGS
11347 save_libdir=$libdir
11348 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11349 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11351 /* end confdefs.h. */
11352
11353 int
11354 main ()
11355 {
11356
11357 ;
11358 return 0;
11359 }
11360 _ACEOF
11361 if ac_fn_c_try_link "$LINENO"; then :
11362 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11363 lt_cv_shlibpath_overrides_runpath=yes
11364 fi
11365 fi
11366 rm -f core conftest.err conftest.$ac_objext \
11367 conftest$ac_exeext conftest.$ac_ext
11368 LDFLAGS=$save_LDFLAGS
11369 libdir=$save_libdir
11370
11371 fi
11372
11373 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
11374
11375 # This implies no fast_install, which is unacceptable.
11376 # Some rework will be needed to allow for fast_install
11377 # before this can be enabled.
11378 hardcode_into_libs=yes
11379
11380 # Append ld.so.conf contents to the search path
11381 if test -f /etc/ld.so.conf; then
11382 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
11383 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11384 fi
11385
11386 # We used to test for /lib/ld.so.1 and disable shared libraries on
11387 # powerpc, because MkLinux only supported shared libraries with the
11388 # GNU dynamic linker. Since this was broken with cross compilers,
11389 # most powerpc-linux boxes support dynamic linking these days and
11390 # people can always --disable-shared, the test was removed, and we
11391 # assume the GNU/Linux dynamic linker is in use.
11392 dynamic_linker='GNU/Linux ld.so'
11393 ;;
11394
11395 netbsdelf*-gnu)
11396 version_type=linux
11397 need_lib_prefix=no
11398 need_version=no
11399 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11400 soname_spec='${libname}${release}${shared_ext}$major'
11401 shlibpath_var=LD_LIBRARY_PATH
11402 shlibpath_overrides_runpath=no
11403 hardcode_into_libs=yes
11404 dynamic_linker='NetBSD ld.elf_so'
11405 ;;
11406
11407 netbsd*)
11408 version_type=sunos
11409 need_lib_prefix=no
11410 need_version=no
11411 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11412 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11413 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11414 dynamic_linker='NetBSD (a.out) ld.so'
11415 else
11416 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11417 soname_spec='${libname}${release}${shared_ext}$major'
11418 dynamic_linker='NetBSD ld.elf_so'
11419 fi
11420 shlibpath_var=LD_LIBRARY_PATH
11421 shlibpath_overrides_runpath=yes
11422 hardcode_into_libs=yes
11423 ;;
11424
11425 newsos6)
11426 version_type=linux # correct to gnu/linux during the next big refactor
11427 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11428 shlibpath_var=LD_LIBRARY_PATH
11429 shlibpath_overrides_runpath=yes
11430 ;;
11431
11432 *nto* | *qnx*)
11433 version_type=qnx
11434 need_lib_prefix=no
11435 need_version=no
11436 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11437 soname_spec='${libname}${release}${shared_ext}$major'
11438 shlibpath_var=LD_LIBRARY_PATH
11439 shlibpath_overrides_runpath=no
11440 hardcode_into_libs=yes
11441 dynamic_linker='ldqnx.so'
11442 ;;
11443
11444 openbsd*)
11445 version_type=sunos
11446 sys_lib_dlsearch_path_spec="/usr/lib"
11447 need_lib_prefix=no
11448 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11449 case $host_os in
11450 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11451 *) need_version=no ;;
11452 esac
11453 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11454 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11455 shlibpath_var=LD_LIBRARY_PATH
11456 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11457 case $host_os in
11458 openbsd2.[89] | openbsd2.[89].*)
11459 shlibpath_overrides_runpath=no
11460 ;;
11461 *)
11462 shlibpath_overrides_runpath=yes
11463 ;;
11464 esac
11465 else
11466 shlibpath_overrides_runpath=yes
11467 fi
11468 ;;
11469
11470 os2*)
11471 libname_spec='$name'
11472 shrext_cmds=".dll"
11473 need_lib_prefix=no
11474 library_names_spec='$libname${shared_ext} $libname.a'
11475 dynamic_linker='OS/2 ld.exe'
11476 shlibpath_var=LIBPATH
11477 ;;
11478
11479 osf3* | osf4* | osf5*)
11480 version_type=osf
11481 need_lib_prefix=no
11482 need_version=no
11483 soname_spec='${libname}${release}${shared_ext}$major'
11484 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11485 shlibpath_var=LD_LIBRARY_PATH
11486 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11487 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11488 ;;
11489
11490 rdos*)
11491 dynamic_linker=no
11492 ;;
11493
11494 solaris*)
11495 version_type=linux # correct to gnu/linux during the next big refactor
11496 need_lib_prefix=no
11497 need_version=no
11498 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11499 soname_spec='${libname}${release}${shared_ext}$major'
11500 shlibpath_var=LD_LIBRARY_PATH
11501 shlibpath_overrides_runpath=yes
11502 hardcode_into_libs=yes
11503 # ldd complains unless libraries are executable
11504 postinstall_cmds='chmod +x $lib'
11505 ;;
11506
11507 sunos4*)
11508 version_type=sunos
11509 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11510 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11511 shlibpath_var=LD_LIBRARY_PATH
11512 shlibpath_overrides_runpath=yes
11513 if test "$with_gnu_ld" = yes; then
11514 need_lib_prefix=no
11515 fi
11516 need_version=yes
11517 ;;
11518
11519 sysv4 | sysv4.3*)
11520 version_type=linux # correct to gnu/linux during the next big refactor
11521 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11522 soname_spec='${libname}${release}${shared_ext}$major'
11523 shlibpath_var=LD_LIBRARY_PATH
11524 case $host_vendor in
11525 sni)
11526 shlibpath_overrides_runpath=no
11527 need_lib_prefix=no
11528 runpath_var=LD_RUN_PATH
11529 ;;
11530 siemens)
11531 need_lib_prefix=no
11532 ;;
11533 motorola)
11534 need_lib_prefix=no
11535 need_version=no
11536 shlibpath_overrides_runpath=no
11537 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11538 ;;
11539 esac
11540 ;;
11541
11542 sysv4*MP*)
11543 if test -d /usr/nec ;then
11544 version_type=linux # correct to gnu/linux during the next big refactor
11545 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11546 soname_spec='$libname${shared_ext}.$major'
11547 shlibpath_var=LD_LIBRARY_PATH
11548 fi
11549 ;;
11550
11551 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11552 version_type=freebsd-elf
11553 need_lib_prefix=no
11554 need_version=no
11555 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11556 soname_spec='${libname}${release}${shared_ext}$major'
11557 shlibpath_var=LD_LIBRARY_PATH
11558 shlibpath_overrides_runpath=yes
11559 hardcode_into_libs=yes
11560 if test "$with_gnu_ld" = yes; then
11561 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11562 else
11563 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11564 case $host_os in
11565 sco3.2v5*)
11566 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11567 ;;
11568 esac
11569 fi
11570 sys_lib_dlsearch_path_spec='/usr/lib'
11571 ;;
11572
11573 tpf*)
11574 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11575 version_type=linux # correct to gnu/linux during the next big refactor
11576 need_lib_prefix=no
11577 need_version=no
11578 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11579 shlibpath_var=LD_LIBRARY_PATH
11580 shlibpath_overrides_runpath=no
11581 hardcode_into_libs=yes
11582 ;;
11583
11584 uts4*)
11585 version_type=linux # correct to gnu/linux during the next big refactor
11586 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11587 soname_spec='${libname}${release}${shared_ext}$major'
11588 shlibpath_var=LD_LIBRARY_PATH
11589 ;;
11590
11591 *)
11592 dynamic_linker=no
11593 ;;
11594 esac
11595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11596 $as_echo "$dynamic_linker" >&6; }
11597 test "$dynamic_linker" = no && can_build_shared=no
11598
11599 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11600 if test "$GCC" = yes; then
11601 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11602 fi
11603
11604 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11605 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11606 fi
11607 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11608 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11609 fi
11610
11611
11612
11613
11614
11615
11616
11617
11618
11619
11620
11621
11622
11623
11624
11625
11626
11627
11628
11629
11630
11631
11632
11633
11634
11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
11649
11650
11651
11652
11653
11654
11655
11656
11657
11658
11659
11660
11661
11662
11663
11664
11665
11666
11667
11668
11669
11670
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681
11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11703 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11704 hardcode_action=
11705 if test -n "$hardcode_libdir_flag_spec" ||
11706 test -n "$runpath_var" ||
11707 test "X$hardcode_automatic" = "Xyes" ; then
11708
11709 # We can hardcode non-existent directories.
11710 if test "$hardcode_direct" != no &&
11711 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11712 # have to relink, otherwise we might link with an installed library
11713 # when we should be linking with a yet-to-be-installed one
11714 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11715 test "$hardcode_minus_L" != no; then
11716 # Linking always hardcodes the temporary library directory.
11717 hardcode_action=relink
11718 else
11719 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11720 hardcode_action=immediate
11721 fi
11722 else
11723 # We cannot hardcode anything, or else we can only hardcode existing
11724 # directories.
11725 hardcode_action=unsupported
11726 fi
11727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11728 $as_echo "$hardcode_action" >&6; }
11729
11730 if test "$hardcode_action" = relink ||
11731 test "$inherit_rpath" = yes; then
11732 # Fast installation is not supported
11733 enable_fast_install=no
11734 elif test "$shlibpath_overrides_runpath" = yes ||
11735 test "$enable_shared" = no; then
11736 # Fast installation is not necessary
11737 enable_fast_install=needless
11738 fi
11739
11740
11741
11742
11743
11744
11745 if test "x$enable_dlopen" != xyes; then
11746 enable_dlopen=unknown
11747 enable_dlopen_self=unknown
11748 enable_dlopen_self_static=unknown
11749 else
11750 lt_cv_dlopen=no
11751 lt_cv_dlopen_libs=
11752
11753 case $host_os in
11754 beos*)
11755 lt_cv_dlopen="load_add_on"
11756 lt_cv_dlopen_libs=
11757 lt_cv_dlopen_self=yes
11758 ;;
11759
11760 mingw* | pw32* | cegcc*)
11761 lt_cv_dlopen="LoadLibrary"
11762 lt_cv_dlopen_libs=
11763 ;;
11764
11765 cygwin*)
11766 lt_cv_dlopen="dlopen"
11767 lt_cv_dlopen_libs=
11768 ;;
11769
11770 darwin*)
11771 # if libdl is installed we need to link against it
11772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11773 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11774 if ${ac_cv_lib_dl_dlopen+:} false; then :
11775 $as_echo_n "(cached) " >&6
11776 else
11777 ac_check_lib_save_LIBS=$LIBS
11778 LIBS="-ldl $LIBS"
11779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11780 /* end confdefs.h. */
11781
11782 /* Override any GCC internal prototype to avoid an error.
11783 Use char because int might match the return type of a GCC
11784 builtin and then its argument prototype would still apply. */
11785 #ifdef __cplusplus
11786 extern "C"
11787 #endif
11788 char dlopen ();
11789 int
11790 main ()
11791 {
11792 return dlopen ();
11793 ;
11794 return 0;
11795 }
11796 _ACEOF
11797 if ac_fn_c_try_link "$LINENO"; then :
11798 ac_cv_lib_dl_dlopen=yes
11799 else
11800 ac_cv_lib_dl_dlopen=no
11801 fi
11802 rm -f core conftest.err conftest.$ac_objext \
11803 conftest$ac_exeext conftest.$ac_ext
11804 LIBS=$ac_check_lib_save_LIBS
11805 fi
11806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11807 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11808 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11809 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11810 else
11811
11812 lt_cv_dlopen="dyld"
11813 lt_cv_dlopen_libs=
11814 lt_cv_dlopen_self=yes
11815
11816 fi
11817
11818 ;;
11819
11820 *)
11821 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11822 if test "x$ac_cv_func_shl_load" = xyes; then :
11823 lt_cv_dlopen="shl_load"
11824 else
11825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11826 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11827 if ${ac_cv_lib_dld_shl_load+:} false; then :
11828 $as_echo_n "(cached) " >&6
11829 else
11830 ac_check_lib_save_LIBS=$LIBS
11831 LIBS="-ldld $LIBS"
11832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11833 /* end confdefs.h. */
11834
11835 /* Override any GCC internal prototype to avoid an error.
11836 Use char because int might match the return type of a GCC
11837 builtin and then its argument prototype would still apply. */
11838 #ifdef __cplusplus
11839 extern "C"
11840 #endif
11841 char shl_load ();
11842 int
11843 main ()
11844 {
11845 return shl_load ();
11846 ;
11847 return 0;
11848 }
11849 _ACEOF
11850 if ac_fn_c_try_link "$LINENO"; then :
11851 ac_cv_lib_dld_shl_load=yes
11852 else
11853 ac_cv_lib_dld_shl_load=no
11854 fi
11855 rm -f core conftest.err conftest.$ac_objext \
11856 conftest$ac_exeext conftest.$ac_ext
11857 LIBS=$ac_check_lib_save_LIBS
11858 fi
11859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11860 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11861 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11862 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11863 else
11864 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11865 if test "x$ac_cv_func_dlopen" = xyes; then :
11866 lt_cv_dlopen="dlopen"
11867 else
11868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11869 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11870 if ${ac_cv_lib_dl_dlopen+:} false; then :
11871 $as_echo_n "(cached) " >&6
11872 else
11873 ac_check_lib_save_LIBS=$LIBS
11874 LIBS="-ldl $LIBS"
11875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11876 /* end confdefs.h. */
11877
11878 /* Override any GCC internal prototype to avoid an error.
11879 Use char because int might match the return type of a GCC
11880 builtin and then its argument prototype would still apply. */
11881 #ifdef __cplusplus
11882 extern "C"
11883 #endif
11884 char dlopen ();
11885 int
11886 main ()
11887 {
11888 return dlopen ();
11889 ;
11890 return 0;
11891 }
11892 _ACEOF
11893 if ac_fn_c_try_link "$LINENO"; then :
11894 ac_cv_lib_dl_dlopen=yes
11895 else
11896 ac_cv_lib_dl_dlopen=no
11897 fi
11898 rm -f core conftest.err conftest.$ac_objext \
11899 conftest$ac_exeext conftest.$ac_ext
11900 LIBS=$ac_check_lib_save_LIBS
11901 fi
11902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11903 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11904 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11905 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11906 else
11907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11908 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11909 if ${ac_cv_lib_svld_dlopen+:} false; then :
11910 $as_echo_n "(cached) " >&6
11911 else
11912 ac_check_lib_save_LIBS=$LIBS
11913 LIBS="-lsvld $LIBS"
11914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11915 /* end confdefs.h. */
11916
11917 /* Override any GCC internal prototype to avoid an error.
11918 Use char because int might match the return type of a GCC
11919 builtin and then its argument prototype would still apply. */
11920 #ifdef __cplusplus
11921 extern "C"
11922 #endif
11923 char dlopen ();
11924 int
11925 main ()
11926 {
11927 return dlopen ();
11928 ;
11929 return 0;
11930 }
11931 _ACEOF
11932 if ac_fn_c_try_link "$LINENO"; then :
11933 ac_cv_lib_svld_dlopen=yes
11934 else
11935 ac_cv_lib_svld_dlopen=no
11936 fi
11937 rm -f core conftest.err conftest.$ac_objext \
11938 conftest$ac_exeext conftest.$ac_ext
11939 LIBS=$ac_check_lib_save_LIBS
11940 fi
11941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11942 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11943 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11944 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11945 else
11946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11947 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11948 if ${ac_cv_lib_dld_dld_link+:} false; then :
11949 $as_echo_n "(cached) " >&6
11950 else
11951 ac_check_lib_save_LIBS=$LIBS
11952 LIBS="-ldld $LIBS"
11953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11954 /* end confdefs.h. */
11955
11956 /* Override any GCC internal prototype to avoid an error.
11957 Use char because int might match the return type of a GCC
11958 builtin and then its argument prototype would still apply. */
11959 #ifdef __cplusplus
11960 extern "C"
11961 #endif
11962 char dld_link ();
11963 int
11964 main ()
11965 {
11966 return dld_link ();
11967 ;
11968 return 0;
11969 }
11970 _ACEOF
11971 if ac_fn_c_try_link "$LINENO"; then :
11972 ac_cv_lib_dld_dld_link=yes
11973 else
11974 ac_cv_lib_dld_dld_link=no
11975 fi
11976 rm -f core conftest.err conftest.$ac_objext \
11977 conftest$ac_exeext conftest.$ac_ext
11978 LIBS=$ac_check_lib_save_LIBS
11979 fi
11980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11981 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11982 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11983 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11984 fi
11985
11986
11987 fi
11988
11989
11990 fi
11991
11992
11993 fi
11994
11995
11996 fi
11997
11998
11999 fi
12000
12001 ;;
12002 esac
12003
12004 if test "x$lt_cv_dlopen" != xno; then
12005 enable_dlopen=yes
12006 else
12007 enable_dlopen=no
12008 fi
12009
12010 case $lt_cv_dlopen in
12011 dlopen)
12012 save_CPPFLAGS="$CPPFLAGS"
12013 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12014
12015 save_LDFLAGS="$LDFLAGS"
12016 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12017
12018 save_LIBS="$LIBS"
12019 LIBS="$lt_cv_dlopen_libs $LIBS"
12020
12021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12022 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
12023 if ${lt_cv_dlopen_self+:} false; then :
12024 $as_echo_n "(cached) " >&6
12025 else
12026 if test "$cross_compiling" = yes; then :
12027 lt_cv_dlopen_self=cross
12028 else
12029 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12030 lt_status=$lt_dlunknown
12031 cat > conftest.$ac_ext <<_LT_EOF
12032 #line $LINENO "configure"
12033 #include "confdefs.h"
12034
12035 #if HAVE_DLFCN_H
12036 #include <dlfcn.h>
12037 #endif
12038
12039 #include <stdio.h>
12040
12041 #ifdef RTLD_GLOBAL
12042 # define LT_DLGLOBAL RTLD_GLOBAL
12043 #else
12044 # ifdef DL_GLOBAL
12045 # define LT_DLGLOBAL DL_GLOBAL
12046 # else
12047 # define LT_DLGLOBAL 0
12048 # endif
12049 #endif
12050
12051 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12052 find out it does not work in some platform. */
12053 #ifndef LT_DLLAZY_OR_NOW
12054 # ifdef RTLD_LAZY
12055 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12056 # else
12057 # ifdef DL_LAZY
12058 # define LT_DLLAZY_OR_NOW DL_LAZY
12059 # else
12060 # ifdef RTLD_NOW
12061 # define LT_DLLAZY_OR_NOW RTLD_NOW
12062 # else
12063 # ifdef DL_NOW
12064 # define LT_DLLAZY_OR_NOW DL_NOW
12065 # else
12066 # define LT_DLLAZY_OR_NOW 0
12067 # endif
12068 # endif
12069 # endif
12070 # endif
12071 #endif
12072
12073 /* When -fvisbility=hidden is used, assume the code has been annotated
12074 correspondingly for the symbols needed. */
12075 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12076 int fnord () __attribute__((visibility("default")));
12077 #endif
12078
12079 int fnord () { return 42; }
12080 int main ()
12081 {
12082 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12083 int status = $lt_dlunknown;
12084
12085 if (self)
12086 {
12087 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12088 else
12089 {
12090 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12091 else puts (dlerror ());
12092 }
12093 /* dlclose (self); */
12094 }
12095 else
12096 puts (dlerror ());
12097
12098 return status;
12099 }
12100 _LT_EOF
12101 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12102 (eval $ac_link) 2>&5
12103 ac_status=$?
12104 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12105 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12106 (./conftest; exit; ) >&5 2>/dev/null
12107 lt_status=$?
12108 case x$lt_status in
12109 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12110 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12111 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12112 esac
12113 else :
12114 # compilation failed
12115 lt_cv_dlopen_self=no
12116 fi
12117 fi
12118 rm -fr conftest*
12119
12120
12121 fi
12122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12123 $as_echo "$lt_cv_dlopen_self" >&6; }
12124
12125 if test "x$lt_cv_dlopen_self" = xyes; then
12126 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12128 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12129 if ${lt_cv_dlopen_self_static+:} false; then :
12130 $as_echo_n "(cached) " >&6
12131 else
12132 if test "$cross_compiling" = yes; then :
12133 lt_cv_dlopen_self_static=cross
12134 else
12135 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12136 lt_status=$lt_dlunknown
12137 cat > conftest.$ac_ext <<_LT_EOF
12138 #line $LINENO "configure"
12139 #include "confdefs.h"
12140
12141 #if HAVE_DLFCN_H
12142 #include <dlfcn.h>
12143 #endif
12144
12145 #include <stdio.h>
12146
12147 #ifdef RTLD_GLOBAL
12148 # define LT_DLGLOBAL RTLD_GLOBAL
12149 #else
12150 # ifdef DL_GLOBAL
12151 # define LT_DLGLOBAL DL_GLOBAL
12152 # else
12153 # define LT_DLGLOBAL 0
12154 # endif
12155 #endif
12156
12157 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12158 find out it does not work in some platform. */
12159 #ifndef LT_DLLAZY_OR_NOW
12160 # ifdef RTLD_LAZY
12161 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12162 # else
12163 # ifdef DL_LAZY
12164 # define LT_DLLAZY_OR_NOW DL_LAZY
12165 # else
12166 # ifdef RTLD_NOW
12167 # define LT_DLLAZY_OR_NOW RTLD_NOW
12168 # else
12169 # ifdef DL_NOW
12170 # define LT_DLLAZY_OR_NOW DL_NOW
12171 # else
12172 # define LT_DLLAZY_OR_NOW 0
12173 # endif
12174 # endif
12175 # endif
12176 # endif
12177 #endif
12178
12179 /* When -fvisbility=hidden is used, assume the code has been annotated
12180 correspondingly for the symbols needed. */
12181 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12182 int fnord () __attribute__((visibility("default")));
12183 #endif
12184
12185 int fnord () { return 42; }
12186 int main ()
12187 {
12188 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12189 int status = $lt_dlunknown;
12190
12191 if (self)
12192 {
12193 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12194 else
12195 {
12196 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12197 else puts (dlerror ());
12198 }
12199 /* dlclose (self); */
12200 }
12201 else
12202 puts (dlerror ());
12203
12204 return status;
12205 }
12206 _LT_EOF
12207 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12208 (eval $ac_link) 2>&5
12209 ac_status=$?
12210 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12211 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12212 (./conftest; exit; ) >&5 2>/dev/null
12213 lt_status=$?
12214 case x$lt_status in
12215 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12216 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12217 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12218 esac
12219 else :
12220 # compilation failed
12221 lt_cv_dlopen_self_static=no
12222 fi
12223 fi
12224 rm -fr conftest*
12225
12226
12227 fi
12228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12229 $as_echo "$lt_cv_dlopen_self_static" >&6; }
12230 fi
12231
12232 CPPFLAGS="$save_CPPFLAGS"
12233 LDFLAGS="$save_LDFLAGS"
12234 LIBS="$save_LIBS"
12235 ;;
12236 esac
12237
12238 case $lt_cv_dlopen_self in
12239 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12240 *) enable_dlopen_self=unknown ;;
12241 esac
12242
12243 case $lt_cv_dlopen_self_static in
12244 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12245 *) enable_dlopen_self_static=unknown ;;
12246 esac
12247 fi
12248
12249
12250
12251
12252
12253
12254
12255
12256
12257
12258
12259
12260
12261
12262
12263
12264
12265 striplib=
12266 old_striplib=
12267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12268 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
12269 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12270 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12271 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12273 $as_echo "yes" >&6; }
12274 else
12275 # FIXME - insert some real tests, host_os isn't really good enough
12276 case $host_os in
12277 darwin*)
12278 if test -n "$STRIP" ; then
12279 striplib="$STRIP -x"
12280 old_striplib="$STRIP -S"
12281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12282 $as_echo "yes" >&6; }
12283 else
12284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12285 $as_echo "no" >&6; }
12286 fi
12287 ;;
12288 *)
12289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12290 $as_echo "no" >&6; }
12291 ;;
12292 esac
12293 fi
12294
12295
12296
12297
12298
12299
12300
12301
12302
12303
12304
12305
12306 # Report which library types will actually be built
12307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12308 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
12309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12310 $as_echo "$can_build_shared" >&6; }
12311
12312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12313 $as_echo_n "checking whether to build shared libraries... " >&6; }
12314 test "$can_build_shared" = "no" && enable_shared=no
12315
12316 # On AIX, shared libraries and static libraries use the same namespace, and
12317 # are all built from PIC.
12318 case $host_os in
12319 aix3*)
12320 test "$enable_shared" = yes && enable_static=no
12321 if test -n "$RANLIB"; then
12322 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12323 postinstall_cmds='$RANLIB $lib'
12324 fi
12325 ;;
12326
12327 aix[4-9]*)
12328 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12329 test "$enable_shared" = yes && enable_static=no
12330 fi
12331 ;;
12332 esac
12333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12334 $as_echo "$enable_shared" >&6; }
12335
12336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12337 $as_echo_n "checking whether to build static libraries... " >&6; }
12338 # Make sure either enable_shared or enable_static is yes.
12339 test "$enable_shared" = yes || enable_static=yes
12340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12341 $as_echo "$enable_static" >&6; }
12342
12343
12344
12345
12346 fi
12347 ac_ext=c
12348 ac_cpp='$CPP $CPPFLAGS'
12349 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12350 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12351 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12352
12353 CC="$lt_save_CC"
12354
12355
12356
12357
12358
12359
12360
12361
12362
12363
12364
12365
12366
12367
12368
12369 ac_config_commands="$ac_config_commands libtool"
12370
12371
12372
12373
12374 # Only expand once:
12375
12376
12377
12378
12379
12380
12381
12382
12383
12384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking which extension is used for runtime loadable modules" >&5
12385 $as_echo_n "checking which extension is used for runtime loadable modules... " >&6; }
12386 if ${libltdl_cv_shlibext+:} false; then :
12387 $as_echo_n "(cached) " >&6
12388 else
12389
12390 module=yes
12391 eval libltdl_cv_shlibext=$shrext_cmds
12392 module=no
12393 eval libltdl_cv_shrext=$shrext_cmds
12394
12395 fi
12396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libltdl_cv_shlibext" >&5
12397 $as_echo "$libltdl_cv_shlibext" >&6; }
12398 if test -n "$libltdl_cv_shlibext"; then
12399
12400 cat >>confdefs.h <<_ACEOF
12401 #define LT_MODULE_EXT "$libltdl_cv_shlibext"
12402 _ACEOF
12403
12404 fi
12405 if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then
12406
12407 cat >>confdefs.h <<_ACEOF
12408 #define LT_SHARED_EXT "$libltdl_cv_shrext"
12409 _ACEOF
12410
12411 fi
12412
12413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variable specifies run-time module search path" >&5
12414 $as_echo_n "checking which variable specifies run-time module search path... " >&6; }
12415 if ${lt_cv_module_path_var+:} false; then :
12416 $as_echo_n "(cached) " >&6
12417 else
12418 lt_cv_module_path_var="$shlibpath_var"
12419 fi
12420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_module_path_var" >&5
12421 $as_echo "$lt_cv_module_path_var" >&6; }
12422 if test -n "$lt_cv_module_path_var"; then
12423
12424 cat >>confdefs.h <<_ACEOF
12425 #define LT_MODULE_PATH_VAR "$lt_cv_module_path_var"
12426 _ACEOF
12427
12428 fi
12429
12430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the default library search path" >&5
12431 $as_echo_n "checking for the default library search path... " >&6; }
12432 if ${lt_cv_sys_dlsearch_path+:} false; then :
12433 $as_echo_n "(cached) " >&6
12434 else
12435 lt_cv_sys_dlsearch_path="$sys_lib_dlsearch_path_spec"
12436 fi
12437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_dlsearch_path" >&5
12438 $as_echo "$lt_cv_sys_dlsearch_path" >&6; }
12439 if test -n "$lt_cv_sys_dlsearch_path"; then
12440 sys_dlsearch_path=
12441 for dir in $lt_cv_sys_dlsearch_path; do
12442 if test -z "$sys_dlsearch_path"; then
12443 sys_dlsearch_path="$dir"
12444 else
12445 sys_dlsearch_path="$sys_dlsearch_path$PATH_SEPARATOR$dir"
12446 fi
12447 done
12448
12449 cat >>confdefs.h <<_ACEOF
12450 #define LT_DLSEARCH_PATH "$sys_dlsearch_path"
12451 _ACEOF
12452
12453 fi
12454
12455
12456 LT_DLLOADERS=
12457
12458
12459 ac_ext=c
12460 ac_cpp='$CPP $CPPFLAGS'
12461 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12462 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12463 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12464
12465
12466 LIBADD_DLOPEN=
12467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
12468 $as_echo_n "checking for library containing dlopen... " >&6; }
12469 if ${ac_cv_search_dlopen+:} false; then :
12470 $as_echo_n "(cached) " >&6
12471 else
12472 ac_func_search_save_LIBS=$LIBS
12473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12474 /* end confdefs.h. */
12475
12476 /* Override any GCC internal prototype to avoid an error.
12477 Use char because int might match the return type of a GCC
12478 builtin and then its argument prototype would still apply. */
12479 #ifdef __cplusplus
12480 extern "C"
12481 #endif
12482 char dlopen ();
12483 int
12484 main ()
12485 {
12486 return dlopen ();
12487 ;
12488 return 0;
12489 }
12490 _ACEOF
12491 for ac_lib in '' dl; do
12492 if test -z "$ac_lib"; then
12493 ac_res="none required"
12494 else
12495 ac_res=-l$ac_lib
12496 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12497 fi
12498 if ac_fn_c_try_link "$LINENO"; then :
12499 ac_cv_search_dlopen=$ac_res
12500 fi
12501 rm -f core conftest.err conftest.$ac_objext \
12502 conftest$ac_exeext
12503 if ${ac_cv_search_dlopen+:} false; then :
12504 break
12505 fi
12506 done
12507 if ${ac_cv_search_dlopen+:} false; then :
12508
12509 else
12510 ac_cv_search_dlopen=no
12511 fi
12512 rm conftest.$ac_ext
12513 LIBS=$ac_func_search_save_LIBS
12514 fi
12515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
12516 $as_echo "$ac_cv_search_dlopen" >&6; }
12517 ac_res=$ac_cv_search_dlopen
12518 if test "$ac_res" != no; then :
12519 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12520
12521 $as_echo "#define HAVE_LIBDL 1" >>confdefs.h
12522
12523 if test "$ac_cv_search_dlopen" != "none required" ; then
12524 LIBADD_DLOPEN="-ldl"
12525 fi
12526 libltdl_cv_lib_dl_dlopen="yes"
12527 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"
12528 else
12529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12530 /* end confdefs.h. */
12531 #if HAVE_DLFCN_H
12532 # include <dlfcn.h>
12533 #endif
12534
12535 int
12536 main ()
12537 {
12538 dlopen(0, 0);
12539 ;
12540 return 0;
12541 }
12542 _ACEOF
12543 if ac_fn_c_try_link "$LINENO"; then :
12544
12545 $as_echo "#define HAVE_LIBDL 1" >>confdefs.h
12546
12547 libltdl_cv_func_dlopen="yes"
12548 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"
12549 else
12550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12551 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
12552 if ${ac_cv_lib_svld_dlopen+:} false; then :
12553 $as_echo_n "(cached) " >&6
12554 else
12555 ac_check_lib_save_LIBS=$LIBS
12556 LIBS="-lsvld $LIBS"
12557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12558 /* end confdefs.h. */
12559
12560 /* Override any GCC internal prototype to avoid an error.
12561 Use char because int might match the return type of a GCC
12562 builtin and then its argument prototype would still apply. */
12563 #ifdef __cplusplus
12564 extern "C"
12565 #endif
12566 char dlopen ();
12567 int
12568 main ()
12569 {
12570 return dlopen ();
12571 ;
12572 return 0;
12573 }
12574 _ACEOF
12575 if ac_fn_c_try_link "$LINENO"; then :
12576 ac_cv_lib_svld_dlopen=yes
12577 else
12578 ac_cv_lib_svld_dlopen=no
12579 fi
12580 rm -f core conftest.err conftest.$ac_objext \
12581 conftest$ac_exeext conftest.$ac_ext
12582 LIBS=$ac_check_lib_save_LIBS
12583 fi
12584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12585 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12586 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
12587
12588 $as_echo "#define HAVE_LIBDL 1" >>confdefs.h
12589
12590 LIBADD_DLOPEN="-lsvld" libltdl_cv_func_dlopen="yes"
12591 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"
12592 fi
12593
12594 fi
12595 rm -f core conftest.err conftest.$ac_objext \
12596 conftest$ac_exeext conftest.$ac_ext
12597 fi
12598
12599 if test x"$libltdl_cv_func_dlopen" = xyes || test x"$libltdl_cv_lib_dl_dlopen" = xyes
12600 then
12601 lt_save_LIBS="$LIBS"
12602 LIBS="$LIBS $LIBADD_DLOPEN"
12603 for ac_func in dlerror
12604 do :
12605 ac_fn_c_check_func "$LINENO" "dlerror" "ac_cv_func_dlerror"
12606 if test "x$ac_cv_func_dlerror" = xyes; then :
12607 cat >>confdefs.h <<_ACEOF
12608 #define HAVE_DLERROR 1
12609 _ACEOF
12610
12611 fi
12612 done
12613
12614 LIBS="$lt_save_LIBS"
12615 fi
12616
12617
12618 LIBADD_SHL_LOAD=
12619 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12620 if test "x$ac_cv_func_shl_load" = xyes; then :
12621
12622 $as_echo "#define HAVE_SHL_LOAD 1" >>confdefs.h
12623
12624 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"
12625 else
12626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12627 $as_echo_n "checking for shl_load in -ldld... " >&6; }
12628 if ${ac_cv_lib_dld_shl_load+:} false; then :
12629 $as_echo_n "(cached) " >&6
12630 else
12631 ac_check_lib_save_LIBS=$LIBS
12632 LIBS="-ldld $LIBS"
12633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12634 /* end confdefs.h. */
12635
12636 /* Override any GCC internal prototype to avoid an error.
12637 Use char because int might match the return type of a GCC
12638 builtin and then its argument prototype would still apply. */
12639 #ifdef __cplusplus
12640 extern "C"
12641 #endif
12642 char shl_load ();
12643 int
12644 main ()
12645 {
12646 return shl_load ();
12647 ;
12648 return 0;
12649 }
12650 _ACEOF
12651 if ac_fn_c_try_link "$LINENO"; then :
12652 ac_cv_lib_dld_shl_load=yes
12653 else
12654 ac_cv_lib_dld_shl_load=no
12655 fi
12656 rm -f core conftest.err conftest.$ac_objext \
12657 conftest$ac_exeext conftest.$ac_ext
12658 LIBS=$ac_check_lib_save_LIBS
12659 fi
12660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12661 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12662 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
12663
12664 $as_echo "#define HAVE_SHL_LOAD 1" >>confdefs.h
12665
12666 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"
12667 LIBADD_SHL_LOAD="-ldld"
12668 fi
12669
12670 fi
12671
12672
12673
12674 case $host_os in
12675 darwin[1567].*)
12676 # We only want this for pre-Mac OS X 10.4.
12677 ac_fn_c_check_func "$LINENO" "_dyld_func_lookup" "ac_cv_func__dyld_func_lookup"
12678 if test "x$ac_cv_func__dyld_func_lookup" = xyes; then :
12679
12680 $as_echo "#define HAVE_DYLD 1" >>confdefs.h
12681
12682 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dyld.la"
12683 fi
12684
12685 ;;
12686 beos*)
12687 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la"
12688 ;;
12689 cygwin* | mingw* | os2* | pw32*)
12690 ac_fn_c_check_decl "$LINENO" "cygwin_conv_path" "ac_cv_have_decl_cygwin_conv_path" "#include <sys/cygwin.h>
12691 "
12692 if test "x$ac_cv_have_decl_cygwin_conv_path" = xyes; then :
12693 ac_have_decl=1
12694 else
12695 ac_have_decl=0
12696 fi
12697
12698 cat >>confdefs.h <<_ACEOF
12699 #define HAVE_DECL_CYGWIN_CONV_PATH $ac_have_decl
12700 _ACEOF
12701
12702 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la"
12703 ;;
12704 esac
12705
12706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12707 $as_echo_n "checking for dld_link in -ldld... " >&6; }
12708 if ${ac_cv_lib_dld_dld_link+:} false; then :
12709 $as_echo_n "(cached) " >&6
12710 else
12711 ac_check_lib_save_LIBS=$LIBS
12712 LIBS="-ldld $LIBS"
12713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12714 /* end confdefs.h. */
12715
12716 /* Override any GCC internal prototype to avoid an error.
12717 Use char because int might match the return type of a GCC
12718 builtin and then its argument prototype would still apply. */
12719 #ifdef __cplusplus
12720 extern "C"
12721 #endif
12722 char dld_link ();
12723 int
12724 main ()
12725 {
12726 return dld_link ();
12727 ;
12728 return 0;
12729 }
12730 _ACEOF
12731 if ac_fn_c_try_link "$LINENO"; then :
12732 ac_cv_lib_dld_dld_link=yes
12733 else
12734 ac_cv_lib_dld_dld_link=no
12735 fi
12736 rm -f core conftest.err conftest.$ac_objext \
12737 conftest$ac_exeext conftest.$ac_ext
12738 LIBS=$ac_check_lib_save_LIBS
12739 fi
12740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12741 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12742 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
12743
12744 $as_echo "#define HAVE_DLD 1" >>confdefs.h
12745
12746 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dld_link.la"
12747 fi
12748
12749
12750
12751
12752 LT_DLPREOPEN=
12753 if test -n "$LT_DLLOADERS"
12754 then
12755 for lt_loader in $LT_DLLOADERS; do
12756 LT_DLPREOPEN="$LT_DLPREOPEN-dlpreopen $lt_loader "
12757 done
12758
12759 $as_echo "#define HAVE_LIBDLLOADER 1" >>confdefs.h
12760
12761 fi
12762
12763
12764 LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD"
12765
12766
12767 ac_ext=c
12768 ac_cpp='$CPP $CPPFLAGS'
12769 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12770 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12771 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12772
12773
12774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ prefix in compiled symbols" >&5
12775 $as_echo_n "checking for _ prefix in compiled symbols... " >&6; }
12776 if ${lt_cv_sys_symbol_underscore+:} false; then :
12777 $as_echo_n "(cached) " >&6
12778 else
12779 lt_cv_sys_symbol_underscore=no
12780 cat > conftest.$ac_ext <<_LT_EOF
12781 void nm_test_func(){}
12782 int main(){nm_test_func;return 0;}
12783 _LT_EOF
12784 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12785 (eval $ac_compile) 2>&5
12786 ac_status=$?
12787 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12788 test $ac_status = 0; }; then
12789 # Now try to grab the symbols.
12790 ac_nlist=conftest.nm
12791 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist\""; } >&5
12792 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5
12793 ac_status=$?
12794 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12795 test $ac_status = 0; } && test -s "$ac_nlist"; then
12796 # See whether the symbols have a leading underscore.
12797 if grep '^. _nm_test_func' "$ac_nlist" >/dev/null; then
12798 lt_cv_sys_symbol_underscore=yes
12799 else
12800 if grep '^. nm_test_func ' "$ac_nlist" >/dev/null; then
12801 :
12802 else
12803 echo "configure: cannot find nm_test_func in $ac_nlist" >&5
12804 fi
12805 fi
12806 else
12807 echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&5
12808 fi
12809 else
12810 echo "configure: failed program was:" >&5
12811 cat conftest.c >&5
12812 fi
12813 rm -rf conftest*
12814
12815 fi
12816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_symbol_underscore" >&5
12817 $as_echo "$lt_cv_sys_symbol_underscore" >&6; }
12818 sys_symbol_underscore=$lt_cv_sys_symbol_underscore
12819
12820
12821 if test x"$lt_cv_sys_symbol_underscore" = xyes; then
12822 if test x"$libltdl_cv_func_dlopen" = xyes ||
12823 test x"$libltdl_cv_lib_dl_dlopen" = xyes ; then
12824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we have to add an underscore for dlsym" >&5
12825 $as_echo_n "checking whether we have to add an underscore for dlsym... " >&6; }
12826 if ${libltdl_cv_need_uscore+:} false; then :
12827 $as_echo_n "(cached) " >&6
12828 else
12829 libltdl_cv_need_uscore=unknown
12830 save_LIBS="$LIBS"
12831 LIBS="$LIBS $LIBADD_DLOPEN"
12832 if test "$cross_compiling" = yes; then :
12833 libltdl_cv_need_uscore=cross
12834 else
12835 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12836 lt_status=$lt_dlunknown
12837 cat > conftest.$ac_ext <<_LT_EOF
12838 #line $LINENO "configure"
12839 #include "confdefs.h"
12840
12841 #if HAVE_DLFCN_H
12842 #include <dlfcn.h>
12843 #endif
12844
12845 #include <stdio.h>
12846
12847 #ifdef RTLD_GLOBAL
12848 # define LT_DLGLOBAL RTLD_GLOBAL
12849 #else
12850 # ifdef DL_GLOBAL
12851 # define LT_DLGLOBAL DL_GLOBAL
12852 # else
12853 # define LT_DLGLOBAL 0
12854 # endif
12855 #endif
12856
12857 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12858 find out it does not work in some platform. */
12859 #ifndef LT_DLLAZY_OR_NOW
12860 # ifdef RTLD_LAZY
12861 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12862 # else
12863 # ifdef DL_LAZY
12864 # define LT_DLLAZY_OR_NOW DL_LAZY
12865 # else
12866 # ifdef RTLD_NOW
12867 # define LT_DLLAZY_OR_NOW RTLD_NOW
12868 # else
12869 # ifdef DL_NOW
12870 # define LT_DLLAZY_OR_NOW DL_NOW
12871 # else
12872 # define LT_DLLAZY_OR_NOW 0
12873 # endif
12874 # endif
12875 # endif
12876 # endif
12877 #endif
12878
12879 /* When -fvisbility=hidden is used, assume the code has been annotated
12880 correspondingly for the symbols needed. */
12881 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12882 int fnord () __attribute__((visibility("default")));
12883 #endif
12884
12885 int fnord () { return 42; }
12886 int main ()
12887 {
12888 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12889 int status = $lt_dlunknown;
12890
12891 if (self)
12892 {
12893 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12894 else
12895 {
12896 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12897 else puts (dlerror ());
12898 }
12899 /* dlclose (self); */
12900 }
12901 else
12902 puts (dlerror ());
12903
12904 return status;
12905 }
12906 _LT_EOF
12907 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12908 (eval $ac_link) 2>&5
12909 ac_status=$?
12910 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12911 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12912 (./conftest; exit; ) >&5 2>/dev/null
12913 lt_status=$?
12914 case x$lt_status in
12915 x$lt_dlno_uscore) libltdl_cv_need_uscore=no ;;
12916 x$lt_dlneed_uscore) libltdl_cv_need_uscore=yes ;;
12917 x$lt_dlunknown|x*) ;;
12918 esac
12919 else :
12920 # compilation failed
12921
12922 fi
12923 fi
12924 rm -fr conftest*
12925
12926 LIBS="$save_LIBS"
12927
12928 fi
12929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libltdl_cv_need_uscore" >&5
12930 $as_echo "$libltdl_cv_need_uscore" >&6; }
12931 fi
12932 fi
12933
12934 if test x"$libltdl_cv_need_uscore" = xyes; then
12935
12936 $as_echo "#define NEED_USCORE 1" >>confdefs.h
12937
12938 fi
12939
12940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether deplibs are loaded by dlopen" >&5
12941 $as_echo_n "checking whether deplibs are loaded by dlopen... " >&6; }
12942 if ${lt_cv_sys_dlopen_deplibs+:} false; then :
12943 $as_echo_n "(cached) " >&6
12944 else
12945 # PORTME does your system automatically load deplibs for dlopen?
12946 # or its logical equivalent (e.g. shl_load for HP-UX < 11)
12947 # For now, we just catch OSes we know something about -- in the
12948 # future, we'll try test this programmatically.
12949 lt_cv_sys_dlopen_deplibs=unknown
12950 case $host_os in
12951 aix3*|aix4.1.*|aix4.2.*)
12952 # Unknown whether this is true for these versions of AIX, but
12953 # we want this `case' here to explicitly catch those versions.
12954 lt_cv_sys_dlopen_deplibs=unknown
12955 ;;
12956 aix[4-9]*)
12957 lt_cv_sys_dlopen_deplibs=yes
12958 ;;
12959 amigaos*)
12960 case $host_cpu in
12961 powerpc)
12962 lt_cv_sys_dlopen_deplibs=no
12963 ;;
12964 esac
12965 ;;
12966 darwin*)
12967 # Assuming the user has installed a libdl from somewhere, this is true
12968 # If you are looking for one http://www.opendarwin.org/projects/dlcompat
12969 lt_cv_sys_dlopen_deplibs=yes
12970 ;;
12971 freebsd* | dragonfly*)
12972 lt_cv_sys_dlopen_deplibs=yes
12973 ;;
12974 gnu* | linux* | k*bsd*-gnu | kopensolaris*-gnu)
12975 # GNU and its variants, using gnu ld.so (Glibc)
12976 lt_cv_sys_dlopen_deplibs=yes
12977 ;;
12978 hpux10*|hpux11*)
12979 lt_cv_sys_dlopen_deplibs=yes
12980 ;;
12981 interix*)
12982 lt_cv_sys_dlopen_deplibs=yes
12983 ;;
12984 irix[12345]*|irix6.[01]*)
12985 # Catch all versions of IRIX before 6.2, and indicate that we don't
12986 # know how it worked for any of those versions.
12987 lt_cv_sys_dlopen_deplibs=unknown
12988 ;;
12989 irix*)
12990 # The case above catches anything before 6.2, and it's known that
12991 # at 6.2 and later dlopen does load deplibs.
12992 lt_cv_sys_dlopen_deplibs=yes
12993 ;;
12994 netbsd* | netbsdelf*-gnu)
12995 lt_cv_sys_dlopen_deplibs=yes
12996 ;;
12997 openbsd*)
12998 lt_cv_sys_dlopen_deplibs=yes
12999 ;;
13000 osf[1234]*)
13001 # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
13002 # it did *not* use an RPATH in a shared library to find objects the
13003 # library depends on, so we explicitly say `no'.
13004 lt_cv_sys_dlopen_deplibs=no
13005 ;;
13006 osf5.0|osf5.0a|osf5.1)
13007 # dlopen *does* load deplibs and with the right loader patch applied
13008 # it even uses RPATH in a shared library to search for shared objects
13009 # that the library depends on, but there's no easy way to know if that
13010 # patch is installed. Since this is the case, all we can really
13011 # say is unknown -- it depends on the patch being installed. If
13012 # it is, this changes to `yes'. Without it, it would be `no'.
13013 lt_cv_sys_dlopen_deplibs=unknown
13014 ;;
13015 osf*)
13016 # the two cases above should catch all versions of osf <= 5.1. Read
13017 # the comments above for what we know about them.
13018 # At > 5.1, deplibs are loaded *and* any RPATH in a shared library
13019 # is used to find them so we can finally say `yes'.
13020 lt_cv_sys_dlopen_deplibs=yes
13021 ;;
13022 qnx*)
13023 lt_cv_sys_dlopen_deplibs=yes
13024 ;;
13025 solaris*)
13026 lt_cv_sys_dlopen_deplibs=yes
13027 ;;
13028 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
13029 libltdl_cv_sys_dlopen_deplibs=yes
13030 ;;
13031 esac
13032
13033 fi
13034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_dlopen_deplibs" >&5
13035 $as_echo "$lt_cv_sys_dlopen_deplibs" >&6; }
13036 if test "$lt_cv_sys_dlopen_deplibs" != yes; then
13037
13038 $as_echo "#define LTDL_DLOPEN_DEPLIBS 1" >>confdefs.h
13039
13040 fi
13041
13042 :
13043
13044 for ac_header in argz.h
13045 do :
13046 ac_fn_c_check_header_compile "$LINENO" "argz.h" "ac_cv_header_argz_h" "$ac_includes_default
13047 "
13048 if test "x$ac_cv_header_argz_h" = xyes; then :
13049 cat >>confdefs.h <<_ACEOF
13050 #define HAVE_ARGZ_H 1
13051 _ACEOF
13052
13053 fi
13054
13055 done
13056
13057
13058 ac_fn_c_check_type "$LINENO" "error_t" "ac_cv_type_error_t" "#if defined(HAVE_ARGZ_H)
13059 # include <argz.h>
13060 #endif
13061 "
13062 if test "x$ac_cv_type_error_t" = xyes; then :
13063
13064 cat >>confdefs.h <<_ACEOF
13065 #define HAVE_ERROR_T 1
13066 _ACEOF
13067
13068
13069 else
13070
13071 $as_echo "#define error_t int" >>confdefs.h
13072
13073
13074 $as_echo "#define __error_t_defined 1" >>confdefs.h
13075
13076 fi
13077
13078
13079 ARGZ_H=
13080 for ac_func in argz_add argz_append argz_count argz_create_sep argz_insert \
13081 argz_next argz_stringify
13082 do :
13083 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13084 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13085 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13086 cat >>confdefs.h <<_ACEOF
13087 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13088 _ACEOF
13089
13090 else
13091 ARGZ_H=argz.h;
13092
13093 _LT_LIBOBJS="$_LT_LIBOBJS argz.$ac_objext"
13094
13095 fi
13096 done
13097
13098
13099 if test -z "$ARGZ_H"; then :
13100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if argz actually works" >&5
13101 $as_echo_n "checking if argz actually works... " >&6; }
13102 if ${lt_cv_sys_argz_works+:} false; then :
13103 $as_echo_n "(cached) " >&6
13104 else
13105 case $host_os in #(
13106 *cygwin*)
13107 lt_cv_sys_argz_works=no
13108 if test "$cross_compiling" != no; then
13109 lt_cv_sys_argz_works="guessing no"
13110 else
13111 lt_sed_extract_leading_digits='s/^\([0-9\.]*\).*/\1/'
13112 save_IFS=$IFS
13113 IFS=-.
13114 set x `uname -r | sed -e "$lt_sed_extract_leading_digits"`
13115 IFS=$save_IFS
13116 lt_os_major=${2-0}
13117 lt_os_minor=${3-0}
13118 lt_os_micro=${4-0}
13119 if test "$lt_os_major" -gt 1 \
13120 || { test "$lt_os_major" -eq 1 \
13121 && { test "$lt_os_minor" -gt 5 \
13122 || { test "$lt_os_minor" -eq 5 \
13123 && test "$lt_os_micro" -gt 24; }; }; }; then
13124 lt_cv_sys_argz_works=yes
13125 fi
13126 fi
13127 ;; #(
13128 *) lt_cv_sys_argz_works=yes ;;
13129 esac
13130 fi
13131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_argz_works" >&5
13132 $as_echo "$lt_cv_sys_argz_works" >&6; }
13133 if test "$lt_cv_sys_argz_works" = yes; then :
13134
13135 $as_echo "#define HAVE_WORKING_ARGZ 1" >>confdefs.h
13136
13137 else
13138 ARGZ_H=argz.h
13139
13140
13141 _LT_LIBOBJS="$_LT_LIBOBJS argz.$ac_objext"
13142
13143 fi
13144 fi
13145
13146
13147
13148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether libtool supports -dlopen/-dlpreopen" >&5
13149 $as_echo_n "checking whether libtool supports -dlopen/-dlpreopen... " >&6; }
13150 if ${libltdl_cv_preloaded_symbols+:} false; then :
13151 $as_echo_n "(cached) " >&6
13152 else
13153 if test -n "$lt_cv_sys_global_symbol_pipe"; then
13154 libltdl_cv_preloaded_symbols=yes
13155 else
13156 libltdl_cv_preloaded_symbols=no
13157 fi
13158
13159 fi
13160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libltdl_cv_preloaded_symbols" >&5
13161 $as_echo "$libltdl_cv_preloaded_symbols" >&6; }
13162 if test x"$libltdl_cv_preloaded_symbols" = xyes; then
13163
13164 $as_echo "#define HAVE_PRELOADED_SYMBOLS 1" >>confdefs.h
13165
13166 fi
13167
13168 # Set options
13169
13170
13171
13172
13173
13174
13175
13176
13177
13178
13179
13180
13181 # Check whether --with-included_ltdl was given.
13182 if test "${with_included_ltdl+set}" = set; then :
13183 withval=$with_included_ltdl;
13184 fi
13185
13186
13187 if test "x$with_included_ltdl" != xyes; then
13188 # We are not being forced to use the included libltdl sources, so
13189 # decide whether there is a useful installed version we can use.
13190 ac_fn_c_check_header_compile "$LINENO" "ltdl.h" "ac_cv_header_ltdl_h" "$ac_includes_default
13191
13192 "
13193 if test "x$ac_cv_header_ltdl_h" = xyes; then :
13194 ac_fn_c_check_decl "$LINENO" "lt_dlinterface_register" "ac_cv_have_decl_lt_dlinterface_register" "$ac_includes_default
13195 #include <ltdl.h>
13196 "
13197 if test "x$ac_cv_have_decl_lt_dlinterface_register" = xyes; then :
13198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lt_dladvise_preload in -lltdl" >&5
13199 $as_echo_n "checking for lt_dladvise_preload in -lltdl... " >&6; }
13200 if ${ac_cv_lib_ltdl_lt_dladvise_preload+:} false; then :
13201 $as_echo_n "(cached) " >&6
13202 else
13203 ac_check_lib_save_LIBS=$LIBS
13204 LIBS="-lltdl $LIBS"
13205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13206 /* end confdefs.h. */
13207
13208 /* Override any GCC internal prototype to avoid an error.
13209 Use char because int might match the return type of a GCC
13210 builtin and then its argument prototype would still apply. */
13211 #ifdef __cplusplus
13212 extern "C"
13213 #endif
13214 char lt_dladvise_preload ();
13215 int
13216 main ()
13217 {
13218 return lt_dladvise_preload ();
13219 ;
13220 return 0;
13221 }
13222 _ACEOF
13223 if ac_fn_c_try_link "$LINENO"; then :
13224 ac_cv_lib_ltdl_lt_dladvise_preload=yes
13225 else
13226 ac_cv_lib_ltdl_lt_dladvise_preload=no
13227 fi
13228 rm -f core conftest.err conftest.$ac_objext \
13229 conftest$ac_exeext conftest.$ac_ext
13230 LIBS=$ac_check_lib_save_LIBS
13231 fi
13232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ltdl_lt_dladvise_preload" >&5
13233 $as_echo "$ac_cv_lib_ltdl_lt_dladvise_preload" >&6; }
13234 if test "x$ac_cv_lib_ltdl_lt_dladvise_preload" = xyes; then :
13235 with_included_ltdl=no
13236 else
13237 with_included_ltdl=yes
13238 fi
13239
13240 else
13241 with_included_ltdl=yes
13242 fi
13243
13244 else
13245 with_included_ltdl=yes
13246 fi
13247
13248
13249 fi
13250
13251
13252
13253
13254 # Check whether --with-ltdl_include was given.
13255 if test "${with_ltdl_include+set}" = set; then :
13256 withval=$with_ltdl_include;
13257 fi
13258
13259
13260 if test -n "$with_ltdl_include"; then
13261 if test -f "$with_ltdl_include/ltdl.h"; then :
13262 else
13263 as_fn_error $? "invalid ltdl include directory: \`$with_ltdl_include'" "$LINENO" 5
13264 fi
13265 else
13266 with_ltdl_include=no
13267 fi
13268
13269
13270 # Check whether --with-ltdl_lib was given.
13271 if test "${with_ltdl_lib+set}" = set; then :
13272 withval=$with_ltdl_lib;
13273 fi
13274
13275
13276 if test -n "$with_ltdl_lib"; then
13277 if test -f "$with_ltdl_lib/libltdl.la"; then :
13278 else
13279 as_fn_error $? "invalid ltdl library directory: \`$with_ltdl_lib'" "$LINENO" 5
13280 fi
13281 else
13282 with_ltdl_lib=no
13283 fi
13284
13285 case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in
13286 ,yes,no,no,)
13287 case $enable_ltdl_convenience in
13288 no) as_fn_error $? "this package needs a convenience libltdl" "$LINENO" 5 ;;
13289 "") enable_ltdl_convenience=yes
13290 ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
13291 esac
13292 LIBLTDL='${top_build_prefix}'"${lt_ltdl_dir+$lt_ltdl_dir/}libltdlc.la"
13293 LTDLDEPS=$LIBLTDL
13294 LTDLINCL='-I${top_srcdir}'"${lt_ltdl_dir+/$lt_ltdl_dir}"
13295
13296
13297
13298
13299
13300 # For backwards non-gettext consistent compatibility...
13301 INCLTDL="$LTDLINCL"
13302
13303
13304 ;;
13305 ,no,no,no,)
13306 # If the included ltdl is not to be used, then use the
13307 # preinstalled libltdl we found.
13308
13309 $as_echo "#define HAVE_LTDL 1" >>confdefs.h
13310
13311 LIBLTDL=-lltdl
13312 LTDLDEPS=
13313 LTDLINCL=
13314 ;;
13315 ,no*,no,*)
13316 as_fn_error $? "\`--with-ltdl-include' and \`--with-ltdl-lib' options must be used together" "$LINENO" 5
13317 ;;
13318 *) with_included_ltdl=no
13319 LIBLTDL="-L$with_ltdl_lib -lltdl"
13320 LTDLDEPS=
13321 LTDLINCL="-I$with_ltdl_include"
13322 ;;
13323 esac
13324 INCLTDL="$LTDLINCL"
13325
13326 # Report our decision...
13327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find libltdl headers" >&5
13328 $as_echo_n "checking where to find libltdl headers... " >&6; }
13329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LTDLINCL" >&5
13330 $as_echo "$LTDLINCL" >&6; }
13331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find libltdl library" >&5
13332 $as_echo_n "checking where to find libltdl library... " >&6; }
13333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBLTDL" >&5
13334 $as_echo "$LIBLTDL" >&6; }
13335
13336
13337
13338 # Check whether --enable-ltdl-install was given.
13339 if test "${enable_ltdl_install+set}" = set; then :
13340 enableval=$enable_ltdl_install;
13341 fi
13342
13343
13344 case ,${enable_ltdl_install},${enable_ltdl_convenience} in
13345 *yes*) ;;
13346 *) enable_ltdl_convenience=yes ;;
13347 esac
13348
13349 if test x"${enable_ltdl_install-no}" != xno; then
13350 INSTALL_LTDL_TRUE=
13351 INSTALL_LTDL_FALSE='#'
13352 else
13353 INSTALL_LTDL_TRUE='#'
13354 INSTALL_LTDL_FALSE=
13355 fi
13356
13357 if test x"${enable_ltdl_convenience-no}" != xno; then
13358 CONVENIENCE_LTDL_TRUE=
13359 CONVENIENCE_LTDL_FALSE='#'
13360 else
13361 CONVENIENCE_LTDL_TRUE='#'
13362 CONVENIENCE_LTDL_FALSE=
13363 fi
13364
13365
13366
13367 subdirs="$subdirs libltdl"
13368
13369
13370
13371
13372 # In order that ltdl.c can compile, find out the first AC_CONFIG_HEADERS
13373 # the user used. This is so that ltdl.h can pick up the parent projects
13374 # config.h file, The first file in AC_CONFIG_HEADERS must contain the
13375 # definitions required by ltdl.c.
13376 # FIXME: Remove use of undocumented AC_LIST_HEADERS (2.59 compatibility).
13377
13378
13379
13380 for ac_header in unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h dirent.h
13381 do :
13382 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13383 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
13384 "
13385 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13386 cat >>confdefs.h <<_ACEOF
13387 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13388 _ACEOF
13389
13390 fi
13391
13392 done
13393
13394
13395 for ac_func in closedir opendir readdir
13396 do :
13397 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13398 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13399 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13400 cat >>confdefs.h <<_ACEOF
13401 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13402 _ACEOF
13403
13404 else
13405
13406
13407 _LT_LIBOBJS="$_LT_LIBOBJS lt__dirent.$ac_objext"
13408
13409 fi
13410 done
13411
13412 for ac_func in strlcat strlcpy
13413 do :
13414 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13415 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13416 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13417 cat >>confdefs.h <<_ACEOF
13418 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13419 _ACEOF
13420
13421 else
13422
13423
13424 _LT_LIBOBJS="$_LT_LIBOBJS lt__strl.$ac_objext"
13425
13426 fi
13427 done
13428
13429
13430
13431 cat >>confdefs.h <<_ACEOF
13432 #define LT_LIBEXT "$libext"
13433 _ACEOF
13434
13435
13436 name=
13437 eval "lt_libprefix=\"$libname_spec\""
13438
13439 cat >>confdefs.h <<_ACEOF
13440 #define LT_LIBPREFIX "$lt_libprefix"
13441 _ACEOF
13442
13443
13444 name=ltdl
13445 eval "LTDLOPEN=\"$libname_spec\""
13446
13447
13448
13449
13450
13451
13452
13453
13454 # Only expand once:
13455
13456
13457
13458 build_ltdl=$with_included_ltdl
13459 #if test x"$build_ltdl" = x"yes"; then
13460 # AC_CONFIG_SUBDIRS([libltdl])
13461 #fi
13462 if test x"$build_ltdl" = x"yes"; then
13463 BUILD_LTDL_TRUE=
13464 BUILD_LTDL_FALSE='#'
13465 else
13466 BUILD_LTDL_TRUE='#'
13467 BUILD_LTDL_FALSE=
13468 fi
13469
13470
13471 if test "$ac_cv_c_compiler_gnu" = yes; then
13472 IRC_CFLAGS="$IRC_CFLAGS -O0 -Wall"
13473 fi
13474
13475 if test "$ac_cv_prog_cc_g" = yes; then
13476 IRC_CFLAGS="$IRC_CFLAGS -g"
13477 fi
13478
13479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /dev/null" >&5
13480 $as_echo_n "checking for /dev/null... " >&6; }
13481 if test -c /dev/null ; then
13482
13483 $as_echo "#define PATH_DEVNULL \"/dev/null\"" >>confdefs.h
13484
13485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13486 $as_echo "yes" >&6; }
13487 else
13488
13489 $as_echo "#define PATH_DEVNULL \"devnull.log\"" >>confdefs.h
13490
13491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no - using devnull.log" >&5
13492 $as_echo "no - using devnull.log" >&6; }
13493 fi
13494
13495 if test ! -z "$CFLAGS"; then
13496 IRC_CFLAGS="$IRC_CFLAGS $CFLAGS"
13497 fi
13498
13499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
13500 $as_echo_n "checking for library containing strerror... " >&6; }
13501 if ${ac_cv_search_strerror+:} false; then :
13502 $as_echo_n "(cached) " >&6
13503 else
13504 ac_func_search_save_LIBS=$LIBS
13505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13506 /* end confdefs.h. */
13507
13508 /* Override any GCC internal prototype to avoid an error.
13509 Use char because int might match the return type of a GCC
13510 builtin and then its argument prototype would still apply. */
13511 #ifdef __cplusplus
13512 extern "C"
13513 #endif
13514 char strerror ();
13515 int
13516 main ()
13517 {
13518 return strerror ();
13519 ;
13520 return 0;
13521 }
13522 _ACEOF
13523 for ac_lib in '' cposix; do
13524 if test -z "$ac_lib"; then
13525 ac_res="none required"
13526 else
13527 ac_res=-l$ac_lib
13528 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13529 fi
13530 if ac_fn_c_try_link "$LINENO"; then :
13531 ac_cv_search_strerror=$ac_res
13532 fi
13533 rm -f core conftest.err conftest.$ac_objext \
13534 conftest$ac_exeext
13535 if ${ac_cv_search_strerror+:} false; then :
13536 break
13537 fi
13538 done
13539 if ${ac_cv_search_strerror+:} false; then :
13540
13541 else
13542 ac_cv_search_strerror=no
13543 fi
13544 rm conftest.$ac_ext
13545 LIBS=$ac_func_search_save_LIBS
13546 fi
13547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
13548 $as_echo "$ac_cv_search_strerror" >&6; }
13549 ac_res=$ac_cv_search_strerror
13550 if test "$ac_res" != no; then :
13551 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13552
13553 fi
13554
13555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
13556 $as_echo_n "checking for inline... " >&6; }
13557 if ${ac_cv_c_inline+:} false; then :
13558 $as_echo_n "(cached) " >&6
13559 else
13560 ac_cv_c_inline=no
13561 for ac_kw in inline __inline__ __inline; do
13562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13563 /* end confdefs.h. */
13564 #ifndef __cplusplus
13565 typedef int foo_t;
13566 static $ac_kw foo_t static_foo () {return 0; }
13567 $ac_kw foo_t foo () {return 0; }
13568 #endif
13569
13570 _ACEOF
13571 if ac_fn_c_try_compile "$LINENO"; then :
13572 ac_cv_c_inline=$ac_kw
13573 fi
13574 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13575 test "$ac_cv_c_inline" != no && break
13576 done
13577
13578 fi
13579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
13580 $as_echo "$ac_cv_c_inline" >&6; }
13581
13582 case $ac_cv_c_inline in
13583 inline | yes) ;;
13584 *)
13585 case $ac_cv_c_inline in
13586 no) ac_val=;;
13587 *) ac_val=$ac_cv_c_inline;;
13588 esac
13589 cat >>confdefs.h <<_ACEOF
13590 #ifndef __cplusplus
13591 #define inline $ac_val
13592 #endif
13593 _ACEOF
13594 ;;
13595 esac
13596
13597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
13598 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
13599 set x ${MAKE-make}
13600 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
13601 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
13602 $as_echo_n "(cached) " >&6
13603 else
13604 cat >conftest.make <<\_ACEOF
13605 SHELL = /bin/sh
13606 all:
13607 @echo '@@@%%%=$(MAKE)=@@@%%%'
13608 _ACEOF
13609 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
13610 case `${MAKE-make} -f conftest.make 2>/dev/null` in
13611 *@@@%%%=?*=@@@%%%*)
13612 eval ac_cv_prog_make_${ac_make}_set=yes;;
13613 *)
13614 eval ac_cv_prog_make_${ac_make}_set=no;;
13615 esac
13616 rm -f conftest.make
13617 fi
13618 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
13619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13620 $as_echo "yes" >&6; }
13621 SET_MAKE=
13622 else
13623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13624 $as_echo "no" >&6; }
13625 SET_MAKE="MAKE=${MAKE-make}"
13626 fi
13627
13628
13629 # Extract the first word of "rm", so it can be a program name with args.
13630 set dummy rm; ac_word=$2
13631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13632 $as_echo_n "checking for $ac_word... " >&6; }
13633 if ${ac_cv_path_RM+:} false; then :
13634 $as_echo_n "(cached) " >&6
13635 else
13636 case $RM in
13637 [\\/]* | ?:[\\/]*)
13638 ac_cv_path_RM="$RM" # Let the user override the test with a path.
13639 ;;
13640 *)
13641 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13642 for as_dir in $PATH
13643 do
13644 IFS=$as_save_IFS
13645 test -z "$as_dir" && as_dir=.
13646 for ac_exec_ext in '' $ac_executable_extensions; do
13647 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13648 ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
13649 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13650 break 2
13651 fi
13652 done
13653 done
13654 IFS=$as_save_IFS
13655
13656 ;;
13657 esac
13658 fi
13659 RM=$ac_cv_path_RM
13660 if test -n "$RM"; then
13661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RM" >&5
13662 $as_echo "$RM" >&6; }
13663 else
13664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13665 $as_echo "no" >&6; }
13666 fi
13667
13668
13669 # Extract the first word of "cp", so it can be a program name with args.
13670 set dummy cp; ac_word=$2
13671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13672 $as_echo_n "checking for $ac_word... " >&6; }
13673 if ${ac_cv_path_CP+:} false; then :
13674 $as_echo_n "(cached) " >&6
13675 else
13676 case $CP in
13677 [\\/]* | ?:[\\/]*)
13678 ac_cv_path_CP="$CP" # Let the user override the test with a path.
13679 ;;
13680 *)
13681 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13682 for as_dir in $PATH
13683 do
13684 IFS=$as_save_IFS
13685 test -z "$as_dir" && as_dir=.
13686 for ac_exec_ext in '' $ac_executable_extensions; do
13687 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13688 ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
13689 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13690 break 2
13691 fi
13692 done
13693 done
13694 IFS=$as_save_IFS
13695
13696 ;;
13697 esac
13698 fi
13699 CP=$ac_cv_path_CP
13700 if test -n "$CP"; then
13701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CP" >&5
13702 $as_echo "$CP" >&6; }
13703 else
13704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13705 $as_echo "no" >&6; }
13706 fi
13707
13708
13709 # Extract the first word of "mv", so it can be a program name with args.
13710 set dummy mv; ac_word=$2
13711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13712 $as_echo_n "checking for $ac_word... " >&6; }
13713 if ${ac_cv_path_MV+:} false; then :
13714 $as_echo_n "(cached) " >&6
13715 else
13716 case $MV in
13717 [\\/]* | ?:[\\/]*)
13718 ac_cv_path_MV="$MV" # Let the user override the test with a path.
13719 ;;
13720 *)
13721 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13722 for as_dir in $PATH
13723 do
13724 IFS=$as_save_IFS
13725 test -z "$as_dir" && as_dir=.
13726 for ac_exec_ext in '' $ac_executable_extensions; do
13727 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13728 ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
13729 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13730 break 2
13731 fi
13732 done
13733 done
13734 IFS=$as_save_IFS
13735
13736 ;;
13737 esac
13738 fi
13739 MV=$ac_cv_path_MV
13740 if test -n "$MV"; then
13741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MV" >&5
13742 $as_echo "$MV" >&6; }
13743 else
13744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13745 $as_echo "no" >&6; }
13746 fi
13747
13748
13749 # Extract the first word of "ln", so it can be a program name with args.
13750 set dummy ln; ac_word=$2
13751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13752 $as_echo_n "checking for $ac_word... " >&6; }
13753 if ${ac_cv_path_LN+:} false; then :
13754 $as_echo_n "(cached) " >&6
13755 else
13756 case $LN in
13757 [\\/]* | ?:[\\/]*)
13758 ac_cv_path_LN="$LN" # Let the user override the test with a path.
13759 ;;
13760 *)
13761 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13762 for as_dir in $PATH
13763 do
13764 IFS=$as_save_IFS
13765 test -z "$as_dir" && as_dir=.
13766 for ac_exec_ext in '' $ac_executable_extensions; do
13767 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13768 ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
13769 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13770 break 2
13771 fi
13772 done
13773 done
13774 IFS=$as_save_IFS
13775
13776 ;;
13777 esac
13778 fi
13779 LN=$ac_cv_path_LN
13780 if test -n "$LN"; then
13781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LN" >&5
13782 $as_echo "$LN" >&6; }
13783 else
13784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13785 $as_echo "no" >&6; }
13786 fi
13787
13788
13789 # Extract the first word of "sed", so it can be a program name with args.
13790 set dummy sed; ac_word=$2
13791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13792 $as_echo_n "checking for $ac_word... " >&6; }
13793 if ${ac_cv_path_SED+:} false; then :
13794 $as_echo_n "(cached) " >&6
13795 else
13796 case $SED in
13797 [\\/]* | ?:[\\/]*)
13798 ac_cv_path_SED="$SED" # Let the user override the test with a path.
13799 ;;
13800 *)
13801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13802 for as_dir in $PATH
13803 do
13804 IFS=$as_save_IFS
13805 test -z "$as_dir" && as_dir=.
13806 for ac_exec_ext in '' $ac_executable_extensions; do
13807 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13808 ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
13809 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13810 break 2
13811 fi
13812 done
13813 done
13814 IFS=$as_save_IFS
13815
13816 ;;
13817 esac
13818 fi
13819 SED=$ac_cv_path_SED
13820 if test -n "$SED"; then
13821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SED" >&5
13822 $as_echo "$SED" >&6; }
13823 else
13824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13825 $as_echo "no" >&6; }
13826 fi
13827
13828
13829 # Extract the first word of "ar", so it can be a program name with args.
13830 set dummy ar; ac_word=$2
13831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13832 $as_echo_n "checking for $ac_word... " >&6; }
13833 if ${ac_cv_path_AR+:} false; then :
13834 $as_echo_n "(cached) " >&6
13835 else
13836 case $AR in
13837 [\\/]* | ?:[\\/]*)
13838 ac_cv_path_AR="$AR" # Let the user override the test with a path.
13839 ;;
13840 *)
13841 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13842 for as_dir in $PATH
13843 do
13844 IFS=$as_save_IFS
13845 test -z "$as_dir" && as_dir=.
13846 for ac_exec_ext in '' $ac_executable_extensions; do
13847 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13848 ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext"
13849 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13850 break 2
13851 fi
13852 done
13853 done
13854 IFS=$as_save_IFS
13855
13856 ;;
13857 esac
13858 fi
13859 AR=$ac_cv_path_AR
13860 if test -n "$AR"; then
13861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
13862 $as_echo "$AR" >&6; }
13863 else
13864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13865 $as_echo "no" >&6; }
13866 fi
13867
13868
13869 # Extract the first word of "ld", so it can be a program name with args.
13870 set dummy ld; ac_word=$2
13871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13872 $as_echo_n "checking for $ac_word... " >&6; }
13873 if ${ac_cv_path_LD+:} false; then :
13874 $as_echo_n "(cached) " >&6
13875 else
13876 case $LD in
13877 [\\/]* | ?:[\\/]*)
13878 ac_cv_path_LD="$LD" # Let the user override the test with a path.
13879 ;;
13880 *)
13881 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13882 for as_dir in $PATH
13883 do
13884 IFS=$as_save_IFS
13885 test -z "$as_dir" && as_dir=.
13886 for ac_exec_ext in '' $ac_executable_extensions; do
13887 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13888 ac_cv_path_LD="$as_dir/$ac_word$ac_exec_ext"
13889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13890 break 2
13891 fi
13892 done
13893 done
13894 IFS=$as_save_IFS
13895
13896 ;;
13897 esac
13898 fi
13899 LD=$ac_cv_path_LD
13900 if test -n "$LD"; then
13901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13902 $as_echo "$LD" >&6; }
13903 else
13904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13905 $as_echo "no" >&6; }
13906 fi
13907
13908
13909 # Extract the first word of "ranlib", so it can be a program name with args.
13910 set dummy ranlib; ac_word=$2
13911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13912 $as_echo_n "checking for $ac_word... " >&6; }
13913 if ${ac_cv_path_RANLIB+:} false; then :
13914 $as_echo_n "(cached) " >&6
13915 else
13916 case $RANLIB in
13917 [\\/]* | ?:[\\/]*)
13918 ac_cv_path_RANLIB="$RANLIB" # Let the user override the test with a path.
13919 ;;
13920 *)
13921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13922 for as_dir in $PATH
13923 do
13924 IFS=$as_save_IFS
13925 test -z "$as_dir" && as_dir=.
13926 for ac_exec_ext in '' $ac_executable_extensions; do
13927 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13928 ac_cv_path_RANLIB="$as_dir/$ac_word$ac_exec_ext"
13929 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13930 break 2
13931 fi
13932 done
13933 done
13934 IFS=$as_save_IFS
13935
13936 ;;
13937 esac
13938 fi
13939 RANLIB=$ac_cv_path_RANLIB
13940 if test -n "$RANLIB"; then
13941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
13942 $as_echo "$RANLIB" >&6; }
13943 else
13944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13945 $as_echo "no" >&6; }
13946 fi
13947
13948
13949 # Extract the first word of "touch", so it can be a program name with args.
13950 set dummy touch; ac_word=$2
13951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13952 $as_echo_n "checking for $ac_word... " >&6; }
13953 if ${ac_cv_path_TOUCH+:} false; then :
13954 $as_echo_n "(cached) " >&6
13955 else
13956 case $TOUCH in
13957 [\\/]* | ?:[\\/]*)
13958 ac_cv_path_TOUCH="$TOUCH" # Let the user override the test with a path.
13959 ;;
13960 *)
13961 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13962 for as_dir in $PATH
13963 do
13964 IFS=$as_save_IFS
13965 test -z "$as_dir" && as_dir=.
13966 for ac_exec_ext in '' $ac_executable_extensions; do
13967 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13968 ac_cv_path_TOUCH="$as_dir/$ac_word$ac_exec_ext"
13969 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13970 break 2
13971 fi
13972 done
13973 done
13974 IFS=$as_save_IFS
13975
13976 ;;
13977 esac
13978 fi
13979 TOUCH=$ac_cv_path_TOUCH
13980 if test -n "$TOUCH"; then
13981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TOUCH" >&5
13982 $as_echo "$TOUCH" >&6; }
13983 else
13984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13985 $as_echo "no" >&6; }
13986 fi
13987
13988
13989
13990 for ac_prog in 'bison -y' byacc
13991 do
13992 # Extract the first word of "$ac_prog", so it can be a program name with args.
13993 set dummy $ac_prog; ac_word=$2
13994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13995 $as_echo_n "checking for $ac_word... " >&6; }
13996 if ${ac_cv_prog_YACC+:} false; then :
13997 $as_echo_n "(cached) " >&6
13998 else
13999 if test -n "$YACC"; then
14000 ac_cv_prog_YACC="$YACC" # Let the user override the test.
14001 else
14002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14003 for as_dir in $PATH
14004 do
14005 IFS=$as_save_IFS
14006 test -z "$as_dir" && as_dir=.
14007 for ac_exec_ext in '' $ac_executable_extensions; do
14008 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14009 ac_cv_prog_YACC="$ac_prog"
14010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14011 break 2
14012 fi
14013 done
14014 done
14015 IFS=$as_save_IFS
14016
14017 fi
14018 fi
14019 YACC=$ac_cv_prog_YACC
14020 if test -n "$YACC"; then
14021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
14022 $as_echo "$YACC" >&6; }
14023 else
14024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14025 $as_echo "no" >&6; }
14026 fi
14027
14028
14029 test -n "$YACC" && break
14030 done
14031 test -n "$YACC" || YACC="yacc"
14032
14033
14034 if test "$YACC" = "yacc" -a -z "`which $YACC 2>/dev/null`"; then
14035 as_fn_error $? "could not locate a suitable parser generator; install bison, yacc, or byacc" "$LINENO" 5
14036 fi
14037
14038 for ac_prog in flex lex
14039 do
14040 # Extract the first word of "$ac_prog", so it can be a program name with args.
14041 set dummy $ac_prog; ac_word=$2
14042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14043 $as_echo_n "checking for $ac_word... " >&6; }
14044 if ${ac_cv_prog_LEX+:} false; then :
14045 $as_echo_n "(cached) " >&6
14046 else
14047 if test -n "$LEX"; then
14048 ac_cv_prog_LEX="$LEX" # Let the user override the test.
14049 else
14050 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14051 for as_dir in $PATH
14052 do
14053 IFS=$as_save_IFS
14054 test -z "$as_dir" && as_dir=.
14055 for ac_exec_ext in '' $ac_executable_extensions; do
14056 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14057 ac_cv_prog_LEX="$ac_prog"
14058 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14059 break 2
14060 fi
14061 done
14062 done
14063 IFS=$as_save_IFS
14064
14065 fi
14066 fi
14067 LEX=$ac_cv_prog_LEX
14068 if test -n "$LEX"; then
14069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
14070 $as_echo "$LEX" >&6; }
14071 else
14072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14073 $as_echo "no" >&6; }
14074 fi
14075
14076
14077 test -n "$LEX" && break
14078 done
14079 test -n "$LEX" || LEX=":"
14080
14081 if test "x$LEX" != "x:"; then
14082 cat >conftest.l <<_ACEOF
14083 %%
14084 a { ECHO; }
14085 b { REJECT; }
14086 c { yymore (); }
14087 d { yyless (1); }
14088 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
14089 yyless ((input () != 0)); }
14090 f { unput (yytext[0]); }
14091 . { BEGIN INITIAL; }
14092 %%
14093 #ifdef YYTEXT_POINTER
14094 extern char *yytext;
14095 #endif
14096 int
14097 main (void)
14098 {
14099 return ! yylex () + ! yywrap ();
14100 }
14101 _ACEOF
14102 { { ac_try="$LEX conftest.l"
14103 case "(($ac_try" in
14104 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14105 *) ac_try_echo=$ac_try;;
14106 esac
14107 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
14108 $as_echo "$ac_try_echo"; } >&5
14109 (eval "$LEX conftest.l") 2>&5
14110 ac_status=$?
14111 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14112 test $ac_status = 0; }
14113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
14114 $as_echo_n "checking lex output file root... " >&6; }
14115 if ${ac_cv_prog_lex_root+:} false; then :
14116 $as_echo_n "(cached) " >&6
14117 else
14118
14119 if test -f lex.yy.c; then
14120 ac_cv_prog_lex_root=lex.yy
14121 elif test -f lexyy.c; then
14122 ac_cv_prog_lex_root=lexyy
14123 else
14124 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
14125 fi
14126 fi
14127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
14128 $as_echo "$ac_cv_prog_lex_root" >&6; }
14129 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
14130
14131 if test -z "${LEXLIB+set}"; then
14132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
14133 $as_echo_n "checking lex library... " >&6; }
14134 if ${ac_cv_lib_lex+:} false; then :
14135 $as_echo_n "(cached) " >&6
14136 else
14137
14138 ac_save_LIBS=$LIBS
14139 ac_cv_lib_lex='none needed'
14140 for ac_lib in '' -lfl -ll; do
14141 LIBS="$ac_lib $ac_save_LIBS"
14142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14143 /* end confdefs.h. */
14144 `cat $LEX_OUTPUT_ROOT.c`
14145 _ACEOF
14146 if ac_fn_c_try_link "$LINENO"; then :
14147 ac_cv_lib_lex=$ac_lib
14148 fi
14149 rm -f core conftest.err conftest.$ac_objext \
14150 conftest$ac_exeext conftest.$ac_ext
14151 test "$ac_cv_lib_lex" != 'none needed' && break
14152 done
14153 LIBS=$ac_save_LIBS
14154
14155 fi
14156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
14157 $as_echo "$ac_cv_lib_lex" >&6; }
14158 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
14159 fi
14160
14161
14162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
14163 $as_echo_n "checking whether yytext is a pointer... " >&6; }
14164 if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
14165 $as_echo_n "(cached) " >&6
14166 else
14167 # POSIX says lex can declare yytext either as a pointer or an array; the
14168 # default is implementation-dependent. Figure out which it is, since
14169 # not all implementations provide the %pointer and %array declarations.
14170 ac_cv_prog_lex_yytext_pointer=no
14171 ac_save_LIBS=$LIBS
14172 LIBS="$LEXLIB $ac_save_LIBS"
14173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14174 /* end confdefs.h. */
14175
14176 #define YYTEXT_POINTER 1
14177 `cat $LEX_OUTPUT_ROOT.c`
14178 _ACEOF
14179 if ac_fn_c_try_link "$LINENO"; then :
14180 ac_cv_prog_lex_yytext_pointer=yes
14181 fi
14182 rm -f core conftest.err conftest.$ac_objext \
14183 conftest$ac_exeext conftest.$ac_ext
14184 LIBS=$ac_save_LIBS
14185
14186 fi
14187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
14188 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
14189 if test $ac_cv_prog_lex_yytext_pointer = yes; then
14190
14191 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
14192
14193 fi
14194 rm -f conftest.l $LEX_OUTPUT_ROOT.c
14195
14196 fi
14197
14198 if test "$LEX" = ":"; then
14199 as_fn_error $? "could not locate a suitable lexical generator, install flex or lex." "$LINENO" 5
14200 fi
14201
14202 # Check whether --enable-fhs-paths was given.
14203 if test "${enable_fhs_paths+set}" = set; then :
14204 enableval=$enable_fhs_paths;
14205 else
14206 if test "$libexecdir" = '${exec_prefix}/libexec' && \
14207 test "$localstatedir" = '${prefix}/var' && \
14208 test "$libdir" = '${exec_prefix}/lib'; then :
14209 enable_fhs_paths=no
14210 else
14211 enable_fhs_paths=yes
14212 fi
14213
14214 fi
14215
14216 if test "x$enable_fhs_paths" = "xyes"; then :
14217 pkglibexecdir='${libexecdir}/${PACKAGE_TARNAME}'
14218 rundir=${rundir-'${prefix}/run'}
14219 pkgrundir='${rundir}/${PACKAGE_TARNAME}'
14220 pkglocalstatedir='${localstatedir}/${PACKAGE_TARNAME}'
14221 else
14222 libexecdir='${bindir}'
14223 pkglibexecdir='${libexecdir}'
14224 rundir='${sysconfdir}'
14225 pkgrundir='${rundir}'
14226 localstatedir='${prefix}'
14227 pkglocalstatedir='${sysconfdir}'
14228 fi
14229 pkglibdir='${libdir}/${PACKAGE_TARNAME}'
14230
14231
14232
14233
14234
14235 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
14236 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14237 last_ac_define_dir=`eval echo $pkglocalstatedir`
14238 ac_define_dir=`eval echo $last_ac_define_dir`
14239 ac_define_dir_counter=0
14240 while test "x$last_ac_define_dir" != "x$ac_define_dir"; do
14241 last_ac_define_dir="$ac_define_dir"
14242 ac_define_dir=`eval echo $last_ac_define_dir`
14243 as_fn_arith $ac_define_dir_counter + 1 && ac_define_dir_counter=$as_val
14244 if test "x$ac_define_dir_counter" = x128; then :
14245 as_fn_error $? "detected recusive directory expansion when expanding PKGLOCALSTATEDIR=$pkglocalstatedir: $ac_define_dir" "$LINENO" 5
14246 break
14247 fi
14248 done
14249 PKGLOCALSTATEDIR="$ac_define_dir"
14250
14251
14252 cat >>confdefs.h <<_ACEOF
14253 #define PKGLOCALSTATEDIR "$ac_define_dir"
14254 _ACEOF
14255
14256
14257
14258
14259 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
14260 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14261 last_ac_define_dir=`eval echo $pkglibexecdir`
14262 ac_define_dir=`eval echo $last_ac_define_dir`
14263 ac_define_dir_counter=0
14264 while test "x$last_ac_define_dir" != "x$ac_define_dir"; do
14265 last_ac_define_dir="$ac_define_dir"
14266 ac_define_dir=`eval echo $last_ac_define_dir`
14267 as_fn_arith $ac_define_dir_counter + 1 && ac_define_dir_counter=$as_val
14268 if test "x$ac_define_dir_counter" = x128; then :
14269 as_fn_error $? "detected recusive directory expansion when expanding PKGLIBEXECDIR=$pkglibexecdir: $ac_define_dir" "$LINENO" 5
14270 break
14271 fi
14272 done
14273 PKGLIBEXECDIR="$ac_define_dir"
14274
14275
14276 cat >>confdefs.h <<_ACEOF
14277 #define PKGLIBEXECDIR "$ac_define_dir"
14278 _ACEOF
14279
14280
14281
14282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
14283 $as_echo_n "checking for ANSI C header files... " >&6; }
14284 if ${ac_cv_header_stdc+:} false; then :
14285 $as_echo_n "(cached) " >&6
14286 else
14287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14288 /* end confdefs.h. */
14289 #include <stdlib.h>
14290 #include <stdarg.h>
14291 #include <string.h>
14292 #include <float.h>
14293
14294 int
14295 main ()
14296 {
14297
14298 ;
14299 return 0;
14300 }
14301 _ACEOF
14302 if ac_fn_c_try_compile "$LINENO"; then :
14303 ac_cv_header_stdc=yes
14304 else
14305 ac_cv_header_stdc=no
14306 fi
14307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14308
14309 if test $ac_cv_header_stdc = yes; then
14310 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
14311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14312 /* end confdefs.h. */
14313 #include <string.h>
14314
14315 _ACEOF
14316 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14317 $EGREP "memchr" >/dev/null 2>&1; then :
14318
14319 else
14320 ac_cv_header_stdc=no
14321 fi
14322 rm -f conftest*
14323
14324 fi
14325
14326 if test $ac_cv_header_stdc = yes; then
14327 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
14328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14329 /* end confdefs.h. */
14330 #include <stdlib.h>
14331
14332 _ACEOF
14333 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14334 $EGREP "free" >/dev/null 2>&1; then :
14335
14336 else
14337 ac_cv_header_stdc=no
14338 fi
14339 rm -f conftest*
14340
14341 fi
14342
14343 if test $ac_cv_header_stdc = yes; then
14344 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
14345 if test "$cross_compiling" = yes; then :
14346 :
14347 else
14348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14349 /* end confdefs.h. */
14350 #include <ctype.h>
14351 #include <stdlib.h>
14352 #if ((' ' & 0x0FF) == 0x020)
14353 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
14354 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
14355 #else
14356 # define ISLOWER(c) \
14357 (('a' <= (c) && (c) <= 'i') \
14358 || ('j' <= (c) && (c) <= 'r') \
14359 || ('s' <= (c) && (c) <= 'z'))
14360 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
14361 #endif
14362
14363 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
14364 int
14365 main ()
14366 {
14367 int i;
14368 for (i = 0; i < 256; i++)
14369 if (XOR (islower (i), ISLOWER (i))
14370 || toupper (i) != TOUPPER (i))
14371 return 2;
14372 return 0;
14373 }
14374 _ACEOF
14375 if ac_fn_c_try_run "$LINENO"; then :
14376
14377 else
14378 ac_cv_header_stdc=no
14379 fi
14380 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14381 conftest.$ac_objext conftest.beam conftest.$ac_ext
14382 fi
14383
14384 fi
14385 fi
14386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
14387 $as_echo "$ac_cv_header_stdc" >&6; }
14388 if test $ac_cv_header_stdc = yes; then
14389
14390 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
14391
14392 fi
14393
14394
14395 for ac_header in crypt.h sys/resource.h sys/param.h errno.h sys/syslog.h stddef.h sys/wait.h wait.h sys/epoll.h sys/uio.h machine/endian.h
14396 do :
14397 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14398 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
14399 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
14400 cat >>confdefs.h <<_ACEOF
14401 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14402 _ACEOF
14403
14404 fi
14405
14406 done
14407
14408
14409
14410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
14411 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
14412 if ${ac_cv_c_const+:} false; then :
14413 $as_echo_n "(cached) " >&6
14414 else
14415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14416 /* end confdefs.h. */
14417
14418 int
14419 main ()
14420 {
14421
14422 #ifndef __cplusplus
14423 /* Ultrix mips cc rejects this sort of thing. */
14424 typedef int charset[2];
14425 const charset cs = { 0, 0 };
14426 /* SunOS 4.1.1 cc rejects this. */
14427 char const *const *pcpcc;
14428 char **ppc;
14429 /* NEC SVR4.0.2 mips cc rejects this. */
14430 struct point {int x, y;};
14431 static struct point const zero = {0,0};
14432 /* AIX XL C 1.02.0.0 rejects this.
14433 It does not let you subtract one const X* pointer from another in
14434 an arm of an if-expression whose if-part is not a constant
14435 expression */
14436 const char *g = "string";
14437 pcpcc = &g + (g ? g-g : 0);
14438 /* HPUX 7.0 cc rejects these. */
14439 ++pcpcc;
14440 ppc = (char**) pcpcc;
14441 pcpcc = (char const *const *) ppc;
14442 { /* SCO 3.2v4 cc rejects this sort of thing. */
14443 char tx;
14444 char *t = &tx;
14445 char const *s = 0 ? (char *) 0 : (char const *) 0;
14446
14447 *t++ = 0;
14448 if (s) return 0;
14449 }
14450 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
14451 int x[] = {25, 17};
14452 const int *foo = &x[0];
14453 ++foo;
14454 }
14455 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
14456 typedef const int *iptr;
14457 iptr p = 0;
14458 ++p;
14459 }
14460 { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
14461 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
14462 struct s { int j; const int *ap[3]; } bx;
14463 struct s *b = &bx; b->j = 5;
14464 }
14465 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
14466 const int foo = 10;
14467 if (!foo) return 0;
14468 }
14469 return !cs[0] && !zero.x;
14470 #endif
14471
14472 ;
14473 return 0;
14474 }
14475 _ACEOF
14476 if ac_fn_c_try_compile "$LINENO"; then :
14477 ac_cv_c_const=yes
14478 else
14479 ac_cv_c_const=no
14480 fi
14481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14482 fi
14483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
14484 $as_echo "$ac_cv_c_const" >&6; }
14485 if test $ac_cv_c_const = no; then
14486
14487 $as_echo "#define const /**/" >>confdefs.h
14488
14489 fi
14490
14491 if test "$ac_cv_header_machine_endian_h" = "no" ; then
14492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
14493 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
14494 if ${ac_cv_c_bigendian+:} false; then :
14495 $as_echo_n "(cached) " >&6
14496 else
14497 ac_cv_c_bigendian=unknown
14498 # See if we're dealing with a universal compiler.
14499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14500 /* end confdefs.h. */
14501 #ifndef __APPLE_CC__
14502 not a universal capable compiler
14503 #endif
14504 typedef int dummy;
14505
14506 _ACEOF
14507 if ac_fn_c_try_compile "$LINENO"; then :
14508
14509 # Check for potential -arch flags. It is not universal unless
14510 # there are at least two -arch flags with different values.
14511 ac_arch=
14512 ac_prev=
14513 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
14514 if test -n "$ac_prev"; then
14515 case $ac_word in
14516 i?86 | x86_64 | ppc | ppc64)
14517 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
14518 ac_arch=$ac_word
14519 else
14520 ac_cv_c_bigendian=universal
14521 break
14522 fi
14523 ;;
14524 esac
14525 ac_prev=
14526 elif test "x$ac_word" = "x-arch"; then
14527 ac_prev=arch
14528 fi
14529 done
14530 fi
14531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14532 if test $ac_cv_c_bigendian = unknown; then
14533 # See if sys/param.h defines the BYTE_ORDER macro.
14534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14535 /* end confdefs.h. */
14536 #include <sys/types.h>
14537 #include <sys/param.h>
14538
14539 int
14540 main ()
14541 {
14542 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
14543 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
14544 && LITTLE_ENDIAN)
14545 bogus endian macros
14546 #endif
14547
14548 ;
14549 return 0;
14550 }
14551 _ACEOF
14552 if ac_fn_c_try_compile "$LINENO"; then :
14553 # It does; now see whether it defined to BIG_ENDIAN or not.
14554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14555 /* end confdefs.h. */
14556 #include <sys/types.h>
14557 #include <sys/param.h>
14558
14559 int
14560 main ()
14561 {
14562 #if BYTE_ORDER != BIG_ENDIAN
14563 not big endian
14564 #endif
14565
14566 ;
14567 return 0;
14568 }
14569 _ACEOF
14570 if ac_fn_c_try_compile "$LINENO"; then :
14571 ac_cv_c_bigendian=yes
14572 else
14573 ac_cv_c_bigendian=no
14574 fi
14575 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14576 fi
14577 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14578 fi
14579 if test $ac_cv_c_bigendian = unknown; then
14580 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
14581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14582 /* end confdefs.h. */
14583 #include <limits.h>
14584
14585 int
14586 main ()
14587 {
14588 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
14589 bogus endian macros
14590 #endif
14591
14592 ;
14593 return 0;
14594 }
14595 _ACEOF
14596 if ac_fn_c_try_compile "$LINENO"; then :
14597 # It does; now see whether it defined to _BIG_ENDIAN or not.
14598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14599 /* end confdefs.h. */
14600 #include <limits.h>
14601
14602 int
14603 main ()
14604 {
14605 #ifndef _BIG_ENDIAN
14606 not big endian
14607 #endif
14608
14609 ;
14610 return 0;
14611 }
14612 _ACEOF
14613 if ac_fn_c_try_compile "$LINENO"; then :
14614 ac_cv_c_bigendian=yes
14615 else
14616 ac_cv_c_bigendian=no
14617 fi
14618 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14619 fi
14620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14621 fi
14622 if test $ac_cv_c_bigendian = unknown; then
14623 # Compile a test program.
14624 if test "$cross_compiling" = yes; then :
14625 # Try to guess by grepping values from an object file.
14626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14627 /* end confdefs.h. */
14628 short int ascii_mm[] =
14629 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
14630 short int ascii_ii[] =
14631 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
14632 int use_ascii (int i) {
14633 return ascii_mm[i] + ascii_ii[i];
14634 }
14635 short int ebcdic_ii[] =
14636 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
14637 short int ebcdic_mm[] =
14638 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
14639 int use_ebcdic (int i) {
14640 return ebcdic_mm[i] + ebcdic_ii[i];
14641 }
14642 extern int foo;
14643
14644 int
14645 main ()
14646 {
14647 return use_ascii (foo) == use_ebcdic (foo);
14648 ;
14649 return 0;
14650 }
14651 _ACEOF
14652 if ac_fn_c_try_compile "$LINENO"; then :
14653 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
14654 ac_cv_c_bigendian=yes
14655 fi
14656 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
14657 if test "$ac_cv_c_bigendian" = unknown; then
14658 ac_cv_c_bigendian=no
14659 else
14660 # finding both strings is unlikely to happen, but who knows?
14661 ac_cv_c_bigendian=unknown
14662 fi
14663 fi
14664 fi
14665 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14666 else
14667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14668 /* end confdefs.h. */
14669 $ac_includes_default
14670 int
14671 main ()
14672 {
14673
14674 /* Are we little or big endian? From Harbison&Steele. */
14675 union
14676 {
14677 long int l;
14678 char c[sizeof (long int)];
14679 } u;
14680 u.l = 1;
14681 return u.c[sizeof (long int) - 1] == 1;
14682
14683 ;
14684 return 0;
14685 }
14686 _ACEOF
14687 if ac_fn_c_try_run "$LINENO"; then :
14688 ac_cv_c_bigendian=no
14689 else
14690 ac_cv_c_bigendian=yes
14691 fi
14692 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14693 conftest.$ac_objext conftest.beam conftest.$ac_ext
14694 fi
14695
14696 fi
14697 fi
14698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
14699 $as_echo "$ac_cv_c_bigendian" >&6; }
14700 case $ac_cv_c_bigendian in #(
14701 yes)
14702 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
14703 ;; #(
14704 no)
14705 ;; #(
14706 universal)
14707
14708 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
14709
14710 ;; #(
14711 *)
14712 as_fn_error $? "unknown endianness
14713 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
14714 esac
14715
14716 fi
14717 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
14718 if test "x$ac_cv_type_pid_t" = xyes; then :
14719
14720 else
14721
14722 cat >>confdefs.h <<_ACEOF
14723 #define pid_t int
14724 _ACEOF
14725
14726 fi
14727
14728 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
14729 if test "x$ac_cv_type_size_t" = xyes; then :
14730
14731 else
14732
14733 cat >>confdefs.h <<_ACEOF
14734 #define size_t unsigned int
14735 _ACEOF
14736
14737 fi
14738
14739 # The cast to long int works around a bug in the HP C Compiler
14740 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14741 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14742 # This bug is HP SR number 8606223364.
14743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
14744 $as_echo_n "checking size of short... " >&6; }
14745 if ${ac_cv_sizeof_short+:} false; then :
14746 $as_echo_n "(cached) " >&6
14747 else
14748 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
14749
14750 else
14751 if test "$ac_cv_type_short" = yes; then
14752 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14753 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14754 as_fn_error 77 "cannot compute sizeof (short)
14755 See \`config.log' for more details" "$LINENO" 5; }
14756 else
14757 ac_cv_sizeof_short=0
14758 fi
14759 fi
14760
14761 fi
14762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
14763 $as_echo "$ac_cv_sizeof_short" >&6; }
14764
14765
14766
14767 cat >>confdefs.h <<_ACEOF
14768 #define SIZEOF_SHORT $ac_cv_sizeof_short
14769 _ACEOF
14770
14771
14772 # The cast to long int works around a bug in the HP C Compiler
14773 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14774 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14775 # This bug is HP SR number 8606223364.
14776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
14777 $as_echo_n "checking size of int... " >&6; }
14778 if ${ac_cv_sizeof_int+:} false; then :
14779 $as_echo_n "(cached) " >&6
14780 else
14781 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
14782
14783 else
14784 if test "$ac_cv_type_int" = yes; then
14785 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14786 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14787 as_fn_error 77 "cannot compute sizeof (int)
14788 See \`config.log' for more details" "$LINENO" 5; }
14789 else
14790 ac_cv_sizeof_int=0
14791 fi
14792 fi
14793
14794 fi
14795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
14796 $as_echo "$ac_cv_sizeof_int" >&6; }
14797
14798
14799
14800 cat >>confdefs.h <<_ACEOF
14801 #define SIZEOF_INT $ac_cv_sizeof_int
14802 _ACEOF
14803
14804
14805 # The cast to long int works around a bug in the HP C Compiler
14806 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14807 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14808 # This bug is HP SR number 8606223364.
14809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
14810 $as_echo_n "checking size of long... " >&6; }
14811 if ${ac_cv_sizeof_long+:} false; then :
14812 $as_echo_n "(cached) " >&6
14813 else
14814 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
14815
14816 else
14817 if test "$ac_cv_type_long" = yes; then
14818 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14819 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14820 as_fn_error 77 "cannot compute sizeof (long)
14821 See \`config.log' for more details" "$LINENO" 5; }
14822 else
14823 ac_cv_sizeof_long=0
14824 fi
14825 fi
14826
14827 fi
14828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
14829 $as_echo "$ac_cv_sizeof_long" >&6; }
14830
14831
14832
14833 cat >>confdefs.h <<_ACEOF
14834 #define SIZEOF_LONG $ac_cv_sizeof_long
14835 _ACEOF
14836
14837
14838 # The cast to long int works around a bug in the HP C Compiler
14839 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14840 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14841 # This bug is HP SR number 8606223364.
14842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
14843 $as_echo_n "checking size of long long... " >&6; }
14844 if ${ac_cv_sizeof_long_long+:} false; then :
14845 $as_echo_n "(cached) " >&6
14846 else
14847 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
14848
14849 else
14850 if test "$ac_cv_type_long_long" = yes; then
14851 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14852 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14853 as_fn_error 77 "cannot compute sizeof (long long)
14854 See \`config.log' for more details" "$LINENO" 5; }
14855 else
14856 ac_cv_sizeof_long_long=0
14857 fi
14858 fi
14859
14860 fi
14861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
14862 $as_echo "$ac_cv_sizeof_long_long" >&6; }
14863
14864
14865
14866 cat >>confdefs.h <<_ACEOF
14867 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
14868 _ACEOF
14869
14870
14871
14872
14873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
14874 $as_echo_n "checking for library containing socket... " >&6; }
14875 if ${ac_cv_search_socket+:} false; then :
14876 $as_echo_n "(cached) " >&6
14877 else
14878 ac_func_search_save_LIBS=$LIBS
14879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14880 /* end confdefs.h. */
14881
14882 /* Override any GCC internal prototype to avoid an error.
14883 Use char because int might match the return type of a GCC
14884 builtin and then its argument prototype would still apply. */
14885 #ifdef __cplusplus
14886 extern "C"
14887 #endif
14888 char socket ();
14889 int
14890 main ()
14891 {
14892 return socket ();
14893 ;
14894 return 0;
14895 }
14896 _ACEOF
14897 for ac_lib in '' socket; do
14898 if test -z "$ac_lib"; then
14899 ac_res="none required"
14900 else
14901 ac_res=-l$ac_lib
14902 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14903 fi
14904 if ac_fn_c_try_link "$LINENO"; then :
14905 ac_cv_search_socket=$ac_res
14906 fi
14907 rm -f core conftest.err conftest.$ac_objext \
14908 conftest$ac_exeext
14909 if ${ac_cv_search_socket+:} false; then :
14910 break
14911 fi
14912 done
14913 if ${ac_cv_search_socket+:} false; then :
14914
14915 else
14916 ac_cv_search_socket=no
14917 fi
14918 rm conftest.$ac_ext
14919 LIBS=$ac_func_search_save_LIBS
14920 fi
14921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
14922 $as_echo "$ac_cv_search_socket" >&6; }
14923 ac_res=$ac_cv_search_socket
14924 if test "$ac_res" != no; then :
14925 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14926
14927 else
14928 as_fn_error $? "You have no socket()! Aborting." "$LINENO" 5
14929 fi
14930
14931
14932 if test x"$SUN" = xyes; then
14933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntoa" >&5
14934 $as_echo_n "checking for library containing inet_ntoa... " >&6; }
14935 if ${ac_cv_search_inet_ntoa+:} false; then :
14936 $as_echo_n "(cached) " >&6
14937 else
14938 ac_func_search_save_LIBS=$LIBS
14939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14940 /* end confdefs.h. */
14941
14942 /* Override any GCC internal prototype to avoid an error.
14943 Use char because int might match the return type of a GCC
14944 builtin and then its argument prototype would still apply. */
14945 #ifdef __cplusplus
14946 extern "C"
14947 #endif
14948 char inet_ntoa ();
14949 int
14950 main ()
14951 {
14952 return inet_ntoa ();
14953 ;
14954 return 0;
14955 }
14956 _ACEOF
14957 for ac_lib in '' nsl; do
14958 if test -z "$ac_lib"; then
14959 ac_res="none required"
14960 else
14961 ac_res=-l$ac_lib
14962 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14963 fi
14964 if ac_fn_c_try_link "$LINENO"; then :
14965 ac_cv_search_inet_ntoa=$ac_res
14966 fi
14967 rm -f core conftest.err conftest.$ac_objext \
14968 conftest$ac_exeext
14969 if ${ac_cv_search_inet_ntoa+:} false; then :
14970 break
14971 fi
14972 done
14973 if ${ac_cv_search_inet_ntoa+:} false; then :
14974
14975 else
14976 ac_cv_search_inet_ntoa=no
14977 fi
14978 rm conftest.$ac_ext
14979 LIBS=$ac_func_search_save_LIBS
14980 fi
14981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntoa" >&5
14982 $as_echo "$ac_cv_search_inet_ntoa" >&6; }
14983 ac_res=$ac_cv_search_inet_ntoa
14984 if test "$ac_res" != no; then :
14985 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14986
14987 else
14988 as_fn_error $? "libnsl not found! Aborting." "$LINENO" 5
14989 fi
14990
14991 fi
14992
14993 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
14994 #include <sys/socket.h>
14995 "
14996 if test "x$ac_cv_type_socklen_t" = xyes; then :
14997
14998 else
14999
15000 $as_echo "#define socklen_t unsigned int" >>confdefs.h
15001
15002 fi
15003
15004
15005 # Check whether --enable-ipv6 was given.
15006 if test "${enable_ipv6+set}" = set; then :
15007 enableval=$enable_ipv6; ipv6=$enableval
15008 else
15009 ipv6=no
15010 fi
15011
15012
15013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5
15014 $as_echo_n "checking for library containing crypt... " >&6; }
15015 if ${ac_cv_search_crypt+:} false; then :
15016 $as_echo_n "(cached) " >&6
15017 else
15018 ac_func_search_save_LIBS=$LIBS
15019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15020 /* end confdefs.h. */
15021
15022 /* Override any GCC internal prototype to avoid an error.
15023 Use char because int might match the return type of a GCC
15024 builtin and then its argument prototype would still apply. */
15025 #ifdef __cplusplus
15026 extern "C"
15027 #endif
15028 char crypt ();
15029 int
15030 main ()
15031 {
15032 return crypt ();
15033 ;
15034 return 0;
15035 }
15036 _ACEOF
15037 for ac_lib in '' crypt descrypt; do
15038 if test -z "$ac_lib"; then
15039 ac_res="none required"
15040 else
15041 ac_res=-l$ac_lib
15042 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15043 fi
15044 if ac_fn_c_try_link "$LINENO"; then :
15045 ac_cv_search_crypt=$ac_res
15046 fi
15047 rm -f core conftest.err conftest.$ac_objext \
15048 conftest$ac_exeext
15049 if ${ac_cv_search_crypt+:} false; then :
15050 break
15051 fi
15052 done
15053 if ${ac_cv_search_crypt+:} false; then :
15054
15055 else
15056 ac_cv_search_crypt=no
15057 fi
15058 rm conftest.$ac_ext
15059 LIBS=$ac_func_search_save_LIBS
15060 fi
15061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_crypt" >&5
15062 $as_echo "$ac_cv_search_crypt" >&6; }
15063 ac_res=$ac_cv_search_crypt
15064 if test "$ac_res" != no; then :
15065 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15066
15067 fi
15068
15069
15070 CRYPT_LIB=$ac_cv_search_crypt
15071
15072 if test "$CRYPT_LIB" = "none required"; then
15073 unset CRYPT_LIB
15074 elif test "$CRYPT_LIB" = no; then
15075 unset CRYPT_LIB
15076 fi
15077
15078
15079
15080 if test "$ac_cv_header_sys_wait_h" = yes -o "$ac_cv_header_wait_h" = yes; then
15081 VICONF=viconf
15082 else
15083 VICONF=""
15084 fi
15085
15086
15087
15088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
15089 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
15090 if ${ac_cv_c_bigendian+:} false; then :
15091 $as_echo_n "(cached) " >&6
15092 else
15093 ac_cv_c_bigendian=unknown
15094 # See if we're dealing with a universal compiler.
15095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15096 /* end confdefs.h. */
15097 #ifndef __APPLE_CC__
15098 not a universal capable compiler
15099 #endif
15100 typedef int dummy;
15101
15102 _ACEOF
15103 if ac_fn_c_try_compile "$LINENO"; then :
15104
15105 # Check for potential -arch flags. It is not universal unless
15106 # there are at least two -arch flags with different values.
15107 ac_arch=
15108 ac_prev=
15109 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
15110 if test -n "$ac_prev"; then
15111 case $ac_word in
15112 i?86 | x86_64 | ppc | ppc64)
15113 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
15114 ac_arch=$ac_word
15115 else
15116 ac_cv_c_bigendian=universal
15117 break
15118 fi
15119 ;;
15120 esac
15121 ac_prev=
15122 elif test "x$ac_word" = "x-arch"; then
15123 ac_prev=arch
15124 fi
15125 done
15126 fi
15127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15128 if test $ac_cv_c_bigendian = unknown; then
15129 # See if sys/param.h defines the BYTE_ORDER macro.
15130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15131 /* end confdefs.h. */
15132 #include <sys/types.h>
15133 #include <sys/param.h>
15134
15135 int
15136 main ()
15137 {
15138 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
15139 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
15140 && LITTLE_ENDIAN)
15141 bogus endian macros
15142 #endif
15143
15144 ;
15145 return 0;
15146 }
15147 _ACEOF
15148 if ac_fn_c_try_compile "$LINENO"; then :
15149 # It does; now see whether it defined to BIG_ENDIAN or not.
15150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15151 /* end confdefs.h. */
15152 #include <sys/types.h>
15153 #include <sys/param.h>
15154
15155 int
15156 main ()
15157 {
15158 #if BYTE_ORDER != BIG_ENDIAN
15159 not big endian
15160 #endif
15161
15162 ;
15163 return 0;
15164 }
15165 _ACEOF
15166 if ac_fn_c_try_compile "$LINENO"; then :
15167 ac_cv_c_bigendian=yes
15168 else
15169 ac_cv_c_bigendian=no
15170 fi
15171 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15172 fi
15173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15174 fi
15175 if test $ac_cv_c_bigendian = unknown; then
15176 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
15177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15178 /* end confdefs.h. */
15179 #include <limits.h>
15180
15181 int
15182 main ()
15183 {
15184 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
15185 bogus endian macros
15186 #endif
15187
15188 ;
15189 return 0;
15190 }
15191 _ACEOF
15192 if ac_fn_c_try_compile "$LINENO"; then :
15193 # It does; now see whether it defined to _BIG_ENDIAN or not.
15194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15195 /* end confdefs.h. */
15196 #include <limits.h>
15197
15198 int
15199 main ()
15200 {
15201 #ifndef _BIG_ENDIAN
15202 not big endian
15203 #endif
15204
15205 ;
15206 return 0;
15207 }
15208 _ACEOF
15209 if ac_fn_c_try_compile "$LINENO"; then :
15210 ac_cv_c_bigendian=yes
15211 else
15212 ac_cv_c_bigendian=no
15213 fi
15214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15215 fi
15216 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15217 fi
15218 if test $ac_cv_c_bigendian = unknown; then
15219 # Compile a test program.
15220 if test "$cross_compiling" = yes; then :
15221 # Try to guess by grepping values from an object file.
15222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15223 /* end confdefs.h. */
15224 short int ascii_mm[] =
15225 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
15226 short int ascii_ii[] =
15227 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
15228 int use_ascii (int i) {
15229 return ascii_mm[i] + ascii_ii[i];
15230 }
15231 short int ebcdic_ii[] =
15232 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
15233 short int ebcdic_mm[] =
15234 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
15235 int use_ebcdic (int i) {
15236 return ebcdic_mm[i] + ebcdic_ii[i];
15237 }
15238 extern int foo;
15239
15240 int
15241 main ()
15242 {
15243 return use_ascii (foo) == use_ebcdic (foo);
15244 ;
15245 return 0;
15246 }
15247 _ACEOF
15248 if ac_fn_c_try_compile "$LINENO"; then :
15249 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
15250 ac_cv_c_bigendian=yes
15251 fi
15252 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
15253 if test "$ac_cv_c_bigendian" = unknown; then
15254 ac_cv_c_bigendian=no
15255 else
15256 # finding both strings is unlikely to happen, but who knows?
15257 ac_cv_c_bigendian=unknown
15258 fi
15259 fi
15260 fi
15261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15262 else
15263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15264 /* end confdefs.h. */
15265 $ac_includes_default
15266 int
15267 main ()
15268 {
15269
15270 /* Are we little or big endian? From Harbison&Steele. */
15271 union
15272 {
15273 long int l;
15274 char c[sizeof (long int)];
15275 } u;
15276 u.l = 1;
15277 return u.c[sizeof (long int) - 1] == 1;
15278
15279 ;
15280 return 0;
15281 }
15282 _ACEOF
15283 if ac_fn_c_try_run "$LINENO"; then :
15284 ac_cv_c_bigendian=no
15285 else
15286 ac_cv_c_bigendian=yes
15287 fi
15288 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15289 conftest.$ac_objext conftest.beam conftest.$ac_ext
15290 fi
15291
15292 fi
15293 fi
15294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
15295 $as_echo "$ac_cv_c_bigendian" >&6; }
15296 case $ac_cv_c_bigendian in #(
15297 yes)
15298 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
15299 ;; #(
15300 no)
15301 ;; #(
15302 universal)
15303
15304 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
15305
15306 ;; #(
15307 *)
15308 as_fn_error $? "unknown endianness
15309 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
15310 esac
15311
15312
15313 ac_fn_c_check_header_mongrel "$LINENO" "stdarg.h" "ac_cv_header_stdarg_h" "$ac_includes_default"
15314 if test "x$ac_cv_header_stdarg_h" = xyes; then :
15315
15316 else
15317 as_fn_error $? "** stdarg.h could not be found - charybdis will not compile without it **" "$LINENO" 5
15318 fi
15319
15320
15321 for ac_func in strlcat strlcpy
15322 do :
15323 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15324 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15325 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15326 cat >>confdefs.h <<_ACEOF
15327 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15328 _ACEOF
15329
15330 fi
15331 done
15332
15333
15334 ac_fn_c_check_type "$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "$ac_includes_default"
15335 if test "x$ac_cv_type_u_int32_t" = xyes; then :
15336
15337 else
15338
15339 ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "$ac_includes_default"
15340 if test "x$ac_cv_type_uint32_t" = xyes; then :
15341
15342
15343 $as_echo "#define u_int32_t uint32_t" >>confdefs.h
15344
15345
15346 else
15347
15348 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system has no u_int32_t or uint32_t, default to unsigned long int" >&5
15349 $as_echo "$as_me: WARNING: system has no u_int32_t or uint32_t, default to unsigned long int" >&2;}
15350
15351 $as_echo "#define u_int32_t unsigned long int" >>confdefs.h
15352
15353
15354 fi
15355
15356
15357 fi
15358
15359
15360 ac_fn_c_check_type "$LINENO" "u_int16_t" "ac_cv_type_u_int16_t" "$ac_includes_default"
15361 if test "x$ac_cv_type_u_int16_t" = xyes; then :
15362
15363 else
15364
15365 ac_fn_c_check_type "$LINENO" "uint16_t" "ac_cv_type_uint16_t" "$ac_includes_default"
15366 if test "x$ac_cv_type_uint16_t" = xyes; then :
15367
15368
15369 $as_echo "#define u_int16_t uint16_t" >>confdefs.h
15370
15371
15372 else
15373
15374 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system has no u_int16_t or uint16_t, default to unsigned short int" >&5
15375 $as_echo "$as_me: WARNING: system has no u_int16_t or uint16_t, default to unsigned short int" >&2;}
15376
15377 $as_echo "#define u_int16_t unsigned short int" >>confdefs.h
15378
15379
15380 fi
15381
15382
15383 fi
15384
15385
15386 ac_fn_c_check_type "$LINENO" "in_port_t" "ac_cv_type_in_port_t" "#include <sys/types.h>
15387 #include <netinet/in.h>
15388 "
15389 if test "x$ac_cv_type_in_port_t" = xyes; then :
15390
15391 else
15392
15393 $as_echo "#define in_port_t u_int16_t" >>confdefs.h
15394
15395 fi
15396
15397
15398 ac_fn_c_check_type "$LINENO" "sa_family_t" "ac_cv_type_sa_family_t" "#include <sys/types.h>
15399 #include <sys/socket.h>
15400 "
15401 if test "x$ac_cv_type_sa_family_t" = xyes; then :
15402
15403 else
15404
15405 $as_echo "#define sa_family_t u_int16_t" >>confdefs.h
15406
15407 fi
15408
15409
15410 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "$ac_includes_default"
15411 if test "x$ac_cv_type_uintptr_t" = xyes; then :
15412
15413 cat >>confdefs.h <<_ACEOF
15414 #define HAVE_UINTPTR_T 1
15415 _ACEOF
15416
15417
15418 fi
15419
15420
15421 for ac_func in socketpair vsnprintf mmap gettimeofday strdup strndup
15422 do :
15423 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15424 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15425 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15426 cat >>confdefs.h <<_ACEOF
15427 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15428 _ACEOF
15429
15430 fi
15431 done
15432
15433
15434 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
15435 # for constant arguments. Useless!
15436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
15437 $as_echo_n "checking for working alloca.h... " >&6; }
15438 if ${ac_cv_working_alloca_h+:} false; then :
15439 $as_echo_n "(cached) " >&6
15440 else
15441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15442 /* end confdefs.h. */
15443 #include <alloca.h>
15444 int
15445 main ()
15446 {
15447 char *p = (char *) alloca (2 * sizeof (int));
15448 if (p) return 0;
15449 ;
15450 return 0;
15451 }
15452 _ACEOF
15453 if ac_fn_c_try_link "$LINENO"; then :
15454 ac_cv_working_alloca_h=yes
15455 else
15456 ac_cv_working_alloca_h=no
15457 fi
15458 rm -f core conftest.err conftest.$ac_objext \
15459 conftest$ac_exeext conftest.$ac_ext
15460 fi
15461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
15462 $as_echo "$ac_cv_working_alloca_h" >&6; }
15463 if test $ac_cv_working_alloca_h = yes; then
15464
15465 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
15466
15467 fi
15468
15469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
15470 $as_echo_n "checking for alloca... " >&6; }
15471 if ${ac_cv_func_alloca_works+:} false; then :
15472 $as_echo_n "(cached) " >&6
15473 else
15474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15475 /* end confdefs.h. */
15476 #ifdef __GNUC__
15477 # define alloca __builtin_alloca
15478 #else
15479 # ifdef _MSC_VER
15480 # include <malloc.h>
15481 # define alloca _alloca
15482 # else
15483 # ifdef HAVE_ALLOCA_H
15484 # include <alloca.h>
15485 # else
15486 # ifdef _AIX
15487 #pragma alloca
15488 # else
15489 # ifndef alloca /* predefined by HP cc +Olibcalls */
15490 void *alloca (size_t);
15491 # endif
15492 # endif
15493 # endif
15494 # endif
15495 #endif
15496
15497 int
15498 main ()
15499 {
15500 char *p = (char *) alloca (1);
15501 if (p) return 0;
15502 ;
15503 return 0;
15504 }
15505 _ACEOF
15506 if ac_fn_c_try_link "$LINENO"; then :
15507 ac_cv_func_alloca_works=yes
15508 else
15509 ac_cv_func_alloca_works=no
15510 fi
15511 rm -f core conftest.err conftest.$ac_objext \
15512 conftest$ac_exeext conftest.$ac_ext
15513 fi
15514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
15515 $as_echo "$ac_cv_func_alloca_works" >&6; }
15516
15517 if test $ac_cv_func_alloca_works = yes; then
15518
15519 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
15520
15521 else
15522 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
15523 # that cause trouble. Some versions do not even contain alloca or
15524 # contain a buggy version. If you still want to use their alloca,
15525 # use ar to extract alloca.o from them instead of compiling alloca.c.
15526
15527 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
15528
15529 $as_echo "#define C_ALLOCA 1" >>confdefs.h
15530
15531
15532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
15533 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
15534 if ${ac_cv_os_cray+:} false; then :
15535 $as_echo_n "(cached) " >&6
15536 else
15537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15538 /* end confdefs.h. */
15539 #if defined CRAY && ! defined CRAY2
15540 webecray
15541 #else
15542 wenotbecray
15543 #endif
15544
15545 _ACEOF
15546 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15547 $EGREP "webecray" >/dev/null 2>&1; then :
15548 ac_cv_os_cray=yes
15549 else
15550 ac_cv_os_cray=no
15551 fi
15552 rm -f conftest*
15553
15554 fi
15555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
15556 $as_echo "$ac_cv_os_cray" >&6; }
15557 if test $ac_cv_os_cray = yes; then
15558 for ac_func in _getb67 GETB67 getb67; do
15559 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15560 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15561 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15562
15563 cat >>confdefs.h <<_ACEOF
15564 #define CRAY_STACKSEG_END $ac_func
15565 _ACEOF
15566
15567 break
15568 fi
15569
15570 done
15571 fi
15572
15573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
15574 $as_echo_n "checking stack direction for C alloca... " >&6; }
15575 if ${ac_cv_c_stack_direction+:} false; then :
15576 $as_echo_n "(cached) " >&6
15577 else
15578 if test "$cross_compiling" = yes; then :
15579 ac_cv_c_stack_direction=0
15580 else
15581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15582 /* end confdefs.h. */
15583 $ac_includes_default
15584 int
15585 find_stack_direction (int *addr, int depth)
15586 {
15587 int dir, dummy = 0;
15588 if (! addr)
15589 addr = &dummy;
15590 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
15591 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
15592 return dir + dummy;
15593 }
15594
15595 int
15596 main (int argc, char **argv)
15597 {
15598 return find_stack_direction (0, argc + !argv + 20) < 0;
15599 }
15600 _ACEOF
15601 if ac_fn_c_try_run "$LINENO"; then :
15602 ac_cv_c_stack_direction=1
15603 else
15604 ac_cv_c_stack_direction=-1
15605 fi
15606 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15607 conftest.$ac_objext conftest.beam conftest.$ac_ext
15608 fi
15609
15610 fi
15611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
15612 $as_echo "$ac_cv_c_stack_direction" >&6; }
15613 cat >>confdefs.h <<_ACEOF
15614 #define STACK_DIRECTION $ac_cv_c_stack_direction
15615 _ACEOF
15616
15617
15618 fi
15619
15620
15621
15622 ac_fn_c_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep"
15623 if test "x$ac_cv_func_nanosleep" = xyes; then :
15624
15625 else
15626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lrt" >&5
15627 $as_echo_n "checking for nanosleep in -lrt... " >&6; }
15628 if ${ac_cv_lib_rt_nanosleep+:} false; then :
15629 $as_echo_n "(cached) " >&6
15630 else
15631 ac_check_lib_save_LIBS=$LIBS
15632 LIBS="-lrt $LIBS"
15633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15634 /* end confdefs.h. */
15635
15636 /* Override any GCC internal prototype to avoid an error.
15637 Use char because int might match the return type of a GCC
15638 builtin and then its argument prototype would still apply. */
15639 #ifdef __cplusplus
15640 extern "C"
15641 #endif
15642 char nanosleep ();
15643 int
15644 main ()
15645 {
15646 return nanosleep ();
15647 ;
15648 return 0;
15649 }
15650 _ACEOF
15651 if ac_fn_c_try_link "$LINENO"; then :
15652 ac_cv_lib_rt_nanosleep=yes
15653 else
15654 ac_cv_lib_rt_nanosleep=no
15655 fi
15656 rm -f core conftest.err conftest.$ac_objext \
15657 conftest$ac_exeext conftest.$ac_ext
15658 LIBS=$ac_check_lib_save_LIBS
15659 fi
15660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_nanosleep" >&5
15661 $as_echo "$ac_cv_lib_rt_nanosleep" >&6; }
15662 if test "x$ac_cv_lib_rt_nanosleep" = xyes; then :
15663 LIBS="${LIBS} -lrt"
15664 else
15665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lposix4" >&5
15666 $as_echo_n "checking for nanosleep in -lposix4... " >&6; }
15667 if ${ac_cv_lib_posix4_nanosleep+:} false; then :
15668 $as_echo_n "(cached) " >&6
15669 else
15670 ac_check_lib_save_LIBS=$LIBS
15671 LIBS="-lposix4 $LIBS"
15672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15673 /* end confdefs.h. */
15674
15675 /* Override any GCC internal prototype to avoid an error.
15676 Use char because int might match the return type of a GCC
15677 builtin and then its argument prototype would still apply. */
15678 #ifdef __cplusplus
15679 extern "C"
15680 #endif
15681 char nanosleep ();
15682 int
15683 main ()
15684 {
15685 return nanosleep ();
15686 ;
15687 return 0;
15688 }
15689 _ACEOF
15690 if ac_fn_c_try_link "$LINENO"; then :
15691 ac_cv_lib_posix4_nanosleep=yes
15692 else
15693 ac_cv_lib_posix4_nanosleep=no
15694 fi
15695 rm -f core conftest.err conftest.$ac_objext \
15696 conftest$ac_exeext conftest.$ac_ext
15697 LIBS=$ac_check_lib_save_LIBS
15698 fi
15699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_nanosleep" >&5
15700 $as_echo "$ac_cv_lib_posix4_nanosleep" >&6; }
15701 if test "x$ac_cv_lib_posix4_nanosleep" = xyes; then :
15702 LIBS="${LIBS} -lposix4"
15703
15704 fi
15705
15706 fi
15707
15708 fi
15709
15710 if test x$ac_cv_func_nanosleep = xno && test x$ac_cv_lib_posix4_nanosleep = xno && test x$ac_cv_lib_rt_nanosleep = xno
15711 then
15712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"nanosleep not found..using select for delay\"" >&5
15713 $as_echo "\"nanosleep not found..using select for delay\"" >&6; }
15714 else
15715
15716 $as_echo "#define HAVE_NANOSLEEP 1" >>confdefs.h
15717
15718 fi
15719
15720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL" >&5
15721 $as_echo_n "checking for OpenSSL... " >&6; }
15722 # Check whether --enable-openssl was given.
15723 if test "${enable_openssl+set}" = set; then :
15724 enableval=$enable_openssl; cf_enable_openssl=$enableval
15725 else
15726 cf_enable_openssl="auto"
15727 fi
15728
15729
15730 if test "$cf_enable_openssl" != "no" ; then
15731 cf_openssl_basedir=""
15732 if test "$cf_enable_openssl" != "auto" &&
15733 test "$cf_enable_openssl" != "yes" ; then
15734 cf_openssl_basedir="`echo ${cf_enable_openssl} | sed 's/\/$//'`"
15735 else
15736 for dirs in /usr/local/ssl /usr/pkg /usr/local \
15737 /usr/local/openssl ; do
15738 if test -f "${dirs}/include/openssl/opensslv.h" ; then
15739 cf_openssl_basedir="${dirs}"
15740 break
15741 fi
15742 done
15743 unset dirs
15744 fi
15745 if test ! -z "$cf_openssl_basedir"; then
15746 if test -f "${cf_openssl_basedir}/include/openssl/opensslv.h" ; then
15747 SSL_INCLUDES="-I${cf_openssl_basedir}/include"
15748 SSL_LIBS="-L${cf_openssl_basedir}/lib"
15749 else
15750 cf_openssl_basedir=""
15751 fi
15752 else
15753 if test -f "/usr/include/openssl/opensslv.h" ; then
15754 cf_openssl_basedir="/usr"
15755 fi
15756 fi
15757
15758 if test ! -z "$cf_openssl_basedir"; then
15759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cf_openssl_basedir" >&5
15760 $as_echo "$cf_openssl_basedir" >&6; }
15761 cf_enable_openssl="yes"
15762 else
15763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found. Specify a correct path?" >&5
15764 $as_echo "not found. Specify a correct path?" >&6; }
15765 cf_enable_openssl="no"
15766 fi
15767 unset cf_openssl_basedir
15768 else
15769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: disabled" >&5
15770 $as_echo "disabled" >&6; }
15771 fi
15772
15773 save_CPPFLAGS="$CPPFLAGS"
15774 CPPFLAGS="$CPPFLAGS $SSL_INCLUDES"
15775 save_LIBS="$LIBS"
15776 LIBS="$LIBS $SSL_LIBS"
15777 if test "$cf_enable_openssl" != no; then
15778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.6 or above" >&5
15779 $as_echo_n "checking for OpenSSL 0.9.6 or above... " >&6; }
15780 if test "$cross_compiling" = yes; then :
15781 cf_openssl_version_ok=no
15782 else
15783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15784 /* end confdefs.h. */
15785 #include <openssl/opensslv.h>
15786 #include <stdlib.h>
15787 int
15788 main ()
15789 {
15790 if ( OPENSSL_VERSION_NUMBER >= 0x00906000)
15791 exit(0); else exit(1);
15792 ;
15793 return 0;
15794 }
15795 _ACEOF
15796 if ac_fn_c_try_run "$LINENO"; then :
15797 cf_openssl_version_ok=yes
15798 else
15799 cf_openssl_version_ok=no
15800 fi
15801 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15802 conftest.$ac_objext conftest.beam conftest.$ac_ext
15803 fi
15804
15805
15806 if test "$cf_openssl_version_ok" = yes; then
15807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
15808 $as_echo "found" >&6; }
15809
15810 ENCSPEED=encspeed
15811
15812
15813 CPPFLAGS="$CPPFLAGS $SSL_LIBS"
15814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5
15815 $as_echo_n "checking for RSA_free in -lcrypto... " >&6; }
15816 if ${ac_cv_lib_crypto_RSA_free+:} false; then :
15817 $as_echo_n "(cached) " >&6
15818 else
15819 ac_check_lib_save_LIBS=$LIBS
15820 LIBS="-lcrypto $LIBS"
15821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15822 /* end confdefs.h. */
15823
15824 /* Override any GCC internal prototype to avoid an error.
15825 Use char because int might match the return type of a GCC
15826 builtin and then its argument prototype would still apply. */
15827 #ifdef __cplusplus
15828 extern "C"
15829 #endif
15830 char RSA_free ();
15831 int
15832 main ()
15833 {
15834 return RSA_free ();
15835 ;
15836 return 0;
15837 }
15838 _ACEOF
15839 if ac_fn_c_try_link "$LINENO"; then :
15840 ac_cv_lib_crypto_RSA_free=yes
15841 else
15842 ac_cv_lib_crypto_RSA_free=no
15843 fi
15844 rm -f core conftest.err conftest.$ac_objext \
15845 conftest$ac_exeext conftest.$ac_ext
15846 LIBS=$ac_check_lib_save_LIBS
15847 fi
15848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5
15849 $as_echo "$ac_cv_lib_crypto_RSA_free" >&6; }
15850 if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then :
15851 cat >>confdefs.h <<_ACEOF
15852 #define HAVE_LIBCRYPTO 1
15853 _ACEOF
15854
15855 LIBS="-lcrypto $LIBS"
15856
15857 fi
15858
15859 SSL_LIBS="$SSL_LIBS -lcrypto"
15860 SSL_SRCS_ENABLE='$(SSL_SRCS)'
15861 else
15862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no - OpenSSL support disabled" >&5
15863 $as_echo "no - OpenSSL support disabled" >&6; }
15864 fi
15865 fi
15866
15867 CPPFLAGS="$save_CPPFLAGS"
15868 LIBS="$save_LIBS"
15869
15870
15871
15872
15873
15874 # Check whether --with-zlib-path was given.
15875 if test "${with_zlib_path+set}" = set; then :
15876 withval=$with_zlib_path; LIBS="$LIBS -L$withval"
15877 fi
15878
15879
15880 # Check whether --enable-zlib was given.
15881 if test "${enable_zlib+set}" = set; then :
15882 enableval=$enable_zlib; zlib=$enableval
15883 else
15884 zlib=yes
15885 fi
15886
15887
15888 if test "$zlib" = yes; then
15889
15890 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
15891 if test "x$ac_cv_header_zlib_h" = xyes; then :
15892
15893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for zlibVersion in -lz" >&5
15894 $as_echo_n "checking for zlibVersion in -lz... " >&6; }
15895 if ${ac_cv_lib_z_zlibVersion+:} false; then :
15896 $as_echo_n "(cached) " >&6
15897 else
15898 ac_check_lib_save_LIBS=$LIBS
15899 LIBS="-lz $LIBS"
15900 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15901 /* end confdefs.h. */
15902
15903 /* Override any GCC internal prototype to avoid an error.
15904 Use char because int might match the return type of a GCC
15905 builtin and then its argument prototype would still apply. */
15906 #ifdef __cplusplus
15907 extern "C"
15908 #endif
15909 char zlibVersion ();
15910 int
15911 main ()
15912 {
15913 return zlibVersion ();
15914 ;
15915 return 0;
15916 }
15917 _ACEOF
15918 if ac_fn_c_try_link "$LINENO"; then :
15919 ac_cv_lib_z_zlibVersion=yes
15920 else
15921 ac_cv_lib_z_zlibVersion=no
15922 fi
15923 rm -f core conftest.err conftest.$ac_objext \
15924 conftest$ac_exeext conftest.$ac_ext
15925 LIBS=$ac_check_lib_save_LIBS
15926 fi
15927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_zlibVersion" >&5
15928 $as_echo "$ac_cv_lib_z_zlibVersion" >&6; }
15929 if test "x$ac_cv_lib_z_zlibVersion" = xyes; then :
15930
15931 ZLIB_LD=-lz
15932
15933
15934 $as_echo "#define HAVE_LIBZ 1" >>confdefs.h
15935
15936
15937 else
15938 zlib=no
15939 fi
15940
15941
15942 else
15943 zlib=no
15944 fi
15945
15946
15947
15948 fi
15949
15950
15951 # Check whether --with-shared-sqlite was given.
15952 if test "${with_shared_sqlite+set}" = set; then :
15953 withval=$with_shared_sqlite; shared_sqlite=$withval
15954 else
15955 shared_sqlite=no
15956 fi
15957
15958
15959 if test "$shared_sqlite" = yes; then
15960
15961
15962
15963
15964
15965
15966
15967 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
15968 if test -n "$ac_tool_prefix"; then
15969 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
15970 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
15971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15972 $as_echo_n "checking for $ac_word... " >&6; }
15973 if ${ac_cv_path_PKG_CONFIG+:} false; then :
15974 $as_echo_n "(cached) " >&6
15975 else
15976 case $PKG_CONFIG in
15977 [\\/]* | ?:[\\/]*)
15978 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
15979 ;;
15980 *)
15981 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15982 for as_dir in $PATH
15983 do
15984 IFS=$as_save_IFS
15985 test -z "$as_dir" && as_dir=.
15986 for ac_exec_ext in '' $ac_executable_extensions; do
15987 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15988 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
15989 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15990 break 2
15991 fi
15992 done
15993 done
15994 IFS=$as_save_IFS
15995
15996 ;;
15997 esac
15998 fi
15999 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
16000 if test -n "$PKG_CONFIG"; then
16001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
16002 $as_echo "$PKG_CONFIG" >&6; }
16003 else
16004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16005 $as_echo "no" >&6; }
16006 fi
16007
16008
16009 fi
16010 if test -z "$ac_cv_path_PKG_CONFIG"; then
16011 ac_pt_PKG_CONFIG=$PKG_CONFIG
16012 # Extract the first word of "pkg-config", so it can be a program name with args.
16013 set dummy pkg-config; ac_word=$2
16014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16015 $as_echo_n "checking for $ac_word... " >&6; }
16016 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
16017 $as_echo_n "(cached) " >&6
16018 else
16019 case $ac_pt_PKG_CONFIG in
16020 [\\/]* | ?:[\\/]*)
16021 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
16022 ;;
16023 *)
16024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16025 for as_dir in $PATH
16026 do
16027 IFS=$as_save_IFS
16028 test -z "$as_dir" && as_dir=.
16029 for ac_exec_ext in '' $ac_executable_extensions; do
16030 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16031 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
16032 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16033 break 2
16034 fi
16035 done
16036 done
16037 IFS=$as_save_IFS
16038
16039 ;;
16040 esac
16041 fi
16042 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
16043 if test -n "$ac_pt_PKG_CONFIG"; then
16044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
16045 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
16046 else
16047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16048 $as_echo "no" >&6; }
16049 fi
16050
16051 if test "x$ac_pt_PKG_CONFIG" = x; then
16052 PKG_CONFIG=""
16053 else
16054 case $cross_compiling:$ac_tool_warned in
16055 yes:)
16056 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
16057 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
16058 ac_tool_warned=yes ;;
16059 esac
16060 PKG_CONFIG=$ac_pt_PKG_CONFIG
16061 fi
16062 else
16063 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
16064 fi
16065
16066 fi
16067 if test -n "$PKG_CONFIG"; then
16068 _pkg_min_version=0.9.0
16069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
16070 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
16071 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
16072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16073 $as_echo "yes" >&6; }
16074 else
16075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16076 $as_echo "no" >&6; }
16077 PKG_CONFIG=""
16078 fi
16079 fi
16080
16081 pkg_failed=no
16082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SQLITE" >&5
16083 $as_echo_n "checking for SQLITE... " >&6; }
16084
16085 if test -n "$SQLITE_CFLAGS"; then
16086 pkg_cv_SQLITE_CFLAGS="$SQLITE_CFLAGS"
16087 elif test -n "$PKG_CONFIG"; then
16088 if test -n "$PKG_CONFIG" && \
16089 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sqlite3\""; } >&5
16090 ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5
16091 ac_status=$?
16092 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16093 test $ac_status = 0; }; then
16094 pkg_cv_SQLITE_CFLAGS=`$PKG_CONFIG --cflags "sqlite3" 2>/dev/null`
16095 test "x$?" != "x0" && pkg_failed=yes
16096 else
16097 pkg_failed=yes
16098 fi
16099 else
16100 pkg_failed=untried
16101 fi
16102 if test -n "$SQLITE_LIBS"; then
16103 pkg_cv_SQLITE_LIBS="$SQLITE_LIBS"
16104 elif test -n "$PKG_CONFIG"; then
16105 if test -n "$PKG_CONFIG" && \
16106 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sqlite3\""; } >&5
16107 ($PKG_CONFIG --exists --print-errors "sqlite3") 2>&5
16108 ac_status=$?
16109 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16110 test $ac_status = 0; }; then
16111 pkg_cv_SQLITE_LIBS=`$PKG_CONFIG --libs "sqlite3" 2>/dev/null`
16112 test "x$?" != "x0" && pkg_failed=yes
16113 else
16114 pkg_failed=yes
16115 fi
16116 else
16117 pkg_failed=untried
16118 fi
16119
16120
16121
16122 if test $pkg_failed = yes; then
16123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16124 $as_echo "no" >&6; }
16125
16126 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
16127 _pkg_short_errors_supported=yes
16128 else
16129 _pkg_short_errors_supported=no
16130 fi
16131 if test $_pkg_short_errors_supported = yes; then
16132 SQLITE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sqlite3" 2>&1`
16133 else
16134 SQLITE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sqlite3" 2>&1`
16135 fi
16136 # Put the nasty error message in config.log where it belongs
16137 echo "$SQLITE_PKG_ERRORS" >&5
16138
16139 shared_sqlite=no
16140 elif test $pkg_failed = untried; then
16141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16142 $as_echo "no" >&6; }
16143 shared_sqlite=no
16144 else
16145 SQLITE_CFLAGS=$pkg_cv_SQLITE_CFLAGS
16146 SQLITE_LIBS=$pkg_cv_SQLITE_LIBS
16147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16148 $as_echo "yes" >&6; }
16149
16150 shared_sqlite=yes
16151
16152 fi
16153 fi
16154
16155 if test "$shared_sqlite" = no; then
16156 SQLITE_OBJ='sqlite3.$(OBJEXT)'
16157 fi
16158
16159 SQLITE_LD="$SQLITE_LIBS"
16160
16161 SQLITE_INCLUDES="$SQLITE_CFLAGS"
16162
16163
16164
16165
16166
16167 # Check whether --with-confdir was given.
16168 if test "${with_confdir+set}" = set; then :
16169 withval=$with_confdir; sysconfdir=`echo $withval | sed 's/\/$//'`
16170 else
16171 confdir='${sysconfdir}'
16172 fi
16173
16174
16175 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
16176 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
16177 last_ac_define_dir=`eval echo $sysconfdir`
16178 ac_define_dir=`eval echo $last_ac_define_dir`
16179 ac_define_dir_counter=0
16180 while test "x$last_ac_define_dir" != "x$ac_define_dir"; do
16181 last_ac_define_dir="$ac_define_dir"
16182 ac_define_dir=`eval echo $last_ac_define_dir`
16183 as_fn_arith $ac_define_dir_counter + 1 && ac_define_dir_counter=$as_val
16184 if test "x$ac_define_dir_counter" = x128; then :
16185 as_fn_error $? "detected recusive directory expansion when expanding ETC_DIR=$sysconfdir: $ac_define_dir" "$LINENO" 5
16186 break
16187 fi
16188 done
16189 ETC_DIR="$ac_define_dir"
16190
16191
16192 cat >>confdefs.h <<_ACEOF
16193 #define ETC_DIR "$ac_define_dir"
16194 _ACEOF
16195
16196
16197
16198
16199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to modify logdir" >&5
16200 $as_echo_n "checking whether to modify logdir... " >&6; }
16201
16202 # Check whether --with-logdir was given.
16203 if test "${with_logdir+set}" = set; then :
16204 withval=$with_logdir; logdir=`echo $withval | sed 's/\/$//'`
16205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16206 $as_echo "yes" >&6; }
16207 else
16208 if test "x$enable_fhs_paths" = "xyes"; then :
16209 logdir='${localstatedir}/log/${PACKAGE_TARNAME}'
16210 else
16211 logdir='${prefix}/logs'
16212 fi
16213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16214 $as_echo "no" >&6; }
16215 fi
16216
16217
16218 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
16219 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
16220 last_ac_define_dir=`eval echo $logdir`
16221 ac_define_dir=`eval echo $last_ac_define_dir`
16222 ac_define_dir_counter=0
16223 while test "x$last_ac_define_dir" != "x$ac_define_dir"; do
16224 last_ac_define_dir="$ac_define_dir"
16225 ac_define_dir=`eval echo $last_ac_define_dir`
16226 as_fn_arith $ac_define_dir_counter + 1 && ac_define_dir_counter=$as_val
16227 if test "x$ac_define_dir_counter" = x128; then :
16228 as_fn_error $? "detected recusive directory expansion when expanding LOG_DIR=$logdir: $ac_define_dir" "$LINENO" 5
16229 break
16230 fi
16231 done
16232 LOG_DIR="$ac_define_dir"
16233
16234
16235 cat >>confdefs.h <<_ACEOF
16236 #define LOG_DIR "$ac_define_dir"
16237 _ACEOF
16238
16239
16240
16241
16242 logdir=`(
16243 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
16244 test "x$exec_prefix" = xNONE && exec_prefix="${prefix}"
16245 eval echo \""$logdir"\"
16246 )`
16247
16248
16249
16250
16251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to modify helpdir" >&5
16252 $as_echo_n "checking whether to modify helpdir... " >&6; }
16253
16254 # Check whether --with-helpdir was given.
16255 if test "${with_helpdir+set}" = set; then :
16256 withval=$with_helpdir; helpdir=`echo $withval | sed 's/\/$//'`
16257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16258 $as_echo "yes" >&6; }
16259 else
16260 if test "x$enable_fhs_paths" = "xyes"; then :
16261 helpdir='${datadir}/${PACKAGE_TARNAME}/help'
16262 else
16263 helpdir='${prefix}/help'
16264 fi
16265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16266 $as_echo "no" >&6; }
16267 fi
16268
16269
16270 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
16271 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
16272 last_ac_define_dir=`eval echo $helpdir`
16273 ac_define_dir=`eval echo $last_ac_define_dir`
16274 ac_define_dir_counter=0
16275 while test "x$last_ac_define_dir" != "x$ac_define_dir"; do
16276 last_ac_define_dir="$ac_define_dir"
16277 ac_define_dir=`eval echo $last_ac_define_dir`
16278 as_fn_arith $ac_define_dir_counter + 1 && ac_define_dir_counter=$as_val
16279 if test "x$ac_define_dir_counter" = x128; then :
16280 as_fn_error $? "detected recusive directory expansion when expanding HELP_DIR=$helpdir: $ac_define_dir" "$LINENO" 5
16281 break
16282 fi
16283 done
16284 HELP_DIR="$ac_define_dir"
16285
16286
16287 cat >>confdefs.h <<_ACEOF
16288 #define HELP_DIR "$ac_define_dir"
16289 _ACEOF
16290
16291
16292
16293
16294 helpdir=`(
16295 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
16296 test "x$exec_prefix" = xNONE && exec_prefix="${prefix}"
16297 eval echo \""$helpdir"\"
16298 )`
16299
16300
16301
16302
16303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to modify moduledir" >&5
16304 $as_echo_n "checking whether to modify moduledir... " >&6; }
16305
16306 # Check whether --with-moduledir was given.
16307 if test "${with_moduledir+set}" = set; then :
16308 withval=$with_moduledir; moduledir=`echo $withval | sed 's/\/$//'`
16309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16310 $as_echo "yes" >&6; }
16311 else
16312 if test "x$enable_fhs_paths" = "xyes"; then :
16313 moduledir='${pkglibdir}/modules'
16314 else
16315 moduledir='${prefix}/modules'
16316 fi
16317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16318 $as_echo "no" >&6; }
16319
16320 fi
16321
16322
16323 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
16324 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
16325 last_ac_define_dir=`eval echo $moduledir`
16326 ac_define_dir=`eval echo $last_ac_define_dir`
16327 ac_define_dir_counter=0
16328 while test "x$last_ac_define_dir" != "x$ac_define_dir"; do
16329 last_ac_define_dir="$ac_define_dir"
16330 ac_define_dir=`eval echo $last_ac_define_dir`
16331 as_fn_arith $ac_define_dir_counter + 1 && ac_define_dir_counter=$as_val
16332 if test "x$ac_define_dir_counter" = x128; then :
16333 as_fn_error $? "detected recusive directory expansion when expanding MODULE_DIR=$moduledir: $ac_define_dir" "$LINENO" 5
16334 break
16335 fi
16336 done
16337 MODULE_DIR="$ac_define_dir"
16338
16339
16340 cat >>confdefs.h <<_ACEOF
16341 #define MODULE_DIR "$ac_define_dir"
16342 _ACEOF
16343
16344
16345
16346
16347 moduledir=`(
16348 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
16349 test "x$exec_prefix" = xNONE && exec_prefix="${prefix}"
16350 eval echo \""$moduledir"\"
16351 )`
16352
16353
16354
16355
16356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether or modify rundir" >&5
16357 $as_echo_n "checking whether or modify rundir... " >&6; }
16358
16359 # Check whether --with-rundir was given.
16360 if test "${with_rundir+set}" = set; then :
16361 withval=$with_rundir; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16362 $as_echo "yes" >&6; }
16363 rundir=`echo $withval | sed 's/\/$//'`
16364 else
16365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16366 $as_echo "no" >&6; }
16367 if test "x$enable_fhs_paths" = "xyes"; then :
16368 rundir='${prefix}/run'
16369 else
16370 rundir='${sysconfdir}'
16371 fi
16372 fi
16373
16374
16375
16376 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
16377 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
16378 last_ac_define_dir=`eval echo $pkgrundir`
16379 ac_define_dir=`eval echo $last_ac_define_dir`
16380 ac_define_dir_counter=0
16381 while test "x$last_ac_define_dir" != "x$ac_define_dir"; do
16382 last_ac_define_dir="$ac_define_dir"
16383 ac_define_dir=`eval echo $last_ac_define_dir`
16384 as_fn_arith $ac_define_dir_counter + 1 && ac_define_dir_counter=$as_val
16385 if test "x$ac_define_dir_counter" = x128; then :
16386 as_fn_error $? "detected recusive directory expansion when expanding PKGRUNDIR=$pkgrundir: $ac_define_dir" "$LINENO" 5
16387 break
16388 fi
16389 done
16390 PKGRUNDIR="$ac_define_dir"
16391
16392
16393 cat >>confdefs.h <<_ACEOF
16394 #define PKGRUNDIR "$ac_define_dir"
16395 _ACEOF
16396
16397
16398
16399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for program prefix" >&5
16400 $as_echo_n "checking for program prefix... " >&6; }
16401
16402 # Check whether --with-program-prefix was given.
16403 if test "${with_program_prefix+set}" = set; then :
16404 withval=$with_program_prefix; test "x$with_program_prefix" = "xno" && with_program_prefix=
16405 else
16406 with_program_prefix=
16407 fi
16408
16409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$with_program_prefix\"" >&5
16410 $as_echo "\"$with_program_prefix\"" >&6; }
16411 PROGRAM_PREFIX="$with_program_prefix"
16412
16413
16414 cat >>confdefs.h <<_ACEOF
16415 #define PROGRAM_PREFIX "$with_program_prefix"
16416 _ACEOF
16417
16418
16419
16420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether custom branding is requested" >&5
16421 $as_echo_n "checking whether custom branding is requested... " >&6; }
16422
16423 # Check whether --with-custom-branding was given.
16424 if test "${with_custom_branding+set}" = set; then :
16425 withval=$with_custom_branding; BRANDING_NAME=$withval
16426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16427 $as_echo "yes" >&6; }
16428 else
16429 BRANDING_NAME=$PACKAGE_NAME
16430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16431 $as_echo "no" >&6; }
16432
16433 fi
16434
16435
16436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a custom version is requested" >&5
16437 $as_echo_n "checking whether a custom version is requested... " >&6; }
16438
16439 # Check whether --with-custom-version was given.
16440 if test "${with_custom_version+set}" = set; then :
16441 withval=$with_custom_version; BRANDING_VERSION=$withval
16442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16443 $as_echo "yes" >&6; }
16444 else
16445 BRANDING_VERSION=$PACKAGE_VERSION
16446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16447 $as_echo "no" >&6; }
16448
16449 fi
16450
16451
16452
16453 cat >>confdefs.h <<_ACEOF
16454 #define BRANDING_NAME "$BRANDING_NAME"
16455 _ACEOF
16456
16457
16458 cat >>confdefs.h <<_ACEOF
16459 #define BRANDING_VERSION "$BRANDING_VERSION"
16460 _ACEOF
16461
16462
16463 if test "x$BRANDING_NAME" != "x$PACKAGE_NAME"; then
16464
16465 $as_echo "#define CUSTOM_BRANDING 1" >>confdefs.h
16466
16467 fi
16468
16469
16470 # Check whether --enable-assert was given.
16471 if test "${enable_assert+set}" = set; then :
16472 enableval=$enable_assert; assert=$enableval
16473 else
16474 assert=no
16475 fi
16476
16477
16478 if test "$assert" = no; then
16479
16480 $as_echo "#define NDEBUG 1" >>confdefs.h
16481
16482 elif test "$assert" = soft; then
16483
16484 $as_echo "#define SOFT_ASSERT 1" >>confdefs.h
16485
16486
16487 $as_echo "#define NDEBUG 1" >>confdefs.h
16488
16489 elif test "$assert" = yes; then
16490 assert = "hard";
16491 fi
16492
16493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if you want IO Debugging hooks" >&5
16494 $as_echo_n "checking if you want IO Debugging hooks... " >&6; }
16495 # Check whether --enable-iodebug was given.
16496 if test "${enable_iodebug+set}" = set; then :
16497 enableval=$enable_iodebug; iodebug=$enableval
16498 else
16499 iodebug=no
16500 fi
16501
16502
16503 if test "$iodebug" = yes; then
16504
16505 $as_echo "#define USE_IODEBUG_HOOKS 1" >>confdefs.h
16506
16507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16508 $as_echo "yes" >&6; }
16509 else
16510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16511 $as_echo "no" >&6; }
16512 fi
16513
16514
16515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if you want to do a profile build" >&5
16516 $as_echo_n "checking if you want to do a profile build... " >&6; }
16517 # Check whether --enable-profile was given.
16518 if test "${enable_profile+set}" = set; then :
16519 enableval=$enable_profile; profile=$enableval
16520 else
16521 profile=no
16522 fi
16523
16524
16525 if test "$profile" = yes; then
16526 if test "$ac_cv_c_compiler_gnu" = yes; then
16527 IRC_CFLAGS="$IRC_CFLAGS -pg"
16528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, adding -pg" >&5
16529 $as_echo "yes, adding -pg" >&6; }
16530
16531 $as_echo "#define CHARYBDIS_PROFILE 1" >>confdefs.h
16532
16533 else
16534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, profile builds only work with gcc" >&5
16535 $as_echo "no, profile builds only work with gcc" >&6; }
16536 fi
16537 else
16538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16539 $as_echo "no" >&6; }
16540 fi
16541
16542 # Check whether --enable-balloc was given.
16543 if test "${enable_balloc+set}" = set; then :
16544 enableval=$enable_balloc; balloc=$enableval
16545 else
16546 balloc=yes
16547 fi
16548
16549
16550 if test "$balloc" = no; then
16551
16552 $as_echo "#define NOBALLOC 1" >>confdefs.h
16553
16554 fi
16555
16556 # Check whether --enable-small-net was given.
16557 if test "${enable_small_net+set}" = set; then :
16558 enableval=$enable_small_net; small_net=$enableval
16559 else
16560 small_net=no
16561 fi
16562
16563
16564 if test "$small_net" = yes; then
16565
16566 $as_echo "#define NICKNAMEHISTORYLENGTH 1500" >>confdefs.h
16567
16568
16569 $as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h
16570
16571
16572 $as_echo "#define BAN_HEAP_SIZE 128" >>confdefs.h
16573
16574
16575 $as_echo "#define CLIENT_HEAP_SIZE 256" >>confdefs.h
16576
16577
16578 $as_echo "#define LCLIENT_HEAP_SIZE 128" >>confdefs.h
16579
16580
16581 $as_echo "#define PCLIENT_HEAP_SIZE 32" >>confdefs.h
16582
16583
16584 $as_echo "#define USER_HEAP_SIZE 128" >>confdefs.h
16585
16586
16587 $as_echo "#define DNODE_HEAP_SIZE 256" >>confdefs.h
16588
16589
16590 $as_echo "#define TOPIC_HEAP_SIZE 256" >>confdefs.h
16591
16592
16593 $as_echo "#define LINEBUF_HEAP_SIZE 128" >>confdefs.h
16594
16595
16596 $as_echo "#define MEMBER_HEAP_SIZE 256" >>confdefs.h
16597
16598
16599 $as_echo "#define ND_HEAP_SIZE 128" >>confdefs.h
16600
16601
16602 $as_echo "#define CONFITEM_HEAP_SIZE 128" >>confdefs.h
16603
16604
16605 $as_echo "#define MONITOR_HEAP_SIZE 128" >>confdefs.h
16606
16607
16608 $as_echo "#define FD_HEAP_SIZE 128" >>confdefs.h
16609
16610
16611 $as_echo "#define AWAY_HEAP_SIZE 128" >>confdefs.h
16612
16613 else
16614
16615 $as_echo "#define NICKNAMEHISTORYLENGTH 15000" >>confdefs.h
16616
16617
16618 $as_echo "#define CHANNEL_HEAP_SIZE 8192" >>confdefs.h
16619
16620
16621 $as_echo "#define BAN_HEAP_SIZE 4096" >>confdefs.h
16622
16623
16624 $as_echo "#define CLIENT_HEAP_SIZE 8192" >>confdefs.h
16625
16626
16627 $as_echo "#define LCLIENT_HEAP_SIZE 1024" >>confdefs.h
16628
16629
16630 $as_echo "#define PCLIENT_HEAP_SIZE 256" >>confdefs.h
16631
16632
16633 $as_echo "#define USER_HEAP_SIZE 8192" >>confdefs.h
16634
16635
16636 $as_echo "#define DNODE_HEAP_SIZE 8192" >>confdefs.h
16637
16638
16639 $as_echo "#define TOPIC_HEAP_SIZE 4096" >>confdefs.h
16640
16641
16642 $as_echo "#define LINEBUF_HEAP_SIZE 2048" >>confdefs.h
16643
16644
16645 $as_echo "#define MEMBER_HEAP_SIZE 32768" >>confdefs.h
16646
16647
16648 $as_echo "#define ND_HEAP_SIZE 512" >>confdefs.h
16649
16650
16651 $as_echo "#define CONFITEM_HEAP_SIZE 256" >>confdefs.h
16652
16653
16654 $as_echo "#define MONITOR_HEAP_SIZE 1024" >>confdefs.h
16655
16656
16657 $as_echo "#define FD_HEAP_SIZE 1024" >>confdefs.h
16658
16659
16660 $as_echo "#define AWAY_HEAP_SIZE 512" >>confdefs.h
16661
16662 fi
16663
16664
16665 # Check whether --with-nicklen was given.
16666 if test "${with_nicklen+set}" = set; then :
16667 withval=$with_nicklen;
16668 if ! expr "$withval" + 0 >/dev/null 2>&1; then
16669 as_fn_error $? "NICKLEN must be a numeric value" "$LINENO" 5
16670 fi
16671 if test $withval -gt 50; then
16672 NICKLEN=50
16673 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: NICKLEN has a hard limit of 50. Setting NICKLEN=50" >&5
16674 $as_echo "$as_me: WARNING: NICKLEN has a hard limit of 50. Setting NICKLEN=50" >&2;}
16675 elif test $withval -lt 9; then
16676 NICKLEN=9
16677 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: NICKLEN has a lower limit of 9. Setting NICKLEN=9" >&5
16678 $as_echo "$as_me: WARNING: NICKLEN has a lower limit of 9. Setting NICKLEN=9" >&2;}
16679 else
16680 NICKLEN="$withval"
16681 fi
16682
16683 else
16684 NICKLEN=31
16685 fi
16686
16687
16688
16689 # Check whether --with-topiclen was given.
16690 if test "${with_topiclen+set}" = set; then :
16691 withval=$with_topiclen;
16692 if test $withval -ge 390; then
16693 TOPICLEN=390
16694 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: TOPICLEN has a hard limit of 390. Setting TOPICLEN=390" >&5
16695 $as_echo "$as_me: WARNING: TOPICLEN has a hard limit of 390. Setting TOPICLEN=390" >&2;}
16696 else
16697 TOPICLEN=$withval
16698 fi
16699
16700 else
16701 TOPICLEN=390
16702 fi
16703
16704
16705
16706 cat >>confdefs.h <<_ACEOF
16707 #define TOPICLEN ${TOPICLEN}
16708 _ACEOF
16709
16710
16711 cat >>confdefs.h <<_ACEOF
16712 #define NICKLEN (${NICKLEN}+1)
16713 _ACEOF
16714
16715
16716 # rpath, for finding libratbox.so at run time
16717 hold_ldflags=$LDFLAGS
16718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the ld -rpath flag" >&5
16719 $as_echo_n "checking for the ld -rpath flag... " >&6; }
16720 LDFLAGS="${LDFLAGS} -Wl,-rpath=${libdir}"
16721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16722 /* end confdefs.h. */
16723
16724 int
16725 main ()
16726 {
16727 int i;
16728 ;
16729 return 0;
16730 }
16731 _ACEOF
16732 if ac_fn_c_try_link "$LINENO"; then :
16733 found=yes
16734 else
16735 found=no
16736 fi
16737 rm -f core conftest.err conftest.$ac_objext \
16738 conftest$ac_exeext conftest.$ac_ext
16739 LDFLAGS=$hold_ldflags
16740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $found" >&5
16741 $as_echo "$found" >&6; }
16742 if test "$found" = yes; then
16743 LDFLAGS="${LDFLAGS} -Wl,-rpath=\${libdir}"
16744 fi
16745
16746 # This must be down here, or it will mess up checks like the ones
16747 # for -Wl,-export-dynamic
16748 # -- jilles
16749 CWARNS=""
16750 # Check whether --enable-warnings was given.
16751 if test "${enable_warnings+set}" = set; then :
16752 enableval=$enable_warnings;
16753 IRC_CFLAGS="$IRC_CFLAGS -O0"
16754 CFLAGS="$IRC_CFLAGS"
16755
16756
16757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCC flag(s) -Wall" >&5
16758 $as_echo_n "checking GCC flag(s) -Wall... " >&6; }
16759 if test "${GCC-no}" = yes
16760 then
16761 if ${charybdis_cv_c_gcc_w_all+:} false; then :
16762 $as_echo_n "(cached) " >&6
16763 else
16764
16765 oldcflags="${CFLAGS-}"
16766 CFLAGS="${CFLAGS-} ${CWARNS} -Wall -Werror"
16767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16768 /* end confdefs.h. */
16769
16770 #include <string.h>
16771 #include <stdio.h>
16772 int main(void);
16773
16774 int
16775 main ()
16776 {
16777
16778 (void)strcmp("a","b"); fprintf(stdout,"test ok\n");
16779
16780 ;
16781 return 0;
16782 }
16783 _ACEOF
16784 if ac_fn_c_try_compile "$LINENO"; then :
16785 charybdis_cv_c_gcc_w_all=yes
16786 else
16787 charybdis_cv_c_gcc_w_all=no
16788 fi
16789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16790 CFLAGS="${oldcflags}"
16791 fi
16792
16793 if test "x$charybdis_cv_c_gcc_w_all" = xyes; then
16794 CWARNS="${CWARNS}-Wall "
16795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
16796 $as_echo "ok" >&6; }
16797 else
16798 charybdis_cv_c_gcc_w_all=''
16799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16800 $as_echo "no" >&6; }
16801 fi
16802 else
16803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16804 $as_echo "no" >&6; }
16805 fi
16806
16807
16808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCC flag(s) -Wpointer-arith" >&5
16809 $as_echo_n "checking GCC flag(s) -Wpointer-arith... " >&6; }
16810 if test "${GCC-no}" = yes
16811 then
16812 if ${charybdis_cv_c_gcc_w_pointer_arith+:} false; then :
16813 $as_echo_n "(cached) " >&6
16814 else
16815
16816 oldcflags="${CFLAGS-}"
16817 CFLAGS="${CFLAGS-} ${CWARNS} -Wpointer-arith -Werror"
16818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16819 /* end confdefs.h. */
16820
16821 #include <string.h>
16822 #include <stdio.h>
16823 int main(void);
16824
16825 int
16826 main ()
16827 {
16828
16829 (void)strcmp("a","b"); fprintf(stdout,"test ok\n");
16830
16831 ;
16832 return 0;
16833 }
16834 _ACEOF
16835 if ac_fn_c_try_compile "$LINENO"; then :
16836 charybdis_cv_c_gcc_w_pointer_arith=yes
16837 else
16838 charybdis_cv_c_gcc_w_pointer_arith=no
16839 fi
16840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16841 CFLAGS="${oldcflags}"
16842 fi
16843
16844 if test "x$charybdis_cv_c_gcc_w_pointer_arith" = xyes; then
16845 CWARNS="${CWARNS}-Wpointer-arith "
16846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
16847 $as_echo "ok" >&6; }
16848 else
16849 charybdis_cv_c_gcc_w_pointer_arith=''
16850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16851 $as_echo "no" >&6; }
16852 fi
16853 else
16854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16855 $as_echo "no" >&6; }
16856 fi
16857
16858
16859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCC flag(s) -Wimplicit -Wnested-externs" >&5
16860 $as_echo_n "checking GCC flag(s) -Wimplicit -Wnested-externs... " >&6; }
16861 if test "${GCC-no}" = yes
16862 then
16863 if ${charybdis_cv_c_gcc_w_implicit+:} false; then :
16864 $as_echo_n "(cached) " >&6
16865 else
16866
16867 oldcflags="${CFLAGS-}"
16868 CFLAGS="${CFLAGS-} ${CWARNS} -Wimplicit -Wnested-externs -Werror"
16869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16870 /* end confdefs.h. */
16871
16872 #include <string.h>
16873 #include <stdio.h>
16874 int main(void);
16875
16876 int
16877 main ()
16878 {
16879
16880 (void)strcmp("a","b"); fprintf(stdout,"test ok\n");
16881
16882 ;
16883 return 0;
16884 }
16885 _ACEOF
16886 if ac_fn_c_try_compile "$LINENO"; then :
16887 charybdis_cv_c_gcc_w_implicit=yes
16888 else
16889 charybdis_cv_c_gcc_w_implicit=no
16890 fi
16891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16892 CFLAGS="${oldcflags}"
16893 fi
16894
16895 if test "x$charybdis_cv_c_gcc_w_implicit" = xyes; then
16896 CWARNS="${CWARNS}-Wimplicit -Wnested-externs "
16897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
16898 $as_echo "ok" >&6; }
16899 else
16900 charybdis_cv_c_gcc_w_implicit=''
16901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16902 $as_echo "no" >&6; }
16903 fi
16904 else
16905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16906 $as_echo "no" >&6; }
16907 fi
16908
16909
16910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCC flag(s) -Wcast-align" >&5
16911 $as_echo_n "checking GCC flag(s) -Wcast-align... " >&6; }
16912 if test "${GCC-no}" = yes
16913 then
16914 if ${charybdis_cv_c_gcc_w_cast_align+:} false; then :
16915 $as_echo_n "(cached) " >&6
16916 else
16917
16918 oldcflags="${CFLAGS-}"
16919 CFLAGS="${CFLAGS-} ${CWARNS} -Wcast-align -Werror"
16920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16921 /* end confdefs.h. */
16922
16923 #include <string.h>
16924 #include <stdio.h>
16925 int main(void);
16926
16927 int
16928 main ()
16929 {
16930
16931 (void)strcmp("a","b"); fprintf(stdout,"test ok\n");
16932
16933 ;
16934 return 0;
16935 }
16936 _ACEOF
16937 if ac_fn_c_try_compile "$LINENO"; then :
16938 charybdis_cv_c_gcc_w_cast_align=yes
16939 else
16940 charybdis_cv_c_gcc_w_cast_align=no
16941 fi
16942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16943 CFLAGS="${oldcflags}"
16944 fi
16945
16946 if test "x$charybdis_cv_c_gcc_w_cast_align" = xyes; then
16947 CWARNS="${CWARNS}-Wcast-align "
16948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
16949 $as_echo "ok" >&6; }
16950 else
16951 charybdis_cv_c_gcc_w_cast_align=''
16952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16953 $as_echo "no" >&6; }
16954 fi
16955 else
16956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16957 $as_echo "no" >&6; }
16958 fi
16959
16960
16961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCC flag(s) -Wcast-qual" >&5
16962 $as_echo_n "checking GCC flag(s) -Wcast-qual... " >&6; }
16963 if test "${GCC-no}" = yes
16964 then
16965 if ${charybdis_cv_c_gcc_w_cast_qual+:} false; then :
16966 $as_echo_n "(cached) " >&6
16967 else
16968
16969 oldcflags="${CFLAGS-}"
16970 CFLAGS="${CFLAGS-} ${CWARNS} -Wcast-qual -Werror"
16971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16972 /* end confdefs.h. */
16973
16974 #include <string.h>
16975 #include <stdio.h>
16976 int main(void);
16977
16978 int
16979 main ()
16980 {
16981
16982 (void)strcmp("a","b"); fprintf(stdout,"test ok\n");
16983
16984 ;
16985 return 0;
16986 }
16987 _ACEOF
16988 if ac_fn_c_try_compile "$LINENO"; then :
16989 charybdis_cv_c_gcc_w_cast_qual=yes
16990 else
16991 charybdis_cv_c_gcc_w_cast_qual=no
16992 fi
16993 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16994 CFLAGS="${oldcflags}"
16995 fi
16996
16997 if test "x$charybdis_cv_c_gcc_w_cast_qual" = xyes; then
16998 CWARNS="${CWARNS}-Wcast-qual "
16999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
17000 $as_echo "ok" >&6; }
17001 else
17002 charybdis_cv_c_gcc_w_cast_qual=''
17003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17004 $as_echo "no" >&6; }
17005 fi
17006 else
17007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17008 $as_echo "no" >&6; }
17009 fi
17010
17011
17012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCC flag(s) -Wwrite-strings" >&5
17013 $as_echo_n "checking GCC flag(s) -Wwrite-strings... " >&6; }
17014 if test "${GCC-no}" = yes
17015 then
17016 if ${charybdis_cv_c_gcc_w_write_strings+:} false; then :
17017 $as_echo_n "(cached) " >&6
17018 else
17019
17020 oldcflags="${CFLAGS-}"
17021 CFLAGS="${CFLAGS-} ${CWARNS} -Wwrite-strings -Werror"
17022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17023 /* end confdefs.h. */
17024
17025 #include <string.h>
17026 #include <stdio.h>
17027 int main(void);
17028
17029 int
17030 main ()
17031 {
17032
17033 (void)strcmp("a","b"); fprintf(stdout,"test ok\n");
17034
17035 ;
17036 return 0;
17037 }
17038 _ACEOF
17039 if ac_fn_c_try_compile "$LINENO"; then :
17040 charybdis_cv_c_gcc_w_write_strings=yes
17041 else
17042 charybdis_cv_c_gcc_w_write_strings=no
17043 fi
17044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17045 CFLAGS="${oldcflags}"
17046 fi
17047
17048 if test "x$charybdis_cv_c_gcc_w_write_strings" = xyes; then
17049 CWARNS="${CWARNS}-Wwrite-strings "
17050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
17051 $as_echo "ok" >&6; }
17052 else
17053 charybdis_cv_c_gcc_w_write_strings=''
17054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17055 $as_echo "no" >&6; }
17056 fi
17057 else
17058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17059 $as_echo "no" >&6; }
17060 fi
17061
17062
17063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCC flag(s) -Werror-implicit-function-declaration" >&5
17064 $as_echo_n "checking GCC flag(s) -Werror-implicit-function-declaration... " >&6; }
17065 if test "${GCC-no}" = yes
17066 then
17067 if ${charybdis_cv_c_gcc_w_error_implicit_function_declaration+:} false; then :
17068 $as_echo_n "(cached) " >&6
17069 else
17070
17071 oldcflags="${CFLAGS-}"
17072 CFLAGS="${CFLAGS-} ${CWARNS} -Werror-implicit-function-declaration -Werror"
17073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17074 /* end confdefs.h. */
17075
17076 #include <string.h>
17077 #include <stdio.h>
17078 int main(void);
17079
17080 int
17081 main ()
17082 {
17083
17084 (void)strcmp("a","b"); fprintf(stdout,"test ok\n");
17085
17086 ;
17087 return 0;
17088 }
17089 _ACEOF
17090 if ac_fn_c_try_compile "$LINENO"; then :
17091 charybdis_cv_c_gcc_w_error_implicit_function_declaration=yes
17092 else
17093 charybdis_cv_c_gcc_w_error_implicit_function_declaration=no
17094 fi
17095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17096 CFLAGS="${oldcflags}"
17097 fi
17098
17099 if test "x$charybdis_cv_c_gcc_w_error_implicit_function_declaration" = xyes; then
17100 CWARNS="${CWARNS}-Werror-implicit-function-declaration "
17101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
17102 $as_echo "ok" >&6; }
17103 else
17104 charybdis_cv_c_gcc_w_error_implicit_function_declaration=''
17105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17106 $as_echo "no" >&6; }
17107 fi
17108 else
17109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17110 $as_echo "no" >&6; }
17111 fi
17112
17113
17114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCC flag(s) -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations" >&5
17115 $as_echo_n "checking GCC flag(s) -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations... " >&6; }
17116 if test "${GCC-no}" = yes
17117 then
17118 if ${charybdis_cv_c_gcc_prototypes+:} false; then :
17119 $as_echo_n "(cached) " >&6
17120 else
17121
17122 oldcflags="${CFLAGS-}"
17123 CFLAGS="${CFLAGS-} ${CWARNS} -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Werror"
17124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17125 /* end confdefs.h. */
17126
17127 #include <string.h>
17128 #include <stdio.h>
17129 int main(void);
17130
17131 int
17132 main ()
17133 {
17134
17135 (void)strcmp("a","b"); fprintf(stdout,"test ok\n");
17136
17137 ;
17138 return 0;
17139 }
17140 _ACEOF
17141 if ac_fn_c_try_compile "$LINENO"; then :
17142 charybdis_cv_c_gcc_prototypes=yes
17143 else
17144 charybdis_cv_c_gcc_prototypes=no
17145 fi
17146 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17147 CFLAGS="${oldcflags}"
17148 fi
17149
17150 if test "x$charybdis_cv_c_gcc_prototypes" = xyes; then
17151 CWARNS="${CWARNS}-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations "
17152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
17153 $as_echo "ok" >&6; }
17154 else
17155 charybdis_cv_c_gcc_prototypes=''
17156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17157 $as_echo "no" >&6; }
17158 fi
17159 else
17160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17161 $as_echo "no" >&6; }
17162 fi
17163
17164
17165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCC flag(s) -Wparenthesis" >&5
17166 $as_echo_n "checking GCC flag(s) -Wparenthesis... " >&6; }
17167 if test "${GCC-no}" = yes
17168 then
17169 if ${charybdis_cv_c_gcc_parenthesis+:} false; then :
17170 $as_echo_n "(cached) " >&6
17171 else
17172
17173 oldcflags="${CFLAGS-}"
17174 CFLAGS="${CFLAGS-} ${CWARNS} -Wparenthesis -Werror"
17175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17176 /* end confdefs.h. */
17177
17178 #include <string.h>
17179 #include <stdio.h>
17180 int main(void);
17181
17182 int
17183 main ()
17184 {
17185
17186 (void)strcmp("a","b"); fprintf(stdout,"test ok\n");
17187
17188 ;
17189 return 0;
17190 }
17191 _ACEOF
17192 if ac_fn_c_try_compile "$LINENO"; then :
17193 charybdis_cv_c_gcc_parenthesis=yes
17194 else
17195 charybdis_cv_c_gcc_parenthesis=no
17196 fi
17197 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17198 CFLAGS="${oldcflags}"
17199 fi
17200
17201 if test "x$charybdis_cv_c_gcc_parenthesis" = xyes; then
17202 CWARNS="${CWARNS}-Wparenthesis "
17203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
17204 $as_echo "ok" >&6; }
17205 else
17206 charybdis_cv_c_gcc_parenthesis=''
17207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17208 $as_echo "no" >&6; }
17209 fi
17210 else
17211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17212 $as_echo "no" >&6; }
17213 fi
17214
17215
17216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCC flag(s) -W -Wno-unused" >&5
17217 $as_echo_n "checking GCC flag(s) -W -Wno-unused... " >&6; }
17218 if test "${GCC-no}" = yes
17219 then
17220 if ${charybdis_cv_c_gcc_w+:} false; then :
17221 $as_echo_n "(cached) " >&6
17222 else
17223
17224 oldcflags="${CFLAGS-}"
17225 CFLAGS="${CFLAGS-} ${CWARNS} -W -Wno-unused -Werror"
17226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17227 /* end confdefs.h. */
17228
17229 #include <string.h>
17230 #include <stdio.h>
17231 int main(void);
17232
17233 int
17234 main ()
17235 {
17236
17237 (void)strcmp("a","b"); fprintf(stdout,"test ok\n");
17238
17239 ;
17240 return 0;
17241 }
17242 _ACEOF
17243 if ac_fn_c_try_compile "$LINENO"; then :
17244 charybdis_cv_c_gcc_w=yes
17245 else
17246 charybdis_cv_c_gcc_w=no
17247 fi
17248 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17249 CFLAGS="${oldcflags}"
17250 fi
17251
17252 if test "x$charybdis_cv_c_gcc_w" = xyes; then
17253 CWARNS="${CWARNS}-W -Wno-unused "
17254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
17255 $as_echo "ok" >&6; }
17256 else
17257 charybdis_cv_c_gcc_w=''
17258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17259 $as_echo "no" >&6; }
17260 fi
17261 else
17262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17263 $as_echo "no" >&6; }
17264 fi
17265
17266
17267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCC flag(s) -Wextra" >&5
17268 $as_echo_n "checking GCC flag(s) -Wextra... " >&6; }
17269 if test "${GCC-no}" = yes
17270 then
17271 if ${charybdis_cv_c_gcc_w_extra+:} false; then :
17272 $as_echo_n "(cached) " >&6
17273 else
17274
17275 oldcflags="${CFLAGS-}"
17276 CFLAGS="${CFLAGS-} ${CWARNS} -Wextra -Werror"
17277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17278 /* end confdefs.h. */
17279
17280 #include <string.h>
17281 #include <stdio.h>
17282 int main(void);
17283
17284 int
17285 main ()
17286 {
17287
17288 (void)strcmp("a","b"); fprintf(stdout,"test ok\n");
17289
17290 ;
17291 return 0;
17292 }
17293 _ACEOF
17294 if ac_fn_c_try_compile "$LINENO"; then :
17295 charybdis_cv_c_gcc_w_extra=yes
17296 else
17297 charybdis_cv_c_gcc_w_extra=no
17298 fi
17299 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17300 CFLAGS="${oldcflags}"
17301 fi
17302
17303 if test "x$charybdis_cv_c_gcc_w_extra" = xyes; then
17304 CWARNS="${CWARNS}-Wextra "
17305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
17306 $as_echo "ok" >&6; }
17307 else
17308 charybdis_cv_c_gcc_w_extra=''
17309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17310 $as_echo "no" >&6; }
17311 fi
17312 else
17313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17314 $as_echo "no" >&6; }
17315 fi
17316
17317
17318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCC flag(s) -Wshadow" >&5
17319 $as_echo_n "checking GCC flag(s) -Wshadow... " >&6; }
17320 if test "${GCC-no}" = yes
17321 then
17322 if ${charybdis_cv_c_gcc_w_shadow+:} false; then :
17323 $as_echo_n "(cached) " >&6
17324 else
17325
17326 oldcflags="${CFLAGS-}"
17327 CFLAGS="${CFLAGS-} ${CWARNS} -Wshadow -Werror"
17328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17329 /* end confdefs.h. */
17330
17331 #include <string.h>
17332 #include <stdio.h>
17333 int main(void);
17334
17335 int
17336 main ()
17337 {
17338
17339 (void)strcmp("a","b"); fprintf(stdout,"test ok\n");
17340
17341 ;
17342 return 0;
17343 }
17344 _ACEOF
17345 if ac_fn_c_try_compile "$LINENO"; then :
17346 charybdis_cv_c_gcc_w_shadow=yes
17347 else
17348 charybdis_cv_c_gcc_w_shadow=no
17349 fi
17350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17351 CFLAGS="${oldcflags}"
17352 fi
17353
17354 if test "x$charybdis_cv_c_gcc_w_shadow" = xyes; then
17355 CWARNS="${CWARNS}-Wshadow "
17356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
17357 $as_echo "ok" >&6; }
17358 else
17359 charybdis_cv_c_gcc_w_shadow=''
17360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17361 $as_echo "no" >&6; }
17362 fi
17363 else
17364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17365 $as_echo "no" >&6; }
17366 fi
17367
17368
17369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCC flag(s) -Wmissing-noreturn" >&5
17370 $as_echo_n "checking GCC flag(s) -Wmissing-noreturn... " >&6; }
17371 if test "${GCC-no}" = yes
17372 then
17373 if ${charybdis_cv_c_gcc_w_missing_noreturn+:} false; then :
17374 $as_echo_n "(cached) " >&6
17375 else
17376
17377 oldcflags="${CFLAGS-}"
17378 CFLAGS="${CFLAGS-} ${CWARNS} -Wmissing-noreturn -Werror"
17379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17380 /* end confdefs.h. */
17381
17382 #include <string.h>
17383 #include <stdio.h>
17384 int main(void);
17385
17386 int
17387 main ()
17388 {
17389
17390 (void)strcmp("a","b"); fprintf(stdout,"test ok\n");
17391
17392 ;
17393 return 0;
17394 }
17395 _ACEOF
17396 if ac_fn_c_try_compile "$LINENO"; then :
17397 charybdis_cv_c_gcc_w_missing_noreturn=yes
17398 else
17399 charybdis_cv_c_gcc_w_missing_noreturn=no
17400 fi
17401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17402 CFLAGS="${oldcflags}"
17403 fi
17404
17405 if test "x$charybdis_cv_c_gcc_w_missing_noreturn" = xyes; then
17406 CWARNS="${CWARNS}-Wmissing-noreturn "
17407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
17408 $as_echo "ok" >&6; }
17409 else
17410 charybdis_cv_c_gcc_w_missing_noreturn=''
17411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17412 $as_echo "no" >&6; }
17413 fi
17414 else
17415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17416 $as_echo "no" >&6; }
17417 fi
17418
17419
17420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCC flag(s) -Wundef" >&5
17421 $as_echo_n "checking GCC flag(s) -Wundef... " >&6; }
17422 if test "${GCC-no}" = yes
17423 then
17424 if ${charybdis_cv_c_gcc_w_undef+:} false; then :
17425 $as_echo_n "(cached) " >&6
17426 else
17427
17428 oldcflags="${CFLAGS-}"
17429 CFLAGS="${CFLAGS-} ${CWARNS} -Wundef -Werror"
17430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17431 /* end confdefs.h. */
17432
17433 #include <string.h>
17434 #include <stdio.h>
17435 int main(void);
17436
17437 int
17438 main ()
17439 {
17440
17441 (void)strcmp("a","b"); fprintf(stdout,"test ok\n");
17442
17443 ;
17444 return 0;
17445 }
17446 _ACEOF
17447 if ac_fn_c_try_compile "$LINENO"; then :
17448 charybdis_cv_c_gcc_w_undef=yes
17449 else
17450 charybdis_cv_c_gcc_w_undef=no
17451 fi
17452 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17453 CFLAGS="${oldcflags}"
17454 fi
17455
17456 if test "x$charybdis_cv_c_gcc_w_undef" = xyes; then
17457 CWARNS="${CWARNS}-Wundef "
17458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
17459 $as_echo "ok" >&6; }
17460 else
17461 charybdis_cv_c_gcc_w_undef=''
17462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17463 $as_echo "no" >&6; }
17464 fi
17465 else
17466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17467 $as_echo "no" >&6; }
17468 fi
17469
17470
17471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCC flag(s) -Wpacked" >&5
17472 $as_echo_n "checking GCC flag(s) -Wpacked... " >&6; }
17473 if test "${GCC-no}" = yes
17474 then
17475 if ${charybdis_cv_c_gcc_w_packed+:} false; then :
17476 $as_echo_n "(cached) " >&6
17477 else
17478
17479 oldcflags="${CFLAGS-}"
17480 CFLAGS="${CFLAGS-} ${CWARNS} -Wpacked -Werror"
17481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17482 /* end confdefs.h. */
17483
17484 #include <string.h>
17485 #include <stdio.h>
17486 int main(void);
17487
17488 int
17489 main ()
17490 {
17491
17492 (void)strcmp("a","b"); fprintf(stdout,"test ok\n");
17493
17494 ;
17495 return 0;
17496 }
17497 _ACEOF
17498 if ac_fn_c_try_compile "$LINENO"; then :
17499 charybdis_cv_c_gcc_w_packed=yes
17500 else
17501 charybdis_cv_c_gcc_w_packed=no
17502 fi
17503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17504 CFLAGS="${oldcflags}"
17505 fi
17506
17507 if test "x$charybdis_cv_c_gcc_w_packed" = xyes; then
17508 CWARNS="${CWARNS}-Wpacked "
17509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
17510 $as_echo "ok" >&6; }
17511 else
17512 charybdis_cv_c_gcc_w_packed=''
17513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17514 $as_echo "no" >&6; }
17515 fi
17516 else
17517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17518 $as_echo "no" >&6; }
17519 fi
17520
17521
17522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCC flag(s) -Wnested-externs" >&5
17523 $as_echo_n "checking GCC flag(s) -Wnested-externs... " >&6; }
17524 if test "${GCC-no}" = yes
17525 then
17526 if ${charybdis_cv_c_gcc_w_nested_externs+:} false; then :
17527 $as_echo_n "(cached) " >&6
17528 else
17529
17530 oldcflags="${CFLAGS-}"
17531 CFLAGS="${CFLAGS-} ${CWARNS} -Wnested-externs -Werror"
17532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17533 /* end confdefs.h. */
17534
17535 #include <string.h>
17536 #include <stdio.h>
17537 int main(void);
17538
17539 int
17540 main ()
17541 {
17542
17543 (void)strcmp("a","b"); fprintf(stdout,"test ok\n");
17544
17545 ;
17546 return 0;
17547 }
17548 _ACEOF
17549 if ac_fn_c_try_compile "$LINENO"; then :
17550 charybdis_cv_c_gcc_w_nested_externs=yes
17551 else
17552 charybdis_cv_c_gcc_w_nested_externs=no
17553 fi
17554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17555 CFLAGS="${oldcflags}"
17556 fi
17557
17558 if test "x$charybdis_cv_c_gcc_w_nested_externs" = xyes; then
17559 CWARNS="${CWARNS}-Wnested-externs "
17560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
17561 $as_echo "ok" >&6; }
17562 else
17563 charybdis_cv_c_gcc_w_nested_externs=''
17564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17565 $as_echo "no" >&6; }
17566 fi
17567 else
17568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17569 $as_echo "no" >&6; }
17570 fi
17571
17572
17573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCC flag(s) -Wunused-function -Wunused-label -Wunused-value -Wunused-variable" >&5
17574 $as_echo_n "checking GCC flag(s) -Wunused-function -Wunused-label -Wunused-value -Wunused-variable... " >&6; }
17575 if test "${GCC-no}" = yes
17576 then
17577 if ${charybdis_cv_c_gcc_w_unused+:} false; then :
17578 $as_echo_n "(cached) " >&6
17579 else
17580
17581 oldcflags="${CFLAGS-}"
17582 CFLAGS="${CFLAGS-} ${CWARNS} -Wunused-function -Wunused-label -Wunused-value -Wunused-variable -Werror"
17583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17584 /* end confdefs.h. */
17585
17586 #include <string.h>
17587 #include <stdio.h>
17588 int main(void);
17589
17590 int
17591 main ()
17592 {
17593
17594 (void)strcmp("a","b"); fprintf(stdout,"test ok\n");
17595
17596 ;
17597 return 0;
17598 }
17599 _ACEOF
17600 if ac_fn_c_try_compile "$LINENO"; then :
17601 charybdis_cv_c_gcc_w_unused=yes
17602 else
17603 charybdis_cv_c_gcc_w_unused=no
17604 fi
17605 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17606 CFLAGS="${oldcflags}"
17607 fi
17608
17609 if test "x$charybdis_cv_c_gcc_w_unused" = xyes; then
17610 CWARNS="${CWARNS}-Wunused-function -Wunused-label -Wunused-value -Wunused-variable "
17611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
17612 $as_echo "ok" >&6; }
17613 else
17614 charybdis_cv_c_gcc_w_unused=''
17615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17616 $as_echo "no" >&6; }
17617 fi
17618 else
17619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17620 $as_echo "no" >&6; }
17621 fi
17622
17623
17624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCC flag(s) -Wredundant-decls" >&5
17625 $as_echo_n "checking GCC flag(s) -Wredundant-decls... " >&6; }
17626 if test "${GCC-no}" = yes
17627 then
17628 if ${charybdis_cv_c_gcc_w_redundant_decls+:} false; then :
17629 $as_echo_n "(cached) " >&6
17630 else
17631
17632 oldcflags="${CFLAGS-}"
17633 CFLAGS="${CFLAGS-} ${CWARNS} -Wredundant-decls -Werror"
17634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17635 /* end confdefs.h. */
17636
17637 #include <string.h>
17638 #include <stdio.h>
17639 int main(void);
17640
17641 int
17642 main ()
17643 {
17644
17645 (void)strcmp("a","b"); fprintf(stdout,"test ok\n");
17646
17647 ;
17648 return 0;
17649 }
17650 _ACEOF
17651 if ac_fn_c_try_compile "$LINENO"; then :
17652 charybdis_cv_c_gcc_w_redundant_decls=yes
17653 else
17654 charybdis_cv_c_gcc_w_redundant_decls=no
17655 fi
17656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17657 CFLAGS="${oldcflags}"
17658 fi
17659
17660 if test "x$charybdis_cv_c_gcc_w_redundant_decls" = xyes; then
17661 CWARNS="${CWARNS}-Wredundant-decls "
17662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
17663 $as_echo "ok" >&6; }
17664 else
17665 charybdis_cv_c_gcc_w_redundant_decls=''
17666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17667 $as_echo "no" >&6; }
17668 fi
17669 else
17670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17671 $as_echo "no" >&6; }
17672 fi
17673
17674
17675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCC flag(s) -Wfloat-equal" >&5
17676 $as_echo_n "checking GCC flag(s) -Wfloat-equal... " >&6; }
17677 if test "${GCC-no}" = yes
17678 then
17679 if ${charybdis_cv_c_gcc_w_float_equal+:} false; then :
17680 $as_echo_n "(cached) " >&6
17681 else
17682
17683 oldcflags="${CFLAGS-}"
17684 CFLAGS="${CFLAGS-} ${CWARNS} -Wfloat-equal -Werror"
17685 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17686 /* end confdefs.h. */
17687
17688 #include <string.h>
17689 #include <stdio.h>
17690 int main(void);
17691
17692 int
17693 main ()
17694 {
17695
17696 (void)strcmp("a","b"); fprintf(stdout,"test ok\n");
17697
17698 ;
17699 return 0;
17700 }
17701 _ACEOF
17702 if ac_fn_c_try_compile "$LINENO"; then :
17703 charybdis_cv_c_gcc_w_float_equal=yes
17704 else
17705 charybdis_cv_c_gcc_w_float_equal=no
17706 fi
17707 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17708 CFLAGS="${oldcflags}"
17709 fi
17710
17711 if test "x$charybdis_cv_c_gcc_w_float_equal" = xyes; then
17712 CWARNS="${CWARNS}-Wfloat-equal "
17713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
17714 $as_echo "ok" >&6; }
17715 else
17716 charybdis_cv_c_gcc_w_float_equal=''
17717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17718 $as_echo "no" >&6; }
17719 fi
17720 else
17721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17722 $as_echo "no" >&6; }
17723 fi
17724
17725
17726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCC flag(s) -Wformat -Wformat-y2k -Wno-format-security" >&5
17727 $as_echo_n "checking GCC flag(s) -Wformat -Wformat-y2k -Wno-format-security... " >&6; }
17728 if test "${GCC-no}" = yes
17729 then
17730 if ${charybdis_cv_c_gcc_w_format+:} false; then :
17731 $as_echo_n "(cached) " >&6
17732 else
17733
17734 oldcflags="${CFLAGS-}"
17735 CFLAGS="${CFLAGS-} ${CWARNS} -Wformat -Wformat-y2k -Wno-format-security -Werror"
17736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17737 /* end confdefs.h. */
17738
17739 #include <string.h>
17740 #include <stdio.h>
17741 int main(void);
17742
17743 int
17744 main ()
17745 {
17746
17747 (void)strcmp("a","b"); fprintf(stdout,"test ok\n");
17748
17749 ;
17750 return 0;
17751 }
17752 _ACEOF
17753 if ac_fn_c_try_compile "$LINENO"; then :
17754 charybdis_cv_c_gcc_w_format=yes
17755 else
17756 charybdis_cv_c_gcc_w_format=no
17757 fi
17758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17759 CFLAGS="${oldcflags}"
17760 fi
17761
17762 if test "x$charybdis_cv_c_gcc_w_format" = xyes; then
17763 CWARNS="${CWARNS}-Wformat -Wformat-y2k -Wno-format-security "
17764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
17765 $as_echo "ok" >&6; }
17766 else
17767 charybdis_cv_c_gcc_w_format=''
17768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17769 $as_echo "no" >&6; }
17770 fi
17771 else
17772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17773 $as_echo "no" >&6; }
17774 fi
17775
17776
17777 IRC_CFLAGS="$CFLAGS"
17778
17779 fi
17780
17781
17782 IRC_CFLAGS="$IRC_CFLAGS $CWARNS"
17783
17784
17785
17786
17787
17788
17789
17790
17791
17792
17793
17794
17795
17796
17797 if test "$prefix" = "NONE"; then
17798
17799 cat >>confdefs.h <<_ACEOF
17800 #define IRCD_PREFIX "$ac_default_prefix"
17801 _ACEOF
17802
17803
17804 else
17805
17806
17807 prefix=`echo $prefix | sed 's/\/$//'`
17808
17809 cat >>confdefs.h <<_ACEOF
17810 #define IRCD_PREFIX "$prefix"
17811 _ACEOF
17812
17813
17814 fi
17815
17816 ac_config_files="$ac_config_files Makefile authd/Makefile bandb/Makefile ssld/Makefile extensions/Makefile ircd/Makefile modules/Makefile tools/Makefile tools/genssl doc/Makefile help/Makefile"
17817
17818 ac_config_commands="$ac_config_commands tools/genssl_chmod"
17819
17820
17821 cat >confcache <<\_ACEOF
17822 # This file is a shell script that caches the results of configure
17823 # tests run on this system so they can be shared between configure
17824 # scripts and configure runs, see configure's option --config-cache.
17825 # It is not useful on other systems. If it contains results you don't
17826 # want to keep, you may remove or edit it.
17827 #
17828 # config.status only pays attention to the cache file if you give it
17829 # the --recheck option to rerun configure.
17830 #
17831 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17832 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17833 # following values.
17834
17835 _ACEOF
17836
17837 # The following way of writing the cache mishandles newlines in values,
17838 # but we know of no workaround that is simple, portable, and efficient.
17839 # So, we kill variables containing newlines.
17840 # Ultrix sh set writes to stderr and can't be redirected directly,
17841 # and sets the high bit in the cache file unless we assign to the vars.
17842 (
17843 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17844 eval ac_val=\$$ac_var
17845 case $ac_val in #(
17846 *${as_nl}*)
17847 case $ac_var in #(
17848 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17849 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17850 esac
17851 case $ac_var in #(
17852 _ | IFS | as_nl) ;; #(
17853 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
17854 *) { eval $ac_var=; unset $ac_var;} ;;
17855 esac ;;
17856 esac
17857 done
17858
17859 (set) 2>&1 |
17860 case $as_nl`(ac_space=' '; set) 2>&1` in #(
17861 *${as_nl}ac_space=\ *)
17862 # `set' does not quote correctly, so add quotes: double-quote
17863 # substitution turns \\\\ into \\, and sed turns \\ into \.
17864 sed -n \
17865 "s/'/'\\\\''/g;
17866 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17867 ;; #(
17868 *)
17869 # `set' quotes correctly as required by POSIX, so do not add quotes.
17870 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
17871 ;;
17872 esac |
17873 sort
17874 ) |
17875 sed '
17876 /^ac_cv_env_/b end
17877 t clear
17878 :clear
17879 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17880 t end
17881 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17882 :end' >>confcache
17883 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17884 if test -w "$cache_file"; then
17885 if test "x$cache_file" != "x/dev/null"; then
17886 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17887 $as_echo "$as_me: updating cache $cache_file" >&6;}
17888 if test ! -f "$cache_file" || test -h "$cache_file"; then
17889 cat confcache >"$cache_file"
17890 else
17891 case $cache_file in #(
17892 */* | ?:*)
17893 mv -f confcache "$cache_file"$$ &&
17894 mv -f "$cache_file"$$ "$cache_file" ;; #(
17895 *)
17896 mv -f confcache "$cache_file" ;;
17897 esac
17898 fi
17899 fi
17900 else
17901 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17902 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
17903 fi
17904 fi
17905 rm -f confcache
17906
17907 test "x$prefix" = xNONE && prefix=$ac_default_prefix
17908 # Let make expand exec_prefix.
17909 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
17910
17911 DEFS=-DHAVE_CONFIG_H
17912
17913 ac_libobjs=
17914 ac_ltlibobjs=
17915 U=
17916 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
17917 # 1. Remove the extension, and $U if already installed.
17918 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
17919 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
17920 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
17921 # will be set to the directory where LIBOBJS objects are built.
17922 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17923 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
17924 done
17925 LIBOBJS=$ac_libobjs
17926
17927 LTLIBOBJS=$ac_ltlibobjs
17928
17929
17930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
17931 $as_echo_n "checking that generated files are newer than configure... " >&6; }
17932 if test -n "$am_sleep_pid"; then
17933 # Hide warnings about reused PIDs.
17934 wait $am_sleep_pid 2>/dev/null
17935 fi
17936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
17937 $as_echo "done" >&6; }
17938 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
17939 as_fn_error $? "conditional \"AMDEP\" was never defined.
17940 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17941 fi
17942 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
17943 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
17944 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17945 fi
17946 if test -n "$EXEEXT"; then
17947 am__EXEEXT_TRUE=
17948 am__EXEEXT_FALSE='#'
17949 else
17950 am__EXEEXT_TRUE='#'
17951 am__EXEEXT_FALSE=
17952 fi
17953
17954 if test -z "${INSTALL_LTDL_TRUE}" && test -z "${INSTALL_LTDL_FALSE}"; then
17955 as_fn_error $? "conditional \"INSTALL_LTDL\" was never defined.
17956 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17957 fi
17958 if test -z "${CONVENIENCE_LTDL_TRUE}" && test -z "${CONVENIENCE_LTDL_FALSE}"; then
17959 as_fn_error $? "conditional \"CONVENIENCE_LTDL\" was never defined.
17960 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17961 fi
17962 LT_CONFIG_H=include/setup.h
17963
17964 _ltdl_libobjs=
17965 _ltdl_ltlibobjs=
17966 if test -n "$_LT_LIBOBJS"; then
17967 # Remove the extension.
17968 _lt_sed_drop_objext='s/\.o$//;s/\.obj$//'
17969 for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do
17970 _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext"
17971 _ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo"
17972 done
17973 fi
17974 ltdl_LIBOBJS=$_ltdl_libobjs
17975
17976 ltdl_LTLIBOBJS=$_ltdl_ltlibobjs
17977
17978
17979 if test -z "${BUILD_LTDL_TRUE}" && test -z "${BUILD_LTDL_FALSE}"; then
17980 as_fn_error $? "conditional \"BUILD_LTDL\" was never defined.
17981 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17982 fi
17983
17984
17985
17986 : "${CONFIG_STATUS=./config.status}"
17987 ac_write_fail=0
17988 ac_clean_files_save=$ac_clean_files
17989 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
17990 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
17991 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
17992 as_write_fail=0
17993 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
17994 #! $SHELL
17995 # Generated by $as_me.
17996 # Run this file to recreate the current configuration.
17997 # Compiler output produced by configure, useful for debugging
17998 # configure, is in config.log if it exists.
17999
18000 debug=false
18001 ac_cs_recheck=false
18002 ac_cs_silent=false
18003
18004 SHELL=\${CONFIG_SHELL-$SHELL}
18005 export SHELL
18006 _ASEOF
18007 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18008 ## -------------------- ##
18009 ## M4sh Initialization. ##
18010 ## -------------------- ##
18011
18012 # Be more Bourne compatible
18013 DUALCASE=1; export DUALCASE # for MKS sh
18014 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18015 emulate sh
18016 NULLCMD=:
18017 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18018 # is contrary to our usage. Disable this feature.
18019 alias -g '${1+"$@"}'='"$@"'
18020 setopt NO_GLOB_SUBST
18021 else
18022 case `(set -o) 2>/dev/null` in #(
18023 *posix*) :
18024 set -o posix ;; #(
18025 *) :
18026 ;;
18027 esac
18028 fi
18029
18030
18031 as_nl='
18032 '
18033 export as_nl
18034 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18035 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18036 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18037 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18038 # Prefer a ksh shell builtin over an external printf program on Solaris,
18039 # but without wasting forks for bash or zsh.
18040 if test -z "$BASH_VERSION$ZSH_VERSION" \
18041 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18042 as_echo='print -r --'
18043 as_echo_n='print -rn --'
18044 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18045 as_echo='printf %s\n'
18046 as_echo_n='printf %s'
18047 else
18048 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18049 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18050 as_echo_n='/usr/ucb/echo -n'
18051 else
18052 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18053 as_echo_n_body='eval
18054 arg=$1;
18055 case $arg in #(
18056 *"$as_nl"*)
18057 expr "X$arg" : "X\\(.*\\)$as_nl";
18058 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18059 esac;
18060 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18061 '
18062 export as_echo_n_body
18063 as_echo_n='sh -c $as_echo_n_body as_echo'
18064 fi
18065 export as_echo_body
18066 as_echo='sh -c $as_echo_body as_echo'
18067 fi
18068
18069 # The user is always right.
18070 if test "${PATH_SEPARATOR+set}" != set; then
18071 PATH_SEPARATOR=:
18072 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18073 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18074 PATH_SEPARATOR=';'
18075 }
18076 fi
18077
18078
18079 # IFS
18080 # We need space, tab and new line, in precisely that order. Quoting is
18081 # there to prevent editors from complaining about space-tab.
18082 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18083 # splitting by setting IFS to empty value.)
18084 IFS=" "" $as_nl"
18085
18086 # Find who we are. Look in the path if we contain no directory separator.
18087 as_myself=
18088 case $0 in #((
18089 *[\\/]* ) as_myself=$0 ;;
18090 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18091 for as_dir in $PATH
18092 do
18093 IFS=$as_save_IFS
18094 test -z "$as_dir" && as_dir=.
18095 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18096 done
18097 IFS=$as_save_IFS
18098
18099 ;;
18100 esac
18101 # We did not find ourselves, most probably we were run as `sh COMMAND'
18102 # in which case we are not to be found in the path.
18103 if test "x$as_myself" = x; then
18104 as_myself=$0
18105 fi
18106 if test ! -f "$as_myself"; then
18107 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18108 exit 1
18109 fi
18110
18111 # Unset variables that we do not need and which cause bugs (e.g. in
18112 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18113 # suppresses any "Segmentation fault" message there. '((' could
18114 # trigger a bug in pdksh 5.2.14.
18115 for as_var in BASH_ENV ENV MAIL MAILPATH
18116 do eval test x\${$as_var+set} = xset \
18117 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18118 done
18119 PS1='$ '
18120 PS2='> '
18121 PS4='+ '
18122
18123 # NLS nuisances.
18124 LC_ALL=C
18125 export LC_ALL
18126 LANGUAGE=C
18127 export LANGUAGE
18128
18129 # CDPATH.
18130 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18131
18132
18133 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18134 # ----------------------------------------
18135 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18136 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18137 # script with STATUS, using 1 if that was 0.
18138 as_fn_error ()
18139 {
18140 as_status=$1; test $as_status -eq 0 && as_status=1
18141 if test "$4"; then
18142 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18143 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18144 fi
18145 $as_echo "$as_me: error: $2" >&2
18146 as_fn_exit $as_status
18147 } # as_fn_error
18148
18149
18150 # as_fn_set_status STATUS
18151 # -----------------------
18152 # Set $? to STATUS, without forking.
18153 as_fn_set_status ()
18154 {
18155 return $1
18156 } # as_fn_set_status
18157
18158 # as_fn_exit STATUS
18159 # -----------------
18160 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18161 as_fn_exit ()
18162 {
18163 set +e
18164 as_fn_set_status $1
18165 exit $1
18166 } # as_fn_exit
18167
18168 # as_fn_unset VAR
18169 # ---------------
18170 # Portably unset VAR.
18171 as_fn_unset ()
18172 {
18173 { eval $1=; unset $1;}
18174 }
18175 as_unset=as_fn_unset
18176 # as_fn_append VAR VALUE
18177 # ----------------------
18178 # Append the text in VALUE to the end of the definition contained in VAR. Take
18179 # advantage of any shell optimizations that allow amortized linear growth over
18180 # repeated appends, instead of the typical quadratic growth present in naive
18181 # implementations.
18182 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18183 eval 'as_fn_append ()
18184 {
18185 eval $1+=\$2
18186 }'
18187 else
18188 as_fn_append ()
18189 {
18190 eval $1=\$$1\$2
18191 }
18192 fi # as_fn_append
18193
18194 # as_fn_arith ARG...
18195 # ------------------
18196 # Perform arithmetic evaluation on the ARGs, and store the result in the
18197 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18198 # must be portable across $(()) and expr.
18199 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18200 eval 'as_fn_arith ()
18201 {
18202 as_val=$(( $* ))
18203 }'
18204 else
18205 as_fn_arith ()
18206 {
18207 as_val=`expr "$@" || test $? -eq 1`
18208 }
18209 fi # as_fn_arith
18210
18211
18212 if expr a : '\(a\)' >/dev/null 2>&1 &&
18213 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18214 as_expr=expr
18215 else
18216 as_expr=false
18217 fi
18218
18219 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18220 as_basename=basename
18221 else
18222 as_basename=false
18223 fi
18224
18225 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18226 as_dirname=dirname
18227 else
18228 as_dirname=false
18229 fi
18230
18231 as_me=`$as_basename -- "$0" ||
18232 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18233 X"$0" : 'X\(//\)$' \| \
18234 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18235 $as_echo X/"$0" |
18236 sed '/^.*\/\([^/][^/]*\)\/*$/{
18237 s//\1/
18238 q
18239 }
18240 /^X\/\(\/\/\)$/{
18241 s//\1/
18242 q
18243 }
18244 /^X\/\(\/\).*/{
18245 s//\1/
18246 q
18247 }
18248 s/.*/./; q'`
18249
18250 # Avoid depending upon Character Ranges.
18251 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18252 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18253 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18254 as_cr_digits='0123456789'
18255 as_cr_alnum=$as_cr_Letters$as_cr_digits
18256
18257 ECHO_C= ECHO_N= ECHO_T=
18258 case `echo -n x` in #(((((
18259 -n*)
18260 case `echo 'xy\c'` in
18261 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18262 xy) ECHO_C='\c';;
18263 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18264 ECHO_T=' ';;
18265 esac;;
18266 *)
18267 ECHO_N='-n';;
18268 esac
18269
18270 rm -f conf$$ conf$$.exe conf$$.file
18271 if test -d conf$$.dir; then
18272 rm -f conf$$.dir/conf$$.file
18273 else
18274 rm -f conf$$.dir
18275 mkdir conf$$.dir 2>/dev/null
18276 fi
18277 if (echo >conf$$.file) 2>/dev/null; then
18278 if ln -s conf$$.file conf$$ 2>/dev/null; then
18279 as_ln_s='ln -s'
18280 # ... but there are two gotchas:
18281 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18282 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18283 # In both cases, we have to default to `cp -pR'.
18284 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18285 as_ln_s='cp -pR'
18286 elif ln conf$$.file conf$$ 2>/dev/null; then
18287 as_ln_s=ln
18288 else
18289 as_ln_s='cp -pR'
18290 fi
18291 else
18292 as_ln_s='cp -pR'
18293 fi
18294 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18295 rmdir conf$$.dir 2>/dev/null
18296
18297
18298 # as_fn_mkdir_p
18299 # -------------
18300 # Create "$as_dir" as a directory, including parents if necessary.
18301 as_fn_mkdir_p ()
18302 {
18303
18304 case $as_dir in #(
18305 -*) as_dir=./$as_dir;;
18306 esac
18307 test -d "$as_dir" || eval $as_mkdir_p || {
18308 as_dirs=
18309 while :; do
18310 case $as_dir in #(
18311 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18312 *) as_qdir=$as_dir;;
18313 esac
18314 as_dirs="'$as_qdir' $as_dirs"
18315 as_dir=`$as_dirname -- "$as_dir" ||
18316 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18317 X"$as_dir" : 'X\(//\)[^/]' \| \
18318 X"$as_dir" : 'X\(//\)$' \| \
18319 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18320 $as_echo X"$as_dir" |
18321 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18322 s//\1/
18323 q
18324 }
18325 /^X\(\/\/\)[^/].*/{
18326 s//\1/
18327 q
18328 }
18329 /^X\(\/\/\)$/{
18330 s//\1/
18331 q
18332 }
18333 /^X\(\/\).*/{
18334 s//\1/
18335 q
18336 }
18337 s/.*/./; q'`
18338 test -d "$as_dir" && break
18339 done
18340 test -z "$as_dirs" || eval "mkdir $as_dirs"
18341 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
18342
18343
18344 } # as_fn_mkdir_p
18345 if mkdir -p . 2>/dev/null; then
18346 as_mkdir_p='mkdir -p "$as_dir"'
18347 else
18348 test -d ./-p && rmdir ./-p
18349 as_mkdir_p=false
18350 fi
18351
18352
18353 # as_fn_executable_p FILE
18354 # -----------------------
18355 # Test if FILE is an executable regular file.
18356 as_fn_executable_p ()
18357 {
18358 test -f "$1" && test -x "$1"
18359 } # as_fn_executable_p
18360 as_test_x='test -x'
18361 as_executable_p=as_fn_executable_p
18362
18363 # Sed expression to map a string onto a valid CPP name.
18364 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18365
18366 # Sed expression to map a string onto a valid variable name.
18367 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18368
18369
18370 exec 6>&1
18371 ## ----------------------------------- ##
18372 ## Main body of $CONFIG_STATUS script. ##
18373 ## ----------------------------------- ##
18374 _ASEOF
18375 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18376
18377 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18378 # Save the log message, to keep $0 and so on meaningful, and to
18379 # report actual input values of CONFIG_FILES etc. instead of their
18380 # values after options handling.
18381 ac_log="
18382 This file was extended by charybdis $as_me 3.6.0-dev, which was
18383 generated by GNU Autoconf 2.69. Invocation command line was
18384
18385 CONFIG_FILES = $CONFIG_FILES
18386 CONFIG_HEADERS = $CONFIG_HEADERS
18387 CONFIG_LINKS = $CONFIG_LINKS
18388 CONFIG_COMMANDS = $CONFIG_COMMANDS
18389 $ $0 $@
18390
18391 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18392 "
18393
18394 _ACEOF
18395
18396 case $ac_config_files in *"
18397 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18398 esac
18399
18400 case $ac_config_headers in *"
18401 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18402 esac
18403
18404
18405 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18406 # Files that config.status was made for.
18407 config_files="$ac_config_files"
18408 config_headers="$ac_config_headers"
18409 config_commands="$ac_config_commands"
18410
18411 _ACEOF
18412
18413 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18414 ac_cs_usage="\
18415 \`$as_me' instantiates files and other configuration actions
18416 from templates according to the current configuration. Unless the files
18417 and actions are specified as TAGs, all are instantiated by default.
18418
18419 Usage: $0 [OPTION]... [TAG]...
18420
18421 -h, --help print this help, then exit
18422 -V, --version print version number and configuration settings, then exit
18423 --config print configuration, then exit
18424 -q, --quiet, --silent
18425 do not print progress messages
18426 -d, --debug don't remove temporary files
18427 --recheck update $as_me by reconfiguring in the same conditions
18428 --file=FILE[:TEMPLATE]
18429 instantiate the configuration file FILE
18430 --header=FILE[:TEMPLATE]
18431 instantiate the configuration header FILE
18432
18433 Configuration files:
18434 $config_files
18435
18436 Configuration headers:
18437 $config_headers
18438
18439 Configuration commands:
18440 $config_commands
18441
18442 Report bugs to the package provider."
18443
18444 _ACEOF
18445 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18446 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18447 ac_cs_version="\\
18448 charybdis config.status 3.6.0-dev
18449 configured by $0, generated by GNU Autoconf 2.69,
18450 with options \\"\$ac_cs_config\\"
18451
18452 Copyright (C) 2012 Free Software Foundation, Inc.
18453 This config.status script is free software; the Free Software Foundation
18454 gives unlimited permission to copy, distribute and modify it."
18455
18456 ac_pwd='$ac_pwd'
18457 srcdir='$srcdir'
18458 INSTALL='$INSTALL'
18459 MKDIR_P='$MKDIR_P'
18460 AWK='$AWK'
18461 test -n "\$AWK" || AWK=awk
18462 _ACEOF
18463
18464 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18465 # The default lists apply if the user does not specify any file.
18466 ac_need_defaults=:
18467 while test $# != 0
18468 do
18469 case $1 in
18470 --*=?*)
18471 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18472 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18473 ac_shift=:
18474 ;;
18475 --*=)
18476 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18477 ac_optarg=
18478 ac_shift=:
18479 ;;
18480 *)
18481 ac_option=$1
18482 ac_optarg=$2
18483 ac_shift=shift
18484 ;;
18485 esac
18486
18487 case $ac_option in
18488 # Handling of the options.
18489 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18490 ac_cs_recheck=: ;;
18491 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18492 $as_echo "$ac_cs_version"; exit ;;
18493 --config | --confi | --conf | --con | --co | --c )
18494 $as_echo "$ac_cs_config"; exit ;;
18495 --debug | --debu | --deb | --de | --d | -d )
18496 debug=: ;;
18497 --file | --fil | --fi | --f )
18498 $ac_shift
18499 case $ac_optarg in
18500 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18501 '') as_fn_error $? "missing file argument" ;;
18502 esac
18503 as_fn_append CONFIG_FILES " '$ac_optarg'"
18504 ac_need_defaults=false;;
18505 --header | --heade | --head | --hea )
18506 $ac_shift
18507 case $ac_optarg in
18508 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18509 esac
18510 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18511 ac_need_defaults=false;;
18512 --he | --h)
18513 # Conflict between --help and --header
18514 as_fn_error $? "ambiguous option: \`$1'
18515 Try \`$0 --help' for more information.";;
18516 --help | --hel | -h )
18517 $as_echo "$ac_cs_usage"; exit ;;
18518 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18519 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18520 ac_cs_silent=: ;;
18521
18522 # This is an error.
18523 -*) as_fn_error $? "unrecognized option: \`$1'
18524 Try \`$0 --help' for more information." ;;
18525
18526 *) as_fn_append ac_config_targets " $1"
18527 ac_need_defaults=false ;;
18528
18529 esac
18530 shift
18531 done
18532
18533 ac_configure_extra_args=
18534
18535 if $ac_cs_silent; then
18536 exec 6>/dev/null
18537 ac_configure_extra_args="$ac_configure_extra_args --silent"
18538 fi
18539
18540 _ACEOF
18541 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18542 if \$ac_cs_recheck; then
18543 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18544 shift
18545 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18546 CONFIG_SHELL='$SHELL'
18547 export CONFIG_SHELL
18548 exec "\$@"
18549 fi
18550
18551 _ACEOF
18552 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18553 exec 5>>config.log
18554 {
18555 echo
18556 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18557 ## Running $as_me. ##
18558 _ASBOX
18559 $as_echo "$ac_log"
18560 } >&5
18561
18562 _ACEOF
18563 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18564 #
18565 # INIT-COMMANDS
18566 #
18567 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
18568
18569
18570 # The HP-UX ksh and POSIX shell print the target directory to stdout
18571 # if CDPATH is set.
18572 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18573
18574 sed_quote_subst='$sed_quote_subst'
18575 double_quote_subst='$double_quote_subst'
18576 delay_variable_subst='$delay_variable_subst'
18577 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
18578 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
18579 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
18580 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
18581 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
18582 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
18583 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
18584 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
18585 PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
18586 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
18587 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
18588 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
18589 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
18590 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
18591 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
18592 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
18593 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
18594 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
18595 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
18596 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
18597 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
18598 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
18599 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
18600 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
18601 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
18602 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
18603 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
18604 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
18605 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
18606 lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
18607 lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
18608 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
18609 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
18610 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
18611 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
18612 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
18613 file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
18614 want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
18615 DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
18616 sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
18617 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
18618 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
18619 archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
18620 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
18621 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
18622 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
18623 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
18624 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
18625 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
18626 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
18627 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
18628 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
18629 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
18630 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
18631 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
18632 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
18633 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
18634 nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
18635 lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
18636 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
18637 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
18638 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
18639 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
18640 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
18641 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
18642 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
18643 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
18644 MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
18645 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
18646 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
18647 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
18648 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
18649 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
18650 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
18651 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
18652 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
18653 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
18654 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
18655 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
18656 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
18657 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
18658 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
18659 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
18660 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
18661 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
18662 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
18663 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
18664 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
18665 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
18666 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
18667 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
18668 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
18669 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
18670 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
18671 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
18672 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
18673 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
18674 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
18675 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
18676 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
18677 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
18678 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
18679 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
18680 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
18681 postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
18682 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
18683 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
18684 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
18685 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
18686 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
18687 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
18688 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
18689 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
18690 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
18691 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
18692 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
18693 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
18694 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
18695 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
18696 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
18697 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
18698 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
18699 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
18700 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
18701 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
18702 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
18703 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
18704 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
18705 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
18706 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
18707
18708 LTCC='$LTCC'
18709 LTCFLAGS='$LTCFLAGS'
18710 compiler='$compiler_DEFAULT'
18711
18712 # A function that is used when there is no print builtin or printf.
18713 func_fallback_echo ()
18714 {
18715 eval 'cat <<_LTECHO_EOF
18716 \$1
18717 _LTECHO_EOF'
18718 }
18719
18720 # Quote evaled strings.
18721 for var in SHELL \
18722 ECHO \
18723 PATH_SEPARATOR \
18724 SED \
18725 GREP \
18726 EGREP \
18727 FGREP \
18728 LD \
18729 NM \
18730 LN_S \
18731 lt_SP2NL \
18732 lt_NL2SP \
18733 reload_flag \
18734 OBJDUMP \
18735 deplibs_check_method \
18736 file_magic_cmd \
18737 file_magic_glob \
18738 want_nocaseglob \
18739 DLLTOOL \
18740 sharedlib_from_linklib_cmd \
18741 AR \
18742 AR_FLAGS \
18743 archiver_list_spec \
18744 STRIP \
18745 RANLIB \
18746 CC \
18747 CFLAGS \
18748 compiler \
18749 lt_cv_sys_global_symbol_pipe \
18750 lt_cv_sys_global_symbol_to_cdecl \
18751 lt_cv_sys_global_symbol_to_c_name_address \
18752 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
18753 nm_file_list_spec \
18754 lt_prog_compiler_no_builtin_flag \
18755 lt_prog_compiler_pic \
18756 lt_prog_compiler_wl \
18757 lt_prog_compiler_static \
18758 lt_cv_prog_compiler_c_o \
18759 need_locks \
18760 MANIFEST_TOOL \
18761 DSYMUTIL \
18762 NMEDIT \
18763 LIPO \
18764 OTOOL \
18765 OTOOL64 \
18766 shrext_cmds \
18767 export_dynamic_flag_spec \
18768 whole_archive_flag_spec \
18769 compiler_needs_object \
18770 with_gnu_ld \
18771 allow_undefined_flag \
18772 no_undefined_flag \
18773 hardcode_libdir_flag_spec \
18774 hardcode_libdir_separator \
18775 exclude_expsyms \
18776 include_expsyms \
18777 file_list_spec \
18778 variables_saved_for_relink \
18779 libname_spec \
18780 library_names_spec \
18781 soname_spec \
18782 install_override_mode \
18783 finish_eval \
18784 old_striplib \
18785 striplib; do
18786 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
18787 *[\\\\\\\`\\"\\\$]*)
18788 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
18789 ;;
18790 *)
18791 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
18792 ;;
18793 esac
18794 done
18795
18796 # Double-quote double-evaled strings.
18797 for var in reload_cmds \
18798 old_postinstall_cmds \
18799 old_postuninstall_cmds \
18800 old_archive_cmds \
18801 extract_expsyms_cmds \
18802 old_archive_from_new_cmds \
18803 old_archive_from_expsyms_cmds \
18804 archive_cmds \
18805 archive_expsym_cmds \
18806 module_cmds \
18807 module_expsym_cmds \
18808 export_symbols_cmds \
18809 prelink_cmds \
18810 postlink_cmds \
18811 postinstall_cmds \
18812 postuninstall_cmds \
18813 finish_cmds \
18814 sys_lib_search_path_spec \
18815 sys_lib_dlsearch_path_spec; do
18816 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
18817 *[\\\\\\\`\\"\\\$]*)
18818 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
18819 ;;
18820 *)
18821 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
18822 ;;
18823 esac
18824 done
18825
18826 ac_aux_dir='$ac_aux_dir'
18827 xsi_shell='$xsi_shell'
18828 lt_shell_append='$lt_shell_append'
18829
18830 # See if we are running on zsh, and set the options which allow our
18831 # commands through without removal of \ escapes INIT.
18832 if test -n "\${ZSH_VERSION+set}" ; then
18833 setopt NO_GLOB_SUBST
18834 fi
18835
18836
18837 PACKAGE='$PACKAGE'
18838 VERSION='$VERSION'
18839 TIMESTAMP='$TIMESTAMP'
18840 RM='$RM'
18841 ofile='$ofile'
18842
18843
18844
18845
18846 _ACEOF
18847
18848 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18849
18850 # Handling of arguments.
18851 for ac_config_target in $ac_config_targets
18852 do
18853 case $ac_config_target in
18854 "include/setup.h") CONFIG_HEADERS="$CONFIG_HEADERS include/setup.h" ;;
18855 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
18856 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
18857 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18858 "authd/Makefile") CONFIG_FILES="$CONFIG_FILES authd/Makefile" ;;
18859 "bandb/Makefile") CONFIG_FILES="$CONFIG_FILES bandb/Makefile" ;;
18860 "ssld/Makefile") CONFIG_FILES="$CONFIG_FILES ssld/Makefile" ;;
18861 "extensions/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/Makefile" ;;
18862 "ircd/Makefile") CONFIG_FILES="$CONFIG_FILES ircd/Makefile" ;;
18863 "modules/Makefile") CONFIG_FILES="$CONFIG_FILES modules/Makefile" ;;
18864 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
18865 "tools/genssl") CONFIG_FILES="$CONFIG_FILES tools/genssl" ;;
18866 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
18867 "help/Makefile") CONFIG_FILES="$CONFIG_FILES help/Makefile" ;;
18868 "tools/genssl_chmod") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/genssl_chmod" ;;
18869
18870 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18871 esac
18872 done
18873
18874
18875 # If the user did not use the arguments to specify the items to instantiate,
18876 # then the envvar interface is used. Set only those that are not.
18877 # We use the long form for the default assignment because of an extremely
18878 # bizarre bug on SunOS 4.1.3.
18879 if $ac_need_defaults; then
18880 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
18881 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
18882 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
18883 fi
18884
18885 # Have a temporary directory for convenience. Make it in the build tree
18886 # simply because there is no reason against having it here, and in addition,
18887 # creating and moving files from /tmp can sometimes cause problems.
18888 # Hook for its removal unless debugging.
18889 # Note that there is a small window in which the directory will not be cleaned:
18890 # after its creation but before its name has been assigned to `$tmp'.
18891 $debug ||
18892 {
18893 tmp= ac_tmp=
18894 trap 'exit_status=$?
18895 : "${ac_tmp:=$tmp}"
18896 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
18897 ' 0
18898 trap 'as_fn_exit 1' 1 2 13 15
18899 }
18900 # Create a (secure) tmp directory for tmp files.
18901
18902 {
18903 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18904 test -d "$tmp"
18905 } ||
18906 {
18907 tmp=./conf$$-$RANDOM
18908 (umask 077 && mkdir "$tmp")
18909 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
18910 ac_tmp=$tmp
18911
18912 # Set up the scripts for CONFIG_FILES section.
18913 # No need to generate them if there are no CONFIG_FILES.
18914 # This happens for instance with `./config.status config.h'.
18915 if test -n "$CONFIG_FILES"; then
18916
18917
18918 ac_cr=`echo X | tr X '\015'`
18919 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18920 # But we know of no other shell where ac_cr would be empty at this
18921 # point, so we can use a bashism as a fallback.
18922 if test "x$ac_cr" = x; then
18923 eval ac_cr=\$\'\\r\'
18924 fi
18925 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18926 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18927 ac_cs_awk_cr='\\r'
18928 else
18929 ac_cs_awk_cr=$ac_cr
18930 fi
18931
18932 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
18933 _ACEOF
18934
18935
18936 {
18937 echo "cat >conf$$subs.awk <<_ACEOF" &&
18938 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18939 echo "_ACEOF"
18940 } >conf$$subs.sh ||
18941 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
18942 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
18943 ac_delim='%!_!# '
18944 for ac_last_try in false false false false false :; do
18945 . ./conf$$subs.sh ||
18946 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
18947
18948 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
18949 if test $ac_delim_n = $ac_delim_num; then
18950 break
18951 elif $ac_last_try; then
18952 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
18953 else
18954 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18955 fi
18956 done
18957 rm -f conf$$subs.sh
18958
18959 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18960 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
18961 _ACEOF
18962 sed -n '
18963 h
18964 s/^/S["/; s/!.*/"]=/
18965 p
18966 g
18967 s/^[^!]*!//
18968 :repl
18969 t repl
18970 s/'"$ac_delim"'$//
18971 t delim
18972 :nl
18973 h
18974 s/\(.\{148\}\)..*/\1/
18975 t more1
18976 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
18977 p
18978 n
18979 b repl
18980 :more1
18981 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18982 p
18983 g
18984 s/.\{148\}//
18985 t nl
18986 :delim
18987 h
18988 s/\(.\{148\}\)..*/\1/
18989 t more2
18990 s/["\\]/\\&/g; s/^/"/; s/$/"/
18991 p
18992 b
18993 :more2
18994 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18995 p
18996 g
18997 s/.\{148\}//
18998 t delim
18999 ' <conf$$subs.awk | sed '
19000 /^[^""]/{
19001 N
19002 s/\n//
19003 }
19004 ' >>$CONFIG_STATUS || ac_write_fail=1
19005 rm -f conf$$subs.awk
19006 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19007 _ACAWK
19008 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
19009 for (key in S) S_is_set[key] = 1
19010 FS = "\a"
19011
19012 }
19013 {
19014 line = $ 0
19015 nfields = split(line, field, "@")
19016 substed = 0
19017 len = length(field[1])
19018 for (i = 2; i < nfields; i++) {
19019 key = field[i]
19020 keylen = length(key)
19021 if (S_is_set[key]) {
19022 value = S[key]
19023 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19024 len += length(value) + length(field[++i])
19025 substed = 1
19026 } else
19027 len += 1 + keylen
19028 }
19029
19030 print line
19031 }
19032
19033 _ACAWK
19034 _ACEOF
19035 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19036 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19037 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19038 else
19039 cat
19040 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
19041 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
19042 _ACEOF
19043
19044 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19045 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
19046 # trailing colons and then remove the whole line if VPATH becomes empty
19047 # (actually we leave an empty line to preserve line numbers).
19048 if test "x$srcdir" = x.; then
19049 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19050 h
19051 s///
19052 s/^/:/
19053 s/[ ]*$/:/
19054 s/:\$(srcdir):/:/g
19055 s/:\${srcdir}:/:/g
19056 s/:@srcdir@:/:/g
19057 s/^:*//
19058 s/:*$//
19059 x
19060 s/\(=[ ]*\).*/\1/
19061 G
19062 s/\n//
19063 s/^[^=]*=[ ]*$//
19064 }'
19065 fi
19066
19067 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19068 fi # test -n "$CONFIG_FILES"
19069
19070 # Set up the scripts for CONFIG_HEADERS section.
19071 # No need to generate them if there are no CONFIG_HEADERS.
19072 # This happens for instance with `./config.status Makefile'.
19073 if test -n "$CONFIG_HEADERS"; then
19074 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
19075 BEGIN {
19076 _ACEOF
19077
19078 # Transform confdefs.h into an awk script `defines.awk', embedded as
19079 # here-document in config.status, that substitutes the proper values into
19080 # config.h.in to produce config.h.
19081
19082 # Create a delimiter string that does not exist in confdefs.h, to ease
19083 # handling of long lines.
19084 ac_delim='%!_!# '
19085 for ac_last_try in false false :; do
19086 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
19087 if test -z "$ac_tt"; then
19088 break
19089 elif $ac_last_try; then
19090 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
19091 else
19092 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19093 fi
19094 done
19095
19096 # For the awk script, D is an array of macro values keyed by name,
19097 # likewise P contains macro parameters if any. Preserve backslash
19098 # newline sequences.
19099
19100 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19101 sed -n '
19102 s/.\{148\}/&'"$ac_delim"'/g
19103 t rset
19104 :rset
19105 s/^[ ]*#[ ]*define[ ][ ]*/ /
19106 t def
19107 d
19108 :def
19109 s/\\$//
19110 t bsnl
19111 s/["\\]/\\&/g
19112 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19113 D["\1"]=" \3"/p
19114 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19115 d
19116 :bsnl
19117 s/["\\]/\\&/g
19118 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19119 D["\1"]=" \3\\\\\\n"\\/p
19120 t cont
19121 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19122 t cont
19123 d
19124 :cont
19125 n
19126 s/.\{148\}/&'"$ac_delim"'/g
19127 t clear
19128 :clear
19129 s/\\$//
19130 t bsnlc
19131 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19132 d
19133 :bsnlc
19134 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19135 b cont
19136 ' <confdefs.h | sed '
19137 s/'"$ac_delim"'/"\\\
19138 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19139
19140 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19141 for (key in D) D_is_set[key] = 1
19142 FS = "\a"
19143 }
19144 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19145 line = \$ 0
19146 split(line, arg, " ")
19147 if (arg[1] == "#") {
19148 defundef = arg[2]
19149 mac1 = arg[3]
19150 } else {
19151 defundef = substr(arg[1], 2)
19152 mac1 = arg[2]
19153 }
19154 split(mac1, mac2, "(") #)
19155 macro = mac2[1]
19156 prefix = substr(line, 1, index(line, defundef) - 1)
19157 if (D_is_set[macro]) {
19158 # Preserve the white space surrounding the "#".
19159 print prefix "define", macro P[macro] D[macro]
19160 next
19161 } else {
19162 # Replace #undef with comments. This is necessary, for example,
19163 # in the case of _POSIX_SOURCE, which is predefined and required
19164 # on some systems where configure will not decide to define it.
19165 if (defundef == "undef") {
19166 print "/*", prefix defundef, macro, "*/"
19167 next
19168 }
19169 }
19170 }
19171 { print }
19172 _ACAWK
19173 _ACEOF
19174 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19175 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
19176 fi # test -n "$CONFIG_HEADERS"
19177
19178
19179 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
19180 shift
19181 for ac_tag
19182 do
19183 case $ac_tag in
19184 :[FHLC]) ac_mode=$ac_tag; continue;;
19185 esac
19186 case $ac_mode$ac_tag in
19187 :[FHL]*:*);;
19188 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
19189 :[FH]-) ac_tag=-:-;;
19190 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19191 esac
19192 ac_save_IFS=$IFS
19193 IFS=:
19194 set x $ac_tag
19195 IFS=$ac_save_IFS
19196 shift
19197 ac_file=$1
19198 shift
19199
19200 case $ac_mode in
19201 :L) ac_source=$1;;
19202 :[FH])
19203 ac_file_inputs=
19204 for ac_f
19205 do
19206 case $ac_f in
19207 -) ac_f="$ac_tmp/stdin";;
19208 *) # Look for the file first in the build tree, then in the source tree
19209 # (if the path is not absolute). The absolute path cannot be DOS-style,
19210 # because $ac_f cannot contain `:'.
19211 test -f "$ac_f" ||
19212 case $ac_f in
19213 [\\/$]*) false;;
19214 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19215 esac ||
19216 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19217 esac
19218 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19219 as_fn_append ac_file_inputs " '$ac_f'"
19220 done
19221
19222 # Let's still pretend it is `configure' which instantiates (i.e., don't
19223 # use $as_me), people would be surprised to read:
19224 # /* config.h. Generated by config.status. */
19225 configure_input='Generated from '`
19226 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19227 `' by configure.'
19228 if test x"$ac_file" != x-; then
19229 configure_input="$ac_file. $configure_input"
19230 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19231 $as_echo "$as_me: creating $ac_file" >&6;}
19232 fi
19233 # Neutralize special characters interpreted by sed in replacement strings.
19234 case $configure_input in #(
19235 *\&* | *\|* | *\\* )
19236 ac_sed_conf_input=`$as_echo "$configure_input" |
19237 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19238 *) ac_sed_conf_input=$configure_input;;
19239 esac
19240
19241 case $ac_tag in
19242 *:-:* | *:-) cat >"$ac_tmp/stdin" \
19243 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
19244 esac
19245 ;;
19246 esac
19247
19248 ac_dir=`$as_dirname -- "$ac_file" ||
19249 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19250 X"$ac_file" : 'X\(//\)[^/]' \| \
19251 X"$ac_file" : 'X\(//\)$' \| \
19252 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19253 $as_echo X"$ac_file" |
19254 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19255 s//\1/
19256 q
19257 }
19258 /^X\(\/\/\)[^/].*/{
19259 s//\1/
19260 q
19261 }
19262 /^X\(\/\/\)$/{
19263 s//\1/
19264 q
19265 }
19266 /^X\(\/\).*/{
19267 s//\1/
19268 q
19269 }
19270 s/.*/./; q'`
19271 as_dir="$ac_dir"; as_fn_mkdir_p
19272 ac_builddir=.
19273
19274 case "$ac_dir" in
19275 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19276 *)
19277 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19278 # A ".." for each directory in $ac_dir_suffix.
19279 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19280 case $ac_top_builddir_sub in
19281 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19282 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19283 esac ;;
19284 esac
19285 ac_abs_top_builddir=$ac_pwd
19286 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19287 # for backward compatibility:
19288 ac_top_builddir=$ac_top_build_prefix
19289
19290 case $srcdir in
19291 .) # We are building in place.
19292 ac_srcdir=.
19293 ac_top_srcdir=$ac_top_builddir_sub
19294 ac_abs_top_srcdir=$ac_pwd ;;
19295 [\\/]* | ?:[\\/]* ) # Absolute name.
19296 ac_srcdir=$srcdir$ac_dir_suffix;
19297 ac_top_srcdir=$srcdir
19298 ac_abs_top_srcdir=$srcdir ;;
19299 *) # Relative name.
19300 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19301 ac_top_srcdir=$ac_top_build_prefix$srcdir
19302 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19303 esac
19304 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19305
19306
19307 case $ac_mode in
19308 :F)
19309 #
19310 # CONFIG_FILE
19311 #
19312
19313 case $INSTALL in
19314 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
19315 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
19316 esac
19317 ac_MKDIR_P=$MKDIR_P
19318 case $MKDIR_P in
19319 [\\/$]* | ?:[\\/]* ) ;;
19320 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
19321 esac
19322 _ACEOF
19323
19324 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19325 # If the template does not know about datarootdir, expand it.
19326 # FIXME: This hack should be removed a few years after 2.60.
19327 ac_datarootdir_hack=; ac_datarootdir_seen=
19328 ac_sed_dataroot='
19329 /datarootdir/ {
19330 p
19331 q
19332 }
19333 /@datadir@/p
19334 /@docdir@/p
19335 /@infodir@/p
19336 /@localedir@/p
19337 /@mandir@/p'
19338 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19339 *datarootdir*) ac_datarootdir_seen=yes;;
19340 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19341 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19342 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19343 _ACEOF
19344 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19345 ac_datarootdir_hack='
19346 s&@datadir@&$datadir&g
19347 s&@docdir@&$docdir&g
19348 s&@infodir@&$infodir&g
19349 s&@localedir@&$localedir&g
19350 s&@mandir@&$mandir&g
19351 s&\\\${datarootdir}&$datarootdir&g' ;;
19352 esac
19353 _ACEOF
19354
19355 # Neutralize VPATH when `$srcdir' = `.'.
19356 # Shell code in configure.ac might set extrasub.
19357 # FIXME: do we really want to maintain this feature?
19358 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19359 ac_sed_extra="$ac_vpsub
19360 $extrasub
19361 _ACEOF
19362 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19363 :t
19364 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19365 s|@configure_input@|$ac_sed_conf_input|;t t
19366 s&@top_builddir@&$ac_top_builddir_sub&;t t
19367 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19368 s&@srcdir@&$ac_srcdir&;t t
19369 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19370 s&@top_srcdir@&$ac_top_srcdir&;t t
19371 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19372 s&@builddir@&$ac_builddir&;t t
19373 s&@abs_builddir@&$ac_abs_builddir&;t t
19374 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19375 s&@INSTALL@&$ac_INSTALL&;t t
19376 s&@MKDIR_P@&$ac_MKDIR_P&;t t
19377 $ac_datarootdir_hack
19378 "
19379 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
19380 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19381
19382 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19383 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
19384 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19385 "$ac_tmp/out"`; test -z "$ac_out"; } &&
19386 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19387 which seems to be undefined. Please make sure it is defined" >&5
19388 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19389 which seems to be undefined. Please make sure it is defined" >&2;}
19390
19391 rm -f "$ac_tmp/stdin"
19392 case $ac_file in
19393 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19394 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19395 esac \
19396 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19397 ;;
19398 :H)
19399 #
19400 # CONFIG_HEADER
19401 #
19402 if test x"$ac_file" != x-; then
19403 {
19404 $as_echo "/* $configure_input */" \
19405 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19406 } >"$ac_tmp/config.h" \
19407 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19408 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19409 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19410 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19411 else
19412 rm -f "$ac_file"
19413 mv "$ac_tmp/config.h" "$ac_file" \
19414 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19415 fi
19416 else
19417 $as_echo "/* $configure_input */" \
19418 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19419 || as_fn_error $? "could not create -" "$LINENO" 5
19420 fi
19421 # Compute "$ac_file"'s index in $config_headers.
19422 _am_arg="$ac_file"
19423 _am_stamp_count=1
19424 for _am_header in $config_headers :; do
19425 case $_am_header in
19426 $_am_arg | $_am_arg:* )
19427 break ;;
19428 * )
19429 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
19430 esac
19431 done
19432 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
19433 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19434 X"$_am_arg" : 'X\(//\)[^/]' \| \
19435 X"$_am_arg" : 'X\(//\)$' \| \
19436 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
19437 $as_echo X"$_am_arg" |
19438 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19439 s//\1/
19440 q
19441 }
19442 /^X\(\/\/\)[^/].*/{
19443 s//\1/
19444 q
19445 }
19446 /^X\(\/\/\)$/{
19447 s//\1/
19448 q
19449 }
19450 /^X\(\/\).*/{
19451 s//\1/
19452 q
19453 }
19454 s/.*/./; q'`/stamp-h$_am_stamp_count
19455 ;;
19456
19457 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19458 $as_echo "$as_me: executing $ac_file commands" >&6;}
19459 ;;
19460 esac
19461
19462
19463 case $ac_file$ac_mode in
19464 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
19465 # Older Autoconf quotes --file arguments for eval, but not when files
19466 # are listed without --file. Let's play safe and only enable the eval
19467 # if we detect the quoting.
19468 case $CONFIG_FILES in
19469 *\'*) eval set x "$CONFIG_FILES" ;;
19470 *) set x $CONFIG_FILES ;;
19471 esac
19472 shift
19473 for mf
19474 do
19475 # Strip MF so we end up with the name of the file.
19476 mf=`echo "$mf" | sed -e 's/:.*$//'`
19477 # Check whether this is an Automake generated Makefile or not.
19478 # We used to match only the files named 'Makefile.in', but
19479 # some people rename them; so instead we look at the file content.
19480 # Grep'ing the first line is not enough: some people post-process
19481 # each Makefile.in and add a new line on top of each file to say so.
19482 # Grep'ing the whole file is not good either: AIX grep has a line
19483 # limit of 2048, but all sed's we know have understand at least 4000.
19484 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
19485 dirpart=`$as_dirname -- "$mf" ||
19486 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19487 X"$mf" : 'X\(//\)[^/]' \| \
19488 X"$mf" : 'X\(//\)$' \| \
19489 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
19490 $as_echo X"$mf" |
19491 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19492 s//\1/
19493 q
19494 }
19495 /^X\(\/\/\)[^/].*/{
19496 s//\1/
19497 q
19498 }
19499 /^X\(\/\/\)$/{
19500 s//\1/
19501 q
19502 }
19503 /^X\(\/\).*/{
19504 s//\1/
19505 q
19506 }
19507 s/.*/./; q'`
19508 else
19509 continue
19510 fi
19511 # Extract the definition of DEPDIR, am__include, and am__quote
19512 # from the Makefile without running 'make'.
19513 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
19514 test -z "$DEPDIR" && continue
19515 am__include=`sed -n 's/^am__include = //p' < "$mf"`
19516 test -z "$am__include" && continue
19517 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
19518 # Find all dependency output files, they are included files with
19519 # $(DEPDIR) in their names. We invoke sed twice because it is the
19520 # simplest approach to changing $(DEPDIR) to its actual value in the
19521 # expansion.
19522 for file in `sed -n "
19523 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
19524 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
19525 # Make sure the directory exists.
19526 test -f "$dirpart/$file" && continue
19527 fdir=`$as_dirname -- "$file" ||
19528 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19529 X"$file" : 'X\(//\)[^/]' \| \
19530 X"$file" : 'X\(//\)$' \| \
19531 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
19532 $as_echo X"$file" |
19533 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19534 s//\1/
19535 q
19536 }
19537 /^X\(\/\/\)[^/].*/{
19538 s//\1/
19539 q
19540 }
19541 /^X\(\/\/\)$/{
19542 s//\1/
19543 q
19544 }
19545 /^X\(\/\).*/{
19546 s//\1/
19547 q
19548 }
19549 s/.*/./; q'`
19550 as_dir=$dirpart/$fdir; as_fn_mkdir_p
19551 # echo "creating $dirpart/$file"
19552 echo '# dummy' > "$dirpart/$file"
19553 done
19554 done
19555 }
19556 ;;
19557 "libtool":C)
19558
19559 # See if we are running on zsh, and set the options which allow our
19560 # commands through without removal of \ escapes.
19561 if test -n "${ZSH_VERSION+set}" ; then
19562 setopt NO_GLOB_SUBST
19563 fi
19564
19565 cfgfile="${ofile}T"
19566 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
19567 $RM "$cfgfile"
19568
19569 cat <<_LT_EOF >> "$cfgfile"
19570 #! $SHELL
19571
19572 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
19573 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
19574 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
19575 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
19576 #
19577 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
19578 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
19579 # Foundation, Inc.
19580 # Written by Gordon Matzigkeit, 1996
19581 #
19582 # This file is part of GNU Libtool.
19583 #
19584 # GNU Libtool is free software; you can redistribute it and/or
19585 # modify it under the terms of the GNU General Public License as
19586 # published by the Free Software Foundation; either version 2 of
19587 # the License, or (at your option) any later version.
19588 #
19589 # As a special exception to the GNU General Public License,
19590 # if you distribute this file as part of a program or library that
19591 # is built using GNU Libtool, you may include this file under the
19592 # same distribution terms that you use for the rest of that program.
19593 #
19594 # GNU Libtool is distributed in the hope that it will be useful,
19595 # but WITHOUT ANY WARRANTY; without even the implied warranty of
19596 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19597 # GNU General Public License for more details.
19598 #
19599 # You should have received a copy of the GNU General Public License
19600 # along with GNU Libtool; see the file COPYING. If not, a copy
19601 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
19602 # obtained by writing to the Free Software Foundation, Inc.,
19603 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19604
19605
19606 # The names of the tagged configurations supported by this script.
19607 available_tags=""
19608
19609 # ### BEGIN LIBTOOL CONFIG
19610
19611 # Which release of libtool.m4 was used?
19612 macro_version=$macro_version
19613 macro_revision=$macro_revision
19614
19615 # Whether or not to build static libraries.
19616 build_old_libs=$enable_static
19617
19618 # Whether or not to build shared libraries.
19619 build_libtool_libs=$enable_shared
19620
19621 # What type of objects to build.
19622 pic_mode=$pic_mode
19623
19624 # Whether or not to optimize for fast installation.
19625 fast_install=$enable_fast_install
19626
19627 # Shell to use when invoking shell scripts.
19628 SHELL=$lt_SHELL
19629
19630 # An echo program that protects backslashes.
19631 ECHO=$lt_ECHO
19632
19633 # The PATH separator for the build system.
19634 PATH_SEPARATOR=$lt_PATH_SEPARATOR
19635
19636 # The host system.
19637 host_alias=$host_alias
19638 host=$host
19639 host_os=$host_os
19640
19641 # The build system.
19642 build_alias=$build_alias
19643 build=$build
19644 build_os=$build_os
19645
19646 # A sed program that does not truncate output.
19647 SED=$lt_SED
19648
19649 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
19650 Xsed="\$SED -e 1s/^X//"
19651
19652 # A grep program that handles long lines.
19653 GREP=$lt_GREP
19654
19655 # An ERE matcher.
19656 EGREP=$lt_EGREP
19657
19658 # A literal string matcher.
19659 FGREP=$lt_FGREP
19660
19661 # A BSD- or MS-compatible name lister.
19662 NM=$lt_NM
19663
19664 # Whether we need soft or hard links.
19665 LN_S=$lt_LN_S
19666
19667 # What is the maximum length of a command?
19668 max_cmd_len=$max_cmd_len
19669
19670 # Object file suffix (normally "o").
19671 objext=$ac_objext
19672
19673 # Executable file suffix (normally "").
19674 exeext=$exeext
19675
19676 # whether the shell understands "unset".
19677 lt_unset=$lt_unset
19678
19679 # turn spaces into newlines.
19680 SP2NL=$lt_lt_SP2NL
19681
19682 # turn newlines into spaces.
19683 NL2SP=$lt_lt_NL2SP
19684
19685 # convert \$build file names to \$host format.
19686 to_host_file_cmd=$lt_cv_to_host_file_cmd
19687
19688 # convert \$build files to toolchain format.
19689 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
19690
19691 # An object symbol dumper.
19692 OBJDUMP=$lt_OBJDUMP
19693
19694 # Method to check whether dependent libraries are shared objects.
19695 deplibs_check_method=$lt_deplibs_check_method
19696
19697 # Command to use when deplibs_check_method = "file_magic".
19698 file_magic_cmd=$lt_file_magic_cmd
19699
19700 # How to find potential files when deplibs_check_method = "file_magic".
19701 file_magic_glob=$lt_file_magic_glob
19702
19703 # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
19704 want_nocaseglob=$lt_want_nocaseglob
19705
19706 # DLL creation program.
19707 DLLTOOL=$lt_DLLTOOL
19708
19709 # Command to associate shared and link libraries.
19710 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
19711
19712 # The archiver.
19713 AR=$lt_AR
19714
19715 # Flags to create an archive.
19716 AR_FLAGS=$lt_AR_FLAGS
19717
19718 # How to feed a file listing to the archiver.
19719 archiver_list_spec=$lt_archiver_list_spec
19720
19721 # A symbol stripping program.
19722 STRIP=$lt_STRIP
19723
19724 # Commands used to install an old-style archive.
19725 RANLIB=$lt_RANLIB
19726 old_postinstall_cmds=$lt_old_postinstall_cmds
19727 old_postuninstall_cmds=$lt_old_postuninstall_cmds
19728
19729 # Whether to use a lock for old archive extraction.
19730 lock_old_archive_extraction=$lock_old_archive_extraction
19731
19732 # A C compiler.
19733 LTCC=$lt_CC
19734
19735 # LTCC compiler flags.
19736 LTCFLAGS=$lt_CFLAGS
19737
19738 # Take the output of nm and produce a listing of raw symbols and C names.
19739 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
19740
19741 # Transform the output of nm in a proper C declaration.
19742 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
19743
19744 # Transform the output of nm in a C name address pair.
19745 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
19746
19747 # Transform the output of nm in a C name address pair when lib prefix is needed.
19748 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
19749
19750 # Specify filename containing input files for \$NM.
19751 nm_file_list_spec=$lt_nm_file_list_spec
19752
19753 # The root where to search for dependent libraries,and in which our libraries should be installed.
19754 lt_sysroot=$lt_sysroot
19755
19756 # The name of the directory that contains temporary libtool files.
19757 objdir=$objdir
19758
19759 # Used to examine libraries when file_magic_cmd begins with "file".
19760 MAGIC_CMD=$MAGIC_CMD
19761
19762 # Must we lock files when doing compilation?
19763 need_locks=$lt_need_locks
19764
19765 # Manifest tool.
19766 MANIFEST_TOOL=$lt_MANIFEST_TOOL
19767
19768 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
19769 DSYMUTIL=$lt_DSYMUTIL
19770
19771 # Tool to change global to local symbols on Mac OS X.
19772 NMEDIT=$lt_NMEDIT
19773
19774 # Tool to manipulate fat objects and archives on Mac OS X.
19775 LIPO=$lt_LIPO
19776
19777 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
19778 OTOOL=$lt_OTOOL
19779
19780 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
19781 OTOOL64=$lt_OTOOL64
19782
19783 # Old archive suffix (normally "a").
19784 libext=$libext
19785
19786 # Shared library suffix (normally ".so").
19787 shrext_cmds=$lt_shrext_cmds
19788
19789 # The commands to extract the exported symbol list from a shared archive.
19790 extract_expsyms_cmds=$lt_extract_expsyms_cmds
19791
19792 # Variables whose values should be saved in libtool wrapper scripts and
19793 # restored at link time.
19794 variables_saved_for_relink=$lt_variables_saved_for_relink
19795
19796 # Do we need the "lib" prefix for modules?
19797 need_lib_prefix=$need_lib_prefix
19798
19799 # Do we need a version for libraries?
19800 need_version=$need_version
19801
19802 # Library versioning type.
19803 version_type=$version_type
19804
19805 # Shared library runtime path variable.
19806 runpath_var=$runpath_var
19807
19808 # Shared library path variable.
19809 shlibpath_var=$shlibpath_var
19810
19811 # Is shlibpath searched before the hard-coded library search path?
19812 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
19813
19814 # Format of library name prefix.
19815 libname_spec=$lt_libname_spec
19816
19817 # List of archive names. First name is the real one, the rest are links.
19818 # The last name is the one that the linker finds with -lNAME
19819 library_names_spec=$lt_library_names_spec
19820
19821 # The coded name of the library, if different from the real name.
19822 soname_spec=$lt_soname_spec
19823
19824 # Permission mode override for installation of shared libraries.
19825 install_override_mode=$lt_install_override_mode
19826
19827 # Command to use after installation of a shared archive.
19828 postinstall_cmds=$lt_postinstall_cmds
19829
19830 # Command to use after uninstallation of a shared archive.
19831 postuninstall_cmds=$lt_postuninstall_cmds
19832
19833 # Commands used to finish a libtool library installation in a directory.
19834 finish_cmds=$lt_finish_cmds
19835
19836 # As "finish_cmds", except a single script fragment to be evaled but
19837 # not shown.
19838 finish_eval=$lt_finish_eval
19839
19840 # Whether we should hardcode library paths into libraries.
19841 hardcode_into_libs=$hardcode_into_libs
19842
19843 # Compile-time system search path for libraries.
19844 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
19845
19846 # Run-time system search path for libraries.
19847 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
19848
19849 # Whether dlopen is supported.
19850 dlopen_support=$enable_dlopen
19851
19852 # Whether dlopen of programs is supported.
19853 dlopen_self=$enable_dlopen_self
19854
19855 # Whether dlopen of statically linked programs is supported.
19856 dlopen_self_static=$enable_dlopen_self_static
19857
19858 # Commands to strip libraries.
19859 old_striplib=$lt_old_striplib
19860 striplib=$lt_striplib
19861
19862
19863 # The linker used to build libraries.
19864 LD=$lt_LD
19865
19866 # How to create reloadable object files.
19867 reload_flag=$lt_reload_flag
19868 reload_cmds=$lt_reload_cmds
19869
19870 # Commands used to build an old-style archive.
19871 old_archive_cmds=$lt_old_archive_cmds
19872
19873 # A language specific compiler.
19874 CC=$lt_compiler
19875
19876 # Is the compiler the GNU compiler?
19877 with_gcc=$GCC
19878
19879 # Compiler flag to turn off builtin functions.
19880 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
19881
19882 # Additional compiler flags for building library objects.
19883 pic_flag=$lt_lt_prog_compiler_pic
19884
19885 # How to pass a linker flag through the compiler.
19886 wl=$lt_lt_prog_compiler_wl
19887
19888 # Compiler flag to prevent dynamic linking.
19889 link_static_flag=$lt_lt_prog_compiler_static
19890
19891 # Does compiler simultaneously support -c and -o options?
19892 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
19893
19894 # Whether or not to add -lc for building shared libraries.
19895 build_libtool_need_lc=$archive_cmds_need_lc
19896
19897 # Whether or not to disallow shared libs when runtime libs are static.
19898 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
19899
19900 # Compiler flag to allow reflexive dlopens.
19901 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
19902
19903 # Compiler flag to generate shared objects directly from archives.
19904 whole_archive_flag_spec=$lt_whole_archive_flag_spec
19905
19906 # Whether the compiler copes with passing no objects directly.
19907 compiler_needs_object=$lt_compiler_needs_object
19908
19909 # Create an old-style archive from a shared archive.
19910 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
19911
19912 # Create a temporary old-style archive to link instead of a shared archive.
19913 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
19914
19915 # Commands used to build a shared archive.
19916 archive_cmds=$lt_archive_cmds
19917 archive_expsym_cmds=$lt_archive_expsym_cmds
19918
19919 # Commands used to build a loadable module if different from building
19920 # a shared archive.
19921 module_cmds=$lt_module_cmds
19922 module_expsym_cmds=$lt_module_expsym_cmds
19923
19924 # Whether we are building with GNU ld or not.
19925 with_gnu_ld=$lt_with_gnu_ld
19926
19927 # Flag that allows shared libraries with undefined symbols to be built.
19928 allow_undefined_flag=$lt_allow_undefined_flag
19929
19930 # Flag that enforces no undefined symbols.
19931 no_undefined_flag=$lt_no_undefined_flag
19932
19933 # Flag to hardcode \$libdir into a binary during linking.
19934 # This must work even if \$libdir does not exist
19935 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
19936
19937 # Whether we need a single "-rpath" flag with a separated argument.
19938 hardcode_libdir_separator=$lt_hardcode_libdir_separator
19939
19940 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19941 # DIR into the resulting binary.
19942 hardcode_direct=$hardcode_direct
19943
19944 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19945 # DIR into the resulting binary and the resulting library dependency is
19946 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
19947 # library is relocated.
19948 hardcode_direct_absolute=$hardcode_direct_absolute
19949
19950 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
19951 # into the resulting binary.
19952 hardcode_minus_L=$hardcode_minus_L
19953
19954 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
19955 # into the resulting binary.
19956 hardcode_shlibpath_var=$hardcode_shlibpath_var
19957
19958 # Set to "yes" if building a shared library automatically hardcodes DIR
19959 # into the library and all subsequent libraries and executables linked
19960 # against it.
19961 hardcode_automatic=$hardcode_automatic
19962
19963 # Set to yes if linker adds runtime paths of dependent libraries
19964 # to runtime path list.
19965 inherit_rpath=$inherit_rpath
19966
19967 # Whether libtool must link a program against all its dependency libraries.
19968 link_all_deplibs=$link_all_deplibs
19969
19970 # Set to "yes" if exported symbols are required.
19971 always_export_symbols=$always_export_symbols
19972
19973 # The commands to list exported symbols.
19974 export_symbols_cmds=$lt_export_symbols_cmds
19975
19976 # Symbols that should not be listed in the preloaded symbols.
19977 exclude_expsyms=$lt_exclude_expsyms
19978
19979 # Symbols that must always be exported.
19980 include_expsyms=$lt_include_expsyms
19981
19982 # Commands necessary for linking programs (against libraries) with templates.
19983 prelink_cmds=$lt_prelink_cmds
19984
19985 # Commands necessary for finishing linking programs.
19986 postlink_cmds=$lt_postlink_cmds
19987
19988 # Specify filename containing input files.
19989 file_list_spec=$lt_file_list_spec
19990
19991 # How to hardcode a shared library path into an executable.
19992 hardcode_action=$hardcode_action
19993
19994 # ### END LIBTOOL CONFIG
19995
19996 _LT_EOF
19997
19998 case $host_os in
19999 aix3*)
20000 cat <<\_LT_EOF >> "$cfgfile"
20001 # AIX sometimes has problems with the GCC collect2 program. For some
20002 # reason, if we set the COLLECT_NAMES environment variable, the problems
20003 # vanish in a puff of smoke.
20004 if test "X${COLLECT_NAMES+set}" != Xset; then
20005 COLLECT_NAMES=
20006 export COLLECT_NAMES
20007 fi
20008 _LT_EOF
20009 ;;
20010 esac
20011
20012
20013 ltmain="$ac_aux_dir/ltmain.sh"
20014
20015
20016 # We use sed instead of cat because bash on DJGPP gets confused if
20017 # if finds mixed CR/LF and LF-only lines. Since sed operates in
20018 # text mode, it properly converts lines to CR/LF. This bash problem
20019 # is reportedly fixed, but why not run on old versions too?
20020 sed '$q' "$ltmain" >> "$cfgfile" \
20021 || (rm -f "$cfgfile"; exit 1)
20022
20023 if test x"$xsi_shell" = xyes; then
20024 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
20025 func_dirname ()\
20026 {\
20027 \ case ${1} in\
20028 \ */*) func_dirname_result="${1%/*}${2}" ;;\
20029 \ * ) func_dirname_result="${3}" ;;\
20030 \ esac\
20031 } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
20032 && mv -f "$cfgfile.tmp" "$cfgfile" \
20033 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
20034 test 0 -eq $? || _lt_function_replace_fail=:
20035
20036
20037 sed -e '/^func_basename ()$/,/^} # func_basename /c\
20038 func_basename ()\
20039 {\
20040 \ func_basename_result="${1##*/}"\
20041 } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
20042 && mv -f "$cfgfile.tmp" "$cfgfile" \
20043 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
20044 test 0 -eq $? || _lt_function_replace_fail=:
20045
20046
20047 sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
20048 func_dirname_and_basename ()\
20049 {\
20050 \ case ${1} in\
20051 \ */*) func_dirname_result="${1%/*}${2}" ;;\
20052 \ * ) func_dirname_result="${3}" ;;\
20053 \ esac\
20054 \ func_basename_result="${1##*/}"\
20055 } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
20056 && mv -f "$cfgfile.tmp" "$cfgfile" \
20057 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
20058 test 0 -eq $? || _lt_function_replace_fail=:
20059
20060
20061 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
20062 func_stripname ()\
20063 {\
20064 \ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
20065 \ # positional parameters, so assign one to ordinary parameter first.\
20066 \ func_stripname_result=${3}\
20067 \ func_stripname_result=${func_stripname_result#"${1}"}\
20068 \ func_stripname_result=${func_stripname_result%"${2}"}\
20069 } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
20070 && mv -f "$cfgfile.tmp" "$cfgfile" \
20071 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
20072 test 0 -eq $? || _lt_function_replace_fail=:
20073
20074
20075 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
20076 func_split_long_opt ()\
20077 {\
20078 \ func_split_long_opt_name=${1%%=*}\
20079 \ func_split_long_opt_arg=${1#*=}\
20080 } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
20081 && mv -f "$cfgfile.tmp" "$cfgfile" \
20082 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
20083 test 0 -eq $? || _lt_function_replace_fail=:
20084
20085
20086 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
20087 func_split_short_opt ()\
20088 {\
20089 \ func_split_short_opt_arg=${1#??}\
20090 \ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
20091 } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
20092 && mv -f "$cfgfile.tmp" "$cfgfile" \
20093 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
20094 test 0 -eq $? || _lt_function_replace_fail=:
20095
20096
20097 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
20098 func_lo2o ()\
20099 {\
20100 \ case ${1} in\
20101 \ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
20102 \ *) func_lo2o_result=${1} ;;\
20103 \ esac\
20104 } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
20105 && mv -f "$cfgfile.tmp" "$cfgfile" \
20106 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
20107 test 0 -eq $? || _lt_function_replace_fail=:
20108
20109
20110 sed -e '/^func_xform ()$/,/^} # func_xform /c\
20111 func_xform ()\
20112 {\
20113 func_xform_result=${1%.*}.lo\
20114 } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
20115 && mv -f "$cfgfile.tmp" "$cfgfile" \
20116 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
20117 test 0 -eq $? || _lt_function_replace_fail=:
20118
20119
20120 sed -e '/^func_arith ()$/,/^} # func_arith /c\
20121 func_arith ()\
20122 {\
20123 func_arith_result=$(( $* ))\
20124 } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
20125 && mv -f "$cfgfile.tmp" "$cfgfile" \
20126 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
20127 test 0 -eq $? || _lt_function_replace_fail=:
20128
20129
20130 sed -e '/^func_len ()$/,/^} # func_len /c\
20131 func_len ()\
20132 {\
20133 func_len_result=${#1}\
20134 } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
20135 && mv -f "$cfgfile.tmp" "$cfgfile" \
20136 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
20137 test 0 -eq $? || _lt_function_replace_fail=:
20138
20139 fi
20140
20141 if test x"$lt_shell_append" = xyes; then
20142 sed -e '/^func_append ()$/,/^} # func_append /c\
20143 func_append ()\
20144 {\
20145 eval "${1}+=\\${2}"\
20146 } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
20147 && mv -f "$cfgfile.tmp" "$cfgfile" \
20148 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
20149 test 0 -eq $? || _lt_function_replace_fail=:
20150
20151
20152 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
20153 func_append_quoted ()\
20154 {\
20155 \ func_quote_for_eval "${2}"\
20156 \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
20157 } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
20158 && mv -f "$cfgfile.tmp" "$cfgfile" \
20159 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
20160 test 0 -eq $? || _lt_function_replace_fail=:
20161
20162
20163 # Save a `func_append' function call where possible by direct use of '+='
20164 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
20165 && mv -f "$cfgfile.tmp" "$cfgfile" \
20166 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
20167 test 0 -eq $? || _lt_function_replace_fail=:
20168 else
20169 # Save a `func_append' function call even when '+=' is not available
20170 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
20171 && mv -f "$cfgfile.tmp" "$cfgfile" \
20172 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
20173 test 0 -eq $? || _lt_function_replace_fail=:
20174 fi
20175
20176 if test x"$_lt_function_replace_fail" = x":"; then
20177 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
20178 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
20179 fi
20180
20181
20182 mv -f "$cfgfile" "$ofile" ||
20183 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
20184 chmod +x "$ofile"
20185
20186 ;;
20187 "tools/genssl_chmod":C) chmod 755 tools/genssl ;;
20188
20189 esac
20190 done # for ac_tag
20191
20192
20193 as_fn_exit 0
20194 _ACEOF
20195 ac_clean_files=$ac_clean_files_save
20196
20197 test $ac_write_fail = 0 ||
20198 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
20199
20200
20201 # configure is writing to config.log, and then calls config.status.
20202 # config.status does its own redirection, appending to config.log.
20203 # Unfortunately, on DOS this fails, as config.log is still kept open
20204 # by configure, so config.status won't be able to write to it; its
20205 # output is simply discarded. So we exec the FD to /dev/null,
20206 # effectively closing config.log, so it can be properly (re)opened and
20207 # appended to by config.status. When coming back to configure, we
20208 # need to make the FD available again.
20209 if test "$no_create" != yes; then
20210 ac_cs_success=:
20211 ac_config_status_args=
20212 test "$silent" = yes &&
20213 ac_config_status_args="$ac_config_status_args --quiet"
20214 exec 5>/dev/null
20215 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
20216 exec 5>>config.log
20217 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20218 # would make configure fail if this is the last instruction.
20219 $ac_cs_success || as_fn_exit 1
20220 fi
20221
20222 #
20223 # CONFIG_SUBDIRS section.
20224 #
20225 if test "$no_recursion" != yes; then
20226
20227 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
20228 # so they do not pile up.
20229 ac_sub_configure_args=
20230 ac_prev=
20231 eval "set x $ac_configure_args"
20232 shift
20233 for ac_arg
20234 do
20235 if test -n "$ac_prev"; then
20236 ac_prev=
20237 continue
20238 fi
20239 case $ac_arg in
20240 -cache-file | --cache-file | --cache-fil | --cache-fi \
20241 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
20242 ac_prev=cache_file ;;
20243 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
20244 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
20245 | --c=*)
20246 ;;
20247 --config-cache | -C)
20248 ;;
20249 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
20250 ac_prev=srcdir ;;
20251 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
20252 ;;
20253 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
20254 ac_prev=prefix ;;
20255 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
20256 ;;
20257 --disable-option-checking)
20258 ;;
20259 *)
20260 case $ac_arg in
20261 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
20262 esac
20263 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
20264 esac
20265 done
20266
20267 # Always prepend --prefix to ensure using the same prefix
20268 # in subdir configurations.
20269 ac_arg="--prefix=$prefix"
20270 case $ac_arg in
20271 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
20272 esac
20273 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
20274
20275 # Pass --silent
20276 if test "$silent" = yes; then
20277 ac_sub_configure_args="--silent $ac_sub_configure_args"
20278 fi
20279
20280 # Always prepend --disable-option-checking to silence warnings, since
20281 # different subdirs can have different --enable and --with options.
20282 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
20283
20284 ac_popdir=`pwd`
20285 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
20286
20287 # Do not complain, so a configure script can configure whichever
20288 # parts of a large source tree are present.
20289 test -d "$srcdir/$ac_dir" || continue
20290
20291 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
20292 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
20293 $as_echo "$ac_msg" >&6
20294 as_dir="$ac_dir"; as_fn_mkdir_p
20295 ac_builddir=.
20296
20297 case "$ac_dir" in
20298 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
20299 *)
20300 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
20301 # A ".." for each directory in $ac_dir_suffix.
20302 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
20303 case $ac_top_builddir_sub in
20304 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
20305 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
20306 esac ;;
20307 esac
20308 ac_abs_top_builddir=$ac_pwd
20309 ac_abs_builddir=$ac_pwd$ac_dir_suffix
20310 # for backward compatibility:
20311 ac_top_builddir=$ac_top_build_prefix
20312
20313 case $srcdir in
20314 .) # We are building in place.
20315 ac_srcdir=.
20316 ac_top_srcdir=$ac_top_builddir_sub
20317 ac_abs_top_srcdir=$ac_pwd ;;
20318 [\\/]* | ?:[\\/]* ) # Absolute name.
20319 ac_srcdir=$srcdir$ac_dir_suffix;
20320 ac_top_srcdir=$srcdir
20321 ac_abs_top_srcdir=$srcdir ;;
20322 *) # Relative name.
20323 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
20324 ac_top_srcdir=$ac_top_build_prefix$srcdir
20325 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
20326 esac
20327 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
20328
20329
20330 cd "$ac_dir"
20331
20332 # Check for guested configure; otherwise get Cygnus style configure.
20333 if test -f "$ac_srcdir/configure.gnu"; then
20334 ac_sub_configure=$ac_srcdir/configure.gnu
20335 elif test -f "$ac_srcdir/configure"; then
20336 ac_sub_configure=$ac_srcdir/configure
20337 elif test -f "$ac_srcdir/configure.in"; then
20338 # This should be Cygnus configure.
20339 ac_sub_configure=$ac_aux_dir/configure
20340 else
20341 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
20342 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
20343 ac_sub_configure=
20344 fi
20345
20346 # The recursion is here.
20347 if test -n "$ac_sub_configure"; then
20348 # Make the cache file name correct relative to the subdirectory.
20349 case $cache_file in
20350 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
20351 *) # Relative name.
20352 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
20353 esac
20354
20355 { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
20356 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
20357 # The eval makes quoting arguments work.
20358 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
20359 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
20360 as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
20361 fi
20362
20363 cd "$ac_popdir"
20364 done
20365 fi
20366 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
20367 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
20368 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
20369 fi
20370
20371
20372 if test "$cf_openssl_version_ok" = yes; then
20373 openssl="yes"
20374 else
20375 openssl="no"
20376 fi
20377
20378 echo "
20379 Configuration of ${BRANDING_NAME}-${BRANDING_VERSION}:
20380 Install directory : $prefix
20381
20382 Ziplinks : $zlib
20383 OpenSSL : $openssl
20384 Small network : $small_net
20385 Block allocator : $balloc
20386
20387 Nickname length : $NICKLEN
20388 Topic length : $TOPICLEN
20389
20390 Use (g)make to compile $BRANDING_NAME, then (g)make install to install it.
20391 "