]> jfr.im git - irc/rqf/shadowircd.git/blame - libratbox/configure
Minor umode help file cleanups.
[irc/rqf/shadowircd.git] / libratbox / configure
CommitLineData
b57f37fb
WP
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
1800d973 3# Generated by GNU Autoconf 2.65 for libratbox devel.
b57f37fb 4#
f030cae8 5# $Id: configure.ac 26260 2008-12-10 04:08:39Z androsyn $
b57f37fb 6#
1800d973 7#
b57f37fb 8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1800d973
WP
9# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10# Inc.
11#
042acc47 12#
b57f37fb
WP
13# This configure script is free software; the Free Software Foundation
14# gives unlimited permission to copy, distribute and modify it.
042acc47
WP
15## -------------------- ##
16## M4sh Initialization. ##
17## -------------------- ##
b57f37fb
WP
18
19# Be more Bourne compatible
20DUALCASE=1; export DUALCASE # for MKS sh
042acc47 21if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b57f37fb
WP
22 emulate sh
23 NULLCMD=:
f030cae8 24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b57f37fb
WP
25 # is contrary to our usage. Disable this feature.
26 alias -g '${1+"$@"}'='"$@"'
27 setopt NO_GLOB_SUBST
28else
042acc47
WP
29 case `(set -o) 2>/dev/null` in #(
30 *posix*) :
31 set -o posix ;; #(
32 *) :
33 ;;
b57f37fb 34esac
b57f37fb
WP
35fi
36
37
f030cae8
VY
38as_nl='
39'
40export as_nl
41# Printing a long string crashes Solaris 7 /usr/bin/printf.
42as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
042acc47
WP
45# Prefer a ksh shell builtin over an external printf program on Solaris,
46# but without wasting forks for bash or zsh.
47if test -z "$BASH_VERSION$ZSH_VERSION" \
48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='print -r --'
50 as_echo_n='print -rn --'
51elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
f030cae8
VY
52 as_echo='printf %s\n'
53 as_echo_n='printf %s'
54else
55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57 as_echo_n='/usr/ucb/echo -n'
b57f37fb 58 else
f030cae8
VY
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 as_echo_n_body='eval
61 arg=$1;
042acc47 62 case $arg in #(
f030cae8
VY
63 *"$as_nl"*)
64 expr "X$arg" : "X\\(.*\\)$as_nl";
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66 esac;
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68 '
69 export as_echo_n_body
70 as_echo_n='sh -c $as_echo_n_body as_echo'
b57f37fb 71 fi
f030cae8
VY
72 export as_echo_body
73 as_echo='sh -c $as_echo_body as_echo'
74fi
75
76# The user is always right.
77if test "${PATH_SEPARATOR+set}" != set; then
78 PATH_SEPARATOR=:
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81 PATH_SEPARATOR=';'
82 }
b57f37fb
WP
83fi
84
b57f37fb
WP
85
86# IFS
87# We need space, tab and new line, in precisely that order. Quoting is
88# there to prevent editors from complaining about space-tab.
89# (If _AS_PATH_WALK were called with IFS unset, it would disable word
90# splitting by setting IFS to empty value.)
b57f37fb
WP
91IFS=" "" $as_nl"
92
93# Find who we are. Look in the path if we contain no directory separator.
042acc47 94case $0 in #((
b57f37fb
WP
95 *[\\/]* ) as_myself=$0 ;;
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97for as_dir in $PATH
98do
99 IFS=$as_save_IFS
100 test -z "$as_dir" && as_dir=.
042acc47
WP
101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102 done
b57f37fb
WP
103IFS=$as_save_IFS
104
105 ;;
106esac
107# We did not find ourselves, most probably we were run as `sh COMMAND'
108# in which case we are not to be found in the path.
109if test "x$as_myself" = x; then
110 as_myself=$0
111fi
112if test ! -f "$as_myself"; then
f030cae8 113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
042acc47 114 exit 1
b57f37fb
WP
115fi
116
042acc47
WP
117# Unset variables that we do not need and which cause bugs (e.g. in
118# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
119# suppresses any "Segmentation fault" message there. '((' could
120# trigger a bug in pdksh 5.2.14.
121for as_var in BASH_ENV ENV MAIL MAILPATH
122do eval test x\${$as_var+set} = xset \
123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
b57f37fb
WP
124done
125PS1='$ '
126PS2='> '
127PS4='+ '
128
129# NLS nuisances.
f030cae8
VY
130LC_ALL=C
131export LC_ALL
132LANGUAGE=C
133export LANGUAGE
b57f37fb 134
042acc47
WP
135# CDPATH.
136(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137
138if test "x$CONFIG_SHELL" = x; then
139 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140 emulate sh
141 NULLCMD=:
142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143 # is contrary to our usage. Disable this feature.
144 alias -g '\${1+\"\$@\"}'='\"\$@\"'
145 setopt NO_GLOB_SUBST
146else
147 case \`(set -o) 2>/dev/null\` in #(
148 *posix*) :
149 set -o posix ;; #(
150 *) :
151 ;;
152esac
153fi
154"
155 as_required="as_fn_return () { (exit \$1); }
156as_fn_success () { as_fn_return 0; }
157as_fn_failure () { as_fn_return 1; }
158as_fn_ret_success () { return 0; }
159as_fn_ret_failure () { return 1; }
160
161exitcode=0
162as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
167
168else
169 exitcode=1; echo positional parameters were not saved.
170fi
171test x\$exitcode = x0 || exit 1"
172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176test \$(( 1 + 1 )) = 2 || exit 1"
177 if (eval "$as_required") 2>/dev/null; then :
178 as_have_required=yes
179else
180 as_have_required=no
181fi
182 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
183
184else
185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186as_found=false
187for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
188do
189 IFS=$as_save_IFS
190 test -z "$as_dir" && as_dir=.
191 as_found=:
192 case $as_dir in #(
193 /*)
194 for as_base in sh bash ksh sh5; do
195 # Try only shells that exist, to save several forks.
196 as_shell=$as_dir/$as_base
197 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199 CONFIG_SHELL=$as_shell as_have_required=yes
200 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201 break 2
202fi
203fi
204 done;;
205 esac
206 as_found=false
207done
208$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210 CONFIG_SHELL=$SHELL as_have_required=yes
211fi; }
212IFS=$as_save_IFS
213
214
215 if test "x$CONFIG_SHELL" != x; then :
216 # We cannot yet assume a decent shell, so we have to provide a
217 # neutralization value for shells without unset; and this also
218 # works around shells that cannot unset nonexistent variables.
219 BASH_ENV=/dev/null
220 ENV=/dev/null
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222 export CONFIG_SHELL
223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
224fi
225
226 if test x$as_have_required = xno; then :
227 $as_echo "$0: This script requires a shell more modern than all"
228 $as_echo "$0: the shells that I found on your system."
229 if test x${ZSH_VERSION+set} = xset ; then
230 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232 else
233 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
234$0: including any error possibly output before this
235$0: message. Then install a modern shell, or manually run
236$0: the script under such a shell if you do have one."
237 fi
238 exit 1
239fi
240fi
241fi
242SHELL=${CONFIG_SHELL-/bin/sh}
243export SHELL
244# Unset more variables known to interfere with behavior of common tools.
245CLICOLOR_FORCE= GREP_OPTIONS=
246unset CLICOLOR_FORCE GREP_OPTIONS
247
248## --------------------- ##
249## M4sh Shell Functions. ##
250## --------------------- ##
251# as_fn_unset VAR
252# ---------------
253# Portably unset VAR.
254as_fn_unset ()
255{
256 { eval $1=; unset $1;}
257}
258as_unset=as_fn_unset
259
260# as_fn_set_status STATUS
261# -----------------------
262# Set $? to STATUS, without forking.
263as_fn_set_status ()
264{
265 return $1
266} # as_fn_set_status
267
268# as_fn_exit STATUS
269# -----------------
270# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
271as_fn_exit ()
272{
273 set +e
274 as_fn_set_status $1
275 exit $1
276} # as_fn_exit
277
278# as_fn_mkdir_p
279# -------------
280# Create "$as_dir" as a directory, including parents if necessary.
281as_fn_mkdir_p ()
282{
283
284 case $as_dir in #(
285 -*) as_dir=./$as_dir;;
286 esac
287 test -d "$as_dir" || eval $as_mkdir_p || {
288 as_dirs=
289 while :; do
290 case $as_dir in #(
291 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
292 *) as_qdir=$as_dir;;
293 esac
294 as_dirs="'$as_qdir' $as_dirs"
295 as_dir=`$as_dirname -- "$as_dir" ||
296$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
297 X"$as_dir" : 'X\(//\)[^/]' \| \
298 X"$as_dir" : 'X\(//\)$' \| \
299 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
300$as_echo X"$as_dir" |
301 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
302 s//\1/
303 q
304 }
305 /^X\(\/\/\)[^/].*/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)$/{
310 s//\1/
311 q
312 }
313 /^X\(\/\).*/{
314 s//\1/
315 q
316 }
317 s/.*/./; q'`
318 test -d "$as_dir" && break
319 done
320 test -z "$as_dirs" || eval "mkdir $as_dirs"
321 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
322
323
324} # as_fn_mkdir_p
325# as_fn_append VAR VALUE
326# ----------------------
327# Append the text in VALUE to the end of the definition contained in VAR. Take
328# advantage of any shell optimizations that allow amortized linear growth over
329# repeated appends, instead of the typical quadratic growth present in naive
330# implementations.
331if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
332 eval 'as_fn_append ()
333 {
334 eval $1+=\$2
335 }'
336else
337 as_fn_append ()
338 {
339 eval $1=\$$1\$2
340 }
341fi # as_fn_append
342
343# as_fn_arith ARG...
344# ------------------
345# Perform arithmetic evaluation on the ARGs, and store the result in the
346# global $as_val. Take advantage of shells that can avoid forks. The arguments
347# must be portable across $(()) and expr.
348if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
349 eval 'as_fn_arith ()
350 {
351 as_val=$(( $* ))
352 }'
353else
354 as_fn_arith ()
355 {
356 as_val=`expr "$@" || test $? -eq 1`
357 }
358fi # as_fn_arith
359
360
361# as_fn_error ERROR [LINENO LOG_FD]
362# ---------------------------------
363# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
364# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
365# script with status $?, using 1 if that was 0.
366as_fn_error ()
367{
368 as_status=$?; test $as_status -eq 0 && as_status=1
369 if test "$3"; then
370 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
371 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
372 fi
373 $as_echo "$as_me: error: $1" >&2
374 as_fn_exit $as_status
375} # as_fn_error
376
b57f37fb
WP
377if expr a : '\(a\)' >/dev/null 2>&1 &&
378 test "X`expr 00001 : '.*\(...\)'`" = X001; then
379 as_expr=expr
380else
381 as_expr=false
382fi
383
384if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
385 as_basename=basename
386else
387 as_basename=false
388fi
389
042acc47
WP
390if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
391 as_dirname=dirname
392else
393 as_dirname=false
394fi
b57f37fb 395
b57f37fb
WP
396as_me=`$as_basename -- "$0" ||
397$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
398 X"$0" : 'X\(//\)$' \| \
399 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
f030cae8 400$as_echo X/"$0" |
b57f37fb
WP
401 sed '/^.*\/\([^/][^/]*\)\/*$/{
402 s//\1/
403 q
404 }
405 /^X\/\(\/\/\)$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\).*/{
410 s//\1/
411 q
412 }
413 s/.*/./; q'`
414
042acc47
WP
415# Avoid depending upon Character Ranges.
416as_cr_letters='abcdefghijklmnopqrstuvwxyz'
417as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
418as_cr_Letters=$as_cr_letters$as_cr_LETTERS
419as_cr_digits='0123456789'
420as_cr_alnum=$as_cr_Letters$as_cr_digits
b57f37fb
WP
421
422
042acc47
WP
423 as_lineno_1=$LINENO as_lineno_1a=$LINENO
424 as_lineno_2=$LINENO as_lineno_2a=$LINENO
425 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
426 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
427 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
428 sed -n '
429 p
430 /[$]LINENO/=
431 ' <$as_myself |
432 sed '
433 s/[$]LINENO.*/&-/
434 t lineno
435 b
436 :lineno
437 N
438 :loop
439 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
440 t loop
441 s/-\n.*//
442 ' >$as_me.lineno &&
443 chmod +x "$as_me.lineno" ||
444 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
b57f37fb 445
042acc47
WP
446 # Don't try to exec as it changes $[0], causing all sort of problems
447 # (the dirname of $[0] is not the place where we might find the
448 # original and so on. Autoconf is especially sensitive to this).
449 . "./$as_me.lineno"
450 # Exit status is that of the last command.
451 exit
b57f37fb
WP
452}
453
042acc47
WP
454ECHO_C= ECHO_N= ECHO_T=
455case `echo -n x` in #(((((
456-n*)
457 case `echo 'xy\c'` in
458 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
459 xy) ECHO_C='\c';;
460 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
461 ECHO_T=' ';;
462 esac;;
463*)
464 ECHO_N='-n';;
465esac
b57f37fb 466
042acc47
WP
467rm -f conf$$ conf$$.exe conf$$.file
468if test -d conf$$.dir; then
469 rm -f conf$$.dir/conf$$.file
470else
471 rm -f conf$$.dir
472 mkdir conf$$.dir 2>/dev/null
b57f37fb 473fi
042acc47
WP
474if (echo >conf$$.file) 2>/dev/null; then
475 if ln -s conf$$.file conf$$ 2>/dev/null; then
476 as_ln_s='ln -s'
477 # ... but there are two gotchas:
478 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
479 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
480 # In both cases, we have to default to `cp -p'.
481 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
482 as_ln_s='cp -p'
483 elif ln conf$$.file conf$$ 2>/dev/null; then
484 as_ln_s=ln
485 else
486 as_ln_s='cp -p'
487 fi
b57f37fb 488else
042acc47 489 as_ln_s='cp -p'
b57f37fb 490fi
042acc47
WP
491rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
492rmdir conf$$.dir 2>/dev/null
b57f37fb 493
042acc47
WP
494if mkdir -p . 2>/dev/null; then
495 as_mkdir_p='mkdir -p "$as_dir"'
496else
497 test -d ./-p && rmdir ./-p
498 as_mkdir_p=false
b57f37fb
WP
499fi
500
042acc47
WP
501if test -x / >/dev/null 2>&1; then
502 as_test_x='test -x'
b57f37fb 503else
042acc47
WP
504 if ls -dL / >/dev/null 2>&1; then
505 as_ls_L_option=L
506 else
507 as_ls_L_option=
508 fi
509 as_test_x='
510 eval sh -c '\''
511 if test -d "$1"; then
512 test -d "$1/.";
513 else
514 case $1 in #(
515 -*)set "./$1";;
516 esac;
517 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
518 ???[sx]*):;;*)false;;esac;fi
519 '\'' sh
520 '
b57f37fb 521fi
042acc47 522as_executable_p=$as_test_x
b57f37fb 523
042acc47
WP
524# Sed expression to map a string onto a valid CPP name.
525as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
b57f37fb 526
042acc47
WP
527# Sed expression to map a string onto a valid variable name.
528as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
b57f37fb
WP
529
530
531
532# Check that we are running under the correct shell.
533SHELL=${CONFIG_SHELL-/bin/sh}
534
042acc47 535case X$lt_ECHO in
b57f37fb
WP
536X*--fallback-echo)
537 # Remove one level of quotation (which was required for Make).
042acc47 538 ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
b57f37fb
WP
539 ;;
540esac
541
042acc47 542ECHO=${lt_ECHO-echo}
b57f37fb
WP
543if test "X$1" = X--no-reexec; then
544 # Discard the --no-reexec flag, and continue.
545 shift
546elif test "X$1" = X--fallback-echo; then
547 # Avoid inline document here, it may be left over
548 :
042acc47
WP
549elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
550 # Yippee, $ECHO works!
b57f37fb
WP
551 :
552else
553 # Restart under the correct shell.
554 exec $SHELL "$0" --no-reexec ${1+"$@"}
555fi
556
557if test "X$1" = X--fallback-echo; then
558 # used as fallback echo
559 shift
042acc47 560 cat <<_LT_EOF
b57f37fb 561$*
042acc47 562_LT_EOF
b57f37fb
WP
563 exit 0
564fi
565
566# The HP-UX ksh and POSIX shell print the target directory to stdout
567# if CDPATH is set.
568(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
569
042acc47
WP
570if test -z "$lt_ECHO"; then
571 if test "X${echo_test_string+set}" != Xset; then
572 # find a string as large as possible, as long as the shell can cope with it
573 for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
574 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
575 if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
576 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
577 then
578 break
579 fi
580 done
581 fi
b57f37fb 582
042acc47
WP
583 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
584 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
585 test "X$echo_testing_string" = "X$echo_test_string"; then
586 :
587 else
588 # The Solaris, AIX, and Digital Unix default echo programs unquote
589 # backslashes. This makes it impossible to quote backslashes using
590 # echo "$something" | sed 's/\\/\\\\/g'
591 #
592 # So, first we look for a working echo in the user's PATH.
b57f37fb 593
042acc47
WP
594 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
595 for dir in $PATH /usr/ucb; do
596 IFS="$lt_save_ifs"
597 if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
598 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
599 echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
600 test "X$echo_testing_string" = "X$echo_test_string"; then
601 ECHO="$dir/echo"
602 break
603 fi
604 done
b57f37fb 605 IFS="$lt_save_ifs"
b57f37fb 606
042acc47
WP
607 if test "X$ECHO" = Xecho; then
608 # We didn't find a better echo, so look for alternatives.
609 if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
610 echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
611 test "X$echo_testing_string" = "X$echo_test_string"; then
612 # This shell has a builtin print -r that does the trick.
613 ECHO='print -r'
614 elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
615 test "X$CONFIG_SHELL" != X/bin/ksh; then
616 # If we have ksh, try running configure again with it.
617 ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
618 export ORIGINAL_CONFIG_SHELL
619 CONFIG_SHELL=/bin/ksh
620 export CONFIG_SHELL
621 exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
b57f37fb 622 else
042acc47
WP
623 # Try using printf.
624 ECHO='printf %s\n'
625 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
626 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
627 test "X$echo_testing_string" = "X$echo_test_string"; then
628 # Cool, printf works
629 :
630 elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
631 test "X$echo_testing_string" = 'X\t' &&
632 echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
633 test "X$echo_testing_string" = "X$echo_test_string"; then
634 CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
635 export CONFIG_SHELL
636 SHELL="$CONFIG_SHELL"
637 export SHELL
638 ECHO="$CONFIG_SHELL $0 --fallback-echo"
639 elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
640 test "X$echo_testing_string" = 'X\t' &&
641 echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
642 test "X$echo_testing_string" = "X$echo_test_string"; then
643 ECHO="$CONFIG_SHELL $0 --fallback-echo"
644 else
645 # maybe with a smaller string...
646 prev=:
b57f37fb 647
042acc47
WP
648 for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
649 if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
650 then
651 break
652 fi
653 prev="$cmd"
654 done
b57f37fb 655
042acc47
WP
656 if test "$prev" != 'sed 50q "$0"'; then
657 echo_test_string=`eval $prev`
658 export echo_test_string
659 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
660 else
661 # Oops. We lost completely, so just stick with echo.
662 ECHO=echo
663 fi
664 fi
b57f37fb
WP
665 fi
666 fi
667 fi
668fi
b57f37fb
WP
669
670# Copy echo and quote the copy suitably for passing to libtool from
671# the Makefile, instead of quoting the original, which is used later.
042acc47
WP
672lt_ECHO=$ECHO
673if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
674 lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
b57f37fb
WP
675fi
676
677
678
679
1800d973
WP
680test -n "$DJDIR" || exec 7<&0 </dev/null
681exec 6>&1
b57f37fb
WP
682
683# Name of the host.
684# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
685# so uname gets run too.
686ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
687
688#
689# Initializations.
690#
691ac_default_prefix=/usr/local
692ac_clean_files=
693ac_config_libobj_dir=.
694LIBOBJS=
695cross_compiling=no
696subdirs=
697MFLAGS=
698MAKEFLAGS=
b57f37fb
WP
699
700# Identity of this package.
701PACKAGE_NAME='libratbox'
702PACKAGE_TARNAME='libratbox'
703PACKAGE_VERSION='devel'
704PACKAGE_STRING='libratbox devel'
705PACKAGE_BUGREPORT=''
042acc47 706PACKAGE_URL=''
b57f37fb
WP
707
708ac_default_prefix=/usr/local/libratbox
709# Factoring default headers for most tests.
710ac_includes_default="\
711#include <stdio.h>
712#ifdef HAVE_SYS_TYPES_H
713# include <sys/types.h>
714#endif
715#ifdef HAVE_SYS_STAT_H
716# include <sys/stat.h>
717#endif
718#ifdef STDC_HEADERS
719# include <stdlib.h>
720# include <stddef.h>
721#else
722# ifdef HAVE_STDLIB_H
723# include <stdlib.h>
724# endif
725#endif
726#ifdef HAVE_STRING_H
727# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
728# include <memory.h>
729# endif
730# include <string.h>
731#endif
732#ifdef HAVE_STRINGS_H
733# include <strings.h>
734#endif
735#ifdef HAVE_INTTYPES_H
736# include <inttypes.h>
737#endif
738#ifdef HAVE_STDINT_H
739# include <stdint.h>
740#endif
741#ifdef HAVE_UNISTD_H
742# include <unistd.h>
743#endif"
744
1800d973 745ac_header_list=
042acc47
WP
746ac_subst_vars='am__EXEEXT_FALSE
747am__EXEEXT_TRUE
748LTLIBOBJS
f030cae8
VY
749LIBOBJS
750RB_PREFIX
751SSL_LIBS
752SSL_CFLAGS
753SEDOBJ
754PICFLAGS
755GNUTLS_LIBS
756GNUTLS_CFLAGS
757PKG_CONFIG
758ALLOCA
759CRYPT_LIB
760NEED_CRYPT_FALSE
761NEED_CRYPT_TRUE
762MINGW_FALSE
763MINGW_TRUE
042acc47
WP
764OTOOL64
765OTOOL
766LIPO
f030cae8
VY
767NMEDIT
768DSYMUTIL
042acc47 769lt_ECHO
f030cae8
VY
770RANLIB
771AR
042acc47 772OBJDUMP
f030cae8 773LN_S
042acc47
WP
774NM
775ac_ct_DUMPBIN
776DUMPBIN
777LD
778FGREP
f030cae8
VY
779host_os
780host_vendor
781host_cpu
782host
783build_os
784build_vendor
785build_cpu
786build
042acc47 787LIBTOOL
f030cae8
VY
788TOUCH
789LN
790MV
791CP
792RM
793AS
794MAINT
795MAINTAINER_MODE_FALSE
796MAINTAINER_MODE_TRUE
797SED
798EGREP
799GREP
800CPP
801am__fastdepCC_FALSE
802am__fastdepCC_TRUE
803CCDEPMODE
804AMDEPBACKSLASH
805AMDEP_FALSE
806AMDEP_TRUE
807am__quote
808am__include
809DEPDIR
810OBJEXT
811EXEEXT
812ac_ct_CC
813CPPFLAGS
814LDFLAGS
815CFLAGS
816CC
817am__untar
818am__tar
819AMTAR
820am__leading_dot
821SET_MAKE
822AWK
823mkdir_p
824MKDIR_P
825INSTALL_STRIP_PROGRAM
826STRIP
827install_sh
828MAKEINFO
829AUTOHEADER
830AUTOMAKE
831AUTOCONF
832ACLOCAL
833VERSION
834PACKAGE
835CYGPATH_W
836am__isrc
837INSTALL_DATA
838INSTALL_SCRIPT
839INSTALL_PROGRAM
840target_alias
841host_alias
b57f37fb 842build_alias
f030cae8
VY
843LIBS
844ECHO_T
845ECHO_N
846ECHO_C
847DEFS
848mandir
849localedir
850libdir
851psdir
852pdfdir
853dvidir
854htmldir
855infodir
856docdir
857oldincludedir
858includedir
859localstatedir
860sharedstatedir
861sysconfdir
862datadir
863datarootdir
864libexecdir
865sbindir
866bindir
867program_transform_name
868prefix
869exec_prefix
042acc47 870PACKAGE_URL
f030cae8
VY
871PACKAGE_BUGREPORT
872PACKAGE_STRING
873PACKAGE_VERSION
874PACKAGE_TARNAME
875PACKAGE_NAME
876PATH_SEPARATOR
877SHELL'
878ac_subst_files=''
879ac_user_opts='
880enable_option_checking
881enable_dependency_tracking
882enable_static
883enable_shared
884enable_maintainer_mode
042acc47 885with_pic
f030cae8
VY
886enable_fast_install
887with_gnu_ld
888enable_libtool_lock
f030cae8
VY
889enable_ipv6
890enable_openssl
891enable_gnutls
892enable_assert
893enable_profile
894enable_balloc
895enable_warnings
896'
897 ac_precious_vars='build_alias
b57f37fb
WP
898host_alias
899target_alias
b57f37fb
WP
900CC
901CFLAGS
902LDFLAGS
f030cae8 903LIBS
b57f37fb 904CPPFLAGS
b57f37fb 905CPP
dd910409
WP
906PKG_CONFIG
907GNUTLS_CFLAGS
908GNUTLS_LIBS'
94b4fbf9 909
b57f37fb
WP
910
911# Initialize some variables set by options.
912ac_init_help=
913ac_init_version=false
f030cae8
VY
914ac_unrecognized_opts=
915ac_unrecognized_sep=
b57f37fb
WP
916# The variables have the same names as the options, with
917# dashes changed to underlines.
918cache_file=/dev/null
919exec_prefix=NONE
920no_create=
921no_recursion=
922prefix=NONE
923program_prefix=NONE
924program_suffix=NONE
925program_transform_name=s,x,x,
926silent=
927site=
928srcdir=
929verbose=
930x_includes=NONE
931x_libraries=NONE
932
933# Installation directory options.
934# These are left unexpanded so users can "make install exec_prefix=/foo"
935# and all the variables that are supposed to be based on exec_prefix
936# by default will actually change.
937# Use braces instead of parens because sh, perl, etc. also accept them.
938# (The list follows the same order as the GNU Coding Standards.)
939bindir='${exec_prefix}/bin'
940sbindir='${exec_prefix}/sbin'
941libexecdir='${exec_prefix}/libexec'
942datarootdir='${prefix}/share'
943datadir='${datarootdir}'
944sysconfdir='${prefix}/etc'
945sharedstatedir='${prefix}/com'
946localstatedir='${prefix}/var'
947includedir='${prefix}/include'
948oldincludedir='/usr/include'
949docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
950infodir='${datarootdir}/info'
951htmldir='${docdir}'
952dvidir='${docdir}'
953pdfdir='${docdir}'
954psdir='${docdir}'
955libdir='${exec_prefix}/lib'
956localedir='${datarootdir}/locale'
957mandir='${datarootdir}/man'
958
959ac_prev=
960ac_dashdash=
961for ac_option
962do
963 # If the previous option needs an argument, assign it.
964 if test -n "$ac_prev"; then
965 eval $ac_prev=\$ac_option
966 ac_prev=
967 continue
968 fi
969
970 case $ac_option in
971 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
972 *) ac_optarg=yes ;;
973 esac
974
975 # Accept the important Cygnus configure options, so we can diagnose typos.
976
977 case $ac_dashdash$ac_option in
978 --)
979 ac_dashdash=yes ;;
980
981 -bindir | --bindir | --bindi | --bind | --bin | --bi)
982 ac_prev=bindir ;;
983 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
984 bindir=$ac_optarg ;;
985
986 -build | --build | --buil | --bui | --bu)
987 ac_prev=build_alias ;;
988 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
989 build_alias=$ac_optarg ;;
990
991 -cache-file | --cache-file | --cache-fil | --cache-fi \
992 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
993 ac_prev=cache_file ;;
994 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
995 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
996 cache_file=$ac_optarg ;;
997
998 --config-cache | -C)
999 cache_file=config.cache ;;
1000
1001 -datadir | --datadir | --datadi | --datad)
1002 ac_prev=datadir ;;
1003 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1004 datadir=$ac_optarg ;;
1005
1006 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1007 | --dataroo | --dataro | --datar)
1008 ac_prev=datarootdir ;;
1009 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1010 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1011 datarootdir=$ac_optarg ;;
1012
1013 -disable-* | --disable-*)
f030cae8 1014 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
b57f37fb 1015 # Reject names that are not valid shell variable names.
f030cae8 1016 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
042acc47 1017 as_fn_error "invalid feature name: $ac_useropt"
f030cae8
VY
1018 ac_useropt_orig=$ac_useropt
1019 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1020 case $ac_user_opts in
1021 *"
1022"enable_$ac_useropt"
1023"*) ;;
1024 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1025 ac_unrecognized_sep=', ';;
1026 esac
1027 eval enable_$ac_useropt=no ;;
b57f37fb
WP
1028
1029 -docdir | --docdir | --docdi | --doc | --do)
1030 ac_prev=docdir ;;
1031 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1032 docdir=$ac_optarg ;;
1033
1034 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1035 ac_prev=dvidir ;;
1036 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1037 dvidir=$ac_optarg ;;
1038
1039 -enable-* | --enable-*)
f030cae8 1040 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
b57f37fb 1041 # Reject names that are not valid shell variable names.
f030cae8 1042 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
042acc47 1043 as_fn_error "invalid feature name: $ac_useropt"
f030cae8
VY
1044 ac_useropt_orig=$ac_useropt
1045 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1046 case $ac_user_opts in
1047 *"
1048"enable_$ac_useropt"
1049"*) ;;
1050 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1051 ac_unrecognized_sep=', ';;
1052 esac
1053 eval enable_$ac_useropt=\$ac_optarg ;;
b57f37fb
WP
1054
1055 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1056 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1057 | --exec | --exe | --ex)
1058 ac_prev=exec_prefix ;;
1059 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1060 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1061 | --exec=* | --exe=* | --ex=*)
1062 exec_prefix=$ac_optarg ;;
1063
1064 -gas | --gas | --ga | --g)
1065 # Obsolete; use --with-gas.
1066 with_gas=yes ;;
1067
1068 -help | --help | --hel | --he | -h)
1069 ac_init_help=long ;;
1070 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1071 ac_init_help=recursive ;;
1072 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1073 ac_init_help=short ;;
1074
1075 -host | --host | --hos | --ho)
1076 ac_prev=host_alias ;;
1077 -host=* | --host=* | --hos=* | --ho=*)
1078 host_alias=$ac_optarg ;;
1079
1080 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1081 ac_prev=htmldir ;;
1082 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1083 | --ht=*)
1084 htmldir=$ac_optarg ;;
1085
1086 -includedir | --includedir | --includedi | --included | --include \
1087 | --includ | --inclu | --incl | --inc)
1088 ac_prev=includedir ;;
1089 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1090 | --includ=* | --inclu=* | --incl=* | --inc=*)
1091 includedir=$ac_optarg ;;
1092
1093 -infodir | --infodir | --infodi | --infod | --info | --inf)
1094 ac_prev=infodir ;;
1095 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1096 infodir=$ac_optarg ;;
1097
1098 -libdir | --libdir | --libdi | --libd)
1099 ac_prev=libdir ;;
1100 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1101 libdir=$ac_optarg ;;
1102
1103 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1104 | --libexe | --libex | --libe)
1105 ac_prev=libexecdir ;;
1106 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1107 | --libexe=* | --libex=* | --libe=*)
1108 libexecdir=$ac_optarg ;;
1109
1110 -localedir | --localedir | --localedi | --localed | --locale)
1111 ac_prev=localedir ;;
1112 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1113 localedir=$ac_optarg ;;
1114
1115 -localstatedir | --localstatedir | --localstatedi | --localstated \
1116 | --localstate | --localstat | --localsta | --localst | --locals)
1117 ac_prev=localstatedir ;;
1118 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1119 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1120 localstatedir=$ac_optarg ;;
1121
1122 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1123 ac_prev=mandir ;;
1124 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1125 mandir=$ac_optarg ;;
1126
1127 -nfp | --nfp | --nf)
1128 # Obsolete; use --without-fp.
1129 with_fp=no ;;
1130
1131 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1132 | --no-cr | --no-c | -n)
1133 no_create=yes ;;
1134
1135 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1136 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1137 no_recursion=yes ;;
1138
1139 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1140 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1141 | --oldin | --oldi | --old | --ol | --o)
1142 ac_prev=oldincludedir ;;
1143 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1144 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1145 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1146 oldincludedir=$ac_optarg ;;
1147
1148 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1149 ac_prev=prefix ;;
1150 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1151 prefix=$ac_optarg ;;
1152
1153 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1154 | --program-pre | --program-pr | --program-p)
1155 ac_prev=program_prefix ;;
1156 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1157 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1158 program_prefix=$ac_optarg ;;
1159
1160 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1161 | --program-suf | --program-su | --program-s)
1162 ac_prev=program_suffix ;;
1163 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1164 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1165 program_suffix=$ac_optarg ;;
1166
1167 -program-transform-name | --program-transform-name \
1168 | --program-transform-nam | --program-transform-na \
1169 | --program-transform-n | --program-transform- \
1170 | --program-transform | --program-transfor \
1171 | --program-transfo | --program-transf \
1172 | --program-trans | --program-tran \
1173 | --progr-tra | --program-tr | --program-t)
1174 ac_prev=program_transform_name ;;
1175 -program-transform-name=* | --program-transform-name=* \
1176 | --program-transform-nam=* | --program-transform-na=* \
1177 | --program-transform-n=* | --program-transform-=* \
1178 | --program-transform=* | --program-transfor=* \
1179 | --program-transfo=* | --program-transf=* \
1180 | --program-trans=* | --program-tran=* \
1181 | --progr-tra=* | --program-tr=* | --program-t=*)
1182 program_transform_name=$ac_optarg ;;
1183
1184 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1185 ac_prev=pdfdir ;;
1186 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1187 pdfdir=$ac_optarg ;;
1188
1189 -psdir | --psdir | --psdi | --psd | --ps)
1190 ac_prev=psdir ;;
1191 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1192 psdir=$ac_optarg ;;
1193
1194 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1195 | -silent | --silent | --silen | --sile | --sil)
1196 silent=yes ;;
1197
1198 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1199 ac_prev=sbindir ;;
1200 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1201 | --sbi=* | --sb=*)
1202 sbindir=$ac_optarg ;;
1203
1204 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1205 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1206 | --sharedst | --shareds | --shared | --share | --shar \
1207 | --sha | --sh)
1208 ac_prev=sharedstatedir ;;
1209 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1210 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1211 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1212 | --sha=* | --sh=*)
1213 sharedstatedir=$ac_optarg ;;
1214
1215 -site | --site | --sit)
1216 ac_prev=site ;;
1217 -site=* | --site=* | --sit=*)
1218 site=$ac_optarg ;;
1219
1220 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1221 ac_prev=srcdir ;;
1222 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1223 srcdir=$ac_optarg ;;
1224
1225 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1226 | --syscon | --sysco | --sysc | --sys | --sy)
1227 ac_prev=sysconfdir ;;
1228 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1229 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1230 sysconfdir=$ac_optarg ;;
1231
1232 -target | --target | --targe | --targ | --tar | --ta | --t)
1233 ac_prev=target_alias ;;
1234 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1235 target_alias=$ac_optarg ;;
1236
1237 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1238 verbose=yes ;;
1239
1240 -version | --version | --versio | --versi | --vers | -V)
1241 ac_init_version=: ;;
1242
1243 -with-* | --with-*)
f030cae8 1244 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
b57f37fb 1245 # Reject names that are not valid shell variable names.
f030cae8 1246 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
042acc47 1247 as_fn_error "invalid package name: $ac_useropt"
f030cae8
VY
1248 ac_useropt_orig=$ac_useropt
1249 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1250 case $ac_user_opts in
1251 *"
1252"with_$ac_useropt"
1253"*) ;;
1254 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1255 ac_unrecognized_sep=', ';;
1256 esac
1257 eval with_$ac_useropt=\$ac_optarg ;;
b57f37fb
WP
1258
1259 -without-* | --without-*)
f030cae8 1260 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
b57f37fb 1261 # Reject names that are not valid shell variable names.
f030cae8 1262 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
042acc47 1263 as_fn_error "invalid package name: $ac_useropt"
f030cae8
VY
1264 ac_useropt_orig=$ac_useropt
1265 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1266 case $ac_user_opts in
1267 *"
1268"with_$ac_useropt"
1269"*) ;;
1270 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1271 ac_unrecognized_sep=', ';;
1272 esac
1273 eval with_$ac_useropt=no ;;
b57f37fb
WP
1274
1275 --x)
1276 # Obsolete; use --with-x.
1277 with_x=yes ;;
1278
1279 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1280 | --x-incl | --x-inc | --x-in | --x-i)
1281 ac_prev=x_includes ;;
1282 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1283 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1284 x_includes=$ac_optarg ;;
1285
1286 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1287 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1288 ac_prev=x_libraries ;;
1289 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1290 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1291 x_libraries=$ac_optarg ;;
1292
042acc47
WP
1293 -*) as_fn_error "unrecognized option: \`$ac_option'
1294Try \`$0 --help' for more information."
b57f37fb
WP
1295 ;;
1296
1297 *=*)
1298 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1299 # Reject names that are not valid shell variable names.
042acc47
WP
1300 case $ac_envvar in #(
1301 '' | [0-9]* | *[!_$as_cr_alnum]* )
1302 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1303 esac
b57f37fb
WP
1304 eval $ac_envvar=\$ac_optarg
1305 export $ac_envvar ;;
1306
1307 *)
1308 # FIXME: should be removed in autoconf 3.0.
f030cae8 1309 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b57f37fb 1310 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
f030cae8 1311 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
b57f37fb
WP
1312 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1313 ;;
1314
1315 esac
1316done
1317
1318if test -n "$ac_prev"; then
1319 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
042acc47 1320 as_fn_error "missing argument to $ac_option"
b57f37fb
WP
1321fi
1322
f030cae8
VY
1323if test -n "$ac_unrecognized_opts"; then
1324 case $enable_option_checking in
1325 no) ;;
042acc47 1326 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
f030cae8
VY
1327 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1328 esac
1329fi
1330
1331# Check all directory arguments for consistency.
b57f37fb
WP
1332for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1333 datadir sysconfdir sharedstatedir localstatedir includedir \
1334 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1335 libdir localedir mandir
1336do
1337 eval ac_val=\$$ac_var
f030cae8
VY
1338 # Remove trailing slashes.
1339 case $ac_val in
1340 */ )
1341 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1342 eval $ac_var=\$ac_val;;
1343 esac
1344 # Be sure to have absolute directory names.
b57f37fb
WP
1345 case $ac_val in
1346 [\\/$]* | ?:[\\/]* ) continue;;
1347 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1348 esac
042acc47 1349 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
b57f37fb
WP
1350done
1351
1352# There might be people who depend on the old broken behavior: `$host'
1353# used to hold the argument of --host etc.
1354# FIXME: To remove some day.
1355build=$build_alias
1356host=$host_alias
1357target=$target_alias
1358
1359# FIXME: To remove some day.
1360if test "x$host_alias" != x; then
1361 if test "x$build_alias" = x; then
1362 cross_compiling=maybe
f030cae8 1363 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
b57f37fb
WP
1364 If a cross compiler is detected then cross compile mode will be used." >&2
1365 elif test "x$build_alias" != "x$host_alias"; then
1366 cross_compiling=yes
1367 fi
1368fi
1369
1370ac_tool_prefix=
1371test -n "$host_alias" && ac_tool_prefix=$host_alias-
1372
1373test "$silent" = yes && exec 6>/dev/null
1374
1375
1376ac_pwd=`pwd` && test -n "$ac_pwd" &&
1377ac_ls_di=`ls -di .` &&
1378ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
042acc47 1379 as_fn_error "working directory cannot be determined"
b57f37fb 1380test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
042acc47 1381 as_fn_error "pwd does not report name of working directory"
b57f37fb
WP
1382
1383
1384# Find the source files, if location was not specified.
1385if test -z "$srcdir"; then
1386 ac_srcdir_defaulted=yes
1387 # Try the directory containing this script, then the parent directory.
f030cae8
VY
1388 ac_confdir=`$as_dirname -- "$as_myself" ||
1389$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1390 X"$as_myself" : 'X\(//\)[^/]' \| \
1391 X"$as_myself" : 'X\(//\)$' \| \
1392 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1393$as_echo X"$as_myself" |
b57f37fb
WP
1394 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1395 s//\1/
1396 q
1397 }
1398 /^X\(\/\/\)[^/].*/{
1399 s//\1/
1400 q
1401 }
1402 /^X\(\/\/\)$/{
1403 s//\1/
1404 q
1405 }
1406 /^X\(\/\).*/{
1407 s//\1/
1408 q
1409 }
1410 s/.*/./; q'`
1411 srcdir=$ac_confdir
1412 if test ! -r "$srcdir/$ac_unique_file"; then
1413 srcdir=..
1414 fi
1415else
1416 ac_srcdir_defaulted=no
1417fi
1418if test ! -r "$srcdir/$ac_unique_file"; then
1419 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
042acc47 1420 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
b57f37fb
WP
1421fi
1422ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1423ac_abs_confdir=`(
042acc47 1424 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
b57f37fb
WP
1425 pwd)`
1426# When building in place, set srcdir=.
1427if test "$ac_abs_confdir" = "$ac_pwd"; then
1428 srcdir=.
1429fi
1430# Remove unnecessary trailing slashes from srcdir.
1431# Double slashes in file names in object file debugging info
1432# mess up M-x gdb in Emacs.
1433case $srcdir in
1434*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1435esac
1436for ac_var in $ac_precious_vars; do
1437 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1438 eval ac_env_${ac_var}_value=\$${ac_var}
1439 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1440 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1441done
1442
1443#
1444# Report the --help message.
1445#
1446if test "$ac_init_help" = "long"; then
1447 # Omit some internal or obsolete options to make the list less imposing.
1448 # This message is too long to be a string in the A/UX 3.1 sh.
1449 cat <<_ACEOF
1450\`configure' configures libratbox devel to adapt to many kinds of systems.
1451
1452Usage: $0 [OPTION]... [VAR=VALUE]...
1453
1454To assign environment variables (e.g., CC, CFLAGS...), specify them as
1455VAR=VALUE. See below for descriptions of some of the useful variables.
1456
1457Defaults for the options are specified in brackets.
1458
1459Configuration:
1460 -h, --help display this help and exit
1461 --help=short display options specific to this package
1462 --help=recursive display the short help of all the included packages
1463 -V, --version display version information and exit
1464 -q, --quiet, --silent do not print \`checking...' messages
1465 --cache-file=FILE cache test results in FILE [disabled]
1466 -C, --config-cache alias for \`--cache-file=config.cache'
1467 -n, --no-create do not create output files
1468 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1469
1470Installation directories:
1471 --prefix=PREFIX install architecture-independent files in PREFIX
f030cae8 1472 [$ac_default_prefix]
b57f37fb 1473 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
f030cae8 1474 [PREFIX]
b57f37fb
WP
1475
1476By default, \`make install' will install all the files in
1477\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1478an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1479for instance \`--prefix=\$HOME'.
1480
1481For better control, use the options below.
1482
1483Fine tuning of the installation directories:
f030cae8
VY
1484 --bindir=DIR user executables [EPREFIX/bin]
1485 --sbindir=DIR system admin executables [EPREFIX/sbin]
1486 --libexecdir=DIR program executables [EPREFIX/libexec]
1487 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1488 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1489 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1490 --libdir=DIR object code libraries [EPREFIX/lib]
1491 --includedir=DIR C header files [PREFIX/include]
1492 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1493 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1494 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1495 --infodir=DIR info documentation [DATAROOTDIR/info]
1496 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1497 --mandir=DIR man documentation [DATAROOTDIR/man]
1498 --docdir=DIR documentation root [DATAROOTDIR/doc/libratbox]
1499 --htmldir=DIR html documentation [DOCDIR]
1500 --dvidir=DIR dvi documentation [DOCDIR]
1501 --pdfdir=DIR pdf documentation [DOCDIR]
1502 --psdir=DIR ps documentation [DOCDIR]
b57f37fb
WP
1503_ACEOF
1504
1505 cat <<\_ACEOF
1506
1507Program names:
1508 --program-prefix=PREFIX prepend PREFIX to installed program names
1509 --program-suffix=SUFFIX append SUFFIX to installed program names
1510 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1511
1512System types:
1513 --build=BUILD configure for building on BUILD [guessed]
1514 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1515_ACEOF
1516fi
1517
1518if test -n "$ac_init_help"; then
1519 case $ac_init_help in
1520 short | recursive ) echo "Configuration of libratbox devel:";;
1521 esac
1522 cat <<\_ACEOF
1523
1524Optional Features:
f030cae8 1525 --disable-option-checking ignore unrecognized --enable/--with options
b57f37fb
WP
1526 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1527 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1528 --disable-dependency-tracking speeds up one-time build
1529 --enable-dependency-tracking do not reject slow dependency extractors
1530 --enable-static[=PKGS] build static libraries [default=no]
1531 --enable-shared[=PKGS] build shared libraries [default=yes]
1532 --enable-maintainer-mode enable make rules and dependencies not useful
1533 (and sometimes confusing) to the casual installer
1534 --enable-fast-install[=PKGS]
1535 optimize for fast installation [default=yes]
1536 --disable-libtool-lock avoid locking (might break parallel builds)
1537 --disable-ipv6 Disable IPv6 support
1538 --enable-openssl=DIR Enable OpenSSL support (DIR optional).
1539 --disable-openssl Disable OpenSSL support.
033be687
VY
1540 --enable-gnutls Enable GnuTLS support.
1541 --disable-gnutls Disable GnuTLS support.
b57f37fb
WP
1542 --enable-assert Enable assert(). Choose between soft(warnings) and
1543 hard(aborts the daemon)
1544 --enable-profile Enable profiling
1545 --disable-balloc Disable the block allocator.
1546 --enable-warnings Enable all sorts of warnings for debugging.
1547
1548Optional Packages:
1549 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1550 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
b57f37fb
WP
1551 --with-pic try to use only PIC/non-PIC objects [default=use
1552 both]
042acc47 1553 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
b57f37fb
WP
1554
1555Some influential environment variables:
1556 CC C compiler command
1557 CFLAGS C compiler flags
1558 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1559 nonstandard directory <lib dir>
1560 LIBS libraries to pass to the linker, e.g. -l<library>
1800d973 1561 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
b57f37fb
WP
1562 you have headers in a nonstandard directory <include dir>
1563 CPP C preprocessor
dd910409
WP
1564 PKG_CONFIG path to pkg-config utility
1565 GNUTLS_CFLAGS
1566 C compiler flags for GNUTLS, overriding pkg-config
1567 GNUTLS_LIBS linker flags for GNUTLS, overriding pkg-config
b57f37fb
WP
1568
1569Use these variables to override the choices made by `configure' or to help
1570it to find libraries and programs with nonstandard names/locations.
1571
042acc47 1572Report bugs to the package provider.
b57f37fb
WP
1573_ACEOF
1574ac_status=$?
1575fi
1576
1577if test "$ac_init_help" = "recursive"; then
1578 # If there are subdirs, report their specific --help.
1579 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
f030cae8
VY
1580 test -d "$ac_dir" ||
1581 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1582 continue
b57f37fb
WP
1583 ac_builddir=.
1584
1585case "$ac_dir" in
1586.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1587*)
f030cae8 1588 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
b57f37fb 1589 # A ".." for each directory in $ac_dir_suffix.
f030cae8 1590 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
b57f37fb
WP
1591 case $ac_top_builddir_sub in
1592 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1593 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1594 esac ;;
1595esac
1596ac_abs_top_builddir=$ac_pwd
1597ac_abs_builddir=$ac_pwd$ac_dir_suffix
1598# for backward compatibility:
1599ac_top_builddir=$ac_top_build_prefix
1600
1601case $srcdir in
1602 .) # We are building in place.
1603 ac_srcdir=.
1604 ac_top_srcdir=$ac_top_builddir_sub
1605 ac_abs_top_srcdir=$ac_pwd ;;
1606 [\\/]* | ?:[\\/]* ) # Absolute name.
1607 ac_srcdir=$srcdir$ac_dir_suffix;
1608 ac_top_srcdir=$srcdir
1609 ac_abs_top_srcdir=$srcdir ;;
1610 *) # Relative name.
1611 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1612 ac_top_srcdir=$ac_top_build_prefix$srcdir
1613 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1614esac
1615ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1616
1617 cd "$ac_dir" || { ac_status=$?; continue; }
1618 # Check for guested configure.
1619 if test -f "$ac_srcdir/configure.gnu"; then
1620 echo &&
1621 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1622 elif test -f "$ac_srcdir/configure"; then
1623 echo &&
1624 $SHELL "$ac_srcdir/configure" --help=recursive
1625 else
f030cae8 1626 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
b57f37fb
WP
1627 fi || ac_status=$?
1628 cd "$ac_pwd" || { ac_status=$?; break; }
1629 done
1630fi
1631
1632test -n "$ac_init_help" && exit $ac_status
1633if $ac_init_version; then
1634 cat <<\_ACEOF
1635libratbox configure devel
1800d973 1636generated by GNU Autoconf 2.65
b57f37fb 1637
042acc47 1638Copyright (C) 2009 Free Software Foundation, Inc.
b57f37fb
WP
1639This configure script is free software; the Free Software Foundation
1640gives unlimited permission to copy, distribute and modify it.
1641
f030cae8 1642$Id: configure.ac 26260 2008-12-10 04:08:39Z androsyn $
b57f37fb
WP
1643_ACEOF
1644 exit
1645fi
042acc47
WP
1646
1647## ------------------------ ##
1648## Autoconf initialization. ##
1649## ------------------------ ##
1650
1651# ac_fn_c_try_compile LINENO
1652# --------------------------
1653# Try to compile conftest.$ac_ext, and return whether this succeeded.
1654ac_fn_c_try_compile ()
1655{
1656 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1657 rm -f conftest.$ac_objext
1658 if { { ac_try="$ac_compile"
1659case "(($ac_try" in
1660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1661 *) ac_try_echo=$ac_try;;
1662esac
1663eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1664$as_echo "$ac_try_echo"; } >&5
1665 (eval "$ac_compile") 2>conftest.err
1666 ac_status=$?
1667 if test -s conftest.err; then
1668 grep -v '^ *+' conftest.err >conftest.er1
1669 cat conftest.er1 >&5
1670 mv -f conftest.er1 conftest.err
1671 fi
1672 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1673 test $ac_status = 0; } && {
1674 test -z "$ac_c_werror_flag" ||
1675 test ! -s conftest.err
1676 } && test -s conftest.$ac_objext; then :
1677 ac_retval=0
1678else
1679 $as_echo "$as_me: failed program was:" >&5
1680sed 's/^/| /' conftest.$ac_ext >&5
1681
1682 ac_retval=1
1683fi
1684 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1800d973 1685 as_fn_set_status $ac_retval
042acc47
WP
1686
1687} # ac_fn_c_try_compile
1688
1689# ac_fn_c_try_cpp LINENO
1690# ----------------------
1691# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1692ac_fn_c_try_cpp ()
1693{
1694 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1695 if { { ac_try="$ac_cpp conftest.$ac_ext"
1696case "(($ac_try" in
1697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1698 *) ac_try_echo=$ac_try;;
1699esac
1700eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1701$as_echo "$ac_try_echo"; } >&5
1702 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1703 ac_status=$?
1704 if test -s conftest.err; then
1705 grep -v '^ *+' conftest.err >conftest.er1
1706 cat conftest.er1 >&5
1707 mv -f conftest.er1 conftest.err
1708 fi
1709 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1710 test $ac_status = 0; } >/dev/null && {
1711 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1712 test ! -s conftest.err
1713 }; then :
1714 ac_retval=0
1715else
1716 $as_echo "$as_me: failed program was:" >&5
1717sed 's/^/| /' conftest.$ac_ext >&5
1718
1719 ac_retval=1
1720fi
1721 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1800d973 1722 as_fn_set_status $ac_retval
042acc47
WP
1723
1724} # ac_fn_c_try_cpp
1725
1726# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1727# -------------------------------------------------------
1728# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1729# the include files in INCLUDES and setting the cache variable VAR
1730# accordingly.
1731ac_fn_c_check_header_mongrel ()
1732{
1733 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1734 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1736$as_echo_n "checking for $2... " >&6; }
1737if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1738 $as_echo_n "(cached) " >&6
1739fi
1740eval ac_res=\$$3
1741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1742$as_echo "$ac_res" >&6; }
1743else
1744 # Is the header compilable?
1745{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1746$as_echo_n "checking $2 usability... " >&6; }
1747cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1748/* end confdefs.h. */
1749$4
1750#include <$2>
1751_ACEOF
1752if ac_fn_c_try_compile "$LINENO"; then :
1753 ac_header_compiler=yes
1754else
1755 ac_header_compiler=no
1756fi
1757rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1758{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1759$as_echo "$ac_header_compiler" >&6; }
1760
1761# Is the header present?
1762{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1763$as_echo_n "checking $2 presence... " >&6; }
1764cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1765/* end confdefs.h. */
1766#include <$2>
1767_ACEOF
1768if ac_fn_c_try_cpp "$LINENO"; then :
1769 ac_header_preproc=yes
1770else
1771 ac_header_preproc=no
1772fi
1773rm -f conftest.err conftest.$ac_ext
1774{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1775$as_echo "$ac_header_preproc" >&6; }
1776
1777# So? What about this header?
1778case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1779 yes:no: )
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1781$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1782 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1783$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1784 ;;
1785 no:yes:* )
1786 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1787$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1788 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1789$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1790 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1791$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1792 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1793$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1795$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1796 ;;
1797esac
1798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1799$as_echo_n "checking for $2... " >&6; }
1800if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1801 $as_echo_n "(cached) " >&6
1802else
1803 eval "$3=\$ac_header_compiler"
1804fi
1805eval ac_res=\$$3
1806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1807$as_echo "$ac_res" >&6; }
1808fi
1809 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1810
1811} # ac_fn_c_check_header_mongrel
1812
1813# ac_fn_c_try_run LINENO
1814# ----------------------
1815# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1816# that executables *can* be run.
1817ac_fn_c_try_run ()
1818{
1819 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1820 if { { ac_try="$ac_link"
1821case "(($ac_try" in
1822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1823 *) ac_try_echo=$ac_try;;
1824esac
1825eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1826$as_echo "$ac_try_echo"; } >&5
1827 (eval "$ac_link") 2>&5
1828 ac_status=$?
1829 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1830 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1831 { { case "(($ac_try" in
1832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1833 *) ac_try_echo=$ac_try;;
1834esac
1835eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1836$as_echo "$ac_try_echo"; } >&5
1837 (eval "$ac_try") 2>&5
1838 ac_status=$?
1839 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1840 test $ac_status = 0; }; }; then :
1841 ac_retval=0
1842else
1843 $as_echo "$as_me: program exited with status $ac_status" >&5
1844 $as_echo "$as_me: failed program was:" >&5
1845sed 's/^/| /' conftest.$ac_ext >&5
1846
1847 ac_retval=$ac_status
1848fi
1849 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1850 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1800d973 1851 as_fn_set_status $ac_retval
042acc47
WP
1852
1853} # ac_fn_c_try_run
1854
1855# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1856# -------------------------------------------------------
1857# Tests whether HEADER exists and can be compiled using the include files in
1858# INCLUDES, setting the cache variable VAR accordingly.
1859ac_fn_c_check_header_compile ()
1860{
1861 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1863$as_echo_n "checking for $2... " >&6; }
1864if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1865 $as_echo_n "(cached) " >&6
1866else
1867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1868/* end confdefs.h. */
1869$4
1870#include <$2>
1871_ACEOF
1872if ac_fn_c_try_compile "$LINENO"; then :
1873 eval "$3=yes"
1874else
1875 eval "$3=no"
1876fi
1877rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1878fi
1879eval ac_res=\$$3
1880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1881$as_echo "$ac_res" >&6; }
1882 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1883
1884} # ac_fn_c_check_header_compile
1885
1886# ac_fn_c_try_link LINENO
1887# -----------------------
1888# Try to link conftest.$ac_ext, and return whether this succeeded.
1889ac_fn_c_try_link ()
1890{
1891 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1892 rm -f conftest.$ac_objext conftest$ac_exeext
1893 if { { ac_try="$ac_link"
1894case "(($ac_try" in
1895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1896 *) ac_try_echo=$ac_try;;
1897esac
1898eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1899$as_echo "$ac_try_echo"; } >&5
1900 (eval "$ac_link") 2>conftest.err
1901 ac_status=$?
1902 if test -s conftest.err; then
1903 grep -v '^ *+' conftest.err >conftest.er1
1904 cat conftest.er1 >&5
1905 mv -f conftest.er1 conftest.err
1906 fi
1907 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1908 test $ac_status = 0; } && {
1909 test -z "$ac_c_werror_flag" ||
1910 test ! -s conftest.err
1911 } && test -s conftest$ac_exeext && {
1912 test "$cross_compiling" = yes ||
1913 $as_test_x conftest$ac_exeext
1914 }; then :
1915 ac_retval=0
1916else
1917 $as_echo "$as_me: failed program was:" >&5
1918sed 's/^/| /' conftest.$ac_ext >&5
1919
1920 ac_retval=1
1921fi
1922 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1923 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1924 # interfere with the next link command; also delete a directory that is
1925 # left behind by Apple's compiler. We do this before executing the actions.
1926 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1927 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1800d973 1928 as_fn_set_status $ac_retval
042acc47
WP
1929
1930} # ac_fn_c_try_link
1931
1932# ac_fn_c_check_func LINENO FUNC VAR
1933# ----------------------------------
1934# Tests whether FUNC exists, setting the cache variable VAR accordingly
1935ac_fn_c_check_func ()
1936{
1937 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1939$as_echo_n "checking for $2... " >&6; }
1940if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1941 $as_echo_n "(cached) " >&6
1942else
1943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1944/* end confdefs.h. */
1945/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1946 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1947#define $2 innocuous_$2
1948
1949/* System header to define __stub macros and hopefully few prototypes,
1950 which can conflict with char $2 (); below.
1951 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1952 <limits.h> exists even on freestanding compilers. */
1953
1954#ifdef __STDC__
1955# include <limits.h>
1956#else
1957# include <assert.h>
1958#endif
1959
1960#undef $2
1961
1962/* Override any GCC internal prototype to avoid an error.
1963 Use char because int might match the return type of a GCC
1964 builtin and then its argument prototype would still apply. */
1965#ifdef __cplusplus
1966extern "C"
1967#endif
1968char $2 ();
1969/* The GNU C library defines this for functions which it implements
1970 to always fail with ENOSYS. Some functions are actually named
1971 something starting with __ and the normal name is an alias. */
1972#if defined __stub_$2 || defined __stub___$2
1973choke me
1974#endif
1975
1976int
1977main ()
1978{
1979return $2 ();
1980 ;
1981 return 0;
1982}
1983_ACEOF
1984if ac_fn_c_try_link "$LINENO"; then :
1985 eval "$3=yes"
1986else
1987 eval "$3=no"
1988fi
1989rm -f core conftest.err conftest.$ac_objext \
1990 conftest$ac_exeext conftest.$ac_ext
1991fi
1992eval ac_res=\$$3
1993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1994$as_echo "$ac_res" >&6; }
1995 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1996
1997} # ac_fn_c_check_func
1998
1999# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2000# -------------------------------------------
2001# Tests whether TYPE exists after having included INCLUDES, setting cache
2002# variable VAR accordingly.
2003ac_fn_c_check_type ()
2004{
2005 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2007$as_echo_n "checking for $2... " >&6; }
2008if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2009 $as_echo_n "(cached) " >&6
2010else
2011 eval "$3=no"
2012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2013/* end confdefs.h. */
2014$4
2015int
2016main ()
2017{
2018if (sizeof ($2))
2019 return 0;
2020 ;
2021 return 0;
2022}
2023_ACEOF
2024if ac_fn_c_try_compile "$LINENO"; then :
2025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2026/* end confdefs.h. */
2027$4
2028int
2029main ()
2030{
2031if (sizeof (($2)))
2032 return 0;
2033 ;
2034 return 0;
2035}
2036_ACEOF
2037if ac_fn_c_try_compile "$LINENO"; then :
2038
2039else
2040 eval "$3=yes"
2041fi
2042rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2043fi
2044rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2045fi
2046eval ac_res=\$$3
2047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2048$as_echo "$ac_res" >&6; }
2049 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2050
2051} # ac_fn_c_check_type
2052
2053# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2054# ----------------------------------------------------
2055# Tries to find if the field MEMBER exists in type AGGR, after including
2056# INCLUDES, setting cache variable VAR accordingly.
2057ac_fn_c_check_member ()
2058{
2059 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2061$as_echo_n "checking for $2.$3... " >&6; }
2062if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2063 $as_echo_n "(cached) " >&6
2064else
2065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2066/* end confdefs.h. */
2067$5
2068int
2069main ()
2070{
2071static $2 ac_aggr;
2072if (ac_aggr.$3)
2073return 0;
2074 ;
2075 return 0;
2076}
2077_ACEOF
2078if ac_fn_c_try_compile "$LINENO"; then :
2079 eval "$4=yes"
2080else
2081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2082/* end confdefs.h. */
2083$5
2084int
2085main ()
2086{
2087static $2 ac_aggr;
2088if (sizeof ac_aggr.$3)
2089return 0;
2090 ;
2091 return 0;
2092}
2093_ACEOF
2094if ac_fn_c_try_compile "$LINENO"; then :
2095 eval "$4=yes"
2096else
2097 eval "$4=no"
2098fi
2099rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2100fi
2101rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2102fi
2103eval ac_res=\$$4
2104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2105$as_echo "$ac_res" >&6; }
2106 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2107
2108} # ac_fn_c_check_member
b57f37fb
WP
2109cat >config.log <<_ACEOF
2110This file contains any messages produced by compilers while
2111running configure, to aid debugging if configure makes a mistake.
2112
2113It was created by libratbox $as_me devel, which was
1800d973 2114generated by GNU Autoconf 2.65. Invocation command line was
b57f37fb
WP
2115
2116 $ $0 $@
2117
2118_ACEOF
2119exec 5>>config.log
2120{
2121cat <<_ASUNAME
2122## --------- ##
2123## Platform. ##
2124## --------- ##
2125
2126hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2127uname -m = `(uname -m) 2>/dev/null || echo unknown`
2128uname -r = `(uname -r) 2>/dev/null || echo unknown`
2129uname -s = `(uname -s) 2>/dev/null || echo unknown`
2130uname -v = `(uname -v) 2>/dev/null || echo unknown`
2131
2132/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2133/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2134
2135/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2136/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2137/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2138/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2139/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2140/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2141/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2142
2143_ASUNAME
2144
2145as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2146for as_dir in $PATH
2147do
2148 IFS=$as_save_IFS
2149 test -z "$as_dir" && as_dir=.
042acc47
WP
2150 $as_echo "PATH: $as_dir"
2151 done
b57f37fb
WP
2152IFS=$as_save_IFS
2153
2154} >&5
2155
2156cat >&5 <<_ACEOF
2157
2158
2159## ----------- ##
2160## Core tests. ##
2161## ----------- ##
2162
2163_ACEOF
2164
2165
2166# Keep a trace of the command line.
2167# Strip out --no-create and --no-recursion so they do not pile up.
2168# Strip out --silent because we don't want to record it for future runs.
2169# Also quote any args containing shell meta-characters.
2170# Make two passes to allow for proper duplicate-argument suppression.
2171ac_configure_args=
2172ac_configure_args0=
2173ac_configure_args1=
2174ac_must_keep_next=false
2175for ac_pass in 1 2
2176do
2177 for ac_arg
2178 do
2179 case $ac_arg in
2180 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2181 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2182 | -silent | --silent | --silen | --sile | --sil)
2183 continue ;;
2184 *\'*)
f030cae8 2185 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b57f37fb
WP
2186 esac
2187 case $ac_pass in
042acc47 2188 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b57f37fb 2189 2)
042acc47 2190 as_fn_append ac_configure_args1 " '$ac_arg'"
b57f37fb
WP
2191 if test $ac_must_keep_next = true; then
2192 ac_must_keep_next=false # Got value, back to normal.
2193 else
2194 case $ac_arg in
2195 *=* | --config-cache | -C | -disable-* | --disable-* \
2196 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2197 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2198 | -with-* | --with-* | -without-* | --without-* | --x)
2199 case "$ac_configure_args0 " in
2200 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2201 esac
2202 ;;
2203 -* ) ac_must_keep_next=true ;;
2204 esac
2205 fi
042acc47 2206 as_fn_append ac_configure_args " '$ac_arg'"
b57f37fb
WP
2207 ;;
2208 esac
2209 done
2210done
042acc47
WP
2211{ ac_configure_args0=; unset ac_configure_args0;}
2212{ ac_configure_args1=; unset ac_configure_args1;}
b57f37fb
WP
2213
2214# When interrupted or exit'd, cleanup temporary files, and complete
2215# config.log. We remove comments because anyway the quotes in there
2216# would cause problems or look ugly.
2217# WARNING: Use '\'' to represent an apostrophe within the trap.
2218# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2219trap 'exit_status=$?
2220 # Save into config.log some information that might help in debugging.
2221 {
2222 echo
2223
2224 cat <<\_ASBOX
2225## ---------------- ##
2226## Cache variables. ##
2227## ---------------- ##
2228_ASBOX
2229 echo
2230 # The following way of writing the cache mishandles newlines in values,
2231(
2232 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2233 eval ac_val=\$$ac_var
2234 case $ac_val in #(
2235 *${as_nl}*)
2236 case $ac_var in #(
042acc47 2237 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
f030cae8 2238$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
b57f37fb
WP
2239 esac
2240 case $ac_var in #(
2241 _ | IFS | as_nl) ;; #(
f030cae8 2242 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
042acc47 2243 *) { eval $ac_var=; unset $ac_var;} ;;
b57f37fb
WP
2244 esac ;;
2245 esac
2246 done
2247 (set) 2>&1 |
2248 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2249 *${as_nl}ac_space=\ *)
2250 sed -n \
2251 "s/'\''/'\''\\\\'\'''\''/g;
2252 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2253 ;; #(
2254 *)
2255 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2256 ;;
2257 esac |
2258 sort
2259)
2260 echo
2261
2262 cat <<\_ASBOX
2263## ----------------- ##
2264## Output variables. ##
2265## ----------------- ##
2266_ASBOX
2267 echo
2268 for ac_var in $ac_subst_vars
2269 do
2270 eval ac_val=\$$ac_var
2271 case $ac_val in
f030cae8 2272 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
b57f37fb 2273 esac
f030cae8 2274 $as_echo "$ac_var='\''$ac_val'\''"
b57f37fb
WP
2275 done | sort
2276 echo
2277
2278 if test -n "$ac_subst_files"; then
2279 cat <<\_ASBOX
2280## ------------------- ##
2281## File substitutions. ##
2282## ------------------- ##
2283_ASBOX
2284 echo
2285 for ac_var in $ac_subst_files
2286 do
2287 eval ac_val=\$$ac_var
2288 case $ac_val in
f030cae8 2289 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
b57f37fb 2290 esac
f030cae8 2291 $as_echo "$ac_var='\''$ac_val'\''"
b57f37fb
WP
2292 done | sort
2293 echo
2294 fi
2295
2296 if test -s confdefs.h; then
2297 cat <<\_ASBOX
2298## ----------- ##
2299## confdefs.h. ##
2300## ----------- ##
2301_ASBOX
2302 echo
2303 cat confdefs.h
2304 echo
2305 fi
2306 test "$ac_signal" != 0 &&
f030cae8
VY
2307 $as_echo "$as_me: caught signal $ac_signal"
2308 $as_echo "$as_me: exit $exit_status"
b57f37fb
WP
2309 } >&5
2310 rm -f core *.core core.conftest.* &&
2311 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2312 exit $exit_status
2313' 0
2314for ac_signal in 1 2 13 15; do
042acc47 2315 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b57f37fb
WP
2316done
2317ac_signal=0
2318
2319# confdefs.h avoids OS command line length limits that DEFS can exceed.
2320rm -f -r conftest* confdefs.h
2321
042acc47
WP
2322$as_echo "/* confdefs.h */" > confdefs.h
2323
b57f37fb
WP
2324# Predefined preprocessor variables.
2325
2326cat >>confdefs.h <<_ACEOF
2327#define PACKAGE_NAME "$PACKAGE_NAME"
2328_ACEOF
2329
b57f37fb
WP
2330cat >>confdefs.h <<_ACEOF
2331#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2332_ACEOF
2333
b57f37fb
WP
2334cat >>confdefs.h <<_ACEOF
2335#define PACKAGE_VERSION "$PACKAGE_VERSION"
2336_ACEOF
2337
b57f37fb
WP
2338cat >>confdefs.h <<_ACEOF
2339#define PACKAGE_STRING "$PACKAGE_STRING"
2340_ACEOF
2341
b57f37fb
WP
2342cat >>confdefs.h <<_ACEOF
2343#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2344_ACEOF
2345
042acc47
WP
2346cat >>confdefs.h <<_ACEOF
2347#define PACKAGE_URL "$PACKAGE_URL"
2348_ACEOF
2349
b57f37fb
WP
2350
2351# Let the site file select an alternate cache file if it wants to.
f030cae8
VY
2352# Prefer an explicitly selected file to automatically selected ones.
2353ac_site_file1=NONE
2354ac_site_file2=NONE
b57f37fb 2355if test -n "$CONFIG_SITE"; then
f030cae8 2356 ac_site_file1=$CONFIG_SITE
b57f37fb 2357elif test "x$prefix" != xNONE; then
f030cae8
VY
2358 ac_site_file1=$prefix/share/config.site
2359 ac_site_file2=$prefix/etc/config.site
b57f37fb 2360else
f030cae8
VY
2361 ac_site_file1=$ac_default_prefix/share/config.site
2362 ac_site_file2=$ac_default_prefix/etc/config.site
b57f37fb 2363fi
f030cae8 2364for ac_site_file in "$ac_site_file1" "$ac_site_file2"
b57f37fb 2365do
f030cae8 2366 test "x$ac_site_file" = xNONE && continue
1800d973 2367 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
042acc47 2368 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
f030cae8 2369$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b57f37fb
WP
2370 sed 's/^/| /' "$ac_site_file" >&5
2371 . "$ac_site_file"
2372 fi
2373done
2374
2375if test -r "$cache_file"; then
1800d973
WP
2376 # Some versions of bash will fail to source /dev/null (special files
2377 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2378 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
042acc47 2379 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
f030cae8 2380$as_echo "$as_me: loading cache $cache_file" >&6;}
b57f37fb
WP
2381 case $cache_file in
2382 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2383 *) . "./$cache_file";;
2384 esac
2385 fi
2386else
042acc47 2387 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
f030cae8 2388$as_echo "$as_me: creating cache $cache_file" >&6;}
b57f37fb
WP
2389 >$cache_file
2390fi
2391
1800d973
WP
2392as_fn_append ac_header_list " stdlib.h"
2393as_fn_append ac_header_list " unistd.h"
2394as_fn_append ac_header_list " sys/param.h"
b57f37fb
WP
2395# Check that the precious variables saved in the cache have kept the same
2396# value.
2397ac_cache_corrupted=false
2398for ac_var in $ac_precious_vars; do
2399 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2400 eval ac_new_set=\$ac_env_${ac_var}_set
2401 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2402 eval ac_new_val=\$ac_env_${ac_var}_value
2403 case $ac_old_set,$ac_new_set in
2404 set,)
042acc47 2405 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
f030cae8 2406$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b57f37fb
WP
2407 ac_cache_corrupted=: ;;
2408 ,set)
042acc47 2409 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
f030cae8 2410$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b57f37fb
WP
2411 ac_cache_corrupted=: ;;
2412 ,);;
2413 *)
2414 if test "x$ac_old_val" != "x$ac_new_val"; then
f030cae8
VY
2415 # differences in whitespace do not lead to failure.
2416 ac_old_val_w=`echo x $ac_old_val`
2417 ac_new_val_w=`echo x $ac_new_val`
2418 if test "$ac_old_val_w" != "$ac_new_val_w"; then
042acc47 2419 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
f030cae8
VY
2420$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2421 ac_cache_corrupted=:
2422 else
042acc47 2423 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
f030cae8
VY
2424$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2425 eval $ac_var=\$ac_old_val
2426 fi
042acc47 2427 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
f030cae8 2428$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
042acc47 2429 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
f030cae8 2430$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b57f37fb
WP
2431 fi;;
2432 esac
2433 # Pass precious variables to config.status.
2434 if test "$ac_new_set" = set; then
2435 case $ac_new_val in
f030cae8 2436 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b57f37fb
WP
2437 *) ac_arg=$ac_var=$ac_new_val ;;
2438 esac
2439 case " $ac_configure_args " in
2440 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
042acc47 2441 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b57f37fb
WP
2442 esac
2443 fi
2444done
2445if $ac_cache_corrupted; then
042acc47 2446 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
f030cae8 2447$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
042acc47 2448 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
f030cae8 2449$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
042acc47 2450 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b57f37fb 2451fi
042acc47
WP
2452## -------------------- ##
2453## Main body of script. ##
2454## -------------------- ##
b57f37fb 2455
042acc47
WP
2456ac_ext=c
2457ac_cpp='$CPP $CPPFLAGS'
2458ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2459ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2460ac_compiler_gnu=$ac_cv_c_compiler_gnu
b57f37fb
WP
2461
2462
042acc47 2463am__api_version='1.11'
b57f37fb 2464
042acc47
WP
2465ac_aux_dir=
2466for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2467 for ac_t in install-sh install.sh shtool; do
2468 if test -f "$ac_dir/$ac_t"; then
2469 ac_aux_dir=$ac_dir
2470 ac_install_sh="$ac_aux_dir/$ac_t -c"
2471 break 2
2472 fi
2473 done
2474done
2475if test -z "$ac_aux_dir"; then
2476 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2477fi
b57f37fb 2478
042acc47
WP
2479# These three variables are undocumented and unsupported,
2480# and are intended to be withdrawn in a future Autoconf release.
2481# They can cause serious problems if a builder's source tree is in a directory
2482# whose full name contains unusual characters.
2483ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2484ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2485ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
b57f37fb
WP
2486
2487
2488# Find a good install program. We prefer a C program (faster),
2489# so one script is as good as another. But avoid the broken or
2490# incompatible versions:
2491# SysV /etc/install, /usr/sbin/install
2492# SunOS /usr/etc/install
2493# IRIX /sbin/install
2494# AIX /bin/install
2495# AmigaOS /C/install, which installs bootblocks on floppy discs
2496# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2497# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2498# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2499# OS/2's system install, which has a completely different semantic
2500# ./install, which can be erroneously created by make from ./install.sh.
f030cae8 2501# Reject install programs that cannot install multiple files.
042acc47 2502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
f030cae8 2503$as_echo_n "checking for a BSD-compatible install... " >&6; }
b57f37fb 2504if test -z "$INSTALL"; then
042acc47 2505if test "${ac_cv_path_install+set}" = set; then :
f030cae8 2506 $as_echo_n "(cached) " >&6
b57f37fb
WP
2507else
2508 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2509for as_dir in $PATH
2510do
2511 IFS=$as_save_IFS
2512 test -z "$as_dir" && as_dir=.
042acc47
WP
2513 # Account for people who put trailing slashes in PATH elements.
2514case $as_dir/ in #((
2515 ./ | .// | /[cC]/* | \
b57f37fb 2516 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
042acc47 2517 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
b57f37fb
WP
2518 /usr/ucb/* ) ;;
2519 *)
2520 # OSF1 and SCO ODT 3.0 have their own names for install.
2521 # Don't use installbsd from OSF since it installs stuff as root
2522 # by default.
2523 for ac_prog in ginstall scoinst install; do
2524 for ac_exec_ext in '' $ac_executable_extensions; do
2525 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2526 if test $ac_prog = install &&
2527 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2528 # AIX install. It has an incompatible calling convention.
2529 :
2530 elif test $ac_prog = install &&
2531 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2532 # program-specific install script used by HP pwplus--don't use.
2533 :
2534 else
f030cae8
VY
2535 rm -rf conftest.one conftest.two conftest.dir
2536 echo one > conftest.one
2537 echo two > conftest.two
2538 mkdir conftest.dir
2539 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2540 test -s conftest.one && test -s conftest.two &&
2541 test -s conftest.dir/conftest.one &&
2542 test -s conftest.dir/conftest.two
2543 then
2544 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2545 break 3
2546 fi
b57f37fb
WP
2547 fi
2548 fi
2549 done
2550 done
2551 ;;
2552esac
f030cae8 2553
042acc47 2554 done
b57f37fb
WP
2555IFS=$as_save_IFS
2556
f030cae8 2557rm -rf conftest.one conftest.two conftest.dir
b57f37fb
WP
2558
2559fi
2560 if test "${ac_cv_path_install+set}" = set; then
2561 INSTALL=$ac_cv_path_install
2562 else
2563 # As a last resort, use the slow shell script. Don't cache a
2564 # value for INSTALL within a source directory, because that will
2565 # break other packages using the cache if that directory is
2566 # removed, or if the value is a relative name.
2567 INSTALL=$ac_install_sh
2568 fi
2569fi
042acc47 2570{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
f030cae8 2571$as_echo "$INSTALL" >&6; }
b57f37fb
WP
2572
2573# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2574# It thinks the first close brace ends the variable substitution.
2575test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2576
2577test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2578
2579test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2580
042acc47 2581{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
f030cae8 2582$as_echo_n "checking whether build environment is sane... " >&6; }
b57f37fb
WP
2583# Just in case
2584sleep 1
2585echo timestamp > conftest.file
042acc47
WP
2586# Reject unsafe characters in $srcdir or the absolute working directory
2587# name. Accept space and tab only in the latter.
2588am_lf='
2589'
2590case `pwd` in
2591 *[\\\"\#\$\&\'\`$am_lf]*)
2592 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2593esac
2594case $srcdir in
2595 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2596 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2597esac
2598
b57f37fb
WP
2599# Do `set' in a subshell so we don't clobber the current shell's
2600# arguments. Must try -L first in case configure is actually a
2601# symlink; some systems play weird games with the mod time of symlinks
2602# (eg FreeBSD returns the mod time of the symlink's containing
2603# directory).
2604if (
042acc47 2605 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
b57f37fb
WP
2606 if test "$*" = "X"; then
2607 # -L didn't work.
042acc47 2608 set X `ls -t "$srcdir/configure" conftest.file`
b57f37fb
WP
2609 fi
2610 rm -f conftest.file
2611 if test "$*" != "X $srcdir/configure conftest.file" \
2612 && test "$*" != "X conftest.file $srcdir/configure"; then
2613
2614 # If neither matched, then we have a broken ls. This can happen
2615 # if, for instance, CONFIG_SHELL is bash and it inherits a
2616 # broken ls alias from the environment. This has actually
2617 # happened. Such a system could not be considered "sane".
042acc47
WP
2618 as_fn_error "ls -t appears to fail. Make sure there is not a broken
2619alias in your environment" "$LINENO" 5
b57f37fb
WP
2620 fi
2621
2622 test "$2" = conftest.file
2623 )
2624then
2625 # Ok.
2626 :
2627else
042acc47
WP
2628 as_fn_error "newly created file is older than distributed files!
2629Check your system clock" "$LINENO" 5
b57f37fb 2630fi
042acc47 2631{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
f030cae8 2632$as_echo "yes" >&6; }
b57f37fb
WP
2633test "$program_prefix" != NONE &&
2634 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2635# Use a double $ so make ignores it.
2636test "$program_suffix" != NONE &&
2637 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
f030cae8 2638# Double any \ or $.
b57f37fb 2639# By default was `s,x,x', remove it if useless.
f030cae8
VY
2640ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2641program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
b57f37fb
WP
2642
2643# expand $ac_aux_dir to an absolute path
2644am_aux_dir=`cd $ac_aux_dir && pwd`
2645
042acc47
WP
2646if test x"${MISSING+set}" != xset; then
2647 case $am_aux_dir in
2648 *\ * | *\ *)
2649 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2650 *)
2651 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2652 esac
2653fi
b57f37fb
WP
2654# Use eval to expand $SHELL
2655if eval "$MISSING --run true"; then
2656 am_missing_run="$MISSING --run "
2657else
2658 am_missing_run=
042acc47 2659 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
f030cae8 2660$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
b57f37fb
WP
2661fi
2662
042acc47
WP
2663if test x"${install_sh}" != xset; then
2664 case $am_aux_dir in
2665 *\ * | *\ *)
2666 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2667 *)
2668 install_sh="\${SHELL} $am_aux_dir/install-sh"
2669 esac
2670fi
2671
2672# Installed binaries are usually stripped using `strip' when the user
2673# run `make install-strip'. However `strip' might not be the right
2674# tool to use in cross-compilation environments, therefore Automake
2675# will honor the `STRIP' environment variable to overrule this program.
2676if test "$cross_compiling" != no; then
2677 if test -n "$ac_tool_prefix"; then
2678 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2679set dummy ${ac_tool_prefix}strip; ac_word=$2
2680{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2681$as_echo_n "checking for $ac_word... " >&6; }
2682if test "${ac_cv_prog_STRIP+set}" = set; then :
2683 $as_echo_n "(cached) " >&6
2684else
2685 if test -n "$STRIP"; then
2686 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2687else
2688as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2689for as_dir in $PATH
2690do
2691 IFS=$as_save_IFS
2692 test -z "$as_dir" && as_dir=.
2693 for ac_exec_ext in '' $ac_executable_extensions; do
2694 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2695 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2696 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2697 break 2
2698 fi
2699done
2700 done
2701IFS=$as_save_IFS
2702
2703fi
2704fi
2705STRIP=$ac_cv_prog_STRIP
2706if test -n "$STRIP"; then
2707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2708$as_echo "$STRIP" >&6; }
2709else
2710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2711$as_echo "no" >&6; }
2712fi
2713
2714
2715fi
2716if test -z "$ac_cv_prog_STRIP"; then
2717 ac_ct_STRIP=$STRIP
2718 # Extract the first word of "strip", so it can be a program name with args.
2719set dummy strip; ac_word=$2
2720{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2721$as_echo_n "checking for $ac_word... " >&6; }
2722if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2723 $as_echo_n "(cached) " >&6
2724else
2725 if test -n "$ac_ct_STRIP"; then
2726 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2727else
2728as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2729for as_dir in $PATH
2730do
2731 IFS=$as_save_IFS
2732 test -z "$as_dir" && as_dir=.
2733 for ac_exec_ext in '' $ac_executable_extensions; do
2734 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2735 ac_cv_prog_ac_ct_STRIP="strip"
2736 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2737 break 2
2738 fi
2739done
2740 done
2741IFS=$as_save_IFS
2742
2743fi
2744fi
2745ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2746if test -n "$ac_ct_STRIP"; then
2747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2748$as_echo "$ac_ct_STRIP" >&6; }
2749else
2750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2751$as_echo "no" >&6; }
2752fi
2753
2754 if test "x$ac_ct_STRIP" = x; then
2755 STRIP=":"
2756 else
2757 case $cross_compiling:$ac_tool_warned in
2758yes:)
2759{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2760$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2761ac_tool_warned=yes ;;
2762esac
2763 STRIP=$ac_ct_STRIP
2764 fi
2765else
2766 STRIP="$ac_cv_prog_STRIP"
2767fi
2768
2769fi
2770INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2771
2772{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
f030cae8 2773$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
b57f37fb 2774if test -z "$MKDIR_P"; then
042acc47 2775 if test "${ac_cv_path_mkdir+set}" = set; then :
f030cae8 2776 $as_echo_n "(cached) " >&6
b57f37fb
WP
2777else
2778 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2779for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2780do
2781 IFS=$as_save_IFS
2782 test -z "$as_dir" && as_dir=.
042acc47 2783 for ac_prog in mkdir gmkdir; do
b57f37fb
WP
2784 for ac_exec_ext in '' $ac_executable_extensions; do
2785 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2786 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2787 'mkdir (GNU coreutils) '* | \
2788 'mkdir (coreutils) '* | \
2789 'mkdir (fileutils) '4.1*)
2790 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2791 break 3;;
2792 esac
2793 done
2794 done
042acc47 2795 done
b57f37fb
WP
2796IFS=$as_save_IFS
2797
2798fi
2799
1800d973 2800 test -d ./--version && rmdir ./--version
b57f37fb
WP
2801 if test "${ac_cv_path_mkdir+set}" = set; then
2802 MKDIR_P="$ac_cv_path_mkdir -p"
2803 else
2804 # As a last resort, use the slow shell script. Don't cache a
2805 # value for MKDIR_P within a source directory, because that will
2806 # break other packages using the cache if that directory is
2807 # removed, or if the value is a relative name.
b57f37fb
WP
2808 MKDIR_P="$ac_install_sh -d"
2809 fi
2810fi
042acc47 2811{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
f030cae8 2812$as_echo "$MKDIR_P" >&6; }
b57f37fb
WP
2813
2814mkdir_p="$MKDIR_P"
2815case $mkdir_p in
2816 [\\/$]* | ?:[\\/]*) ;;
2817 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2818esac
2819
2820for ac_prog in gawk mawk nawk awk
2821do
2822 # Extract the first word of "$ac_prog", so it can be a program name with args.
2823set dummy $ac_prog; ac_word=$2
042acc47 2824{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 2825$as_echo_n "checking for $ac_word... " >&6; }
042acc47 2826if test "${ac_cv_prog_AWK+set}" = set; then :
f030cae8 2827 $as_echo_n "(cached) " >&6
b57f37fb
WP
2828else
2829 if test -n "$AWK"; then
2830 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2831else
2832as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2833for as_dir in $PATH
2834do
2835 IFS=$as_save_IFS
2836 test -z "$as_dir" && as_dir=.
042acc47 2837 for ac_exec_ext in '' $ac_executable_extensions; do
b57f37fb
WP
2838 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2839 ac_cv_prog_AWK="$ac_prog"
042acc47 2840 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b57f37fb
WP
2841 break 2
2842 fi
2843done
042acc47 2844 done
b57f37fb
WP
2845IFS=$as_save_IFS
2846
2847fi
2848fi
2849AWK=$ac_cv_prog_AWK
2850if test -n "$AWK"; then
042acc47 2851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
f030cae8 2852$as_echo "$AWK" >&6; }
b57f37fb 2853else
042acc47 2854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8 2855$as_echo "no" >&6; }
b57f37fb
WP
2856fi
2857
2858
2859 test -n "$AWK" && break
2860done
2861
042acc47 2862{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
f030cae8
VY
2863$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2864set x ${MAKE-make}
2865ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
042acc47 2866if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
f030cae8 2867 $as_echo_n "(cached) " >&6
b57f37fb
WP
2868else
2869 cat >conftest.make <<\_ACEOF
2870SHELL = /bin/sh
2871all:
2872 @echo '@@@%%%=$(MAKE)=@@@%%%'
2873_ACEOF
2874# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2875case `${MAKE-make} -f conftest.make 2>/dev/null` in
2876 *@@@%%%=?*=@@@%%%*)
2877 eval ac_cv_prog_make_${ac_make}_set=yes;;
2878 *)
2879 eval ac_cv_prog_make_${ac_make}_set=no;;
2880esac
2881rm -f conftest.make
2882fi
2883if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
042acc47 2884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
f030cae8 2885$as_echo "yes" >&6; }
b57f37fb
WP
2886 SET_MAKE=
2887else
042acc47 2888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8 2889$as_echo "no" >&6; }
b57f37fb
WP
2890 SET_MAKE="MAKE=${MAKE-make}"
2891fi
2892
2893rm -rf .tst 2>/dev/null
2894mkdir .tst 2>/dev/null
2895if test -d .tst; then
2896 am__leading_dot=.
2897else
2898 am__leading_dot=_
2899fi
2900rmdir .tst 2>/dev/null
2901
2902if test "`cd $srcdir && pwd`" != "`pwd`"; then
2903 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2904 # is not polluted with repeated "-I."
2905 am__isrc=' -I$(srcdir)'
2906 # test to see if srcdir already configured
2907 if test -f $srcdir/config.status; then
042acc47 2908 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
b57f37fb
WP
2909 fi
2910fi
2911
2912# test whether we have cygpath
2913if test -z "$CYGPATH_W"; then
2914 if (cygpath --version) >/dev/null 2>/dev/null; then
2915 CYGPATH_W='cygpath -w'
2916 else
2917 CYGPATH_W=echo
2918 fi
2919fi
2920
2921
2922# Define the identity of the package.
2923 PACKAGE=libratbox
2924 VERSION=devel
2925
2926
2927# Some tools Automake needs.
2928
2929ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2930
2931
2932AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2933
2934
2935AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2936
2937
2938AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2939
2940
2941MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2942
b57f37fb
WP
2943# We need awk for the "check" target. The system "awk" is bad on
2944# some platforms.
2945# Always define AMTAR for backward compatibility.
2946
2947AMTAR=${AMTAR-"${am_missing_run}tar"}
2948
2949am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2950
2951
2952
2953
2954
2955
2956ac_config_headers="$ac_config_headers include/libratbox_config.h"
2957
2958
2959
b57f37fb
WP
2960DEPDIR="${am__leading_dot}deps"
2961
2962ac_config_commands="$ac_config_commands depfiles"
2963
2964
2965am_make=${MAKE-make}
2966cat > confinc << 'END'
2967am__doit:
042acc47 2968 @echo this is the am__doit target
b57f37fb
WP
2969.PHONY: am__doit
2970END
2971# If we don't find an include directive, just comment out the code.
042acc47 2972{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
f030cae8 2973$as_echo_n "checking for style of include used by $am_make... " >&6; }
b57f37fb
WP
2974am__include="#"
2975am__quote=
2976_am_result=none
2977# First try GNU make style include.
2978echo "include confinc" > confmf
042acc47
WP
2979# Ignore all kinds of additional output from `make'.
2980case `$am_make -s -f confmf 2> /dev/null` in #(
2981*the\ am__doit\ target*)
2982 am__include=include
2983 am__quote=
2984 _am_result=GNU
2985 ;;
2986esac
b57f37fb
WP
2987# Now try BSD make style include.
2988if test "$am__include" = "#"; then
2989 echo '.include "confinc"' > confmf
042acc47
WP
2990 case `$am_make -s -f confmf 2> /dev/null` in #(
2991 *the\ am__doit\ target*)
2992 am__include=.include
2993 am__quote="\""
2994 _am_result=BSD
2995 ;;
2996 esac
b57f37fb
WP
2997fi
2998
2999
042acc47 3000{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
f030cae8 3001$as_echo "$_am_result" >&6; }
b57f37fb
WP
3002rm -f confinc confmf
3003
3004# Check whether --enable-dependency-tracking was given.
042acc47 3005if test "${enable_dependency_tracking+set}" = set; then :
b57f37fb
WP
3006 enableval=$enable_dependency_tracking;
3007fi
3008
3009if test "x$enable_dependency_tracking" != xno; then
3010 am_depcomp="$ac_aux_dir/depcomp"
3011 AMDEPBACKSLASH='\'
3012fi
3013 if test "x$enable_dependency_tracking" != xno; then
3014 AMDEP_TRUE=
3015 AMDEP_FALSE='#'
3016else
3017 AMDEP_TRUE='#'
3018 AMDEP_FALSE=
3019fi
3020
3021
3022ac_ext=c
3023ac_cpp='$CPP $CPPFLAGS'
3024ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3025ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3026ac_compiler_gnu=$ac_cv_c_compiler_gnu
3027if test -n "$ac_tool_prefix"; then
3028 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3029set dummy ${ac_tool_prefix}gcc; ac_word=$2
042acc47 3030{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 3031$as_echo_n "checking for $ac_word... " >&6; }
042acc47 3032if test "${ac_cv_prog_CC+set}" = set; then :
f030cae8 3033 $as_echo_n "(cached) " >&6
b57f37fb
WP
3034else
3035 if test -n "$CC"; then
3036 ac_cv_prog_CC="$CC" # Let the user override the test.
3037else
3038as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3039for as_dir in $PATH
3040do
3041 IFS=$as_save_IFS
3042 test -z "$as_dir" && as_dir=.
042acc47 3043 for ac_exec_ext in '' $ac_executable_extensions; do
b57f37fb
WP
3044 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3045 ac_cv_prog_CC="${ac_tool_prefix}gcc"
042acc47 3046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b57f37fb
WP
3047 break 2
3048 fi
3049done
042acc47 3050 done
b57f37fb
WP
3051IFS=$as_save_IFS
3052
3053fi
3054fi
3055CC=$ac_cv_prog_CC
3056if test -n "$CC"; then
042acc47 3057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
f030cae8 3058$as_echo "$CC" >&6; }
b57f37fb 3059else
042acc47 3060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8 3061$as_echo "no" >&6; }
b57f37fb
WP
3062fi
3063
3064
3065fi
3066if test -z "$ac_cv_prog_CC"; then
3067 ac_ct_CC=$CC
3068 # Extract the first word of "gcc", so it can be a program name with args.
3069set dummy gcc; ac_word=$2
042acc47 3070{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 3071$as_echo_n "checking for $ac_word... " >&6; }
042acc47 3072if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
f030cae8 3073 $as_echo_n "(cached) " >&6
b57f37fb
WP
3074else
3075 if test -n "$ac_ct_CC"; then
3076 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3077else
3078as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3079for as_dir in $PATH
3080do
3081 IFS=$as_save_IFS
3082 test -z "$as_dir" && as_dir=.
042acc47 3083 for ac_exec_ext in '' $ac_executable_extensions; do
b57f37fb
WP
3084 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3085 ac_cv_prog_ac_ct_CC="gcc"
042acc47 3086 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b57f37fb
WP
3087 break 2
3088 fi
3089done
042acc47 3090 done
b57f37fb
WP
3091IFS=$as_save_IFS
3092
3093fi
3094fi
3095ac_ct_CC=$ac_cv_prog_ac_ct_CC
3096if test -n "$ac_ct_CC"; then
042acc47 3097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
f030cae8 3098$as_echo "$ac_ct_CC" >&6; }
b57f37fb 3099else
042acc47 3100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8 3101$as_echo "no" >&6; }
b57f37fb
WP
3102fi
3103
3104 if test "x$ac_ct_CC" = x; then
3105 CC=""
3106 else
3107 case $cross_compiling:$ac_tool_warned in
3108yes:)
042acc47 3109{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
f030cae8 3110$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
b57f37fb
WP
3111ac_tool_warned=yes ;;
3112esac
3113 CC=$ac_ct_CC
3114 fi
3115else
3116 CC="$ac_cv_prog_CC"
3117fi
3118
3119if test -z "$CC"; then
3120 if test -n "$ac_tool_prefix"; then
3121 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3122set dummy ${ac_tool_prefix}cc; ac_word=$2
042acc47 3123{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 3124$as_echo_n "checking for $ac_word... " >&6; }
042acc47 3125if test "${ac_cv_prog_CC+set}" = set; then :
f030cae8 3126 $as_echo_n "(cached) " >&6
b57f37fb
WP
3127else
3128 if test -n "$CC"; then
3129 ac_cv_prog_CC="$CC" # Let the user override the test.
3130else
3131as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3132for as_dir in $PATH
3133do
3134 IFS=$as_save_IFS
3135 test -z "$as_dir" && as_dir=.
042acc47 3136 for ac_exec_ext in '' $ac_executable_extensions; do
b57f37fb
WP
3137 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3138 ac_cv_prog_CC="${ac_tool_prefix}cc"
042acc47 3139 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b57f37fb
WP
3140 break 2
3141 fi
3142done
042acc47 3143 done
b57f37fb
WP
3144IFS=$as_save_IFS
3145
3146fi
3147fi
3148CC=$ac_cv_prog_CC
3149if test -n "$CC"; then
042acc47 3150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
f030cae8 3151$as_echo "$CC" >&6; }
b57f37fb 3152else
042acc47 3153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8 3154$as_echo "no" >&6; }
b57f37fb
WP
3155fi
3156
3157
3158 fi
3159fi
3160if test -z "$CC"; then
3161 # Extract the first word of "cc", so it can be a program name with args.
3162set dummy cc; ac_word=$2
042acc47 3163{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 3164$as_echo_n "checking for $ac_word... " >&6; }
042acc47 3165if test "${ac_cv_prog_CC+set}" = set; then :
f030cae8 3166 $as_echo_n "(cached) " >&6
b57f37fb
WP
3167else
3168 if test -n "$CC"; then
3169 ac_cv_prog_CC="$CC" # Let the user override the test.
3170else
3171 ac_prog_rejected=no
3172as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3173for as_dir in $PATH
3174do
3175 IFS=$as_save_IFS
3176 test -z "$as_dir" && as_dir=.
042acc47 3177 for ac_exec_ext in '' $ac_executable_extensions; do
b57f37fb
WP
3178 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3179 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3180 ac_prog_rejected=yes
3181 continue
3182 fi
3183 ac_cv_prog_CC="cc"
042acc47 3184 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b57f37fb
WP
3185 break 2
3186 fi
3187done
042acc47 3188 done
b57f37fb
WP
3189IFS=$as_save_IFS
3190
3191if test $ac_prog_rejected = yes; then
3192 # We found a bogon in the path, so make sure we never use it.
3193 set dummy $ac_cv_prog_CC
3194 shift
3195 if test $# != 0; then
3196 # We chose a different compiler from the bogus one.
3197 # However, it has the same basename, so the bogon will be chosen
3198 # first if we set CC to just the basename; use the full file name.
3199 shift
3200 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3201 fi
3202fi
3203fi
3204fi
3205CC=$ac_cv_prog_CC
3206if test -n "$CC"; then
042acc47 3207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
f030cae8 3208$as_echo "$CC" >&6; }
b57f37fb 3209else
042acc47 3210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8 3211$as_echo "no" >&6; }
b57f37fb
WP
3212fi
3213
3214
3215fi
3216if test -z "$CC"; then
3217 if test -n "$ac_tool_prefix"; then
3218 for ac_prog in cl.exe
3219 do
3220 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3221set dummy $ac_tool_prefix$ac_prog; ac_word=$2
042acc47 3222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 3223$as_echo_n "checking for $ac_word... " >&6; }
042acc47 3224if test "${ac_cv_prog_CC+set}" = set; then :
f030cae8 3225 $as_echo_n "(cached) " >&6
b57f37fb
WP
3226else
3227 if test -n "$CC"; then
3228 ac_cv_prog_CC="$CC" # Let the user override the test.
3229else
3230as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3231for as_dir in $PATH
3232do
3233 IFS=$as_save_IFS
3234 test -z "$as_dir" && as_dir=.
042acc47 3235 for ac_exec_ext in '' $ac_executable_extensions; do
b57f37fb
WP
3236 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3237 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
042acc47 3238 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b57f37fb
WP
3239 break 2
3240 fi
3241done
042acc47 3242 done
b57f37fb
WP
3243IFS=$as_save_IFS
3244
3245fi
3246fi
3247CC=$ac_cv_prog_CC
3248if test -n "$CC"; then
042acc47 3249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
f030cae8 3250$as_echo "$CC" >&6; }
b57f37fb 3251else
042acc47 3252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8 3253$as_echo "no" >&6; }
b57f37fb
WP
3254fi
3255
3256
3257 test -n "$CC" && break
3258 done
3259fi
3260if test -z "$CC"; then
3261 ac_ct_CC=$CC
3262 for ac_prog in cl.exe
3263do
3264 # Extract the first word of "$ac_prog", so it can be a program name with args.
3265set dummy $ac_prog; ac_word=$2
042acc47 3266{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 3267$as_echo_n "checking for $ac_word... " >&6; }
042acc47 3268if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
f030cae8 3269 $as_echo_n "(cached) " >&6
b57f37fb
WP
3270else
3271 if test -n "$ac_ct_CC"; then
3272 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3273else
3274as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3275for as_dir in $PATH
3276do
3277 IFS=$as_save_IFS
3278 test -z "$as_dir" && as_dir=.
042acc47 3279 for ac_exec_ext in '' $ac_executable_extensions; do
b57f37fb
WP
3280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3281 ac_cv_prog_ac_ct_CC="$ac_prog"
042acc47 3282 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b57f37fb
WP
3283 break 2
3284 fi
3285done
042acc47 3286 done
b57f37fb
WP
3287IFS=$as_save_IFS
3288
3289fi
3290fi
3291ac_ct_CC=$ac_cv_prog_ac_ct_CC
3292if test -n "$ac_ct_CC"; then
042acc47 3293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
f030cae8 3294$as_echo "$ac_ct_CC" >&6; }
b57f37fb 3295else
042acc47 3296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8 3297$as_echo "no" >&6; }
b57f37fb
WP
3298fi
3299
3300
3301 test -n "$ac_ct_CC" && break
3302done
3303
3304 if test "x$ac_ct_CC" = x; then
3305 CC=""
3306 else
3307 case $cross_compiling:$ac_tool_warned in
3308yes:)
042acc47 3309{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
f030cae8 3310$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
b57f37fb
WP
3311ac_tool_warned=yes ;;
3312esac
3313 CC=$ac_ct_CC
3314 fi
3315fi
3316
3317fi
3318
3319
042acc47 3320test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
f030cae8 3321$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
042acc47
WP
3322as_fn_error "no acceptable C compiler found in \$PATH
3323See \`config.log' for more details." "$LINENO" 5; }
b57f37fb
WP
3324
3325# Provide some information about the compiler.
042acc47 3326$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
f030cae8
VY
3327set X $ac_compile
3328ac_compiler=$2
042acc47
WP
3329for ac_option in --version -v -V -qversion; do
3330 { { ac_try="$ac_compiler $ac_option >&5"
b57f37fb
WP
3331case "(($ac_try" in
3332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3333 *) ac_try_echo=$ac_try;;
3334esac
042acc47
WP
3335eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3336$as_echo "$ac_try_echo"; } >&5
3337 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
b57f37fb 3338 ac_status=$?
042acc47
WP
3339 if test -s conftest.err; then
3340 sed '10a\
3341... rest of stderr output deleted ...
3342 10q' conftest.err >conftest.er1
3343 cat conftest.er1 >&5
042acc47 3344 fi
1800d973 3345 rm -f conftest.er1 conftest.err
042acc47
WP
3346 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3347 test $ac_status = 0; }
3348done
b57f37fb 3349
042acc47 3350cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb 3351/* end confdefs.h. */
1800d973 3352
b57f37fb
WP
3353int
3354main ()
3355{
3356
3357 ;
3358 return 0;
3359}
3360_ACEOF
3361ac_clean_files_save=$ac_clean_files
1800d973 3362ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
b57f37fb
WP
3363# Try to create an executable without -o first, disregard a.out.
3364# It will help us diagnose broken compilers, and finding out an intuition
3365# of exeext.
1800d973
WP
3366{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3367$as_echo_n "checking whether the C compiler works... " >&6; }
f030cae8
VY
3368ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3369
3370# The possible output files:
3371ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3372
b57f37fb
WP
3373ac_rmfiles=
3374for ac_file in $ac_files
3375do
3376 case $ac_file in
f030cae8 3377 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
b57f37fb
WP
3378 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3379 esac
3380done
3381rm -f $ac_rmfiles
3382
042acc47 3383if { { ac_try="$ac_link_default"
b57f37fb
WP
3384case "(($ac_try" in
3385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3386 *) ac_try_echo=$ac_try;;
3387esac
042acc47
WP
3388eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3389$as_echo "$ac_try_echo"; } >&5
b57f37fb
WP
3390 (eval "$ac_link_default") 2>&5
3391 ac_status=$?
042acc47
WP
3392 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3393 test $ac_status = 0; }; then :
b57f37fb
WP
3394 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3395# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3396# in a Makefile. We should not override ac_cv_exeext if it was cached,
3397# so that the user can short-circuit this test for compilers unknown to
3398# Autoconf.
3399for ac_file in $ac_files ''
3400do
3401 test -f "$ac_file" || continue
3402 case $ac_file in
f030cae8 3403 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
b57f37fb
WP
3404 ;;
3405 [ab].out )
3406 # We found the default executable, but exeext='' is most
3407 # certainly right.
3408 break;;
3409 *.* )
042acc47 3410 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
b57f37fb
WP
3411 then :; else
3412 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3413 fi
3414 # We set ac_cv_exeext here because the later test for it is not
3415 # safe: cross compilers may not add the suffix if given an `-o'
3416 # argument, so we may need to know it at that point already.
3417 # Even if this section looks crufty: it has the advantage of
3418 # actually working.
3419 break;;
3420 * )
3421 break;;
3422 esac
3423done
3424test "$ac_cv_exeext" = no && ac_cv_exeext=
3425
3426else
3427 ac_file=''
3428fi
042acc47 3429if test -z "$ac_file"; then :
1800d973
WP
3430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3431$as_echo "no" >&6; }
3432$as_echo "$as_me: failed program was:" >&5
b57f37fb
WP
3433sed 's/^/| /' conftest.$ac_ext >&5
3434
042acc47 3435{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
f030cae8 3436$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
042acc47
WP
3437{ as_fn_set_status 77
3438as_fn_error "C compiler cannot create executables
3439See \`config.log' for more details." "$LINENO" 5; }; }
1800d973
WP
3440else
3441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3442$as_echo "yes" >&6; }
b57f37fb 3443fi
1800d973
WP
3444{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3445$as_echo_n "checking for C compiler default output file name... " >&6; }
3446{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3447$as_echo "$ac_file" >&6; }
b57f37fb
WP
3448ac_exeext=$ac_cv_exeext
3449
1800d973 3450rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
b57f37fb 3451ac_clean_files=$ac_clean_files_save
042acc47 3452{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
f030cae8 3453$as_echo_n "checking for suffix of executables... " >&6; }
042acc47 3454if { { ac_try="$ac_link"
b57f37fb
WP
3455case "(($ac_try" in
3456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3457 *) ac_try_echo=$ac_try;;
3458esac
042acc47
WP
3459eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3460$as_echo "$ac_try_echo"; } >&5
b57f37fb
WP
3461 (eval "$ac_link") 2>&5
3462 ac_status=$?
042acc47
WP
3463 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3464 test $ac_status = 0; }; then :
b57f37fb
WP
3465 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3466# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3467# work properly (i.e., refer to `conftest.exe'), while it won't with
3468# `rm'.
3469for ac_file in conftest.exe conftest conftest.*; do
3470 test -f "$ac_file" || continue
3471 case $ac_file in
f030cae8 3472 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
b57f37fb
WP
3473 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3474 break;;
3475 * ) break;;
3476 esac
3477done
3478else
042acc47 3479 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
f030cae8 3480$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
042acc47
WP
3481as_fn_error "cannot compute suffix of executables: cannot compile and link
3482See \`config.log' for more details." "$LINENO" 5; }
b57f37fb 3483fi
1800d973 3484rm -f conftest conftest$ac_cv_exeext
042acc47 3485{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
f030cae8 3486$as_echo "$ac_cv_exeext" >&6; }
b57f37fb
WP
3487
3488rm -f conftest.$ac_ext
3489EXEEXT=$ac_cv_exeext
3490ac_exeext=$EXEEXT
1800d973
WP
3491cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3492/* end confdefs.h. */
3493#include <stdio.h>
3494int
3495main ()
3496{
3497FILE *f = fopen ("conftest.out", "w");
3498 return ferror (f) || fclose (f) != 0;
3499
3500 ;
3501 return 0;
3502}
3503_ACEOF
3504ac_clean_files="$ac_clean_files conftest.out"
3505# Check that the compiler produces executables we can run. If not, either
3506# the compiler is broken, or we cross compile.
3507{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3508$as_echo_n "checking whether we are cross compiling... " >&6; }
3509if test "$cross_compiling" != yes; then
3510 { { ac_try="$ac_link"
3511case "(($ac_try" in
3512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3513 *) ac_try_echo=$ac_try;;
3514esac
3515eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3516$as_echo "$ac_try_echo"; } >&5
3517 (eval "$ac_link") 2>&5
3518 ac_status=$?
3519 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3520 test $ac_status = 0; }
3521 if { ac_try='./conftest$ac_cv_exeext'
3522 { { case "(($ac_try" in
3523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3524 *) ac_try_echo=$ac_try;;
3525esac
3526eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3527$as_echo "$ac_try_echo"; } >&5
3528 (eval "$ac_try") 2>&5
3529 ac_status=$?
3530 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3531 test $ac_status = 0; }; }; then
3532 cross_compiling=no
3533 else
3534 if test "$cross_compiling" = maybe; then
3535 cross_compiling=yes
3536 else
3537 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3538$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3539as_fn_error "cannot run C compiled programs.
3540If you meant to cross compile, use \`--host'.
3541See \`config.log' for more details." "$LINENO" 5; }
3542 fi
3543 fi
3544fi
3545{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3546$as_echo "$cross_compiling" >&6; }
3547
3548rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3549ac_clean_files=$ac_clean_files_save
042acc47 3550{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
f030cae8 3551$as_echo_n "checking for suffix of object files... " >&6; }
042acc47 3552if test "${ac_cv_objext+set}" = set; then :
f030cae8 3553 $as_echo_n "(cached) " >&6
b57f37fb 3554else
042acc47 3555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb
WP
3556/* end confdefs.h. */
3557
3558int
3559main ()
3560{
3561
3562 ;
3563 return 0;
3564}
3565_ACEOF
3566rm -f conftest.o conftest.obj
042acc47 3567if { { ac_try="$ac_compile"
b57f37fb
WP
3568case "(($ac_try" in
3569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3570 *) ac_try_echo=$ac_try;;
3571esac
042acc47
WP
3572eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3573$as_echo "$ac_try_echo"; } >&5
b57f37fb
WP
3574 (eval "$ac_compile") 2>&5
3575 ac_status=$?
042acc47
WP
3576 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3577 test $ac_status = 0; }; then :
b57f37fb
WP
3578 for ac_file in conftest.o conftest.obj conftest.*; do
3579 test -f "$ac_file" || continue;
3580 case $ac_file in
f030cae8 3581 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
b57f37fb
WP
3582 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3583 break;;
3584 esac
3585done
3586else
f030cae8 3587 $as_echo "$as_me: failed program was:" >&5
b57f37fb
WP
3588sed 's/^/| /' conftest.$ac_ext >&5
3589
042acc47 3590{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
f030cae8 3591$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
042acc47
WP
3592as_fn_error "cannot compute suffix of object files: cannot compile
3593See \`config.log' for more details." "$LINENO" 5; }
b57f37fb 3594fi
b57f37fb
WP
3595rm -f conftest.$ac_cv_objext conftest.$ac_ext
3596fi
042acc47 3597{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
f030cae8 3598$as_echo "$ac_cv_objext" >&6; }
b57f37fb
WP
3599OBJEXT=$ac_cv_objext
3600ac_objext=$OBJEXT
042acc47 3601{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
f030cae8 3602$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
042acc47 3603if test "${ac_cv_c_compiler_gnu+set}" = set; then :
f030cae8 3604 $as_echo_n "(cached) " >&6
b57f37fb 3605else
042acc47 3606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb
WP
3607/* end confdefs.h. */
3608
3609int
3610main ()
3611{
3612#ifndef __GNUC__
3613 choke me
3614#endif
3615
3616 ;
3617 return 0;
3618}
3619_ACEOF
042acc47 3620if ac_fn_c_try_compile "$LINENO"; then :
b57f37fb
WP
3621 ac_compiler_gnu=yes
3622else
042acc47 3623 ac_compiler_gnu=no
b57f37fb 3624fi
b57f37fb
WP
3625rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3626ac_cv_c_compiler_gnu=$ac_compiler_gnu
3627
3628fi
042acc47 3629{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
f030cae8
VY
3630$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3631if test $ac_compiler_gnu = yes; then
3632 GCC=yes
3633else
3634 GCC=
3635fi
b57f37fb
WP
3636ac_test_CFLAGS=${CFLAGS+set}
3637ac_save_CFLAGS=$CFLAGS
042acc47 3638{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
f030cae8 3639$as_echo_n "checking whether $CC accepts -g... " >&6; }
042acc47 3640if test "${ac_cv_prog_cc_g+set}" = set; then :
f030cae8 3641 $as_echo_n "(cached) " >&6
b57f37fb
WP
3642else
3643 ac_save_c_werror_flag=$ac_c_werror_flag
3644 ac_c_werror_flag=yes
3645 ac_cv_prog_cc_g=no
3646 CFLAGS="-g"
042acc47 3647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb
WP
3648/* end confdefs.h. */
3649
3650int
3651main ()
3652{
3653
3654 ;
3655 return 0;
3656}
3657_ACEOF
042acc47 3658if ac_fn_c_try_compile "$LINENO"; then :
b57f37fb
WP
3659 ac_cv_prog_cc_g=yes
3660else
042acc47
WP
3661 CFLAGS=""
3662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb
WP
3663/* end confdefs.h. */
3664
3665int
3666main ()
3667{
3668
3669 ;
3670 return 0;
3671}
3672_ACEOF
042acc47 3673if ac_fn_c_try_compile "$LINENO"; then :
b57f37fb 3674
042acc47
WP
3675else
3676 ac_c_werror_flag=$ac_save_c_werror_flag
b57f37fb 3677 CFLAGS="-g"
042acc47 3678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb
WP
3679/* end confdefs.h. */
3680
3681int
3682main ()
3683{
3684
3685 ;
3686 return 0;
3687}
3688_ACEOF
042acc47 3689if ac_fn_c_try_compile "$LINENO"; then :
b57f37fb 3690 ac_cv_prog_cc_g=yes
b57f37fb 3691fi
b57f37fb
WP
3692rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3693fi
b57f37fb
WP
3694rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3695fi
b57f37fb
WP
3696rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3697 ac_c_werror_flag=$ac_save_c_werror_flag
3698fi
042acc47 3699{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
f030cae8 3700$as_echo "$ac_cv_prog_cc_g" >&6; }
b57f37fb
WP
3701if test "$ac_test_CFLAGS" = set; then
3702 CFLAGS=$ac_save_CFLAGS
3703elif test $ac_cv_prog_cc_g = yes; then
3704 if test "$GCC" = yes; then
3705 CFLAGS="-g -O2"
3706 else
3707 CFLAGS="-g"
3708 fi
3709else
3710 if test "$GCC" = yes; then
3711 CFLAGS="-O2"
3712 else
3713 CFLAGS=
3714 fi
3715fi
042acc47 3716{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
f030cae8 3717$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
042acc47 3718if test "${ac_cv_prog_cc_c89+set}" = set; then :
f030cae8 3719 $as_echo_n "(cached) " >&6
b57f37fb
WP
3720else
3721 ac_cv_prog_cc_c89=no
3722ac_save_CC=$CC
042acc47 3723cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb
WP
3724/* end confdefs.h. */
3725#include <stdarg.h>
3726#include <stdio.h>
3727#include <sys/types.h>
3728#include <sys/stat.h>
3729/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3730struct buf { int x; };
3731FILE * (*rcsopen) (struct buf *, struct stat *, int);
3732static char *e (p, i)
3733 char **p;
3734 int i;
3735{
3736 return p[i];
3737}
3738static char *f (char * (*g) (char **, int), char **p, ...)
3739{
3740 char *s;
3741 va_list v;
3742 va_start (v,p);
3743 s = g (p, va_arg (v,int));
3744 va_end (v);
3745 return s;
3746}
3747
3748/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3749 function prototypes and stuff, but not '\xHH' hex character constants.
3750 These don't provoke an error unfortunately, instead are silently treated
3751 as 'x'. The following induces an error, until -std is added to get
3752 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3753 array size at least. It's necessary to write '\x00'==0 to get something
3754 that's true only with -std. */
3755int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3756
3757/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3758 inside strings and character constants. */
3759#define FOO(x) 'x'
3760int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3761
3762int test (int i, double x);
3763struct s1 {int (*f) (int a);};
3764struct s2 {int (*f) (double a);};
3765int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3766int argc;
3767char **argv;
3768int
3769main ()
3770{
3771return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3772 ;
3773 return 0;
3774}
3775_ACEOF
3776for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3777 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3778do
3779 CC="$ac_save_CC $ac_arg"
042acc47 3780 if ac_fn_c_try_compile "$LINENO"; then :
b57f37fb 3781 ac_cv_prog_cc_c89=$ac_arg
b57f37fb 3782fi
b57f37fb
WP
3783rm -f core conftest.err conftest.$ac_objext
3784 test "x$ac_cv_prog_cc_c89" != "xno" && break
3785done
3786rm -f conftest.$ac_ext
3787CC=$ac_save_CC
3788
3789fi
3790# AC_CACHE_VAL
3791case "x$ac_cv_prog_cc_c89" in
3792 x)
042acc47 3793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
f030cae8 3794$as_echo "none needed" >&6; } ;;
b57f37fb 3795 xno)
042acc47 3796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
f030cae8 3797$as_echo "unsupported" >&6; } ;;
b57f37fb
WP
3798 *)
3799 CC="$CC $ac_cv_prog_cc_c89"
042acc47 3800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
f030cae8 3801$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
b57f37fb 3802esac
042acc47 3803if test "x$ac_cv_prog_cc_c89" != xno; then :
b57f37fb 3804
042acc47 3805fi
b57f37fb
WP
3806
3807ac_ext=c
3808ac_cpp='$CPP $CPPFLAGS'
3809ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3810ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3811ac_compiler_gnu=$ac_cv_c_compiler_gnu
3812
3813depcc="$CC" am_compiler_list=
3814
042acc47 3815{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
f030cae8 3816$as_echo_n "checking dependency style of $depcc... " >&6; }
042acc47 3817if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
f030cae8 3818 $as_echo_n "(cached) " >&6
b57f37fb
WP
3819else
3820 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3821 # We make a subdir and do the tests there. Otherwise we can end up
3822 # making bogus files that we don't know about and never remove. For
3823 # instance it was reported that on HP-UX the gcc test will end up
3824 # making a dummy file named `D' -- because `-MD' means `put the output
3825 # in D'.
3826 mkdir conftest.dir
3827 # Copy depcomp to subdir because otherwise we won't find it if we're
3828 # using a relative directory.
3829 cp "$am_depcomp" conftest.dir
3830 cd conftest.dir
3831 # We will build objects and dependencies in a subdirectory because
3832 # it helps to detect inapplicable dependency modes. For instance
3833 # both Tru64's cc and ICC support -MD to output dependencies as a
3834 # side effect of compilation, but ICC will put the dependencies in
3835 # the current directory while Tru64 will put them in the object
3836 # directory.
3837 mkdir sub
3838
3839 am_cv_CC_dependencies_compiler_type=none
3840 if test "$am_compiler_list" = ""; then
3841 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3842 fi
042acc47
WP
3843 am__universal=false
3844 case " $depcc " in #(
3845 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3846 esac
3847
b57f37fb
WP
3848 for depmode in $am_compiler_list; do
3849 # Setup a source with many dependencies, because some compilers
3850 # like to wrap large dependency lists on column 80 (with \), and
3851 # we should not choose a depcomp mode which is confused by this.
3852 #
3853 # We need to recreate these files for each test, as the compiler may
3854 # overwrite some of them when testing with obscure command lines.
3855 # This happens at least with the AIX C compiler.
3856 : > sub/conftest.c
3857 for i in 1 2 3 4 5 6; do
3858 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3859 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3860 # Solaris 8's {/usr,}/bin/sh.
3861 touch sub/conftst$i.h
3862 done
3863 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3864
042acc47
WP
3865 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3866 # mode. It turns out that the SunPro C++ compiler does not properly
3867 # handle `-M -o', and we need to detect this. Also, some Intel
3868 # versions had trouble with output in subdirs
3869 am__obj=sub/conftest.${OBJEXT-o}
3870 am__minus_obj="-o $am__obj"
b57f37fb 3871 case $depmode in
042acc47
WP
3872 gcc)
3873 # This depmode causes a compiler race in universal mode.
3874 test "$am__universal" = false || continue
3875 ;;
b57f37fb
WP
3876 nosideeffect)
3877 # after this tag, mechanisms are not by side-effect, so they'll
3878 # only be used when explicitly requested
3879 if test "x$enable_dependency_tracking" = xyes; then
3880 continue
3881 else
3882 break
3883 fi
3884 ;;
042acc47
WP
3885 msvisualcpp | msvcmsys)
3886 # This compiler won't grok `-c -o', but also, the minuso test has
3887 # not run yet. These depmodes are late enough in the game, and
3888 # so weak that their functioning should not be impacted.
3889 am__obj=conftest.${OBJEXT-o}
3890 am__minus_obj=
3891 ;;
b57f37fb
WP
3892 none) break ;;
3893 esac
b57f37fb 3894 if depmode=$depmode \
042acc47 3895 source=sub/conftest.c object=$am__obj \
b57f37fb 3896 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
042acc47 3897 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
b57f37fb
WP
3898 >/dev/null 2>conftest.err &&
3899 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3900 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
042acc47 3901 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
b57f37fb
WP
3902 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3903 # icc doesn't choke on unknown options, it will just issue warnings
3904 # or remarks (even with -Werror). So we grep stderr for any message
3905 # that says an option was ignored or not supported.
3906 # When given -MP, icc 7.0 and 7.1 complain thusly:
3907 # icc: Command line warning: ignoring option '-M'; no argument required
3908 # The diagnosis changed in icc 8.0:
3909 # icc: Command line remark: option '-MP' not supported
3910 if (grep 'ignoring option' conftest.err ||
3911 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3912 am_cv_CC_dependencies_compiler_type=$depmode
3913 break
3914 fi
3915 fi
3916 done
3917
3918 cd ..
3919 rm -rf conftest.dir
3920else
3921 am_cv_CC_dependencies_compiler_type=none
3922fi
3923
3924fi
042acc47 3925{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
f030cae8 3926$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
b57f37fb
WP
3927CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3928
3929 if
3930 test "x$enable_dependency_tracking" != xno \
3931 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3932 am__fastdepCC_TRUE=
3933 am__fastdepCC_FALSE='#'
3934else
3935 am__fastdepCC_TRUE='#'
3936 am__fastdepCC_FALSE=
3937fi
3938
3939
f030cae8
VY
3940
3941ac_ext=c
3942ac_cpp='$CPP $CPPFLAGS'
3943ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3944ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3945ac_compiler_gnu=$ac_cv_c_compiler_gnu
042acc47 3946{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
f030cae8
VY
3947$as_echo_n "checking how to run the C preprocessor... " >&6; }
3948# On Suns, sometimes $CPP names a directory.
3949if test -n "$CPP" && test -d "$CPP"; then
3950 CPP=
3951fi
3952if test -z "$CPP"; then
042acc47 3953 if test "${ac_cv_prog_CPP+set}" = set; then :
f030cae8 3954 $as_echo_n "(cached) " >&6
b57f37fb 3955else
f030cae8
VY
3956 # Double quotes because CPP needs to be expanded
3957 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3958 do
3959 ac_preproc_ok=false
3960for ac_c_preproc_warn_flag in '' yes
3961do
3962 # Use a header file that comes with gcc, so configuring glibc
3963 # with a fresh cross-compiler works.
3964 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3965 # <limits.h> exists even on freestanding compilers.
3966 # On the NeXT, cc -E runs the code through the compiler's parser,
3967 # not just through cpp. "Syntax error" is here to catch this case.
042acc47 3968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb 3969/* end confdefs.h. */
f030cae8
VY
3970#ifdef __STDC__
3971# include <limits.h>
b57f37fb 3972#else
f030cae8 3973# include <assert.h>
b57f37fb 3974#endif
f030cae8 3975 Syntax error
b57f37fb 3976_ACEOF
042acc47 3977if ac_fn_c_try_cpp "$LINENO"; then :
b57f37fb 3978
042acc47 3979else
f030cae8
VY
3980 # Broken: fails on valid input.
3981continue
b57f37fb 3982fi
f030cae8 3983rm -f conftest.err conftest.$ac_ext
b57f37fb 3984
f030cae8
VY
3985 # OK, works on sane cases. Now check whether nonexistent headers
3986 # can be detected and how.
042acc47 3987 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f030cae8
VY
3988/* end confdefs.h. */
3989#include <ac_nonexistent.h>
3990_ACEOF
042acc47 3991if ac_fn_c_try_cpp "$LINENO"; then :
f030cae8
VY
3992 # Broken: success on invalid input.
3993continue
3994else
f030cae8
VY
3995 # Passes both tests.
3996ac_preproc_ok=:
3997break
3998fi
f030cae8 3999rm -f conftest.err conftest.$ac_ext
b57f37fb 4000
f030cae8
VY
4001done
4002# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4003rm -f conftest.err conftest.$ac_ext
042acc47 4004if $ac_preproc_ok; then :
f030cae8 4005 break
b57f37fb
WP
4006fi
4007
f030cae8
VY
4008 done
4009 ac_cv_prog_CPP=$CPP
b57f37fb 4010
f030cae8
VY
4011fi
4012 CPP=$ac_cv_prog_CPP
b57f37fb 4013else
f030cae8
VY
4014 ac_cv_prog_CPP=$CPP
4015fi
042acc47 4016{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
f030cae8
VY
4017$as_echo "$CPP" >&6; }
4018ac_preproc_ok=false
4019for ac_c_preproc_warn_flag in '' yes
b57f37fb 4020do
f030cae8
VY
4021 # Use a header file that comes with gcc, so configuring glibc
4022 # with a fresh cross-compiler works.
4023 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4024 # <limits.h> exists even on freestanding compilers.
4025 # On the NeXT, cc -E runs the code through the compiler's parser,
4026 # not just through cpp. "Syntax error" is here to catch this case.
042acc47 4027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f030cae8
VY
4028/* end confdefs.h. */
4029#ifdef __STDC__
4030# include <limits.h>
4031#else
4032# include <assert.h>
4033#endif
4034 Syntax error
4035_ACEOF
042acc47 4036if ac_fn_c_try_cpp "$LINENO"; then :
b57f37fb 4037
042acc47 4038else
f030cae8
VY
4039 # Broken: fails on valid input.
4040continue
b57f37fb 4041fi
f030cae8 4042rm -f conftest.err conftest.$ac_ext
b57f37fb 4043
f030cae8
VY
4044 # OK, works on sane cases. Now check whether nonexistent headers
4045 # can be detected and how.
042acc47 4046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f030cae8
VY
4047/* end confdefs.h. */
4048#include <ac_nonexistent.h>
4049_ACEOF
042acc47 4050if ac_fn_c_try_cpp "$LINENO"; then :
f030cae8
VY
4051 # Broken: success on invalid input.
4052continue
4053else
f030cae8
VY
4054 # Passes both tests.
4055ac_preproc_ok=:
4056break
4057fi
f030cae8
VY
4058rm -f conftest.err conftest.$ac_ext
4059
4060done
4061# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4062rm -f conftest.err conftest.$ac_ext
042acc47
WP
4063if $ac_preproc_ok; then :
4064
b57f37fb 4065else
042acc47 4066 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
f030cae8 4067$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
042acc47
WP
4068as_fn_error "C preprocessor \"$CPP\" fails sanity check
4069See \`config.log' for more details." "$LINENO" 5; }
f030cae8
VY
4070fi
4071
4072ac_ext=c
4073ac_cpp='$CPP $CPPFLAGS'
4074ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4075ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4076ac_compiler_gnu=$ac_cv_c_compiler_gnu
4077
4078
042acc47 4079{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
f030cae8 4080$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
042acc47 4081if test "${ac_cv_path_GREP+set}" = set; then :
f030cae8 4082 $as_echo_n "(cached) " >&6
b57f37fb 4083else
f030cae8 4084 if test -z "$GREP"; then
b57f37fb 4085 ac_path_GREP_found=false
f030cae8
VY
4086 # Loop through the user's path and test for each of PROGNAME-LIST
4087 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
b57f37fb
WP
4088for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4089do
4090 IFS=$as_save_IFS
4091 test -z "$as_dir" && as_dir=.
042acc47 4092 for ac_prog in grep ggrep; do
f030cae8
VY
4093 for ac_exec_ext in '' $ac_executable_extensions; do
4094 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4095 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4096# Check for GNU ac_path_GREP and select it if it is found.
b57f37fb
WP
4097 # Check for GNU $ac_path_GREP
4098case `"$ac_path_GREP" --version 2>&1` in
4099*GNU*)
4100 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4101*)
4102 ac_count=0
f030cae8 4103 $as_echo_n 0123456789 >"conftest.in"
b57f37fb
WP
4104 while :
4105 do
4106 cat "conftest.in" "conftest.in" >"conftest.tmp"
4107 mv "conftest.tmp" "conftest.in"
4108 cp "conftest.in" "conftest.nl"
f030cae8 4109 $as_echo 'GREP' >> "conftest.nl"
b57f37fb
WP
4110 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4111 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
042acc47 4112 as_fn_arith $ac_count + 1 && ac_count=$as_val
b57f37fb
WP
4113 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4114 # Best one so far, save it but keep looking for a better one
4115 ac_cv_path_GREP="$ac_path_GREP"
4116 ac_path_GREP_max=$ac_count
4117 fi
4118 # 10*(2^10) chars as input seems more than enough
4119 test $ac_count -gt 10 && break
4120 done
4121 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4122esac
4123
f030cae8
VY
4124 $ac_path_GREP_found && break 3
4125 done
b57f37fb 4126 done
042acc47 4127 done
b57f37fb 4128IFS=$as_save_IFS
f030cae8 4129 if test -z "$ac_cv_path_GREP"; then
042acc47 4130 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
f030cae8 4131 fi
b57f37fb
WP
4132else
4133 ac_cv_path_GREP=$GREP
4134fi
4135
b57f37fb 4136fi
042acc47 4137{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
f030cae8 4138$as_echo "$ac_cv_path_GREP" >&6; }
b57f37fb
WP
4139 GREP="$ac_cv_path_GREP"
4140
4141
042acc47 4142{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
f030cae8 4143$as_echo_n "checking for egrep... " >&6; }
042acc47 4144if test "${ac_cv_path_EGREP+set}" = set; then :
f030cae8 4145 $as_echo_n "(cached) " >&6
b57f37fb
WP
4146else
4147 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4148 then ac_cv_path_EGREP="$GREP -E"
4149 else
f030cae8 4150 if test -z "$EGREP"; then
b57f37fb 4151 ac_path_EGREP_found=false
f030cae8
VY
4152 # Loop through the user's path and test for each of PROGNAME-LIST
4153 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
b57f37fb
WP
4154for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4155do
4156 IFS=$as_save_IFS
4157 test -z "$as_dir" && as_dir=.
042acc47 4158 for ac_prog in egrep; do
f030cae8
VY
4159 for ac_exec_ext in '' $ac_executable_extensions; do
4160 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4161 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4162# Check for GNU ac_path_EGREP and select it if it is found.
b57f37fb
WP
4163 # Check for GNU $ac_path_EGREP
4164case `"$ac_path_EGREP" --version 2>&1` in
4165*GNU*)
4166 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4167*)
4168 ac_count=0
f030cae8 4169 $as_echo_n 0123456789 >"conftest.in"
b57f37fb
WP
4170 while :
4171 do
4172 cat "conftest.in" "conftest.in" >"conftest.tmp"
4173 mv "conftest.tmp" "conftest.in"
4174 cp "conftest.in" "conftest.nl"
f030cae8 4175 $as_echo 'EGREP' >> "conftest.nl"
b57f37fb
WP
4176 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4177 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
042acc47 4178 as_fn_arith $ac_count + 1 && ac_count=$as_val
b57f37fb
WP
4179 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4180 # Best one so far, save it but keep looking for a better one
4181 ac_cv_path_EGREP="$ac_path_EGREP"
4182 ac_path_EGREP_max=$ac_count
4183 fi
4184 # 10*(2^10) chars as input seems more than enough
4185 test $ac_count -gt 10 && break
4186 done
4187 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4188esac
4189
f030cae8
VY
4190 $ac_path_EGREP_found && break 3
4191 done
b57f37fb 4192 done
042acc47 4193 done
b57f37fb 4194IFS=$as_save_IFS
f030cae8 4195 if test -z "$ac_cv_path_EGREP"; then
042acc47 4196 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
f030cae8 4197 fi
b57f37fb
WP
4198else
4199 ac_cv_path_EGREP=$EGREP
4200fi
4201
b57f37fb
WP
4202 fi
4203fi
042acc47 4204{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
f030cae8 4205$as_echo "$ac_cv_path_EGREP" >&6; }
b57f37fb
WP
4206 EGREP="$ac_cv_path_EGREP"
4207
4208
042acc47 4209{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
f030cae8 4210$as_echo_n "checking for ANSI C header files... " >&6; }
042acc47 4211if test "${ac_cv_header_stdc+set}" = set; then :
f030cae8 4212 $as_echo_n "(cached) " >&6
b57f37fb 4213else
042acc47 4214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb 4215/* end confdefs.h. */
f030cae8
VY
4216#include <stdlib.h>
4217#include <stdarg.h>
4218#include <string.h>
4219#include <float.h>
b57f37fb 4220
b57f37fb
WP
4221int
4222main ()
4223{
f030cae8 4224
b57f37fb
WP
4225 ;
4226 return 0;
4227}
4228_ACEOF
042acc47 4229if ac_fn_c_try_compile "$LINENO"; then :
f030cae8 4230 ac_cv_header_stdc=yes
b57f37fb 4231else
042acc47 4232 ac_cv_header_stdc=no
b57f37fb 4233fi
f030cae8
VY
4234rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4235
4236if test $ac_cv_header_stdc = yes; then
4237 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
042acc47 4238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f030cae8
VY
4239/* end confdefs.h. */
4240#include <string.h>
4241
4242_ACEOF
4243if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
042acc47
WP
4244 $EGREP "memchr" >/dev/null 2>&1; then :
4245
b57f37fb 4246else
f030cae8 4247 ac_cv_header_stdc=no
b57f37fb 4248fi
f030cae8 4249rm -f conftest*
b57f37fb
WP
4250
4251fi
4252
f030cae8
VY
4253if test $ac_cv_header_stdc = yes; then
4254 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
042acc47 4255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb 4256/* end confdefs.h. */
f030cae8 4257#include <stdlib.h>
b57f37fb
WP
4258
4259_ACEOF
f030cae8 4260if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
042acc47
WP
4261 $EGREP "free" >/dev/null 2>&1; then :
4262
b57f37fb 4263else
f030cae8 4264 ac_cv_header_stdc=no
b57f37fb 4265fi
f030cae8 4266rm -f conftest*
b57f37fb
WP
4267
4268fi
b57f37fb 4269
f030cae8
VY
4270if test $ac_cv_header_stdc = yes; then
4271 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
042acc47 4272 if test "$cross_compiling" = yes; then :
f030cae8 4273 :
b57f37fb 4274else
042acc47 4275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb 4276/* end confdefs.h. */
f030cae8
VY
4277#include <ctype.h>
4278#include <stdlib.h>
4279#if ((' ' & 0x0FF) == 0x020)
4280# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4281# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4282#else
4283# define ISLOWER(c) \
4284 (('a' <= (c) && (c) <= 'i') \
4285 || ('j' <= (c) && (c) <= 'r') \
4286 || ('s' <= (c) && (c) <= 'z'))
4287# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
b57f37fb
WP
4288#endif
4289
f030cae8
VY
4290#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4291int
4292main ()
4293{
4294 int i;
4295 for (i = 0; i < 256; i++)
4296 if (XOR (islower (i), ISLOWER (i))
4297 || toupper (i) != TOUPPER (i))
4298 return 2;
b57f37fb
WP
4299 return 0;
4300}
4301_ACEOF
042acc47 4302if ac_fn_c_try_run "$LINENO"; then :
f030cae8 4303
042acc47
WP
4304else
4305 ac_cv_header_stdc=no
f030cae8 4306fi
042acc47
WP
4307rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4308 conftest.$ac_objext conftest.beam conftest.$ac_ext
f030cae8
VY
4309fi
4310
f030cae8
VY
4311fi
4312fi
042acc47 4313{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
f030cae8
VY
4314$as_echo "$ac_cv_header_stdc" >&6; }
4315if test $ac_cv_header_stdc = yes; then
4316
042acc47 4317$as_echo "#define STDC_HEADERS 1" >>confdefs.h
f030cae8
VY
4318
4319fi
4320
4321# On IRIX 5.3, sys/types and inttypes.h are conflicting.
042acc47
WP
4322for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4323 inttypes.h stdint.h unistd.h
4324do :
4325 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4326ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4327"
4328eval as_val=\$$as_ac_Header
4329 if test "x$as_val" = x""yes; then :
4330 cat >>confdefs.h <<_ACEOF
4331#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4332_ACEOF
f030cae8 4333
042acc47 4334fi
f030cae8 4335
042acc47 4336done
f030cae8
VY
4337
4338
4339
042acc47
WP
4340 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4341if test "x$ac_cv_header_minix_config_h" = x""yes; then :
4342 MINIX=yes
4343else
4344 MINIX=
4345fi
f030cae8
VY
4346
4347
042acc47 4348 if test "$MINIX" = yes; then
f030cae8 4349
042acc47 4350$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
f030cae8 4351
b57f37fb 4352
042acc47 4353$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
b57f37fb 4354
b57f37fb 4355
042acc47 4356$as_echo "#define _MINIX 1" >>confdefs.h
f030cae8 4357
042acc47 4358 fi
f030cae8
VY
4359
4360
042acc47 4361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
f030cae8 4362$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
042acc47 4363if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
f030cae8 4364 $as_echo_n "(cached) " >&6
b57f37fb 4365else
042acc47 4366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f030cae8 4367/* end confdefs.h. */
b57f37fb 4368
f030cae8
VY
4369# define __EXTENSIONS__ 1
4370 $ac_includes_default
4371int
4372main ()
4373{
4374
4375 ;
4376 return 0;
4377}
4378_ACEOF
042acc47 4379if ac_fn_c_try_compile "$LINENO"; then :
f030cae8 4380 ac_cv_safe_to_define___extensions__=yes
b57f37fb 4381else
042acc47 4382 ac_cv_safe_to_define___extensions__=no
b57f37fb 4383fi
f030cae8
VY
4384rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4385fi
042acc47 4386{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
f030cae8
VY
4387$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4388 test $ac_cv_safe_to_define___extensions__ = yes &&
042acc47 4389 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
b57f37fb 4390
042acc47 4391 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
f030cae8 4392
042acc47 4393 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
f030cae8 4394
042acc47
WP
4395 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4396
4397 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
f030cae8 4398
f030cae8
VY
4399
4400
4401
042acc47 4402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
f030cae8 4403$as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
042acc47 4404if test "${ac_cv_prog_cc_c99+set}" = set; then :
f030cae8 4405 $as_echo_n "(cached) " >&6
b57f37fb 4406else
f030cae8
VY
4407 ac_cv_prog_cc_c99=no
4408ac_save_CC=$CC
042acc47 4409cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f030cae8
VY
4410/* end confdefs.h. */
4411#include <stdarg.h>
4412#include <stdbool.h>
4413#include <stdlib.h>
4414#include <wchar.h>
4415#include <stdio.h>
b57f37fb 4416
f030cae8
VY
4417// Check varargs macros. These examples are taken from C99 6.10.3.5.
4418#define debug(...) fprintf (stderr, __VA_ARGS__)
4419#define showlist(...) puts (#__VA_ARGS__)
4420#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
4421static void
4422test_varargs_macros (void)
4423{
4424 int x = 1234;
4425 int y = 5678;
4426 debug ("Flag");
4427 debug ("X = %d\n", x);
4428 showlist (The first, second, and third items.);
4429 report (x>y, "x is %d but y is %d", x, y);
4430}
b57f37fb 4431
f030cae8
VY
4432// Check long long types.
4433#define BIG64 18446744073709551615ull
4434#define BIG32 4294967295ul
4435#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
4436#if !BIG_OK
4437 your preprocessor is broken;
4438#endif
4439#if BIG_OK
4440#else
4441 your preprocessor is broken;
4442#endif
4443static long long int bignum = -9223372036854775807LL;
4444static unsigned long long int ubignum = BIG64;
b57f37fb 4445
f030cae8
VY
4446struct incomplete_array
4447{
4448 int datasize;
4449 double data[];
4450};
b57f37fb 4451
f030cae8
VY
4452struct named_init {
4453 int number;
4454 const wchar_t *name;
4455 double average;
4456};
b57f37fb 4457
f030cae8 4458typedef const char *ccp;
b57f37fb 4459
f030cae8
VY
4460static inline int
4461test_restrict (ccp restrict text)
4462{
4463 // See if C++-style comments work.
4464 // Iterate through items via the restricted pointer.
4465 // Also check for declarations in for loops.
4466 for (unsigned int i = 0; *(text+i) != '\0'; ++i)
4467 continue;
4468 return 0;
4469}
b57f37fb 4470
f030cae8
VY
4471// Check varargs and va_copy.
4472static void
4473test_varargs (const char *format, ...)
4474{
4475 va_list args;
4476 va_start (args, format);
4477 va_list args_copy;
4478 va_copy (args_copy, args);
b57f37fb 4479
f030cae8
VY
4480 const char *str;
4481 int number;
4482 float fnumber;
b57f37fb 4483
f030cae8
VY
4484 while (*format)
4485 {
4486 switch (*format++)
4487 {
4488 case 's': // string
4489 str = va_arg (args_copy, const char *);
4490 break;
4491 case 'd': // int
4492 number = va_arg (args_copy, int);
4493 break;
4494 case 'f': // float
4495 fnumber = va_arg (args_copy, double);
4496 break;
4497 default:
4498 break;
4499 }
4500 }
4501 va_end (args_copy);
4502 va_end (args);
4503}
b57f37fb 4504
f030cae8
VY
4505int
4506main ()
4507{
b57f37fb 4508
f030cae8
VY
4509 // Check bool.
4510 _Bool success = false;
b57f37fb 4511
f030cae8
VY
4512 // Check restrict.
4513 if (test_restrict ("String literal") == 0)
4514 success = true;
4515 char *restrict newvar = "Another string";
b57f37fb 4516
f030cae8
VY
4517 // Check varargs.
4518 test_varargs ("s, d' f .", "string", 65, 34.234);
4519 test_varargs_macros ();
b57f37fb 4520
f030cae8
VY
4521 // Check flexible array members.
4522 struct incomplete_array *ia =
4523 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
4524 ia->datasize = 10;
4525 for (int i = 0; i < ia->datasize; ++i)
4526 ia->data[i] = i * 1.234;
b57f37fb 4527
f030cae8
VY
4528 // Check named initializers.
4529 struct named_init ni = {
4530 .number = 34,
4531 .name = L"Test wide string",
4532 .average = 543.34343,
4533 };
b57f37fb 4534
f030cae8 4535 ni.number = 58;
b57f37fb 4536
f030cae8
VY
4537 int dynamic_array[ni.number];
4538 dynamic_array[ni.number - 1] = 543;
4539
4540 // work around unused variable warnings
4541 return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
4542 || dynamic_array[ni.number - 1] != 543);
4543
4544 ;
4545 return 0;
4546}
4547_ACEOF
4548for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
4549do
4550 CC="$ac_save_CC $ac_arg"
042acc47 4551 if ac_fn_c_try_compile "$LINENO"; then :
f030cae8 4552 ac_cv_prog_cc_c99=$ac_arg
b57f37fb 4553fi
f030cae8
VY
4554rm -f core conftest.err conftest.$ac_objext
4555 test "x$ac_cv_prog_cc_c99" != "xno" && break
4556done
4557rm -f conftest.$ac_ext
4558CC=$ac_save_CC
4559
b57f37fb 4560fi
f030cae8
VY
4561# AC_CACHE_VAL
4562case "x$ac_cv_prog_cc_c99" in
4563 x)
042acc47 4564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
f030cae8
VY
4565$as_echo "none needed" >&6; } ;;
4566 xno)
042acc47 4567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
f030cae8
VY
4568$as_echo "unsupported" >&6; } ;;
4569 *)
4570 CC="$CC $ac_cv_prog_cc_c99"
042acc47 4571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
f030cae8 4572$as_echo "$ac_cv_prog_cc_c99" >&6; } ;;
b57f37fb 4573esac
042acc47 4574if test "x$ac_cv_prog_cc_c99" != xno; then :
b57f37fb 4575
f030cae8
VY
4576fi
4577
4578
f030cae8 4579
042acc47
WP
4580if test x"$ac_cv_prog_cc_c99" = "xno"; then
4581 as_fn_error "ircd-ratbox requires a C99 capable compiler" "$LINENO" 5
f030cae8 4582fi
b57f37fb 4583
b57f37fb
WP
4584
4585
042acc47 4586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
f030cae8 4587$as_echo_n "checking for egrep... " >&6; }
042acc47 4588if test "${ac_cv_path_EGREP+set}" = set; then :
f030cae8 4589 $as_echo_n "(cached) " >&6
b57f37fb 4590else
f030cae8
VY
4591 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4592 then ac_cv_path_EGREP="$GREP -E"
4593 else
4594 if test -z "$EGREP"; then
4595 ac_path_EGREP_found=false
4596 # Loop through the user's path and test for each of PROGNAME-LIST
4597 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4598for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4599do
4600 IFS=$as_save_IFS
4601 test -z "$as_dir" && as_dir=.
042acc47 4602 for ac_prog in egrep; do
f030cae8
VY
4603 for ac_exec_ext in '' $ac_executable_extensions; do
4604 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4605 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4606# Check for GNU ac_path_EGREP and select it if it is found.
4607 # Check for GNU $ac_path_EGREP
4608case `"$ac_path_EGREP" --version 2>&1` in
4609*GNU*)
4610 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4611*)
4612 ac_count=0
4613 $as_echo_n 0123456789 >"conftest.in"
4614 while :
4615 do
4616 cat "conftest.in" "conftest.in" >"conftest.tmp"
4617 mv "conftest.tmp" "conftest.in"
4618 cp "conftest.in" "conftest.nl"
4619 $as_echo 'EGREP' >> "conftest.nl"
4620 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4621 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
042acc47 4622 as_fn_arith $ac_count + 1 && ac_count=$as_val
f030cae8
VY
4623 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4624 # Best one so far, save it but keep looking for a better one
4625 ac_cv_path_EGREP="$ac_path_EGREP"
4626 ac_path_EGREP_max=$ac_count
4627 fi
4628 # 10*(2^10) chars as input seems more than enough
4629 test $ac_count -gt 10 && break
4630 done
4631 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4632esac
b57f37fb 4633
f030cae8
VY
4634 $ac_path_EGREP_found && break 3
4635 done
4636 done
042acc47 4637 done
f030cae8
VY
4638IFS=$as_save_IFS
4639 if test -z "$ac_cv_path_EGREP"; then
042acc47 4640 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
f030cae8 4641 fi
b57f37fb 4642else
f030cae8 4643 ac_cv_path_EGREP=$EGREP
b57f37fb 4644fi
f030cae8
VY
4645
4646 fi
4647fi
042acc47 4648{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
f030cae8
VY
4649$as_echo "$ac_cv_path_EGREP" >&6; }
4650 EGREP="$ac_cv_path_EGREP"
4651
4652
042acc47 4653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
f030cae8 4654$as_echo_n "checking for a sed that does not truncate output... " >&6; }
042acc47 4655if test "${ac_cv_path_SED+set}" = set; then :
f030cae8
VY
4656 $as_echo_n "(cached) " >&6
4657else
4658 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4659 for ac_i in 1 2 3 4 5 6 7; do
4660 ac_script="$ac_script$as_nl$ac_script"
4661 done
4662 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
042acc47 4663 { ac_script=; unset ac_script;}
f030cae8
VY
4664 if test -z "$SED"; then
4665 ac_path_SED_found=false
4666 # Loop through the user's path and test for each of PROGNAME-LIST
4667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4668for as_dir in $PATH
4669do
4670 IFS=$as_save_IFS
4671 test -z "$as_dir" && as_dir=.
042acc47 4672 for ac_prog in sed gsed; do
f030cae8
VY
4673 for ac_exec_ext in '' $ac_executable_extensions; do
4674 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4675 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4676# Check for GNU ac_path_SED and select it if it is found.
4677 # Check for GNU $ac_path_SED
4678case `"$ac_path_SED" --version 2>&1` in
4679*GNU*)
4680 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4681*)
4682 ac_count=0
4683 $as_echo_n 0123456789 >"conftest.in"
4684 while :
4685 do
4686 cat "conftest.in" "conftest.in" >"conftest.tmp"
4687 mv "conftest.tmp" "conftest.in"
4688 cp "conftest.in" "conftest.nl"
4689 $as_echo '' >> "conftest.nl"
4690 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4691 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
042acc47 4692 as_fn_arith $ac_count + 1 && ac_count=$as_val
f030cae8
VY
4693 if test $ac_count -gt ${ac_path_SED_max-0}; then
4694 # Best one so far, save it but keep looking for a better one
4695 ac_cv_path_SED="$ac_path_SED"
4696 ac_path_SED_max=$ac_count
b57f37fb 4697 fi
f030cae8
VY
4698 # 10*(2^10) chars as input seems more than enough
4699 test $ac_count -gt 10 && break
b57f37fb 4700 done
f030cae8
VY
4701 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4702esac
4703
4704 $ac_path_SED_found && break 3
4705 done
4706 done
042acc47 4707 done
f030cae8
VY
4708IFS=$as_save_IFS
4709 if test -z "$ac_cv_path_SED"; then
042acc47 4710 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
f030cae8 4711 fi
b57f37fb 4712else
f030cae8 4713 ac_cv_path_SED=$SED
b57f37fb 4714fi
f030cae8 4715
b57f37fb 4716fi
042acc47 4717{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
f030cae8
VY
4718$as_echo "$ac_cv_path_SED" >&6; }
4719 SED="$ac_cv_path_SED"
4720 rm -f conftest.sed
b57f37fb 4721
f030cae8
VY
4722
4723F77=no
4724CXX=no
4725GCJ=no
4726
4727# Check whether --enable-static was given.
042acc47 4728if test "${enable_static+set}" = set; then :
f030cae8
VY
4729 enableval=$enable_static; p=${PACKAGE-default}
4730 case $enableval in
4731 yes) enable_static=yes ;;
4732 no) enable_static=no ;;
4733 *)
4734 enable_static=no
4735 # Look at the argument we got. We use all the common list separators.
4736 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4737 for pkg in $enableval; do
4738 IFS="$lt_save_ifs"
4739 if test "X$pkg" = "X$p"; then
4740 enable_static=yes
4741 fi
4742 done
4743 IFS="$lt_save_ifs"
4744 ;;
4745 esac
b57f37fb 4746else
f030cae8 4747 enable_static=no
b57f37fb 4748fi
f030cae8
VY
4749
4750
4751
042acc47
WP
4752
4753
4754
4755
4756
4757
f030cae8 4758# Check whether --enable-shared was given.
042acc47 4759if test "${enable_shared+set}" = set; then :
f030cae8
VY
4760 enableval=$enable_shared; p=${PACKAGE-default}
4761 case $enableval in
4762 yes) enable_shared=yes ;;
4763 no) enable_shared=no ;;
4764 *)
4765 enable_shared=no
4766 # Look at the argument we got. We use all the common list separators.
4767 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4768 for pkg in $enableval; do
4769 IFS="$lt_save_ifs"
4770 if test "X$pkg" = "X$p"; then
4771 enable_shared=yes
4772 fi
4773 done
4774 IFS="$lt_save_ifs"
4775 ;;
4776 esac
b57f37fb 4777else
f030cae8 4778 enable_shared=yes
b57f37fb 4779fi
b57f37fb
WP
4780
4781
042acc47
WP
4782
4783
4784
4785
4786
4787
4788
4789
4790{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
f030cae8
VY
4791$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
4792 # Check whether --enable-maintainer-mode was given.
042acc47 4793if test "${enable_maintainer_mode+set}" = set; then :
f030cae8 4794 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
b57f37fb 4795else
f030cae8 4796 USE_MAINTAINER_MODE=no
b57f37fb 4797fi
f030cae8 4798
042acc47 4799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
f030cae8
VY
4800$as_echo "$USE_MAINTAINER_MODE" >&6; }
4801 if test $USE_MAINTAINER_MODE = yes; then
4802 MAINTAINER_MODE_TRUE=
4803 MAINTAINER_MODE_FALSE='#'
4804else
4805 MAINTAINER_MODE_TRUE='#'
4806 MAINTAINER_MODE_FALSE=
4807fi
4808
4809 MAINT=$MAINTAINER_MODE_TRUE
4810
4811
4812
042acc47 4813{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
f030cae8 4814$as_echo_n "checking for library containing strerror... " >&6; }
042acc47 4815if test "${ac_cv_search_strerror+set}" = set; then :
f030cae8
VY
4816 $as_echo_n "(cached) " >&6
4817else
4818 ac_func_search_save_LIBS=$LIBS
042acc47 4819cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f030cae8
VY
4820/* end confdefs.h. */
4821
4822/* Override any GCC internal prototype to avoid an error.
4823 Use char because int might match the return type of a GCC
4824 builtin and then its argument prototype would still apply. */
4825#ifdef __cplusplus
4826extern "C"
4827#endif
4828char strerror ();
4829int
4830main ()
4831{
4832return strerror ();
4833 ;
4834 return 0;
4835}
4836_ACEOF
4837for ac_lib in '' cposix; do
4838 if test -z "$ac_lib"; then
4839 ac_res="none required"
4840 else
4841 ac_res=-l$ac_lib
4842 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
4843 fi
042acc47 4844 if ac_fn_c_try_link "$LINENO"; then :
f030cae8 4845 ac_cv_search_strerror=$ac_res
f030cae8 4846fi
042acc47
WP
4847rm -f core conftest.err conftest.$ac_objext \
4848 conftest$ac_exeext
4849 if test "${ac_cv_search_strerror+set}" = set; then :
f030cae8
VY
4850 break
4851fi
4852done
042acc47
WP
4853if test "${ac_cv_search_strerror+set}" = set; then :
4854
f030cae8
VY
4855else
4856 ac_cv_search_strerror=no
4857fi
4858rm conftest.$ac_ext
4859LIBS=$ac_func_search_save_LIBS
4860fi
042acc47 4861{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
f030cae8
VY
4862$as_echo "$ac_cv_search_strerror" >&6; }
4863ac_res=$ac_cv_search_strerror
042acc47 4864if test "$ac_res" != no; then :
f030cae8
VY
4865 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
4866
4867fi
4868
042acc47 4869{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
f030cae8 4870$as_echo_n "checking for inline... " >&6; }
042acc47 4871if test "${ac_cv_c_inline+set}" = set; then :
f030cae8
VY
4872 $as_echo_n "(cached) " >&6
4873else
4874 ac_cv_c_inline=no
4875for ac_kw in inline __inline__ __inline; do
042acc47 4876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f030cae8
VY
4877/* end confdefs.h. */
4878#ifndef __cplusplus
4879typedef int foo_t;
4880static $ac_kw foo_t static_foo () {return 0; }
4881$ac_kw foo_t foo () {return 0; }
4882#endif
4883
4884_ACEOF
042acc47 4885if ac_fn_c_try_compile "$LINENO"; then :
f030cae8 4886 ac_cv_c_inline=$ac_kw
f030cae8 4887fi
f030cae8
VY
4888rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4889 test "$ac_cv_c_inline" != no && break
4890done
4891
4892fi
042acc47 4893{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
f030cae8
VY
4894$as_echo "$ac_cv_c_inline" >&6; }
4895
f030cae8
VY
4896case $ac_cv_c_inline in
4897 inline | yes) ;;
4898 *)
4899 case $ac_cv_c_inline in
4900 no) ac_val=;;
4901 *) ac_val=$ac_cv_c_inline;;
4902 esac
4903 cat >>confdefs.h <<_ACEOF
4904#ifndef __cplusplus
4905#define inline $ac_val
4906#endif
4907_ACEOF
b57f37fb
WP
4908 ;;
4909esac
4910
042acc47 4911{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
f030cae8 4912$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
042acc47 4913if test "${ac_cv_c_const+set}" = set; then :
f030cae8 4914 $as_echo_n "(cached) " >&6
b57f37fb 4915else
042acc47 4916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f030cae8
VY
4917/* end confdefs.h. */
4918
4919int
4920main ()
4921{
4922/* FIXME: Include the comments suggested by Paul. */
4923#ifndef __cplusplus
4924 /* Ultrix mips cc rejects this. */
4925 typedef int charset[2];
4926 const charset cs;
4927 /* SunOS 4.1.1 cc rejects this. */
4928 char const *const *pcpcc;
4929 char **ppc;
4930 /* NEC SVR4.0.2 mips cc rejects this. */
4931 struct point {int x, y;};
4932 static struct point const zero = {0,0};
4933 /* AIX XL C 1.02.0.0 rejects this.
4934 It does not let you subtract one const X* pointer from another in
4935 an arm of an if-expression whose if-part is not a constant
4936 expression */
4937 const char *g = "string";
4938 pcpcc = &g + (g ? g-g : 0);
4939 /* HPUX 7.0 cc rejects these. */
4940 ++pcpcc;
4941 ppc = (char**) pcpcc;
4942 pcpcc = (char const *const *) ppc;
4943 { /* SCO 3.2v4 cc rejects this. */
4944 char *t;
4945 char const *s = 0 ? (char *) 0 : (char const *) 0;
4946
4947 *t++ = 0;
4948 if (s) return 0;
4949 }
4950 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
4951 int x[] = {25, 17};
4952 const int *foo = &x[0];
4953 ++foo;
4954 }
4955 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
4956 typedef const int *iptr;
4957 iptr p = 0;
4958 ++p;
4959 }
4960 { /* AIX XL C 1.02.0.0 rejects this saying
4961 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
4962 struct s { int j; const int *ap[3]; };
4963 struct s *b; b->j = 5;
4964 }
4965 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
4966 const int foo = 10;
4967 if (!foo) return 0;
4968 }
4969 return !cs[0] && !zero.x;
4970#endif
4971
4972 ;
4973 return 0;
4974}
4975_ACEOF
042acc47 4976if ac_fn_c_try_compile "$LINENO"; then :
f030cae8 4977 ac_cv_c_const=yes
b57f37fb 4978else
042acc47 4979 ac_cv_c_const=no
f030cae8 4980fi
f030cae8
VY
4981rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4982fi
042acc47 4983{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
f030cae8
VY
4984$as_echo "$ac_cv_c_const" >&6; }
4985if test $ac_cv_c_const = no; then
4986
042acc47 4987$as_echo "#define const /**/" >>confdefs.h
f030cae8
VY
4988
4989fi
4990
042acc47 4991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
f030cae8
VY
4992$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4993set x ${MAKE-make}
4994ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
042acc47 4995if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
f030cae8
VY
4996 $as_echo_n "(cached) " >&6
4997else
4998 cat >conftest.make <<\_ACEOF
4999SHELL = /bin/sh
5000all:
5001 @echo '@@@%%%=$(MAKE)=@@@%%%'
5002_ACEOF
5003# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5004case `${MAKE-make} -f conftest.make 2>/dev/null` in
5005 *@@@%%%=?*=@@@%%%*)
5006 eval ac_cv_prog_make_${ac_make}_set=yes;;
5007 *)
5008 eval ac_cv_prog_make_${ac_make}_set=no;;
5009esac
5010rm -f conftest.make
5011fi
5012if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
042acc47 5013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
f030cae8
VY
5014$as_echo "yes" >&6; }
5015 SET_MAKE=
5016else
042acc47 5017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8
VY
5018$as_echo "no" >&6; }
5019 SET_MAKE="MAKE=${MAKE-make}"
5020fi
5021
b57f37fb 5022
f030cae8
VY
5023# Extract the first word of "automake", so it can be a program name with args.
5024set dummy automake; ac_word=$2
042acc47 5025{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 5026$as_echo_n "checking for $ac_word... " >&6; }
042acc47 5027if test "${ac_cv_path_AUTOMAKE+set}" = set; then :
f030cae8
VY
5028 $as_echo_n "(cached) " >&6
5029else
5030 case $AUTOMAKE in
5031 [\\/]* | ?:[\\/]*)
5032 ac_cv_path_AUTOMAKE="$AUTOMAKE" # Let the user override the test with a path.
b57f37fb 5033 ;;
f030cae8
VY
5034 *)
5035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5036for as_dir in $PATH
5037do
5038 IFS=$as_save_IFS
5039 test -z "$as_dir" && as_dir=.
042acc47 5040 for ac_exec_ext in '' $ac_executable_extensions; do
f030cae8
VY
5041 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5042 ac_cv_path_AUTOMAKE="$as_dir/$ac_word$ac_exec_ext"
042acc47 5043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
f030cae8
VY
5044 break 2
5045 fi
5046done
042acc47 5047 done
f030cae8 5048IFS=$as_save_IFS
b57f37fb 5049
b57f37fb 5050 ;;
f030cae8
VY
5051esac
5052fi
5053AUTOMAKE=$ac_cv_path_AUTOMAKE
5054if test -n "$AUTOMAKE"; then
042acc47 5055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOMAKE" >&5
f030cae8
VY
5056$as_echo "$AUTOMAKE" >&6; }
5057else
042acc47 5058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8
VY
5059$as_echo "no" >&6; }
5060fi
b57f37fb 5061
b57f37fb 5062
f030cae8
VY
5063# Extract the first word of "aclocal", so it can be a program name with args.
5064set dummy aclocal; ac_word=$2
042acc47 5065{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 5066$as_echo_n "checking for $ac_word... " >&6; }
042acc47 5067if test "${ac_cv_path_ACLOCAL+set}" = set; then :
f030cae8
VY
5068 $as_echo_n "(cached) " >&6
5069else
5070 case $ACLOCAL in
5071 [\\/]* | ?:[\\/]*)
5072 ac_cv_path_ACLOCAL="$ACLOCAL" # Let the user override the test with a path.
b57f37fb 5073 ;;
b57f37fb 5074 *)
f030cae8
VY
5075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5076for as_dir in $PATH
5077do
5078 IFS=$as_save_IFS
5079 test -z "$as_dir" && as_dir=.
042acc47 5080 for ac_exec_ext in '' $ac_executable_extensions; do
f030cae8
VY
5081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5082 ac_cv_path_ACLOCAL="$as_dir/$ac_word$ac_exec_ext"
042acc47 5083 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
f030cae8
VY
5084 break 2
5085 fi
5086done
042acc47 5087 done
f030cae8 5088IFS=$as_save_IFS
b57f37fb 5089
b57f37fb 5090 ;;
f030cae8
VY
5091esac
5092fi
5093ACLOCAL=$ac_cv_path_ACLOCAL
5094if test -n "$ACLOCAL"; then
042acc47 5095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ACLOCAL" >&5
f030cae8
VY
5096$as_echo "$ACLOCAL" >&6; }
5097else
042acc47 5098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8
VY
5099$as_echo "no" >&6; }
5100fi
b57f37fb 5101
b57f37fb 5102
f030cae8
VY
5103# Extract the first word of "autoheader", so it can be a program name with args.
5104set dummy autoheader; ac_word=$2
042acc47 5105{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 5106$as_echo_n "checking for $ac_word... " >&6; }
042acc47 5107if test "${ac_cv_path_AUTOHEADER+set}" = set; then :
f030cae8
VY
5108 $as_echo_n "(cached) " >&6
5109else
5110 case $AUTOHEADER in
5111 [\\/]* | ?:[\\/]*)
5112 ac_cv_path_AUTOHEADER="$AUTOHEADER" # Let the user override the test with a path.
b57f37fb 5113 ;;
f030cae8
VY
5114 *)
5115 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5116for as_dir in $PATH
5117do
5118 IFS=$as_save_IFS
5119 test -z "$as_dir" && as_dir=.
042acc47 5120 for ac_exec_ext in '' $ac_executable_extensions; do
f030cae8
VY
5121 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5122 ac_cv_path_AUTOHEADER="$as_dir/$ac_word$ac_exec_ext"
042acc47 5123 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
f030cae8 5124 break 2
b57f37fb 5125 fi
f030cae8 5126done
042acc47 5127 done
f030cae8
VY
5128IFS=$as_save_IFS
5129
b57f37fb 5130 ;;
f030cae8
VY
5131esac
5132fi
5133AUTOHEADER=$ac_cv_path_AUTOHEADER
5134if test -n "$AUTOHEADER"; then
042acc47 5135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOHEADER" >&5
f030cae8
VY
5136$as_echo "$AUTOHEADER" >&6; }
5137else
042acc47 5138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8
VY
5139$as_echo "no" >&6; }
5140fi
b57f37fb 5141
f030cae8
VY
5142
5143# Extract the first word of "as", so it can be a program name with args.
5144set dummy as; ac_word=$2
042acc47 5145{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 5146$as_echo_n "checking for $ac_word... " >&6; }
042acc47 5147if test "${ac_cv_path_AS+set}" = set; then :
f030cae8
VY
5148 $as_echo_n "(cached) " >&6
5149else
5150 case $AS in
5151 [\\/]* | ?:[\\/]*)
5152 ac_cv_path_AS="$AS" # Let the user override the test with a path.
b57f37fb 5153 ;;
f030cae8
VY
5154 *)
5155 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5156for as_dir in $PATH
5157do
5158 IFS=$as_save_IFS
5159 test -z "$as_dir" && as_dir=.
042acc47 5160 for ac_exec_ext in '' $ac_executable_extensions; do
f030cae8
VY
5161 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5162 ac_cv_path_AS="$as_dir/$ac_word$ac_exec_ext"
042acc47 5163 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
f030cae8
VY
5164 break 2
5165 fi
5166done
042acc47 5167 done
f030cae8 5168IFS=$as_save_IFS
b57f37fb 5169
b57f37fb 5170 ;;
f030cae8
VY
5171esac
5172fi
5173AS=$ac_cv_path_AS
5174if test -n "$AS"; then
042acc47 5175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
f030cae8
VY
5176$as_echo "$AS" >&6; }
5177else
042acc47 5178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8
VY
5179$as_echo "no" >&6; }
5180fi
b57f37fb 5181
b57f37fb 5182
f030cae8
VY
5183# Extract the first word of "rm", so it can be a program name with args.
5184set dummy rm; ac_word=$2
042acc47 5185{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 5186$as_echo_n "checking for $ac_word... " >&6; }
042acc47 5187if test "${ac_cv_path_RM+set}" = set; then :
f030cae8
VY
5188 $as_echo_n "(cached) " >&6
5189else
5190 case $RM in
5191 [\\/]* | ?:[\\/]*)
5192 ac_cv_path_RM="$RM" # Let the user override the test with a path.
b57f37fb 5193 ;;
f030cae8
VY
5194 *)
5195 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5196for as_dir in $PATH
5197do
5198 IFS=$as_save_IFS
5199 test -z "$as_dir" && as_dir=.
042acc47 5200 for ac_exec_ext in '' $ac_executable_extensions; do
f030cae8
VY
5201 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5202 ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
042acc47 5203 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
f030cae8
VY
5204 break 2
5205 fi
5206done
042acc47 5207 done
f030cae8 5208IFS=$as_save_IFS
b57f37fb 5209
b57f37fb 5210 ;;
f030cae8
VY
5211esac
5212fi
5213RM=$ac_cv_path_RM
5214if test -n "$RM"; then
042acc47 5215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RM" >&5
f030cae8
VY
5216$as_echo "$RM" >&6; }
5217else
042acc47 5218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8
VY
5219$as_echo "no" >&6; }
5220fi
b57f37fb 5221
b57f37fb 5222
f030cae8
VY
5223# Extract the first word of "cp", so it can be a program name with args.
5224set dummy cp; ac_word=$2
042acc47 5225{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 5226$as_echo_n "checking for $ac_word... " >&6; }
042acc47 5227if test "${ac_cv_path_CP+set}" = set; then :
f030cae8
VY
5228 $as_echo_n "(cached) " >&6
5229else
5230 case $CP in
5231 [\\/]* | ?:[\\/]*)
5232 ac_cv_path_CP="$CP" # Let the user override the test with a path.
b57f37fb 5233 ;;
f030cae8
VY
5234 *)
5235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5236for as_dir in $PATH
5237do
5238 IFS=$as_save_IFS
5239 test -z "$as_dir" && as_dir=.
042acc47 5240 for ac_exec_ext in '' $ac_executable_extensions; do
f030cae8
VY
5241 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5242 ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
042acc47 5243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
f030cae8
VY
5244 break 2
5245 fi
5246done
042acc47 5247 done
f030cae8 5248IFS=$as_save_IFS
b57f37fb 5249
b57f37fb
WP
5250 ;;
5251esac
b57f37fb 5252fi
f030cae8
VY
5253CP=$ac_cv_path_CP
5254if test -n "$CP"; then
042acc47 5255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CP" >&5
f030cae8
VY
5256$as_echo "$CP" >&6; }
5257else
042acc47 5258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8 5259$as_echo "no" >&6; }
b57f37fb
WP
5260fi
5261
b57f37fb 5262
f030cae8
VY
5263# Extract the first word of "mv", so it can be a program name with args.
5264set dummy mv; ac_word=$2
042acc47 5265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 5266$as_echo_n "checking for $ac_word... " >&6; }
042acc47 5267if test "${ac_cv_path_MV+set}" = set; then :
f030cae8
VY
5268 $as_echo_n "(cached) " >&6
5269else
5270 case $MV in
5271 [\\/]* | ?:[\\/]*)
5272 ac_cv_path_MV="$MV" # Let the user override the test with a path.
b57f37fb 5273 ;;
f030cae8
VY
5274 *)
5275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5276for as_dir in $PATH
5277do
5278 IFS=$as_save_IFS
5279 test -z "$as_dir" && as_dir=.
042acc47 5280 for ac_exec_ext in '' $ac_executable_extensions; do
f030cae8
VY
5281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5282 ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
042acc47 5283 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
f030cae8 5284 break 2
b57f37fb 5285 fi
f030cae8 5286done
042acc47 5287 done
f030cae8 5288IFS=$as_save_IFS
b57f37fb 5289
b57f37fb 5290 ;;
f030cae8
VY
5291esac
5292fi
5293MV=$ac_cv_path_MV
5294if test -n "$MV"; then
042acc47 5295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MV" >&5
f030cae8
VY
5296$as_echo "$MV" >&6; }
5297else
042acc47 5298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8
VY
5299$as_echo "no" >&6; }
5300fi
5301
5302
5303# Extract the first word of "ln", so it can be a program name with args.
5304set dummy ln; ac_word=$2
042acc47 5305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 5306$as_echo_n "checking for $ac_word... " >&6; }
042acc47 5307if test "${ac_cv_path_LN+set}" = set; then :
f030cae8
VY
5308 $as_echo_n "(cached) " >&6
5309else
5310 case $LN in
5311 [\\/]* | ?:[\\/]*)
5312 ac_cv_path_LN="$LN" # Let the user override the test with a path.
5313 ;;
5314 *)
5315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5316for as_dir in $PATH
5317do
5318 IFS=$as_save_IFS
5319 test -z "$as_dir" && as_dir=.
042acc47 5320 for ac_exec_ext in '' $ac_executable_extensions; do
f030cae8
VY
5321 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5322 ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
042acc47 5323 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
f030cae8
VY
5324 break 2
5325 fi
5326done
042acc47 5327 done
f030cae8 5328IFS=$as_save_IFS
b57f37fb 5329
f030cae8
VY
5330 ;;
5331esac
5332fi
5333LN=$ac_cv_path_LN
5334if test -n "$LN"; then
042acc47 5335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LN" >&5
f030cae8 5336$as_echo "$LN" >&6; }
b57f37fb 5337else
042acc47 5338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8
VY
5339$as_echo "no" >&6; }
5340fi
b57f37fb 5341
b57f37fb 5342
f030cae8
VY
5343# Extract the first word of "touch", so it can be a program name with args.
5344set dummy touch; ac_word=$2
042acc47 5345{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 5346$as_echo_n "checking for $ac_word... " >&6; }
042acc47 5347if test "${ac_cv_path_TOUCH+set}" = set; then :
f030cae8
VY
5348 $as_echo_n "(cached) " >&6
5349else
5350 case $TOUCH in
5351 [\\/]* | ?:[\\/]*)
5352 ac_cv_path_TOUCH="$TOUCH" # Let the user override the test with a path.
5353 ;;
5354 *)
5355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5356for as_dir in $PATH
5357do
5358 IFS=$as_save_IFS
5359 test -z "$as_dir" && as_dir=.
042acc47 5360 for ac_exec_ext in '' $ac_executable_extensions; do
f030cae8
VY
5361 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5362 ac_cv_path_TOUCH="$as_dir/$ac_word$ac_exec_ext"
042acc47 5363 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
f030cae8
VY
5364 break 2
5365 fi
5366done
042acc47 5367 done
f030cae8 5368IFS=$as_save_IFS
b57f37fb 5369
f030cae8 5370 ;;
b57f37fb 5371esac
f030cae8
VY
5372fi
5373TOUCH=$ac_cv_path_TOUCH
5374if test -n "$TOUCH"; then
042acc47 5375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TOUCH" >&5
f030cae8 5376$as_echo "$TOUCH" >&6; }
b57f37fb 5377else
042acc47 5378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8 5379$as_echo "no" >&6; }
b57f37fb
WP
5380fi
5381
f030cae8
VY
5382
5383ac_ext=c
b57f37fb
WP
5384ac_cpp='$CPP $CPPFLAGS'
5385ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5386ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5387ac_compiler_gnu=$ac_cv_c_compiler_gnu
5388
f030cae8 5389
042acc47
WP
5390case `pwd` in
5391 *\ * | *\ *)
5392 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5393$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5394esac
5395
5396
5397
1800d973
WP
5398macro_version='2.2.6b'
5399macro_revision='1.3017'
042acc47
WP
5400
5401
5402
5403
5404
5405
5406
5407
5408
f030cae8
VY
5409
5410
042acc47
WP
5411
5412
5413ltmain="$ac_aux_dir/ltmain.sh"
5414
f030cae8
VY
5415# Make sure we can run config.sub.
5416$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
042acc47 5417 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
f030cae8 5418
042acc47 5419{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
f030cae8 5420$as_echo_n "checking build system type... " >&6; }
042acc47 5421if test "${ac_cv_build+set}" = set; then :
f030cae8
VY
5422 $as_echo_n "(cached) " >&6
5423else
5424 ac_build_alias=$build_alias
5425test "x$ac_build_alias" = x &&
5426 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
5427test "x$ac_build_alias" = x &&
042acc47 5428 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
f030cae8 5429ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
042acc47 5430 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
f030cae8
VY
5431
5432fi
042acc47 5433{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
f030cae8
VY
5434$as_echo "$ac_cv_build" >&6; }
5435case $ac_cv_build in
5436*-*-*) ;;
042acc47 5437*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
f030cae8
VY
5438esac
5439build=$ac_cv_build
5440ac_save_IFS=$IFS; IFS='-'
5441set x $ac_cv_build
5442shift
5443build_cpu=$1
5444build_vendor=$2
5445shift; shift
5446# Remember, the first character of IFS is used to create $*,
5447# except with old shells:
5448build_os=$*
5449IFS=$ac_save_IFS
5450case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5451
5452
042acc47 5453{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
f030cae8 5454$as_echo_n "checking host system type... " >&6; }
042acc47 5455if test "${ac_cv_host+set}" = set; then :
f030cae8
VY
5456 $as_echo_n "(cached) " >&6
5457else
5458 if test "x$host_alias" = x; then
5459 ac_cv_host=$ac_cv_build
5460else
5461 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
042acc47 5462 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
f030cae8
VY
5463fi
5464
5465fi
042acc47 5466{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
f030cae8
VY
5467$as_echo "$ac_cv_host" >&6; }
5468case $ac_cv_host in
5469*-*-*) ;;
042acc47 5470*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
f030cae8
VY
5471esac
5472host=$ac_cv_host
5473ac_save_IFS=$IFS; IFS='-'
5474set x $ac_cv_host
5475shift
5476host_cpu=$1
5477host_vendor=$2
5478shift; shift
5479# Remember, the first character of IFS is used to create $*,
5480# except with old shells:
5481host_os=$*
5482IFS=$ac_save_IFS
5483case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5484
5485
042acc47 5486{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
f030cae8 5487$as_echo_n "checking for a sed that does not truncate output... " >&6; }
042acc47 5488if test "${ac_cv_path_SED+set}" = set; then :
f030cae8
VY
5489 $as_echo_n "(cached) " >&6
5490else
042acc47
WP
5491 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5492 for ac_i in 1 2 3 4 5 6 7; do
5493 ac_script="$ac_script$as_nl$ac_script"
5494 done
5495 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5496 { ac_script=; unset ac_script;}
5497 if test -z "$SED"; then
5498 ac_path_SED_found=false
5499 # Loop through the user's path and test for each of PROGNAME-LIST
5500 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
f030cae8
VY
5501for as_dir in $PATH
5502do
5503 IFS=$as_save_IFS
5504 test -z "$as_dir" && as_dir=.
042acc47 5505 for ac_prog in sed gsed; do
f030cae8 5506 for ac_exec_ext in '' $ac_executable_extensions; do
042acc47
WP
5507 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5508 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5509# Check for GNU ac_path_SED and select it if it is found.
5510 # Check for GNU $ac_path_SED
5511case `"$ac_path_SED" --version 2>&1` in
5512*GNU*)
5513 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5514*)
5515 ac_count=0
5516 $as_echo_n 0123456789 >"conftest.in"
5517 while :
5518 do
5519 cat "conftest.in" "conftest.in" >"conftest.tmp"
5520 mv "conftest.tmp" "conftest.in"
5521 cp "conftest.in" "conftest.nl"
5522 $as_echo '' >> "conftest.nl"
5523 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5524 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5525 as_fn_arith $ac_count + 1 && ac_count=$as_val
5526 if test $ac_count -gt ${ac_path_SED_max-0}; then
5527 # Best one so far, save it but keep looking for a better one
5528 ac_cv_path_SED="$ac_path_SED"
5529 ac_path_SED_max=$ac_count
5530 fi
5531 # 10*(2^10) chars as input seems more than enough
5532 test $ac_count -gt 10 && break
5533 done
5534 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5535esac
5536
5537 $ac_path_SED_found && break 3
f030cae8
VY
5538 done
5539 done
042acc47 5540 done
f030cae8 5541IFS=$as_save_IFS
042acc47
WP
5542 if test -z "$ac_cv_path_SED"; then
5543 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
b57f37fb 5544 fi
042acc47
WP
5545else
5546 ac_cv_path_SED=$SED
5547fi
b57f37fb 5548
f030cae8 5549fi
042acc47
WP
5550{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5551$as_echo "$ac_cv_path_SED" >&6; }
5552 SED="$ac_cv_path_SED"
5553 rm -f conftest.sed
b57f37fb 5554
042acc47
WP
5555test -z "$SED" && SED=sed
5556Xsed="$SED -e 1s/^X//"
b57f37fb 5557
b57f37fb
WP
5558
5559
b57f37fb 5560
042acc47
WP
5561
5562
5563
5564
5565
5566
5567
5568{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5569$as_echo_n "checking for fgrep... " >&6; }
5570if test "${ac_cv_path_FGREP+set}" = set; then :
5571 $as_echo_n "(cached) " >&6
5572else
5573 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5574 then ac_cv_path_FGREP="$GREP -F"
5575 else
5576 if test -z "$FGREP"; then
5577 ac_path_FGREP_found=false
5578 # Loop through the user's path and test for each of PROGNAME-LIST
5579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5580for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5581do
5582 IFS=$as_save_IFS
5583 test -z "$as_dir" && as_dir=.
5584 for ac_prog in fgrep; do
5585 for ac_exec_ext in '' $ac_executable_extensions; do
5586 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5587 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5588# Check for GNU ac_path_FGREP and select it if it is found.
5589 # Check for GNU $ac_path_FGREP
5590case `"$ac_path_FGREP" --version 2>&1` in
5591*GNU*)
5592 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5593*)
5594 ac_count=0
5595 $as_echo_n 0123456789 >"conftest.in"
5596 while :
5597 do
5598 cat "conftest.in" "conftest.in" >"conftest.tmp"
5599 mv "conftest.tmp" "conftest.in"
5600 cp "conftest.in" "conftest.nl"
5601 $as_echo 'FGREP' >> "conftest.nl"
5602 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5603 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5604 as_fn_arith $ac_count + 1 && ac_count=$as_val
5605 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5606 # Best one so far, save it but keep looking for a better one
5607 ac_cv_path_FGREP="$ac_path_FGREP"
5608 ac_path_FGREP_max=$ac_count
5609 fi
5610 # 10*(2^10) chars as input seems more than enough
5611 test $ac_count -gt 10 && break
5612 done
5613 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5614esac
5615
5616 $ac_path_FGREP_found && break 3
5617 done
5618 done
5619 done
5620IFS=$as_save_IFS
5621 if test -z "$ac_cv_path_FGREP"; then
5622 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5623 fi
5624else
5625 ac_cv_path_FGREP=$FGREP
5626fi
5627
5628 fi
5629fi
5630{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5631$as_echo "$ac_cv_path_FGREP" >&6; }
5632 FGREP="$ac_cv_path_FGREP"
5633
5634
5635test -z "$GREP" && GREP=grep
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655# Check whether --with-gnu-ld was given.
5656if test "${with_gnu_ld+set}" = set; then :
5657 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5658else
5659 with_gnu_ld=no
5660fi
5661
5662ac_prog=ld
5663if test "$GCC" = yes; then
5664 # Check if gcc -print-prog-name=ld gives a path.
5665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5666$as_echo_n "checking for ld used by $CC... " >&6; }
5667 case $host in
5668 *-*-mingw*)
5669 # gcc leaves a trailing carriage return which upsets mingw
5670 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5671 *)
5672 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5673 esac
5674 case $ac_prog in
5675 # Accept absolute paths.
5676 [\\/]* | ?:[\\/]*)
5677 re_direlt='/[^/][^/]*/\.\./'
5678 # Canonicalize the pathname of ld
5679 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5680 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5681 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5682 done
5683 test -z "$LD" && LD="$ac_prog"
5684 ;;
5685 "")
5686 # If it fails, then pretend we aren't using GCC.
5687 ac_prog=ld
5688 ;;
5689 *)
5690 # If it is relative, then search for the first ld in PATH.
5691 with_gnu_ld=unknown
5692 ;;
5693 esac
5694elif test "$with_gnu_ld" = yes; then
5695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5696$as_echo_n "checking for GNU ld... " >&6; }
5697else
5698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
f030cae8 5699$as_echo_n "checking for non-GNU ld... " >&6; }
b57f37fb 5700fi
042acc47 5701if test "${lt_cv_path_LD+set}" = set; then :
f030cae8
VY
5702 $as_echo_n "(cached) " >&6
5703else
5704 if test -z "$LD"; then
5705 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5706 for ac_dir in $PATH; do
5707 IFS="$lt_save_ifs"
5708 test -z "$ac_dir" && ac_dir=.
5709 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5710 lt_cv_path_LD="$ac_dir/$ac_prog"
5711 # Check to see if the program is GNU ld. I'd rather use --version,
5712 # but apparently some variants of GNU ld only accept -v.
5713 # Break only if it was the GNU/non-GNU ld that we prefer.
5714 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5715 *GNU* | *'with BFD'*)
5716 test "$with_gnu_ld" != no && break
5717 ;;
5718 *)
5719 test "$with_gnu_ld" != yes && break
5720 ;;
5721 esac
5722 fi
5723 done
5724 IFS="$lt_save_ifs"
5725else
5726 lt_cv_path_LD="$LD" # Let the user override the test with a path.
b57f37fb 5727fi
b57f37fb 5728fi
f030cae8
VY
5729
5730LD="$lt_cv_path_LD"
5731if test -n "$LD"; then
042acc47 5732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
f030cae8 5733$as_echo "$LD" >&6; }
b57f37fb 5734else
042acc47 5735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8 5736$as_echo "no" >&6; }
b57f37fb 5737fi
042acc47
WP
5738test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5739{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
f030cae8 5740$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
042acc47 5741if test "${lt_cv_prog_gnu_ld+set}" = set; then :
f030cae8 5742 $as_echo_n "(cached) " >&6
b57f37fb 5743else
f030cae8
VY
5744 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5745case `$LD -v 2>&1 </dev/null` in
5746*GNU* | *'with BFD'*)
5747 lt_cv_prog_gnu_ld=yes
5748 ;;
5749*)
5750 lt_cv_prog_gnu_ld=no
5751 ;;
5752esac
b57f37fb 5753fi
042acc47 5754{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
f030cae8
VY
5755$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5756with_gnu_ld=$lt_cv_prog_gnu_ld
b57f37fb 5757
b57f37fb 5758
b57f37fb 5759
042acc47
WP
5760
5761
5762
5763
5764
5765
5766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5767$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5768if test "${lt_cv_path_NM+set}" = set; then :
f030cae8
VY
5769 $as_echo_n "(cached) " >&6
5770else
5771 if test -n "$NM"; then
5772 # Let the user override the test.
5773 lt_cv_path_NM="$NM"
5774else
5775 lt_nm_to_check="${ac_tool_prefix}nm"
5776 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5777 lt_nm_to_check="$lt_nm_to_check nm"
5778 fi
5779 for lt_tmp_nm in $lt_nm_to_check; do
5780 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5781 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5782 IFS="$lt_save_ifs"
5783 test -z "$ac_dir" && ac_dir=.
5784 tmp_nm="$ac_dir/$lt_tmp_nm"
5785 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5786 # Check to see if the nm accepts a BSD-compat flag.
5787 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5788 # nm: unknown option "B" ignored
5789 # Tru64's nm complains that /dev/null is an invalid object file
5790 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5791 */dev/null* | *'Invalid file or object type'*)
5792 lt_cv_path_NM="$tmp_nm -B"
5793 break
5794 ;;
5795 *)
5796 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5797 */dev/null*)
5798 lt_cv_path_NM="$tmp_nm -p"
5799 break
5800 ;;
5801 *)
5802 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5803 continue # so that we can try to find one that supports BSD flags
5804 ;;
5805 esac
5806 ;;
5807 esac
5808 fi
5809 done
5810 IFS="$lt_save_ifs"
5811 done
042acc47 5812 : ${lt_cv_path_NM=no}
b57f37fb 5813fi
f030cae8 5814fi
042acc47 5815{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
f030cae8 5816$as_echo "$lt_cv_path_NM" >&6; }
042acc47
WP
5817if test "$lt_cv_path_NM" != "no"; then
5818 NM="$lt_cv_path_NM"
5819else
5820 # Didn't find any BSD compatible name lister, look for dumpbin.
5821 if test -n "$ac_tool_prefix"; then
5822 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
5823 do
5824 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5825set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5826{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5827$as_echo_n "checking for $ac_word... " >&6; }
5828if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5829 $as_echo_n "(cached) " >&6
5830else
5831 if test -n "$DUMPBIN"; then
5832 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5833else
5834as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5835for as_dir in $PATH
5836do
5837 IFS=$as_save_IFS
5838 test -z "$as_dir" && as_dir=.
5839 for ac_exec_ext in '' $ac_executable_extensions; do
5840 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5841 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5842 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5843 break 2
5844 fi
5845done
5846 done
5847IFS=$as_save_IFS
b57f37fb 5848
042acc47
WP
5849fi
5850fi
5851DUMPBIN=$ac_cv_prog_DUMPBIN
5852if test -n "$DUMPBIN"; then
5853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5854$as_echo "$DUMPBIN" >&6; }
b57f37fb 5855else
042acc47
WP
5856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5857$as_echo "no" >&6; }
b57f37fb
WP
5858fi
5859
042acc47
WP
5860
5861 test -n "$DUMPBIN" && break
5862 done
5863fi
5864if test -z "$DUMPBIN"; then
5865 ac_ct_DUMPBIN=$DUMPBIN
5866 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
5867do
5868 # Extract the first word of "$ac_prog", so it can be a program name with args.
5869set dummy $ac_prog; ac_word=$2
5870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5871$as_echo_n "checking for $ac_word... " >&6; }
5872if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
f030cae8
VY
5873 $as_echo_n "(cached) " >&6
5874else
042acc47
WP
5875 if test -n "$ac_ct_DUMPBIN"; then
5876 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5877else
5878as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5879for as_dir in $PATH
5880do
5881 IFS=$as_save_IFS
5882 test -z "$as_dir" && as_dir=.
5883 for ac_exec_ext in '' $ac_executable_extensions; do
5884 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5885 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5887 break 2
5888 fi
5889done
5890 done
5891IFS=$as_save_IFS
b57f37fb 5892
042acc47
WP
5893fi
5894fi
5895ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5896if test -n "$ac_ct_DUMPBIN"; then
5897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5898$as_echo "$ac_ct_DUMPBIN" >&6; }
5899else
5900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5901$as_echo "no" >&6; }
5902fi
b57f37fb 5903
b57f37fb 5904
042acc47
WP
5905 test -n "$ac_ct_DUMPBIN" && break
5906done
b57f37fb 5907
042acc47
WP
5908 if test "x$ac_ct_DUMPBIN" = x; then
5909 DUMPBIN=":"
f030cae8 5910 else
042acc47
WP
5911 case $cross_compiling:$ac_tool_warned in
5912yes:)
5913{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5914$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5915ac_tool_warned=yes ;;
5916esac
5917 DUMPBIN=$ac_ct_DUMPBIN
f030cae8 5918 fi
042acc47 5919fi
b57f37fb 5920
b57f37fb 5921
042acc47
WP
5922 if test "$DUMPBIN" != ":"; then
5923 NM="$DUMPBIN"
f030cae8 5924 fi
042acc47
WP
5925fi
5926test -z "$NM" && NM=nm
b57f37fb 5927
b57f37fb 5928
b57f37fb 5929
b57f37fb 5930
f030cae8 5931
f030cae8 5932
042acc47
WP
5933{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5934$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5935if test "${lt_cv_nm_interface+set}" = set; then :
5936 $as_echo_n "(cached) " >&6
5937else
5938 lt_cv_nm_interface="BSD nm"
5939 echo "int some_variable = 0;" > conftest.$ac_ext
1800d973 5940 (eval echo "\"\$as_me:5940: $ac_compile\"" >&5)
042acc47
WP
5941 (eval "$ac_compile" 2>conftest.err)
5942 cat conftest.err >&5
1800d973 5943 (eval echo "\"\$as_me:5943: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
042acc47
WP
5944 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5945 cat conftest.err >&5
1800d973 5946 (eval echo "\"\$as_me:5946: output\"" >&5)
042acc47
WP
5947 cat conftest.out >&5
5948 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5949 lt_cv_nm_interface="MS dumpbin"
f030cae8 5950 fi
042acc47
WP
5951 rm -f conftest*
5952fi
5953{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5954$as_echo "$lt_cv_nm_interface" >&6; }
b57f37fb 5955
042acc47
WP
5956{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5957$as_echo_n "checking whether ln -s works... " >&6; }
5958LN_S=$as_ln_s
5959if test "$LN_S" = "ln -s"; then
5960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5961$as_echo "yes" >&6; }
5962else
5963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5964$as_echo "no, using $LN_S" >&6; }
5965fi
b57f37fb 5966
042acc47
WP
5967# find the maximum length of command line arguments
5968{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5969$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5970if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5971 $as_echo_n "(cached) " >&6
5972else
5973 i=0
5974 teststring="ABCD"
b57f37fb 5975
042acc47
WP
5976 case $build_os in
5977 msdosdjgpp*)
5978 # On DJGPP, this test can blow up pretty badly due to problems in libc
5979 # (any single argument exceeding 2000 bytes causes a buffer overrun
5980 # during glob expansion). Even if it were fixed, the result of this
5981 # check would be larger than it should be.
5982 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5983 ;;
b57f37fb 5984
042acc47
WP
5985 gnu*)
5986 # Under GNU Hurd, this test is not required because there is
5987 # no limit to the length of command line arguments.
5988 # Libtool will interpret -1 as no limit whatsoever
5989 lt_cv_sys_max_cmd_len=-1;
5990 ;;
b57f37fb 5991
042acc47
WP
5992 cygwin* | mingw* | cegcc*)
5993 # On Win9x/ME, this test blows up -- it succeeds, but takes
5994 # about 5 minutes as the teststring grows exponentially.
5995 # Worse, since 9x/ME are not pre-emptively multitasking,
5996 # you end up with a "frozen" computer, even though with patience
5997 # the test eventually succeeds (with a max line length of 256k).
5998 # Instead, let's just punt: use the minimum linelength reported by
5999 # all of the supported platforms: 8192 (on NT/2K/XP).
6000 lt_cv_sys_max_cmd_len=8192;
6001 ;;
b57f37fb 6002
042acc47
WP
6003 amigaos*)
6004 # On AmigaOS with pdksh, this test takes hours, literally.
6005 # So we just punt and use a minimum line length of 8192.
6006 lt_cv_sys_max_cmd_len=8192;
6007 ;;
b57f37fb 6008
042acc47
WP
6009 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6010 # This has been around since 386BSD, at least. Likely further.
6011 if test -x /sbin/sysctl; then
6012 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6013 elif test -x /usr/sbin/sysctl; then
6014 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6015 else
6016 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6017 fi
6018 # And add a safety zone
6019 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6020 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
f030cae8 6021 ;;
042acc47
WP
6022
6023 interix*)
6024 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6025 lt_cv_sys_max_cmd_len=196608
f030cae8 6026 ;;
042acc47
WP
6027
6028 osf*)
6029 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6030 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6031 # nice to cause kernel panics so lets avoid the loop below.
6032 # First set a reasonable default.
6033 lt_cv_sys_max_cmd_len=16384
6034 #
6035 if test -x /sbin/sysconfig; then
6036 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6037 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6038 esac
6039 fi
f030cae8 6040 ;;
042acc47
WP
6041 sco3.2v5*)
6042 lt_cv_sys_max_cmd_len=102400
f030cae8 6043 ;;
042acc47
WP
6044 sysv5* | sco5v6* | sysv4.2uw2*)
6045 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6046 if test -n "$kargmax"; then
6047 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6048 else
6049 lt_cv_sys_max_cmd_len=32768
6050 fi
f030cae8 6051 ;;
042acc47
WP
6052 *)
6053 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6054 if test -n "$lt_cv_sys_max_cmd_len"; then
6055 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6056 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6057 else
6058 # Make teststring a little bigger before we do anything with it.
6059 # a 1K string should be a reasonable start.
6060 for i in 1 2 3 4 5 6 7 8 ; do
6061 teststring=$teststring$teststring
6062 done
6063 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6064 # If test is not a shell built-in, we'll probably end up computing a
6065 # maximum length that is only half of the actual maximum length, but
6066 # we can't tell.
6067 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
6068 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
6069 test $i != 17 # 1/2 MB should be enough
6070 do
6071 i=`expr $i + 1`
6072 teststring=$teststring$teststring
6073 done
6074 # Only check the string length outside the loop.
6075 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6076 teststring=
6077 # Add a significant safety factor because C++ compilers can tack on
6078 # massive amounts of additional arguments before passing them to the
6079 # linker. It appears as though 1/2 is a usable value.
6080 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6081 fi
f030cae8
VY
6082 ;;
6083 esac
f030cae8 6084
042acc47 6085fi
b57f37fb 6086
042acc47
WP
6087if test -n $lt_cv_sys_max_cmd_len ; then
6088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6089$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6090else
6091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6092$as_echo "none" >&6; }
b57f37fb 6093fi
042acc47 6094max_cmd_len=$lt_cv_sys_max_cmd_len
f030cae8 6095
b57f37fb 6096
b57f37fb
WP
6097
6098
6099
6100
042acc47
WP
6101: ${CP="cp -f"}
6102: ${MV="mv -f"}
6103: ${RM="rm -f"}
b57f37fb 6104
042acc47
WP
6105{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6106$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6107# Try some XSI features
6108xsi_shell=no
6109( _lt_dummy="a/b/c"
6110 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6111 = c,a/b,, \
6112 && eval 'test $(( 1 + 1 )) -eq 2 \
6113 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6114 && xsi_shell=yes
6115{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6116$as_echo "$xsi_shell" >&6; }
6117
6118
6119{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6120$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6121lt_shell_append=no
6122( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6123 >/dev/null 2>&1 \
6124 && lt_shell_append=yes
6125{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6126$as_echo "$lt_shell_append" >&6; }
6127
6128
6129if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6130 lt_unset=unset
6131else
6132 lt_unset=false
f030cae8 6133fi
b57f37fb
WP
6134
6135
042acc47
WP
6136
6137
6138
6139# test EBCDIC or ASCII
6140case `echo X|tr X '\101'` in
6141 A) # ASCII based system
6142 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6143 lt_SP2NL='tr \040 \012'
6144 lt_NL2SP='tr \015\012 \040\040'
f030cae8 6145 ;;
042acc47
WP
6146 *) # EBCDIC based system
6147 lt_SP2NL='tr \100 \n'
6148 lt_NL2SP='tr \r\n \100\100'
f030cae8 6149 ;;
042acc47 6150esac
b57f37fb 6151
b57f37fb 6152
b57f37fb 6153
b57f37fb 6154
f030cae8 6155
f030cae8 6156
b57f37fb
WP
6157
6158
6159
042acc47
WP
6160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6161$as_echo_n "checking for $LD option to reload object files... " >&6; }
6162if test "${lt_cv_ld_reload_flag+set}" = set; then :
f030cae8 6163 $as_echo_n "(cached) " >&6
b57f37fb 6164else
042acc47 6165 lt_cv_ld_reload_flag='-r'
b57f37fb 6166fi
042acc47
WP
6167{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6168$as_echo "$lt_cv_ld_reload_flag" >&6; }
6169reload_flag=$lt_cv_ld_reload_flag
6170case $reload_flag in
6171"" | " "*) ;;
6172*) reload_flag=" $reload_flag" ;;
6173esac
6174reload_cmds='$LD$reload_flag -o $output$reload_objs'
6175case $host_os in
6176 darwin*)
6177 if test "$GCC" = yes; then
6178 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6179 else
6180 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6181 fi
6182 ;;
b57f37fb 6183esac
b57f37fb 6184
b57f37fb 6185
b57f37fb 6186
b57f37fb 6187
b57f37fb 6188
b57f37fb 6189
b57f37fb 6190
b57f37fb 6191
042acc47
WP
6192
6193if test -n "$ac_tool_prefix"; then
6194 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6195set dummy ${ac_tool_prefix}objdump; ac_word=$2
6196{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 6197$as_echo_n "checking for $ac_word... " >&6; }
042acc47 6198if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
f030cae8 6199 $as_echo_n "(cached) " >&6
b57f37fb 6200else
042acc47
WP
6201 if test -n "$OBJDUMP"; then
6202 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
b57f37fb
WP
6203else
6204as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6205for as_dir in $PATH
6206do
6207 IFS=$as_save_IFS
6208 test -z "$as_dir" && as_dir=.
042acc47 6209 for ac_exec_ext in '' $ac_executable_extensions; do
b57f37fb 6210 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
042acc47
WP
6211 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b57f37fb
WP
6213 break 2
6214 fi
6215done
042acc47 6216 done
b57f37fb
WP
6217IFS=$as_save_IFS
6218
6219fi
6220fi
042acc47
WP
6221OBJDUMP=$ac_cv_prog_OBJDUMP
6222if test -n "$OBJDUMP"; then
6223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6224$as_echo "$OBJDUMP" >&6; }
b57f37fb 6225else
042acc47 6226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8 6227$as_echo "no" >&6; }
b57f37fb
WP
6228fi
6229
6230
b57f37fb 6231fi
042acc47
WP
6232if test -z "$ac_cv_prog_OBJDUMP"; then
6233 ac_ct_OBJDUMP=$OBJDUMP
6234 # Extract the first word of "objdump", so it can be a program name with args.
6235set dummy objdump; ac_word=$2
6236{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 6237$as_echo_n "checking for $ac_word... " >&6; }
042acc47 6238if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
f030cae8 6239 $as_echo_n "(cached) " >&6
b57f37fb 6240else
042acc47
WP
6241 if test -n "$ac_ct_OBJDUMP"; then
6242 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
b57f37fb
WP
6243else
6244as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6245for as_dir in $PATH
6246do
6247 IFS=$as_save_IFS
6248 test -z "$as_dir" && as_dir=.
042acc47 6249 for ac_exec_ext in '' $ac_executable_extensions; do
b57f37fb 6250 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
042acc47
WP
6251 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6252 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b57f37fb
WP
6253 break 2
6254 fi
6255done
042acc47 6256 done
b57f37fb
WP
6257IFS=$as_save_IFS
6258
6259fi
6260fi
042acc47
WP
6261ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6262if test -n "$ac_ct_OBJDUMP"; then
6263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6264$as_echo "$ac_ct_OBJDUMP" >&6; }
b57f37fb 6265else
042acc47 6266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8 6267$as_echo "no" >&6; }
b57f37fb
WP
6268fi
6269
042acc47
WP
6270 if test "x$ac_ct_OBJDUMP" = x; then
6271 OBJDUMP="false"
b57f37fb
WP
6272 else
6273 case $cross_compiling:$ac_tool_warned in
6274yes:)
042acc47 6275{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
f030cae8 6276$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
b57f37fb
WP
6277ac_tool_warned=yes ;;
6278esac
042acc47 6279 OBJDUMP=$ac_ct_OBJDUMP
b57f37fb 6280 fi
042acc47
WP
6281else
6282 OBJDUMP="$ac_cv_prog_OBJDUMP"
b57f37fb 6283fi
b57f37fb 6284
042acc47 6285test -z "$OBJDUMP" && OBJDUMP=objdump
b57f37fb 6286
b57f37fb 6287
b57f37fb 6288
b57f37fb 6289
b57f37fb 6290
b57f37fb 6291
b57f37fb 6292
b57f37fb 6293
b57f37fb 6294
042acc47
WP
6295{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6296$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6297if test "${lt_cv_deplibs_check_method+set}" = set; then :
6298 $as_echo_n "(cached) " >&6
b57f37fb 6299else
042acc47
WP
6300 lt_cv_file_magic_cmd='$MAGIC_CMD'
6301lt_cv_file_magic_test_file=
6302lt_cv_deplibs_check_method='unknown'
6303# Need to set the preceding variable on all platforms that support
6304# interlibrary dependencies.
6305# 'none' -- dependencies not supported.
6306# `unknown' -- same as none, but documents that we really don't know.
6307# 'pass_all' -- all dependencies passed with no checks.
6308# 'test_compile' -- check by making test program.
6309# 'file_magic [[regex]]' -- check by looking for files in library path
6310# which responds to the $file_magic_cmd with a given extended regex.
6311# If you have `file' or equivalent on your system and you're not sure
6312# whether `pass_all' will *always* work, you probably want this one.
b57f37fb 6313
042acc47
WP
6314case $host_os in
6315aix[4-9]*)
6316 lt_cv_deplibs_check_method=pass_all
6317 ;;
b57f37fb 6318
042acc47
WP
6319beos*)
6320 lt_cv_deplibs_check_method=pass_all
6321 ;;
b57f37fb 6322
042acc47
WP
6323bsdi[45]*)
6324 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6325 lt_cv_file_magic_cmd='/usr/bin/file -L'
6326 lt_cv_file_magic_test_file=/shlib/libc.so
6327 ;;
b57f37fb 6328
042acc47
WP
6329cygwin*)
6330 # func_win32_libid is a shell function defined in ltmain.sh
6331 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6332 lt_cv_file_magic_cmd='func_win32_libid'
6333 ;;
b57f37fb 6334
042acc47
WP
6335mingw* | pw32*)
6336 # Base MSYS/MinGW do not provide the 'file' command needed by
6337 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6338 # unless we find 'file', for example because we are cross-compiling.
6339 if ( file / ) >/dev/null 2>&1; then
6340 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6341 lt_cv_file_magic_cmd='func_win32_libid'
6342 else
6343 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6344 lt_cv_file_magic_cmd='$OBJDUMP -f'
6345 fi
6346 ;;
b57f37fb 6347
042acc47
WP
6348cegcc)
6349 # use the weaker test based on 'objdump'. See mingw*.
6350 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6351 lt_cv_file_magic_cmd='$OBJDUMP -f'
6352 ;;
b57f37fb 6353
042acc47
WP
6354darwin* | rhapsody*)
6355 lt_cv_deplibs_check_method=pass_all
6356 ;;
b57f37fb 6357
042acc47
WP
6358freebsd* | dragonfly*)
6359 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6360 case $host_cpu in
6361 i*86 )
6362 # Not sure whether the presence of OpenBSD here was a mistake.
6363 # Let's accept both of them until this is cleared up.
6364 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6365 lt_cv_file_magic_cmd=/usr/bin/file
6366 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6367 ;;
6368 esac
b57f37fb 6369 else
042acc47 6370 lt_cv_deplibs_check_method=pass_all
b57f37fb 6371 fi
042acc47 6372 ;;
b57f37fb 6373
042acc47
WP
6374gnu*)
6375 lt_cv_deplibs_check_method=pass_all
6376 ;;
b57f37fb 6377
042acc47
WP
6378hpux10.20* | hpux11*)
6379 lt_cv_file_magic_cmd=/usr/bin/file
6380 case $host_cpu in
6381 ia64*)
6382 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6383 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6384 ;;
6385 hppa*64*)
6386 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
6387 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6388 ;;
6389 *)
6390 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
6391 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6392 ;;
6393 esac
6394 ;;
b57f37fb 6395
042acc47
WP
6396interix[3-9]*)
6397 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6398 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6399 ;;
b57f37fb 6400
042acc47
WP
6401irix5* | irix6* | nonstopux*)
6402 case $LD in
6403 *-32|*"-32 ") libmagic=32-bit;;
6404 *-n32|*"-n32 ") libmagic=N32;;
6405 *-64|*"-64 ") libmagic=64-bit;;
6406 *) libmagic=never-match;;
6407 esac
6408 lt_cv_deplibs_check_method=pass_all
6409 ;;
b57f37fb 6410
042acc47
WP
6411# This must be Linux ELF.
6412linux* | k*bsd*-gnu)
6413 lt_cv_deplibs_check_method=pass_all
6414 ;;
b57f37fb 6415
1800d973 6416netbsd*)
042acc47
WP
6417 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6418 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6419 else
6420 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6421 fi
6422 ;;
b57f37fb 6423
042acc47
WP
6424newos6*)
6425 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6426 lt_cv_file_magic_cmd=/usr/bin/file
6427 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6428 ;;
b57f37fb 6429
042acc47
WP
6430*nto* | *qnx*)
6431 lt_cv_deplibs_check_method=pass_all
6432 ;;
b57f37fb 6433
042acc47
WP
6434openbsd*)
6435 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6436 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6437 else
6438 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6439 fi
6440 ;;
b57f37fb 6441
042acc47
WP
6442osf3* | osf4* | osf5*)
6443 lt_cv_deplibs_check_method=pass_all
6444 ;;
b57f37fb 6445
042acc47
WP
6446rdos*)
6447 lt_cv_deplibs_check_method=pass_all
6448 ;;
b57f37fb 6449
042acc47
WP
6450solaris*)
6451 lt_cv_deplibs_check_method=pass_all
6452 ;;
b57f37fb 6453
042acc47
WP
6454sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6455 lt_cv_deplibs_check_method=pass_all
6456 ;;
b57f37fb 6457
042acc47
WP
6458sysv4 | sysv4.3*)
6459 case $host_vendor in
6460 motorola)
6461 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]'
6462 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6463 ;;
6464 ncr)
6465 lt_cv_deplibs_check_method=pass_all
6466 ;;
6467 sequent)
6468 lt_cv_file_magic_cmd='/bin/file'
6469 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6470 ;;
6471 sni)
6472 lt_cv_file_magic_cmd='/bin/file'
6473 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6474 lt_cv_file_magic_test_file=/lib/libc.so
6475 ;;
6476 siemens)
6477 lt_cv_deplibs_check_method=pass_all
6478 ;;
6479 pc)
6480 lt_cv_deplibs_check_method=pass_all
6481 ;;
6482 esac
6483 ;;
b57f37fb 6484
042acc47
WP
6485tpf*)
6486 lt_cv_deplibs_check_method=pass_all
6487 ;;
6488esac
b57f37fb 6489
b57f37fb 6490fi
042acc47
WP
6491{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6492$as_echo "$lt_cv_deplibs_check_method" >&6; }
6493file_magic_cmd=$lt_cv_file_magic_cmd
6494deplibs_check_method=$lt_cv_deplibs_check_method
6495test -z "$deplibs_check_method" && deplibs_check_method=unknown
b57f37fb 6496
b57f37fb 6497
b57f37fb 6498
b57f37fb 6499
b57f37fb 6500
b57f37fb 6501
b57f37fb 6502
b57f37fb 6503
b57f37fb 6504
b57f37fb 6505
b57f37fb
WP
6506
6507
b57f37fb 6508if test -n "$ac_tool_prefix"; then
042acc47
WP
6509 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6510set dummy ${ac_tool_prefix}ar; ac_word=$2
6511{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 6512$as_echo_n "checking for $ac_word... " >&6; }
042acc47 6513if test "${ac_cv_prog_AR+set}" = set; then :
f030cae8 6514 $as_echo_n "(cached) " >&6
b57f37fb 6515else
042acc47
WP
6516 if test -n "$AR"; then
6517 ac_cv_prog_AR="$AR" # Let the user override the test.
b57f37fb
WP
6518else
6519as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6520for as_dir in $PATH
6521do
6522 IFS=$as_save_IFS
6523 test -z "$as_dir" && as_dir=.
042acc47 6524 for ac_exec_ext in '' $ac_executable_extensions; do
b57f37fb 6525 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
042acc47
WP
6526 ac_cv_prog_AR="${ac_tool_prefix}ar"
6527 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b57f37fb
WP
6528 break 2
6529 fi
6530done
042acc47 6531 done
b57f37fb
WP
6532IFS=$as_save_IFS
6533
6534fi
6535fi
042acc47
WP
6536AR=$ac_cv_prog_AR
6537if test -n "$AR"; then
6538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6539$as_echo "$AR" >&6; }
b57f37fb 6540else
042acc47 6541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8 6542$as_echo "no" >&6; }
b57f37fb
WP
6543fi
6544
6545
b57f37fb 6546fi
042acc47
WP
6547if test -z "$ac_cv_prog_AR"; then
6548 ac_ct_AR=$AR
6549 # Extract the first word of "ar", so it can be a program name with args.
6550set dummy ar; ac_word=$2
6551{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 6552$as_echo_n "checking for $ac_word... " >&6; }
042acc47 6553if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
f030cae8 6554 $as_echo_n "(cached) " >&6
b57f37fb 6555else
042acc47
WP
6556 if test -n "$ac_ct_AR"; then
6557 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
b57f37fb
WP
6558else
6559as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6560for as_dir in $PATH
6561do
6562 IFS=$as_save_IFS
6563 test -z "$as_dir" && as_dir=.
042acc47 6564 for ac_exec_ext in '' $ac_executable_extensions; do
b57f37fb 6565 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
042acc47
WP
6566 ac_cv_prog_ac_ct_AR="ar"
6567 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b57f37fb
WP
6568 break 2
6569 fi
6570done
042acc47 6571 done
b57f37fb
WP
6572IFS=$as_save_IFS
6573
6574fi
6575fi
042acc47
WP
6576ac_ct_AR=$ac_cv_prog_ac_ct_AR
6577if test -n "$ac_ct_AR"; then
6578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6579$as_echo "$ac_ct_AR" >&6; }
b57f37fb 6580else
042acc47 6581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8 6582$as_echo "no" >&6; }
b57f37fb
WP
6583fi
6584
042acc47
WP
6585 if test "x$ac_ct_AR" = x; then
6586 AR="false"
b57f37fb
WP
6587 else
6588 case $cross_compiling:$ac_tool_warned in
6589yes:)
042acc47 6590{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
f030cae8 6591$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
b57f37fb
WP
6592ac_tool_warned=yes ;;
6593esac
042acc47 6594 AR=$ac_ct_AR
b57f37fb 6595 fi
042acc47
WP
6596else
6597 AR="$ac_cv_prog_AR"
b57f37fb
WP
6598fi
6599
042acc47
WP
6600test -z "$AR" && AR=ar
6601test -z "$AR_FLAGS" && AR_FLAGS=cru
b57f37fb 6602
b57f37fb 6603
b57f37fb 6604
b57f37fb 6605
b57f37fb 6606
b57f37fb 6607
b57f37fb 6608
b57f37fb 6609
042acc47
WP
6610
6611
6612
6613if test -n "$ac_tool_prefix"; then
6614 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6615set dummy ${ac_tool_prefix}strip; ac_word=$2
6616{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6617$as_echo_n "checking for $ac_word... " >&6; }
6618if test "${ac_cv_prog_STRIP+set}" = set; then :
6619 $as_echo_n "(cached) " >&6
6620else
6621 if test -n "$STRIP"; then
6622 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6623else
6624as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6625for as_dir in $PATH
6626do
6627 IFS=$as_save_IFS
6628 test -z "$as_dir" && as_dir=.
6629 for ac_exec_ext in '' $ac_executable_extensions; do
6630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6631 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6632 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6633 break 2
b57f37fb 6634 fi
042acc47
WP
6635done
6636 done
6637IFS=$as_save_IFS
6638
6639fi
6640fi
6641STRIP=$ac_cv_prog_STRIP
6642if test -n "$STRIP"; then
6643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6644$as_echo "$STRIP" >&6; }
b57f37fb 6645else
042acc47
WP
6646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6647$as_echo "no" >&6; }
6648fi
6649
6650
6651fi
6652if test -z "$ac_cv_prog_STRIP"; then
6653 ac_ct_STRIP=$STRIP
6654 # Extract the first word of "strip", so it can be a program name with args.
6655set dummy strip; ac_word=$2
6656{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6657$as_echo_n "checking for $ac_word... " >&6; }
6658if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6659 $as_echo_n "(cached) " >&6
6660else
6661 if test -n "$ac_ct_STRIP"; then
6662 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6663else
6664as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6665for as_dir in $PATH
6666do
6667 IFS=$as_save_IFS
6668 test -z "$as_dir" && as_dir=.
6669 for ac_exec_ext in '' $ac_executable_extensions; do
6670 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6671 ac_cv_prog_ac_ct_STRIP="strip"
6672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6673 break 2
b57f37fb 6674 fi
042acc47
WP
6675done
6676 done
6677IFS=$as_save_IFS
6678
6679fi
6680fi
6681ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6682if test -n "$ac_ct_STRIP"; then
6683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6684$as_echo "$ac_ct_STRIP" >&6; }
6685else
6686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6687$as_echo "no" >&6; }
b57f37fb
WP
6688fi
6689
042acc47
WP
6690 if test "x$ac_ct_STRIP" = x; then
6691 STRIP=":"
6692 else
6693 case $cross_compiling:$ac_tool_warned in
6694yes:)
6695{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6696$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6697ac_tool_warned=yes ;;
6698esac
6699 STRIP=$ac_ct_STRIP
6700 fi
f030cae8 6701else
042acc47 6702 STRIP="$ac_cv_prog_STRIP"
f030cae8 6703fi
b57f37fb 6704
042acc47 6705test -z "$STRIP" && STRIP=:
b57f37fb
WP
6706
6707
b57f37fb 6708
b57f37fb 6709
b57f37fb 6710
b57f37fb 6711
042acc47
WP
6712if test -n "$ac_tool_prefix"; then
6713 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6714set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6716$as_echo_n "checking for $ac_word... " >&6; }
6717if test "${ac_cv_prog_RANLIB+set}" = set; then :
6718 $as_echo_n "(cached) " >&6
6719else
6720 if test -n "$RANLIB"; then
6721 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6722else
6723as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6724for as_dir in $PATH
6725do
6726 IFS=$as_save_IFS
6727 test -z "$as_dir" && as_dir=.
6728 for ac_exec_ext in '' $ac_executable_extensions; do
6729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6730 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6732 break 2
6733 fi
6734done
6735 done
6736IFS=$as_save_IFS
b57f37fb 6737
042acc47
WP
6738fi
6739fi
6740RANLIB=$ac_cv_prog_RANLIB
6741if test -n "$RANLIB"; then
6742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6743$as_echo "$RANLIB" >&6; }
6744else
6745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6746$as_echo "no" >&6; }
6747fi
b57f37fb 6748
b57f37fb 6749
042acc47
WP
6750fi
6751if test -z "$ac_cv_prog_RANLIB"; then
6752 ac_ct_RANLIB=$RANLIB
6753 # Extract the first word of "ranlib", so it can be a program name with args.
6754set dummy ranlib; ac_word=$2
6755{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6756$as_echo_n "checking for $ac_word... " >&6; }
6757if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6758 $as_echo_n "(cached) " >&6
6759else
6760 if test -n "$ac_ct_RANLIB"; then
6761 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6762else
6763as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6764for as_dir in $PATH
6765do
6766 IFS=$as_save_IFS
6767 test -z "$as_dir" && as_dir=.
6768 for ac_exec_ext in '' $ac_executable_extensions; do
6769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6770 ac_cv_prog_ac_ct_RANLIB="ranlib"
6771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6772 break 2
6773 fi
6774done
6775 done
6776IFS=$as_save_IFS
b57f37fb 6777
042acc47
WP
6778fi
6779fi
6780ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6781if test -n "$ac_ct_RANLIB"; then
6782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6783$as_echo "$ac_ct_RANLIB" >&6; }
6784else
6785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6786$as_echo "no" >&6; }
b57f37fb
WP
6787fi
6788
042acc47
WP
6789 if test "x$ac_ct_RANLIB" = x; then
6790 RANLIB=":"
6791 else
6792 case $cross_compiling:$ac_tool_warned in
6793yes:)
6794{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6795$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6796ac_tool_warned=yes ;;
6797esac
6798 RANLIB=$ac_ct_RANLIB
6799 fi
b57f37fb 6800else
042acc47 6801 RANLIB="$ac_cv_prog_RANLIB"
b57f37fb
WP
6802fi
6803
042acc47 6804test -z "$RANLIB" && RANLIB=:
b57f37fb
WP
6805
6806
6807
6808
042acc47
WP
6809
6810
6811# Determine commands to create old-style static archives.
6812old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6813old_postinstall_cmds='chmod 644 $oldlib'
6814old_postuninstall_cmds=
6815
6816if test -n "$RANLIB"; then
6817 case $host_os in
6818 openbsd*)
6819 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6820 ;;
6821 *)
6822 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6823 ;;
6824 esac
6825 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6826fi
6827
6828
6829
6830
6831
6832
6833
6834
6835
6836
6837
6838
6839
6840
6841
6842
6843
6844
6845
6846
6847
6848
6849
6850
6851
6852
6853
6854
6855
6856
6857
6858
6859
6860
6861# If no C compiler was specified, use CC.
6862LTCC=${LTCC-"$CC"}
6863
6864# If no C compiler flags were specified, use CFLAGS.
6865LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6866
6867# Allow CC to be a program name with arguments.
6868compiler=$CC
6869
6870
6871# Check for command to grab the raw symbol name followed by C symbol from nm.
6872{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6873$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6874if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
f030cae8 6875 $as_echo_n "(cached) " >&6
b57f37fb
WP
6876else
6877
6878# These are sane defaults that work on at least a few old systems.
6879# [They come from Ultrix. What could be older than Ultrix?!! ;)]
6880
6881# Character class describing NM global symbol codes.
6882symcode='[BCDEGRST]'
6883
6884# Regexp to match symbols that can be accessed directly from C.
6885sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6886
b57f37fb
WP
6887# Define system-specific variables.
6888case $host_os in
6889aix*)
6890 symcode='[BCDT]'
6891 ;;
042acc47 6892cygwin* | mingw* | pw32* | cegcc*)
b57f37fb
WP
6893 symcode='[ABCDGISTW]'
6894 ;;
042acc47 6895hpux*)
b57f37fb
WP
6896 if test "$host_cpu" = ia64; then
6897 symcode='[ABCDEGRST]'
6898 fi
b57f37fb
WP
6899 ;;
6900irix* | nonstopux*)
6901 symcode='[BCDEGRST]'
6902 ;;
6903osf*)
6904 symcode='[BCDEGQRST]'
6905 ;;
6906solaris*)
6907 symcode='[BDRT]'
6908 ;;
6909sco3.2v5*)
6910 symcode='[DT]'
6911 ;;
6912sysv4.2uw2*)
6913 symcode='[DT]'
6914 ;;
6915sysv5* | sco5v6* | unixware* | OpenUNIX*)
6916 symcode='[ABDT]'
6917 ;;
6918sysv4)
6919 symcode='[DFNSTU]'
6920 ;;
6921esac
6922
042acc47
WP
6923# If we're using GNU nm, then use its standard symbol codes.
6924case `$NM -V 2>&1` in
6925*GNU* | *'with BFD'*)
6926 symcode='[ABCDGIRSTW]' ;;
6927esac
6928
6929# Transform an extracted symbol line into a proper C declaration.
6930# Some systems (esp. on ia64) link data and code symbols differently,
6931# so use this general approach.
6932lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6933
6934# Transform an extracted symbol line into symbol name and symbol address
6935lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6936lt_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'"
6937
b57f37fb
WP
6938# Handle CRLF in mingw tool chain
6939opt_cr=
6940case $build_os in
6941mingw*)
042acc47 6942 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
b57f37fb
WP
6943 ;;
6944esac
6945
042acc47 6946# Try without a prefix underscore, then with it.
b57f37fb
WP
6947for ac_symprfx in "" "_"; do
6948
6949 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6950 symxfrm="\\1 $ac_symprfx\\2 \\2"
6951
6952 # Write the raw and C identifiers.
042acc47
WP
6953 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6954 # Fake it for dumpbin and say T for any non-static function
6955 # and D for any global variable.
6956 # Also find C++ and __fastcall symbols from MSVC++,
6957 # which start with @ or ?.
6958 lt_cv_sys_global_symbol_pipe="$AWK '"\
6959" {last_section=section; section=\$ 3};"\
6960" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6961" \$ 0!~/External *\|/{next};"\
6962" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6963" {if(hide[section]) next};"\
6964" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6965" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6966" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6967" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6968" ' prfx=^$ac_symprfx"
6969 else
6970 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6971 fi
b57f37fb
WP
6972
6973 # Check to see that the pipe works correctly.
6974 pipe_works=no
6975
6976 rm -f conftest*
042acc47 6977 cat > conftest.$ac_ext <<_LT_EOF
b57f37fb
WP
6978#ifdef __cplusplus
6979extern "C" {
6980#endif
6981char nm_test_var;
042acc47
WP
6982void nm_test_func(void);
6983void nm_test_func(void){}
b57f37fb
WP
6984#ifdef __cplusplus
6985}
6986#endif
6987int main(){nm_test_var='a';nm_test_func();return(0);}
042acc47 6988_LT_EOF
b57f37fb 6989
042acc47 6990 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
b57f37fb
WP
6991 (eval $ac_compile) 2>&5
6992 ac_status=$?
042acc47
WP
6993 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6994 test $ac_status = 0; }; then
b57f37fb
WP
6995 # Now try to grab the symbols.
6996 nlist=conftest.nm
042acc47 6997 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
b57f37fb
WP
6998 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
6999 ac_status=$?
042acc47
WP
7000 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7001 test $ac_status = 0; } && test -s "$nlist"; then
b57f37fb
WP
7002 # Try sorting and uniquifying the output.
7003 if sort "$nlist" | uniq > "$nlist"T; then
7004 mv -f "$nlist"T "$nlist"
7005 else
7006 rm -f "$nlist"T
7007 fi
7008
7009 # Make sure that we snagged all the symbols we need.
042acc47
WP
7010 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7011 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7012 cat <<_LT_EOF > conftest.$ac_ext
b57f37fb
WP
7013#ifdef __cplusplus
7014extern "C" {
7015#endif
7016
042acc47 7017_LT_EOF
b57f37fb 7018 # Now generate the symbol file.
042acc47 7019 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
b57f37fb 7020
042acc47 7021 cat <<_LT_EOF >> conftest.$ac_ext
b57f37fb 7022
042acc47 7023/* The mapping between symbol names and symbols. */
b57f37fb
WP
7024const struct {
7025 const char *name;
042acc47 7026 void *address;
b57f37fb 7027}
042acc47 7028lt__PROGRAM__LTX_preloaded_symbols[] =
b57f37fb 7029{
042acc47
WP
7030 { "@PROGRAM@", (void *) 0 },
7031_LT_EOF
7032 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7033 cat <<\_LT_EOF >> conftest.$ac_ext
7034 {0, (void *) 0}
b57f37fb
WP
7035};
7036
042acc47
WP
7037/* This works around a problem in FreeBSD linker */
7038#ifdef FREEBSD_WORKAROUND
7039static const void *lt_preloaded_setup() {
7040 return lt__PROGRAM__LTX_preloaded_symbols;
7041}
7042#endif
7043
b57f37fb
WP
7044#ifdef __cplusplus
7045}
7046#endif
042acc47 7047_LT_EOF
b57f37fb
WP
7048 # Now try linking the two files.
7049 mv conftest.$ac_objext conftstm.$ac_objext
7050 lt_save_LIBS="$LIBS"
7051 lt_save_CFLAGS="$CFLAGS"
7052 LIBS="conftstm.$ac_objext"
7053 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
042acc47 7054 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
b57f37fb
WP
7055 (eval $ac_link) 2>&5
7056 ac_status=$?
042acc47
WP
7057 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7058 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
b57f37fb
WP
7059 pipe_works=yes
7060 fi
7061 LIBS="$lt_save_LIBS"
7062 CFLAGS="$lt_save_CFLAGS"
7063 else
7064 echo "cannot find nm_test_func in $nlist" >&5
7065 fi
7066 else
7067 echo "cannot find nm_test_var in $nlist" >&5
7068 fi
7069 else
7070 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7071 fi
7072 else
7073 echo "$progname: failed program was:" >&5
7074 cat conftest.$ac_ext >&5
7075 fi
56efe974 7076 rm -rf conftest* conftst*
b57f37fb
WP
7077
7078 # Do not use the global_symbol_pipe unless it works.
7079 if test "$pipe_works" = yes; then
7080 break
7081 else
7082 lt_cv_sys_global_symbol_pipe=
7083 fi
7084done
7085
7086fi
7087
7088if test -z "$lt_cv_sys_global_symbol_pipe"; then
7089 lt_cv_sys_global_symbol_to_cdecl=
7090fi
7091if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
042acc47 7092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
f030cae8 7093$as_echo "failed" >&6; }
b57f37fb 7094else
042acc47 7095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
f030cae8 7096$as_echo "ok" >&6; }
b57f37fb
WP
7097fi
7098
b57f37fb
WP
7099
7100
7101
7102
7103
b57f37fb 7104
b57f37fb 7105
b57f37fb 7106
b57f37fb 7107
b57f37fb 7108
b57f37fb 7109
b57f37fb 7110
b57f37fb 7111
b57f37fb 7112
b57f37fb
WP
7113
7114
b57f37fb 7115
b57f37fb 7116
b57f37fb 7117
b57f37fb 7118
042acc47
WP
7119
7120# Check whether --enable-libtool-lock was given.
7121if test "${enable_libtool_lock+set}" = set; then :
7122 enableval=$enable_libtool_lock;
b57f37fb
WP
7123fi
7124
042acc47 7125test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
b57f37fb 7126
042acc47
WP
7127# Some flags need to be propagated to the compiler or linker for good
7128# libtool support.
7129case $host in
7130ia64-*-hpux*)
7131 # Find out which ABI we are using.
7132 echo 'int i;' > conftest.$ac_ext
7133 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7134 (eval $ac_compile) 2>&5
7135 ac_status=$?
7136 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7137 test $ac_status = 0; }; then
7138 case `/usr/bin/file conftest.$ac_objext` in
7139 *ELF-32*)
7140 HPUX_IA64_MODE="32"
7141 ;;
7142 *ELF-64*)
7143 HPUX_IA64_MODE="64"
7144 ;;
7145 esac
7146 fi
7147 rm -rf conftest*
7148 ;;
7149*-*-irix6*)
7150 # Find out which ABI we are using.
1800d973 7151 echo '#line 7151 "configure"' > conftest.$ac_ext
042acc47
WP
7152 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7153 (eval $ac_compile) 2>&5
7154 ac_status=$?
7155 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7156 test $ac_status = 0; }; then
7157 if test "$lt_cv_prog_gnu_ld" = yes; then
7158 case `/usr/bin/file conftest.$ac_objext` in
7159 *32-bit*)
7160 LD="${LD-ld} -melf32bsmip"
7161 ;;
7162 *N32*)
7163 LD="${LD-ld} -melf32bmipn32"
7164 ;;
7165 *64-bit*)
7166 LD="${LD-ld} -melf64bmip"
7167 ;;
7168 esac
7169 else
7170 case `/usr/bin/file conftest.$ac_objext` in
7171 *32-bit*)
7172 LD="${LD-ld} -32"
7173 ;;
7174 *N32*)
7175 LD="${LD-ld} -n32"
7176 ;;
7177 *64-bit*)
7178 LD="${LD-ld} -64"
7179 ;;
7180 esac
7181 fi
7182 fi
7183 rm -rf conftest*
7184 ;;
7185
7186x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
7187s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7188 # Find out which ABI we are using.
7189 echo 'int i;' > conftest.$ac_ext
7190 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7191 (eval $ac_compile) 2>&5
7192 ac_status=$?
7193 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7194 test $ac_status = 0; }; then
7195 case `/usr/bin/file conftest.o` in
7196 *32-bit*)
7197 case $host in
7198 x86_64-*kfreebsd*-gnu)
7199 LD="${LD-ld} -m elf_i386_fbsd"
7200 ;;
7201 x86_64-*linux*)
7202 LD="${LD-ld} -m elf_i386"
7203 ;;
7204 ppc64-*linux*|powerpc64-*linux*)
7205 LD="${LD-ld} -m elf32ppclinux"
7206 ;;
7207 s390x-*linux*)
7208 LD="${LD-ld} -m elf_s390"
7209 ;;
7210 sparc64-*linux*)
7211 LD="${LD-ld} -m elf32_sparc"
7212 ;;
7213 esac
7214 ;;
7215 *64-bit*)
7216 case $host in
7217 x86_64-*kfreebsd*-gnu)
7218 LD="${LD-ld} -m elf_x86_64_fbsd"
7219 ;;
7220 x86_64-*linux*)
7221 LD="${LD-ld} -m elf_x86_64"
7222 ;;
7223 ppc*-*linux*|powerpc*-*linux*)
7224 LD="${LD-ld} -m elf64ppc"
7225 ;;
7226 s390*-*linux*|s390*-*tpf*)
7227 LD="${LD-ld} -m elf64_s390"
7228 ;;
7229 sparc*-*linux*)
7230 LD="${LD-ld} -m elf64_sparc"
7231 ;;
7232 esac
7233 ;;
7234 esac
7235 fi
7236 rm -rf conftest*
7237 ;;
7238
7239*-*-sco3.2v5*)
7240 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7241 SAVE_CFLAGS="$CFLAGS"
7242 CFLAGS="$CFLAGS -belf"
7243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7244$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7245if test "${lt_cv_cc_needs_belf+set}" = set; then :
7246 $as_echo_n "(cached) " >&6
7247else
7248 ac_ext=c
7249ac_cpp='$CPP $CPPFLAGS'
7250ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7251ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7252ac_compiler_gnu=$ac_cv_c_compiler_gnu
7253
7254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7255/* end confdefs.h. */
7256
7257int
7258main ()
7259{
7260
7261 ;
7262 return 0;
7263}
7264_ACEOF
7265if ac_fn_c_try_link "$LINENO"; then :
7266 lt_cv_cc_needs_belf=yes
7267else
7268 lt_cv_cc_needs_belf=no
7269fi
7270rm -f core conftest.err conftest.$ac_objext \
7271 conftest$ac_exeext conftest.$ac_ext
7272 ac_ext=c
7273ac_cpp='$CPP $CPPFLAGS'
7274ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7275ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7276ac_compiler_gnu=$ac_cv_c_compiler_gnu
7277
7278fi
7279{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7280$as_echo "$lt_cv_cc_needs_belf" >&6; }
7281 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7282 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7283 CFLAGS="$SAVE_CFLAGS"
7284 fi
7285 ;;
7286sparc*-*solaris*)
7287 # Find out which ABI we are using.
7288 echo 'int i;' > conftest.$ac_ext
7289 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7290 (eval $ac_compile) 2>&5
7291 ac_status=$?
7292 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7293 test $ac_status = 0; }; then
7294 case `/usr/bin/file conftest.o` in
7295 *64-bit*)
7296 case $lt_cv_prog_gnu_ld in
7297 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7298 *)
7299 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7300 LD="${LD-ld} -64"
7301 fi
7302 ;;
7303 esac
7304 ;;
7305 esac
7306 fi
7307 rm -rf conftest*
7308 ;;
7309esac
7310
7311need_locks="$enable_libtool_lock"
7312
7313
7314 case $host_os in
7315 rhapsody* | darwin*)
7316 if test -n "$ac_tool_prefix"; then
7317 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7318set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7319{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7320$as_echo_n "checking for $ac_word... " >&6; }
7321if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7322 $as_echo_n "(cached) " >&6
7323else
7324 if test -n "$DSYMUTIL"; then
7325 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7326else
7327as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7328for as_dir in $PATH
b57f37fb
WP
7329do
7330 IFS=$as_save_IFS
7331 test -z "$as_dir" && as_dir=.
042acc47 7332 for ac_exec_ext in '' $ac_executable_extensions; do
b57f37fb 7333 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
042acc47
WP
7334 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7335 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b57f37fb
WP
7336 break 2
7337 fi
7338done
042acc47
WP
7339 done
7340IFS=$as_save_IFS
7341
7342fi
7343fi
7344DSYMUTIL=$ac_cv_prog_DSYMUTIL
7345if test -n "$DSYMUTIL"; then
7346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7347$as_echo "$DSYMUTIL" >&6; }
7348else
7349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7350$as_echo "no" >&6; }
7351fi
7352
7353
7354fi
7355if test -z "$ac_cv_prog_DSYMUTIL"; then
7356 ac_ct_DSYMUTIL=$DSYMUTIL
7357 # Extract the first word of "dsymutil", so it can be a program name with args.
7358set dummy dsymutil; ac_word=$2
7359{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7360$as_echo_n "checking for $ac_word... " >&6; }
7361if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7362 $as_echo_n "(cached) " >&6
7363else
7364 if test -n "$ac_ct_DSYMUTIL"; then
7365 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7366else
7367as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7368for as_dir in $PATH
7369do
7370 IFS=$as_save_IFS
7371 test -z "$as_dir" && as_dir=.
7372 for ac_exec_ext in '' $ac_executable_extensions; do
7373 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7374 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7375 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7376 break 2
7377 fi
b57f37fb 7378done
042acc47 7379 done
b57f37fb
WP
7380IFS=$as_save_IFS
7381
7382fi
7383fi
042acc47
WP
7384ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7385if test -n "$ac_ct_DSYMUTIL"; then
7386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7387$as_echo "$ac_ct_DSYMUTIL" >&6; }
b57f37fb 7388else
042acc47 7389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8 7390$as_echo "no" >&6; }
b57f37fb
WP
7391fi
7392
042acc47
WP
7393 if test "x$ac_ct_DSYMUTIL" = x; then
7394 DSYMUTIL=":"
b57f37fb
WP
7395 else
7396 case $cross_compiling:$ac_tool_warned in
7397yes:)
042acc47 7398{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
f030cae8 7399$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
b57f37fb
WP
7400ac_tool_warned=yes ;;
7401esac
042acc47 7402 DSYMUTIL=$ac_ct_DSYMUTIL
b57f37fb
WP
7403 fi
7404else
042acc47 7405 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
b57f37fb
WP
7406fi
7407
042acc47
WP
7408 if test -n "$ac_tool_prefix"; then
7409 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7410set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7411{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 7412$as_echo_n "checking for $ac_word... " >&6; }
042acc47 7413if test "${ac_cv_prog_NMEDIT+set}" = set; then :
f030cae8 7414 $as_echo_n "(cached) " >&6
b57f37fb 7415else
042acc47
WP
7416 if test -n "$NMEDIT"; then
7417 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
b57f37fb
WP
7418else
7419as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7420for as_dir in $PATH
7421do
7422 IFS=$as_save_IFS
7423 test -z "$as_dir" && as_dir=.
042acc47 7424 for ac_exec_ext in '' $ac_executable_extensions; do
b57f37fb 7425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
042acc47
WP
7426 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7427 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b57f37fb
WP
7428 break 2
7429 fi
7430done
042acc47 7431 done
b57f37fb
WP
7432IFS=$as_save_IFS
7433
7434fi
7435fi
042acc47
WP
7436NMEDIT=$ac_cv_prog_NMEDIT
7437if test -n "$NMEDIT"; then
7438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7439$as_echo "$NMEDIT" >&6; }
b57f37fb 7440else
042acc47 7441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8 7442$as_echo "no" >&6; }
b57f37fb
WP
7443fi
7444
7445
7446fi
042acc47
WP
7447if test -z "$ac_cv_prog_NMEDIT"; then
7448 ac_ct_NMEDIT=$NMEDIT
7449 # Extract the first word of "nmedit", so it can be a program name with args.
7450set dummy nmedit; ac_word=$2
7451{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 7452$as_echo_n "checking for $ac_word... " >&6; }
042acc47 7453if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
f030cae8 7454 $as_echo_n "(cached) " >&6
b57f37fb 7455else
042acc47
WP
7456 if test -n "$ac_ct_NMEDIT"; then
7457 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
b57f37fb
WP
7458else
7459as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7460for as_dir in $PATH
7461do
7462 IFS=$as_save_IFS
7463 test -z "$as_dir" && as_dir=.
042acc47 7464 for ac_exec_ext in '' $ac_executable_extensions; do
b57f37fb 7465 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
042acc47
WP
7466 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7467 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b57f37fb
WP
7468 break 2
7469 fi
7470done
042acc47 7471 done
b57f37fb
WP
7472IFS=$as_save_IFS
7473
7474fi
7475fi
042acc47
WP
7476ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7477if test -n "$ac_ct_NMEDIT"; then
7478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7479$as_echo "$ac_ct_NMEDIT" >&6; }
b57f37fb 7480else
042acc47 7481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8 7482$as_echo "no" >&6; }
b57f37fb
WP
7483fi
7484
042acc47
WP
7485 if test "x$ac_ct_NMEDIT" = x; then
7486 NMEDIT=":"
b57f37fb
WP
7487 else
7488 case $cross_compiling:$ac_tool_warned in
7489yes:)
042acc47 7490{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
f030cae8 7491$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
b57f37fb
WP
7492ac_tool_warned=yes ;;
7493esac
042acc47 7494 NMEDIT=$ac_ct_NMEDIT
b57f37fb
WP
7495 fi
7496else
042acc47 7497 NMEDIT="$ac_cv_prog_NMEDIT"
b57f37fb
WP
7498fi
7499
042acc47
WP
7500 if test -n "$ac_tool_prefix"; then
7501 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7502set dummy ${ac_tool_prefix}lipo; ac_word=$2
7503{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7504$as_echo_n "checking for $ac_word... " >&6; }
7505if test "${ac_cv_prog_LIPO+set}" = set; then :
7506 $as_echo_n "(cached) " >&6
7507else
7508 if test -n "$LIPO"; then
7509 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7510else
7511as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7512for as_dir in $PATH
7513do
7514 IFS=$as_save_IFS
7515 test -z "$as_dir" && as_dir=.
7516 for ac_exec_ext in '' $ac_executable_extensions; do
7517 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7518 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7519 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7520 break 2
7521 fi
7522done
7523 done
7524IFS=$as_save_IFS
b57f37fb 7525
b57f37fb 7526fi
b57f37fb 7527fi
042acc47
WP
7528LIPO=$ac_cv_prog_LIPO
7529if test -n "$LIPO"; then
7530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7531$as_echo "$LIPO" >&6; }
b57f37fb 7532else
042acc47 7533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8 7534$as_echo "no" >&6; }
b57f37fb
WP
7535fi
7536
042acc47
WP
7537
7538fi
7539if test -z "$ac_cv_prog_LIPO"; then
7540 ac_ct_LIPO=$LIPO
7541 # Extract the first word of "lipo", so it can be a program name with args.
7542set dummy lipo; ac_word=$2
7543{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7544$as_echo_n "checking for $ac_word... " >&6; }
7545if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
f030cae8 7546 $as_echo_n "(cached) " >&6
b57f37fb 7547else
042acc47
WP
7548 if test -n "$ac_ct_LIPO"; then
7549 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7550else
7551as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7552for as_dir in $PATH
7553do
7554 IFS=$as_save_IFS
7555 test -z "$as_dir" && as_dir=.
7556 for ac_exec_ext in '' $ac_executable_extensions; do
7557 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7558 ac_cv_prog_ac_ct_LIPO="lipo"
7559 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7560 break 2
7561 fi
7562done
b57f37fb 7563 done
042acc47 7564IFS=$as_save_IFS
b57f37fb 7565
042acc47
WP
7566fi
7567fi
7568ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7569if test -n "$ac_ct_LIPO"; then
7570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7571$as_echo "$ac_ct_LIPO" >&6; }
b57f37fb 7572else
042acc47 7573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8 7574$as_echo "no" >&6; }
b57f37fb
WP
7575fi
7576
042acc47
WP
7577 if test "x$ac_ct_LIPO" = x; then
7578 LIPO=":"
b57f37fb 7579 else
042acc47
WP
7580 case $cross_compiling:$ac_tool_warned in
7581yes:)
7582{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7583$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7584ac_tool_warned=yes ;;
7585esac
7586 LIPO=$ac_ct_LIPO
b57f37fb 7587 fi
042acc47
WP
7588else
7589 LIPO="$ac_cv_prog_LIPO"
b57f37fb
WP
7590fi
7591
56efe974 7592 if test -n "$ac_tool_prefix"; then
042acc47
WP
7593 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7594set dummy ${ac_tool_prefix}otool; ac_word=$2
7595{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 7596$as_echo_n "checking for $ac_word... " >&6; }
042acc47 7597if test "${ac_cv_prog_OTOOL+set}" = set; then :
f030cae8 7598 $as_echo_n "(cached) " >&6
56efe974 7599else
042acc47
WP
7600 if test -n "$OTOOL"; then
7601 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
56efe974
WP
7602else
7603as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7604for as_dir in $PATH
7605do
7606 IFS=$as_save_IFS
7607 test -z "$as_dir" && as_dir=.
042acc47 7608 for ac_exec_ext in '' $ac_executable_extensions; do
56efe974 7609 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
042acc47
WP
7610 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7611 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
56efe974
WP
7612 break 2
7613 fi
7614done
042acc47 7615 done
56efe974
WP
7616IFS=$as_save_IFS
7617
7618fi
7619fi
042acc47
WP
7620OTOOL=$ac_cv_prog_OTOOL
7621if test -n "$OTOOL"; then
7622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7623$as_echo "$OTOOL" >&6; }
56efe974 7624else
042acc47 7625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8 7626$as_echo "no" >&6; }
56efe974
WP
7627fi
7628
7629
7630fi
042acc47
WP
7631if test -z "$ac_cv_prog_OTOOL"; then
7632 ac_ct_OTOOL=$OTOOL
7633 # Extract the first word of "otool", so it can be a program name with args.
7634set dummy otool; ac_word=$2
7635{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 7636$as_echo_n "checking for $ac_word... " >&6; }
042acc47 7637if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
f030cae8 7638 $as_echo_n "(cached) " >&6
56efe974 7639else
042acc47
WP
7640 if test -n "$ac_ct_OTOOL"; then
7641 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
56efe974
WP
7642else
7643as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7644for as_dir in $PATH
7645do
7646 IFS=$as_save_IFS
7647 test -z "$as_dir" && as_dir=.
042acc47 7648 for ac_exec_ext in '' $ac_executable_extensions; do
56efe974 7649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
042acc47
WP
7650 ac_cv_prog_ac_ct_OTOOL="otool"
7651 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
56efe974
WP
7652 break 2
7653 fi
7654done
042acc47 7655 done
56efe974
WP
7656IFS=$as_save_IFS
7657
7658fi
7659fi
042acc47
WP
7660ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7661if test -n "$ac_ct_OTOOL"; then
7662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7663$as_echo "$ac_ct_OTOOL" >&6; }
56efe974 7664else
042acc47 7665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8 7666$as_echo "no" >&6; }
56efe974
WP
7667fi
7668
042acc47
WP
7669 if test "x$ac_ct_OTOOL" = x; then
7670 OTOOL=":"
56efe974
WP
7671 else
7672 case $cross_compiling:$ac_tool_warned in
7673yes:)
042acc47 7674{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
f030cae8 7675$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
56efe974
WP
7676ac_tool_warned=yes ;;
7677esac
042acc47 7678 OTOOL=$ac_ct_OTOOL
56efe974
WP
7679 fi
7680else
042acc47 7681 OTOOL="$ac_cv_prog_OTOOL"
56efe974
WP
7682fi
7683
7684 if test -n "$ac_tool_prefix"; then
042acc47
WP
7685 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7686set dummy ${ac_tool_prefix}otool64; ac_word=$2
7687{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 7688$as_echo_n "checking for $ac_word... " >&6; }
042acc47 7689if test "${ac_cv_prog_OTOOL64+set}" = set; then :
f030cae8 7690 $as_echo_n "(cached) " >&6
56efe974 7691else
042acc47
WP
7692 if test -n "$OTOOL64"; then
7693 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
56efe974
WP
7694else
7695as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7696for as_dir in $PATH
7697do
7698 IFS=$as_save_IFS
7699 test -z "$as_dir" && as_dir=.
042acc47 7700 for ac_exec_ext in '' $ac_executable_extensions; do
56efe974 7701 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
042acc47
WP
7702 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7703 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
56efe974
WP
7704 break 2
7705 fi
7706done
042acc47 7707 done
56efe974
WP
7708IFS=$as_save_IFS
7709
7710fi
7711fi
042acc47
WP
7712OTOOL64=$ac_cv_prog_OTOOL64
7713if test -n "$OTOOL64"; then
7714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7715$as_echo "$OTOOL64" >&6; }
56efe974 7716else
042acc47 7717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8 7718$as_echo "no" >&6; }
56efe974
WP
7719fi
7720
7721
7722fi
042acc47
WP
7723if test -z "$ac_cv_prog_OTOOL64"; then
7724 ac_ct_OTOOL64=$OTOOL64
7725 # Extract the first word of "otool64", so it can be a program name with args.
7726set dummy otool64; ac_word=$2
7727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
f030cae8 7728$as_echo_n "checking for $ac_word... " >&6; }
042acc47 7729if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
f030cae8 7730 $as_echo_n "(cached) " >&6
56efe974 7731else
042acc47
WP
7732 if test -n "$ac_ct_OTOOL64"; then
7733 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
56efe974
WP
7734else
7735as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7736for as_dir in $PATH
7737do
7738 IFS=$as_save_IFS
7739 test -z "$as_dir" && as_dir=.
042acc47 7740 for ac_exec_ext in '' $ac_executable_extensions; do
56efe974 7741 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
042acc47
WP
7742 ac_cv_prog_ac_ct_OTOOL64="otool64"
7743 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
56efe974
WP
7744 break 2
7745 fi
7746done
042acc47 7747 done
56efe974
WP
7748IFS=$as_save_IFS
7749
7750fi
7751fi
042acc47
WP
7752ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7753if test -n "$ac_ct_OTOOL64"; then
7754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7755$as_echo "$ac_ct_OTOOL64" >&6; }
56efe974 7756else
042acc47 7757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
f030cae8 7758$as_echo "no" >&6; }
56efe974
WP
7759fi
7760
042acc47
WP
7761 if test "x$ac_ct_OTOOL64" = x; then
7762 OTOOL64=":"
56efe974
WP
7763 else
7764 case $cross_compiling:$ac_tool_warned in
7765yes:)
042acc47 7766{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
f030cae8 7767$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
56efe974
WP
7768ac_tool_warned=yes ;;
7769esac
042acc47 7770 OTOOL64=$ac_ct_OTOOL64
56efe974
WP
7771 fi
7772else
042acc47 7773 OTOOL64="$ac_cv_prog_OTOOL64"
56efe974
WP
7774fi
7775
7776
56efe974 7777
56efe974 7778
042acc47
WP
7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
7800
7801
7802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7803$as_echo_n "checking for -single_module linker flag... " >&6; }
7804if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7805 $as_echo_n "(cached) " >&6
7806else
7807 lt_cv_apple_cc_single_mod=no
7808 if test -z "${LT_MULTI_MODULE}"; then
7809 # By default we will add the -single_module flag. You can override
7810 # by either setting the environment variable LT_MULTI_MODULE
7811 # non-empty at configure time, or by adding -multi_module to the
7812 # link flags.
7813 rm -rf libconftest.dylib*
7814 echo "int foo(void){return 1;}" > conftest.c
7815 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7816-dynamiclib -Wl,-single_module conftest.c" >&5
7817 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7818 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7819 _lt_result=$?
7820 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7821 lt_cv_apple_cc_single_mod=yes
7822 else
7823 cat conftest.err >&5
7824 fi
7825 rm -rf libconftest.dylib*
7826 rm -f conftest.*
7827 fi
7828fi
7829{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7830$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7832$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7833if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7834 $as_echo_n "(cached) " >&6
7835else
7836 lt_cv_ld_exported_symbols_list=no
7837 save_LDFLAGS=$LDFLAGS
7838 echo "_main" > conftest.sym
7839 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7841/* end confdefs.h. */
7842
7843int
7844main ()
7845{
7846
7847 ;
7848 return 0;
56efe974
WP
7849}
7850_ACEOF
042acc47 7851if ac_fn_c_try_link "$LINENO"; then :
56efe974
WP
7852 lt_cv_ld_exported_symbols_list=yes
7853else
042acc47 7854 lt_cv_ld_exported_symbols_list=no
56efe974 7855fi
042acc47
WP
7856rm -f core conftest.err conftest.$ac_objext \
7857 conftest$ac_exeext conftest.$ac_ext
7858 LDFLAGS="$save_LDFLAGS"
56efe974
WP
7859
7860fi
042acc47 7861{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
f030cae8 7862$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
56efe974 7863 case $host_os in
042acc47 7864 rhapsody* | darwin1.[012])
56efe974
WP
7865 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7866 darwin1.*)
042acc47
WP
7867 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7868 darwin*) # darwin 5.x on
56efe974
WP
7869 # if running on 10.5 or later, the deployment target defaults
7870 # to the OS version, if on x86, and 10.4, the deployment
7871 # target defaults to 10.4. Don't you love it?
7872 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
042acc47
WP
7873 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7874 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7875 10.[012]*)
7876 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7877 10.*)
7878 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
56efe974
WP
7879 esac
7880 ;;
7881 esac
7882 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7883 _lt_dar_single_mod='$single_module'
7884 fi
7885 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7886 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7887 else
042acc47 7888 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
56efe974
WP
7889 fi
7890 if test "$DSYMUTIL" != ":"; then
042acc47 7891 _lt_dsymutil='~$DSYMUTIL $lib || :'
56efe974
WP
7892 else
7893 _lt_dsymutil=
7894 fi
7895 ;;
7896 esac
7897
042acc47
WP
7898for ac_header in dlfcn.h
7899do :
7900 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7901"
7902if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7903 cat >>confdefs.h <<_ACEOF
7904#define HAVE_DLFCN_H 1
7905_ACEOF
56efe974 7906
b57f37fb
WP
7907fi
7908
042acc47
WP
7909done
7910
7911
7912
7913# Set options
7914
7915
7916
7917 enable_dlopen=no
7918
7919
7920 enable_win32_dll=no
7921
7922
7923
b57f37fb
WP
7924
7925
7926# Check whether --with-pic was given.
042acc47 7927if test "${with_pic+set}" = set; then :
b57f37fb
WP
7928 withval=$with_pic; pic_mode="$withval"
7929else
7930 pic_mode=default
7931fi
7932
042acc47 7933
b57f37fb
WP
7934test -z "$pic_mode" && pic_mode=default
7935
b57f37fb
WP
7936
7937
b57f37fb 7938
b57f37fb 7939
b57f37fb 7940
b57f37fb 7941
042acc47
WP
7942 # Check whether --enable-fast-install was given.
7943if test "${enable_fast_install+set}" = set; then :
7944 enableval=$enable_fast_install; p=${PACKAGE-default}
7945 case $enableval in
7946 yes) enable_fast_install=yes ;;
7947 no) enable_fast_install=no ;;
7948 *)
7949 enable_fast_install=no
7950 # Look at the argument we got. We use all the common list separators.
7951 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7952 for pkg in $enableval; do
7953 IFS="$lt_save_ifs"
7954 if test "X$pkg" = "X$p"; then
7955 enable_fast_install=yes
7956 fi
7957 done
7958 IFS="$lt_save_ifs"
7959 ;;
7960 esac
7961else
7962 enable_fast_install=yes
7963fi
b57f37fb 7964
b57f37fb 7965
b57f37fb 7966
b57f37fb
WP
7967
7968
b57f37fb 7969
b57f37fb
WP
7970
7971
7972
b57f37fb 7973
b57f37fb 7974
042acc47
WP
7975# This can be used to rebuild libtool when needed
7976LIBTOOL_DEPS="$ltmain"
b57f37fb 7977
042acc47
WP
7978# Always use our own libtool.
7979LIBTOOL='$(SHELL) $(top_builddir)/libtool'
b57f37fb 7980
b57f37fb 7981
b57f37fb 7982
b57f37fb 7983
b57f37fb 7984
b57f37fb 7985
b57f37fb 7986
b57f37fb 7987
b57f37fb 7988
b57f37fb 7989
b57f37fb 7990
b57f37fb 7991
b57f37fb 7992
b57f37fb 7993
b57f37fb 7994
b57f37fb 7995
b57f37fb 7996
b57f37fb 7997
b57f37fb 7998
b57f37fb 7999
b57f37fb 8000
b57f37fb 8001
b57f37fb 8002
b57f37fb 8003
b57f37fb 8004
042acc47 8005test -z "$LN_S" && LN_S="ln -s"
b57f37fb 8006
b57f37fb 8007
b57f37fb 8008
b57f37fb 8009
b57f37fb 8010
b57f37fb 8011
b57f37fb 8012
b57f37fb 8013
b57f37fb 8014
b57f37fb 8015
b57f37fb 8016
b57f37fb 8017
b57f37fb 8018
b57f37fb 8019
042acc47
WP
8020if test -n "${ZSH_VERSION+set}" ; then
8021 setopt NO_GLOB_SUBST
b57f37fb 8022fi
b57f37fb 8023
042acc47
WP
8024{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8025$as_echo_n "checking for objdir... " >&6; }
8026if test "${lt_cv_objdir+set}" = set; then :
8027 $as_echo_n "(cached) " >&6
b57f37fb 8028else
042acc47
WP
8029 rm -f .libs 2>/dev/null
8030mkdir .libs 2>/dev/null
8031if test -d .libs; then
8032 lt_cv_objdir=.libs
8033else
8034 # MS-DOS does not allow filenames that begin with a dot.
8035 lt_cv_objdir=_libs
8036fi
8037rmdir .libs 2>/dev/null
b57f37fb 8038fi
042acc47
WP
8039{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8040$as_echo "$lt_cv_objdir" >&6; }
8041objdir=$lt_cv_objdir
b57f37fb
WP
8042
8043
b57f37fb 8044
b57f37fb 8045
b57f37fb 8046
042acc47
WP
8047cat >>confdefs.h <<_ACEOF
8048#define LT_OBJDIR "$lt_cv_objdir/"
8049_ACEOF
b57f37fb 8050
b57f37fb 8051
b57f37fb 8052
b57f37fb 8053
b57f37fb 8054
b57f37fb 8055
b57f37fb 8056
b57f37fb 8057
b57f37fb 8058
b57f37fb 8059
b57f37fb 8060
b57f37fb 8061
b57f37fb 8062
b57f37fb 8063
b57f37fb 8064
b57f37fb 8065
b57f37fb 8066
042acc47
WP
8067case $host_os in
8068aix3*)
8069 # AIX sometimes has problems with the GCC collect2 program. For some
8070 # reason, if we set the COLLECT_NAMES environment variable, the problems
8071 # vanish in a puff of smoke.
8072 if test "X${COLLECT_NAMES+set}" != Xset; then
8073 COLLECT_NAMES=
8074 export COLLECT_NAMES
8075 fi
8076 ;;
8077esac
b57f37fb 8078
042acc47
WP
8079# Sed substitution that helps us do robust quoting. It backslashifies
8080# metacharacters that are still active within double-quoted strings.
8081sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
b57f37fb 8082
042acc47
WP
8083# Same as above, but do not quote variable references.
8084double_quote_subst='s/\(["`\\]\)/\\\1/g'
b57f37fb 8085
042acc47
WP
8086# Sed substitution to delay expansion of an escaped shell variable in a
8087# double_quote_subst'ed string.
8088delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
b57f37fb 8089
042acc47
WP
8090# Sed substitution to delay expansion of an escaped single quote.
8091delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
b57f37fb 8092
042acc47
WP
8093# Sed substitution to avoid accidental globbing in evaled expressions
8094no_glob_subst='s/\*/\\\*/g'
b57f37fb 8095
042acc47
WP
8096# Global variables:
8097ofile=libtool
8098can_build_shared=yes
b57f37fb 8099
042acc47
WP
8100# All known linkers require a `.a' archive for static linking (except MSVC,
8101# which needs '.lib').
8102libext=a
b57f37fb 8103
042acc47 8104with_gnu_ld="$lt_cv_prog_gnu_ld"
b57f37fb 8105
042acc47
WP
8106old_CC="$CC"
8107old_CFLAGS="$CFLAGS"
b57f37fb 8108
042acc47
WP
8109# Set sane defaults for various variables
8110test -z "$CC" && CC=cc
8111test -z "$LTCC" && LTCC=$CC
8112test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8113test -z "$LD" && LD=ld
8114test -z "$ac_objext" && ac_objext=o
b57f37fb 8115
042acc47
WP
8116for cc_temp in $compiler""; do
8117 case $cc_temp in
8118 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8119 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8120 \-*) ;;
8121 *) break;;
8122 esac
8123done
8124cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
b57f37fb 8125
b57f37fb 8126
042acc47
WP
8127# Only perform the check for file, if the check method requires it
8128test -z "$MAGIC_CMD" && MAGIC_CMD=file
8129case $deplibs_check_method in
8130file_magic*)
8131 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8133$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8134if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8135 $as_echo_n "(cached) " >&6
8136else
8137 case $MAGIC_CMD in
8138[\\/*] | ?:[\\/]*)
8139 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8140 ;;
8141*)
8142 lt_save_MAGIC_CMD="$MAGIC_CMD"
8143 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8144 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8145 for ac_dir in $ac_dummy; do
8146 IFS="$lt_save_ifs"
8147 test -z "$ac_dir" && ac_dir=.
8148 if test -f $ac_dir/${ac_tool_prefix}file; then
8149 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8150 if test -n "$file_magic_test_file"; then
8151 case $deplibs_check_method in
8152 "file_magic "*)
8153 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8154 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8155 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8156 $EGREP "$file_magic_regex" > /dev/null; then
8157 :
8158 else
8159 cat <<_LT_EOF 1>&2
b57f37fb 8160
042acc47
WP
8161*** Warning: the command libtool uses to detect shared libraries,
8162*** $file_magic_cmd, produces output that libtool cannot recognize.
8163*** The result is that libtool may fail to recognize shared libraries
8164*** as such. This will affect the creation of libtool libraries that
8165*** depend on shared libraries, but programs linked with such libtool
8166*** libraries will work regardless of this problem. Nevertheless, you
8167*** may want to report the problem to your system manager and/or to
8168*** bug-libtool@gnu.org
b57f37fb 8169
042acc47
WP
8170_LT_EOF
8171 fi ;;
b57f37fb 8172 esac
b57f37fb 8173 fi
042acc47
WP
8174 break
8175 fi
8176 done
8177 IFS="$lt_save_ifs"
8178 MAGIC_CMD="$lt_save_MAGIC_CMD"
8179 ;;
8180esac
8181fi
b57f37fb 8182
042acc47
WP
8183MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8184if test -n "$MAGIC_CMD"; then
8185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8186$as_echo "$MAGIC_CMD" >&6; }
8187else
8188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8189$as_echo "no" >&6; }
8190fi
b57f37fb 8191
b57f37fb 8192
b57f37fb 8193
042acc47
WP
8194
8195
8196if test -z "$lt_cv_path_MAGIC_CMD"; then
8197 if test -n "$ac_tool_prefix"; then
8198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8199$as_echo_n "checking for file... " >&6; }
8200if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8201 $as_echo_n "(cached) " >&6
b57f37fb 8202else
042acc47
WP
8203 case $MAGIC_CMD in
8204[\\/*] | ?:[\\/]*)
8205 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8206 ;;
8207*)
8208 lt_save_MAGIC_CMD="$MAGIC_CMD"
8209 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8210 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8211 for ac_dir in $ac_dummy; do
8212 IFS="$lt_save_ifs"
8213 test -z "$ac_dir" && ac_dir=.
8214 if test -f $ac_dir/file; then
8215 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8216 if test -n "$file_magic_test_file"; then
8217 case $deplibs_check_method in
8218 "file_magic "*)
8219 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8220 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8221 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8222 $EGREP "$file_magic_regex" > /dev/null; then
8223 :
8224 else
8225 cat <<_LT_EOF 1>&2
b57f37fb 8226
042acc47
WP
8227*** Warning: the command libtool uses to detect shared libraries,
8228*** $file_magic_cmd, produces output that libtool cannot recognize.
8229*** The result is that libtool may fail to recognize shared libraries
8230*** as such. This will affect the creation of libtool libraries that
8231*** depend on shared libraries, but programs linked with such libtool
8232*** libraries will work regardless of this problem. Nevertheless, you
8233*** may want to report the problem to your system manager and/or to
8234*** bug-libtool@gnu.org
b57f37fb 8235
042acc47
WP
8236_LT_EOF
8237 fi ;;
8238 esac
8239 fi
8240 break
8241 fi
8242 done
8243 IFS="$lt_save_ifs"
8244 MAGIC_CMD="$lt_save_MAGIC_CMD"
8245 ;;
8246esac
b57f37fb
WP
8247fi
8248
042acc47
WP
8249MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8250if test -n "$MAGIC_CMD"; then
8251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8252$as_echo "$MAGIC_CMD" >&6; }
8253else
8254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8255$as_echo "no" >&6; }
8256fi
b57f37fb 8257
b57f37fb 8258
042acc47
WP
8259 else
8260 MAGIC_CMD=:
8261 fi
8262fi
b57f37fb 8263
042acc47
WP
8264 fi
8265 ;;
b57f37fb 8266esac
b57f37fb 8267
042acc47
WP
8268# Use C for the default configuration in the libtool script
8269
8270lt_save_CC="$CC"
8271ac_ext=c
8272ac_cpp='$CPP $CPPFLAGS'
8273ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8274ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8275ac_compiler_gnu=$ac_cv_c_compiler_gnu
8276
8277
8278# Source file extension for C test sources.
8279ac_ext=c
8280
8281# Object file extension for compiled C test sources.
8282objext=o
8283objext=$objext
8284
8285# Code to be used in simple compile tests
8286lt_simple_compile_test_code="int some_variable = 0;"
8287
8288# Code to be used in simple link tests
8289lt_simple_link_test_code='int main(){return(0);}'
8290
8291
8292
8293
8294
8295
8296
8297# If no C compiler was specified, use CC.
8298LTCC=${LTCC-"$CC"}
8299
8300# If no C compiler flags were specified, use CFLAGS.
8301LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8302
8303# Allow CC to be a program name with arguments.
8304compiler=$CC
8305
8306# Save the default compiler, since it gets overwritten when the other
8307# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8308compiler_DEFAULT=$CC
8309
8310# save warnings/boilerplate of simple test code
8311ac_outfile=conftest.$ac_objext
8312echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8313eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8314_lt_compiler_boilerplate=`cat conftest.err`
8315$RM conftest*
8316
8317ac_outfile=conftest.$ac_objext
8318echo "$lt_simple_link_test_code" >conftest.$ac_ext
8319eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8320_lt_linker_boilerplate=`cat conftest.err`
8321$RM -r conftest*
8322
8323
8324if test -n "$compiler"; then
8325
8326lt_prog_compiler_no_builtin_flag=
8327
8328if test "$GCC" = yes; then
8329 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
8330
8331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8332$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8333if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8334 $as_echo_n "(cached) " >&6
b57f37fb 8335else
042acc47
WP
8336 lt_cv_prog_compiler_rtti_exceptions=no
8337 ac_outfile=conftest.$ac_objext
8338 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8339 lt_compiler_flag="-fno-rtti -fno-exceptions"
8340 # Insert the option either (1) after the last *FLAGS variable, or
8341 # (2) before a word containing "conftest.", or (3) at the end.
8342 # Note that $ac_compile itself does not contain backslashes and begins
8343 # with a dollar sign (not a hyphen), so the echo should work correctly.
8344 # The option is referenced via a variable to avoid confusing sed.
8345 lt_compile=`echo "$ac_compile" | $SED \
8346 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8347 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8348 -e 's:$: $lt_compiler_flag:'`
1800d973 8349 (eval echo "\"\$as_me:8349: $lt_compile\"" >&5)
042acc47
WP
8350 (eval "$lt_compile" 2>conftest.err)
8351 ac_status=$?
8352 cat conftest.err >&5
1800d973 8353 echo "$as_me:8353: \$? = $ac_status" >&5
042acc47
WP
8354 if (exit $ac_status) && test -s "$ac_outfile"; then
8355 # The compiler can only warn and ignore the option if not recognized
8356 # So say no if there are warnings other than the usual output.
8357 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
8358 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8359 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8360 lt_cv_prog_compiler_rtti_exceptions=yes
8361 fi
8362 fi
8363 $RM conftest*
b57f37fb 8364
042acc47
WP
8365fi
8366{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8367$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
b57f37fb 8368
042acc47
WP
8369if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8370 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8371else
8372 :
b57f37fb
WP
8373fi
8374
042acc47 8375fi
b57f37fb 8376
042acc47
WP
8377
8378
8379
8380
8381
8382 lt_prog_compiler_wl=
8383lt_prog_compiler_pic=
8384lt_prog_compiler_static=
8385
8386{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8387$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8388
8389 if test "$GCC" = yes; then
8390 lt_prog_compiler_wl='-Wl,'
8391 lt_prog_compiler_static='-static'
8392
8393 case $host_os in
8394 aix*)
8395 # All AIX code is PIC.
8396 if test "$host_cpu" = ia64; then
8397 # AIX 5 now supports IA64 processor
8398 lt_prog_compiler_static='-Bstatic'
b57f37fb
WP
8399 fi
8400 ;;
8401
8402 amigaos*)
042acc47
WP
8403 case $host_cpu in
8404 powerpc)
8405 # see comment about AmigaOS4 .so support
8406 lt_prog_compiler_pic='-fPIC'
8407 ;;
8408 m68k)
8409 # FIXME: we need at least 68020 code to build shared libraries, but
8410 # adding the `-m68020' flag to GCC prevents building anything better,
8411 # like `-m68040'.
8412 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8413 ;;
8414 esac
b57f37fb
WP
8415 ;;
8416
042acc47
WP
8417 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8418 # PIC is the default for these OSes.
b57f37fb
WP
8419 ;;
8420
042acc47
WP
8421 mingw* | cygwin* | pw32* | os2* | cegcc*)
8422 # This hack is so that the source file can tell whether it is being
8423 # built for inclusion in a dll (and should export symbols for example).
8424 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8425 # (--disable-auto-import) libraries
8426 lt_prog_compiler_pic='-DDLL_EXPORT'
b57f37fb
WP
8427 ;;
8428
8429 darwin* | rhapsody*)
042acc47
WP
8430 # PIC is the default on this platform
8431 # Common symbols not allowed in MH_DYLIB files
8432 lt_prog_compiler_pic='-fno-common'
b57f37fb
WP
8433 ;;
8434
042acc47
WP
8435 hpux*)
8436 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8437 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8438 # sets the default TLS model and affects inlining.
8439 case $host_cpu in
8440 hppa*64*)
8441 # +Z the default
8442 ;;
8443 *)
8444 lt_prog_compiler_pic='-fPIC'
8445 ;;
8446 esac
b57f37fb
WP
8447 ;;
8448
042acc47
WP
8449 interix[3-9]*)
8450 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8451 # Instead, we relocate shared libraries at runtime.
b57f37fb
WP
8452 ;;
8453
042acc47
WP
8454 msdosdjgpp*)
8455 # Just because we use GCC doesn't mean we suddenly get shared libraries
8456 # on systems that don't support them.
8457 lt_prog_compiler_can_build_shared=no
8458 enable_shared=no
b57f37fb
WP
8459 ;;
8460
042acc47
WP
8461 *nto* | *qnx*)
8462 # QNX uses GNU C++, but need to define -shared option too, otherwise
8463 # it will coredump.
8464 lt_prog_compiler_pic='-fPIC -shared'
b57f37fb
WP
8465 ;;
8466
042acc47
WP
8467 sysv4*MP*)
8468 if test -d /usr/nec; then
8469 lt_prog_compiler_pic=-Kconform_pic
8470 fi
b57f37fb
WP
8471 ;;
8472
042acc47
WP
8473 *)
8474 lt_prog_compiler_pic='-fPIC'
8475 ;;
8476 esac
8477 else
8478 # PORTME Check for flag to pass linker flags through the system compiler.
8479 case $host_os in
8480 aix*)
8481 lt_prog_compiler_wl='-Wl,'
8482 if test "$host_cpu" = ia64; then
8483 # AIX 5 now supports IA64 processor
8484 lt_prog_compiler_static='-Bstatic'
b57f37fb 8485 else
042acc47 8486 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
b57f37fb 8487 fi
b57f37fb
WP
8488 ;;
8489
042acc47
WP
8490 mingw* | cygwin* | pw32* | os2* | cegcc*)
8491 # This hack is so that the source file can tell whether it is being
8492 # built for inclusion in a dll (and should export symbols for example).
8493 lt_prog_compiler_pic='-DDLL_EXPORT'
8494 ;;
b57f37fb 8495
042acc47
WP
8496 hpux9* | hpux10* | hpux11*)
8497 lt_prog_compiler_wl='-Wl,'
8498 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8499 # not for PA HP-UX.
8500 case $host_cpu in
8501 hppa*64*|ia64*)
8502 # +Z the default
8503 ;;
8504 *)
8505 lt_prog_compiler_pic='+Z'
8506 ;;
8507 esac
8508 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8509 lt_prog_compiler_static='${wl}-a ${wl}archive'
8510 ;;
b57f37fb 8511
042acc47
WP
8512 irix5* | irix6* | nonstopux*)
8513 lt_prog_compiler_wl='-Wl,'
8514 # PIC (with -KPIC) is the default.
8515 lt_prog_compiler_static='-non_shared'
b57f37fb
WP
8516 ;;
8517
042acc47
WP
8518 linux* | k*bsd*-gnu)
8519 case $cc_basename in
8520 # old Intel for x86_64 which still supported -KPIC.
8521 ecc*)
8522 lt_prog_compiler_wl='-Wl,'
8523 lt_prog_compiler_pic='-KPIC'
8524 lt_prog_compiler_static='-static'
8525 ;;
8526 # icc used to be incompatible with GCC.
8527 # ICC 10 doesn't accept -KPIC any more.
8528 icc* | ifort*)
8529 lt_prog_compiler_wl='-Wl,'
8530 lt_prog_compiler_pic='-fPIC'
8531 lt_prog_compiler_static='-static'
8532 ;;
8533 # Lahey Fortran 8.1.
8534 lf95*)
8535 lt_prog_compiler_wl='-Wl,'
8536 lt_prog_compiler_pic='--shared'
8537 lt_prog_compiler_static='--static'
8538 ;;
8539 pgcc* | pgf77* | pgf90* | pgf95*)
8540 # Portland Group compilers (*not* the Pentium gcc compiler,
8541 # which looks to be a dead project)
8542 lt_prog_compiler_wl='-Wl,'
8543 lt_prog_compiler_pic='-fpic'
8544 lt_prog_compiler_static='-Bstatic'
8545 ;;
8546 ccc*)
8547 lt_prog_compiler_wl='-Wl,'
8548 # All Alpha code is PIC.
8549 lt_prog_compiler_static='-non_shared'
8550 ;;
8551 xl*)
8552 # IBM XL C 8.0/Fortran 10.1 on PPC
8553 lt_prog_compiler_wl='-Wl,'
8554 lt_prog_compiler_pic='-qpic'
8555 lt_prog_compiler_static='-qstaticlink'
8556 ;;
8557 *)
8558 case `$CC -V 2>&1 | sed 5q` in
8559 *Sun\ C*)
8560 # Sun C 5.9
8561 lt_prog_compiler_pic='-KPIC'
8562 lt_prog_compiler_static='-Bstatic'
8563 lt_prog_compiler_wl='-Wl,'
b57f37fb 8564 ;;
042acc47
WP
8565 *Sun\ F*)
8566 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8567 lt_prog_compiler_pic='-KPIC'
8568 lt_prog_compiler_static='-Bstatic'
8569 lt_prog_compiler_wl=''
b57f37fb
WP
8570 ;;
8571 esac
042acc47
WP
8572 ;;
8573 esac
8574 ;;
b57f37fb 8575
042acc47
WP
8576 newsos6)
8577 lt_prog_compiler_pic='-KPIC'
8578 lt_prog_compiler_static='-Bstatic'
8579 ;;
b57f37fb 8580
042acc47
WP
8581 *nto* | *qnx*)
8582 # QNX uses GNU C++, but need to define -shared option too, otherwise
8583 # it will coredump.
8584 lt_prog_compiler_pic='-fPIC -shared'
b57f37fb
WP
8585 ;;
8586
042acc47
WP
8587 osf3* | osf4* | osf5*)
8588 lt_prog_compiler_wl='-Wl,'
8589 # All OSF/1 code is PIC.
8590 lt_prog_compiler_static='-non_shared'
b57f37fb
WP
8591 ;;
8592
042acc47
WP
8593 rdos*)
8594 lt_prog_compiler_static='-non_shared'
b57f37fb
WP
8595 ;;
8596
042acc47
WP
8597 solaris*)
8598 lt_prog_compiler_pic='-KPIC'
8599 lt_prog_compiler_static='-Bstatic'
8600 case $cc_basename in
8601 f77* | f90* | f95*)
8602 lt_prog_compiler_wl='-Qoption ld ';;
8603 *)
8604 lt_prog_compiler_wl='-Wl,';;
8605 esac
b57f37fb
WP
8606 ;;
8607
042acc47
WP
8608 sunos4*)
8609 lt_prog_compiler_wl='-Qoption ld '
8610 lt_prog_compiler_pic='-PIC'
8611 lt_prog_compiler_static='-Bstatic'
b57f37fb
WP
8612 ;;
8613
042acc47
WP
8614 sysv4 | sysv4.2uw2* | sysv4.3*)
8615 lt_prog_compiler_wl='-Wl,'
8616 lt_prog_compiler_pic='-KPIC'
8617 lt_prog_compiler_static='-Bstatic'
b57f37fb
WP
8618 ;;
8619
042acc47
WP
8620 sysv4*MP*)
8621 if test -d /usr/nec ;then
8622 lt_prog_compiler_pic='-Kconform_pic'
8623 lt_prog_compiler_static='-Bstatic'
b57f37fb 8624 fi
b57f37fb
WP
8625 ;;
8626
042acc47
WP
8627 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8628 lt_prog_compiler_wl='-Wl,'
8629 lt_prog_compiler_pic='-KPIC'
8630 lt_prog_compiler_static='-Bstatic'
8631 ;;
b57f37fb 8632
042acc47
WP
8633 unicos*)
8634 lt_prog_compiler_wl='-Wl,'
8635 lt_prog_compiler_can_build_shared=no
b57f37fb
WP
8636 ;;
8637
042acc47
WP
8638 uts4*)
8639 lt_prog_compiler_pic='-pic'
8640 lt_prog_compiler_static='-Bstatic'
b57f37fb
WP
8641 ;;
8642
042acc47
WP
8643 *)
8644 lt_prog_compiler_can_build_shared=no
b57f37fb 8645 ;;
042acc47
WP
8646 esac
8647 fi
b57f37fb 8648
042acc47
WP
8649case $host_os in
8650 # For platforms which do not support PIC, -DPIC is meaningless:
8651 *djgpp*)
8652 lt_prog_compiler_pic=
8653 ;;
8654 *)
8655 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8656 ;;
8657esac
8658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8659$as_echo "$lt_prog_compiler_pic" >&6; }
b57f37fb 8660
b57f37fb 8661
b57f37fb 8662
b57f37fb 8663
b57f37fb 8664
b57f37fb 8665
042acc47
WP
8666#
8667# Check to make sure the PIC flag actually works.
8668#
8669if test -n "$lt_prog_compiler_pic"; then
8670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8671$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8672if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8673 $as_echo_n "(cached) " >&6
8674else
8675 lt_cv_prog_compiler_pic_works=no
8676 ac_outfile=conftest.$ac_objext
8677 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8678 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8679 # Insert the option either (1) after the last *FLAGS variable, or
8680 # (2) before a word containing "conftest.", or (3) at the end.
8681 # Note that $ac_compile itself does not contain backslashes and begins
8682 # with a dollar sign (not a hyphen), so the echo should work correctly.
8683 # The option is referenced via a variable to avoid confusing sed.
8684 lt_compile=`echo "$ac_compile" | $SED \
8685 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8686 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8687 -e 's:$: $lt_compiler_flag:'`
1800d973 8688 (eval echo "\"\$as_me:8688: $lt_compile\"" >&5)
042acc47
WP
8689 (eval "$lt_compile" 2>conftest.err)
8690 ac_status=$?
8691 cat conftest.err >&5
1800d973 8692 echo "$as_me:8692: \$? = $ac_status" >&5
042acc47
WP
8693 if (exit $ac_status) && test -s "$ac_outfile"; then
8694 # The compiler can only warn and ignore the option if not recognized
8695 # So say no if there are warnings other than the usual output.
8696 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
8697 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8698 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8699 lt_cv_prog_compiler_pic_works=yes
8700 fi
8701 fi
8702 $RM conftest*
8703
8704fi
8705{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8706$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8707
8708if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8709 case $lt_prog_compiler_pic in
8710 "" | " "*) ;;
8711 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8712 esac
8713else
8714 lt_prog_compiler_pic=
8715 lt_prog_compiler_can_build_shared=no
8716fi
8717
8718fi
8719
8720
b57f37fb 8721
b57f37fb 8722
b57f37fb 8723
b57f37fb
WP
8724
8725#
042acc47 8726# Check to make sure the static flag actually works.
b57f37fb 8727#
042acc47
WP
8728wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8730$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8731if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8732 $as_echo_n "(cached) " >&6
8733else
8734 lt_cv_prog_compiler_static_works=no
8735 save_LDFLAGS="$LDFLAGS"
8736 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8737 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8738 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8739 # The linker can only warn and ignore the option if not recognized
8740 # So say no if there are warnings
8741 if test -s conftest.err; then
8742 # Append any errors to the config.log.
8743 cat conftest.err 1>&5
8744 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
8745 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8746 if diff conftest.exp conftest.er2 >/dev/null; then
8747 lt_cv_prog_compiler_static_works=yes
8748 fi
8749 else
8750 lt_cv_prog_compiler_static_works=yes
8751 fi
8752 fi
8753 $RM -r conftest*
8754 LDFLAGS="$save_LDFLAGS"
b57f37fb 8755
042acc47
WP
8756fi
8757{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8758$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
b57f37fb 8759
042acc47
WP
8760if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8761 :
8762else
8763 lt_prog_compiler_static=
8764fi
b57f37fb 8765
b57f37fb 8766
b57f37fb 8767
b57f37fb 8768
b57f37fb 8769
b57f37fb 8770
b57f37fb 8771
042acc47
WP
8772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8773$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8774if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8775 $as_echo_n "(cached) " >&6
8776else
8777 lt_cv_prog_compiler_c_o=no
8778 $RM -r conftest 2>/dev/null
8779 mkdir conftest
8780 cd conftest
8781 mkdir out
8782 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
b57f37fb 8783
042acc47
WP
8784 lt_compiler_flag="-o out/conftest2.$ac_objext"
8785 # Insert the option either (1) after the last *FLAGS variable, or
8786 # (2) before a word containing "conftest.", or (3) at the end.
8787 # Note that $ac_compile itself does not contain backslashes and begins
8788 # with a dollar sign (not a hyphen), so the echo should work correctly.
8789 lt_compile=`echo "$ac_compile" | $SED \
8790 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8791 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8792 -e 's:$: $lt_compiler_flag:'`
1800d973 8793 (eval echo "\"\$as_me:8793: $lt_compile\"" >&5)
042acc47
WP
8794 (eval "$lt_compile" 2>out/conftest.err)
8795 ac_status=$?
8796 cat out/conftest.err >&5
1800d973 8797 echo "$as_me:8797: \$? = $ac_status" >&5
042acc47
WP
8798 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8799 then
8800 # The compiler can only warn and ignore the option if not recognized
8801 # So say no if there are warnings
8802 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8803 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8804 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8805 lt_cv_prog_compiler_c_o=yes
8806 fi
8807 fi
8808 chmod u+w . 2>&5
8809 $RM conftest*
8810 # SGI C++ compiler will create directory out/ii_files/ for
8811 # template instantiation
8812 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8813 $RM out/* && rmdir out
8814 cd ..
8815 $RM -r conftest
8816 $RM conftest*
b57f37fb 8817
042acc47
WP
8818fi
8819{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8820$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
b57f37fb 8821
b57f37fb 8822
b57f37fb 8823
b57f37fb 8824
b57f37fb 8825
b57f37fb 8826
042acc47
WP
8827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8828$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8829if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8830 $as_echo_n "(cached) " >&6
8831else
8832 lt_cv_prog_compiler_c_o=no
8833 $RM -r conftest 2>/dev/null
8834 mkdir conftest
8835 cd conftest
8836 mkdir out
8837 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
b57f37fb 8838
042acc47
WP
8839 lt_compiler_flag="-o out/conftest2.$ac_objext"
8840 # Insert the option either (1) after the last *FLAGS variable, or
8841 # (2) before a word containing "conftest.", or (3) at the end.
8842 # Note that $ac_compile itself does not contain backslashes and begins
8843 # with a dollar sign (not a hyphen), so the echo should work correctly.
8844 lt_compile=`echo "$ac_compile" | $SED \
8845 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8846 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8847 -e 's:$: $lt_compiler_flag:'`
1800d973 8848 (eval echo "\"\$as_me:8848: $lt_compile\"" >&5)
042acc47
WP
8849 (eval "$lt_compile" 2>out/conftest.err)
8850 ac_status=$?
8851 cat out/conftest.err >&5
1800d973 8852 echo "$as_me:8852: \$? = $ac_status" >&5
042acc47
WP
8853 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8854 then
8855 # The compiler can only warn and ignore the option if not recognized
8856 # So say no if there are warnings
8857 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8858 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8859 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8860 lt_cv_prog_compiler_c_o=yes
8861 fi
8862 fi
8863 chmod u+w . 2>&5
8864 $RM conftest*
8865 # SGI C++ compiler will create directory out/ii_files/ for
8866 # template instantiation
8867 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8868 $RM out/* && rmdir out
8869 cd ..
8870 $RM -r conftest
8871 $RM conftest*
b57f37fb 8872
042acc47
WP
8873fi
8874{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8875$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8876
8877
8878
8879
8880hard_links="nottested"
8881if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8882 # do not overwrite the value of need_locks provided by the user
8883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8884$as_echo_n "checking if we can lock with hard links... " >&6; }
8885 hard_links=yes
8886 $RM conftest*
8887 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8888 touch conftest.a
8889 ln conftest.a conftest.b 2>&5 || hard_links=no
8890 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8892$as_echo "$hard_links" >&6; }
8893 if test "$hard_links" = no; then
8894 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8895$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8896 need_locks=warn
8897 fi
8898else
8899 need_locks=no
8900fi
8901
8902
8903
8904
8905
8906
8907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8908$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8909
8910 runpath_var=
8911 allow_undefined_flag=
8912 always_export_symbols=no
8913 archive_cmds=
8914 archive_expsym_cmds=
8915 compiler_needs_object=no
8916 enable_shared_with_static_runtimes=no
8917 export_dynamic_flag_spec=
8918 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8919 hardcode_automatic=no
8920 hardcode_direct=no
8921 hardcode_direct_absolute=no
8922 hardcode_libdir_flag_spec=
8923 hardcode_libdir_flag_spec_ld=
8924 hardcode_libdir_separator=
8925 hardcode_minus_L=no
8926 hardcode_shlibpath_var=unsupported
8927 inherit_rpath=no
8928 link_all_deplibs=unknown
8929 module_cmds=
8930 module_expsym_cmds=
8931 old_archive_from_new_cmds=
8932 old_archive_from_expsyms_cmds=
8933 thread_safe_flag_spec=
8934 whole_archive_flag_spec=
8935 # include_expsyms should be a list of space-separated symbols to be *always*
8936 # included in the symbol list
8937 include_expsyms=
8938 # exclude_expsyms can be an extended regexp of symbols to exclude
8939 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8940 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8941 # as well as any symbol that contains `d'.
8942 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8943 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8944 # platforms (ab)use it in PIC code, but their linkers get confused if
8945 # the symbol is explicitly referenced. Since portable code cannot
8946 # rely on this symbol name, it's probably fine to never include it in
8947 # preloaded symbol tables.
8948 # Exclude shared library initialization/finalization symbols.
8949 extract_expsyms_cmds=
b57f37fb 8950
b57f37fb 8951 case $host_os in
042acc47
WP
8952 cygwin* | mingw* | pw32* | cegcc*)
8953 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8954 # When not using gcc, we currently assume that we are using
8955 # Microsoft Visual C++.
8956 if test "$GCC" != yes; then
8957 with_gnu_ld=no
8958 fi
b57f37fb 8959 ;;
042acc47
WP
8960 interix*)
8961 # we just hope/assume this is gcc and not c89 (= MSVC++)
8962 with_gnu_ld=yes
b57f37fb 8963 ;;
042acc47
WP
8964 openbsd*)
8965 with_gnu_ld=no
b57f37fb 8966 ;;
b57f37fb 8967 esac
b57f37fb 8968
042acc47
WP
8969 ld_shlibs=yes
8970 if test "$with_gnu_ld" = yes; then
8971 # If archive_cmds runs LD, not CC, wlarc should be empty
8972 wlarc='${wl}'
b57f37fb 8973
042acc47
WP
8974 # Set some defaults for GNU ld with shared library support. These
8975 # are reset later if shared libraries are not supported. Putting them
8976 # here allows them to be overridden if necessary.
8977 runpath_var=LD_RUN_PATH
8978 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8979 export_dynamic_flag_spec='${wl}--export-dynamic'
8980 # ancient GNU ld didn't support --whole-archive et. al.
8981 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8982 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
b57f37fb 8983 else
042acc47 8984 whole_archive_flag_spec=
b57f37fb 8985 fi
042acc47
WP
8986 supports_anon_versioning=no
8987 case `$LD -v 2>&1` in
8988 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8989 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8990 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8991 *\ 2.11.*) ;; # other 2.11 versions
8992 *) supports_anon_versioning=yes ;;
b57f37fb 8993 esac
b57f37fb 8994
042acc47
WP
8995 # See if GNU ld supports shared libraries.
8996 case $host_os in
8997 aix[3-9]*)
8998 # On AIX/PPC, the GNU linker is very broken
8999 if test "$host_cpu" != ia64; then
9000 ld_shlibs=no
9001 cat <<_LT_EOF 1>&2
b57f37fb 9002
042acc47
WP
9003*** Warning: the GNU linker, at least up to release 2.9.1, is reported
9004*** to be unable to reliably create shared libraries on AIX.
9005*** Therefore, libtool is disabling shared libraries support. If you
9006*** really care for shared libraries, you may want to modify your PATH
9007*** so that a non-GNU linker is found, and then restart.
b57f37fb 9008
042acc47
WP
9009_LT_EOF
9010 fi
9011 ;;
b57f37fb
WP
9012
9013 amigaos*)
042acc47
WP
9014 case $host_cpu in
9015 powerpc)
9016 # see comment about AmigaOS4 .so support
9017 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9018 archive_expsym_cmds=''
9019 ;;
9020 m68k)
9021 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)'
9022 hardcode_libdir_flag_spec='-L$libdir'
9023 hardcode_minus_L=yes
9024 ;;
9025 esac
b57f37fb
WP
9026 ;;
9027
9028 beos*)
042acc47
WP
9029 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9030 allow_undefined_flag=unsupported
b57f37fb
WP
9031 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9032 # support --undefined. This deserves some investigation. FIXME
042acc47 9033 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
b57f37fb 9034 else
042acc47 9035 ld_shlibs=no
b57f37fb
WP
9036 fi
9037 ;;
9038
042acc47
WP
9039 cygwin* | mingw* | pw32* | cegcc*)
9040 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
b57f37fb 9041 # as there is no search path for DLLs.
042acc47
WP
9042 hardcode_libdir_flag_spec='-L$libdir'
9043 allow_undefined_flag=unsupported
9044 always_export_symbols=no
9045 enable_shared_with_static_runtimes=yes
9046 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9047
9048 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9049 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
b57f37fb
WP
9050 # If the export-symbols file already is a .def file (1st line
9051 # is EXPORTS), use it as is; otherwise, prepend...
042acc47 9052 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
b57f37fb
WP
9053 cp $export_symbols $output_objdir/$soname.def;
9054 else
9055 echo EXPORTS > $output_objdir/$soname.def;
9056 cat $export_symbols >> $output_objdir/$soname.def;
9057 fi~
9058 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9059 else
042acc47 9060 ld_shlibs=no
b57f37fb
WP
9061 fi
9062 ;;
9063
9064 interix[3-9]*)
042acc47
WP
9065 hardcode_direct=no
9066 hardcode_shlibpath_var=no
9067 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9068 export_dynamic_flag_spec='${wl}-E'
b57f37fb
WP
9069 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9070 # Instead, shared libraries are loaded at an image base (0x10000000 by
9071 # default) and relocated if they conflict, which is a slow very memory
9072 # consuming and fragmenting process. To avoid this, we pick a random,
9073 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9074 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
042acc47
WP
9075 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9076 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'
b57f37fb
WP
9077 ;;
9078
042acc47
WP
9079 gnu* | linux* | tpf* | k*bsd*-gnu)
9080 tmp_diet=no
9081 if test "$host_os" = linux-dietlibc; then
9082 case $cc_basename in
9083 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9084 esac
9085 fi
9086 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9087 && test "$tmp_diet" = no
9088 then
b57f37fb 9089 tmp_addflag=
042acc47 9090 tmp_sharedflag='-shared'
b57f37fb 9091 case $cc_basename,$host_cpu in
042acc47
WP
9092 pgcc*) # Portland Group C compiler
9093 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
b57f37fb
WP
9094 tmp_addflag=' $pic_flag'
9095 ;;
9096 pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
042acc47 9097 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
b57f37fb 9098 tmp_addflag=' $pic_flag -Mnomain' ;;
042acc47 9099 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
b57f37fb
WP
9100 tmp_addflag=' -i_dynamic' ;;
9101 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9102 tmp_addflag=' -i_dynamic -nofor_main' ;;
9103 ifc* | ifort*) # Intel Fortran compiler
9104 tmp_addflag=' -nofor_main' ;;
042acc47
WP
9105 lf95*) # Lahey Fortran 8.1
9106 whole_archive_flag_spec=
9107 tmp_sharedflag='--shared' ;;
9108 xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9109 tmp_sharedflag='-qmkshrobj'
9110 tmp_addflag= ;;
b57f37fb
WP
9111 esac
9112 case `$CC -V 2>&1 | sed 5q` in
9113 *Sun\ C*) # Sun C 5.9
042acc47
WP
9114 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
9115 compiler_needs_object=yes
b57f37fb
WP
9116 tmp_sharedflag='-G' ;;
9117 *Sun\ F*) # Sun Fortran 8.3
9118 tmp_sharedflag='-G' ;;
b57f37fb 9119 esac
042acc47 9120 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
b57f37fb 9121
042acc47
WP
9122 if test "x$supports_anon_versioning" = xyes; then
9123 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9124 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9125 echo "local: *; };" >> $output_objdir/$libname.ver~
9126 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9127 fi
9128
9129 case $cc_basename in
9130 xlf*)
9131 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9132 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9133 hardcode_libdir_flag_spec=
9134 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9135 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9136 if test "x$supports_anon_versioning" = xyes; then
9137 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9138 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9139 echo "local: *; };" >> $output_objdir/$libname.ver~
9140 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9141 fi
9142 ;;
9143 esac
b57f37fb 9144 else
042acc47 9145 ld_shlibs=no
b57f37fb
WP
9146 fi
9147 ;;
9148
1800d973 9149 netbsd*)
042acc47
WP
9150 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9151 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
b57f37fb
WP
9152 wlarc=
9153 else
042acc47
WP
9154 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9155 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
b57f37fb
WP
9156 fi
9157 ;;
9158
9159 solaris*)
042acc47
WP
9160 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9161 ld_shlibs=no
9162 cat <<_LT_EOF 1>&2
b57f37fb
WP
9163
9164*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9165*** create shared libraries on Solaris systems. Therefore, libtool
9166*** is disabling shared libraries support. We urge you to upgrade GNU
9167*** binutils to release 2.9.1 or newer. Another option is to modify
9168*** your PATH or compiler configuration so that the native linker is
9169*** used, and then restart.
9170
042acc47
WP
9171_LT_EOF
9172 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9173 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9174 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
b57f37fb 9175 else
042acc47 9176 ld_shlibs=no
b57f37fb
WP
9177 fi
9178 ;;
9179
9180 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9181 case `$LD -v 2>&1` in
9182 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
042acc47 9183 ld_shlibs=no
b57f37fb
WP
9184 cat <<_LT_EOF 1>&2
9185
9186*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9187*** reliably create shared libraries on SCO systems. Therefore, libtool
9188*** is disabling shared libraries support. We urge you to upgrade GNU
9189*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9190*** your PATH or compiler configuration so that the native linker is
9191*** used, and then restart.
9192
9193_LT_EOF
9194 ;;
9195 *)
042acc47
WP
9196 # For security reasons, it is highly recommended that you always
9197 # use absolute paths for naming shared libraries, and exclude the
9198 # DT_RUNPATH tag from executables and libraries. But doing so
9199 # requires that you compile everything twice, which is a pain.
9200 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9201 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9202 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9203 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
b57f37fb 9204 else
042acc47 9205 ld_shlibs=no
b57f37fb
WP
9206 fi
9207 ;;
9208 esac
9209 ;;
9210
9211 sunos4*)
042acc47 9212 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
b57f37fb 9213 wlarc=
042acc47
WP
9214 hardcode_direct=yes
9215 hardcode_shlibpath_var=no
b57f37fb
WP
9216 ;;
9217
9218 *)
042acc47
WP
9219 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9220 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9221 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
b57f37fb 9222 else
042acc47 9223 ld_shlibs=no
b57f37fb
WP
9224 fi
9225 ;;
9226 esac
9227
042acc47 9228 if test "$ld_shlibs" = no; then
b57f37fb 9229 runpath_var=
042acc47
WP
9230 hardcode_libdir_flag_spec=
9231 export_dynamic_flag_spec=
9232 whole_archive_flag_spec=
b57f37fb
WP
9233 fi
9234 else
9235 # PORTME fill in a description of your system's linker (not GNU ld)
9236 case $host_os in
9237 aix3*)
042acc47
WP
9238 allow_undefined_flag=unsupported
9239 always_export_symbols=yes
9240 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'
b57f37fb
WP
9241 # Note: this linker hardcodes the directories in LIBPATH if there
9242 # are no directories specified by -L.
042acc47 9243 hardcode_minus_L=yes
b57f37fb
WP
9244 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9245 # Neither direct hardcoding nor static linking is supported with a
9246 # broken collect2.
042acc47 9247 hardcode_direct=unsupported
b57f37fb
WP
9248 fi
9249 ;;
9250
56efe974 9251 aix[4-9]*)
b57f37fb
WP
9252 if test "$host_cpu" = ia64; then
9253 # On IA64, the linker does run time linking by default, so we don't
9254 # have to do anything special.
9255 aix_use_runtimelinking=no
9256 exp_sym_flag='-Bexport'
9257 no_entry_flag=""
9258 else
9259 # If we're using GNU nm, then we don't want the "-C" option.
9260 # -C means demangle to AIX nm, but means don't demangle with GNU nm
042acc47
WP
9261 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9262 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
b57f37fb 9263 else
042acc47 9264 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'
b57f37fb
WP
9265 fi
9266 aix_use_runtimelinking=no
9267
9268 # Test if we are trying to use run time linking or normal
9269 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9270 # need to do runtime linking.
56efe974 9271 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
b57f37fb 9272 for ld_flag in $LDFLAGS; do
042acc47
WP
9273 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9274 aix_use_runtimelinking=yes
9275 break
9276 fi
b57f37fb
WP
9277 done
9278 ;;
9279 esac
9280
9281 exp_sym_flag='-bexport'
9282 no_entry_flag='-bnoentry'
9283 fi
9284
9285 # When large executables or shared objects are built, AIX ld can
9286 # have problems creating the table of contents. If linking a library
9287 # or program results in "error TOC overflow" add -mminimal-toc to
9288 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9289 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9290
042acc47
WP
9291 archive_cmds=''
9292 hardcode_direct=yes
9293 hardcode_direct_absolute=yes
9294 hardcode_libdir_separator=':'
9295 link_all_deplibs=yes
9296 file_list_spec='${wl}-f,'
b57f37fb
WP
9297
9298 if test "$GCC" = yes; then
9299 case $host_os in aix4.[012]|aix4.[012].*)
9300 # We only want to do this on AIX 4.2 and lower, the check
9301 # below for broken collect2 doesn't work under 4.3+
9302 collect2name=`${CC} -print-prog-name=collect2`
042acc47
WP
9303 if test -f "$collect2name" &&
9304 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
b57f37fb 9305 then
042acc47
WP
9306 # We have reworked collect2
9307 :
b57f37fb 9308 else
042acc47
WP
9309 # We have old collect2
9310 hardcode_direct=unsupported
9311 # It fails to find uninstalled libraries when the uninstalled
9312 # path is not listed in the libpath. Setting hardcode_minus_L
9313 # to unsupported forces relinking
9314 hardcode_minus_L=yes
9315 hardcode_libdir_flag_spec='-L$libdir'
9316 hardcode_libdir_separator=
b57f37fb
WP
9317 fi
9318 ;;
9319 esac
9320 shared_flag='-shared'
9321 if test "$aix_use_runtimelinking" = yes; then
9322 shared_flag="$shared_flag "'${wl}-G'
9323 fi
9324 else
9325 # not using gcc
9326 if test "$host_cpu" = ia64; then
042acc47
WP
9327 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9328 # chokes on -Wl,-G. The following line is correct:
b57f37fb
WP
9329 shared_flag='-G'
9330 else
9331 if test "$aix_use_runtimelinking" = yes; then
9332 shared_flag='${wl}-G'
9333 else
9334 shared_flag='${wl}-bM:SRE'
9335 fi
9336 fi
9337 fi
9338
042acc47 9339 export_dynamic_flag_spec='${wl}-bexpall'
b57f37fb
WP
9340 # It seems that -bexpall does not export symbols beginning with
9341 # underscore (_), so it is better to generate a list of symbols to export.
042acc47 9342 always_export_symbols=yes
b57f37fb
WP
9343 if test "$aix_use_runtimelinking" = yes; then
9344 # Warning - without using the other runtime loading flags (-brtl),
9345 # -berok will link without error, but may produce a broken library.
042acc47
WP
9346 allow_undefined_flag='-berok'
9347 # Determine the default libpath from the value encoded in an
9348 # empty executable.
9349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb
WP
9350/* end confdefs.h. */
9351
9352int
9353main ()
9354{
9355
9356 ;
9357 return 0;
9358}
9359_ACEOF
042acc47 9360if ac_fn_c_try_link "$LINENO"; then :
b57f37fb
WP
9361
9362lt_aix_libpath_sed='
9363 /Import File Strings/,/^$/ {
9364 /^0/ {
9365 s/^0 *\(.*\)$/\1/
9366 p
9367 }
9368 }'
9369aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9370# Check for a 64-bit object if we didn't find anything.
9371if test -z "$aix_libpath"; then
9372 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9373fi
b57f37fb 9374fi
042acc47
WP
9375rm -f core conftest.err conftest.$ac_objext \
9376 conftest$ac_exeext conftest.$ac_ext
b57f37fb
WP
9377if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9378
042acc47
WP
9379 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9380 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
9381 else
b57f37fb 9382 if test "$host_cpu" = ia64; then
042acc47
WP
9383 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9384 allow_undefined_flag="-z nodefs"
9385 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"
b57f37fb 9386 else
042acc47
WP
9387 # Determine the default libpath from the value encoded in an
9388 # empty executable.
9389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb
WP
9390/* end confdefs.h. */
9391
9392int
9393main ()
9394{
9395
9396 ;
9397 return 0;
9398}
9399_ACEOF
042acc47 9400if ac_fn_c_try_link "$LINENO"; then :
b57f37fb
WP
9401
9402lt_aix_libpath_sed='
9403 /Import File Strings/,/^$/ {
9404 /^0/ {
9405 s/^0 *\(.*\)$/\1/
9406 p
9407 }
9408 }'
9409aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9410# Check for a 64-bit object if we didn't find anything.
9411if test -z "$aix_libpath"; then
9412 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9413fi
b57f37fb 9414fi
042acc47
WP
9415rm -f core conftest.err conftest.$ac_objext \
9416 conftest$ac_exeext conftest.$ac_ext
b57f37fb
WP
9417if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9418
042acc47 9419 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
b57f37fb
WP
9420 # Warning - without using the other run time loading flags,
9421 # -berok will link without error, but may produce a broken library.
042acc47
WP
9422 no_undefined_flag=' ${wl}-bernotok'
9423 allow_undefined_flag=' ${wl}-berok'
b57f37fb 9424 # Exported symbols can be pulled into shared objects from archives
042acc47
WP
9425 whole_archive_flag_spec='$convenience'
9426 archive_cmds_need_lc=yes
b57f37fb 9427 # This is similar to how AIX traditionally builds its shared libraries.
042acc47 9428 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'
b57f37fb
WP
9429 fi
9430 fi
9431 ;;
9432
9433 amigaos*)
042acc47
WP
9434 case $host_cpu in
9435 powerpc)
9436 # see comment about AmigaOS4 .so support
9437 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9438 archive_expsym_cmds=''
9439 ;;
9440 m68k)
9441 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)'
9442 hardcode_libdir_flag_spec='-L$libdir'
9443 hardcode_minus_L=yes
9444 ;;
9445 esac
b57f37fb
WP
9446 ;;
9447
9448 bsdi[45]*)
042acc47 9449 export_dynamic_flag_spec=-rdynamic
b57f37fb
WP
9450 ;;
9451
042acc47 9452 cygwin* | mingw* | pw32* | cegcc*)
b57f37fb
WP
9453 # When not using gcc, we currently assume that we are using
9454 # Microsoft Visual C++.
9455 # hardcode_libdir_flag_spec is actually meaningless, as there is
9456 # no search path for DLLs.
042acc47
WP
9457 hardcode_libdir_flag_spec=' '
9458 allow_undefined_flag=unsupported
b57f37fb
WP
9459 # Tell ltmain to make .lib files, not .a files.
9460 libext=lib
9461 # Tell ltmain to make .dll files, not .so files.
9462 shrext_cmds=".dll"
9463 # FIXME: Setting linknames here is a bad hack.
042acc47 9464 archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
b57f37fb 9465 # The linker will automatically build a .lib file if we build a DLL.
042acc47 9466 old_archive_from_new_cmds='true'
b57f37fb 9467 # FIXME: Should let the user specify the lib program.
042acc47
WP
9468 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9469 fix_srcfile_path='`cygpath -w "$srcfile"`'
9470 enable_shared_with_static_runtimes=yes
b57f37fb
WP
9471 ;;
9472
042acc47
WP
9473 darwin* | rhapsody*)
9474
9475
9476 archive_cmds_need_lc=no
9477 hardcode_direct=no
9478 hardcode_automatic=yes
9479 hardcode_shlibpath_var=unsupported
9480 whole_archive_flag_spec=''
9481 link_all_deplibs=yes
9482 allow_undefined_flag="$_lt_dar_allow_undefined"
9483 case $cc_basename in
9484 ifort*) _lt_dar_can_shared=yes ;;
9485 *) _lt_dar_can_shared=$GCC ;;
9486 esac
9487 if test "$_lt_dar_can_shared" = "yes"; then
9488 output_verbose_link_cmd=echo
9489 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9490 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9491 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}"
9492 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}"
9493
9494 else
9495 ld_shlibs=no
9496 fi
9497
b57f37fb
WP
9498 ;;
9499
9500 dgux*)
042acc47
WP
9501 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9502 hardcode_libdir_flag_spec='-L$libdir'
9503 hardcode_shlibpath_var=no
b57f37fb
WP
9504 ;;
9505
9506 freebsd1*)
042acc47 9507 ld_shlibs=no
b57f37fb
WP
9508 ;;
9509
9510 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9511 # support. Future versions do this automatically, but an explicit c++rt0.o
9512 # does not break anything, and helps significantly (at the cost of a little
9513 # extra space).
9514 freebsd2.2*)
042acc47
WP
9515 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9516 hardcode_libdir_flag_spec='-R$libdir'
9517 hardcode_direct=yes
9518 hardcode_shlibpath_var=no
b57f37fb
WP
9519 ;;
9520
9521 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9522 freebsd2*)
042acc47
WP
9523 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9524 hardcode_direct=yes
9525 hardcode_minus_L=yes
9526 hardcode_shlibpath_var=no
b57f37fb
WP
9527 ;;
9528
9529 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9530 freebsd* | dragonfly*)
042acc47
WP
9531 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9532 hardcode_libdir_flag_spec='-R$libdir'
9533 hardcode_direct=yes
9534 hardcode_shlibpath_var=no
b57f37fb
WP
9535 ;;
9536
9537 hpux9*)
9538 if test "$GCC" = yes; then
042acc47 9539 archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
b57f37fb 9540 else
042acc47 9541 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'
b57f37fb 9542 fi
042acc47
WP
9543 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9544 hardcode_libdir_separator=:
9545 hardcode_direct=yes
b57f37fb
WP
9546
9547 # hardcode_minus_L: Not really in the search PATH,
9548 # but as the default location of the library.
042acc47
WP
9549 hardcode_minus_L=yes
9550 export_dynamic_flag_spec='${wl}-E'
b57f37fb
WP
9551 ;;
9552
9553 hpux10*)
9554 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
042acc47 9555 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
b57f37fb 9556 else
042acc47 9557 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
b57f37fb
WP
9558 fi
9559 if test "$with_gnu_ld" = no; then
042acc47
WP
9560 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9561 hardcode_libdir_flag_spec_ld='+b $libdir'
9562 hardcode_libdir_separator=:
9563 hardcode_direct=yes
9564 hardcode_direct_absolute=yes
9565 export_dynamic_flag_spec='${wl}-E'
b57f37fb
WP
9566 # hardcode_minus_L: Not really in the search PATH,
9567 # but as the default location of the library.
042acc47 9568 hardcode_minus_L=yes
b57f37fb
WP
9569 fi
9570 ;;
9571
9572 hpux11*)
9573 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9574 case $host_cpu in
9575 hppa*64*)
042acc47 9576 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
b57f37fb
WP
9577 ;;
9578 ia64*)
042acc47 9579 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
b57f37fb
WP
9580 ;;
9581 *)
042acc47 9582 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
b57f37fb
WP
9583 ;;
9584 esac
9585 else
9586 case $host_cpu in
9587 hppa*64*)
042acc47 9588 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
b57f37fb
WP
9589 ;;
9590 ia64*)
042acc47 9591 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
b57f37fb
WP
9592 ;;
9593 *)
042acc47 9594 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
b57f37fb
WP
9595 ;;
9596 esac
9597 fi
9598 if test "$with_gnu_ld" = no; then
042acc47
WP
9599 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9600 hardcode_libdir_separator=:
b57f37fb
WP
9601
9602 case $host_cpu in
9603 hppa*64*|ia64*)
042acc47
WP
9604 hardcode_direct=no
9605 hardcode_shlibpath_var=no
b57f37fb
WP
9606 ;;
9607 *)
042acc47
WP
9608 hardcode_direct=yes
9609 hardcode_direct_absolute=yes
9610 export_dynamic_flag_spec='${wl}-E'
b57f37fb
WP
9611
9612 # hardcode_minus_L: Not really in the search PATH,
9613 # but as the default location of the library.
042acc47 9614 hardcode_minus_L=yes
b57f37fb
WP
9615 ;;
9616 esac
9617 fi
9618 ;;
9619
9620 irix5* | irix6* | nonstopux*)
9621 if test "$GCC" = yes; then
042acc47
WP
9622 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9623 # Try to use the -exported_symbol ld option, if it does not
9624 # work, assume that -exports_file does not work either and
9625 # implicitly export all symbols.
9626 save_LDFLAGS="$LDFLAGS"
9627 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9629/* end confdefs.h. */
9630int foo(void) {}
9631_ACEOF
9632if ac_fn_c_try_link "$LINENO"; then :
9633 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9634
9635fi
9636rm -f core conftest.err conftest.$ac_objext \
9637 conftest$ac_exeext conftest.$ac_ext
9638 LDFLAGS="$save_LDFLAGS"
b57f37fb 9639 else
042acc47
WP
9640 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9641 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
b57f37fb 9642 fi
042acc47
WP
9643 archive_cmds_need_lc='no'
9644 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9645 hardcode_libdir_separator=:
9646 inherit_rpath=yes
9647 link_all_deplibs=yes
b57f37fb
WP
9648 ;;
9649
1800d973 9650 netbsd*)
042acc47
WP
9651 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9652 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
b57f37fb 9653 else
042acc47 9654 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
b57f37fb 9655 fi
042acc47
WP
9656 hardcode_libdir_flag_spec='-R$libdir'
9657 hardcode_direct=yes
9658 hardcode_shlibpath_var=no
b57f37fb
WP
9659 ;;
9660
9661 newsos6)
042acc47
WP
9662 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9663 hardcode_direct=yes
9664 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9665 hardcode_libdir_separator=:
9666 hardcode_shlibpath_var=no
9667 ;;
9668
9669 *nto* | *qnx*)
b57f37fb
WP
9670 ;;
9671
9672 openbsd*)
9673 if test -f /usr/libexec/ld.so; then
042acc47
WP
9674 hardcode_direct=yes
9675 hardcode_shlibpath_var=no
9676 hardcode_direct_absolute=yes
9677 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9678 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9679 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9680 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9681 export_dynamic_flag_spec='${wl}-E'
b57f37fb
WP
9682 else
9683 case $host_os in
9684 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
042acc47
WP
9685 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9686 hardcode_libdir_flag_spec='-R$libdir'
b57f37fb
WP
9687 ;;
9688 *)
042acc47
WP
9689 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9690 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
b57f37fb
WP
9691 ;;
9692 esac
042acc47 9693 fi
b57f37fb 9694 else
042acc47 9695 ld_shlibs=no
b57f37fb
WP
9696 fi
9697 ;;
9698
9699 os2*)
042acc47
WP
9700 hardcode_libdir_flag_spec='-L$libdir'
9701 hardcode_minus_L=yes
9702 allow_undefined_flag=unsupported
9703 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'
9704 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
b57f37fb
WP
9705 ;;
9706
9707 osf3*)
9708 if test "$GCC" = yes; then
042acc47
WP
9709 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9710 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
b57f37fb 9711 else
042acc47
WP
9712 allow_undefined_flag=' -expect_unresolved \*'
9713 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
b57f37fb 9714 fi
042acc47
WP
9715 archive_cmds_need_lc='no'
9716 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9717 hardcode_libdir_separator=:
b57f37fb
WP
9718 ;;
9719
9720 osf4* | osf5*) # as osf3* with the addition of -msym flag
9721 if test "$GCC" = yes; then
042acc47
WP
9722 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9723 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9724 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
b57f37fb 9725 else
042acc47
WP
9726 allow_undefined_flag=' -expect_unresolved \*'
9727 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9728 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~
9729 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
b57f37fb
WP
9730
9731 # Both c and cxx compiler support -rpath directly
042acc47 9732 hardcode_libdir_flag_spec='-rpath $libdir'
b57f37fb 9733 fi
042acc47
WP
9734 archive_cmds_need_lc='no'
9735 hardcode_libdir_separator=:
b57f37fb
WP
9736 ;;
9737
9738 solaris*)
042acc47 9739 no_undefined_flag=' -z defs'
b57f37fb
WP
9740 if test "$GCC" = yes; then
9741 wlarc='${wl}'
042acc47
WP
9742 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9743 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9744 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
b57f37fb 9745 else
042acc47
WP
9746 case `$CC -V 2>&1` in
9747 *"Compilers 5.0"*)
9748 wlarc=''
9749 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9750 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9751 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9752 ;;
9753 *)
9754 wlarc='${wl}'
9755 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9756 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9757 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9758 ;;
9759 esac
b57f37fb 9760 fi
042acc47
WP
9761 hardcode_libdir_flag_spec='-R$libdir'
9762 hardcode_shlibpath_var=no
b57f37fb
WP
9763 case $host_os in
9764 solaris2.[0-5] | solaris2.[0-5].*) ;;
9765 *)
9766 # The compiler driver will combine and reorder linker options,
9767 # but understands `-z linker_flag'. GCC discards it without `$wl',
9768 # but is careful enough not to reorder.
042acc47 9769 # Supported since Solaris 2.6 (maybe 2.5.1?)
b57f37fb 9770 if test "$GCC" = yes; then
042acc47 9771 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
b57f37fb 9772 else
042acc47 9773 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
b57f37fb
WP
9774 fi
9775 ;;
9776 esac
042acc47 9777 link_all_deplibs=yes
b57f37fb
WP
9778 ;;
9779
9780 sunos4*)
9781 if test "x$host_vendor" = xsequent; then
9782 # Use $CC to link under sequent, because it throws in some extra .o
9783 # files that make .init and .fini sections work.
042acc47 9784 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
b57f37fb 9785 else
042acc47 9786 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
b57f37fb 9787 fi
042acc47
WP
9788 hardcode_libdir_flag_spec='-L$libdir'
9789 hardcode_direct=yes
9790 hardcode_minus_L=yes
9791 hardcode_shlibpath_var=no
b57f37fb
WP
9792 ;;
9793
9794 sysv4)
9795 case $host_vendor in
9796 sni)
042acc47
WP
9797 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9798 hardcode_direct=yes # is this really true???
b57f37fb
WP
9799 ;;
9800 siemens)
9801 ## LD is ld it makes a PLAMLIB
9802 ## CC just makes a GrossModule.
042acc47
WP
9803 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9804 reload_cmds='$CC -r -o $output$reload_objs'
9805 hardcode_direct=no
b57f37fb
WP
9806 ;;
9807 motorola)
042acc47
WP
9808 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9809 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
b57f37fb
WP
9810 ;;
9811 esac
9812 runpath_var='LD_RUN_PATH'
042acc47 9813 hardcode_shlibpath_var=no
b57f37fb
WP
9814 ;;
9815
9816 sysv4.3*)
042acc47
WP
9817 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9818 hardcode_shlibpath_var=no
9819 export_dynamic_flag_spec='-Bexport'
b57f37fb
WP
9820 ;;
9821
9822 sysv4*MP*)
9823 if test -d /usr/nec; then
042acc47
WP
9824 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9825 hardcode_shlibpath_var=no
b57f37fb
WP
9826 runpath_var=LD_RUN_PATH
9827 hardcode_runpath_var=yes
042acc47 9828 ld_shlibs=yes
b57f37fb
WP
9829 fi
9830 ;;
9831
9832 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
042acc47
WP
9833 no_undefined_flag='${wl}-z,text'
9834 archive_cmds_need_lc=no
9835 hardcode_shlibpath_var=no
b57f37fb
WP
9836 runpath_var='LD_RUN_PATH'
9837
9838 if test "$GCC" = yes; then
042acc47
WP
9839 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9840 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
b57f37fb 9841 else
042acc47
WP
9842 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9843 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
b57f37fb
WP
9844 fi
9845 ;;
9846
9847 sysv5* | sco3.2v5* | sco5v6*)
9848 # Note: We can NOT use -z defs as we might desire, because we do not
9849 # link with -lc, and that would cause any symbols used from libc to
9850 # always be unresolved, which means just about no library would
9851 # ever link correctly. If we're not using GNU ld we use -z text
9852 # though, which does catch some bad symbols but isn't as heavy-handed
9853 # as -z defs.
042acc47
WP
9854 no_undefined_flag='${wl}-z,text'
9855 allow_undefined_flag='${wl}-z,nodefs'
9856 archive_cmds_need_lc=no
9857 hardcode_shlibpath_var=no
9858 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9859 hardcode_libdir_separator=':'
9860 link_all_deplibs=yes
9861 export_dynamic_flag_spec='${wl}-Bexport'
b57f37fb
WP
9862 runpath_var='LD_RUN_PATH'
9863
9864 if test "$GCC" = yes; then
042acc47
WP
9865 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9866 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
b57f37fb 9867 else
042acc47
WP
9868 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9869 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
b57f37fb
WP
9870 fi
9871 ;;
9872
9873 uts4*)
042acc47
WP
9874 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9875 hardcode_libdir_flag_spec='-L$libdir'
9876 hardcode_shlibpath_var=no
b57f37fb
WP
9877 ;;
9878
9879 *)
042acc47 9880 ld_shlibs=no
b57f37fb
WP
9881 ;;
9882 esac
042acc47
WP
9883
9884 if test x$host_vendor = xsni; then
9885 case $host in
9886 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9887 export_dynamic_flag_spec='${wl}-Blargedynsym'
9888 ;;
9889 esac
9890 fi
b57f37fb
WP
9891 fi
9892
042acc47
WP
9893{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9894$as_echo "$ld_shlibs" >&6; }
9895test "$ld_shlibs" = no && can_build_shared=no
9896
9897with_gnu_ld=$with_gnu_ld
9898
9899
9900
9901
9902
9903
9904
9905
9906
9907
9908
9909
9910
9911
b57f37fb
WP
9912
9913#
9914# Do we need to explicitly link libc?
9915#
042acc47 9916case "x$archive_cmds_need_lc" in
b57f37fb
WP
9917x|xyes)
9918 # Assume -lc should be added
042acc47 9919 archive_cmds_need_lc=yes
b57f37fb
WP
9920
9921 if test "$enable_shared" = yes && test "$GCC" = yes; then
042acc47 9922 case $archive_cmds in
b57f37fb
WP
9923 *'~'*)
9924 # FIXME: we may have to deal with multi-command sequences.
9925 ;;
9926 '$CC '*)
9927 # Test whether the compiler implicitly links with -lc since on some
9928 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9929 # to ld, don't add -lc before -lgcc.
042acc47 9930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
f030cae8 9931$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
042acc47 9932 $RM conftest*
b57f37fb
WP
9933 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9934
042acc47 9935 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
b57f37fb
WP
9936 (eval $ac_compile) 2>&5
9937 ac_status=$?
042acc47
WP
9938 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9939 test $ac_status = 0; } 2>conftest.err; then
b57f37fb
WP
9940 soname=conftest
9941 lib=conftest
9942 libobjs=conftest.$ac_objext
9943 deplibs=
042acc47
WP
9944 wl=$lt_prog_compiler_wl
9945 pic_flag=$lt_prog_compiler_pic
b57f37fb
WP
9946 compiler_flags=-v
9947 linker_flags=-v
9948 verstring=
9949 output_objdir=.
9950 libname=conftest
042acc47
WP
9951 lt_save_allow_undefined_flag=$allow_undefined_flag
9952 allow_undefined_flag=
9953 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9954 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
b57f37fb 9955 ac_status=$?
042acc47
WP
9956 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9957 test $ac_status = 0; }
b57f37fb 9958 then
042acc47 9959 archive_cmds_need_lc=no
b57f37fb 9960 else
042acc47 9961 archive_cmds_need_lc=yes
b57f37fb 9962 fi
042acc47 9963 allow_undefined_flag=$lt_save_allow_undefined_flag
b57f37fb
WP
9964 else
9965 cat conftest.err 1>&5
9966 fi
042acc47
WP
9967 $RM conftest*
9968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
9969$as_echo "$archive_cmds_need_lc" >&6; }
b57f37fb
WP
9970 ;;
9971 esac
9972 fi
9973 ;;
9974esac
9975
b57f37fb 9976
b57f37fb 9977
b57f37fb 9978
b57f37fb 9979
b57f37fb 9980
b57f37fb 9981
b57f37fb 9982
b57f37fb 9983
b57f37fb 9984
b57f37fb 9985
b57f37fb 9986
b57f37fb 9987
b57f37fb 9988
b57f37fb 9989
b57f37fb 9990
b57f37fb 9991
b57f37fb 9992
b57f37fb 9993
b57f37fb 9994
b57f37fb 9995
b57f37fb 9996
b57f37fb 9997
b57f37fb 9998
b57f37fb 9999
b57f37fb 10000
b57f37fb 10001
b57f37fb 10002
b57f37fb 10003
b57f37fb 10004
b57f37fb 10005
b57f37fb 10006
b57f37fb 10007
b57f37fb 10008
b57f37fb 10009
b57f37fb 10010
b57f37fb 10011
b57f37fb 10012
b57f37fb 10013
b57f37fb 10014
b57f37fb 10015
b57f37fb 10016
56efe974 10017
56efe974 10018
56efe974 10019
b57f37fb 10020
b57f37fb 10021
b57f37fb 10022
b57f37fb
WP
10023
10024
b57f37fb 10025
b57f37fb 10026
b57f37fb 10027
b57f37fb 10028
b57f37fb 10029
b57f37fb 10030
b57f37fb 10031
b57f37fb 10032
b57f37fb 10033
b57f37fb 10034
b57f37fb 10035
b57f37fb 10036
b57f37fb 10037
b57f37fb 10038
b57f37fb 10039
b57f37fb 10040
b57f37fb 10041
b57f37fb 10042
b57f37fb 10043
b57f37fb 10044
b57f37fb 10045
b57f37fb 10046
b57f37fb 10047
b57f37fb 10048
b57f37fb 10049
b57f37fb 10050
b57f37fb 10051
b57f37fb 10052
b57f37fb 10053
b57f37fb 10054
b57f37fb 10055
b57f37fb 10056
b57f37fb 10057
b57f37fb 10058
b57f37fb 10059
b57f37fb 10060
b57f37fb 10061
b57f37fb 10062
b57f37fb 10063
b57f37fb 10064
b57f37fb 10065
b57f37fb 10066
b57f37fb 10067
b57f37fb 10068
b57f37fb 10069
b57f37fb 10070
b57f37fb 10071
b57f37fb 10072
b57f37fb 10073
b57f37fb 10074
b57f37fb 10075
b57f37fb 10076
b57f37fb 10077
b57f37fb 10078
b57f37fb 10079
b57f37fb 10080
b57f37fb 10081
b57f37fb 10082
b57f37fb 10083
b57f37fb 10084
b57f37fb 10085
b57f37fb 10086
b57f37fb 10087
56efe974 10088
b57f37fb 10089
b57f37fb 10090
b57f37fb 10091
b57f37fb 10092
b57f37fb 10093
b57f37fb 10094
b57f37fb 10095
b57f37fb 10096
b57f37fb 10097
b57f37fb 10098
b57f37fb 10099
b57f37fb 10100
b57f37fb 10101
b57f37fb 10102
b57f37fb 10103
b57f37fb 10104
b57f37fb 10105
b57f37fb 10106
b57f37fb 10107
b57f37fb 10108
b57f37fb 10109
b57f37fb 10110
b57f37fb 10111
b57f37fb 10112
b57f37fb 10113
b57f37fb 10114
b57f37fb 10115
b57f37fb 10116
b57f37fb 10117
b57f37fb 10118
b57f37fb 10119
b57f37fb 10120
b57f37fb 10121
b57f37fb
WP
10122
10123
042acc47
WP
10124
10125
10126
10127
10128
10129
10130
10131
10132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10133$as_echo_n "checking dynamic linker characteristics... " >&6; }
10134
10135if test "$GCC" = yes; then
10136 case $host_os in
10137 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10138 *) lt_awk_arg="/^libraries:/" ;;
10139 esac
10140 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
10141 if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
10142 # if the path contains ";" then we assume it to be the separator
10143 # otherwise default to the standard path separator (i.e. ":") - it is
10144 # assumed that no part of a normal pathname contains ";" but that should
10145 # okay in the real world where ";" in dirpaths is itself problematic.
10146 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
10147 else
10148 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10149 fi
10150 # Ok, now we have the path, separated by spaces, we can step through it
10151 # and add multilib dir if necessary.
10152 lt_tmp_lt_search_path_spec=
10153 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10154 for lt_sys_path in $lt_search_path_spec; do
10155 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10156 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10157 else
10158 test -d "$lt_sys_path" && \
10159 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10160 fi
10161 done
10162 lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
10163BEGIN {RS=" "; FS="/|\n";} {
10164 lt_foo="";
10165 lt_count=0;
10166 for (lt_i = NF; lt_i > 0; lt_i--) {
10167 if ($lt_i != "" && $lt_i != ".") {
10168 if ($lt_i == "..") {
10169 lt_count++;
10170 } else {
10171 if (lt_count == 0) {
10172 lt_foo="/" $lt_i lt_foo;
10173 } else {
10174 lt_count--;
10175 }
10176 }
10177 }
10178 }
10179 if (lt_foo != "") { lt_freq[lt_foo]++; }
10180 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10181}'`
10182 sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
10183else
10184 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10185fi
10186library_names_spec=
10187libname_spec='lib$name'
10188soname_spec=
10189shrext_cmds=".so"
10190postinstall_cmds=
10191postuninstall_cmds=
10192finish_cmds=
10193finish_eval=
10194shlibpath_var=
10195shlibpath_overrides_runpath=unknown
10196version_type=none
10197dynamic_linker="$host_os ld.so"
10198sys_lib_dlsearch_path_spec="/lib /usr/lib"
10199need_lib_prefix=unknown
10200hardcode_into_libs=no
10201
10202# when you set need_version to no, make sure it does not cause -set_version
10203# flags to be left without arguments
10204need_version=unknown
10205
10206case $host_os in
10207aix3*)
10208 version_type=linux
10209 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10210 shlibpath_var=LIBPATH
10211
10212 # AIX 3 has no versioning support, so we append a major version to the name.
10213 soname_spec='${libname}${release}${shared_ext}$major'
10214 ;;
10215
10216aix[4-9]*)
10217 version_type=linux
10218 need_lib_prefix=no
10219 need_version=no
10220 hardcode_into_libs=yes
10221 if test "$host_cpu" = ia64; then
10222 # AIX 5 supports IA64
10223 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10224 shlibpath_var=LD_LIBRARY_PATH
10225 else
10226 # With GCC up to 2.95.x, collect2 would create an import file
10227 # for dependence libraries. The import file would start with
10228 # the line `#! .'. This would cause the generated library to
10229 # depend on `.', always an invalid library. This was fixed in
10230 # development snapshots of GCC prior to 3.0.
10231 case $host_os in
10232 aix4 | aix4.[01] | aix4.[01].*)
10233 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10234 echo ' yes '
10235 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10236 :
10237 else
10238 can_build_shared=no
10239 fi
10240 ;;
10241 esac
10242 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10243 # soname into executable. Probably we can add versioning support to
10244 # collect2, so additional links can be useful in future.
10245 if test "$aix_use_runtimelinking" = yes; then
10246 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10247 # instead of lib<name>.a to let people know that these are not
10248 # typical AIX shared libraries.
10249 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10250 else
10251 # We preserve .a as extension for shared libraries through AIX4.2
10252 # and later when we are not doing run time linking.
10253 library_names_spec='${libname}${release}.a $libname.a'
10254 soname_spec='${libname}${release}${shared_ext}$major'
10255 fi
10256 shlibpath_var=LIBPATH
10257 fi
10258 ;;
10259
10260amigaos*)
10261 case $host_cpu in
10262 powerpc)
10263 # Since July 2007 AmigaOS4 officially supports .so libraries.
10264 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10265 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10266 ;;
10267 m68k)
10268 library_names_spec='$libname.ixlibrary $libname.a'
10269 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10270 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''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'
10271 ;;
10272 esac
10273 ;;
10274
10275beos*)
10276 library_names_spec='${libname}${shared_ext}'
10277 dynamic_linker="$host_os ld.so"
10278 shlibpath_var=LIBRARY_PATH
10279 ;;
10280
10281bsdi[45]*)
10282 version_type=linux
10283 need_version=no
10284 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10285 soname_spec='${libname}${release}${shared_ext}$major'
10286 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10287 shlibpath_var=LD_LIBRARY_PATH
10288 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10289 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10290 # the default ld.so.conf also contains /usr/contrib/lib and
10291 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10292 # libtool to hard-code these into programs
10293 ;;
10294
10295cygwin* | mingw* | pw32* | cegcc*)
10296 version_type=windows
10297 shrext_cmds=".dll"
10298 need_version=no
10299 need_lib_prefix=no
10300
10301 case $GCC,$host_os in
10302 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10303 library_names_spec='$libname.dll.a'
10304 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10305 postinstall_cmds='base_file=`basename \${file}`~
10306 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10307 dldir=$destdir/`dirname \$dlpath`~
10308 test -d \$dldir || mkdir -p \$dldir~
10309 $install_prog $dir/$dlname \$dldir/$dlname~
10310 chmod a+x \$dldir/$dlname~
10311 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10312 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10313 fi'
10314 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10315 dlpath=$dir/\$dldll~
10316 $RM \$dlpath'
10317 shlibpath_overrides_runpath=yes
10318
10319 case $host_os in
10320 cygwin*)
10321 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10322 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10323 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
10324 ;;
10325 mingw* | cegcc*)
10326 # MinGW DLLs use traditional 'lib' prefix
10327 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10328 sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
10329 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
10330 # It is most probably a Windows format PATH printed by
10331 # mingw gcc, but we are running on Cygwin. Gcc prints its search
10332 # path with ; separators, and with drive letters. We can handle the
10333 # drive letters (cygwin fileutils understands them), so leave them,
10334 # especially as we might pass files found there to a mingw objdump,
10335 # which wouldn't understand a cygwinified path. Ahh.
10336 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
10337 else
10338 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10339 fi
10340 ;;
10341 pw32*)
10342 # pw32 DLLs use 'pw' prefix rather than 'lib'
10343 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10344 ;;
10345 esac
10346 ;;
10347
10348 *)
10349 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10350 ;;
10351 esac
10352 dynamic_linker='Win32 ld.exe'
10353 # FIXME: first we should search . and the directory the executable is in
10354 shlibpath_var=PATH
10355 ;;
10356
10357darwin* | rhapsody*)
10358 dynamic_linker="$host_os dyld"
10359 version_type=darwin
10360 need_lib_prefix=no
10361 need_version=no
10362 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10363 soname_spec='${libname}${release}${major}$shared_ext'
10364 shlibpath_overrides_runpath=yes
10365 shlibpath_var=DYLD_LIBRARY_PATH
10366 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10367
10368 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10369 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10370 ;;
10371
10372dgux*)
10373 version_type=linux
10374 need_lib_prefix=no
10375 need_version=no
10376 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10377 soname_spec='${libname}${release}${shared_ext}$major'
10378 shlibpath_var=LD_LIBRARY_PATH
10379 ;;
10380
10381freebsd1*)
10382 dynamic_linker=no
10383 ;;
10384
10385freebsd* | dragonfly*)
10386 # DragonFly does not have aout. When/if they implement a new
10387 # versioning mechanism, adjust this.
10388 if test -x /usr/bin/objformat; then
10389 objformat=`/usr/bin/objformat`
10390 else
10391 case $host_os in
10392 freebsd[123]*) objformat=aout ;;
10393 *) objformat=elf ;;
10394 esac
b57f37fb 10395 fi
1800d973
WP
10396 # Handle Gentoo/FreeBSD as it was Linux
10397 case $host_vendor in
10398 gentoo)
10399 version_type=linux ;;
10400 *)
10401 version_type=freebsd-$objformat ;;
10402 esac
10403
042acc47
WP
10404 case $version_type in
10405 freebsd-elf*)
10406 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10407 need_version=no
10408 need_lib_prefix=no
10409 ;;
10410 freebsd-*)
10411 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10412 need_version=yes
10413 ;;
1800d973
WP
10414 linux)
10415 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10416 soname_spec='${libname}${release}${shared_ext}$major'
10417 need_lib_prefix=no
10418 need_version=no
10419 ;;
042acc47
WP
10420 esac
10421 shlibpath_var=LD_LIBRARY_PATH
10422 case $host_os in
10423 freebsd2*)
10424 shlibpath_overrides_runpath=yes
10425 ;;
10426 freebsd3.[01]* | freebsdelf3.[01]*)
10427 shlibpath_overrides_runpath=yes
10428 hardcode_into_libs=yes
10429 ;;
10430 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10431 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10432 shlibpath_overrides_runpath=no
10433 hardcode_into_libs=yes
10434 ;;
10435 *) # from 4.6 on, and DragonFly
10436 shlibpath_overrides_runpath=yes
10437 hardcode_into_libs=yes
10438 ;;
10439 esac
10440 ;;
b57f37fb 10441
042acc47
WP
10442gnu*)
10443 version_type=linux
10444 need_lib_prefix=no
10445 need_version=no
10446 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10447 soname_spec='${libname}${release}${shared_ext}$major'
10448 shlibpath_var=LD_LIBRARY_PATH
10449 hardcode_into_libs=yes
10450 ;;
b57f37fb 10451
042acc47
WP
10452hpux9* | hpux10* | hpux11*)
10453 # Give a soname corresponding to the major version so that dld.sl refuses to
10454 # link against other versions.
10455 version_type=sunos
10456 need_lib_prefix=no
10457 need_version=no
10458 case $host_cpu in
10459 ia64*)
10460 shrext_cmds='.so'
10461 hardcode_into_libs=yes
10462 dynamic_linker="$host_os dld.so"
10463 shlibpath_var=LD_LIBRARY_PATH
10464 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10465 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10466 soname_spec='${libname}${release}${shared_ext}$major'
10467 if test "X$HPUX_IA64_MODE" = X32; then
10468 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10469 else
10470 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10471 fi
10472 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10473 ;;
10474 hppa*64*)
10475 shrext_cmds='.sl'
10476 hardcode_into_libs=yes
10477 dynamic_linker="$host_os dld.sl"
10478 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10479 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10480 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10481 soname_spec='${libname}${release}${shared_ext}$major'
10482 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10483 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10484 ;;
10485 *)
10486 shrext_cmds='.sl'
10487 dynamic_linker="$host_os dld.sl"
10488 shlibpath_var=SHLIB_PATH
10489 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10490 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10491 soname_spec='${libname}${release}${shared_ext}$major'
10492 ;;
10493 esac
10494 # HP-UX runs *really* slowly unless shared libraries are mode 555.
10495 postinstall_cmds='chmod 555 $lib'
10496 ;;
b57f37fb 10497
042acc47
WP
10498interix[3-9]*)
10499 version_type=linux
10500 need_lib_prefix=no
10501 need_version=no
10502 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10503 soname_spec='${libname}${release}${shared_ext}$major'
10504 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10505 shlibpath_var=LD_LIBRARY_PATH
10506 shlibpath_overrides_runpath=no
10507 hardcode_into_libs=yes
10508 ;;
b57f37fb 10509
042acc47
WP
10510irix5* | irix6* | nonstopux*)
10511 case $host_os in
10512 nonstopux*) version_type=nonstopux ;;
10513 *)
10514 if test "$lt_cv_prog_gnu_ld" = yes; then
10515 version_type=linux
b57f37fb 10516 else
042acc47
WP
10517 version_type=irix
10518 fi ;;
10519 esac
10520 need_lib_prefix=no
10521 need_version=no
10522 soname_spec='${libname}${release}${shared_ext}$major'
10523 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10524 case $host_os in
10525 irix5* | nonstopux*)
10526 libsuff= shlibsuff=
10527 ;;
10528 *)
10529 case $LD in # libtool.m4 will add one of these switches to LD
10530 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10531 libsuff= shlibsuff= libmagic=32-bit;;
10532 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10533 libsuff=32 shlibsuff=N32 libmagic=N32;;
10534 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10535 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10536 *) libsuff= shlibsuff= libmagic=never-match;;
10537 esac
10538 ;;
10539 esac
10540 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10541 shlibpath_overrides_runpath=no
10542 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10543 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10544 hardcode_into_libs=yes
10545 ;;
b57f37fb 10546
042acc47
WP
10547# No shared lib support for Linux oldld, aout, or coff.
10548linux*oldld* | linux*aout* | linux*coff*)
10549 dynamic_linker=no
10550 ;;
b57f37fb 10551
042acc47
WP
10552# This must be Linux ELF.
10553linux* | k*bsd*-gnu)
10554 version_type=linux
10555 need_lib_prefix=no
10556 need_version=no
10557 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10558 soname_spec='${libname}${release}${shared_ext}$major'
10559 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10560 shlibpath_var=LD_LIBRARY_PATH
10561 shlibpath_overrides_runpath=no
10562 # Some binutils ld are patched to set DT_RUNPATH
10563 save_LDFLAGS=$LDFLAGS
10564 save_libdir=$libdir
10565 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10566 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10568/* end confdefs.h. */
b57f37fb 10569
042acc47
WP
10570int
10571main ()
10572{
b57f37fb 10573
042acc47
WP
10574 ;
10575 return 0;
10576}
10577_ACEOF
10578if ac_fn_c_try_link "$LINENO"; then :
10579 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10580 shlibpath_overrides_runpath=yes
10581fi
10582fi
10583rm -f core conftest.err conftest.$ac_objext \
10584 conftest$ac_exeext conftest.$ac_ext
10585 LDFLAGS=$save_LDFLAGS
10586 libdir=$save_libdir
b57f37fb 10587
042acc47
WP
10588 # This implies no fast_install, which is unacceptable.
10589 # Some rework will be needed to allow for fast_install
10590 # before this can be enabled.
10591 hardcode_into_libs=yes
b57f37fb 10592
042acc47
WP
10593 # Append ld.so.conf contents to the search path
10594 if test -f /etc/ld.so.conf; then
10595 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;/^$/d' | tr '\n' ' '`
10596 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
b57f37fb 10597 fi
b57f37fb 10598
042acc47
WP
10599 # We used to test for /lib/ld.so.1 and disable shared libraries on
10600 # powerpc, because MkLinux only supported shared libraries with the
10601 # GNU dynamic linker. Since this was broken with cross compilers,
10602 # most powerpc-linux boxes support dynamic linking these days and
10603 # people can always --disable-shared, the test was removed, and we
10604 # assume the GNU/Linux dynamic linker is in use.
10605 dynamic_linker='GNU/Linux ld.so'
10606 ;;
10607
042acc47
WP
10608netbsd*)
10609 version_type=sunos
10610 need_lib_prefix=no
10611 need_version=no
10612 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10613 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10614 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10615 dynamic_linker='NetBSD (a.out) ld.so'
10616 else
10617 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10618 soname_spec='${libname}${release}${shared_ext}$major'
10619 dynamic_linker='NetBSD ld.elf_so'
10620 fi
10621 shlibpath_var=LD_LIBRARY_PATH
10622 shlibpath_overrides_runpath=yes
10623 hardcode_into_libs=yes
10624 ;;
b57f37fb 10625
042acc47
WP
10626newsos6)
10627 version_type=linux
10628 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10629 shlibpath_var=LD_LIBRARY_PATH
10630 shlibpath_overrides_runpath=yes
10631 ;;
b57f37fb 10632
042acc47
WP
10633*nto* | *qnx*)
10634 version_type=qnx
10635 need_lib_prefix=no
10636 need_version=no
10637 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10638 soname_spec='${libname}${release}${shared_ext}$major'
10639 shlibpath_var=LD_LIBRARY_PATH
10640 shlibpath_overrides_runpath=no
10641 hardcode_into_libs=yes
10642 dynamic_linker='ldqnx.so'
10643 ;;
b57f37fb 10644
042acc47
WP
10645openbsd*)
10646 version_type=sunos
10647 sys_lib_dlsearch_path_spec="/usr/lib"
10648 need_lib_prefix=no
10649 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10650 case $host_os in
10651 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10652 *) need_version=no ;;
10653 esac
10654 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10655 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10656 shlibpath_var=LD_LIBRARY_PATH
10657 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10658 case $host_os in
10659 openbsd2.[89] | openbsd2.[89].*)
10660 shlibpath_overrides_runpath=no
10661 ;;
10662 *)
10663 shlibpath_overrides_runpath=yes
10664 ;;
10665 esac
10666 else
10667 shlibpath_overrides_runpath=yes
10668 fi
10669 ;;
b57f37fb 10670
042acc47
WP
10671os2*)
10672 libname_spec='$name'
10673 shrext_cmds=".dll"
10674 need_lib_prefix=no
10675 library_names_spec='$libname${shared_ext} $libname.a'
10676 dynamic_linker='OS/2 ld.exe'
10677 shlibpath_var=LIBPATH
10678 ;;
b57f37fb 10679
042acc47
WP
10680osf3* | osf4* | osf5*)
10681 version_type=osf
10682 need_lib_prefix=no
10683 need_version=no
10684 soname_spec='${libname}${release}${shared_ext}$major'
10685 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10686 shlibpath_var=LD_LIBRARY_PATH
10687 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10688 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10689 ;;
b57f37fb 10690
042acc47
WP
10691rdos*)
10692 dynamic_linker=no
10693 ;;
b57f37fb 10694
042acc47
WP
10695solaris*)
10696 version_type=linux
10697 need_lib_prefix=no
10698 need_version=no
10699 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10700 soname_spec='${libname}${release}${shared_ext}$major'
10701 shlibpath_var=LD_LIBRARY_PATH
10702 shlibpath_overrides_runpath=yes
10703 hardcode_into_libs=yes
10704 # ldd complains unless libraries are executable
10705 postinstall_cmds='chmod +x $lib'
10706 ;;
b57f37fb 10707
042acc47
WP
10708sunos4*)
10709 version_type=sunos
10710 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10711 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10712 shlibpath_var=LD_LIBRARY_PATH
10713 shlibpath_overrides_runpath=yes
10714 if test "$with_gnu_ld" = yes; then
10715 need_lib_prefix=no
10716 fi
10717 need_version=yes
10718 ;;
b57f37fb 10719
042acc47
WP
10720sysv4 | sysv4.3*)
10721 version_type=linux
10722 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10723 soname_spec='${libname}${release}${shared_ext}$major'
10724 shlibpath_var=LD_LIBRARY_PATH
10725 case $host_vendor in
10726 sni)
10727 shlibpath_overrides_runpath=no
10728 need_lib_prefix=no
10729 runpath_var=LD_RUN_PATH
10730 ;;
10731 siemens)
10732 need_lib_prefix=no
10733 ;;
10734 motorola)
10735 need_lib_prefix=no
10736 need_version=no
10737 shlibpath_overrides_runpath=no
10738 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10739 ;;
10740 esac
10741 ;;
b57f37fb 10742
042acc47
WP
10743sysv4*MP*)
10744 if test -d /usr/nec ;then
10745 version_type=linux
10746 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10747 soname_spec='$libname${shared_ext}.$major'
10748 shlibpath_var=LD_LIBRARY_PATH
10749 fi
10750 ;;
b57f37fb 10751
042acc47
WP
10752sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10753 version_type=freebsd-elf
10754 need_lib_prefix=no
10755 need_version=no
10756 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10757 soname_spec='${libname}${release}${shared_ext}$major'
10758 shlibpath_var=LD_LIBRARY_PATH
10759 shlibpath_overrides_runpath=yes
10760 hardcode_into_libs=yes
10761 if test "$with_gnu_ld" = yes; then
10762 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10763 else
10764 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10765 case $host_os in
10766 sco3.2v5*)
10767 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10768 ;;
10769 esac
10770 fi
10771 sys_lib_dlsearch_path_spec='/usr/lib'
10772 ;;
b57f37fb 10773
042acc47
WP
10774tpf*)
10775 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10776 version_type=linux
10777 need_lib_prefix=no
10778 need_version=no
10779 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10780 shlibpath_var=LD_LIBRARY_PATH
10781 shlibpath_overrides_runpath=no
10782 hardcode_into_libs=yes
10783 ;;
b57f37fb 10784
042acc47
WP
10785uts4*)
10786 version_type=linux
10787 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10788 soname_spec='${libname}${release}${shared_ext}$major'
10789 shlibpath_var=LD_LIBRARY_PATH
10790 ;;
b57f37fb 10791
042acc47
WP
10792*)
10793 dynamic_linker=no
10794 ;;
10795esac
10796{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10797$as_echo "$dynamic_linker" >&6; }
10798test "$dynamic_linker" = no && can_build_shared=no
b57f37fb 10799
042acc47
WP
10800variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10801if test "$GCC" = yes; then
10802 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10803fi
b57f37fb 10804
042acc47
WP
10805if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10806 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10807fi
10808if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10809 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10810fi
b57f37fb 10811
b57f37fb 10812
b57f37fb 10813
b57f37fb 10814
b57f37fb 10815
b57f37fb 10816
b57f37fb 10817
b57f37fb 10818
b57f37fb 10819
b57f37fb 10820
b57f37fb 10821
b57f37fb 10822
b57f37fb 10823
b57f37fb 10824
b57f37fb 10825
b57f37fb 10826
b57f37fb 10827
b57f37fb 10828
b57f37fb 10829
b57f37fb 10830
b57f37fb 10831
b57f37fb 10832
b57f37fb 10833
b57f37fb 10834
b57f37fb 10835
b57f37fb 10836
b57f37fb 10837
b57f37fb 10838
b57f37fb 10839
b57f37fb 10840
b57f37fb 10841
b57f37fb 10842
b57f37fb 10843
b57f37fb 10844
b57f37fb 10845
b57f37fb 10846
b57f37fb 10847
b57f37fb 10848
b57f37fb 10849
b57f37fb 10850
b57f37fb 10851
b57f37fb 10852
b57f37fb 10853
b57f37fb 10854
b57f37fb 10855
56efe974 10856
b57f37fb 10857
b57f37fb 10858
b57f37fb 10859
b57f37fb 10860
b57f37fb 10861
b57f37fb 10862
b57f37fb 10863
b57f37fb 10864
b57f37fb 10865
b57f37fb 10866
b57f37fb 10867
b57f37fb 10868
b57f37fb 10869
b57f37fb 10870
b57f37fb 10871
b57f37fb 10872
b57f37fb 10873
b57f37fb 10874
b57f37fb 10875
b57f37fb 10876
b57f37fb 10877
b57f37fb 10878
b57f37fb 10879
b57f37fb 10880
b57f37fb 10881
b57f37fb 10882
b57f37fb 10883
b57f37fb 10884
b57f37fb 10885
b57f37fb 10886
b57f37fb 10887
b57f37fb 10888
b57f37fb 10889
b57f37fb
WP
10890
10891
b57f37fb
WP
10892
10893
b57f37fb 10894
b57f37fb 10895
b57f37fb 10896
b57f37fb 10897
042acc47
WP
10898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10899$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10900hardcode_action=
10901if test -n "$hardcode_libdir_flag_spec" ||
10902 test -n "$runpath_var" ||
10903 test "X$hardcode_automatic" = "Xyes" ; then
b57f37fb 10904
042acc47
WP
10905 # We can hardcode non-existent directories.
10906 if test "$hardcode_direct" != no &&
10907 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10908 # have to relink, otherwise we might link with an installed library
10909 # when we should be linking with a yet-to-be-installed one
10910 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10911 test "$hardcode_minus_L" != no; then
10912 # Linking always hardcodes the temporary library directory.
10913 hardcode_action=relink
b57f37fb 10914 else
042acc47
WP
10915 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10916 hardcode_action=immediate
b57f37fb 10917 fi
042acc47
WP
10918else
10919 # We cannot hardcode anything, or else we can only hardcode existing
10920 # directories.
10921 hardcode_action=unsupported
10922fi
10923{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10924$as_echo "$hardcode_action" >&6; }
10925
10926if test "$hardcode_action" = relink ||
10927 test "$inherit_rpath" = yes; then
10928 # Fast installation is not supported
10929 enable_fast_install=no
10930elif test "$shlibpath_overrides_runpath" = yes ||
10931 test "$enable_shared" = no; then
10932 # Fast installation is not necessary
10933 enable_fast_install=needless
b57f37fb
WP
10934fi
10935
10936
10937
b57f37fb 10938
b57f37fb 10939
b57f37fb 10940
042acc47
WP
10941 if test "x$enable_dlopen" != xyes; then
10942 enable_dlopen=unknown
10943 enable_dlopen_self=unknown
10944 enable_dlopen_self_static=unknown
10945else
10946 lt_cv_dlopen=no
10947 lt_cv_dlopen_libs=
b57f37fb 10948
042acc47
WP
10949 case $host_os in
10950 beos*)
10951 lt_cv_dlopen="load_add_on"
10952 lt_cv_dlopen_libs=
10953 lt_cv_dlopen_self=yes
10954 ;;
b57f37fb 10955
042acc47
WP
10956 mingw* | pw32* | cegcc*)
10957 lt_cv_dlopen="LoadLibrary"
10958 lt_cv_dlopen_libs=
10959 ;;
b57f37fb 10960
042acc47
WP
10961 cygwin*)
10962 lt_cv_dlopen="dlopen"
10963 lt_cv_dlopen_libs=
10964 ;;
b57f37fb 10965
042acc47
WP
10966 darwin*)
10967 # if libdl is installed we need to link against it
10968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10969$as_echo_n "checking for dlopen in -ldl... " >&6; }
10970if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10971 $as_echo_n "(cached) " >&6
10972else
10973 ac_check_lib_save_LIBS=$LIBS
10974LIBS="-ldl $LIBS"
10975cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10976/* end confdefs.h. */
b57f37fb 10977
042acc47
WP
10978/* Override any GCC internal prototype to avoid an error.
10979 Use char because int might match the return type of a GCC
10980 builtin and then its argument prototype would still apply. */
10981#ifdef __cplusplus
10982extern "C"
10983#endif
10984char dlopen ();
10985int
10986main ()
10987{
10988return dlopen ();
10989 ;
10990 return 0;
10991}
10992_ACEOF
10993if ac_fn_c_try_link "$LINENO"; then :
10994 ac_cv_lib_dl_dlopen=yes
10995else
10996 ac_cv_lib_dl_dlopen=no
10997fi
10998rm -f core conftest.err conftest.$ac_objext \
10999 conftest$ac_exeext conftest.$ac_ext
11000LIBS=$ac_check_lib_save_LIBS
11001fi
11002{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11003$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11004if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11005 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11006else
b57f37fb 11007
042acc47
WP
11008 lt_cv_dlopen="dyld"
11009 lt_cv_dlopen_libs=
11010 lt_cv_dlopen_self=yes
b57f37fb 11011
042acc47 11012fi
b57f37fb 11013
042acc47 11014 ;;
b57f37fb 11015
042acc47
WP
11016 *)
11017 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11018if test "x$ac_cv_func_shl_load" = x""yes; then :
11019 lt_cv_dlopen="shl_load"
11020else
11021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11022$as_echo_n "checking for shl_load in -ldld... " >&6; }
11023if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11024 $as_echo_n "(cached) " >&6
11025else
11026 ac_check_lib_save_LIBS=$LIBS
11027LIBS="-ldld $LIBS"
11028cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11029/* end confdefs.h. */
b57f37fb 11030
042acc47
WP
11031/* Override any GCC internal prototype to avoid an error.
11032 Use char because int might match the return type of a GCC
11033 builtin and then its argument prototype would still apply. */
11034#ifdef __cplusplus
11035extern "C"
11036#endif
11037char shl_load ();
11038int
11039main ()
11040{
11041return shl_load ();
11042 ;
11043 return 0;
11044}
11045_ACEOF
11046if ac_fn_c_try_link "$LINENO"; then :
11047 ac_cv_lib_dld_shl_load=yes
11048else
11049 ac_cv_lib_dld_shl_load=no
11050fi
11051rm -f core conftest.err conftest.$ac_objext \
11052 conftest$ac_exeext conftest.$ac_ext
11053LIBS=$ac_check_lib_save_LIBS
11054fi
11055{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11056$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11057if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11058 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11059else
11060 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11061if test "x$ac_cv_func_dlopen" = x""yes; then :
11062 lt_cv_dlopen="dlopen"
11063else
11064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11065$as_echo_n "checking for dlopen in -ldl... " >&6; }
11066if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11067 $as_echo_n "(cached) " >&6
11068else
11069 ac_check_lib_save_LIBS=$LIBS
11070LIBS="-ldl $LIBS"
11071cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11072/* end confdefs.h. */
b57f37fb 11073
042acc47
WP
11074/* Override any GCC internal prototype to avoid an error.
11075 Use char because int might match the return type of a GCC
11076 builtin and then its argument prototype would still apply. */
11077#ifdef __cplusplus
11078extern "C"
11079#endif
11080char dlopen ();
11081int
11082main ()
11083{
11084return dlopen ();
11085 ;
11086 return 0;
11087}
11088_ACEOF
11089if ac_fn_c_try_link "$LINENO"; then :
11090 ac_cv_lib_dl_dlopen=yes
11091else
11092 ac_cv_lib_dl_dlopen=no
11093fi
11094rm -f core conftest.err conftest.$ac_objext \
11095 conftest$ac_exeext conftest.$ac_ext
11096LIBS=$ac_check_lib_save_LIBS
11097fi
11098{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11099$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11100if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11101 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11102else
11103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11104$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11105if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11106 $as_echo_n "(cached) " >&6
11107else
11108 ac_check_lib_save_LIBS=$LIBS
11109LIBS="-lsvld $LIBS"
11110cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11111/* end confdefs.h. */
b57f37fb 11112
042acc47
WP
11113/* Override any GCC internal prototype to avoid an error.
11114 Use char because int might match the return type of a GCC
11115 builtin and then its argument prototype would still apply. */
11116#ifdef __cplusplus
11117extern "C"
11118#endif
11119char dlopen ();
11120int
11121main ()
11122{
11123return dlopen ();
11124 ;
11125 return 0;
11126}
11127_ACEOF
11128if ac_fn_c_try_link "$LINENO"; then :
11129 ac_cv_lib_svld_dlopen=yes
11130else
11131 ac_cv_lib_svld_dlopen=no
11132fi
11133rm -f core conftest.err conftest.$ac_objext \
11134 conftest$ac_exeext conftest.$ac_ext
11135LIBS=$ac_check_lib_save_LIBS
11136fi
11137{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11138$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11139if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11140 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11141else
11142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11143$as_echo_n "checking for dld_link in -ldld... " >&6; }
11144if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11145 $as_echo_n "(cached) " >&6
11146else
11147 ac_check_lib_save_LIBS=$LIBS
11148LIBS="-ldld $LIBS"
11149cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11150/* end confdefs.h. */
b57f37fb 11151
042acc47
WP
11152/* Override any GCC internal prototype to avoid an error.
11153 Use char because int might match the return type of a GCC
11154 builtin and then its argument prototype would still apply. */
11155#ifdef __cplusplus
11156extern "C"
11157#endif
11158char dld_link ();
11159int
11160main ()
11161{
11162return dld_link ();
11163 ;
11164 return 0;
11165}
11166_ACEOF
11167if ac_fn_c_try_link "$LINENO"; then :
11168 ac_cv_lib_dld_dld_link=yes
11169else
11170 ac_cv_lib_dld_dld_link=no
11171fi
11172rm -f core conftest.err conftest.$ac_objext \
11173 conftest$ac_exeext conftest.$ac_ext
11174LIBS=$ac_check_lib_save_LIBS
11175fi
11176{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11177$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11178if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11179 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11180fi
b57f37fb
WP
11181
11182
042acc47 11183fi
b57f37fb
WP
11184
11185
042acc47 11186fi
b57f37fb
WP
11187
11188
042acc47 11189fi
b57f37fb 11190
b57f37fb 11191
042acc47 11192fi
b57f37fb 11193
b57f37fb 11194
042acc47 11195fi
b57f37fb 11196
042acc47
WP
11197 ;;
11198 esac
b57f37fb 11199
042acc47
WP
11200 if test "x$lt_cv_dlopen" != xno; then
11201 enable_dlopen=yes
11202 else
11203 enable_dlopen=no
11204 fi
b57f37fb 11205
042acc47
WP
11206 case $lt_cv_dlopen in
11207 dlopen)
11208 save_CPPFLAGS="$CPPFLAGS"
11209 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
b57f37fb 11210
042acc47
WP
11211 save_LDFLAGS="$LDFLAGS"
11212 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
b57f37fb 11213
042acc47
WP
11214 save_LIBS="$LIBS"
11215 LIBS="$lt_cv_dlopen_libs $LIBS"
b57f37fb 11216
042acc47
WP
11217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11218$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11219if test "${lt_cv_dlopen_self+set}" = set; then :
f030cae8 11220 $as_echo_n "(cached) " >&6
b57f37fb 11221else
042acc47
WP
11222 if test "$cross_compiling" = yes; then :
11223 lt_cv_dlopen_self=cross
b57f37fb 11224else
042acc47
WP
11225 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11226 lt_status=$lt_dlunknown
11227 cat > conftest.$ac_ext <<_LT_EOF
1800d973 11228#line 11228 "configure"
042acc47 11229#include "confdefs.h"
b57f37fb 11230
042acc47
WP
11231#if HAVE_DLFCN_H
11232#include <dlfcn.h>
11233#endif
b57f37fb 11234
042acc47 11235#include <stdio.h>
b57f37fb 11236
042acc47
WP
11237#ifdef RTLD_GLOBAL
11238# define LT_DLGLOBAL RTLD_GLOBAL
11239#else
11240# ifdef DL_GLOBAL
11241# define LT_DLGLOBAL DL_GLOBAL
11242# else
11243# define LT_DLGLOBAL 0
11244# endif
11245#endif
b57f37fb 11246
042acc47
WP
11247/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11248 find out it does not work in some platform. */
11249#ifndef LT_DLLAZY_OR_NOW
11250# ifdef RTLD_LAZY
11251# define LT_DLLAZY_OR_NOW RTLD_LAZY
11252# else
11253# ifdef DL_LAZY
11254# define LT_DLLAZY_OR_NOW DL_LAZY
11255# else
11256# ifdef RTLD_NOW
11257# define LT_DLLAZY_OR_NOW RTLD_NOW
11258# else
11259# ifdef DL_NOW
11260# define LT_DLLAZY_OR_NOW DL_NOW
11261# else
11262# define LT_DLLAZY_OR_NOW 0
11263# endif
11264# endif
11265# endif
11266# endif
11267#endif
b57f37fb 11268
042acc47
WP
11269void fnord() { int i=42;}
11270int main ()
11271{
11272 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11273 int status = $lt_dlunknown;
b57f37fb 11274
042acc47
WP
11275 if (self)
11276 {
11277 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11278 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11279 /* dlclose (self); */
11280 }
11281 else
11282 puts (dlerror ());
b57f37fb 11283
042acc47
WP
11284 return status;
11285}
11286_LT_EOF
11287 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11288 (eval $ac_link) 2>&5
11289 ac_status=$?
11290 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11291 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11292 (./conftest; exit; ) >&5 2>/dev/null
11293 lt_status=$?
11294 case x$lt_status in
11295 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11296 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11297 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11298 esac
11299 else :
11300 # compilation failed
11301 lt_cv_dlopen_self=no
11302 fi
b57f37fb 11303fi
042acc47 11304rm -fr conftest*
b57f37fb 11305
b57f37fb 11306
042acc47
WP
11307fi
11308{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11309$as_echo "$lt_cv_dlopen_self" >&6; }
b57f37fb 11310
042acc47
WP
11311 if test "x$lt_cv_dlopen_self" = xyes; then
11312 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11314$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11315if test "${lt_cv_dlopen_self_static+set}" = set; then :
f030cae8 11316 $as_echo_n "(cached) " >&6
b57f37fb 11317else
042acc47
WP
11318 if test "$cross_compiling" = yes; then :
11319 lt_cv_dlopen_self_static=cross
b57f37fb 11320else
042acc47
WP
11321 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11322 lt_status=$lt_dlunknown
11323 cat > conftest.$ac_ext <<_LT_EOF
1800d973 11324#line 11324 "configure"
042acc47 11325#include "confdefs.h"
b57f37fb 11326
042acc47
WP
11327#if HAVE_DLFCN_H
11328#include <dlfcn.h>
11329#endif
b57f37fb 11330
042acc47 11331#include <stdio.h>
b57f37fb 11332
042acc47
WP
11333#ifdef RTLD_GLOBAL
11334# define LT_DLGLOBAL RTLD_GLOBAL
11335#else
11336# ifdef DL_GLOBAL
11337# define LT_DLGLOBAL DL_GLOBAL
11338# else
11339# define LT_DLGLOBAL 0
11340# endif
11341#endif
b57f37fb 11342
042acc47
WP
11343/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11344 find out it does not work in some platform. */
11345#ifndef LT_DLLAZY_OR_NOW
11346# ifdef RTLD_LAZY
11347# define LT_DLLAZY_OR_NOW RTLD_LAZY
11348# else
11349# ifdef DL_LAZY
11350# define LT_DLLAZY_OR_NOW DL_LAZY
11351# else
11352# ifdef RTLD_NOW
11353# define LT_DLLAZY_OR_NOW RTLD_NOW
11354# else
11355# ifdef DL_NOW
11356# define LT_DLLAZY_OR_NOW DL_NOW
11357# else
11358# define LT_DLLAZY_OR_NOW 0
11359# endif
11360# endif
11361# endif
11362# endif
11363#endif
b57f37fb 11364
042acc47
WP
11365void fnord() { int i=42;}
11366int main ()
11367{
11368 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11369 int status = $lt_dlunknown;
b57f37fb 11370
042acc47
WP
11371 if (self)
11372 {
11373 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11374 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11375 /* dlclose (self); */
11376 }
11377 else
11378 puts (dlerror ());
b57f37fb 11379
042acc47
WP
11380 return status;
11381}
11382_LT_EOF
11383 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11384 (eval $ac_link) 2>&5
11385 ac_status=$?
11386 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11387 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11388 (./conftest; exit; ) >&5 2>/dev/null
11389 lt_status=$?
11390 case x$lt_status in
11391 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11392 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11393 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11394 esac
11395 else :
11396 # compilation failed
11397 lt_cv_dlopen_self_static=no
11398 fi
b57f37fb 11399fi
042acc47 11400rm -fr conftest*
94b4fbf9 11401
b57f37fb 11402
b57f37fb 11403fi
042acc47
WP
11404{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11405$as_echo "$lt_cv_dlopen_self_static" >&6; }
11406 fi
b57f37fb 11407
042acc47
WP
11408 CPPFLAGS="$save_CPPFLAGS"
11409 LDFLAGS="$save_LDFLAGS"
11410 LIBS="$save_LIBS"
11411 ;;
11412 esac
b57f37fb 11413
042acc47
WP
11414 case $lt_cv_dlopen_self in
11415 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11416 *) enable_dlopen_self=unknown ;;
11417 esac
b57f37fb 11418
042acc47
WP
11419 case $lt_cv_dlopen_self_static in
11420 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11421 *) enable_dlopen_self_static=unknown ;;
11422 esac
b57f37fb
WP
11423fi
11424
b57f37fb 11425
b57f37fb 11426
f030cae8
VY
11427
11428
f030cae8 11429
b57f37fb 11430
b57f37fb 11431
b57f37fb 11432
f030cae8 11433
f030cae8 11434
b57f37fb 11435
f030cae8 11436
b57f37fb 11437
b57f37fb 11438
b57f37fb 11439
b57f37fb 11440
042acc47
WP
11441striplib=
11442old_striplib=
11443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11444$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11445if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11446 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11447 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11449$as_echo "yes" >&6; }
f030cae8 11450else
042acc47
WP
11451# FIXME - insert some real tests, host_os isn't really good enough
11452 case $host_os in
11453 darwin*)
11454 if test -n "$STRIP" ; then
11455 striplib="$STRIP -x"
11456 old_striplib="$STRIP -S"
11457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11458$as_echo "yes" >&6; }
11459 else
11460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11461$as_echo "no" >&6; }
11462 fi
11463 ;;
11464 *)
11465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11466$as_echo "no" >&6; }
11467 ;;
11468 esac
f030cae8
VY
11469fi
11470
b57f37fb 11471
f030cae8 11472
b57f37fb 11473
b57f37fb 11474
b57f37fb 11475
b57f37fb 11476
b57f37fb 11477
b57f37fb 11478
b57f37fb 11479
b57f37fb
WP
11480
11481
042acc47
WP
11482 # Report which library types will actually be built
11483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11484$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11486$as_echo "$can_build_shared" >&6; }
b57f37fb 11487
042acc47
WP
11488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11489$as_echo_n "checking whether to build shared libraries... " >&6; }
11490 test "$can_build_shared" = "no" && enable_shared=no
b57f37fb 11491
042acc47
WP
11492 # On AIX, shared libraries and static libraries use the same namespace, and
11493 # are all built from PIC.
11494 case $host_os in
11495 aix3*)
11496 test "$enable_shared" = yes && enable_static=no
11497 if test -n "$RANLIB"; then
11498 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11499 postinstall_cmds='$RANLIB $lib'
11500 fi
11501 ;;
b57f37fb 11502
042acc47
WP
11503 aix[4-9]*)
11504 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11505 test "$enable_shared" = yes && enable_static=no
11506 fi
11507 ;;
11508 esac
11509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11510$as_echo "$enable_shared" >&6; }
11511
11512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11513$as_echo_n "checking whether to build static libraries... " >&6; }
11514 # Make sure either enable_shared or enable_static is yes.
11515 test "$enable_shared" = yes || enable_static=yes
11516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11517$as_echo "$enable_static" >&6; }
b57f37fb 11518
b57f37fb 11519
b57f37fb 11520
b57f37fb 11521
b57f37fb 11522fi
042acc47
WP
11523ac_ext=c
11524ac_cpp='$CPP $CPPFLAGS'
11525ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11526ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11527ac_compiler_gnu=$ac_cv_c_compiler_gnu
b57f37fb 11528
042acc47 11529CC="$lt_save_CC"
b57f37fb 11530
b57f37fb 11531
b57f37fb 11532
b57f37fb 11533
b57f37fb 11534
b57f37fb 11535
b57f37fb 11536
b57f37fb 11537
b57f37fb 11538
b57f37fb
WP
11539
11540
b57f37fb 11541
b57f37fb 11542
042acc47 11543 ac_config_commands="$ac_config_commands libtool"
b57f37fb
WP
11544
11545
11546
11547
042acc47 11548# Only expand once:
b57f37fb
WP
11549
11550
11551
042acc47 11552LIBTOOL="$LIBTOOL --silent"
b57f37fb 11553
042acc47
WP
11554case "$host_os" in
11555*cygwin*)
b57f37fb 11556
042acc47
WP
11557cat >>confdefs.h <<_ACEOF
11558#define CYGWIN 1
11559_ACEOF
b57f37fb
WP
11560
11561
042acc47
WP
11562cat >>confdefs.h <<_ACEOF
11563#define WINDOWS 1
11564_ACEOF
b57f37fb 11565
042acc47
WP
11566 ;;
11567*mingw*)
b57f37fb 11568
042acc47
WP
11569cat >>confdefs.h <<_ACEOF
11570#define MINGW 1
11571_ACEOF
b57f37fb
WP
11572
11573
042acc47
WP
11574cat >>confdefs.h <<_ACEOF
11575#define WINDOWS 1
11576_ACEOF
b57f37fb 11577
042acc47
WP
11578 ac_fn_c_check_header_mongrel "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default"
11579if test "x$ac_cv_header_windows_h" = x""yes; then :
b57f37fb 11580
042acc47
WP
11581else
11582 as_fn_error "** MinGW and no windows.h. I give up." "$LINENO" 5
11583fi
b57f37fb
WP
11584
11585
042acc47
WP
11586 ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default"
11587if test "x$ac_cv_header_winsock2_h" = x""yes; then :
b57f37fb 11588
042acc47
WP
11589else
11590 as_fn_error "** MinGW and no winsock2.h. I give up." "$LINENO" 5
11591fi
b57f37fb 11592
94b4fbf9 11593
042acc47
WP
11594
11595cat >>confdefs.h <<_ACEOF
11596#define HAVE_WINSOCK2_H 1
b57f37fb 11597_ACEOF
042acc47
WP
11598
11599
11600cat >>confdefs.h <<_ACEOF
11601#define HAVE_WINSOCK_H 1
b57f37fb 11602_ACEOF
042acc47
WP
11603
11604 LIBS="$LIBS -lws2_32 -liphlpapi"
11605 is_mingw="yes"
11606 ;;
11607*interix*)
11608 CPPFLAGS="$CFLAGS -D_ALL_SOURCE -D_XOPEN_SOURCE=500"
11609 ;;
11610*solaris*)
11611 CPPFLAGS="$CFLAGS -D_POSIX_PTHREAD_SEMANTICS -D_XPG4_2"
11612 ;;
11613*)
11614 ;;
b57f37fb 11615esac
b57f37fb 11616
042acc47
WP
11617 if test "$is_mingw" = "yes"; then
11618 MINGW_TRUE=
11619 MINGW_FALSE='#'
11620else
11621 MINGW_TRUE='#'
11622 MINGW_FALSE=
b57f37fb
WP
11623fi
11624
b57f37fb 11625
b57f37fb 11626
042acc47
WP
11627# backwards support for IRC_CFLAGS
11628CFLAGS="$IRC_CFLAGS $CFLAGS -Wall"
11629
11630if test "$libexecdir" = '${exec_prefix}/libexec' &&
11631 test "$localstatedir" = '${prefix}/var'; then
11632 libexecdir='${bindir}'
11633 localstatedir='${prefix}'
b57f37fb
WP
11634fi
11635
042acc47
WP
11636ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
11637if test "x$ac_cv_type_pid_t" = x""yes; then :
b57f37fb 11638
b57f37fb 11639else
042acc47
WP
11640
11641cat >>confdefs.h <<_ACEOF
11642#define pid_t int
11643_ACEOF
b57f37fb
WP
11644
11645fi
042acc47
WP
11646
11647ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
11648if test "x$ac_cv_type_size_t" = x""yes; then :
11649
11650else
11651
11652cat >>confdefs.h <<_ACEOF
11653#define size_t unsigned int
b57f37fb
WP
11654_ACEOF
11655
11656fi
11657
042acc47
WP
11658ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
11659if test "x$ac_cv_type_ssize_t" = x""yes; then :
b57f37fb 11660
b57f37fb 11661else
042acc47
WP
11662
11663cat >>confdefs.h <<_ACEOF
11664#define ssize_t int
b57f37fb 11665_ACEOF
042acc47
WP
11666
11667fi
11668
11669{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
11670$as_echo_n "checking for uid_t in sys/types.h... " >&6; }
11671if test "${ac_cv_type_uid_t+set}" = set; then :
11672 $as_echo_n "(cached) " >&6
11673else
11674 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb
WP
11675/* end confdefs.h. */
11676#include <sys/types.h>
b57f37fb 11677
b57f37fb 11678_ACEOF
042acc47
WP
11679if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11680 $EGREP "uid_t" >/dev/null 2>&1; then :
11681 ac_cv_type_uid_t=yes
b57f37fb 11682else
042acc47 11683 ac_cv_type_uid_t=no
b57f37fb 11684fi
042acc47 11685rm -f conftest*
b57f37fb 11686
b57f37fb 11687fi
042acc47
WP
11688{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5
11689$as_echo "$ac_cv_type_uid_t" >&6; }
11690if test $ac_cv_type_uid_t = no; then
b57f37fb 11691
042acc47
WP
11692$as_echo "#define uid_t int" >>confdefs.h
11693
11694
11695$as_echo "#define gid_t int" >>confdefs.h
b57f37fb
WP
11696
11697fi
11698
11699
11700
042acc47
WP
11701{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
11702$as_echo_n "checking for ANSI C header files... " >&6; }
11703if test "${ac_cv_header_stdc+set}" = set; then :
f030cae8 11704 $as_echo_n "(cached) " >&6
b57f37fb 11705else
042acc47 11706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb 11707/* end confdefs.h. */
042acc47
WP
11708#include <stdlib.h>
11709#include <stdarg.h>
11710#include <string.h>
11711#include <float.h>
b57f37fb 11712
b57f37fb
WP
11713int
11714main ()
11715{
042acc47 11716
b57f37fb
WP
11717 ;
11718 return 0;
11719}
11720_ACEOF
042acc47
WP
11721if ac_fn_c_try_compile "$LINENO"; then :
11722 ac_cv_header_stdc=yes
b57f37fb 11723else
042acc47
WP
11724 ac_cv_header_stdc=no
11725fi
11726rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b57f37fb 11727
042acc47
WP
11728if test $ac_cv_header_stdc = yes; then
11729 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11731/* end confdefs.h. */
11732#include <string.h>
b57f37fb 11733
042acc47
WP
11734_ACEOF
11735if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11736 $EGREP "memchr" >/dev/null 2>&1; then :
b57f37fb 11737
b57f37fb 11738else
042acc47 11739 ac_cv_header_stdc=no
b57f37fb 11740fi
042acc47 11741rm -f conftest*
b57f37fb
WP
11742
11743fi
11744
042acc47
WP
11745if test $ac_cv_header_stdc = yes; then
11746 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
11747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11748/* end confdefs.h. */
11749#include <stdlib.h>
b57f37fb 11750
b57f37fb 11751_ACEOF
042acc47
WP
11752if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11753 $EGREP "free" >/dev/null 2>&1; then :
b57f37fb 11754
042acc47
WP
11755else
11756 ac_cv_header_stdc=no
11757fi
11758rm -f conftest*
b57f37fb 11759
042acc47 11760fi
b57f37fb 11761
042acc47
WP
11762if test $ac_cv_header_stdc = yes; then
11763 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
11764 if test "$cross_compiling" = yes; then :
11765 :
b57f37fb 11766else
042acc47 11767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb 11768/* end confdefs.h. */
042acc47
WP
11769#include <ctype.h>
11770#include <stdlib.h>
11771#if ((' ' & 0x0FF) == 0x020)
11772# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11773# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11774#else
11775# define ISLOWER(c) \
11776 (('a' <= (c) && (c) <= 'i') \
11777 || ('j' <= (c) && (c) <= 'r') \
11778 || ('s' <= (c) && (c) <= 'z'))
11779# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
b57f37fb
WP
11780#endif
11781
042acc47 11782#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
b57f37fb
WP
11783int
11784main ()
11785{
042acc47
WP
11786 int i;
11787 for (i = 0; i < 256; i++)
11788 if (XOR (islower (i), ISLOWER (i))
11789 || toupper (i) != TOUPPER (i))
11790 return 2;
b57f37fb
WP
11791 return 0;
11792}
11793_ACEOF
042acc47 11794if ac_fn_c_try_run "$LINENO"; then :
b57f37fb 11795
042acc47
WP
11796else
11797 ac_cv_header_stdc=no
11798fi
11799rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11800 conftest.$ac_objext conftest.beam conftest.$ac_ext
b57f37fb
WP
11801fi
11802
b57f37fb 11803fi
042acc47
WP
11804fi
11805{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
11806$as_echo "$ac_cv_header_stdc" >&6; }
11807if test $ac_cv_header_stdc = yes; then
11808
11809$as_echo "#define STDC_HEADERS 1" >>confdefs.h
b57f37fb 11810
b57f37fb 11811fi
b57f37fb 11812
042acc47
WP
11813
11814for ac_header in crypt.h unistd.h sys/socket.h sys/stat.h sys/time.h time.h netinet/in.h arpa/inet.h errno.h sys/uio.h spawn.h sys/poll.h sys/epoll.h sys/select.h sys/devpoll.h sys/event.h port.h signal.h sys/signalfd.h sys/timerfd.h
11815do :
11816 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11817ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11818eval as_val=\$$as_ac_Header
11819 if test "x$as_val" = x""yes; then :
11820 cat >>confdefs.h <<_ACEOF
11821#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
b57f37fb
WP
11822_ACEOF
11823
11824fi
11825
042acc47 11826done
b57f37fb 11827
042acc47
WP
11828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
11829$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
11830if test "${ac_cv_header_time+set}" = set; then :
f030cae8 11831 $as_echo_n "(cached) " >&6
b57f37fb 11832else
042acc47 11833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb 11834/* end confdefs.h. */
b57f37fb 11835#include <sys/types.h>
042acc47
WP
11836#include <sys/time.h>
11837#include <time.h>
b57f37fb 11838
b57f37fb
WP
11839int
11840main ()
11841{
042acc47
WP
11842if ((struct tm *) 0)
11843return 0;
f030cae8 11844 ;
b57f37fb 11845 return 0;
042acc47 11846}
f030cae8 11847_ACEOF
042acc47
WP
11848if ac_fn_c_try_compile "$LINENO"; then :
11849 ac_cv_header_time=yes
11850else
11851 ac_cv_header_time=no
11852fi
11853rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11854fi
11855{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
11856$as_echo "$ac_cv_header_time" >&6; }
11857if test $ac_cv_header_time = yes; then
11858
11859$as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
11860
11861fi
11862
11863
11864
11865{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
11866$as_echo_n "checking for library containing socket... " >&6; }
11867if test "${ac_cv_search_socket+set}" = set; then :
11868 $as_echo_n "(cached) " >&6
11869else
11870 ac_func_search_save_LIBS=$LIBS
11871cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f030cae8 11872/* end confdefs.h. */
f030cae8 11873
042acc47
WP
11874/* Override any GCC internal prototype to avoid an error.
11875 Use char because int might match the return type of a GCC
11876 builtin and then its argument prototype would still apply. */
11877#ifdef __cplusplus
11878extern "C"
11879#endif
11880char socket ();
f030cae8
VY
11881int
11882main ()
11883{
042acc47 11884return socket ();
b57f37fb
WP
11885 ;
11886 return 0;
11887}
11888_ACEOF
042acc47
WP
11889for ac_lib in '' socket; do
11890 if test -z "$ac_lib"; then
11891 ac_res="none required"
11892 else
11893 ac_res=-l$ac_lib
11894 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11895 fi
11896 if ac_fn_c_try_link "$LINENO"; then :
11897 ac_cv_search_socket=$ac_res
11898fi
11899rm -f core conftest.err conftest.$ac_objext \
11900 conftest$ac_exeext
11901 if test "${ac_cv_search_socket+set}" = set; then :
11902 break
11903fi
11904done
11905if test "${ac_cv_search_socket+set}" = set; then :
11906
b57f37fb 11907else
042acc47
WP
11908 ac_cv_search_socket=no
11909fi
11910rm conftest.$ac_ext
11911LIBS=$ac_func_search_save_LIBS
11912fi
11913{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
11914$as_echo "$ac_cv_search_socket" >&6; }
11915ac_res=$ac_cv_search_socket
11916if test "$ac_res" != no; then :
11917 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
b57f37fb 11918
b57f37fb
WP
11919fi
11920
f030cae8
VY
11921
11922
042acc47
WP
11923ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "
11924#ifdef HAVE_SYS_TYPES_H
11925#include <sys/types.h>
11926#endif
11927#ifdef HAVE_SYS_SOCKET_H
11928#include <sys/socket.h>
11929#endif
11930#ifdef HAVE_WINSOCK2_H
11931#include <winsock2.h>
11932#endif
11933
11934"
11935if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
11936
11937$as_echo "#define SOCKADDR_IN_HAS_LEN 1" >>confdefs.h
f030cae8 11938
f030cae8 11939fi
042acc47
WP
11940
11941
11942ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
11943#include <sys/socket.h>
11944"
11945if test "x$ac_cv_type_socklen_t" = x""yes; then :
f030cae8 11946 rb_cv_socklen_t=socklen_t
b57f37fb
WP
11947else
11948
042acc47 11949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t equivalent" >&5
f030cae8 11950$as_echo_n "checking for socklen_t equivalent... " >&6; }
042acc47 11951 if test "${rb_cv_socklen_t+set}" = set; then :
f030cae8 11952 $as_echo_n "(cached) " >&6
4414eb3c
VY
11953else
11954
11955 # Systems have either "struct sockaddr *" or
11956 # "void *" as the second argument to getpeername
f030cae8 11957 rb_cv_socklen_t=
4414eb3c
VY
11958 for arg2 in "struct sockaddr" void; do
11959 for t in int size_t unsigned long "unsigned long"; do
042acc47 11960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4414eb3c
VY
11961/* end confdefs.h. */
11962
94b4fbf9 11963#ifdef HAVE_SYS_TYPES_H
4414eb3c 11964#include <sys/types.h>
94b4fbf9
VY
11965#endif
11966#ifdef HAVE_SYS_SOCKET_H
4414eb3c 11967#include <sys/socket.h>
94b4fbf9
VY
11968#endif
11969#ifdef HAVE_WINSOCK2_H
11970#include <winsock2.h>
11971#endif
4414eb3c
VY
11972int getpeername (int, $arg2 *, $t *);
11973
11974int
11975main ()
11976{
11977
11978$t len;
11979getpeername(0,0,&len);
11980
11981 ;
11982 return 0;
11983}
b57f37fb 11984_ACEOF
042acc47 11985if ac_fn_c_try_compile "$LINENO"; then :
4414eb3c 11986
f030cae8 11987 rb_cv_socklen_t="$t"
4414eb3c
VY
11988 break
11989
4414eb3c 11990fi
4414eb3c
VY
11991rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11992 done
11993 done
11994
f030cae8 11995 if test "x$rb_cv_socklen_t" = x; then
042acc47 11996 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find a type to use in place of socklen_t using int" >&5
f030cae8
VY
11997$as_echo "$as_me: WARNING: Cannot find a type to use in place of socklen_t using int" >&2;}
11998 rb_cv_socklen_t=int
4414eb3c
VY
11999 fi
12000
12001fi
12002
042acc47
WP
12003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $rb_cv_socklen_t" >&5
12004$as_echo "$rb_cv_socklen_t" >&6; }
12005fi
12006
12007
12008rb_socklen_t=$rb_cv_socklen_t
12009
12010
12011
12012
12013
12014# Check whether --enable-ipv6 was given.
12015if test "${enable_ipv6+set}" = set; then :
12016 enableval=$enable_ipv6; ipv6=$enableval
12017else
12018 ipv6=yes
12019fi
12020
12021
12022if test x$ipv6 != xyes; then
12023 have_v6="no"
12024else
12025
12026have_v6=yes
12027
12028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for INET6 protocol support" >&5
12029$as_echo_n "checking for INET6 protocol support... " >&6; }
12030if test "${rb_cv_proto_inet6+set}" = set; then :
12031 $as_echo_n "(cached) " >&6
12032else
12033
12034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12035/* end confdefs.h. */
12036
12037#include <sys/types.h>
12038#include <sys/socket.h>
12039
12040#ifndef PF_INET6
12041#error Missing PF_INET6
12042#endif
12043#ifndef AF_INET6
12044#error Mlssing AF_INET6
12045#endif
12046
12047_ACEOF
12048if ac_fn_c_try_cpp "$LINENO"; then :
12049
12050 rb_cv_proto_inet6=yes
12051
12052else
12053
12054 rb_cv_proto_inet6=no
12055
12056fi
12057rm -f conftest.err conftest.$ac_ext
12058
12059fi
12060{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $rb_cv_proto_inet6" >&5
12061$as_echo "$rb_cv_proto_inet6" >&6; }
12062
12063 if test "X$rb_cv_proto_inet6" = "Xyes"; then :
12064
12065 else :
12066
12067 { $as_echo "$as_me:${as_lineno-$LINENO}: Disabling IPv6 support: PF_INET6 not found" >&5
12068$as_echo "$as_me: Disabling IPv6 support: PF_INET6 not found" >&6;}
12069 have_v6=no
12070
12071 fi
12072
12073
12074 if test "X$have_v6" = "Xyes"; then
12075
12076 rb_have_sockaddr_in6=
12077 ac_fn_c_check_type "$LINENO" "struct sockaddr_in6" "ac_cv_type_struct_sockaddr_in6" "
12078#include <sys/types.h>
12079#include <sys/socket.h>
12080#include <netinet/in.h>
12081
12082"
12083if test "x$ac_cv_type_struct_sockaddr_in6" = x""yes; then :
12084
12085cat >>confdefs.h <<_ACEOF
12086#define HAVE_STRUCT_SOCKADDR_IN6 1
12087_ACEOF
12088
12089
12090 rb_have_sockaddr_in6=yes
12091
12092else
12093
12094 rb_have_sockaddr_in6=no
12095
12096fi
12097
12098
12099 if test "X$rb_have_sockaddr_in6" = "Xyes"; then :
12100
12101 else :
12102
12103 { $as_echo "$as_me:${as_lineno-$LINENO}: Disabling IPv6 support: struct sockaddr_in6 not found" >&5
12104$as_echo "$as_me: Disabling IPv6 support: struct sockaddr_in6 not found" >&6;}
12105 have_v6=no
12106
12107 fi
12108
12109 fi
12110
12111fi
12112
12113ac_fn_c_check_type "$LINENO" "struct sockaddr_storage" "ac_cv_type_struct_sockaddr_storage" "
12114 #include <sys/types.h>
12115 #include <sys/socket.h>
12116
12117"
12118if test "x$ac_cv_type_struct_sockaddr_storage" = x""yes; then :
12119
12120cat >>confdefs.h <<_ACEOF
12121#define HAVE_STRUCT_SOCKADDR_STORAGE 1
12122_ACEOF
12123
12124
12125 rb_have_sockaddr_storage=yes
12126
12127fi
12128
12129
12130
12131save_LIBS=$LIBS
12132{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5
12133$as_echo_n "checking for library containing crypt... " >&6; }
12134if test "${ac_cv_search_crypt+set}" = set; then :
12135 $as_echo_n "(cached) " >&6
12136else
12137 ac_func_search_save_LIBS=$LIBS
12138cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12139/* end confdefs.h. */
12140
12141/* Override any GCC internal prototype to avoid an error.
12142 Use char because int might match the return type of a GCC
12143 builtin and then its argument prototype would still apply. */
12144#ifdef __cplusplus
12145extern "C"
12146#endif
12147char crypt ();
12148int
12149main ()
12150{
12151return crypt ();
12152 ;
12153 return 0;
12154}
12155_ACEOF
12156for ac_lib in '' crypt descrypt; do
12157 if test -z "$ac_lib"; then
12158 ac_res="none required"
12159 else
12160 ac_res=-l$ac_lib
12161 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12162 fi
12163 if ac_fn_c_try_link "$LINENO"; then :
12164 ac_cv_search_crypt=$ac_res
12165fi
12166rm -f core conftest.err conftest.$ac_objext \
12167 conftest$ac_exeext
12168 if test "${ac_cv_search_crypt+set}" = set; then :
12169 break
12170fi
12171done
12172if test "${ac_cv_search_crypt+set}" = set; then :
12173
12174else
12175 ac_cv_search_crypt=no
12176fi
12177rm conftest.$ac_ext
12178LIBS=$ac_func_search_save_LIBS
12179fi
12180{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_crypt" >&5
12181$as_echo "$ac_cv_search_crypt" >&6; }
12182ac_res=$ac_cv_search_crypt
12183if test "$ac_res" != no; then :
12184 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12185
b57f37fb
WP
12186fi
12187
042acc47 12188LIBS=$save_LIBS
b57f37fb 12189
042acc47 12190CRYPT_LIB=$ac_cv_search_crypt
4414eb3c 12191
042acc47
WP
12192if test "$CRYPT_LIB" = "none required"; then
12193 unset CRYPT_LIB
12194elif test "$CRYPT_LIB" = no; then
12195 need_crypt=yes;
4414eb3c 12196
042acc47 12197$as_echo "#define NEED_CRYPT 1" >>confdefs.h
4414eb3c 12198
042acc47
WP
12199 unset CRYPT_LIB
12200fi
4414eb3c 12201
042acc47
WP
12202 if test x"$need_crypt" = "xyes"; then
12203 NEED_CRYPT_TRUE=
12204 NEED_CRYPT_FALSE='#'
b57f37fb 12205else
042acc47
WP
12206 NEED_CRYPT_TRUE='#'
12207 NEED_CRYPT_FALSE=
b57f37fb
WP
12208fi
12209
12210
b57f37fb 12211
b57f37fb 12212
b57f37fb 12213
042acc47
WP
12214ac_fn_c_check_header_mongrel "$LINENO" "stdarg.h" "ac_cv_header_stdarg_h" "$ac_includes_default"
12215if test "x$ac_cv_header_stdarg_h" = x""yes; then :
b57f37fb 12216
042acc47
WP
12217else
12218 as_fn_error "** stdarg.h could not be found - libratbox will not compile without it **" "$LINENO" 5
12219fi
b57f37fb 12220
b57f37fb 12221
b57f37fb 12222
042acc47
WP
12223ac_fn_c_check_type "$LINENO" "sa_family_t" "ac_cv_type_sa_family_t" "#include <sys/types.h>
12224#include <sys/socket.h>
12225"
12226if test "x$ac_cv_type_sa_family_t" = x""yes; then :
b57f37fb
WP
12227
12228else
b57f37fb 12229
042acc47 12230$as_echo "#define sa_family_t u_int16_t" >>confdefs.h
b57f37fb
WP
12231
12232fi
b57f37fb 12233
b57f37fb 12234
b57f37fb 12235
042acc47
WP
12236for ac_func in socketpair gettimeofday writev sendmsg gmtime_r strtok_r usleep posix_spawn strlcpy strlcat strnlen fstat signalfd select poll kevent port_create epoll_ctl arc4random getrusage timerfd_create
12237do :
12238 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12239ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12240eval as_val=\$$as_ac_var
12241 if test "x$as_val" = x""yes; then :
12242 cat >>confdefs.h <<_ACEOF
12243#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12244_ACEOF
b57f37fb 12245
042acc47
WP
12246fi
12247done
b57f37fb 12248
b57f37fb 12249
042acc47
WP
12250{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing nanosleep" >&5
12251$as_echo_n "checking for library containing nanosleep... " >&6; }
12252if test "${ac_cv_search_nanosleep+set}" = set; then :
f030cae8 12253 $as_echo_n "(cached) " >&6
b57f37fb 12254else
042acc47
WP
12255 ac_func_search_save_LIBS=$LIBS
12256cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb
WP
12257/* end confdefs.h. */
12258
042acc47
WP
12259/* Override any GCC internal prototype to avoid an error.
12260 Use char because int might match the return type of a GCC
12261 builtin and then its argument prototype would still apply. */
12262#ifdef __cplusplus
12263extern "C"
12264#endif
12265char nanosleep ();
b57f37fb
WP
12266int
12267main ()
12268{
042acc47 12269return nanosleep ();
f030cae8 12270 ;
b57f37fb 12271 return 0;
f030cae8
VY
12272}
12273_ACEOF
042acc47
WP
12274for ac_lib in '' rt posix4; do
12275 if test -z "$ac_lib"; then
12276 ac_res="none required"
12277 else
12278 ac_res=-l$ac_lib
12279 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12280 fi
12281 if ac_fn_c_try_link "$LINENO"; then :
12282 ac_cv_search_nanosleep=$ac_res
12283fi
12284rm -f core conftest.err conftest.$ac_objext \
12285 conftest$ac_exeext
12286 if test "${ac_cv_search_nanosleep+set}" = set; then :
12287 break
12288fi
12289done
12290if test "${ac_cv_search_nanosleep+set}" = set; then :
f030cae8 12291
042acc47
WP
12292else
12293 ac_cv_search_nanosleep=no
12294fi
12295rm conftest.$ac_ext
12296LIBS=$ac_func_search_save_LIBS
12297fi
12298{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_nanosleep" >&5
12299$as_echo "$ac_cv_search_nanosleep" >&6; }
12300ac_res=$ac_cv_search_nanosleep
12301if test "$ac_res" != no; then :
12302 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
f030cae8 12303
042acc47
WP
12304$as_echo "#define HAVE_NANOSLEEP 1" >>confdefs.h
12305
12306fi
12307
12308{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing timer_create" >&5
12309$as_echo_n "checking for library containing timer_create... " >&6; }
12310if test "${ac_cv_search_timer_create+set}" = set; then :
12311 $as_echo_n "(cached) " >&6
12312else
12313 ac_func_search_save_LIBS=$LIBS
12314cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12315/* end confdefs.h. */
f030cae8 12316
042acc47
WP
12317/* Override any GCC internal prototype to avoid an error.
12318 Use char because int might match the return type of a GCC
12319 builtin and then its argument prototype would still apply. */
12320#ifdef __cplusplus
12321extern "C"
12322#endif
12323char timer_create ();
f030cae8
VY
12324int
12325main ()
12326{
042acc47 12327return timer_create ();
b57f37fb
WP
12328 ;
12329 return 0;
12330}
12331_ACEOF
042acc47
WP
12332for ac_lib in '' rt; do
12333 if test -z "$ac_lib"; then
12334 ac_res="none required"
12335 else
12336 ac_res=-l$ac_lib
12337 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12338 fi
12339 if ac_fn_c_try_link "$LINENO"; then :
12340 ac_cv_search_timer_create=$ac_res
12341fi
12342rm -f core conftest.err conftest.$ac_objext \
12343 conftest$ac_exeext
12344 if test "${ac_cv_search_timer_create+set}" = set; then :
12345 break
f030cae8 12346fi
042acc47
WP
12347done
12348if test "${ac_cv_search_timer_create+set}" = set; then :
f030cae8 12349
b57f37fb 12350else
042acc47 12351 ac_cv_search_timer_create=no
b57f37fb 12352fi
042acc47
WP
12353rm conftest.$ac_ext
12354LIBS=$ac_func_search_save_LIBS
b57f37fb 12355fi
042acc47
WP
12356{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_timer_create" >&5
12357$as_echo "$ac_cv_search_timer_create" >&6; }
12358ac_res=$ac_cv_search_timer_create
12359if test "$ac_res" != no; then :
12360 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
b57f37fb 12361
042acc47 12362$as_echo "#define HAVE_TIMER_CREATE 1" >>confdefs.h
b57f37fb 12363
042acc47 12364fi
b57f37fb 12365
042acc47
WP
12366{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working timer_create(CLOCK_REALTIME)" >&5
12367$as_echo_n "checking for a working timer_create(CLOCK_REALTIME)... " >&6; }
12368if test "${rb__cv_timer_create_works+set}" = set; then :
12369 $as_echo_n "(cached) " >&6
12370else
12371 if test "$cross_compiling" = yes; then :
12372 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12373$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12374as_fn_error "cannot run test program while cross compiling
12375See \`config.log' for more details." "$LINENO" 5; }
b57f37fb 12376else
042acc47
WP
12377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12378/* end confdefs.h. */
b57f37fb 12379
042acc47
WP
12380#ifdef HAVE_TIME_H
12381#include <time.h>
12382#endif
12383#ifdef HAVE_SIGNAL_H
12384#include <signal.h>
12385#endif
12386#ifdef HAVE_UNISTD_H
12387#include <unistd.h>
12388#endif
12389int main(int argc, char *argv[])
12390{
12391#if HAVE_TIMER_CREATE
12392 struct sigevent ev;
12393 timer_t timer;
12394 ev.sigev_notify = SIGEV_SIGNAL;
12395 ev.sigev_signo = SIGVTALRM;
12396 if (timer_create(CLOCK_REALTIME, &ev, &timer) != 0) {
12397 return 1;
12398 }
12399#else
12400 return 1;
12401#endif
12402 return 0;
12403}
b57f37fb 12404
042acc47
WP
12405_ACEOF
12406if ac_fn_c_try_run "$LINENO"; then :
12407 rb__cv_timer_create_works=yes
12408else
12409 rb__cv_timer_create_works=no
12410fi
12411rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12412 conftest.$ac_objext conftest.beam conftest.$ac_ext
b57f37fb
WP
12413fi
12414
12415
042acc47
WP
12416fi
12417{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $rb__cv_timer_create_works" >&5
12418$as_echo "$rb__cv_timer_create_works" >&6; }
12419case $rb__cv_timer_create_works in
12420 yes)
12421$as_echo "#define USE_TIMER_CREATE 1" >>confdefs.h
12422;;
12423esac
b57f37fb 12424
042acc47
WP
12425{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working timerfd_create(CLOCK_REALTIME)" >&5
12426$as_echo_n "checking for a working timerfd_create(CLOCK_REALTIME)... " >&6; }
12427if test "${rb__cv_timerfd_create_works+set}" = set; then :
12428 $as_echo_n "(cached) " >&6
12429else
12430 if test "$cross_compiling" = yes; then :
12431 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12432$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12433as_fn_error "cannot run test program while cross compiling
12434See \`config.log' for more details." "$LINENO" 5; }
12435else
12436 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12437/* end confdefs.h. */
b57f37fb 12438
042acc47
WP
12439#ifdef HAVE_TIME_H
12440#include <time.h>
12441#endif
12442#ifdef HAVE_SIGNAL_H
12443#include <signal.h>
12444#endif
12445#ifdef HAVE_UNISTD_H
12446#include <unistd.h>
12447#endif
12448#ifdef HAVE_SYS_TIMERFD_H
12449#include <sys/timerfd.h>
12450#endif
12451int main(int argc, char *argv[])
12452{
12453#if defined(HAVE_TIMERFD_CREATE) && defined(HAVE_SYS_TIMERFD_H)
12454 if (timerfd_create(CLOCK_REALTIME, 0) < 0) {
12455 return 1;
12456 }
12457#else
12458 return 1;
12459#endif
12460 return 0;
12461}
b57f37fb 12462
042acc47
WP
12463_ACEOF
12464if ac_fn_c_try_run "$LINENO"; then :
12465 rb__cv_timerfd_create_works=yes
12466else
12467 rb__cv_timerfd_create_works=no
12468fi
12469rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12470 conftest.$ac_objext conftest.beam conftest.$ac_ext
12471fi
b57f37fb 12472
b57f37fb
WP
12473
12474fi
042acc47
WP
12475{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $rb__cv_timerfd_create_works" >&5
12476$as_echo "$rb__cv_timerfd_create_works" >&6; }
12477case $rb__cv_timerfd_create_works in
12478 yes)
12479$as_echo "#define USE_TIMERFD_CREATE 1" >>confdefs.h
12480;;
12481esac
b57f37fb 12482
042acc47
WP
12483
12484# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
12485# for constant arguments. Useless!
12486{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
12487$as_echo_n "checking for working alloca.h... " >&6; }
12488if test "${ac_cv_working_alloca_h+set}" = set; then :
f030cae8 12489 $as_echo_n "(cached) " >&6
b57f37fb 12490else
042acc47 12491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f030cae8 12492/* end confdefs.h. */
042acc47 12493#include <alloca.h>
f030cae8
VY
12494int
12495main ()
12496{
042acc47
WP
12497char *p = (char *) alloca (2 * sizeof (int));
12498 if (p) return 0;
b57f37fb
WP
12499 ;
12500 return 0;
12501}
12502_ACEOF
042acc47
WP
12503if ac_fn_c_try_link "$LINENO"; then :
12504 ac_cv_working_alloca_h=yes
f030cae8 12505else
042acc47 12506 ac_cv_working_alloca_h=no
b57f37fb 12507fi
042acc47
WP
12508rm -f core conftest.err conftest.$ac_objext \
12509 conftest$ac_exeext conftest.$ac_ext
f030cae8 12510fi
042acc47
WP
12511{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
12512$as_echo "$ac_cv_working_alloca_h" >&6; }
12513if test $ac_cv_working_alloca_h = yes; then
b57f37fb 12514
042acc47 12515$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
b57f37fb
WP
12516
12517fi
12518
042acc47
WP
12519{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
12520$as_echo_n "checking for alloca... " >&6; }
12521if test "${ac_cv_func_alloca_works+set}" = set; then :
f030cae8 12522 $as_echo_n "(cached) " >&6
b57f37fb 12523else
042acc47 12524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb 12525/* end confdefs.h. */
042acc47
WP
12526#ifdef __GNUC__
12527# define alloca __builtin_alloca
12528#else
12529# ifdef _MSC_VER
12530# include <malloc.h>
12531# define alloca _alloca
12532# else
12533# ifdef HAVE_ALLOCA_H
12534# include <alloca.h>
12535# else
12536# ifdef _AIX
12537 #pragma alloca
12538# else
12539# ifndef alloca /* predefined by HP cc +Olibcalls */
12540char *alloca ();
12541# endif
12542# endif
12543# endif
12544# endif
b57f37fb 12545#endif
042acc47 12546
b57f37fb
WP
12547int
12548main ()
12549{
042acc47
WP
12550char *p = (char *) alloca (1);
12551 if (p) return 0;
b57f37fb
WP
12552 ;
12553 return 0;
12554}
12555_ACEOF
042acc47
WP
12556if ac_fn_c_try_link "$LINENO"; then :
12557 ac_cv_func_alloca_works=yes
b57f37fb 12558else
042acc47 12559 ac_cv_func_alloca_works=no
b57f37fb 12560fi
042acc47
WP
12561rm -f core conftest.err conftest.$ac_objext \
12562 conftest$ac_exeext conftest.$ac_ext
b57f37fb 12563fi
042acc47
WP
12564{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
12565$as_echo "$ac_cv_func_alloca_works" >&6; }
b57f37fb 12566
042acc47 12567if test $ac_cv_func_alloca_works = yes; then
b57f37fb 12568
042acc47 12569$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
b57f37fb 12570
b57f37fb 12571else
042acc47
WP
12572 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
12573# that cause trouble. Some versions do not even contain alloca or
12574# contain a buggy version. If you still want to use their alloca,
12575# use ar to extract alloca.o from them instead of compiling alloca.c.
b57f37fb 12576
042acc47 12577ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
b57f37fb 12578
042acc47 12579$as_echo "#define C_ALLOCA 1" >>confdefs.h
b57f37fb
WP
12580
12581
042acc47
WP
12582{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
12583$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
12584if test "${ac_cv_os_cray+set}" = set; then :
f030cae8 12585 $as_echo_n "(cached) " >&6
b57f37fb 12586else
042acc47 12587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb 12588/* end confdefs.h. */
042acc47
WP
12589#if defined CRAY && ! defined CRAY2
12590webecray
12591#else
12592wenotbecray
12593#endif
b57f37fb 12594
b57f37fb 12595_ACEOF
042acc47
WP
12596if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12597 $EGREP "webecray" >/dev/null 2>&1; then :
12598 ac_cv_os_cray=yes
b57f37fb 12599else
042acc47 12600 ac_cv_os_cray=no
b57f37fb 12601fi
042acc47 12602rm -f conftest*
b57f37fb 12603
b57f37fb 12604fi
042acc47
WP
12605{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
12606$as_echo "$ac_cv_os_cray" >&6; }
12607if test $ac_cv_os_cray = yes; then
12608 for ac_func in _getb67 GETB67 getb67; do
12609 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12610ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12611eval as_val=\$$as_ac_var
12612 if test "x$as_val" = x""yes; then :
b57f37fb 12613
042acc47
WP
12614cat >>confdefs.h <<_ACEOF
12615#define CRAY_STACKSEG_END $ac_func
12616_ACEOF
b57f37fb 12617
042acc47
WP
12618 break
12619fi
b57f37fb 12620
042acc47
WP
12621 done
12622fi
b57f37fb 12623
042acc47
WP
12624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
12625$as_echo_n "checking stack direction for C alloca... " >&6; }
12626if test "${ac_cv_c_stack_direction+set}" = set; then :
f030cae8 12627 $as_echo_n "(cached) " >&6
b57f37fb 12628else
042acc47
WP
12629 if test "$cross_compiling" = yes; then :
12630 ac_cv_c_stack_direction=0
12631else
12632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb 12633/* end confdefs.h. */
042acc47 12634$ac_includes_default
b57f37fb 12635int
042acc47 12636find_stack_direction ()
b57f37fb 12637{
042acc47
WP
12638 static char *addr = 0;
12639 auto char dummy;
12640 if (addr == 0)
12641 {
12642 addr = &dummy;
12643 return find_stack_direction ();
12644 }
12645 else
12646 return (&dummy > addr) ? 1 : -1;
f030cae8 12647}
f030cae8
VY
12648
12649int
12650main ()
12651{
042acc47 12652 return find_stack_direction () < 0;
b57f37fb
WP
12653}
12654_ACEOF
042acc47
WP
12655if ac_fn_c_try_run "$LINENO"; then :
12656 ac_cv_c_stack_direction=1
f030cae8 12657else
042acc47 12658 ac_cv_c_stack_direction=-1
f030cae8 12659fi
042acc47
WP
12660rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12661 conftest.$ac_objext conftest.beam conftest.$ac_ext
b57f37fb
WP
12662fi
12663
b57f37fb 12664fi
042acc47
WP
12665{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
12666$as_echo "$ac_cv_c_stack_direction" >&6; }
12667cat >>confdefs.h <<_ACEOF
12668#define STACK_DIRECTION $ac_cv_c_stack_direction
b57f37fb
WP
12669_ACEOF
12670
b57f37fb 12671
042acc47 12672fi
b57f37fb 12673
042acc47
WP
12674for ac_header in vfork.h
12675do :
12676 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
12677if test "x$ac_cv_header_vfork_h" = x""yes; then :
12678 cat >>confdefs.h <<_ACEOF
12679#define HAVE_VFORK_H 1
12680_ACEOF
b57f37fb 12681
042acc47 12682fi
b57f37fb 12683
042acc47 12684done
4414eb3c 12685
042acc47
WP
12686for ac_func in fork vfork
12687do :
12688 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12689ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12690eval as_val=\$$as_ac_var
12691 if test "x$as_val" = x""yes; then :
12692 cat >>confdefs.h <<_ACEOF
12693#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12694_ACEOF
4414eb3c 12695
042acc47
WP
12696fi
12697done
94b4fbf9 12698
042acc47
WP
12699if test "x$ac_cv_func_fork" = xyes; then
12700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
12701$as_echo_n "checking for working fork... " >&6; }
12702if test "${ac_cv_func_fork_works+set}" = set; then :
f030cae8 12703 $as_echo_n "(cached) " >&6
b57f37fb 12704else
042acc47
WP
12705 if test "$cross_compiling" = yes; then :
12706 ac_cv_func_fork_works=cross
12707else
12708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb 12709/* end confdefs.h. */
042acc47 12710$ac_includes_default
b57f37fb
WP
12711int
12712main ()
12713{
042acc47
WP
12714
12715 /* By Ruediger Kuhlmann. */
12716 return fork () < 0;
12717
b57f37fb
WP
12718 ;
12719 return 0;
12720}
12721_ACEOF
042acc47
WP
12722if ac_fn_c_try_run "$LINENO"; then :
12723 ac_cv_func_fork_works=yes
b57f37fb 12724else
042acc47 12725 ac_cv_func_fork_works=no
b57f37fb 12726fi
042acc47
WP
12727rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12728 conftest.$ac_objext conftest.beam conftest.$ac_ext
b57f37fb 12729fi
b57f37fb
WP
12730
12731fi
042acc47
WP
12732{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
12733$as_echo "$ac_cv_func_fork_works" >&6; }
b57f37fb 12734
042acc47
WP
12735else
12736 ac_cv_func_fork_works=$ac_cv_func_fork
12737fi
12738if test "x$ac_cv_func_fork_works" = xcross; then
12739 case $host in
12740 *-*-amigaos* | *-*-msdosdjgpp*)
12741 # Override, as these systems have only a dummy fork() stub
12742 ac_cv_func_fork_works=no
12743 ;;
12744 *)
12745 ac_cv_func_fork_works=yes
12746 ;;
12747 esac
12748 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
12749$as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
12750fi
12751ac_cv_func_vfork_works=$ac_cv_func_vfork
12752if test "x$ac_cv_func_vfork" = xyes; then
12753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
12754$as_echo_n "checking for working vfork... " >&6; }
12755if test "${ac_cv_func_vfork_works+set}" = set; then :
f030cae8 12756 $as_echo_n "(cached) " >&6
b57f37fb 12757else
042acc47
WP
12758 if test "$cross_compiling" = yes; then :
12759 ac_cv_func_vfork_works=cross
12760else
12761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb 12762/* end confdefs.h. */
042acc47
WP
12763/* Thanks to Paul Eggert for this test. */
12764$ac_includes_default
12765#include <sys/wait.h>
12766#ifdef HAVE_VFORK_H
12767# include <vfork.h>
12768#endif
12769/* On some sparc systems, changes by the child to local and incoming
12770 argument registers are propagated back to the parent. The compiler
12771 is told about this with #include <vfork.h>, but some compilers
12772 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
12773 static variable whose address is put into a register that is
12774 clobbered by the vfork. */
12775static void
b57f37fb 12776#ifdef __cplusplus
042acc47
WP
12777sparc_address_test (int arg)
12778# else
12779sparc_address_test (arg) int arg;
b57f37fb 12780#endif
042acc47
WP
12781{
12782 static pid_t child;
12783 if (!child) {
12784 child = vfork ();
12785 if (child < 0) {
12786 perror ("vfork");
12787 _exit(2);
12788 }
12789 if (!child) {
12790 arg = getpid();
12791 write(-1, "", 0);
12792 _exit (arg);
12793 }
12794 }
12795}
12796
b57f37fb
WP
12797int
12798main ()
12799{
042acc47
WP
12800 pid_t parent = getpid ();
12801 pid_t child;
12802
12803 sparc_address_test (0);
12804
12805 child = vfork ();
12806
12807 if (child == 0) {
12808 /* Here is another test for sparc vfork register problems. This
12809 test uses lots of local variables, at least as many local
12810 variables as main has allocated so far including compiler
12811 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
12812 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
12813 reuse the register of parent for one of the local variables,
12814 since it will think that parent can't possibly be used any more
12815 in this routine. Assigning to the local variable will thus
12816 munge parent in the parent process. */
12817 pid_t
12818 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
12819 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
12820 /* Convince the compiler that p..p7 are live; otherwise, it might
12821 use the same hardware register for all 8 local variables. */
12822 if (p != p1 || p != p2 || p != p3 || p != p4
12823 || p != p5 || p != p6 || p != p7)
12824 _exit(1);
b57f37fb 12825
042acc47
WP
12826 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
12827 from child file descriptors. If the child closes a descriptor
12828 before it execs or exits, this munges the parent's descriptor
12829 as well. Test for this by closing stdout in the child. */
12830 _exit(close(fileno(stdout)) != 0);
12831 } else {
12832 int status;
12833 struct stat st;
b57f37fb 12834
042acc47
WP
12835 while (wait(&status) != child)
12836 ;
12837 return (
12838 /* Was there some problem with vforking? */
12839 child < 0
b57f37fb 12840
042acc47
WP
12841 /* Did the child fail? (This shouldn't happen.) */
12842 || status
12843
12844 /* Did the vfork/compiler bug occur? */
12845 || parent != getpid()
12846
12847 /* Did the file descriptor bug occur? */
12848 || fstat(fileno(stdout), &st) != 0
12849 );
12850 }
12851}
12852_ACEOF
12853if ac_fn_c_try_run "$LINENO"; then :
12854 ac_cv_func_vfork_works=yes
b57f37fb 12855else
042acc47 12856 ac_cv_func_vfork_works=no
b57f37fb 12857fi
042acc47
WP
12858rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12859 conftest.$ac_objext conftest.beam conftest.$ac_ext
b57f37fb 12860fi
b57f37fb 12861
042acc47
WP
12862fi
12863{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
12864$as_echo "$ac_cv_func_vfork_works" >&6; }
b57f37fb 12865
042acc47
WP
12866fi;
12867if test "x$ac_cv_func_fork_works" = xcross; then
12868 ac_cv_func_vfork_works=$ac_cv_func_vfork
12869 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
12870$as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
b57f37fb
WP
12871fi
12872
042acc47
WP
12873if test "x$ac_cv_func_vfork_works" = xyes; then
12874
12875$as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
b57f37fb 12876
b57f37fb 12877else
b57f37fb 12878
042acc47 12879$as_echo "#define vfork fork" >>confdefs.h
b57f37fb
WP
12880
12881fi
042acc47
WP
12882if test "x$ac_cv_func_fork_works" = xyes; then
12883
12884$as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
b57f37fb 12885
b57f37fb 12886fi
042acc47 12887
1800d973
WP
12888
12889
12890
12891 for ac_header in $ac_header_list
042acc47
WP
12892do :
12893 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
1800d973
WP
12894ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
12895"
042acc47
WP
12896eval as_val=\$$as_ac_Header
12897 if test "x$as_val" = x""yes; then :
12898 cat >>confdefs.h <<_ACEOF
12899#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12900_ACEOF
12901
b57f37fb 12902fi
b57f37fb 12903
042acc47
WP
12904done
12905
1800d973
WP
12906
12907
12908
12909
12910
12911
12912
042acc47
WP
12913for ac_func in getpagesize
12914do :
12915 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
12916if test "x$ac_cv_func_getpagesize" = x""yes; then :
12917 cat >>confdefs.h <<_ACEOF
12918#define HAVE_GETPAGESIZE 1
b57f37fb
WP
12919_ACEOF
12920
12921fi
042acc47 12922done
b57f37fb 12923
042acc47
WP
12924{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
12925$as_echo_n "checking for working mmap... " >&6; }
12926if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
f030cae8 12927 $as_echo_n "(cached) " >&6
b57f37fb 12928else
042acc47
WP
12929 if test "$cross_compiling" = yes; then :
12930 ac_cv_func_mmap_fixed_mapped=no
12931else
12932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb 12933/* end confdefs.h. */
042acc47
WP
12934$ac_includes_default
12935/* malloc might have been renamed as rpl_malloc. */
12936#undef malloc
b57f37fb 12937
042acc47
WP
12938/* Thanks to Mike Haertel and Jim Avera for this test.
12939 Here is a matrix of mmap possibilities:
12940 mmap private not fixed
12941 mmap private fixed at somewhere currently unmapped
12942 mmap private fixed at somewhere already mapped
12943 mmap shared not fixed
12944 mmap shared fixed at somewhere currently unmapped
12945 mmap shared fixed at somewhere already mapped
12946 For private mappings, we should verify that changes cannot be read()
12947 back from the file, nor mmap's back from the file at a different
12948 address. (There have been systems where private was not correctly
12949 implemented like the infamous i386 svr4.0, and systems where the
12950 VM page cache was not coherent with the file system buffer cache
12951 like early versions of FreeBSD and possibly contemporary NetBSD.)
12952 For shared mappings, we should conversely verify that changes get
12953 propagated back to all the places they're supposed to be.
12954
12955 Grep wants private fixed already mapped.
12956 The main things grep needs to know about mmap are:
12957 * does it exist and is it safe to write into the mmap'd area
12958 * how to use it (BSD variants) */
12959
12960#include <fcntl.h>
12961#include <sys/mman.h>
12962
12963#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
12964char *malloc ();
b57f37fb 12965#endif
042acc47
WP
12966
12967/* This mess was copied from the GNU getpagesize.h. */
12968#ifndef HAVE_GETPAGESIZE
042acc47
WP
12969# ifdef _SC_PAGESIZE
12970# define getpagesize() sysconf(_SC_PAGESIZE)
12971# else /* no _SC_PAGESIZE */
12972# ifdef HAVE_SYS_PARAM_H
12973# include <sys/param.h>
12974# ifdef EXEC_PAGESIZE
12975# define getpagesize() EXEC_PAGESIZE
12976# else /* no EXEC_PAGESIZE */
12977# ifdef NBPG
12978# define getpagesize() NBPG * CLSIZE
12979# ifndef CLSIZE
12980# define CLSIZE 1
12981# endif /* no CLSIZE */
12982# else /* no NBPG */
12983# ifdef NBPC
12984# define getpagesize() NBPC
12985# else /* no NBPC */
12986# ifdef PAGESIZE
12987# define getpagesize() PAGESIZE
12988# endif /* PAGESIZE */
12989# endif /* no NBPC */
12990# endif /* no NBPG */
12991# endif /* no EXEC_PAGESIZE */
12992# else /* no HAVE_SYS_PARAM_H */
12993# define getpagesize() 8192 /* punt totally */
12994# endif /* no HAVE_SYS_PARAM_H */
12995# endif /* no _SC_PAGESIZE */
12996
12997#endif /* no HAVE_GETPAGESIZE */
12998
12999int
13000main ()
b57f37fb 13001{
042acc47
WP
13002 char *data, *data2, *data3;
13003 int i, pagesize;
1800d973 13004 int fd, fd2;
042acc47
WP
13005
13006 pagesize = getpagesize ();
13007
13008 /* First, make a file with some known garbage in it. */
13009 data = (char *) malloc (pagesize);
13010 if (!data)
13011 return 1;
13012 for (i = 0; i < pagesize; ++i)
13013 *(data + i) = rand ();
13014 umask (0);
13015 fd = creat ("conftest.mmap", 0600);
13016 if (fd < 0)
1800d973 13017 return 2;
042acc47 13018 if (write (fd, data, pagesize) != pagesize)
1800d973 13019 return 3;
042acc47
WP
13020 close (fd);
13021
1800d973
WP
13022 /* Next, check that the tail of a page is zero-filled. File must have
13023 non-zero length, otherwise we risk SIGBUS for entire page. */
13024 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
13025 if (fd2 < 0)
13026 return 4;
13027 data2 = "";
13028 if (write (fd2, data2, 1) != 1)
13029 return 5;
13030 data2 = mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
13031 if (data2 == MAP_FAILED)
13032 return 6;
13033 for (i = 0; i < pagesize; ++i)
13034 if (*(data2 + i))
13035 return 7;
13036 close (fd2);
13037 if (munmap (data2, pagesize))
13038 return 8;
13039
042acc47
WP
13040 /* Next, try to mmap the file at a fixed address which already has
13041 something else allocated at it. If we can, also make sure that
13042 we see the same garbage. */
13043 fd = open ("conftest.mmap", O_RDWR);
13044 if (fd < 0)
1800d973 13045 return 9;
042acc47
WP
13046 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
13047 MAP_PRIVATE | MAP_FIXED, fd, 0L))
1800d973 13048 return 10;
042acc47
WP
13049 for (i = 0; i < pagesize; ++i)
13050 if (*(data + i) != *(data2 + i))
1800d973 13051 return 11;
042acc47
WP
13052
13053 /* Finally, make sure that changes to the mapped area do not
13054 percolate back to the file as seen by read(). (This is a bug on
13055 some variants of i386 svr4.0.) */
13056 for (i = 0; i < pagesize; ++i)
13057 *(data2 + i) = *(data2 + i) + 1;
13058 data3 = (char *) malloc (pagesize);
13059 if (!data3)
1800d973 13060 return 12;
042acc47 13061 if (read (fd, data3, pagesize) != pagesize)
1800d973 13062 return 13;
042acc47
WP
13063 for (i = 0; i < pagesize; ++i)
13064 if (*(data + i) != *(data3 + i))
1800d973 13065 return 14;
042acc47
WP
13066 close (fd);
13067 return 0;
b57f37fb 13068}
b57f37fb 13069_ACEOF
042acc47
WP
13070if ac_fn_c_try_run "$LINENO"; then :
13071 ac_cv_func_mmap_fixed_mapped=yes
b57f37fb 13072else
042acc47 13073 ac_cv_func_mmap_fixed_mapped=no
b57f37fb 13074fi
042acc47
WP
13075rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13076 conftest.$ac_objext conftest.beam conftest.$ac_ext
b57f37fb
WP
13077fi
13078
042acc47
WP
13079fi
13080{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
13081$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
13082if test $ac_cv_func_mmap_fixed_mapped = yes; then
b57f37fb 13083
042acc47 13084$as_echo "#define HAVE_MMAP 1" >>confdefs.h
b57f37fb
WP
13085
13086fi
1800d973 13087rm -f conftest.mmap conftest.txt
b57f37fb 13088
94b4fbf9 13089
042acc47
WP
13090{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for /dev/poll" >&5
13091$as_echo_n "checking for /dev/poll... " >&6; }
13092if test -c "/dev/poll"; then
13093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13094$as_echo "yes" >&6; }
94b4fbf9 13095
042acc47 13096$as_echo "#define HAVE_DEVPOLL 1" >>confdefs.h
94b4fbf9 13097
042acc47
WP
13098else
13099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13100$as_echo "no" >&6; }
94b4fbf9
VY
13101fi
13102
13103
042acc47
WP
13104if test "$is_mingw" = "yes"; then
13105
13106$as_echo "#define HAVE_WIN32 1" >>confdefs.h
94b4fbf9
VY
13107
13108fi
94b4fbf9 13109
b57f37fb 13110
042acc47
WP
13111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL" >&5
13112$as_echo_n "checking for OpenSSL... " >&6; }
13113# Check whether --enable-openssl was given.
13114if test "${enable_openssl+set}" = set; then :
13115 enableval=$enable_openssl; cf_enable_openssl=$enableval
b57f37fb 13116else
042acc47 13117 cf_enable_openssl="auto"
b57f37fb
WP
13118fi
13119
b57f37fb 13120
042acc47
WP
13121if test "$cf_enable_openssl" != "no" ; then
13122 cf_openssl_basedir=""
13123 if test "$cf_enable_openssl" != "auto" &&
13124 test "$cf_enable_openssl" != "yes" ; then
13125 cf_openssl_basedir="`echo ${cf_enable_openssl} | sed 's/\/$//'`"
13126 else
13127 for dirs in /usr/local/ssl /usr/pkg /usr/local \
13128 /usr/local/openssl ; do
13129 if test -f "${dirs}/include/openssl/opensslv.h" ; then
13130 cf_openssl_basedir="${dirs}"
13131 break
13132 fi
13133 done
13134 unset dirs
13135 fi
13136 if test ! -z "$cf_openssl_basedir"; then
13137 if test -f "${cf_openssl_basedir}/include/openssl/opensslv.h" ; then
13138 SSL_CFLAGS="-I${cf_openssl_basedir}/include"
13139 SSL_LIBS="-L${cf_openssl_basedir}/lib"
13140 else
13141 cf_openssl_basedir=""
13142 fi
13143 else
13144 if test -f "/usr/include/openssl/opensslv.h" ; then
13145 cf_openssl_basedir="/usr"
13146 fi
13147 fi
b57f37fb 13148
042acc47
WP
13149 if test ! -z "$cf_openssl_basedir"; then
13150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cf_openssl_basedir" >&5
13151$as_echo "$cf_openssl_basedir" >&6; }
13152 cf_enable_openssl="yes"
13153 else
13154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found. Specify a correct path?" >&5
13155$as_echo "not found. Specify a correct path?" >&6; }
13156 cf_enable_openssl="no"
13157 fi
13158 unset cf_openssl_basedir
13159else
13160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: disabled" >&5
13161$as_echo "disabled" >&6; }
b57f37fb
WP
13162fi
13163
042acc47
WP
13164save_CPPFLAGS="$CPPFLAGS"
13165CPPFLAGS="$CPPFLAGS $SSL_CFLAGS"
13166save_LIBS="$LIBS"
13167LIBS="$LIBS $SSL_LIBS"
13168if test "$cf_enable_openssl" != no; then
13169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.7 or above" >&5
13170$as_echo_n "checking for OpenSSL 0.9.7 or above... " >&6; }
13171 if test "$cross_compiling" = yes; then :
13172 cf_enable_openssl=no
b57f37fb 13173else
042acc47 13174 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb 13175/* end confdefs.h. */
042acc47
WP
13176#include <openssl/opensslv.h>
13177 #include <stdlib.h>
b57f37fb
WP
13178int
13179main ()
13180{
042acc47
WP
13181if (OPENSSL_VERSION_NUMBER >= 0x00907000)
13182 exit(0); else exit(1);
13183 ;
13184 return 0;
13185}
b57f37fb 13186_ACEOF
042acc47
WP
13187if ac_fn_c_try_run "$LINENO"; then :
13188 cf_enable_openssl=yes
13189else
13190 cf_enable_openssl=no
13191fi
13192rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13193 conftest.$ac_objext conftest.beam conftest.$ac_ext
13194fi
b57f37fb
WP
13195
13196
042acc47
WP
13197 if test "$cf_enable_openssl" != no; then
13198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
13199$as_echo "found" >&6; }
13200 else
13201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no - OpenSSL support disabled" >&5
13202$as_echo "no - OpenSSL support disabled" >&6; }
13203 fi
b57f37fb 13204
b57f37fb 13205fi
b57f37fb 13206
042acc47
WP
13207
13208if test "$cf_enable_openssl" != no; then
13209 CPPFLAGS="$CPPFLAGS $SSL_LIBS"
13210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RAND_status in -lcrypto" >&5
13211$as_echo_n "checking for RAND_status in -lcrypto... " >&6; }
13212if test "${ac_cv_lib_crypto_RAND_status+set}" = set; then :
f030cae8 13213 $as_echo_n "(cached) " >&6
b57f37fb 13214else
042acc47
WP
13215 ac_check_lib_save_LIBS=$LIBS
13216LIBS="-lcrypto $LIBS"
13217cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb 13218/* end confdefs.h. */
b57f37fb
WP
13219
13220/* Override any GCC internal prototype to avoid an error.
13221 Use char because int might match the return type of a GCC
13222 builtin and then its argument prototype would still apply. */
13223#ifdef __cplusplus
13224extern "C"
13225#endif
042acc47 13226char RAND_status ();
b57f37fb
WP
13227int
13228main ()
13229{
042acc47 13230return RAND_status ();
b57f37fb
WP
13231 ;
13232 return 0;
13233}
13234_ACEOF
042acc47
WP
13235if ac_fn_c_try_link "$LINENO"; then :
13236 ac_cv_lib_crypto_RAND_status=yes
b57f37fb 13237else
042acc47 13238 ac_cv_lib_crypto_RAND_status=no
b57f37fb 13239fi
042acc47
WP
13240rm -f core conftest.err conftest.$ac_objext \
13241 conftest$ac_exeext conftest.$ac_ext
13242LIBS=$ac_check_lib_save_LIBS
b57f37fb 13243fi
042acc47
WP
13244{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RAND_status" >&5
13245$as_echo "$ac_cv_lib_crypto_RAND_status" >&6; }
13246if test "x$ac_cv_lib_crypto_RAND_status" = x""yes; then :
13247 cf_enable_openssl=yes
13248else
13249 cf_enable_openssl=no
b57f37fb
WP
13250fi
13251
b57f37fb
WP
13252fi
13253
042acc47
WP
13254if test "$cf_enable_openssl" != no; then
13255 CPPFLAGS="$CPPFLAGS $SSL_LIBS"
13256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_read in -lssl" >&5
13257$as_echo_n "checking for SSL_read in -lssl... " >&6; }
13258if test "${ac_cv_lib_ssl_SSL_read+set}" = set; then :
f030cae8 13259 $as_echo_n "(cached) " >&6
b57f37fb 13260else
042acc47
WP
13261 ac_check_lib_save_LIBS=$LIBS
13262LIBS="-lssl -lcrypto $LIBS"
13263cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b57f37fb 13264/* end confdefs.h. */
b57f37fb 13265
042acc47
WP
13266/* Override any GCC internal prototype to avoid an error.
13267 Use char because int might match the return type of a GCC
13268 builtin and then its argument prototype would still apply. */
13269#ifdef __cplusplus
13270extern "C"
13271#endif
13272char SSL_read ();
b57f37fb
WP
13273int
13274main ()
13275{
042acc47
WP
13276return SSL_read ();
13277 ;
13278 return 0;
b57f37fb
WP
13279}
13280_ACEOF
042acc47
WP
13281if ac_fn_c_try_link "$LINENO"; then :
13282 ac_cv_lib_ssl_SSL_read=yes
b57f37fb 13283else
042acc47 13284 ac_cv_lib_ssl_SSL_read=no
b57f37fb 13285fi
042acc47
WP
13286rm -f core conftest.err conftest.$ac_objext \
13287 conftest$ac_exeext conftest.$ac_ext
13288LIBS=$ac_check_lib_save_LIBS
13289fi
13290{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_read" >&5
13291$as_echo "$ac_cv_lib_ssl_SSL_read" >&6; }
13292if test "x$ac_cv_lib_ssl_SSL_read" = x""yes; then :
13293 SSL_LIBS="$SSL_LIBS -lssl -lcrypto"
13294else
13295 cf_enable_openssl=no
b57f37fb 13296fi
b57f37fb
WP
13297
13298fi
b57f37fb 13299
b57f37fb
WP
13300
13301
042acc47
WP
13302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GnuTLS" >&5
13303$as_echo_n "checking for GnuTLS... " >&6; }
13304# Check whether --enable-gnutls was given.
13305if test "${enable_gnutls+set}" = set; then :
13306 enableval=$enable_gnutls; cf_enable_gnutls=$enableval
13307else
13308 cf_enable_gnutls="auto"
b57f37fb
WP
13309fi
13310
13311
042acc47
WP
13312if test "$cf_enable_gnutls" != no; then
13313
13314
13315if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
13316 if test -n "$ac_tool_prefix"; then
13317 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
13318set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
13319{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13320$as_echo_n "checking for $ac_word... " >&6; }
13321if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
f030cae8 13322 $as_echo_n "(cached) " >&6
b57f37fb 13323else
042acc47
WP
13324 case $PKG_CONFIG in
13325 [\\/]* | ?:[\\/]*)
13326 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
13327 ;;
13328 *)
13329 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13330for as_dir in $PATH
13331do
13332 IFS=$as_save_IFS
13333 test -z "$as_dir" && as_dir=.
13334 for ac_exec_ext in '' $ac_executable_extensions; do
13335 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13336 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
13337 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13338 break 2
13339 fi
13340done
13341 done
13342IFS=$as_save_IFS
13343
13344 ;;
b57f37fb 13345esac
042acc47
WP
13346fi
13347PKG_CONFIG=$ac_cv_path_PKG_CONFIG
13348if test -n "$PKG_CONFIG"; then
13349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
13350$as_echo "$PKG_CONFIG" >&6; }
b57f37fb 13351else
042acc47
WP
13352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13353$as_echo "no" >&6; }
13354fi
13355
b57f37fb 13356
b57f37fb 13357fi
042acc47
WP
13358if test -z "$ac_cv_path_PKG_CONFIG"; then
13359 ac_pt_PKG_CONFIG=$PKG_CONFIG
13360 # Extract the first word of "pkg-config", so it can be a program name with args.
13361set dummy pkg-config; ac_word=$2
13362{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13363$as_echo_n "checking for $ac_word... " >&6; }
13364if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
13365 $as_echo_n "(cached) " >&6
13366else
13367 case $ac_pt_PKG_CONFIG in
13368 [\\/]* | ?:[\\/]*)
13369 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
13370 ;;
13371 *)
13372 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13373for as_dir in $PATH
13374do
13375 IFS=$as_save_IFS
13376 test -z "$as_dir" && as_dir=.
13377 for ac_exec_ext in '' $ac_executable_extensions; do
13378 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13379 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
13380 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13381 break 2
13382 fi
13383done
13384 done
13385IFS=$as_save_IFS
b57f37fb 13386
042acc47
WP
13387 ;;
13388esac
13389fi
13390ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
13391if test -n "$ac_pt_PKG_CONFIG"; then
13392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
13393$as_echo "$ac_pt_PKG_CONFIG" >&6; }
13394else
13395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13396$as_echo "no" >&6; }
13397fi
b57f37fb 13398
042acc47
WP
13399 if test "x$ac_pt_PKG_CONFIG" = x; then
13400 PKG_CONFIG=""
13401 else
13402 case $cross_compiling:$ac_tool_warned in
13403yes:)
13404{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
13405$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
13406ac_tool_warned=yes ;;
b57f37fb 13407esac
042acc47
WP
13408 PKG_CONFIG=$ac_pt_PKG_CONFIG
13409 fi
b57f37fb 13410else
042acc47
WP
13411 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
13412fi
b57f37fb 13413
b57f37fb 13414fi
042acc47
WP
13415if test -n "$PKG_CONFIG"; then
13416 _pkg_min_version=0.9.0
13417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
13418$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
13419 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
13420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13421$as_echo "yes" >&6; }
13422 else
13423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13424$as_echo "no" >&6; }
13425 PKG_CONFIG=""
13426 fi
b57f37fb 13427
042acc47 13428fi
b57f37fb 13429
042acc47
WP
13430pkg_failed=no
13431{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNUTLS" >&5
13432$as_echo_n "checking for GNUTLS... " >&6; }
b57f37fb 13433
1800d973
WP
13434if test -n "$GNUTLS_CFLAGS"; then
13435 pkg_cv_GNUTLS_CFLAGS="$GNUTLS_CFLAGS"
13436 elif test -n "$PKG_CONFIG"; then
13437 if test -n "$PKG_CONFIG" && \
042acc47
WP
13438 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnutls\""; } >&5
13439 ($PKG_CONFIG --exists --print-errors "gnutls") 2>&5
13440 ac_status=$?
13441 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13442 test $ac_status = 0; }; then
13443 pkg_cv_GNUTLS_CFLAGS=`$PKG_CONFIG --cflags "gnutls" 2>/dev/null`
b57f37fb 13444else
042acc47 13445 pkg_failed=yes
b57f37fb 13446fi
1800d973
WP
13447 else
13448 pkg_failed=untried
b57f37fb 13449fi
1800d973
WP
13450if test -n "$GNUTLS_LIBS"; then
13451 pkg_cv_GNUTLS_LIBS="$GNUTLS_LIBS"
13452 elif test -n "$PKG_CONFIG"; then
13453 if test -n "$PKG_CONFIG" && \
042acc47
WP
13454 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnutls\""; } >&5
13455 ($PKG_CONFIG --exists --print-errors "gnutls") 2>&5
13456 ac_status=$?
13457 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13458 test $ac_status = 0; }; then
13459 pkg_cv_GNUTLS_LIBS=`$PKG_CONFIG --libs "gnutls" 2>/dev/null`
13460else
13461 pkg_failed=yes
13462fi
1800d973
WP
13463 else
13464 pkg_failed=untried
b57f37fb
WP
13465fi
13466
b57f37fb
WP
13467
13468
042acc47 13469if test $pkg_failed = yes; then
b57f37fb 13470
042acc47
WP
13471if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
13472 _pkg_short_errors_supported=yes
b57f37fb 13473else
042acc47
WP
13474 _pkg_short_errors_supported=no
13475fi
13476 if test $_pkg_short_errors_supported = yes; then
1800d973 13477 GNUTLS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gnutls" 2>&1`
042acc47 13478 else
1800d973 13479 GNUTLS_PKG_ERRORS=`$PKG_CONFIG --print-errors "gnutls" 2>&1`
042acc47
WP
13480 fi
13481 # Put the nasty error message in config.log where it belongs
13482 echo "$GNUTLS_PKG_ERRORS" >&5
b57f37fb 13483
042acc47
WP
13484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13485$as_echo "no" >&6; }
13486 cf_enable_gnutls="no"
13487elif test $pkg_failed = untried; then
13488 cf_enable_gnutls="no"
13489else
13490 GNUTLS_CFLAGS=$pkg_cv_GNUTLS_CFLAGS
13491 GNUTLS_LIBS=$pkg_cv_GNUTLS_LIBS
13492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13493$as_echo "yes" >&6; }
b57f37fb 13494
042acc47 13495 cf_enable_gnutls="yes"
b57f37fb 13496
042acc47
WP
13497fi
13498fi
b57f37fb 13499
042acc47
WP
13500if test "$cf_enable_gnutls" = "auto" -a "$cf_enable_openssl" = "yes"; then
13501 cf_enable_gnutls="no"
13502fi
b57f37fb 13503
042acc47 13504if test x"$cf_enable_openssl" != xno; then
b57f37fb 13505
042acc47 13506$as_echo "#define HAVE_OPENSSL 1" >>confdefs.h
b57f37fb 13507
042acc47
WP
13508 GNUTLS_CFLAGS=""
13509 GNUTLS_LIBS=""
13510 SSL_TYPE="openssl"
13511elif test x"$cf_enable_gnutls" != xno; then
13512
13513$as_echo "#define HAVE_GNUTLS 1" >>confdefs.h
b57f37fb 13514
042acc47
WP
13515 SSL_LIBS=""
13516 SSL_CFLAGS=""
13517 SSL_TYPE="gnutls"
b57f37fb 13518fi
b57f37fb 13519
b57f37fb 13520
b57f37fb 13521
b57f37fb 13522
042acc47
WP
13523CPPFLAGS="$save_CPPFLAGS"
13524LIBS="$save_LIBS"
13525
13526
b57f37fb
WP
13527
13528
b57f37fb 13529
b57f37fb 13530
042acc47
WP
13531# Check whether --enable-assert was given.
13532if test "${enable_assert+set}" = set; then :
13533 enableval=$enable_assert; assert=$enableval
13534else
13535 assert=no
13536fi
b57f37fb 13537
b57f37fb 13538
042acc47 13539if test "$assert" = no; then
b57f37fb 13540
042acc47 13541$as_echo "#define NDEBUG 1" >>confdefs.h
b57f37fb 13542
042acc47 13543elif test "$assert" = soft; then
b57f37fb 13544
042acc47 13545$as_echo "#define SOFT_ASSERT 1" >>confdefs.h
b57f37fb 13546
b57f37fb 13547
042acc47 13548$as_echo "#define NDEBUG 1" >>confdefs.h
b57f37fb 13549
042acc47
WP
13550elif test "$assert" = yes; then
13551 assert = "hard";
13552fi
13553
13554{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if you want to do a profile build" >&5
13555$as_echo_n "checking if you want to do a profile build... " >&6; }
13556# Check whether --enable-profile was given.
13557if test "${enable_profile+set}" = set; then :
13558 enableval=$enable_profile; profile=$enableval
b57f37fb 13559else
042acc47
WP
13560 profile=no
13561fi
13562
13563
13564if test "$profile" = yes; then
13565 if test "$ac_cv_c_compiler_gnu" = yes; then
13566 CFLAGS="$CFLAGS -pg -static"
13567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, adding -pg -static" >&5
13568$as_echo "yes, adding -pg -static" >&6; }
b57f37fb 13569
042acc47
WP
13570$as_echo "#define RATBOX_PROFILE 1" >>confdefs.h
13571
13572 else
13573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, profile builds only work with gcc" >&5
13574$as_echo "no, profile builds only work with gcc" >&6; }
13575 fi
13576else
13577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13578$as_echo "no" >&6; }
b57f37fb 13579fi
042acc47
WP
13580
13581# Check whether --enable-balloc was given.
13582if test "${enable_balloc+set}" = set; then :
13583 enableval=$enable_balloc; balloc=$enableval
13584else
13585 balloc=yes
b57f37fb
WP
13586fi
13587
13588
042acc47
WP
13589if test "$balloc" = no; then
13590
13591$as_echo "#define NOBALLOC 1" >>confdefs.h
13592
b57f37fb 13593fi
b57f37fb 13594
042acc47
WP
13595# Check whether --enable-warnings was given.
13596if test "${enable_warnings+set}" = set; then :
13597 enableval=$enable_warnings; CFLAGS="$CFLAGS -Wall -Werror -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings -W -Wno-unused -Wunused-function -Wunused-variable"
b57f37fb
WP
13598fi
13599
b57f37fb 13600
b57f37fb 13601
b57f37fb 13602
b57f37fb 13603
b57f37fb 13604
b57f37fb 13605
b57f37fb
WP
13606
13607
13608
042acc47
WP
13609
13610if test "$prefix" = "NONE"; then
13611
13612cat >>confdefs.h <<_ACEOF
13613#define RB_PREFIX "$ac_default_prefix"
b57f37fb 13614_ACEOF
042acc47
WP
13615
13616
b57f37fb 13617else
b57f37fb 13618
b57f37fb 13619
042acc47 13620 prefix=`echo $prefix | sed 's/\/$//'`
b57f37fb 13621
042acc47
WP
13622cat >>confdefs.h <<_ACEOF
13623#define RB_PREFIX "$prefix"
b57f37fb 13624_ACEOF
b57f37fb 13625
042acc47 13626
b57f37fb
WP
13627fi
13628
b57f37fb 13629
b57f37fb 13630
042acc47 13631ac_config_commands="$ac_config_commands include/librb-config.h"
b57f37fb 13632
b57f37fb 13633
b57f37fb 13634
042acc47 13635ac_config_files="$ac_config_files src/Makefile Makefile libratbox.pc"
b57f37fb
WP
13636
13637
042acc47
WP
13638cat >confcache <<\_ACEOF
13639# This file is a shell script that caches the results of configure
13640# tests run on this system so they can be shared between configure
13641# scripts and configure runs, see configure's option --config-cache.
13642# It is not useful on other systems. If it contains results you don't
13643# want to keep, you may remove or edit it.
13644#
13645# config.status only pays attention to the cache file if you give it
13646# the --recheck option to rerun configure.
13647#
13648# `ac_cv_env_foo' variables (set or unset) will be overridden when
13649# loading this file, other *unset* `ac_cv_foo' will be assigned the
13650# following values.
13651
b57f37fb 13652_ACEOF
b57f37fb 13653
042acc47
WP
13654# The following way of writing the cache mishandles newlines in values,
13655# but we know of no workaround that is simple, portable, and efficient.
13656# So, we kill variables containing newlines.
13657# Ultrix sh set writes to stderr and can't be redirected directly,
13658# and sets the high bit in the cache file unless we assign to the vars.
13659(
13660 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13661 eval ac_val=\$$ac_var
13662 case $ac_val in #(
13663 *${as_nl}*)
13664 case $ac_var in #(
13665 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13666$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13667 esac
13668 case $ac_var in #(
13669 _ | IFS | as_nl) ;; #(
13670 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13671 *) { eval $ac_var=; unset $ac_var;} ;;
13672 esac ;;
13673 esac
13674 done
13675
13676 (set) 2>&1 |
13677 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13678 *${as_nl}ac_space=\ *)
13679 # `set' does not quote correctly, so add quotes: double-quote
13680 # substitution turns \\\\ into \\, and sed turns \\ into \.
13681 sed -n \
13682 "s/'/'\\\\''/g;
13683 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13684 ;; #(
13685 *)
13686 # `set' quotes correctly as required by POSIX, so do not add quotes.
13687 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13688 ;;
13689 esac |
13690 sort
13691) |
13692 sed '
13693 /^ac_cv_env_/b end
13694 t clear
13695 :clear
13696 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13697 t end
13698 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13699 :end' >>confcache
13700if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13701 if test -w "$cache_file"; then
13702 test "x$cache_file" != "x/dev/null" &&
13703 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13704$as_echo "$as_me: updating cache $cache_file" >&6;}
13705 cat confcache >$cache_file
13706 else
13707 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13708$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13709 fi
13710fi
13711rm -f confcache
13712
13713test "x$prefix" = xNONE && prefix=$ac_default_prefix
13714# Let make expand exec_prefix.
13715test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
b57f37fb 13716
042acc47 13717DEFS=-DHAVE_CONFIG_H
b57f37fb 13718
042acc47
WP
13719ac_libobjs=
13720ac_ltlibobjs=
13721for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13722 # 1. Remove the extension, and $U if already installed.
13723 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13724 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13725 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13726 # will be set to the directory where LIBOBJS objects are built.
13727 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13728 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13729done
13730LIBOBJS=$ac_libobjs
b57f37fb 13731
042acc47 13732LTLIBOBJS=$ac_ltlibobjs
b57f37fb 13733
b57f37fb 13734
042acc47
WP
13735 if test -n "$EXEEXT"; then
13736 am__EXEEXT_TRUE=
13737 am__EXEEXT_FALSE='#'
13738else
13739 am__EXEEXT_TRUE='#'
13740 am__EXEEXT_FALSE=
b57f37fb
WP
13741fi
13742
042acc47
WP
13743if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
13744 as_fn_error "conditional \"AMDEP\" was never defined.
13745Usually this means the macro was only invoked conditionally." "$LINENO" 5
b57f37fb 13746fi
042acc47
WP
13747if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
13748 as_fn_error "conditional \"am__fastdepCC\" was never defined.
13749Usually this means the macro was only invoked conditionally." "$LINENO" 5
13750fi
13751if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13752 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13753Usually this means the macro was only invoked conditionally." "$LINENO" 5
13754fi
13755if test -z "${MINGW_TRUE}" && test -z "${MINGW_FALSE}"; then
13756 as_fn_error "conditional \"MINGW\" was never defined.
13757Usually this means the macro was only invoked conditionally." "$LINENO" 5
13758fi
13759if test -z "${NEED_CRYPT_TRUE}" && test -z "${NEED_CRYPT_FALSE}"; then
13760 as_fn_error "conditional \"NEED_CRYPT\" was never defined.
13761Usually this means the macro was only invoked conditionally." "$LINENO" 5
b57f37fb 13762fi
b57f37fb 13763
042acc47
WP
13764: ${CONFIG_STATUS=./config.status}
13765ac_write_fail=0
13766ac_clean_files_save=$ac_clean_files
13767ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13768{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13769$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13770as_write_fail=0
13771cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13772#! $SHELL
13773# Generated by $as_me.
13774# Run this file to recreate the current configuration.
13775# Compiler output produced by configure, useful for debugging
13776# configure, is in config.log if it exists.
b57f37fb 13777
042acc47
WP
13778debug=false
13779ac_cs_recheck=false
13780ac_cs_silent=false
b57f37fb 13781
042acc47
WP
13782SHELL=\${CONFIG_SHELL-$SHELL}
13783export SHELL
13784_ASEOF
13785cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13786## -------------------- ##
13787## M4sh Initialization. ##
13788## -------------------- ##
b57f37fb 13789
042acc47
WP
13790# Be more Bourne compatible
13791DUALCASE=1; export DUALCASE # for MKS sh
13792if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13793 emulate sh
13794 NULLCMD=:
13795 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13796 # is contrary to our usage. Disable this feature.
13797 alias -g '${1+"$@"}'='"$@"'
13798 setopt NO_GLOB_SUBST
13799else
13800 case `(set -o) 2>/dev/null` in #(
13801 *posix*) :
13802 set -o posix ;; #(
13803 *) :
13804 ;;
13805esac
13806fi
b57f37fb 13807
b57f37fb 13808
042acc47
WP
13809as_nl='
13810'
13811export as_nl
13812# Printing a long string crashes Solaris 7 /usr/bin/printf.
13813as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13814as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13815as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13816# Prefer a ksh shell builtin over an external printf program on Solaris,
13817# but without wasting forks for bash or zsh.
13818if test -z "$BASH_VERSION$ZSH_VERSION" \
13819 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13820 as_echo='print -r --'
13821 as_echo_n='print -rn --'
13822elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13823 as_echo='printf %s\n'
13824 as_echo_n='printf %s'
b57f37fb 13825else
042acc47
WP
13826 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13827 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13828 as_echo_n='/usr/ucb/echo -n'
13829 else
13830 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13831 as_echo_n_body='eval
13832 arg=$1;
13833 case $arg in #(
13834 *"$as_nl"*)
13835 expr "X$arg" : "X\\(.*\\)$as_nl";
13836 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13837 esac;
13838 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13839 '
13840 export as_echo_n_body
13841 as_echo_n='sh -c $as_echo_n_body as_echo'
13842 fi
13843 export as_echo_body
13844 as_echo='sh -c $as_echo_body as_echo'
b57f37fb 13845fi
042acc47
WP
13846
13847# The user is always right.
13848if test "${PATH_SEPARATOR+set}" != set; then
13849 PATH_SEPARATOR=:
13850 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13851 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13852 PATH_SEPARATOR=';'
13853 }
b57f37fb
WP
13854fi
13855
13856
042acc47
WP
13857# IFS
13858# We need space, tab and new line, in precisely that order. Quoting is
13859# there to prevent editors from complaining about space-tab.
13860# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13861# splitting by setting IFS to empty value.)
13862IFS=" "" $as_nl"
b57f37fb 13863
042acc47
WP
13864# Find who we are. Look in the path if we contain no directory separator.
13865case $0 in #((
13866 *[\\/]* ) as_myself=$0 ;;
13867 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13868for as_dir in $PATH
13869do
13870 IFS=$as_save_IFS
13871 test -z "$as_dir" && as_dir=.
13872 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13873 done
13874IFS=$as_save_IFS
b57f37fb 13875
042acc47
WP
13876 ;;
13877esac
13878# We did not find ourselves, most probably we were run as `sh COMMAND'
13879# in which case we are not to be found in the path.
13880if test "x$as_myself" = x; then
13881 as_myself=$0
13882fi
13883if test ! -f "$as_myself"; then
13884 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13885 exit 1
b57f37fb 13886fi
b57f37fb 13887
042acc47
WP
13888# Unset variables that we do not need and which cause bugs (e.g. in
13889# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13890# suppresses any "Segmentation fault" message there. '((' could
13891# trigger a bug in pdksh 5.2.14.
13892for as_var in BASH_ENV ENV MAIL MAILPATH
13893do eval test x\${$as_var+set} = xset \
13894 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13895done
13896PS1='$ '
13897PS2='> '
13898PS4='+ '
b57f37fb 13899
042acc47
WP
13900# NLS nuisances.
13901LC_ALL=C
13902export LC_ALL
13903LANGUAGE=C
13904export LANGUAGE
b57f37fb 13905
042acc47
WP
13906# CDPATH.
13907(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
b57f37fb 13908
b57f37fb 13909
042acc47
WP
13910# as_fn_error ERROR [LINENO LOG_FD]
13911# ---------------------------------
13912# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13913# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13914# script with status $?, using 1 if that was 0.
13915as_fn_error ()
13916{
13917 as_status=$?; test $as_status -eq 0 && as_status=1
13918 if test "$3"; then
13919 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13920 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13921 fi
13922 $as_echo "$as_me: error: $1" >&2
13923 as_fn_exit $as_status
13924} # as_fn_error
b57f37fb 13925
b57f37fb 13926
042acc47
WP
13927# as_fn_set_status STATUS
13928# -----------------------
13929# Set $? to STATUS, without forking.
13930as_fn_set_status ()
13931{
13932 return $1
13933} # as_fn_set_status
13934
13935# as_fn_exit STATUS
13936# -----------------
13937# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13938as_fn_exit ()
13939{
13940 set +e
13941 as_fn_set_status $1
13942 exit $1
13943} # as_fn_exit
13944
13945# as_fn_unset VAR
13946# ---------------
13947# Portably unset VAR.
13948as_fn_unset ()
13949{
13950 { eval $1=; unset $1;}
13951}
13952as_unset=as_fn_unset
13953# as_fn_append VAR VALUE
13954# ----------------------
13955# Append the text in VALUE to the end of the definition contained in VAR. Take
13956# advantage of any shell optimizations that allow amortized linear growth over
13957# repeated appends, instead of the typical quadratic growth present in naive
13958# implementations.
13959if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13960 eval 'as_fn_append ()
13961 {
13962 eval $1+=\$2
13963 }'
13964else
13965 as_fn_append ()
13966 {
13967 eval $1=\$$1\$2
13968 }
13969fi # as_fn_append
13970
13971# as_fn_arith ARG...
13972# ------------------
13973# Perform arithmetic evaluation on the ARGs, and store the result in the
13974# global $as_val. Take advantage of shells that can avoid forks. The arguments
13975# must be portable across $(()) and expr.
13976if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13977 eval 'as_fn_arith ()
13978 {
13979 as_val=$(( $* ))
13980 }'
13981else
13982 as_fn_arith ()
13983 {
13984 as_val=`expr "$@" || test $? -eq 1`
13985 }
13986fi # as_fn_arith
13987
b57f37fb 13988
042acc47
WP
13989if expr a : '\(a\)' >/dev/null 2>&1 &&
13990 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13991 as_expr=expr
13992else
13993 as_expr=false
b57f37fb
WP
13994fi
13995
042acc47
WP
13996if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13997 as_basename=basename
13998else
13999 as_basename=false
14000fi
b57f37fb 14001
042acc47
WP
14002if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14003 as_dirname=dirname
b57f37fb 14004else
042acc47 14005 as_dirname=false
b57f37fb
WP
14006fi
14007
042acc47
WP
14008as_me=`$as_basename -- "$0" ||
14009$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14010 X"$0" : 'X\(//\)$' \| \
14011 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14012$as_echo X/"$0" |
14013 sed '/^.*\/\([^/][^/]*\)\/*$/{
14014 s//\1/
14015 q
14016 }
14017 /^X\/\(\/\/\)$/{
14018 s//\1/
14019 q
14020 }
14021 /^X\/\(\/\).*/{
14022 s//\1/
14023 q
14024 }
14025 s/.*/./; q'`
b57f37fb 14026
042acc47
WP
14027# Avoid depending upon Character Ranges.
14028as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14029as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14030as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14031as_cr_digits='0123456789'
14032as_cr_alnum=$as_cr_Letters$as_cr_digits
b57f37fb 14033
042acc47
WP
14034ECHO_C= ECHO_N= ECHO_T=
14035case `echo -n x` in #(((((
14036-n*)
14037 case `echo 'xy\c'` in
14038 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14039 xy) ECHO_C='\c';;
14040 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14041 ECHO_T=' ';;
14042 esac;;
14043*)
14044 ECHO_N='-n';;
14045esac
14046
14047rm -f conf$$ conf$$.exe conf$$.file
14048if test -d conf$$.dir; then
14049 rm -f conf$$.dir/conf$$.file
b57f37fb 14050else
042acc47
WP
14051 rm -f conf$$.dir
14052 mkdir conf$$.dir 2>/dev/null
b57f37fb 14053fi
042acc47
WP
14054if (echo >conf$$.file) 2>/dev/null; then
14055 if ln -s conf$$.file conf$$ 2>/dev/null; then
14056 as_ln_s='ln -s'
14057 # ... but there are two gotchas:
14058 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14059 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14060 # In both cases, we have to default to `cp -p'.
14061 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14062 as_ln_s='cp -p'
14063 elif ln conf$$.file conf$$ 2>/dev/null; then
14064 as_ln_s=ln
14065 else
14066 as_ln_s='cp -p'
14067 fi
b57f37fb 14068else
042acc47
WP
14069 as_ln_s='cp -p'
14070fi
14071rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14072rmdir conf$$.dir 2>/dev/null
14073
14074
14075# as_fn_mkdir_p
14076# -------------
14077# Create "$as_dir" as a directory, including parents if necessary.
14078as_fn_mkdir_p ()
b57f37fb 14079{
b57f37fb 14080
042acc47
WP
14081 case $as_dir in #(
14082 -*) as_dir=./$as_dir;;
14083 esac
14084 test -d "$as_dir" || eval $as_mkdir_p || {
14085 as_dirs=
14086 while :; do
14087 case $as_dir in #(
14088 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14089 *) as_qdir=$as_dir;;
14090 esac
14091 as_dirs="'$as_qdir' $as_dirs"
14092 as_dir=`$as_dirname -- "$as_dir" ||
14093$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14094 X"$as_dir" : 'X\(//\)[^/]' \| \
14095 X"$as_dir" : 'X\(//\)$' \| \
14096 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14097$as_echo X"$as_dir" |
14098 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14099 s//\1/
14100 q
14101 }
14102 /^X\(\/\/\)[^/].*/{
14103 s//\1/
14104 q
14105 }
14106 /^X\(\/\/\)$/{
14107 s//\1/
14108 q
14109 }
14110 /^X\(\/\).*/{
14111 s//\1/
14112 q
14113 }
14114 s/.*/./; q'`
14115 test -d "$as_dir" && break
14116 done
14117 test -z "$as_dirs" || eval "mkdir $as_dirs"
14118 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14119
14120
14121} # as_fn_mkdir_p
14122if mkdir -p . 2>/dev/null; then
14123 as_mkdir_p='mkdir -p "$as_dir"'
14124else
14125 test -d ./-p && rmdir ./-p
14126 as_mkdir_p=false
b57f37fb 14127fi
042acc47
WP
14128
14129if test -x / >/dev/null 2>&1; then
14130 as_test_x='test -x'
14131else
14132 if ls -dL / >/dev/null 2>&1; then
14133 as_ls_L_option=L
14134 else
14135 as_ls_L_option=
14136 fi
14137 as_test_x='
14138 eval sh -c '\''
14139 if test -d "$1"; then
14140 test -d "$1/.";
14141 else
14142 case $1 in #(
14143 -*)set "./$1";;
14144 esac;
14145 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14146 ???[sx]*):;;*)false;;esac;fi
14147 '\'' sh
14148 '
b57f37fb 14149fi
042acc47 14150as_executable_p=$as_test_x
b57f37fb 14151
042acc47
WP
14152# Sed expression to map a string onto a valid CPP name.
14153as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
b57f37fb 14154
042acc47
WP
14155# Sed expression to map a string onto a valid variable name.
14156as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
b57f37fb 14157
b57f37fb 14158
042acc47
WP
14159exec 6>&1
14160## ----------------------------------- ##
14161## Main body of $CONFIG_STATUS script. ##
14162## ----------------------------------- ##
14163_ASEOF
14164test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
b57f37fb 14165
042acc47
WP
14166cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14167# Save the log message, to keep $0 and so on meaningful, and to
14168# report actual input values of CONFIG_FILES etc. instead of their
14169# values after options handling.
14170ac_log="
14171This file was extended by libratbox $as_me devel, which was
1800d973 14172generated by GNU Autoconf 2.65. Invocation command line was
b57f37fb 14173
042acc47
WP
14174 CONFIG_FILES = $CONFIG_FILES
14175 CONFIG_HEADERS = $CONFIG_HEADERS
14176 CONFIG_LINKS = $CONFIG_LINKS
14177 CONFIG_COMMANDS = $CONFIG_COMMANDS
14178 $ $0 $@
14179
14180on `(hostname || uname -n) 2>/dev/null | sed 1q`
14181"
b57f37fb 14182
b57f37fb 14183_ACEOF
042acc47
WP
14184
14185case $ac_config_files in *"
14186"*) set x $ac_config_files; shift; ac_config_files=$*;;
b57f37fb 14187esac
b57f37fb 14188
042acc47
WP
14189case $ac_config_headers in *"
14190"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14191esac
b57f37fb 14192
b57f37fb 14193
042acc47
WP
14194cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14195# Files that config.status was made for.
14196config_files="$ac_config_files"
14197config_headers="$ac_config_headers"
14198config_commands="$ac_config_commands"
b57f37fb 14199
b57f37fb 14200_ACEOF
b57f37fb 14201
042acc47
WP
14202cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14203ac_cs_usage="\
14204\`$as_me' instantiates files and other configuration actions
14205from templates according to the current configuration. Unless the files
14206and actions are specified as TAGs, all are instantiated by default.
14207
14208Usage: $0 [OPTION]... [TAG]...
14209
14210 -h, --help print this help, then exit
14211 -V, --version print version number and configuration settings, then exit
1800d973 14212 --config print configuration, then exit
042acc47
WP
14213 -q, --quiet, --silent
14214 do not print progress messages
14215 -d, --debug don't remove temporary files
14216 --recheck update $as_me by reconfiguring in the same conditions
14217 --file=FILE[:TEMPLATE]
14218 instantiate the configuration file FILE
14219 --header=FILE[:TEMPLATE]
14220 instantiate the configuration header FILE
14221
14222Configuration files:
14223$config_files
14224
14225Configuration headers:
14226$config_headers
14227
14228Configuration commands:
14229$config_commands
14230
14231Report bugs to the package provider."
14232
b57f37fb 14233_ACEOF
042acc47 14234cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1800d973 14235ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
042acc47
WP
14236ac_cs_version="\\
14237libratbox config.status devel
1800d973
WP
14238configured by $0, generated by GNU Autoconf 2.65,
14239 with options \\"\$ac_cs_config\\"
b57f37fb 14240
042acc47
WP
14241Copyright (C) 2009 Free Software Foundation, Inc.
14242This config.status script is free software; the Free Software Foundation
14243gives unlimited permission to copy, distribute and modify it."
b57f37fb 14244
042acc47
WP
14245ac_pwd='$ac_pwd'
14246srcdir='$srcdir'
14247INSTALL='$INSTALL'
14248MKDIR_P='$MKDIR_P'
14249AWK='$AWK'
14250test -n "\$AWK" || AWK=awk
14251_ACEOF
b57f37fb 14252
042acc47
WP
14253cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14254# The default lists apply if the user does not specify any file.
14255ac_need_defaults=:
14256while test $# != 0
14257do
14258 case $1 in
14259 --*=*)
14260 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14261 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14262 ac_shift=:
14263 ;;
14264 *)
14265 ac_option=$1
14266 ac_optarg=$2
14267 ac_shift=shift
14268 ;;
14269 esac
14270
14271 case $ac_option in
14272 # Handling of the options.
14273 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14274 ac_cs_recheck=: ;;
14275 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14276 $as_echo "$ac_cs_version"; exit ;;
1800d973
WP
14277 --config | --confi | --conf | --con | --co | --c )
14278 $as_echo "$ac_cs_config"; exit ;;
042acc47
WP
14279 --debug | --debu | --deb | --de | --d | -d )
14280 debug=: ;;
14281 --file | --fil | --fi | --f )
14282 $ac_shift
14283 case $ac_optarg in
14284 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14285 esac
14286 as_fn_append CONFIG_FILES " '$ac_optarg'"
14287 ac_need_defaults=false;;
14288 --header | --heade | --head | --hea )
14289 $ac_shift
14290 case $ac_optarg in
14291 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14292 esac
14293 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14294 ac_need_defaults=false;;
14295 --he | --h)
14296 # Conflict between --help and --header
14297 as_fn_error "ambiguous option: \`$1'
14298Try \`$0 --help' for more information.";;
14299 --help | --hel | -h )
14300 $as_echo "$ac_cs_usage"; exit ;;
14301 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14302 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14303 ac_cs_silent=: ;;
14304
14305 # This is an error.
14306 -*) as_fn_error "unrecognized option: \`$1'
14307Try \`$0 --help' for more information." ;;
14308
14309 *) as_fn_append ac_config_targets " $1"
14310 ac_need_defaults=false ;;
14311
14312 esac
14313 shift
14314done
b57f37fb 14315
042acc47 14316ac_configure_extra_args=
033be687 14317
042acc47
WP
14318if $ac_cs_silent; then
14319 exec 6>/dev/null
14320 ac_configure_extra_args="$ac_configure_extra_args --silent"
14321fi
033be687 14322
042acc47
WP
14323_ACEOF
14324cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14325if \$ac_cs_recheck; then
14326 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14327 shift
14328 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14329 CONFIG_SHELL='$SHELL'
14330 export CONFIG_SHELL
14331 exec "\$@"
033be687
VY
14332fi
14333
042acc47
WP
14334_ACEOF
14335cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14336exec 5>>config.log
14337{
14338 echo
14339 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14340## Running $as_me. ##
14341_ASBOX
14342 $as_echo "$ac_log"
14343} >&5
033be687 14344
042acc47
WP
14345_ACEOF
14346cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14347#
14348# INIT-COMMANDS
14349#
14350AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
033be687
VY
14351
14352
042acc47
WP
14353# The HP-UX ksh and POSIX shell print the target directory to stdout
14354# if CDPATH is set.
14355(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14356
14357sed_quote_subst='$sed_quote_subst'
14358double_quote_subst='$double_quote_subst'
14359delay_variable_subst='$delay_variable_subst'
14360enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
14361enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
14362macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
14363macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
14364pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
14365enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
14366host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
14367host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
14368host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
14369build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
14370build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
14371build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
14372SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
14373Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
14374GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
14375EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
14376FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
14377LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
14378NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
14379LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
14380max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
14381ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
14382exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
14383lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
14384lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
14385lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
14386reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
14387reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14388OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
14389deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
14390file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
14391AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
14392AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
14393STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
14394RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
14395old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14396old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14397old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14398CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
14399CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
14400compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
14401GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
14402lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
14403lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
14404lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
14405lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
14406objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
14407SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
14408ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
14409MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
14410lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
14411lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
14412lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
14413lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
14414lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
14415need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
14416DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
14417NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
14418LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
14419OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
14420OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
14421libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
14422shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14423extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14424archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
14425enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
14426export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
14427whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
14428compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
14429old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14430old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14431archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14432archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14433module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14434module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14435with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
14436allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
14437no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
14438hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
14439hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
14440hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
14441hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
14442hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
14443hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
14444hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
14445hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
14446inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
14447link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
14448fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
14449always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
14450export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14451exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
14452include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
14453prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14454file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
14455variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
14456need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
14457need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
14458version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
14459runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
14460shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
14461shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
14462libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
14463library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
14464soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
14465postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14466postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14467finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
14468finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
14469hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
14470sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
14471sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
14472hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
14473enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
14474enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
14475enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
14476old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
14477striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
14478
14479LTCC='$LTCC'
14480LTCFLAGS='$LTCFLAGS'
14481compiler='$compiler_DEFAULT'
14482
14483# Quote evaled strings.
14484for var in SED \
14485GREP \
14486EGREP \
14487FGREP \
14488LD \
14489NM \
14490LN_S \
14491lt_SP2NL \
14492lt_NL2SP \
14493reload_flag \
14494OBJDUMP \
14495deplibs_check_method \
14496file_magic_cmd \
14497AR \
14498AR_FLAGS \
14499STRIP \
14500RANLIB \
14501CC \
14502CFLAGS \
14503compiler \
14504lt_cv_sys_global_symbol_pipe \
14505lt_cv_sys_global_symbol_to_cdecl \
14506lt_cv_sys_global_symbol_to_c_name_address \
14507lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14508SHELL \
14509ECHO \
14510lt_prog_compiler_no_builtin_flag \
14511lt_prog_compiler_wl \
14512lt_prog_compiler_pic \
14513lt_prog_compiler_static \
14514lt_cv_prog_compiler_c_o \
14515need_locks \
14516DSYMUTIL \
14517NMEDIT \
14518LIPO \
14519OTOOL \
14520OTOOL64 \
14521shrext_cmds \
14522export_dynamic_flag_spec \
14523whole_archive_flag_spec \
14524compiler_needs_object \
14525with_gnu_ld \
14526allow_undefined_flag \
14527no_undefined_flag \
14528hardcode_libdir_flag_spec \
14529hardcode_libdir_flag_spec_ld \
14530hardcode_libdir_separator \
14531fix_srcfile_path \
14532exclude_expsyms \
14533include_expsyms \
14534file_list_spec \
14535variables_saved_for_relink \
14536libname_spec \
14537library_names_spec \
14538soname_spec \
14539finish_eval \
14540old_striplib \
14541striplib; do
14542 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
14543 *[\\\\\\\`\\"\\\$]*)
14544 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14545 ;;
14546 *)
14547 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14548 ;;
14549 esac
033be687 14550done
042acc47
WP
14551
14552# Double-quote double-evaled strings.
14553for var in reload_cmds \
14554old_postinstall_cmds \
14555old_postuninstall_cmds \
14556old_archive_cmds \
14557extract_expsyms_cmds \
14558old_archive_from_new_cmds \
14559old_archive_from_expsyms_cmds \
14560archive_cmds \
14561archive_expsym_cmds \
14562module_cmds \
14563module_expsym_cmds \
14564export_symbols_cmds \
14565prelink_cmds \
14566postinstall_cmds \
14567postuninstall_cmds \
14568finish_cmds \
14569sys_lib_search_path_spec \
14570sys_lib_dlsearch_path_spec; do
14571 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
14572 *[\\\\\\\`\\"\\\$]*)
14573 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14574 ;;
14575 *)
14576 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14577 ;;
14578 esac
033be687 14579done
033be687 14580
042acc47
WP
14581# Fix-up fallback echo if it was mangled by the above quoting rules.
14582case \$lt_ECHO in
14583*'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
033be687
VY
14584 ;;
14585esac
033be687 14586
042acc47
WP
14587ac_aux_dir='$ac_aux_dir'
14588xsi_shell='$xsi_shell'
14589lt_shell_append='$lt_shell_append'
033be687 14590
042acc47
WP
14591# See if we are running on zsh, and set the options which allow our
14592# commands through without removal of \ escapes INIT.
14593if test -n "\${ZSH_VERSION+set}" ; then
14594 setopt NO_GLOB_SUBST
033be687 14595fi
033be687 14596
033be687 14597
042acc47
WP
14598 PACKAGE='$PACKAGE'
14599 VERSION='$VERSION'
14600 TIMESTAMP='$TIMESTAMP'
14601 RM='$RM'
14602 ofile='$ofile'
033be687 14603
033be687 14604
033be687 14605
033be687 14606
042acc47
WP
14607 if test x$ac_cv_header_stdc = xyes; then
14608 rb_header_stdc=yes
14609 fi
14610 if test x$ac_cv_header_stdlib_h = xyes; then
14611 rb_header_stdlib_h=yes
14612 fi
14613 if test x$ac_cv_header_string_h = xyes; then
14614 rb_header_string_h=yes
14615 fi
14616 if test x$ac_cv_header_memory_h = xyes; then
14617 rb_header_memory_h=yes
14618 fi
14619 if test "x${ac_cv_working_alloca_h+set}" = xset ; then
14620 rb_alloca_h="$ac_cv_working_alloca_h"
14621 else
14622 rb_alloc_h="$ac_cv_header_alloca_h"
14623 fi
14624 if test x$ac_cv_member_struct_sockaddr_sa_len = xyes; then
14625 rb_sockaddr_sa_len=yes
14626 fi
14627 if test x$ac_cv_header_sys_socket_h = xyes; then
14628 rb_sys_socket_h=yes
14629 fi
14630 if test x$ac_cv_header_sys_types_h = xyes; then
14631 rb_sys_types_h=yes
14632 fi
14633 if test x$ac_cv_header_sys_stat_h = xyes; then
14634 rb_sys_stat_h=yes
14635 fi
14636 if test x$ac_cv_header_sys_time_h = xyes; then
14637 rb_sys_time_h=yes
14638 fi
14639 if test x$ac_cv_header_time = xyes; then
14640 rb_time_h=yes
14641 fi
033be687 14642
042acc47
WP
14643 if test x$ac_cv_header_stdint_h = xyes; then
14644 rb_stdint_h=yes
14645 fi
14646 if test x$ac_cv_header_inttypes_h = xyes; then
14647 rb_inttypes_h=yes
14648 fi
14649 if test x$ac_cv_header_netinet_in_h = xyes; then
14650 rb_netinet_in_h=yes
14651 fi
033be687 14652
042acc47
WP
14653 if test x$ac_cv_header_crypt_h = xyes; then
14654 rb_crypt_h=yes
14655 fi
14656 if test x$ac_cv_header_errno_h = xyes; then
14657 rb_errno_h=yes
14658 fi
14659 if test x$ac_cv_header_unistd_h = xyes; then
14660 rb_unistd_h=yes
14661 fi
14662 if test x$ac_cv_header_windows_h = xyes; then
14663 rb_windows_h=yes
14664 fi
14665 if test x$ac_cv_header_winsock2_h = xyes; then
14666 rb_winsock2_h=yes
14667 fi
033be687 14668
042acc47 14669 rb_socklen_t=$rb_socklen_t
033be687 14670
042acc47
WP
14671 if test "x$rb_have_sockaddr_storage" = "xyes"; then
14672 rb_sockaddr_storage="yes"
14673 else
14674 rb_sockaddr_storage="no"
14675 fi
033be687 14676
042acc47 14677 rb_have_ipv6="$have_v6"
033be687 14678
042acc47
WP
14679 rb_mv="$MV"
14680 rb_rm="$RM"
033be687 14681
033be687 14682
033be687 14683
b57f37fb 14684
b57f37fb 14685
033be687 14686
033be687
VY
14687_ACEOF
14688
042acc47 14689cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b57f37fb 14690
042acc47
WP
14691# Handling of arguments.
14692for ac_config_target in $ac_config_targets
14693do
14694 case $ac_config_target in
14695 "include/libratbox_config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/libratbox_config.h" ;;
14696 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
14697 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14698 "include/librb-config.h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/librb-config.h" ;;
14699 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
14700 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14701 "libratbox.pc") CONFIG_FILES="$CONFIG_FILES libratbox.pc" ;;
033be687 14702
042acc47
WP
14703 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14704 esac
14705done
033be687 14706
b57f37fb 14707
042acc47
WP
14708# If the user did not use the arguments to specify the items to instantiate,
14709# then the envvar interface is used. Set only those that are not.
14710# We use the long form for the default assignment because of an extremely
14711# bizarre bug on SunOS 4.1.3.
14712if $ac_need_defaults; then
14713 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14714 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14715 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14716fi
b57f37fb 14717
042acc47
WP
14718# Have a temporary directory for convenience. Make it in the build tree
14719# simply because there is no reason against having it here, and in addition,
14720# creating and moving files from /tmp can sometimes cause problems.
14721# Hook for its removal unless debugging.
14722# Note that there is a small window in which the directory will not be cleaned:
14723# after its creation but before its name has been assigned to `$tmp'.
14724$debug ||
14725{
14726 tmp=
14727 trap 'exit_status=$?
14728 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14729' 0
14730 trap 'as_fn_exit 1' 1 2 13 15
14731}
14732# Create a (secure) tmp directory for tmp files.
b57f37fb 14733
042acc47
WP
14734{
14735 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14736 test -n "$tmp" && test -d "$tmp"
14737} ||
14738{
14739 tmp=./conf$$-$RANDOM
14740 (umask 077 && mkdir "$tmp")
14741} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
b57f37fb 14742
042acc47
WP
14743# Set up the scripts for CONFIG_FILES section.
14744# No need to generate them if there are no CONFIG_FILES.
14745# This happens for instance with `./config.status config.h'.
14746if test -n "$CONFIG_FILES"; then
b57f37fb
WP
14747
14748
042acc47
WP
14749ac_cr=`echo X | tr X '\015'`
14750# On cygwin, bash can eat \r inside `` if the user requested igncr.
14751# But we know of no other shell where ac_cr would be empty at this
14752# point, so we can use a bashism as a fallback.
14753if test "x$ac_cr" = x; then
14754 eval ac_cr=\$\'\\r\'
14755fi
14756ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14757if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14758 ac_cs_awk_cr='\r'
b57f37fb 14759else
042acc47 14760 ac_cs_awk_cr=$ac_cr
b57f37fb
WP
14761fi
14762
042acc47 14763echo 'BEGIN {' >"$tmp/subs1.awk" &&
b57f37fb
WP
14764_ACEOF
14765
b57f37fb 14766
042acc47
WP
14767{
14768 echo "cat >conf$$subs.awk <<_ACEOF" &&
14769 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14770 echo "_ACEOF"
14771} >conf$$subs.sh ||
14772 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14773ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14774ac_delim='%!_!# '
14775for ac_last_try in false false false false false :; do
14776 . ./conf$$subs.sh ||
14777 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
b57f37fb 14778
042acc47
WP
14779 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14780 if test $ac_delim_n = $ac_delim_num; then
14781 break
14782 elif $ac_last_try; then
14783 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14784 else
14785 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14786 fi
14787done
14788rm -f conf$$subs.sh
b57f37fb 14789
042acc47
WP
14790cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14791cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
b57f37fb 14792_ACEOF
042acc47
WP
14793sed -n '
14794h
14795s/^/S["/; s/!.*/"]=/
14796p
14797g
14798s/^[^!]*!//
14799:repl
14800t repl
14801s/'"$ac_delim"'$//
14802t delim
14803:nl
14804h
1800d973 14805s/\(.\{148\}\)..*/\1/
042acc47
WP
14806t more1
14807s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14808p
14809n
14810b repl
14811:more1
14812s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14813p
14814g
14815s/.\{148\}//
14816t nl
14817:delim
14818h
1800d973 14819s/\(.\{148\}\)..*/\1/
042acc47
WP
14820t more2
14821s/["\\]/\\&/g; s/^/"/; s/$/"/
14822p
14823b
14824:more2
14825s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14826p
14827g
14828s/.\{148\}//
14829t delim
14830' <conf$$subs.awk | sed '
14831/^[^""]/{
14832 N
14833 s/\n//
14834}
14835' >>$CONFIG_STATUS || ac_write_fail=1
14836rm -f conf$$subs.awk
14837cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14838_ACAWK
14839cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14840 for (key in S) S_is_set[key] = 1
14841 FS = "\a"
b57f37fb 14842
042acc47
WP
14843}
14844{
14845 line = $ 0
14846 nfields = split(line, field, "@")
14847 substed = 0
14848 len = length(field[1])
14849 for (i = 2; i < nfields; i++) {
14850 key = field[i]
14851 keylen = length(key)
14852 if (S_is_set[key]) {
14853 value = S[key]
14854 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14855 len += length(value) + length(field[++i])
14856 substed = 1
14857 } else
14858 len += 1 + keylen
14859 }
b57f37fb 14860
042acc47
WP
14861 print line
14862}
14863
14864_ACAWK
14865_ACEOF
14866cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14867if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14868 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b57f37fb 14869else
042acc47
WP
14870 cat
14871fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14872 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14873_ACEOF
b57f37fb 14874
042acc47
WP
14875# VPATH may cause trouble with some makes, so we remove $(srcdir),
14876# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14877# trailing colons and then remove the whole line if VPATH becomes empty
14878# (actually we leave an empty line to preserve line numbers).
14879if test "x$srcdir" = x.; then
14880 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14881s/:*\$(srcdir):*/:/
14882s/:*\${srcdir}:*/:/
14883s/:*@srcdir@:*/:/
14884s/^\([^=]*=[ ]*\):*/\1/
14885s/:*$//
14886s/^[^=]*=[ ]*$//
14887}'
14888fi
b57f37fb 14889
042acc47
WP
14890cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14891fi # test -n "$CONFIG_FILES"
b57f37fb 14892
042acc47
WP
14893# Set up the scripts for CONFIG_HEADERS section.
14894# No need to generate them if there are no CONFIG_HEADERS.
14895# This happens for instance with `./config.status Makefile'.
14896if test -n "$CONFIG_HEADERS"; then
14897cat >"$tmp/defines.awk" <<\_ACAWK ||
14898BEGIN {
b57f37fb
WP
14899_ACEOF
14900
042acc47
WP
14901# Transform confdefs.h into an awk script `defines.awk', embedded as
14902# here-document in config.status, that substitutes the proper values into
14903# config.h.in to produce config.h.
b57f37fb 14904
042acc47
WP
14905# Create a delimiter string that does not exist in confdefs.h, to ease
14906# handling of long lines.
14907ac_delim='%!_!# '
14908for ac_last_try in false false :; do
14909 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14910 if test -z "$ac_t"; then
14911 break
14912 elif $ac_last_try; then
14913 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
14914 else
14915 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14916 fi
14917done
b57f37fb 14918
042acc47
WP
14919# For the awk script, D is an array of macro values keyed by name,
14920# likewise P contains macro parameters if any. Preserve backslash
14921# newline sequences.
b57f37fb 14922
042acc47
WP
14923ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14924sed -n '
14925s/.\{148\}/&'"$ac_delim"'/g
14926t rset
14927:rset
14928s/^[ ]*#[ ]*define[ ][ ]*/ /
14929t def
14930d
14931:def
14932s/\\$//
14933t bsnl
14934s/["\\]/\\&/g
14935s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14936D["\1"]=" \3"/p
14937s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14938d
14939:bsnl
14940s/["\\]/\\&/g
14941s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14942D["\1"]=" \3\\\\\\n"\\/p
14943t cont
14944s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14945t cont
14946d
14947:cont
14948n
14949s/.\{148\}/&'"$ac_delim"'/g
14950t clear
14951:clear
14952s/\\$//
14953t bsnlc
14954s/["\\]/\\&/g; s/^/"/; s/$/"/p
14955d
14956:bsnlc
14957s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14958b cont
14959' <confdefs.h | sed '
14960s/'"$ac_delim"'/"\\\
14961"/g' >>$CONFIG_STATUS || ac_write_fail=1
b57f37fb 14962
042acc47
WP
14963cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14964 for (key in D) D_is_set[key] = 1
14965 FS = "\a"
14966}
14967/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14968 line = \$ 0
14969 split(line, arg, " ")
14970 if (arg[1] == "#") {
14971 defundef = arg[2]
14972 mac1 = arg[3]
14973 } else {
14974 defundef = substr(arg[1], 2)
14975 mac1 = arg[2]
14976 }
14977 split(mac1, mac2, "(") #)
14978 macro = mac2[1]
14979 prefix = substr(line, 1, index(line, defundef) - 1)
14980 if (D_is_set[macro]) {
14981 # Preserve the white space surrounding the "#".
14982 print prefix "define", macro P[macro] D[macro]
14983 next
14984 } else {
14985 # Replace #undef with comments. This is necessary, for example,
14986 # in the case of _POSIX_SOURCE, which is predefined and required
14987 # on some systems where configure will not decide to define it.
14988 if (defundef == "undef") {
14989 print "/*", prefix defundef, macro, "*/"
14990 next
14991 }
14992 }
14993}
14994{ print }
14995_ACAWK
b57f37fb 14996_ACEOF
042acc47
WP
14997cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14998 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14999fi # test -n "$CONFIG_HEADERS"
b57f37fb
WP
15000
15001
042acc47
WP
15002eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15003shift
15004for ac_tag
15005do
15006 case $ac_tag in
15007 :[FHLC]) ac_mode=$ac_tag; continue;;
15008 esac
15009 case $ac_mode$ac_tag in
15010 :[FHL]*:*);;
15011 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15012 :[FH]-) ac_tag=-:-;;
15013 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15014 esac
15015 ac_save_IFS=$IFS
15016 IFS=:
15017 set x $ac_tag
15018 IFS=$ac_save_IFS
15019 shift
15020 ac_file=$1
15021 shift
b57f37fb 15022
042acc47
WP
15023 case $ac_mode in
15024 :L) ac_source=$1;;
15025 :[FH])
15026 ac_file_inputs=
15027 for ac_f
15028 do
15029 case $ac_f in
15030 -) ac_f="$tmp/stdin";;
15031 *) # Look for the file first in the build tree, then in the source tree
15032 # (if the path is not absolute). The absolute path cannot be DOS-style,
15033 # because $ac_f cannot contain `:'.
15034 test -f "$ac_f" ||
15035 case $ac_f in
15036 [\\/$]*) false;;
15037 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15038 esac ||
15039 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15040 esac
15041 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15042 as_fn_append ac_file_inputs " '$ac_f'"
15043 done
b57f37fb 15044
042acc47
WP
15045 # Let's still pretend it is `configure' which instantiates (i.e., don't
15046 # use $as_me), people would be surprised to read:
15047 # /* config.h. Generated by config.status. */
15048 configure_input='Generated from '`
15049 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15050 `' by configure.'
15051 if test x"$ac_file" != x-; then
15052 configure_input="$ac_file. $configure_input"
15053 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15054$as_echo "$as_me: creating $ac_file" >&6;}
15055 fi
15056 # Neutralize special characters interpreted by sed in replacement strings.
15057 case $configure_input in #(
15058 *\&* | *\|* | *\\* )
15059 ac_sed_conf_input=`$as_echo "$configure_input" |
15060 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15061 *) ac_sed_conf_input=$configure_input;;
15062 esac
b57f37fb 15063
042acc47
WP
15064 case $ac_tag in
15065 *:-:* | *:-) cat >"$tmp/stdin" \
15066 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15067 esac
15068 ;;
15069 esac
b57f37fb 15070
042acc47
WP
15071 ac_dir=`$as_dirname -- "$ac_file" ||
15072$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15073 X"$ac_file" : 'X\(//\)[^/]' \| \
15074 X"$ac_file" : 'X\(//\)$' \| \
15075 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15076$as_echo X"$ac_file" |
15077 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15078 s//\1/
15079 q
15080 }
15081 /^X\(\/\/\)[^/].*/{
15082 s//\1/
15083 q
15084 }
15085 /^X\(\/\/\)$/{
15086 s//\1/
15087 q
15088 }
15089 /^X\(\/\).*/{
15090 s//\1/
15091 q
15092 }
15093 s/.*/./; q'`
15094 as_dir="$ac_dir"; as_fn_mkdir_p
15095 ac_builddir=.
b57f37fb 15096
042acc47
WP
15097case "$ac_dir" in
15098.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15099*)
15100 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15101 # A ".." for each directory in $ac_dir_suffix.
15102 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15103 case $ac_top_builddir_sub in
15104 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15105 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15106 esac ;;
15107esac
15108ac_abs_top_builddir=$ac_pwd
15109ac_abs_builddir=$ac_pwd$ac_dir_suffix
15110# for backward compatibility:
15111ac_top_builddir=$ac_top_build_prefix
b57f37fb 15112
042acc47
WP
15113case $srcdir in
15114 .) # We are building in place.
15115 ac_srcdir=.
15116 ac_top_srcdir=$ac_top_builddir_sub
15117 ac_abs_top_srcdir=$ac_pwd ;;
15118 [\\/]* | ?:[\\/]* ) # Absolute name.
15119 ac_srcdir=$srcdir$ac_dir_suffix;
15120 ac_top_srcdir=$srcdir
15121 ac_abs_top_srcdir=$srcdir ;;
15122 *) # Relative name.
15123 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15124 ac_top_srcdir=$ac_top_build_prefix$srcdir
15125 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15126esac
15127ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b57f37fb 15128
033be687 15129
042acc47
WP
15130 case $ac_mode in
15131 :F)
15132 #
15133 # CONFIG_FILE
15134 #
b57f37fb 15135
042acc47
WP
15136 case $INSTALL in
15137 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15138 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15139 esac
15140 ac_MKDIR_P=$MKDIR_P
15141 case $MKDIR_P in
15142 [\\/$]* | ?:[\\/]* ) ;;
15143 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
15144 esac
b57f37fb
WP
15145_ACEOF
15146
042acc47
WP
15147cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15148# If the template does not know about datarootdir, expand it.
15149# FIXME: This hack should be removed a few years after 2.60.
15150ac_datarootdir_hack=; ac_datarootdir_seen=
15151ac_sed_dataroot='
15152/datarootdir/ {
15153 p
15154 q
15155}
15156/@datadir@/p
15157/@docdir@/p
15158/@infodir@/p
15159/@localedir@/p
15160/@mandir@/p'
15161case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15162*datarootdir*) ac_datarootdir_seen=yes;;
15163*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15164 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15165$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15166_ACEOF
15167cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15168 ac_datarootdir_hack='
15169 s&@datadir@&$datadir&g
15170 s&@docdir@&$docdir&g
15171 s&@infodir@&$infodir&g
15172 s&@localedir@&$localedir&g
15173 s&@mandir@&$mandir&g
15174 s&\\\${datarootdir}&$datarootdir&g' ;;
15175esac
b57f37fb
WP
15176_ACEOF
15177
042acc47
WP
15178# Neutralize VPATH when `$srcdir' = `.'.
15179# Shell code in configure.ac might set extrasub.
15180# FIXME: do we really want to maintain this feature?
15181cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15182ac_sed_extra="$ac_vpsub
15183$extrasub
15184_ACEOF
15185cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15186:t
15187/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15188s|@configure_input@|$ac_sed_conf_input|;t t
15189s&@top_builddir@&$ac_top_builddir_sub&;t t
15190s&@top_build_prefix@&$ac_top_build_prefix&;t t
15191s&@srcdir@&$ac_srcdir&;t t
15192s&@abs_srcdir@&$ac_abs_srcdir&;t t
15193s&@top_srcdir@&$ac_top_srcdir&;t t
15194s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15195s&@builddir@&$ac_builddir&;t t
15196s&@abs_builddir@&$ac_abs_builddir&;t t
15197s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15198s&@INSTALL@&$ac_INSTALL&;t t
15199s&@MKDIR_P@&$ac_MKDIR_P&;t t
15200$ac_datarootdir_hack
15201"
15202eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15203 || as_fn_error "could not create $ac_file" "$LINENO" 5
b57f37fb 15204
042acc47
WP
15205test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15206 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15207 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15208 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15209which seems to be undefined. Please make sure it is defined." >&5
15210$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15211which seems to be undefined. Please make sure it is defined." >&2;}
b57f37fb 15212
042acc47
WP
15213 rm -f "$tmp/stdin"
15214 case $ac_file in
15215 -) cat "$tmp/out" && rm -f "$tmp/out";;
15216 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15217 esac \
15218 || as_fn_error "could not create $ac_file" "$LINENO" 5
15219 ;;
15220 :H)
15221 #
15222 # CONFIG_HEADER
15223 #
15224 if test x"$ac_file" != x-; then
15225 {
15226 $as_echo "/* $configure_input */" \
15227 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15228 } >"$tmp/config.h" \
15229 || as_fn_error "could not create $ac_file" "$LINENO" 5
15230 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15231 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15232$as_echo "$as_me: $ac_file is unchanged" >&6;}
15233 else
15234 rm -f "$ac_file"
15235 mv "$tmp/config.h" "$ac_file" \
15236 || as_fn_error "could not create $ac_file" "$LINENO" 5
15237 fi
15238 else
15239 $as_echo "/* $configure_input */" \
15240 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15241 || as_fn_error "could not create -" "$LINENO" 5
15242 fi
15243# Compute "$ac_file"'s index in $config_headers.
15244_am_arg="$ac_file"
15245_am_stamp_count=1
15246for _am_header in $config_headers :; do
15247 case $_am_header in
15248 $_am_arg | $_am_arg:* )
15249 break ;;
15250 * )
15251 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
15252 esac
15253done
15254echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
15255$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15256 X"$_am_arg" : 'X\(//\)[^/]' \| \
15257 X"$_am_arg" : 'X\(//\)$' \| \
15258 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
15259$as_echo X"$_am_arg" |
15260 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15261 s//\1/
15262 q
15263 }
15264 /^X\(\/\/\)[^/].*/{
15265 s//\1/
15266 q
15267 }
15268 /^X\(\/\/\)$/{
15269 s//\1/
15270 q
15271 }
15272 /^X\(\/\).*/{
15273 s//\1/
15274 q
15275 }
15276 s/.*/./; q'`/stamp-h$_am_stamp_count
15277 ;;
b57f37fb 15278
042acc47
WP
15279 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15280$as_echo "$as_me: executing $ac_file commands" >&6;}
15281 ;;
15282 esac
b57f37fb 15283
b57f37fb 15284
042acc47
WP
15285 case $ac_file$ac_mode in
15286 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
15287 # Autoconf 2.62 quotes --file arguments for eval, but not when files
15288 # are listed without --file. Let's play safe and only enable the eval
15289 # if we detect the quoting.
15290 case $CONFIG_FILES in
15291 *\'*) eval set x "$CONFIG_FILES" ;;
15292 *) set x $CONFIG_FILES ;;
15293 esac
15294 shift
15295 for mf
15296 do
15297 # Strip MF so we end up with the name of the file.
15298 mf=`echo "$mf" | sed -e 's/:.*$//'`
15299 # Check whether this is an Automake generated Makefile or not.
15300 # We used to match only the files named `Makefile.in', but
15301 # some people rename them; so instead we look at the file content.
15302 # Grep'ing the first line is not enough: some people post-process
15303 # each Makefile.in and add a new line on top of each file to say so.
15304 # Grep'ing the whole file is not good either: AIX grep has a line
15305 # limit of 2048, but all sed's we know have understand at least 4000.
15306 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
15307 dirpart=`$as_dirname -- "$mf" ||
15308$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15309 X"$mf" : 'X\(//\)[^/]' \| \
15310 X"$mf" : 'X\(//\)$' \| \
15311 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
15312$as_echo X"$mf" |
15313 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15314 s//\1/
15315 q
15316 }
15317 /^X\(\/\/\)[^/].*/{
15318 s//\1/
15319 q
15320 }
15321 /^X\(\/\/\)$/{
15322 s//\1/
15323 q
15324 }
15325 /^X\(\/\).*/{
15326 s//\1/
15327 q
15328 }
15329 s/.*/./; q'`
15330 else
15331 continue
15332 fi
15333 # Extract the definition of DEPDIR, am__include, and am__quote
15334 # from the Makefile without running `make'.
15335 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
15336 test -z "$DEPDIR" && continue
15337 am__include=`sed -n 's/^am__include = //p' < "$mf"`
15338 test -z "am__include" && continue
15339 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
15340 # When using ansi2knr, U may be empty or an underscore; expand it
15341 U=`sed -n 's/^U = //p' < "$mf"`
15342 # Find all dependency output files, they are included files with
15343 # $(DEPDIR) in their names. We invoke sed twice because it is the
15344 # simplest approach to changing $(DEPDIR) to its actual value in the
15345 # expansion.
15346 for file in `sed -n "
15347 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
15348 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
15349 # Make sure the directory exists.
15350 test -f "$dirpart/$file" && continue
15351 fdir=`$as_dirname -- "$file" ||
15352$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15353 X"$file" : 'X\(//\)[^/]' \| \
15354 X"$file" : 'X\(//\)$' \| \
15355 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
15356$as_echo X"$file" |
15357 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15358 s//\1/
15359 q
15360 }
15361 /^X\(\/\/\)[^/].*/{
15362 s//\1/
15363 q
15364 }
15365 /^X\(\/\/\)$/{
15366 s//\1/
15367 q
15368 }
15369 /^X\(\/\).*/{
15370 s//\1/
15371 q
15372 }
15373 s/.*/./; q'`
15374 as_dir=$dirpart/$fdir; as_fn_mkdir_p
15375 # echo "creating $dirpart/$file"
15376 echo '# dummy' > "$dirpart/$file"
15377 done
15378 done
15379}
15380 ;;
15381 "libtool":C)
b57f37fb 15382
042acc47
WP
15383 # See if we are running on zsh, and set the options which allow our
15384 # commands through without removal of \ escapes.
15385 if test -n "${ZSH_VERSION+set}" ; then
15386 setopt NO_GLOB_SUBST
15387 fi
033be687 15388
042acc47
WP
15389 cfgfile="${ofile}T"
15390 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15391 $RM "$cfgfile"
b57f37fb 15392
042acc47
WP
15393 cat <<_LT_EOF >> "$cfgfile"
15394#! $SHELL
b57f37fb 15395
042acc47
WP
15396# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15397# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15398# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15399# NOTE: Changes made to this file will be lost: look at ltmain.sh.
b57f37fb 15400#
042acc47
WP
15401# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15402# 2006, 2007, 2008 Free Software Foundation, Inc.
15403# Written by Gordon Matzigkeit, 1996
b57f37fb 15404#
042acc47
WP
15405# This file is part of GNU Libtool.
15406#
15407# GNU Libtool is free software; you can redistribute it and/or
15408# modify it under the terms of the GNU General Public License as
15409# published by the Free Software Foundation; either version 2 of
15410# the License, or (at your option) any later version.
15411#
15412# As a special exception to the GNU General Public License,
15413# if you distribute this file as part of a program or library that
15414# is built using GNU Libtool, you may include this file under the
15415# same distribution terms that you use for the rest of that program.
15416#
15417# GNU Libtool is distributed in the hope that it will be useful,
15418# but WITHOUT ANY WARRANTY; without even the implied warranty of
15419# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15420# GNU General Public License for more details.
15421#
15422# You should have received a copy of the GNU General Public License
15423# along with GNU Libtool; see the file COPYING. If not, a copy
15424# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15425# obtained by writing to the Free Software Foundation, Inc.,
15426# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
b57f37fb 15427
b57f37fb 15428
042acc47
WP
15429# The names of the tagged configurations supported by this script.
15430available_tags=""
b57f37fb 15431
042acc47 15432# ### BEGIN LIBTOOL CONFIG
b57f37fb 15433
042acc47
WP
15434# Whether or not to build static libraries.
15435build_old_libs=$enable_static
b57f37fb 15436
042acc47
WP
15437# Whether or not to build shared libraries.
15438build_libtool_libs=$enable_shared
b57f37fb 15439
042acc47
WP
15440# Which release of libtool.m4 was used?
15441macro_version=$macro_version
15442macro_revision=$macro_revision
b57f37fb 15443
042acc47
WP
15444# What type of objects to build.
15445pic_mode=$pic_mode
b57f37fb 15446
042acc47
WP
15447# Whether or not to optimize for fast installation.
15448fast_install=$enable_fast_install
b57f37fb 15449
042acc47
WP
15450# The host system.
15451host_alias=$host_alias
15452host=$host
15453host_os=$host_os
b57f37fb 15454
042acc47
WP
15455# The build system.
15456build_alias=$build_alias
15457build=$build
15458build_os=$build_os
b57f37fb 15459
042acc47
WP
15460# A sed program that does not truncate output.
15461SED=$lt_SED
b57f37fb 15462
042acc47
WP
15463# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15464Xsed="\$SED -e 1s/^X//"
b57f37fb 15465
042acc47
WP
15466# A grep program that handles long lines.
15467GREP=$lt_GREP
b57f37fb 15468
042acc47
WP
15469# An ERE matcher.
15470EGREP=$lt_EGREP
b57f37fb 15471
042acc47
WP
15472# A literal string matcher.
15473FGREP=$lt_FGREP
b57f37fb 15474
042acc47
WP
15475# A BSD- or MS-compatible name lister.
15476NM=$lt_NM
f030cae8 15477
042acc47
WP
15478# Whether we need soft or hard links.
15479LN_S=$lt_LN_S
b57f37fb 15480
042acc47
WP
15481# What is the maximum length of a command?
15482max_cmd_len=$max_cmd_len
b57f37fb 15483
042acc47
WP
15484# Object file suffix (normally "o").
15485objext=$ac_objext
b57f37fb 15486
042acc47
WP
15487# Executable file suffix (normally "").
15488exeext=$exeext
b57f37fb 15489
042acc47
WP
15490# whether the shell understands "unset".
15491lt_unset=$lt_unset
b57f37fb 15492
042acc47
WP
15493# turn spaces into newlines.
15494SP2NL=$lt_lt_SP2NL
b57f37fb 15495
042acc47
WP
15496# turn newlines into spaces.
15497NL2SP=$lt_lt_NL2SP
b57f37fb 15498
042acc47
WP
15499# How to create reloadable object files.
15500reload_flag=$lt_reload_flag
15501reload_cmds=$lt_reload_cmds
b57f37fb 15502
042acc47
WP
15503# An object symbol dumper.
15504OBJDUMP=$lt_OBJDUMP
b57f37fb 15505
042acc47
WP
15506# Method to check whether dependent libraries are shared objects.
15507deplibs_check_method=$lt_deplibs_check_method
b57f37fb 15508
042acc47
WP
15509# Command to use when deplibs_check_method == "file_magic".
15510file_magic_cmd=$lt_file_magic_cmd
b57f37fb 15511
042acc47
WP
15512# The archiver.
15513AR=$lt_AR
15514AR_FLAGS=$lt_AR_FLAGS
b57f37fb 15515
042acc47
WP
15516# A symbol stripping program.
15517STRIP=$lt_STRIP
b57f37fb 15518
042acc47
WP
15519# Commands used to install an old-style archive.
15520RANLIB=$lt_RANLIB
15521old_postinstall_cmds=$lt_old_postinstall_cmds
15522old_postuninstall_cmds=$lt_old_postuninstall_cmds
b57f37fb 15523
042acc47
WP
15524# A C compiler.
15525LTCC=$lt_CC
b57f37fb 15526
042acc47
WP
15527# LTCC compiler flags.
15528LTCFLAGS=$lt_CFLAGS
b57f37fb 15529
042acc47
WP
15530# Take the output of nm and produce a listing of raw symbols and C names.
15531global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
b57f37fb 15532
042acc47
WP
15533# Transform the output of nm in a proper C declaration.
15534global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
b57f37fb 15535
042acc47
WP
15536# Transform the output of nm in a C name address pair.
15537global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
b57f37fb 15538
042acc47
WP
15539# Transform the output of nm in a C name address pair when lib prefix is needed.
15540global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
b57f37fb 15541
042acc47
WP
15542# The name of the directory that contains temporary libtool files.
15543objdir=$objdir
b57f37fb 15544
042acc47
WP
15545# Shell to use when invoking shell scripts.
15546SHELL=$lt_SHELL
b57f37fb 15547
042acc47
WP
15548# An echo program that does not interpret backslashes.
15549ECHO=$lt_ECHO
b57f37fb 15550
042acc47
WP
15551# Used to examine libraries when file_magic_cmd begins with "file".
15552MAGIC_CMD=$MAGIC_CMD
15553
15554# Must we lock files when doing compilation?
15555need_locks=$lt_need_locks
b57f37fb 15556
042acc47
WP
15557# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15558DSYMUTIL=$lt_DSYMUTIL
b57f37fb 15559
042acc47
WP
15560# Tool to change global to local symbols on Mac OS X.
15561NMEDIT=$lt_NMEDIT
b57f37fb 15562
042acc47
WP
15563# Tool to manipulate fat objects and archives on Mac OS X.
15564LIPO=$lt_LIPO
b57f37fb 15565
042acc47
WP
15566# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15567OTOOL=$lt_OTOOL
b57f37fb 15568
042acc47
WP
15569# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15570OTOOL64=$lt_OTOOL64
b57f37fb 15571
042acc47
WP
15572# Old archive suffix (normally "a").
15573libext=$libext
b57f37fb 15574
042acc47
WP
15575# Shared library suffix (normally ".so").
15576shrext_cmds=$lt_shrext_cmds
b57f37fb 15577
042acc47
WP
15578# The commands to extract the exported symbol list from a shared archive.
15579extract_expsyms_cmds=$lt_extract_expsyms_cmds
b57f37fb 15580
042acc47
WP
15581# Variables whose values should be saved in libtool wrapper scripts and
15582# restored at link time.
15583variables_saved_for_relink=$lt_variables_saved_for_relink
f030cae8 15584
042acc47
WP
15585# Do we need the "lib" prefix for modules?
15586need_lib_prefix=$need_lib_prefix
f030cae8 15587
042acc47
WP
15588# Do we need a version for libraries?
15589need_version=$need_version
f030cae8 15590
042acc47
WP
15591# Library versioning type.
15592version_type=$version_type
b57f37fb 15593
042acc47
WP
15594# Shared library runtime path variable.
15595runpath_var=$runpath_var
b57f37fb 15596
042acc47
WP
15597# Shared library path variable.
15598shlibpath_var=$shlibpath_var
b57f37fb 15599
042acc47
WP
15600# Is shlibpath searched before the hard-coded library search path?
15601shlibpath_overrides_runpath=$shlibpath_overrides_runpath
b57f37fb 15602
042acc47
WP
15603# Format of library name prefix.
15604libname_spec=$lt_libname_spec
b57f37fb 15605
042acc47
WP
15606# List of archive names. First name is the real one, the rest are links.
15607# The last name is the one that the linker finds with -lNAME
15608library_names_spec=$lt_library_names_spec
b57f37fb 15609
042acc47
WP
15610# The coded name of the library, if different from the real name.
15611soname_spec=$lt_soname_spec
b57f37fb 15612
042acc47
WP
15613# Command to use after installation of a shared archive.
15614postinstall_cmds=$lt_postinstall_cmds
b57f37fb 15615
042acc47
WP
15616# Command to use after uninstallation of a shared archive.
15617postuninstall_cmds=$lt_postuninstall_cmds
b57f37fb 15618
042acc47
WP
15619# Commands used to finish a libtool library installation in a directory.
15620finish_cmds=$lt_finish_cmds
b57f37fb 15621
042acc47
WP
15622# As "finish_cmds", except a single script fragment to be evaled but
15623# not shown.
15624finish_eval=$lt_finish_eval
b57f37fb 15625
042acc47
WP
15626# Whether we should hardcode library paths into libraries.
15627hardcode_into_libs=$hardcode_into_libs
b57f37fb 15628
042acc47
WP
15629# Compile-time system search path for libraries.
15630sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
b57f37fb 15631
042acc47
WP
15632# Run-time system search path for libraries.
15633sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
b57f37fb 15634
042acc47
WP
15635# Whether dlopen is supported.
15636dlopen_support=$enable_dlopen
b57f37fb 15637
042acc47
WP
15638# Whether dlopen of programs is supported.
15639dlopen_self=$enable_dlopen_self
b57f37fb 15640
042acc47
WP
15641# Whether dlopen of statically linked programs is supported.
15642dlopen_self_static=$enable_dlopen_self_static
b57f37fb 15643
042acc47
WP
15644# Commands to strip libraries.
15645old_striplib=$lt_old_striplib
15646striplib=$lt_striplib
b57f37fb 15647
b57f37fb 15648
042acc47
WP
15649# The linker used to build libraries.
15650LD=$lt_LD
b57f37fb 15651
042acc47
WP
15652# Commands used to build an old-style archive.
15653old_archive_cmds=$lt_old_archive_cmds
b57f37fb 15654
042acc47
WP
15655# A language specific compiler.
15656CC=$lt_compiler
b57f37fb 15657
042acc47
WP
15658# Is the compiler the GNU compiler?
15659with_gcc=$GCC
b57f37fb 15660
042acc47
WP
15661# Compiler flag to turn off builtin functions.
15662no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
b57f37fb 15663
042acc47
WP
15664# How to pass a linker flag through the compiler.
15665wl=$lt_lt_prog_compiler_wl
15666
15667# Additional compiler flags for building library objects.
15668pic_flag=$lt_lt_prog_compiler_pic
15669
15670# Compiler flag to prevent dynamic linking.
15671link_static_flag=$lt_lt_prog_compiler_static
15672
15673# Does compiler simultaneously support -c and -o options?
15674compiler_c_o=$lt_lt_cv_prog_compiler_c_o
4414eb3c 15675
042acc47
WP
15676# Whether or not to add -lc for building shared libraries.
15677build_libtool_need_lc=$archive_cmds_need_lc
4414eb3c 15678
042acc47
WP
15679# Whether or not to disallow shared libs when runtime libs are static.
15680allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
b57f37fb 15681
042acc47
WP
15682# Compiler flag to allow reflexive dlopens.
15683export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
b57f37fb 15684
042acc47
WP
15685# Compiler flag to generate shared objects directly from archives.
15686whole_archive_flag_spec=$lt_whole_archive_flag_spec
b57f37fb 15687
042acc47
WP
15688# Whether the compiler copes with passing no objects directly.
15689compiler_needs_object=$lt_compiler_needs_object
b57f37fb 15690
042acc47
WP
15691# Create an old-style archive from a shared archive.
15692old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
b57f37fb 15693
042acc47
WP
15694# Create a temporary old-style archive to link instead of a shared archive.
15695old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
b57f37fb 15696
042acc47
WP
15697# Commands used to build a shared archive.
15698archive_cmds=$lt_archive_cmds
15699archive_expsym_cmds=$lt_archive_expsym_cmds
b57f37fb 15700
042acc47
WP
15701# Commands used to build a loadable module if different from building
15702# a shared archive.
15703module_cmds=$lt_module_cmds
15704module_expsym_cmds=$lt_module_expsym_cmds
b57f37fb 15705
042acc47
WP
15706# Whether we are building with GNU ld or not.
15707with_gnu_ld=$lt_with_gnu_ld
b57f37fb 15708
042acc47
WP
15709# Flag that allows shared libraries with undefined symbols to be built.
15710allow_undefined_flag=$lt_allow_undefined_flag
b57f37fb 15711
042acc47
WP
15712# Flag that enforces no undefined symbols.
15713no_undefined_flag=$lt_no_undefined_flag
b57f37fb 15714
042acc47
WP
15715# Flag to hardcode \$libdir into a binary during linking.
15716# This must work even if \$libdir does not exist
15717hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
b57f37fb 15718
042acc47
WP
15719# If ld is used when linking, flag to hardcode \$libdir into a binary
15720# during linking. This must work even if \$libdir does not exist.
15721hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
b57f37fb 15722
042acc47
WP
15723# Whether we need a single "-rpath" flag with a separated argument.
15724hardcode_libdir_separator=$lt_hardcode_libdir_separator
b57f37fb 15725
042acc47
WP
15726# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15727# DIR into the resulting binary.
15728hardcode_direct=$hardcode_direct
b57f37fb 15729
042acc47
WP
15730# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15731# DIR into the resulting binary and the resulting library dependency is
15732# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15733# library is relocated.
15734hardcode_direct_absolute=$hardcode_direct_absolute
b57f37fb 15735
042acc47
WP
15736# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15737# into the resulting binary.
15738hardcode_minus_L=$hardcode_minus_L
b57f37fb 15739
042acc47
WP
15740# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15741# into the resulting binary.
15742hardcode_shlibpath_var=$hardcode_shlibpath_var
b57f37fb 15743
042acc47
WP
15744# Set to "yes" if building a shared library automatically hardcodes DIR
15745# into the library and all subsequent libraries and executables linked
15746# against it.
15747hardcode_automatic=$hardcode_automatic
b57f37fb 15748
042acc47
WP
15749# Set to yes if linker adds runtime paths of dependent libraries
15750# to runtime path list.
15751inherit_rpath=$inherit_rpath
b57f37fb 15752
042acc47
WP
15753# Whether libtool must link a program against all its dependency libraries.
15754link_all_deplibs=$link_all_deplibs
b57f37fb 15755
042acc47
WP
15756# Fix the shell variable \$srcfile for the compiler.
15757fix_srcfile_path=$lt_fix_srcfile_path
f030cae8 15758
042acc47
WP
15759# Set to "yes" if exported symbols are required.
15760always_export_symbols=$always_export_symbols
f030cae8 15761
042acc47
WP
15762# The commands to list exported symbols.
15763export_symbols_cmds=$lt_export_symbols_cmds
b57f37fb 15764
042acc47
WP
15765# Symbols that should not be listed in the preloaded symbols.
15766exclude_expsyms=$lt_exclude_expsyms
f030cae8 15767
042acc47
WP
15768# Symbols that must always be exported.
15769include_expsyms=$lt_include_expsyms
b57f37fb 15770
042acc47
WP
15771# Commands necessary for linking programs (against libraries) with templates.
15772prelink_cmds=$lt_prelink_cmds
b57f37fb 15773
042acc47
WP
15774# Specify filename containing input files.
15775file_list_spec=$lt_file_list_spec
b57f37fb 15776
042acc47
WP
15777# How to hardcode a shared library path into an executable.
15778hardcode_action=$hardcode_action
b57f37fb 15779
042acc47 15780# ### END LIBTOOL CONFIG
f030cae8 15781
042acc47
WP
15782_LT_EOF
15783
15784 case $host_os in
15785 aix3*)
15786 cat <<\_LT_EOF >> "$cfgfile"
15787# AIX sometimes has problems with the GCC collect2 program. For some
15788# reason, if we set the COLLECT_NAMES environment variable, the problems
15789# vanish in a puff of smoke.
15790if test "X${COLLECT_NAMES+set}" != Xset; then
15791 COLLECT_NAMES=
15792 export COLLECT_NAMES
15793fi
15794_LT_EOF
15795 ;;
15796 esac
f030cae8 15797
f030cae8 15798
042acc47 15799ltmain="$ac_aux_dir/ltmain.sh"
f030cae8 15800
f030cae8 15801
042acc47
WP
15802 # We use sed instead of cat because bash on DJGPP gets confused if
15803 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15804 # text mode, it properly converts lines to CR/LF. This bash problem
15805 # is reportedly fixed, but why not run on old versions too?
15806 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15807 || (rm -f "$cfgfile"; exit 1)
f030cae8 15808
042acc47
WP
15809 case $xsi_shell in
15810 yes)
15811 cat << \_LT_EOF >> "$cfgfile"
b57f37fb 15812
042acc47
WP
15813# func_dirname file append nondir_replacement
15814# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15815# otherwise set result to NONDIR_REPLACEMENT.
15816func_dirname ()
15817{
15818 case ${1} in
15819 */*) func_dirname_result="${1%/*}${2}" ;;
15820 * ) func_dirname_result="${3}" ;;
b57f37fb 15821 esac
042acc47
WP
15822}
15823
15824# func_basename file
15825func_basename ()
15826{
15827 func_basename_result="${1##*/}"
15828}
15829
15830# func_dirname_and_basename file append nondir_replacement
15831# perform func_basename and func_dirname in a single function
15832# call:
15833# dirname: Compute the dirname of FILE. If nonempty,
15834# add APPEND to the result, otherwise set result
15835# to NONDIR_REPLACEMENT.
15836# value returned in "$func_dirname_result"
15837# basename: Compute filename of FILE.
15838# value retuned in "$func_basename_result"
15839# Implementation must be kept synchronized with func_dirname
15840# and func_basename. For efficiency, we do not delegate to
15841# those functions but instead duplicate the functionality here.
15842func_dirname_and_basename ()
15843{
15844 case ${1} in
15845 */*) func_dirname_result="${1%/*}${2}" ;;
15846 * ) func_dirname_result="${3}" ;;
b57f37fb 15847 esac
042acc47
WP
15848 func_basename_result="${1##*/}"
15849}
b57f37fb 15850
042acc47
WP
15851# func_stripname prefix suffix name
15852# strip PREFIX and SUFFIX off of NAME.
15853# PREFIX and SUFFIX must not contain globbing or regex special
15854# characters, hashes, percent signs, but SUFFIX may contain a leading
15855# dot (in which case that matches only a dot).
15856func_stripname ()
15857{
15858 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15859 # positional parameters, so assign one to ordinary parameter first.
15860 func_stripname_result=${3}
15861 func_stripname_result=${func_stripname_result#"${1}"}
15862 func_stripname_result=${func_stripname_result%"${2}"}
15863}
b57f37fb 15864
042acc47
WP
15865# func_opt_split
15866func_opt_split ()
15867{
15868 func_opt_split_opt=${1%%=*}
15869 func_opt_split_arg=${1#*=}
15870}
b57f37fb 15871
042acc47
WP
15872# func_lo2o object
15873func_lo2o ()
15874{
15875 case ${1} in
15876 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15877 *) func_lo2o_result=${1} ;;
b57f37fb 15878 esac
042acc47 15879}
b57f37fb 15880
042acc47
WP
15881# func_xform libobj-or-source
15882func_xform ()
15883{
15884 func_xform_result=${1%.*}.lo
15885}
b57f37fb 15886
042acc47
WP
15887# func_arith arithmetic-term...
15888func_arith ()
15889{
15890 func_arith_result=$(( $* ))
15891}
b57f37fb 15892
042acc47
WP
15893# func_len string
15894# STRING may not start with a hyphen.
15895func_len ()
15896{
15897 func_len_result=${#1}
15898}
15899
15900_LT_EOF
15901 ;;
15902 *) # Bourne compatible functions.
15903 cat << \_LT_EOF >> "$cfgfile"
15904
15905# func_dirname file append nondir_replacement
15906# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15907# otherwise set result to NONDIR_REPLACEMENT.
15908func_dirname ()
15909{
15910 # Extract subdirectory from the argument.
15911 func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
15912 if test "X$func_dirname_result" = "X${1}"; then
15913 func_dirname_result="${3}"
15914 else
15915 func_dirname_result="$func_dirname_result${2}"
15916 fi
15917}
b57f37fb 15918
042acc47
WP
15919# func_basename file
15920func_basename ()
15921{
15922 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
15923}
b57f37fb 15924
b57f37fb 15925
042acc47
WP
15926# func_stripname prefix suffix name
15927# strip PREFIX and SUFFIX off of NAME.
15928# PREFIX and SUFFIX must not contain globbing or regex special
15929# characters, hashes, percent signs, but SUFFIX may contain a leading
15930# dot (in which case that matches only a dot).
15931# func_strip_suffix prefix name
15932func_stripname ()
15933{
15934 case ${2} in
15935 .*) func_stripname_result=`$ECHO "X${3}" \
15936 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
15937 *) func_stripname_result=`$ECHO "X${3}" \
15938 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
b57f37fb 15939 esac
042acc47 15940}
b57f37fb 15941
042acc47
WP
15942# sed scripts:
15943my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15944my_sed_long_arg='1s/^-[^=]*=//'
b57f37fb 15945
042acc47
WP
15946# func_opt_split
15947func_opt_split ()
15948{
15949 func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
15950 func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
b57f37fb 15951}
042acc47
WP
15952
15953# func_lo2o object
15954func_lo2o ()
15955{
15956 func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
15957}
15958
15959# func_xform libobj-or-source
15960func_xform ()
15961{
15962 func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
15963}
15964
15965# func_arith arithmetic-term...
15966func_arith ()
15967{
15968 func_arith_result=`expr "$@"`
15969}
15970
15971# func_len string
15972# STRING may not start with a hyphen.
15973func_len ()
15974{
15975 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15976}
15977
15978_LT_EOF
b57f37fb 15979esac
b57f37fb 15980
042acc47
WP
15981case $lt_shell_append in
15982 yes)
15983 cat << \_LT_EOF >> "$cfgfile"
b57f37fb 15984
042acc47
WP
15985# func_append var value
15986# Append VALUE to the end of shell variable VAR.
15987func_append ()
15988{
15989 eval "$1+=\$2"
15990}
15991_LT_EOF
15992 ;;
15993 *)
15994 cat << \_LT_EOF >> "$cfgfile"
b57f37fb 15995
042acc47
WP
15996# func_append var value
15997# Append VALUE to the end of shell variable VAR.
15998func_append ()
15999{
16000 eval "$1=\$$1\$2"
16001}
b57f37fb 16002
042acc47
WP
16003_LT_EOF
16004 ;;
b57f37fb
WP
16005 esac
16006
16007
042acc47
WP
16008 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16009 || (rm -f "$cfgfile"; exit 1)
16010
16011 mv -f "$cfgfile" "$ofile" ||
16012 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16013 chmod +x "$ofile"
16014
b57f37fb
WP
16015 ;;
16016 "include/librb-config.h":C)
16017 outfile=include/librb-config.h.tmp
16018 cat > $outfile <<\_______EOF
16019/*
16020 * librb-config.h: libratbox config file. Please modify configure.ac
16021 */
16022
16023#ifndef __LIBRB_CONFIG_H
16024#define __LIBRB_CONFIG_H
16025
16026_______EOF
16027
16028if test "x$rb_have_ipv6" = "xyes"; then
16029 echo "#define RB_IPV6 1" >> $outfile
16030fi
16031
16032if test "x$rb_windows_h" = "xyes"; then
16033 echo '#define WIN32_LEAN_AND_MEAN 1' >> $outfile
16034 echo '#include <windows.h>' >> $outfile
16035 echo '#include <winsock2.h>' >> $outfile
16036 echo '#include <iphlpapi.h>' >> $outfile
16037fi
16038
16039if test "x$rb_alloca_h" = "xyes"; then
16040 echo '#define RB_HAVE_ALLOCA_H 1' >> $outfile
16041fi
16042
16043if test "x$rb_header_stdc" = "xyes"; then
16044 echo '#include <stdlib.h>' >> $outfile
16045 echo '#include <stddef.h>' >> $outfile
16046elif test "x$rb_header_stdlib" = "xyes"; then
16047 echo '#include <stdlib.h>' >> $outfile
16048fi
16049
16050if test "x$rb_header_string_h" = "xyes"; then
16051 echo '#include <string.h>' >> $outfile
16052fi
16053
16054if test "x$rb_stdint_h" = "xyes"; then
16055 echo '#include <stdint.h>' >> $outfile
16056fi
16057
16058if test "x$rb_inttypes_h" = "xyes"; then
16059 echo '#include <inttypes.h>' >> $outfile
16060fi
16061
16062if test "x$rb_sys_types_h" = "xyes"; then
16063 echo '#include <sys/types.h>' >> $outfile
16064fi
16065if test "x$rb_sys_time_h" = "xyes"; then
16066 echo '#include <sys/time.h>' >> $outfile
16067fi
16068if test "x$rb_sys_stat_h" = "xyes"; then
16069 echo '#include <sys/stat.h>' >> $outfile
16070fi
16071if test "x$rb_time_h" = "xyes"; then
16072 echo '#include <time.h>' >> $outfile
16073fi
16074
16075if test "x$rb_sys_socket_h" = "xyes"; then
16076 echo '#include <sys/socket.h>' >> $outfile
16077fi
16078
16079if test "x$rb_netinet_in_h" = "xyes"; then
16080 echo '#include <netinet/in.h>' >> $outfile
16081fi
16082
16083if test "x$rb_arpa_inet_h" = "xyes"; then
16084 echo '#include <arpa/inet.h>' >> $outfile
16085fi
16086
16087if test "x$rb_unistd_h" = "xyes"; then
16088 echo '#include <unistd.h>' >> $outfile
16089fi
16090
16091if test "x$rb_crypt_h" = "xyes"; then
16092 echo '#include <crypt.h>' >> $outfile
16093fi
16094
16095if test "x$rb_errno_h" = "xyes"; then
16096 echo '#include <errno.h>' >> $outfile
16097fi
16098
4414eb3c
VY
16099echo "typedef $rb_socklen_t rb_socklen_t;" >> $outfile
16100
16101
b57f37fb
WP
16102if test "x$rb_sockaddr_sa_len" = "xyes"; then
16103 echo '#define RB_SOCKADDR_HAS_SA_LEN 1' >> $outfile
16104fi
16105
b57f37fb
WP
16106if test "x$rb_sockaddr_storage" = "xyes"; then
16107 echo '#define rb_sockaddr_storage sockaddr_storage' >> $outfile
16108else
94b4fbf9 16109 echo 'struct rb_sockaddr_storage { uint8_t _padding[128]; };' >> $outfile
b57f37fb
WP
16110fi
16111
16112cat >> $outfile <<\_______EOF
16113#endif /* __LIBRB_CONFIG_H */
16114_______EOF
16115
16116if cmp -s $outfile include/librb-config.h; then
042acc47 16117 { $as_echo "$as_me:${as_lineno-$LINENO}: include/librb-config.h is unchanged" >&5
f030cae8 16118$as_echo "$as_me: include/librb-config.h is unchanged" >&6;}
b57f37fb
WP
16119 ${rb_rm} -f $outfile
16120else
16121 ${rb_mv} $outfile include/librb-config.h
16122fi
16123
16124 ;;
16125
16126 esac
16127done # for ac_tag
16128
16129
042acc47 16130as_fn_exit 0
b57f37fb 16131_ACEOF
b57f37fb
WP
16132ac_clean_files=$ac_clean_files_save
16133
f030cae8 16134test $ac_write_fail = 0 ||
042acc47 16135 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
f030cae8 16136
b57f37fb
WP
16137
16138# configure is writing to config.log, and then calls config.status.
16139# config.status does its own redirection, appending to config.log.
16140# Unfortunately, on DOS this fails, as config.log is still kept open
16141# by configure, so config.status won't be able to write to it; its
16142# output is simply discarded. So we exec the FD to /dev/null,
16143# effectively closing config.log, so it can be properly (re)opened and
16144# appended to by config.status. When coming back to configure, we
16145# need to make the FD available again.
16146if test "$no_create" != yes; then
16147 ac_cs_success=:
16148 ac_config_status_args=
16149 test "$silent" = yes &&
16150 ac_config_status_args="$ac_config_status_args --quiet"
16151 exec 5>/dev/null
16152 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16153 exec 5>>config.log
16154 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16155 # would make configure fail if this is the last instruction.
042acc47 16156 $ac_cs_success || as_fn_exit $?
b57f37fb 16157fi
f030cae8 16158if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
042acc47 16159 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
f030cae8
VY
16160$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16161fi
b57f37fb 16162
b57f37fb
WP
16163
16164
16165echo
16166echo "Compiling $PACKAGE_NAME $PACKAGE_VERSION"
16167echo
16168
16169echo "Installing into: $prefix"
16170
16171echo "IPv6 support ................... $have_v6"
16172echo "Assert debugging ............... $assert"
16173echo "Block allocator ................ $balloc"
033be687 16174echo "SSL Type........................ $SSL_TYPE"
b57f37fb
WP
16175echo
16176