Imported Upstream version 0.66.1
[hcoop/debian/courier-authlib.git] / libs / makedat / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for makedat 0.60.
4 #
5 # Report bugs to <courier-users@lists.sourceforge.net>.
6 #
7 #
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 #
10 #
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
16
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
31 ;;
32 esac
33 fi
34
35
36 as_nl='
37 '
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66 '
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
69 fi
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
72 fi
73
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
80 }
81 fi
82
83
84 # IFS
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl"
90
91 # Find who we are. Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
97 do
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
102 IFS=$as_save_IFS
103
104 ;;
105 esac
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x; then
109 as_myself=$0
110 fi
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
114 fi
115
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
127
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
133
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140 _as_can_reexec=no; export _as_can_reexec;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
145 BASH_ENV=/dev/null
146 ENV=/dev/null
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148 case $- in # ((((
149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;;
151 *x* ) as_opts=-x ;;
152 * ) as_opts= ;;
153 esac
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 as_fn_exit 255
159 fi
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec=; unset _as_can_reexec;}
162 if test "x$CONFIG_SHELL" = x; then
163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 emulate sh
165 NULLCMD=:
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 setopt NO_GLOB_SUBST
170 else
171 case \`(set -o) 2>/dev/null\` in #(
172 *posix*) :
173 set -o posix ;; #(
174 *) :
175 ;;
176 esac
177 fi
178 "
179 as_required="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
184
185 exitcode=0
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191
192 else
193 exitcode=1; echo positional parameters were not saved.
194 fi
195 test x\$exitcode = x0 || exit 1
196 test -x / || exit 1"
197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201
202 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
203 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
206 PATH=/empty FPATH=/empty; export PATH FPATH
207 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
208 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
209 test \$(( 1 + 1 )) = 2 || exit 1"
210 if (eval "$as_required") 2>/dev/null; then :
211 as_have_required=yes
212 else
213 as_have_required=no
214 fi
215 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
216
217 else
218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
219 as_found=false
220 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
221 do
222 IFS=$as_save_IFS
223 test -z "$as_dir" && as_dir=.
224 as_found=:
225 case $as_dir in #(
226 /*)
227 for as_base in sh bash ksh sh5; do
228 # Try only shells that exist, to save several forks.
229 as_shell=$as_dir/$as_base
230 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
231 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 CONFIG_SHELL=$as_shell as_have_required=yes
233 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
234 break 2
235 fi
236 fi
237 done;;
238 esac
239 as_found=false
240 done
241 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
242 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
243 CONFIG_SHELL=$SHELL as_have_required=yes
244 fi; }
245 IFS=$as_save_IFS
246
247
248 if test "x$CONFIG_SHELL" != x; then :
249 export CONFIG_SHELL
250 # We cannot yet assume a decent shell, so we have to provide a
251 # neutralization value for shells without unset; and this also
252 # works around shells that cannot unset nonexistent variables.
253 # Preserve -v and -x to the replacement shell.
254 BASH_ENV=/dev/null
255 ENV=/dev/null
256 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
257 case $- in # ((((
258 *v*x* | *x*v* ) as_opts=-vx ;;
259 *v* ) as_opts=-v ;;
260 *x* ) as_opts=-x ;;
261 * ) as_opts= ;;
262 esac
263 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
264 # Admittedly, this is quite paranoid, since all the known shells bail
265 # out after a failed `exec'.
266 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
267 exit 255
268 fi
269
270 if test x$as_have_required = xno; then :
271 $as_echo "$0: This script requires a shell more modern than all"
272 $as_echo "$0: the shells that I found on your system."
273 if test x${ZSH_VERSION+set} = xset ; then
274 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
275 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
276 else
277 $as_echo "$0: Please tell bug-autoconf@gnu.org and
278 $0: courier-users@lists.sourceforge.net about your system,
279 $0: including any error possibly output before this
280 $0: message. Then install a modern shell, or manually run
281 $0: the script under such a shell if you do have one."
282 fi
283 exit 1
284 fi
285 fi
286 fi
287 SHELL=${CONFIG_SHELL-/bin/sh}
288 export SHELL
289 # Unset more variables known to interfere with behavior of common tools.
290 CLICOLOR_FORCE= GREP_OPTIONS=
291 unset CLICOLOR_FORCE GREP_OPTIONS
292
293 ## --------------------- ##
294 ## M4sh Shell Functions. ##
295 ## --------------------- ##
296 # as_fn_unset VAR
297 # ---------------
298 # Portably unset VAR.
299 as_fn_unset ()
300 {
301 { eval $1=; unset $1;}
302 }
303 as_unset=as_fn_unset
304
305 # as_fn_set_status STATUS
306 # -----------------------
307 # Set $? to STATUS, without forking.
308 as_fn_set_status ()
309 {
310 return $1
311 } # as_fn_set_status
312
313 # as_fn_exit STATUS
314 # -----------------
315 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
316 as_fn_exit ()
317 {
318 set +e
319 as_fn_set_status $1
320 exit $1
321 } # as_fn_exit
322
323 # as_fn_mkdir_p
324 # -------------
325 # Create "$as_dir" as a directory, including parents if necessary.
326 as_fn_mkdir_p ()
327 {
328
329 case $as_dir in #(
330 -*) as_dir=./$as_dir;;
331 esac
332 test -d "$as_dir" || eval $as_mkdir_p || {
333 as_dirs=
334 while :; do
335 case $as_dir in #(
336 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
337 *) as_qdir=$as_dir;;
338 esac
339 as_dirs="'$as_qdir' $as_dirs"
340 as_dir=`$as_dirname -- "$as_dir" ||
341 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
342 X"$as_dir" : 'X\(//\)[^/]' \| \
343 X"$as_dir" : 'X\(//\)$' \| \
344 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
345 $as_echo X"$as_dir" |
346 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
347 s//\1/
348 q
349 }
350 /^X\(\/\/\)[^/].*/{
351 s//\1/
352 q
353 }
354 /^X\(\/\/\)$/{
355 s//\1/
356 q
357 }
358 /^X\(\/\).*/{
359 s//\1/
360 q
361 }
362 s/.*/./; q'`
363 test -d "$as_dir" && break
364 done
365 test -z "$as_dirs" || eval "mkdir $as_dirs"
366 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
367
368
369 } # as_fn_mkdir_p
370
371 # as_fn_executable_p FILE
372 # -----------------------
373 # Test if FILE is an executable regular file.
374 as_fn_executable_p ()
375 {
376 test -f "$1" && test -x "$1"
377 } # as_fn_executable_p
378 # as_fn_append VAR VALUE
379 # ----------------------
380 # Append the text in VALUE to the end of the definition contained in VAR. Take
381 # advantage of any shell optimizations that allow amortized linear growth over
382 # repeated appends, instead of the typical quadratic growth present in naive
383 # implementations.
384 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
385 eval 'as_fn_append ()
386 {
387 eval $1+=\$2
388 }'
389 else
390 as_fn_append ()
391 {
392 eval $1=\$$1\$2
393 }
394 fi # as_fn_append
395
396 # as_fn_arith ARG...
397 # ------------------
398 # Perform arithmetic evaluation on the ARGs, and store the result in the
399 # global $as_val. Take advantage of shells that can avoid forks. The arguments
400 # must be portable across $(()) and expr.
401 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
402 eval 'as_fn_arith ()
403 {
404 as_val=$(( $* ))
405 }'
406 else
407 as_fn_arith ()
408 {
409 as_val=`expr "$@" || test $? -eq 1`
410 }
411 fi # as_fn_arith
412
413
414 # as_fn_error STATUS ERROR [LINENO LOG_FD]
415 # ----------------------------------------
416 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
417 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
418 # script with STATUS, using 1 if that was 0.
419 as_fn_error ()
420 {
421 as_status=$1; test $as_status -eq 0 && as_status=1
422 if test "$4"; then
423 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
424 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
425 fi
426 $as_echo "$as_me: error: $2" >&2
427 as_fn_exit $as_status
428 } # as_fn_error
429
430 if expr a : '\(a\)' >/dev/null 2>&1 &&
431 test "X`expr 00001 : '.*\(...\)'`" = X001; then
432 as_expr=expr
433 else
434 as_expr=false
435 fi
436
437 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
438 as_basename=basename
439 else
440 as_basename=false
441 fi
442
443 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
444 as_dirname=dirname
445 else
446 as_dirname=false
447 fi
448
449 as_me=`$as_basename -- "$0" ||
450 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
451 X"$0" : 'X\(//\)$' \| \
452 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
453 $as_echo X/"$0" |
454 sed '/^.*\/\([^/][^/]*\)\/*$/{
455 s//\1/
456 q
457 }
458 /^X\/\(\/\/\)$/{
459 s//\1/
460 q
461 }
462 /^X\/\(\/\).*/{
463 s//\1/
464 q
465 }
466 s/.*/./; q'`
467
468 # Avoid depending upon Character Ranges.
469 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
470 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
471 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
472 as_cr_digits='0123456789'
473 as_cr_alnum=$as_cr_Letters$as_cr_digits
474
475
476 as_lineno_1=$LINENO as_lineno_1a=$LINENO
477 as_lineno_2=$LINENO as_lineno_2a=$LINENO
478 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
479 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
480 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
481 sed -n '
482 p
483 /[$]LINENO/=
484 ' <$as_myself |
485 sed '
486 s/[$]LINENO.*/&-/
487 t lineno
488 b
489 :lineno
490 N
491 :loop
492 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
493 t loop
494 s/-\n.*//
495 ' >$as_me.lineno &&
496 chmod +x "$as_me.lineno" ||
497 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
498
499 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
500 # already done that, so ensure we don't try to do so again and fall
501 # in an infinite loop. This has already happened in practice.
502 _as_can_reexec=no; export _as_can_reexec
503 # Don't try to exec as it changes $[0], causing all sort of problems
504 # (the dirname of $[0] is not the place where we might find the
505 # original and so on. Autoconf is especially sensitive to this).
506 . "./$as_me.lineno"
507 # Exit status is that of the last command.
508 exit
509 }
510
511 ECHO_C= ECHO_N= ECHO_T=
512 case `echo -n x` in #(((((
513 -n*)
514 case `echo 'xy\c'` in
515 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
516 xy) ECHO_C='\c';;
517 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
518 ECHO_T=' ';;
519 esac;;
520 *)
521 ECHO_N='-n';;
522 esac
523
524 rm -f conf$$ conf$$.exe conf$$.file
525 if test -d conf$$.dir; then
526 rm -f conf$$.dir/conf$$.file
527 else
528 rm -f conf$$.dir
529 mkdir conf$$.dir 2>/dev/null
530 fi
531 if (echo >conf$$.file) 2>/dev/null; then
532 if ln -s conf$$.file conf$$ 2>/dev/null; then
533 as_ln_s='ln -s'
534 # ... but there are two gotchas:
535 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
536 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
537 # In both cases, we have to default to `cp -pR'.
538 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
539 as_ln_s='cp -pR'
540 elif ln conf$$.file conf$$ 2>/dev/null; then
541 as_ln_s=ln
542 else
543 as_ln_s='cp -pR'
544 fi
545 else
546 as_ln_s='cp -pR'
547 fi
548 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
549 rmdir conf$$.dir 2>/dev/null
550
551 if mkdir -p . 2>/dev/null; then
552 as_mkdir_p='mkdir -p "$as_dir"'
553 else
554 test -d ./-p && rmdir ./-p
555 as_mkdir_p=false
556 fi
557
558 as_test_x='test -x'
559 as_executable_p=as_fn_executable_p
560
561 # Sed expression to map a string onto a valid CPP name.
562 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
563
564 # Sed expression to map a string onto a valid variable name.
565 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
566
567 SHELL=${CONFIG_SHELL-/bin/sh}
568
569
570 test -n "$DJDIR" || exec 7<&0 </dev/null
571 exec 6>&1
572
573 # Name of the host.
574 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
575 # so uname gets run too.
576 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
577
578 #
579 # Initializations.
580 #
581 ac_default_prefix=/usr/local
582 ac_clean_files=
583 ac_config_libobj_dir=.
584 LIBOBJS=
585 cross_compiling=no
586 subdirs=
587 MFLAGS=
588 MAKEFLAGS=
589
590 # Identity of this package.
591 PACKAGE_NAME='makedat'
592 PACKAGE_TARNAME='makedat'
593 PACKAGE_VERSION='0.60'
594 PACKAGE_STRING='makedat 0.60'
595 PACKAGE_BUGREPORT='courier-users@lists.sourceforge.net'
596 PACKAGE_URL=''
597
598 ac_unique_file="makedatprog.c"
599 # Factoring default headers for most tests.
600 ac_includes_default="\
601 #include <stdio.h>
602 #ifdef HAVE_SYS_TYPES_H
603 # include <sys/types.h>
604 #endif
605 #ifdef HAVE_SYS_STAT_H
606 # include <sys/stat.h>
607 #endif
608 #ifdef STDC_HEADERS
609 # include <stdlib.h>
610 # include <stddef.h>
611 #else
612 # ifdef HAVE_STDLIB_H
613 # include <stdlib.h>
614 # endif
615 #endif
616 #ifdef HAVE_STRING_H
617 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
618 # include <memory.h>
619 # endif
620 # include <string.h>
621 #endif
622 #ifdef HAVE_STRINGS_H
623 # include <strings.h>
624 #endif
625 #ifdef HAVE_INTTYPES_H
626 # include <inttypes.h>
627 #endif
628 #ifdef HAVE_STDINT_H
629 # include <stdint.h>
630 #endif
631 #ifdef HAVE_UNISTD_H
632 # include <unistd.h>
633 #endif"
634
635 ac_subst_vars='am__EXEEXT_FALSE
636 am__EXEEXT_TRUE
637 LTLIBOBJS
638 LIBOBJS
639 makedatprogpath
640 makedatprog_target
641 dblibrary
642 CPP
643 OTOOL64
644 OTOOL
645 LIPO
646 NMEDIT
647 DSYMUTIL
648 MANIFEST_TOOL
649 RANLIB
650 ac_ct_AR
651 AR
652 DLLTOOL
653 OBJDUMP
654 NM
655 ac_ct_DUMPBIN
656 DUMPBIN
657 LD
658 FGREP
659 EGREP
660 GREP
661 SED
662 host_os
663 host_vendor
664 host_cpu
665 host
666 build_os
667 build_vendor
668 build_cpu
669 build
670 LIBTOOL
671 CAT
672 PERL
673 LN_S
674 am__fastdepCC_FALSE
675 am__fastdepCC_TRUE
676 CCDEPMODE
677 am__nodep
678 AMDEPBACKSLASH
679 AMDEP_FALSE
680 AMDEP_TRUE
681 am__quote
682 am__include
683 DEPDIR
684 OBJEXT
685 EXEEXT
686 ac_ct_CC
687 CPPFLAGS
688 LDFLAGS
689 CFLAGS
690 CC
691 AM_BACKSLASH
692 AM_DEFAULT_VERBOSITY
693 AM_DEFAULT_V
694 AM_V
695 am__untar
696 am__tar
697 AMTAR
698 am__leading_dot
699 SET_MAKE
700 AWK
701 mkdir_p
702 MKDIR_P
703 INSTALL_STRIP_PROGRAM
704 STRIP
705 install_sh
706 MAKEINFO
707 AUTOHEADER
708 AUTOMAKE
709 AUTOCONF
710 ACLOCAL
711 VERSION
712 PACKAGE
713 CYGPATH_W
714 am__isrc
715 INSTALL_DATA
716 INSTALL_SCRIPT
717 INSTALL_PROGRAM
718 target_alias
719 host_alias
720 build_alias
721 LIBS
722 ECHO_T
723 ECHO_N
724 ECHO_C
725 DEFS
726 mandir
727 localedir
728 libdir
729 psdir
730 pdfdir
731 dvidir
732 htmldir
733 infodir
734 docdir
735 oldincludedir
736 includedir
737 localstatedir
738 sharedstatedir
739 sysconfdir
740 datadir
741 datarootdir
742 libexecdir
743 sbindir
744 bindir
745 program_transform_name
746 prefix
747 exec_prefix
748 PACKAGE_URL
749 PACKAGE_BUGREPORT
750 PACKAGE_STRING
751 PACKAGE_VERSION
752 PACKAGE_TARNAME
753 PACKAGE_NAME
754 PATH_SEPARATOR
755 SHELL'
756 ac_subst_files=''
757 ac_user_opts='
758 enable_option_checking
759 enable_silent_rules
760 enable_dependency_tracking
761 enable_shared
762 enable_static
763 with_pic
764 enable_fast_install
765 with_gnu_ld
766 with_sysroot
767 enable_libtool_lock
768 enable_largefile
769 with_makedatprog
770 '
771 ac_precious_vars='build_alias
772 host_alias
773 target_alias
774 CC
775 CFLAGS
776 LDFLAGS
777 LIBS
778 CPPFLAGS
779 CPP'
780
781
782 # Initialize some variables set by options.
783 ac_init_help=
784 ac_init_version=false
785 ac_unrecognized_opts=
786 ac_unrecognized_sep=
787 # The variables have the same names as the options, with
788 # dashes changed to underlines.
789 cache_file=/dev/null
790 exec_prefix=NONE
791 no_create=
792 no_recursion=
793 prefix=NONE
794 program_prefix=NONE
795 program_suffix=NONE
796 program_transform_name=s,x,x,
797 silent=
798 site=
799 srcdir=
800 verbose=
801 x_includes=NONE
802 x_libraries=NONE
803
804 # Installation directory options.
805 # These are left unexpanded so users can "make install exec_prefix=/foo"
806 # and all the variables that are supposed to be based on exec_prefix
807 # by default will actually change.
808 # Use braces instead of parens because sh, perl, etc. also accept them.
809 # (The list follows the same order as the GNU Coding Standards.)
810 bindir='${exec_prefix}/bin'
811 sbindir='${exec_prefix}/sbin'
812 libexecdir='${exec_prefix}/libexec'
813 datarootdir='${prefix}/share'
814 datadir='${datarootdir}'
815 sysconfdir='${prefix}/etc'
816 sharedstatedir='${prefix}/com'
817 localstatedir='${prefix}/var'
818 includedir='${prefix}/include'
819 oldincludedir='/usr/include'
820 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
821 infodir='${datarootdir}/info'
822 htmldir='${docdir}'
823 dvidir='${docdir}'
824 pdfdir='${docdir}'
825 psdir='${docdir}'
826 libdir='${exec_prefix}/lib'
827 localedir='${datarootdir}/locale'
828 mandir='${datarootdir}/man'
829
830 ac_prev=
831 ac_dashdash=
832 for ac_option
833 do
834 # If the previous option needs an argument, assign it.
835 if test -n "$ac_prev"; then
836 eval $ac_prev=\$ac_option
837 ac_prev=
838 continue
839 fi
840
841 case $ac_option in
842 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
843 *=) ac_optarg= ;;
844 *) ac_optarg=yes ;;
845 esac
846
847 # Accept the important Cygnus configure options, so we can diagnose typos.
848
849 case $ac_dashdash$ac_option in
850 --)
851 ac_dashdash=yes ;;
852
853 -bindir | --bindir | --bindi | --bind | --bin | --bi)
854 ac_prev=bindir ;;
855 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
856 bindir=$ac_optarg ;;
857
858 -build | --build | --buil | --bui | --bu)
859 ac_prev=build_alias ;;
860 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
861 build_alias=$ac_optarg ;;
862
863 -cache-file | --cache-file | --cache-fil | --cache-fi \
864 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
865 ac_prev=cache_file ;;
866 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
867 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
868 cache_file=$ac_optarg ;;
869
870 --config-cache | -C)
871 cache_file=config.cache ;;
872
873 -datadir | --datadir | --datadi | --datad)
874 ac_prev=datadir ;;
875 -datadir=* | --datadir=* | --datadi=* | --datad=*)
876 datadir=$ac_optarg ;;
877
878 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
879 | --dataroo | --dataro | --datar)
880 ac_prev=datarootdir ;;
881 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
882 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
883 datarootdir=$ac_optarg ;;
884
885 -disable-* | --disable-*)
886 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
887 # Reject names that are not valid shell variable names.
888 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
889 as_fn_error $? "invalid feature name: $ac_useropt"
890 ac_useropt_orig=$ac_useropt
891 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
892 case $ac_user_opts in
893 *"
894 "enable_$ac_useropt"
895 "*) ;;
896 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
897 ac_unrecognized_sep=', ';;
898 esac
899 eval enable_$ac_useropt=no ;;
900
901 -docdir | --docdir | --docdi | --doc | --do)
902 ac_prev=docdir ;;
903 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
904 docdir=$ac_optarg ;;
905
906 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
907 ac_prev=dvidir ;;
908 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
909 dvidir=$ac_optarg ;;
910
911 -enable-* | --enable-*)
912 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
913 # Reject names that are not valid shell variable names.
914 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
915 as_fn_error $? "invalid feature name: $ac_useropt"
916 ac_useropt_orig=$ac_useropt
917 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
918 case $ac_user_opts in
919 *"
920 "enable_$ac_useropt"
921 "*) ;;
922 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
923 ac_unrecognized_sep=', ';;
924 esac
925 eval enable_$ac_useropt=\$ac_optarg ;;
926
927 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
928 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
929 | --exec | --exe | --ex)
930 ac_prev=exec_prefix ;;
931 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
932 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
933 | --exec=* | --exe=* | --ex=*)
934 exec_prefix=$ac_optarg ;;
935
936 -gas | --gas | --ga | --g)
937 # Obsolete; use --with-gas.
938 with_gas=yes ;;
939
940 -help | --help | --hel | --he | -h)
941 ac_init_help=long ;;
942 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
943 ac_init_help=recursive ;;
944 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
945 ac_init_help=short ;;
946
947 -host | --host | --hos | --ho)
948 ac_prev=host_alias ;;
949 -host=* | --host=* | --hos=* | --ho=*)
950 host_alias=$ac_optarg ;;
951
952 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
953 ac_prev=htmldir ;;
954 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
955 | --ht=*)
956 htmldir=$ac_optarg ;;
957
958 -includedir | --includedir | --includedi | --included | --include \
959 | --includ | --inclu | --incl | --inc)
960 ac_prev=includedir ;;
961 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
962 | --includ=* | --inclu=* | --incl=* | --inc=*)
963 includedir=$ac_optarg ;;
964
965 -infodir | --infodir | --infodi | --infod | --info | --inf)
966 ac_prev=infodir ;;
967 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
968 infodir=$ac_optarg ;;
969
970 -libdir | --libdir | --libdi | --libd)
971 ac_prev=libdir ;;
972 -libdir=* | --libdir=* | --libdi=* | --libd=*)
973 libdir=$ac_optarg ;;
974
975 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
976 | --libexe | --libex | --libe)
977 ac_prev=libexecdir ;;
978 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
979 | --libexe=* | --libex=* | --libe=*)
980 libexecdir=$ac_optarg ;;
981
982 -localedir | --localedir | --localedi | --localed | --locale)
983 ac_prev=localedir ;;
984 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
985 localedir=$ac_optarg ;;
986
987 -localstatedir | --localstatedir | --localstatedi | --localstated \
988 | --localstate | --localstat | --localsta | --localst | --locals)
989 ac_prev=localstatedir ;;
990 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
991 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
992 localstatedir=$ac_optarg ;;
993
994 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
995 ac_prev=mandir ;;
996 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
997 mandir=$ac_optarg ;;
998
999 -nfp | --nfp | --nf)
1000 # Obsolete; use --without-fp.
1001 with_fp=no ;;
1002
1003 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1004 | --no-cr | --no-c | -n)
1005 no_create=yes ;;
1006
1007 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1008 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1009 no_recursion=yes ;;
1010
1011 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1012 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1013 | --oldin | --oldi | --old | --ol | --o)
1014 ac_prev=oldincludedir ;;
1015 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1016 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1017 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1018 oldincludedir=$ac_optarg ;;
1019
1020 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1021 ac_prev=prefix ;;
1022 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1023 prefix=$ac_optarg ;;
1024
1025 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1026 | --program-pre | --program-pr | --program-p)
1027 ac_prev=program_prefix ;;
1028 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1029 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1030 program_prefix=$ac_optarg ;;
1031
1032 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1033 | --program-suf | --program-su | --program-s)
1034 ac_prev=program_suffix ;;
1035 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1036 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1037 program_suffix=$ac_optarg ;;
1038
1039 -program-transform-name | --program-transform-name \
1040 | --program-transform-nam | --program-transform-na \
1041 | --program-transform-n | --program-transform- \
1042 | --program-transform | --program-transfor \
1043 | --program-transfo | --program-transf \
1044 | --program-trans | --program-tran \
1045 | --progr-tra | --program-tr | --program-t)
1046 ac_prev=program_transform_name ;;
1047 -program-transform-name=* | --program-transform-name=* \
1048 | --program-transform-nam=* | --program-transform-na=* \
1049 | --program-transform-n=* | --program-transform-=* \
1050 | --program-transform=* | --program-transfor=* \
1051 | --program-transfo=* | --program-transf=* \
1052 | --program-trans=* | --program-tran=* \
1053 | --progr-tra=* | --program-tr=* | --program-t=*)
1054 program_transform_name=$ac_optarg ;;
1055
1056 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1057 ac_prev=pdfdir ;;
1058 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1059 pdfdir=$ac_optarg ;;
1060
1061 -psdir | --psdir | --psdi | --psd | --ps)
1062 ac_prev=psdir ;;
1063 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1064 psdir=$ac_optarg ;;
1065
1066 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1067 | -silent | --silent | --silen | --sile | --sil)
1068 silent=yes ;;
1069
1070 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1071 ac_prev=sbindir ;;
1072 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1073 | --sbi=* | --sb=*)
1074 sbindir=$ac_optarg ;;
1075
1076 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1077 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1078 | --sharedst | --shareds | --shared | --share | --shar \
1079 | --sha | --sh)
1080 ac_prev=sharedstatedir ;;
1081 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1082 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1083 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1084 | --sha=* | --sh=*)
1085 sharedstatedir=$ac_optarg ;;
1086
1087 -site | --site | --sit)
1088 ac_prev=site ;;
1089 -site=* | --site=* | --sit=*)
1090 site=$ac_optarg ;;
1091
1092 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1093 ac_prev=srcdir ;;
1094 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1095 srcdir=$ac_optarg ;;
1096
1097 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1098 | --syscon | --sysco | --sysc | --sys | --sy)
1099 ac_prev=sysconfdir ;;
1100 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1101 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1102 sysconfdir=$ac_optarg ;;
1103
1104 -target | --target | --targe | --targ | --tar | --ta | --t)
1105 ac_prev=target_alias ;;
1106 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1107 target_alias=$ac_optarg ;;
1108
1109 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1110 verbose=yes ;;
1111
1112 -version | --version | --versio | --versi | --vers | -V)
1113 ac_init_version=: ;;
1114
1115 -with-* | --with-*)
1116 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1117 # Reject names that are not valid shell variable names.
1118 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1119 as_fn_error $? "invalid package name: $ac_useropt"
1120 ac_useropt_orig=$ac_useropt
1121 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1122 case $ac_user_opts in
1123 *"
1124 "with_$ac_useropt"
1125 "*) ;;
1126 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1127 ac_unrecognized_sep=', ';;
1128 esac
1129 eval with_$ac_useropt=\$ac_optarg ;;
1130
1131 -without-* | --without-*)
1132 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1133 # Reject names that are not valid shell variable names.
1134 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1135 as_fn_error $? "invalid package name: $ac_useropt"
1136 ac_useropt_orig=$ac_useropt
1137 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1138 case $ac_user_opts in
1139 *"
1140 "with_$ac_useropt"
1141 "*) ;;
1142 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1143 ac_unrecognized_sep=', ';;
1144 esac
1145 eval with_$ac_useropt=no ;;
1146
1147 --x)
1148 # Obsolete; use --with-x.
1149 with_x=yes ;;
1150
1151 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1152 | --x-incl | --x-inc | --x-in | --x-i)
1153 ac_prev=x_includes ;;
1154 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1155 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1156 x_includes=$ac_optarg ;;
1157
1158 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1159 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1160 ac_prev=x_libraries ;;
1161 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1162 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1163 x_libraries=$ac_optarg ;;
1164
1165 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1166 Try \`$0 --help' for more information"
1167 ;;
1168
1169 *=*)
1170 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1171 # Reject names that are not valid shell variable names.
1172 case $ac_envvar in #(
1173 '' | [0-9]* | *[!_$as_cr_alnum]* )
1174 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1175 esac
1176 eval $ac_envvar=\$ac_optarg
1177 export $ac_envvar ;;
1178
1179 *)
1180 # FIXME: should be removed in autoconf 3.0.
1181 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1182 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1183 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1184 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1185 ;;
1186
1187 esac
1188 done
1189
1190 if test -n "$ac_prev"; then
1191 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1192 as_fn_error $? "missing argument to $ac_option"
1193 fi
1194
1195 if test -n "$ac_unrecognized_opts"; then
1196 case $enable_option_checking in
1197 no) ;;
1198 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1199 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1200 esac
1201 fi
1202
1203 # Check all directory arguments for consistency.
1204 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1205 datadir sysconfdir sharedstatedir localstatedir includedir \
1206 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1207 libdir localedir mandir
1208 do
1209 eval ac_val=\$$ac_var
1210 # Remove trailing slashes.
1211 case $ac_val in
1212 */ )
1213 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1214 eval $ac_var=\$ac_val;;
1215 esac
1216 # Be sure to have absolute directory names.
1217 case $ac_val in
1218 [\\/$]* | ?:[\\/]* ) continue;;
1219 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1220 esac
1221 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1222 done
1223
1224 # There might be people who depend on the old broken behavior: `$host'
1225 # used to hold the argument of --host etc.
1226 # FIXME: To remove some day.
1227 build=$build_alias
1228 host=$host_alias
1229 target=$target_alias
1230
1231 # FIXME: To remove some day.
1232 if test "x$host_alias" != x; then
1233 if test "x$build_alias" = x; then
1234 cross_compiling=maybe
1235 elif test "x$build_alias" != "x$host_alias"; then
1236 cross_compiling=yes
1237 fi
1238 fi
1239
1240 ac_tool_prefix=
1241 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1242
1243 test "$silent" = yes && exec 6>/dev/null
1244
1245
1246 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1247 ac_ls_di=`ls -di .` &&
1248 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1249 as_fn_error $? "working directory cannot be determined"
1250 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1251 as_fn_error $? "pwd does not report name of working directory"
1252
1253
1254 # Find the source files, if location was not specified.
1255 if test -z "$srcdir"; then
1256 ac_srcdir_defaulted=yes
1257 # Try the directory containing this script, then the parent directory.
1258 ac_confdir=`$as_dirname -- "$as_myself" ||
1259 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1260 X"$as_myself" : 'X\(//\)[^/]' \| \
1261 X"$as_myself" : 'X\(//\)$' \| \
1262 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1263 $as_echo X"$as_myself" |
1264 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1265 s//\1/
1266 q
1267 }
1268 /^X\(\/\/\)[^/].*/{
1269 s//\1/
1270 q
1271 }
1272 /^X\(\/\/\)$/{
1273 s//\1/
1274 q
1275 }
1276 /^X\(\/\).*/{
1277 s//\1/
1278 q
1279 }
1280 s/.*/./; q'`
1281 srcdir=$ac_confdir
1282 if test ! -r "$srcdir/$ac_unique_file"; then
1283 srcdir=..
1284 fi
1285 else
1286 ac_srcdir_defaulted=no
1287 fi
1288 if test ! -r "$srcdir/$ac_unique_file"; then
1289 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1290 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1291 fi
1292 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1293 ac_abs_confdir=`(
1294 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1295 pwd)`
1296 # When building in place, set srcdir=.
1297 if test "$ac_abs_confdir" = "$ac_pwd"; then
1298 srcdir=.
1299 fi
1300 # Remove unnecessary trailing slashes from srcdir.
1301 # Double slashes in file names in object file debugging info
1302 # mess up M-x gdb in Emacs.
1303 case $srcdir in
1304 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1305 esac
1306 for ac_var in $ac_precious_vars; do
1307 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1308 eval ac_env_${ac_var}_value=\$${ac_var}
1309 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1310 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1311 done
1312
1313 #
1314 # Report the --help message.
1315 #
1316 if test "$ac_init_help" = "long"; then
1317 # Omit some internal or obsolete options to make the list less imposing.
1318 # This message is too long to be a string in the A/UX 3.1 sh.
1319 cat <<_ACEOF
1320 \`configure' configures makedat 0.60 to adapt to many kinds of systems.
1321
1322 Usage: $0 [OPTION]... [VAR=VALUE]...
1323
1324 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1325 VAR=VALUE. See below for descriptions of some of the useful variables.
1326
1327 Defaults for the options are specified in brackets.
1328
1329 Configuration:
1330 -h, --help display this help and exit
1331 --help=short display options specific to this package
1332 --help=recursive display the short help of all the included packages
1333 -V, --version display version information and exit
1334 -q, --quiet, --silent do not print \`checking ...' messages
1335 --cache-file=FILE cache test results in FILE [disabled]
1336 -C, --config-cache alias for \`--cache-file=config.cache'
1337 -n, --no-create do not create output files
1338 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1339
1340 Installation directories:
1341 --prefix=PREFIX install architecture-independent files in PREFIX
1342 [$ac_default_prefix]
1343 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1344 [PREFIX]
1345
1346 By default, \`make install' will install all the files in
1347 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1348 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1349 for instance \`--prefix=\$HOME'.
1350
1351 For better control, use the options below.
1352
1353 Fine tuning of the installation directories:
1354 --bindir=DIR user executables [EPREFIX/bin]
1355 --sbindir=DIR system admin executables [EPREFIX/sbin]
1356 --libexecdir=DIR program executables [EPREFIX/libexec]
1357 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1358 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1359 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1360 --libdir=DIR object code libraries [EPREFIX/lib]
1361 --includedir=DIR C header files [PREFIX/include]
1362 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1363 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1364 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1365 --infodir=DIR info documentation [DATAROOTDIR/info]
1366 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1367 --mandir=DIR man documentation [DATAROOTDIR/man]
1368 --docdir=DIR documentation root [DATAROOTDIR/doc/makedat]
1369 --htmldir=DIR html documentation [DOCDIR]
1370 --dvidir=DIR dvi documentation [DOCDIR]
1371 --pdfdir=DIR pdf documentation [DOCDIR]
1372 --psdir=DIR ps documentation [DOCDIR]
1373 _ACEOF
1374
1375 cat <<\_ACEOF
1376
1377 Program names:
1378 --program-prefix=PREFIX prepend PREFIX to installed program names
1379 --program-suffix=SUFFIX append SUFFIX to installed program names
1380 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1381
1382 System types:
1383 --build=BUILD configure for building on BUILD [guessed]
1384 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1385 _ACEOF
1386 fi
1387
1388 if test -n "$ac_init_help"; then
1389 case $ac_init_help in
1390 short | recursive ) echo "Configuration of makedat 0.60:";;
1391 esac
1392 cat <<\_ACEOF
1393
1394 Optional Features:
1395 --disable-option-checking ignore unrecognized --enable/--with options
1396 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1397 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1398 --enable-silent-rules less verbose build output (undo: "make V=1")
1399 --disable-silent-rules verbose build output (undo: "make V=0")
1400 --enable-dependency-tracking
1401 do not reject slow dependency extractors
1402 --disable-dependency-tracking
1403 speeds up one-time build
1404 --enable-shared[=PKGS] build shared libraries [default=yes]
1405 --enable-static[=PKGS] build static libraries [default=yes]
1406 --enable-fast-install[=PKGS]
1407 optimize for fast installation [default=yes]
1408 --disable-libtool-lock avoid locking (might break parallel builds)
1409 --disable-largefile omit support for large files
1410
1411 Optional Packages:
1412 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1413 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1414 --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
1415 both]
1416 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1417 --with-sysroot=DIR Search for dependent libraries within DIR
1418 (or the compiler's sysroot if not specified).
1419 --with-makedatprog=filename Installed location and name of makedatprog
1420
1421 Some influential environment variables:
1422 CC C compiler command
1423 CFLAGS C compiler flags
1424 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1425 nonstandard directory <lib dir>
1426 LIBS libraries to pass to the linker, e.g. -l<library>
1427 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1428 you have headers in a nonstandard directory <include dir>
1429 CPP C preprocessor
1430
1431 Use these variables to override the choices made by `configure' or to help
1432 it to find libraries and programs with nonstandard names/locations.
1433
1434 Report bugs to <courier-users@lists.sourceforge.net>.
1435 _ACEOF
1436 ac_status=$?
1437 fi
1438
1439 if test "$ac_init_help" = "recursive"; then
1440 # If there are subdirs, report their specific --help.
1441 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1442 test -d "$ac_dir" ||
1443 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1444 continue
1445 ac_builddir=.
1446
1447 case "$ac_dir" in
1448 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1449 *)
1450 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1451 # A ".." for each directory in $ac_dir_suffix.
1452 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1453 case $ac_top_builddir_sub in
1454 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1455 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1456 esac ;;
1457 esac
1458 ac_abs_top_builddir=$ac_pwd
1459 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1460 # for backward compatibility:
1461 ac_top_builddir=$ac_top_build_prefix
1462
1463 case $srcdir in
1464 .) # We are building in place.
1465 ac_srcdir=.
1466 ac_top_srcdir=$ac_top_builddir_sub
1467 ac_abs_top_srcdir=$ac_pwd ;;
1468 [\\/]* | ?:[\\/]* ) # Absolute name.
1469 ac_srcdir=$srcdir$ac_dir_suffix;
1470 ac_top_srcdir=$srcdir
1471 ac_abs_top_srcdir=$srcdir ;;
1472 *) # Relative name.
1473 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1474 ac_top_srcdir=$ac_top_build_prefix$srcdir
1475 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1476 esac
1477 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1478
1479 cd "$ac_dir" || { ac_status=$?; continue; }
1480 # Check for guested configure.
1481 if test -f "$ac_srcdir/configure.gnu"; then
1482 echo &&
1483 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1484 elif test -f "$ac_srcdir/configure"; then
1485 echo &&
1486 $SHELL "$ac_srcdir/configure" --help=recursive
1487 else
1488 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1489 fi || ac_status=$?
1490 cd "$ac_pwd" || { ac_status=$?; break; }
1491 done
1492 fi
1493
1494 test -n "$ac_init_help" && exit $ac_status
1495 if $ac_init_version; then
1496 cat <<\_ACEOF
1497 makedat configure 0.60
1498 generated by GNU Autoconf 2.69
1499
1500 Copyright (C) 2012 Free Software Foundation, Inc.
1501 This configure script is free software; the Free Software Foundation
1502 gives unlimited permission to copy, distribute and modify it.
1503 _ACEOF
1504 exit
1505 fi
1506
1507 ## ------------------------ ##
1508 ## Autoconf initialization. ##
1509 ## ------------------------ ##
1510
1511 # ac_fn_c_try_compile LINENO
1512 # --------------------------
1513 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1514 ac_fn_c_try_compile ()
1515 {
1516 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1517 rm -f conftest.$ac_objext
1518 if { { ac_try="$ac_compile"
1519 case "(($ac_try" in
1520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1521 *) ac_try_echo=$ac_try;;
1522 esac
1523 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1524 $as_echo "$ac_try_echo"; } >&5
1525 (eval "$ac_compile") 2>conftest.err
1526 ac_status=$?
1527 if test -s conftest.err; then
1528 grep -v '^ *+' conftest.err >conftest.er1
1529 cat conftest.er1 >&5
1530 mv -f conftest.er1 conftest.err
1531 fi
1532 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1533 test $ac_status = 0; } && {
1534 test -z "$ac_c_werror_flag" ||
1535 test ! -s conftest.err
1536 } && test -s conftest.$ac_objext; then :
1537 ac_retval=0
1538 else
1539 $as_echo "$as_me: failed program was:" >&5
1540 sed 's/^/| /' conftest.$ac_ext >&5
1541
1542 ac_retval=1
1543 fi
1544 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1545 as_fn_set_status $ac_retval
1546
1547 } # ac_fn_c_try_compile
1548
1549 # ac_fn_c_try_link LINENO
1550 # -----------------------
1551 # Try to link conftest.$ac_ext, and return whether this succeeded.
1552 ac_fn_c_try_link ()
1553 {
1554 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1555 rm -f conftest.$ac_objext conftest$ac_exeext
1556 if { { ac_try="$ac_link"
1557 case "(($ac_try" in
1558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1559 *) ac_try_echo=$ac_try;;
1560 esac
1561 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1562 $as_echo "$ac_try_echo"; } >&5
1563 (eval "$ac_link") 2>conftest.err
1564 ac_status=$?
1565 if test -s conftest.err; then
1566 grep -v '^ *+' conftest.err >conftest.er1
1567 cat conftest.er1 >&5
1568 mv -f conftest.er1 conftest.err
1569 fi
1570 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1571 test $ac_status = 0; } && {
1572 test -z "$ac_c_werror_flag" ||
1573 test ! -s conftest.err
1574 } && test -s conftest$ac_exeext && {
1575 test "$cross_compiling" = yes ||
1576 test -x conftest$ac_exeext
1577 }; then :
1578 ac_retval=0
1579 else
1580 $as_echo "$as_me: failed program was:" >&5
1581 sed 's/^/| /' conftest.$ac_ext >&5
1582
1583 ac_retval=1
1584 fi
1585 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1586 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1587 # interfere with the next link command; also delete a directory that is
1588 # left behind by Apple's compiler. We do this before executing the actions.
1589 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1590 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1591 as_fn_set_status $ac_retval
1592
1593 } # ac_fn_c_try_link
1594
1595 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1596 # -------------------------------------------------------
1597 # Tests whether HEADER exists and can be compiled using the include files in
1598 # INCLUDES, setting the cache variable VAR accordingly.
1599 ac_fn_c_check_header_compile ()
1600 {
1601 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1603 $as_echo_n "checking for $2... " >&6; }
1604 if eval \${$3+:} false; then :
1605 $as_echo_n "(cached) " >&6
1606 else
1607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1608 /* end confdefs.h. */
1609 $4
1610 #include <$2>
1611 _ACEOF
1612 if ac_fn_c_try_compile "$LINENO"; then :
1613 eval "$3=yes"
1614 else
1615 eval "$3=no"
1616 fi
1617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1618 fi
1619 eval ac_res=\$$3
1620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1621 $as_echo "$ac_res" >&6; }
1622 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1623
1624 } # ac_fn_c_check_header_compile
1625
1626 # ac_fn_c_try_cpp LINENO
1627 # ----------------------
1628 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1629 ac_fn_c_try_cpp ()
1630 {
1631 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1632 if { { ac_try="$ac_cpp conftest.$ac_ext"
1633 case "(($ac_try" in
1634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1635 *) ac_try_echo=$ac_try;;
1636 esac
1637 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1638 $as_echo "$ac_try_echo"; } >&5
1639 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1640 ac_status=$?
1641 if test -s conftest.err; then
1642 grep -v '^ *+' conftest.err >conftest.er1
1643 cat conftest.er1 >&5
1644 mv -f conftest.er1 conftest.err
1645 fi
1646 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1647 test $ac_status = 0; } > conftest.i && {
1648 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1649 test ! -s conftest.err
1650 }; then :
1651 ac_retval=0
1652 else
1653 $as_echo "$as_me: failed program was:" >&5
1654 sed 's/^/| /' conftest.$ac_ext >&5
1655
1656 ac_retval=1
1657 fi
1658 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1659 as_fn_set_status $ac_retval
1660
1661 } # ac_fn_c_try_cpp
1662
1663 # ac_fn_c_try_run LINENO
1664 # ----------------------
1665 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1666 # that executables *can* be run.
1667 ac_fn_c_try_run ()
1668 {
1669 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1670 if { { ac_try="$ac_link"
1671 case "(($ac_try" in
1672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1673 *) ac_try_echo=$ac_try;;
1674 esac
1675 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1676 $as_echo "$ac_try_echo"; } >&5
1677 (eval "$ac_link") 2>&5
1678 ac_status=$?
1679 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1680 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1681 { { case "(($ac_try" in
1682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1683 *) ac_try_echo=$ac_try;;
1684 esac
1685 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1686 $as_echo "$ac_try_echo"; } >&5
1687 (eval "$ac_try") 2>&5
1688 ac_status=$?
1689 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1690 test $ac_status = 0; }; }; then :
1691 ac_retval=0
1692 else
1693 $as_echo "$as_me: program exited with status $ac_status" >&5
1694 $as_echo "$as_me: failed program was:" >&5
1695 sed 's/^/| /' conftest.$ac_ext >&5
1696
1697 ac_retval=$ac_status
1698 fi
1699 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1700 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1701 as_fn_set_status $ac_retval
1702
1703 } # ac_fn_c_try_run
1704
1705 # ac_fn_c_check_func LINENO FUNC VAR
1706 # ----------------------------------
1707 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1708 ac_fn_c_check_func ()
1709 {
1710 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1712 $as_echo_n "checking for $2... " >&6; }
1713 if eval \${$3+:} false; then :
1714 $as_echo_n "(cached) " >&6
1715 else
1716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1717 /* end confdefs.h. */
1718 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1719 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1720 #define $2 innocuous_$2
1721
1722 /* System header to define __stub macros and hopefully few prototypes,
1723 which can conflict with char $2 (); below.
1724 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1725 <limits.h> exists even on freestanding compilers. */
1726
1727 #ifdef __STDC__
1728 # include <limits.h>
1729 #else
1730 # include <assert.h>
1731 #endif
1732
1733 #undef $2
1734
1735 /* Override any GCC internal prototype to avoid an error.
1736 Use char because int might match the return type of a GCC
1737 builtin and then its argument prototype would still apply. */
1738 #ifdef __cplusplus
1739 extern "C"
1740 #endif
1741 char $2 ();
1742 /* The GNU C library defines this for functions which it implements
1743 to always fail with ENOSYS. Some functions are actually named
1744 something starting with __ and the normal name is an alias. */
1745 #if defined __stub_$2 || defined __stub___$2
1746 choke me
1747 #endif
1748
1749 int
1750 main ()
1751 {
1752 return $2 ();
1753 ;
1754 return 0;
1755 }
1756 _ACEOF
1757 if ac_fn_c_try_link "$LINENO"; then :
1758 eval "$3=yes"
1759 else
1760 eval "$3=no"
1761 fi
1762 rm -f core conftest.err conftest.$ac_objext \
1763 conftest$ac_exeext conftest.$ac_ext
1764 fi
1765 eval ac_res=\$$3
1766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1767 $as_echo "$ac_res" >&6; }
1768 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1769
1770 } # ac_fn_c_check_func
1771
1772 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1773 # -------------------------------------------------------
1774 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1775 # the include files in INCLUDES and setting the cache variable VAR
1776 # accordingly.
1777 ac_fn_c_check_header_mongrel ()
1778 {
1779 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1780 if eval \${$3+:} false; then :
1781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1782 $as_echo_n "checking for $2... " >&6; }
1783 if eval \${$3+:} false; then :
1784 $as_echo_n "(cached) " >&6
1785 fi
1786 eval ac_res=\$$3
1787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1788 $as_echo "$ac_res" >&6; }
1789 else
1790 # Is the header compilable?
1791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1792 $as_echo_n "checking $2 usability... " >&6; }
1793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1794 /* end confdefs.h. */
1795 $4
1796 #include <$2>
1797 _ACEOF
1798 if ac_fn_c_try_compile "$LINENO"; then :
1799 ac_header_compiler=yes
1800 else
1801 ac_header_compiler=no
1802 fi
1803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1805 $as_echo "$ac_header_compiler" >&6; }
1806
1807 # Is the header present?
1808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1809 $as_echo_n "checking $2 presence... " >&6; }
1810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1811 /* end confdefs.h. */
1812 #include <$2>
1813 _ACEOF
1814 if ac_fn_c_try_cpp "$LINENO"; then :
1815 ac_header_preproc=yes
1816 else
1817 ac_header_preproc=no
1818 fi
1819 rm -f conftest.err conftest.i conftest.$ac_ext
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1821 $as_echo "$ac_header_preproc" >&6; }
1822
1823 # So? What about this header?
1824 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1825 yes:no: )
1826 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1827 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1828 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1829 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1830 ;;
1831 no:yes:* )
1832 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1833 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1834 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1835 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1836 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1837 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1838 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1839 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1840 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1841 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1842 ( $as_echo "## -------------------------------------------------- ##
1843 ## Report this to courier-users@lists.sourceforge.net ##
1844 ## -------------------------------------------------- ##"
1845 ) | sed "s/^/$as_me: WARNING: /" >&2
1846 ;;
1847 esac
1848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1849 $as_echo_n "checking for $2... " >&6; }
1850 if eval \${$3+:} false; then :
1851 $as_echo_n "(cached) " >&6
1852 else
1853 eval "$3=\$ac_header_compiler"
1854 fi
1855 eval ac_res=\$$3
1856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1857 $as_echo "$ac_res" >&6; }
1858 fi
1859 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1860
1861 } # ac_fn_c_check_header_mongrel
1862 cat >config.log <<_ACEOF
1863 This file contains any messages produced by compilers while
1864 running configure, to aid debugging if configure makes a mistake.
1865
1866 It was created by makedat $as_me 0.60, which was
1867 generated by GNU Autoconf 2.69. Invocation command line was
1868
1869 $ $0 $@
1870
1871 _ACEOF
1872 exec 5>>config.log
1873 {
1874 cat <<_ASUNAME
1875 ## --------- ##
1876 ## Platform. ##
1877 ## --------- ##
1878
1879 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1880 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1881 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1882 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1883 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1884
1885 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1886 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1887
1888 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1889 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1890 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1891 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1892 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1893 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1894 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1895
1896 _ASUNAME
1897
1898 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1899 for as_dir in $PATH
1900 do
1901 IFS=$as_save_IFS
1902 test -z "$as_dir" && as_dir=.
1903 $as_echo "PATH: $as_dir"
1904 done
1905 IFS=$as_save_IFS
1906
1907 } >&5
1908
1909 cat >&5 <<_ACEOF
1910
1911
1912 ## ----------- ##
1913 ## Core tests. ##
1914 ## ----------- ##
1915
1916 _ACEOF
1917
1918
1919 # Keep a trace of the command line.
1920 # Strip out --no-create and --no-recursion so they do not pile up.
1921 # Strip out --silent because we don't want to record it for future runs.
1922 # Also quote any args containing shell meta-characters.
1923 # Make two passes to allow for proper duplicate-argument suppression.
1924 ac_configure_args=
1925 ac_configure_args0=
1926 ac_configure_args1=
1927 ac_must_keep_next=false
1928 for ac_pass in 1 2
1929 do
1930 for ac_arg
1931 do
1932 case $ac_arg in
1933 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1934 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1935 | -silent | --silent | --silen | --sile | --sil)
1936 continue ;;
1937 *\'*)
1938 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1939 esac
1940 case $ac_pass in
1941 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1942 2)
1943 as_fn_append ac_configure_args1 " '$ac_arg'"
1944 if test $ac_must_keep_next = true; then
1945 ac_must_keep_next=false # Got value, back to normal.
1946 else
1947 case $ac_arg in
1948 *=* | --config-cache | -C | -disable-* | --disable-* \
1949 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1950 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1951 | -with-* | --with-* | -without-* | --without-* | --x)
1952 case "$ac_configure_args0 " in
1953 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1954 esac
1955 ;;
1956 -* ) ac_must_keep_next=true ;;
1957 esac
1958 fi
1959 as_fn_append ac_configure_args " '$ac_arg'"
1960 ;;
1961 esac
1962 done
1963 done
1964 { ac_configure_args0=; unset ac_configure_args0;}
1965 { ac_configure_args1=; unset ac_configure_args1;}
1966
1967 # When interrupted or exit'd, cleanup temporary files, and complete
1968 # config.log. We remove comments because anyway the quotes in there
1969 # would cause problems or look ugly.
1970 # WARNING: Use '\'' to represent an apostrophe within the trap.
1971 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1972 trap 'exit_status=$?
1973 # Save into config.log some information that might help in debugging.
1974 {
1975 echo
1976
1977 $as_echo "## ---------------- ##
1978 ## Cache variables. ##
1979 ## ---------------- ##"
1980 echo
1981 # The following way of writing the cache mishandles newlines in values,
1982 (
1983 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1984 eval ac_val=\$$ac_var
1985 case $ac_val in #(
1986 *${as_nl}*)
1987 case $ac_var in #(
1988 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1989 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1990 esac
1991 case $ac_var in #(
1992 _ | IFS | as_nl) ;; #(
1993 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1994 *) { eval $ac_var=; unset $ac_var;} ;;
1995 esac ;;
1996 esac
1997 done
1998 (set) 2>&1 |
1999 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2000 *${as_nl}ac_space=\ *)
2001 sed -n \
2002 "s/'\''/'\''\\\\'\'''\''/g;
2003 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2004 ;; #(
2005 *)
2006 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2007 ;;
2008 esac |
2009 sort
2010 )
2011 echo
2012
2013 $as_echo "## ----------------- ##
2014 ## Output variables. ##
2015 ## ----------------- ##"
2016 echo
2017 for ac_var in $ac_subst_vars
2018 do
2019 eval ac_val=\$$ac_var
2020 case $ac_val in
2021 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2022 esac
2023 $as_echo "$ac_var='\''$ac_val'\''"
2024 done | sort
2025 echo
2026
2027 if test -n "$ac_subst_files"; then
2028 $as_echo "## ------------------- ##
2029 ## File substitutions. ##
2030 ## ------------------- ##"
2031 echo
2032 for ac_var in $ac_subst_files
2033 do
2034 eval ac_val=\$$ac_var
2035 case $ac_val in
2036 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2037 esac
2038 $as_echo "$ac_var='\''$ac_val'\''"
2039 done | sort
2040 echo
2041 fi
2042
2043 if test -s confdefs.h; then
2044 $as_echo "## ----------- ##
2045 ## confdefs.h. ##
2046 ## ----------- ##"
2047 echo
2048 cat confdefs.h
2049 echo
2050 fi
2051 test "$ac_signal" != 0 &&
2052 $as_echo "$as_me: caught signal $ac_signal"
2053 $as_echo "$as_me: exit $exit_status"
2054 } >&5
2055 rm -f core *.core core.conftest.* &&
2056 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2057 exit $exit_status
2058 ' 0
2059 for ac_signal in 1 2 13 15; do
2060 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2061 done
2062 ac_signal=0
2063
2064 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2065 rm -f -r conftest* confdefs.h
2066
2067 $as_echo "/* confdefs.h */" > confdefs.h
2068
2069 # Predefined preprocessor variables.
2070
2071 cat >>confdefs.h <<_ACEOF
2072 #define PACKAGE_NAME "$PACKAGE_NAME"
2073 _ACEOF
2074
2075 cat >>confdefs.h <<_ACEOF
2076 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2077 _ACEOF
2078
2079 cat >>confdefs.h <<_ACEOF
2080 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2081 _ACEOF
2082
2083 cat >>confdefs.h <<_ACEOF
2084 #define PACKAGE_STRING "$PACKAGE_STRING"
2085 _ACEOF
2086
2087 cat >>confdefs.h <<_ACEOF
2088 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2089 _ACEOF
2090
2091 cat >>confdefs.h <<_ACEOF
2092 #define PACKAGE_URL "$PACKAGE_URL"
2093 _ACEOF
2094
2095
2096 # Let the site file select an alternate cache file if it wants to.
2097 # Prefer an explicitly selected file to automatically selected ones.
2098 ac_site_file1=NONE
2099 ac_site_file2=NONE
2100 if test -n "$CONFIG_SITE"; then
2101 # We do not want a PATH search for config.site.
2102 case $CONFIG_SITE in #((
2103 -*) ac_site_file1=./$CONFIG_SITE;;
2104 */*) ac_site_file1=$CONFIG_SITE;;
2105 *) ac_site_file1=./$CONFIG_SITE;;
2106 esac
2107 elif test "x$prefix" != xNONE; then
2108 ac_site_file1=$prefix/share/config.site
2109 ac_site_file2=$prefix/etc/config.site
2110 else
2111 ac_site_file1=$ac_default_prefix/share/config.site
2112 ac_site_file2=$ac_default_prefix/etc/config.site
2113 fi
2114 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2115 do
2116 test "x$ac_site_file" = xNONE && continue
2117 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2118 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2119 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2120 sed 's/^/| /' "$ac_site_file" >&5
2121 . "$ac_site_file" \
2122 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2123 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2124 as_fn_error $? "failed to load site script $ac_site_file
2125 See \`config.log' for more details" "$LINENO" 5; }
2126 fi
2127 done
2128
2129 if test -r "$cache_file"; then
2130 # Some versions of bash will fail to source /dev/null (special files
2131 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2132 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2133 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2134 $as_echo "$as_me: loading cache $cache_file" >&6;}
2135 case $cache_file in
2136 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2137 *) . "./$cache_file";;
2138 esac
2139 fi
2140 else
2141 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2142 $as_echo "$as_me: creating cache $cache_file" >&6;}
2143 >$cache_file
2144 fi
2145
2146 # Check that the precious variables saved in the cache have kept the same
2147 # value.
2148 ac_cache_corrupted=false
2149 for ac_var in $ac_precious_vars; do
2150 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2151 eval ac_new_set=\$ac_env_${ac_var}_set
2152 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2153 eval ac_new_val=\$ac_env_${ac_var}_value
2154 case $ac_old_set,$ac_new_set in
2155 set,)
2156 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2157 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2158 ac_cache_corrupted=: ;;
2159 ,set)
2160 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2161 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2162 ac_cache_corrupted=: ;;
2163 ,);;
2164 *)
2165 if test "x$ac_old_val" != "x$ac_new_val"; then
2166 # differences in whitespace do not lead to failure.
2167 ac_old_val_w=`echo x $ac_old_val`
2168 ac_new_val_w=`echo x $ac_new_val`
2169 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2170 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2171 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2172 ac_cache_corrupted=:
2173 else
2174 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2175 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2176 eval $ac_var=\$ac_old_val
2177 fi
2178 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2179 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2180 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2181 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2182 fi;;
2183 esac
2184 # Pass precious variables to config.status.
2185 if test "$ac_new_set" = set; then
2186 case $ac_new_val in
2187 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2188 *) ac_arg=$ac_var=$ac_new_val ;;
2189 esac
2190 case " $ac_configure_args " in
2191 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2192 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2193 esac
2194 fi
2195 done
2196 if $ac_cache_corrupted; then
2197 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2198 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2199 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2200 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2201 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2202 fi
2203 ## -------------------- ##
2204 ## Main body of script. ##
2205 ## -------------------- ##
2206
2207 ac_ext=c
2208 ac_cpp='$CPP $CPPFLAGS'
2209 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2210 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2211 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2212
2213
2214
2215 >confdefs.h # Kill PACKAGE_ macros
2216
2217
2218 ac_aux_dir=
2219 for ac_dir in ../.. "$srcdir"/../..; do
2220 if test -f "$ac_dir/install-sh"; then
2221 ac_aux_dir=$ac_dir
2222 ac_install_sh="$ac_aux_dir/install-sh -c"
2223 break
2224 elif test -f "$ac_dir/install.sh"; then
2225 ac_aux_dir=$ac_dir
2226 ac_install_sh="$ac_aux_dir/install.sh -c"
2227 break
2228 elif test -f "$ac_dir/shtool"; then
2229 ac_aux_dir=$ac_dir
2230 ac_install_sh="$ac_aux_dir/shtool install -c"
2231 break
2232 fi
2233 done
2234 if test -z "$ac_aux_dir"; then
2235 as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
2236 fi
2237
2238 # These three variables are undocumented and unsupported,
2239 # and are intended to be withdrawn in a future Autoconf release.
2240 # They can cause serious problems if a builder's source tree is in a directory
2241 # whose full name contains unusual characters.
2242 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2243 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2244 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2245
2246
2247 am__api_version='1.13'
2248
2249 # Find a good install program. We prefer a C program (faster),
2250 # so one script is as good as another. But avoid the broken or
2251 # incompatible versions:
2252 # SysV /etc/install, /usr/sbin/install
2253 # SunOS /usr/etc/install
2254 # IRIX /sbin/install
2255 # AIX /bin/install
2256 # AmigaOS /C/install, which installs bootblocks on floppy discs
2257 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2258 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2259 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2260 # OS/2's system install, which has a completely different semantic
2261 # ./install, which can be erroneously created by make from ./install.sh.
2262 # Reject install programs that cannot install multiple files.
2263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2264 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2265 if test -z "$INSTALL"; then
2266 if ${ac_cv_path_install+:} false; then :
2267 $as_echo_n "(cached) " >&6
2268 else
2269 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2270 for as_dir in $PATH
2271 do
2272 IFS=$as_save_IFS
2273 test -z "$as_dir" && as_dir=.
2274 # Account for people who put trailing slashes in PATH elements.
2275 case $as_dir/ in #((
2276 ./ | .// | /[cC]/* | \
2277 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2278 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2279 /usr/ucb/* ) ;;
2280 *)
2281 # OSF1 and SCO ODT 3.0 have their own names for install.
2282 # Don't use installbsd from OSF since it installs stuff as root
2283 # by default.
2284 for ac_prog in ginstall scoinst install; do
2285 for ac_exec_ext in '' $ac_executable_extensions; do
2286 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2287 if test $ac_prog = install &&
2288 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2289 # AIX install. It has an incompatible calling convention.
2290 :
2291 elif test $ac_prog = install &&
2292 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2293 # program-specific install script used by HP pwplus--don't use.
2294 :
2295 else
2296 rm -rf conftest.one conftest.two conftest.dir
2297 echo one > conftest.one
2298 echo two > conftest.two
2299 mkdir conftest.dir
2300 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2301 test -s conftest.one && test -s conftest.two &&
2302 test -s conftest.dir/conftest.one &&
2303 test -s conftest.dir/conftest.two
2304 then
2305 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2306 break 3
2307 fi
2308 fi
2309 fi
2310 done
2311 done
2312 ;;
2313 esac
2314
2315 done
2316 IFS=$as_save_IFS
2317
2318 rm -rf conftest.one conftest.two conftest.dir
2319
2320 fi
2321 if test "${ac_cv_path_install+set}" = set; then
2322 INSTALL=$ac_cv_path_install
2323 else
2324 # As a last resort, use the slow shell script. Don't cache a
2325 # value for INSTALL within a source directory, because that will
2326 # break other packages using the cache if that directory is
2327 # removed, or if the value is a relative name.
2328 INSTALL=$ac_install_sh
2329 fi
2330 fi
2331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2332 $as_echo "$INSTALL" >&6; }
2333
2334 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2335 # It thinks the first close brace ends the variable substitution.
2336 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2337
2338 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2339
2340 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2341
2342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2343 $as_echo_n "checking whether build environment is sane... " >&6; }
2344 # Reject unsafe characters in $srcdir or the absolute working directory
2345 # name. Accept space and tab only in the latter.
2346 am_lf='
2347 '
2348 case `pwd` in
2349 *[\\\"\#\$\&\'\`$am_lf]*)
2350 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2351 esac
2352 case $srcdir in
2353 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2354 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2355 esac
2356
2357 # Do 'set' in a subshell so we don't clobber the current shell's
2358 # arguments. Must try -L first in case configure is actually a
2359 # symlink; some systems play weird games with the mod time of symlinks
2360 # (eg FreeBSD returns the mod time of the symlink's containing
2361 # directory).
2362 if (
2363 am_has_slept=no
2364 for am_try in 1 2; do
2365 echo "timestamp, slept: $am_has_slept" > conftest.file
2366 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2367 if test "$*" = "X"; then
2368 # -L didn't work.
2369 set X `ls -t "$srcdir/configure" conftest.file`
2370 fi
2371 if test "$*" != "X $srcdir/configure conftest.file" \
2372 && test "$*" != "X conftest.file $srcdir/configure"; then
2373
2374 # If neither matched, then we have a broken ls. This can happen
2375 # if, for instance, CONFIG_SHELL is bash and it inherits a
2376 # broken ls alias from the environment. This has actually
2377 # happened. Such a system could not be considered "sane".
2378 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2379 alias in your environment" "$LINENO" 5
2380 fi
2381 if test "$2" = conftest.file || test $am_try -eq 2; then
2382 break
2383 fi
2384 # Just in case.
2385 sleep 1
2386 am_has_slept=yes
2387 done
2388 test "$2" = conftest.file
2389 )
2390 then
2391 # Ok.
2392 :
2393 else
2394 as_fn_error $? "newly created file is older than distributed files!
2395 Check your system clock" "$LINENO" 5
2396 fi
2397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2398 $as_echo "yes" >&6; }
2399 # If we didn't sleep, we still need to ensure time stamps of config.status and
2400 # generated files are strictly newer.
2401 am_sleep_pid=
2402 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2403 ( sleep 1 ) &
2404 am_sleep_pid=$!
2405 fi
2406
2407 rm -f conftest.file
2408
2409 test "$program_prefix" != NONE &&
2410 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2411 # Use a double $ so make ignores it.
2412 test "$program_suffix" != NONE &&
2413 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2414 # Double any \ or $.
2415 # By default was `s,x,x', remove it if useless.
2416 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2417 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2418
2419 # expand $ac_aux_dir to an absolute path
2420 am_aux_dir=`cd $ac_aux_dir && pwd`
2421
2422 if test x"${MISSING+set}" != xset; then
2423 case $am_aux_dir in
2424 *\ * | *\ *)
2425 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2426 *)
2427 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2428 esac
2429 fi
2430 # Use eval to expand $SHELL
2431 if eval "$MISSING --is-lightweight"; then
2432 am_missing_run="$MISSING "
2433 else
2434 am_missing_run=
2435 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2436 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2437 fi
2438
2439 if test x"${install_sh}" != xset; then
2440 case $am_aux_dir in
2441 *\ * | *\ *)
2442 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2443 *)
2444 install_sh="\${SHELL} $am_aux_dir/install-sh"
2445 esac
2446 fi
2447
2448 # Installed binaries are usually stripped using 'strip' when the user
2449 # run "make install-strip". However 'strip' might not be the right
2450 # tool to use in cross-compilation environments, therefore Automake
2451 # will honor the 'STRIP' environment variable to overrule this program.
2452 if test "$cross_compiling" != no; then
2453 if test -n "$ac_tool_prefix"; then
2454 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2455 set dummy ${ac_tool_prefix}strip; ac_word=$2
2456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2457 $as_echo_n "checking for $ac_word... " >&6; }
2458 if ${ac_cv_prog_STRIP+:} false; then :
2459 $as_echo_n "(cached) " >&6
2460 else
2461 if test -n "$STRIP"; then
2462 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2463 else
2464 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2465 for as_dir in $PATH
2466 do
2467 IFS=$as_save_IFS
2468 test -z "$as_dir" && as_dir=.
2469 for ac_exec_ext in '' $ac_executable_extensions; do
2470 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2471 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2473 break 2
2474 fi
2475 done
2476 done
2477 IFS=$as_save_IFS
2478
2479 fi
2480 fi
2481 STRIP=$ac_cv_prog_STRIP
2482 if test -n "$STRIP"; then
2483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2484 $as_echo "$STRIP" >&6; }
2485 else
2486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2487 $as_echo "no" >&6; }
2488 fi
2489
2490
2491 fi
2492 if test -z "$ac_cv_prog_STRIP"; then
2493 ac_ct_STRIP=$STRIP
2494 # Extract the first word of "strip", so it can be a program name with args.
2495 set dummy strip; ac_word=$2
2496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2497 $as_echo_n "checking for $ac_word... " >&6; }
2498 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2499 $as_echo_n "(cached) " >&6
2500 else
2501 if test -n "$ac_ct_STRIP"; then
2502 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2503 else
2504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2505 for as_dir in $PATH
2506 do
2507 IFS=$as_save_IFS
2508 test -z "$as_dir" && as_dir=.
2509 for ac_exec_ext in '' $ac_executable_extensions; do
2510 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2511 ac_cv_prog_ac_ct_STRIP="strip"
2512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2513 break 2
2514 fi
2515 done
2516 done
2517 IFS=$as_save_IFS
2518
2519 fi
2520 fi
2521 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2522 if test -n "$ac_ct_STRIP"; then
2523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2524 $as_echo "$ac_ct_STRIP" >&6; }
2525 else
2526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2527 $as_echo "no" >&6; }
2528 fi
2529
2530 if test "x$ac_ct_STRIP" = x; then
2531 STRIP=":"
2532 else
2533 case $cross_compiling:$ac_tool_warned in
2534 yes:)
2535 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2536 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2537 ac_tool_warned=yes ;;
2538 esac
2539 STRIP=$ac_ct_STRIP
2540 fi
2541 else
2542 STRIP="$ac_cv_prog_STRIP"
2543 fi
2544
2545 fi
2546 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2547
2548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2549 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2550 if test -z "$MKDIR_P"; then
2551 if ${ac_cv_path_mkdir+:} false; then :
2552 $as_echo_n "(cached) " >&6
2553 else
2554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2555 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2556 do
2557 IFS=$as_save_IFS
2558 test -z "$as_dir" && as_dir=.
2559 for ac_prog in mkdir gmkdir; do
2560 for ac_exec_ext in '' $ac_executable_extensions; do
2561 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2562 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2563 'mkdir (GNU coreutils) '* | \
2564 'mkdir (coreutils) '* | \
2565 'mkdir (fileutils) '4.1*)
2566 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2567 break 3;;
2568 esac
2569 done
2570 done
2571 done
2572 IFS=$as_save_IFS
2573
2574 fi
2575
2576 test -d ./--version && rmdir ./--version
2577 if test "${ac_cv_path_mkdir+set}" = set; then
2578 MKDIR_P="$ac_cv_path_mkdir -p"
2579 else
2580 # As a last resort, use the slow shell script. Don't cache a
2581 # value for MKDIR_P within a source directory, because that will
2582 # break other packages using the cache if that directory is
2583 # removed, or if the value is a relative name.
2584 MKDIR_P="$ac_install_sh -d"
2585 fi
2586 fi
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2588 $as_echo "$MKDIR_P" >&6; }
2589
2590 for ac_prog in gawk mawk nawk awk
2591 do
2592 # Extract the first word of "$ac_prog", so it can be a program name with args.
2593 set dummy $ac_prog; ac_word=$2
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2595 $as_echo_n "checking for $ac_word... " >&6; }
2596 if ${ac_cv_prog_AWK+:} false; then :
2597 $as_echo_n "(cached) " >&6
2598 else
2599 if test -n "$AWK"; then
2600 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2601 else
2602 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2603 for as_dir in $PATH
2604 do
2605 IFS=$as_save_IFS
2606 test -z "$as_dir" && as_dir=.
2607 for ac_exec_ext in '' $ac_executable_extensions; do
2608 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2609 ac_cv_prog_AWK="$ac_prog"
2610 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2611 break 2
2612 fi
2613 done
2614 done
2615 IFS=$as_save_IFS
2616
2617 fi
2618 fi
2619 AWK=$ac_cv_prog_AWK
2620 if test -n "$AWK"; then
2621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2622 $as_echo "$AWK" >&6; }
2623 else
2624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2625 $as_echo "no" >&6; }
2626 fi
2627
2628
2629 test -n "$AWK" && break
2630 done
2631
2632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2633 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2634 set x ${MAKE-make}
2635 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2636 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2637 $as_echo_n "(cached) " >&6
2638 else
2639 cat >conftest.make <<\_ACEOF
2640 SHELL = /bin/sh
2641 all:
2642 @echo '@@@%%%=$(MAKE)=@@@%%%'
2643 _ACEOF
2644 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2645 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2646 *@@@%%%=?*=@@@%%%*)
2647 eval ac_cv_prog_make_${ac_make}_set=yes;;
2648 *)
2649 eval ac_cv_prog_make_${ac_make}_set=no;;
2650 esac
2651 rm -f conftest.make
2652 fi
2653 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2655 $as_echo "yes" >&6; }
2656 SET_MAKE=
2657 else
2658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2659 $as_echo "no" >&6; }
2660 SET_MAKE="MAKE=${MAKE-make}"
2661 fi
2662
2663 rm -rf .tst 2>/dev/null
2664 mkdir .tst 2>/dev/null
2665 if test -d .tst; then
2666 am__leading_dot=.
2667 else
2668 am__leading_dot=_
2669 fi
2670 rmdir .tst 2>/dev/null
2671
2672 # Check whether --enable-silent-rules was given.
2673 if test "${enable_silent_rules+set}" = set; then :
2674 enableval=$enable_silent_rules;
2675 fi
2676
2677 case $enable_silent_rules in # (((
2678 yes) AM_DEFAULT_VERBOSITY=0;;
2679 no) AM_DEFAULT_VERBOSITY=1;;
2680 *) AM_DEFAULT_VERBOSITY=1;;
2681 esac
2682 am_make=${MAKE-make}
2683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2684 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2685 if ${am_cv_make_support_nested_variables+:} false; then :
2686 $as_echo_n "(cached) " >&6
2687 else
2688 if $as_echo 'TRUE=$(BAR$(V))
2689 BAR0=false
2690 BAR1=true
2691 V=1
2692 am__doit:
2693 @$(TRUE)
2694 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2695 am_cv_make_support_nested_variables=yes
2696 else
2697 am_cv_make_support_nested_variables=no
2698 fi
2699 fi
2700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2701 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2702 if test $am_cv_make_support_nested_variables = yes; then
2703 AM_V='$(V)'
2704 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2705 else
2706 AM_V=$AM_DEFAULT_VERBOSITY
2707 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2708 fi
2709 AM_BACKSLASH='\'
2710
2711 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2712 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2713 # is not polluted with repeated "-I."
2714 am__isrc=' -I$(srcdir)'
2715 # test to see if srcdir already configured
2716 if test -f $srcdir/config.status; then
2717 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2718 fi
2719 fi
2720
2721 # test whether we have cygpath
2722 if test -z "$CYGPATH_W"; then
2723 if (cygpath --version) >/dev/null 2>/dev/null; then
2724 CYGPATH_W='cygpath -w'
2725 else
2726 CYGPATH_W=echo
2727 fi
2728 fi
2729
2730
2731 # Define the identity of the package.
2732 PACKAGE='makedat'
2733 VERSION='0.60'
2734
2735
2736 # Some tools Automake needs.
2737
2738 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2739
2740
2741 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2742
2743
2744 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2745
2746
2747 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2748
2749
2750 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2751
2752 # For better backward compatibility. To be removed once Automake 1.9.x
2753 # dies out for good. For more background, see:
2754 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2755 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2756 mkdir_p='$(MKDIR_P)'
2757
2758 # We need awk for the "check" target. The system "awk" is bad on
2759 # some platforms.
2760 # Always define AMTAR for backward compatibility. Yes, it's still used
2761 # in the wild :-( We should find a proper way to deprecate it ...
2762 AMTAR='$${TAR-tar}'
2763
2764
2765 # We'll loop over all known methods to create a tar archive until one works.
2766 _am_tools='gnutar pax cpio none'
2767
2768 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2769
2770
2771
2772
2773
2774
2775 LPATH="$PATH:/usr/local/bin"
2776 ac_config_headers="$ac_config_headers config.h"
2777
2778
2779 ac_ext=c
2780 ac_cpp='$CPP $CPPFLAGS'
2781 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2782 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2783 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2784 if test -n "$ac_tool_prefix"; then
2785 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2786 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2788 $as_echo_n "checking for $ac_word... " >&6; }
2789 if ${ac_cv_prog_CC+:} false; then :
2790 $as_echo_n "(cached) " >&6
2791 else
2792 if test -n "$CC"; then
2793 ac_cv_prog_CC="$CC" # Let the user override the test.
2794 else
2795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2796 for as_dir in $PATH
2797 do
2798 IFS=$as_save_IFS
2799 test -z "$as_dir" && as_dir=.
2800 for ac_exec_ext in '' $ac_executable_extensions; do
2801 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2802 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2804 break 2
2805 fi
2806 done
2807 done
2808 IFS=$as_save_IFS
2809
2810 fi
2811 fi
2812 CC=$ac_cv_prog_CC
2813 if test -n "$CC"; then
2814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2815 $as_echo "$CC" >&6; }
2816 else
2817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2818 $as_echo "no" >&6; }
2819 fi
2820
2821
2822 fi
2823 if test -z "$ac_cv_prog_CC"; then
2824 ac_ct_CC=$CC
2825 # Extract the first word of "gcc", so it can be a program name with args.
2826 set dummy gcc; ac_word=$2
2827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2828 $as_echo_n "checking for $ac_word... " >&6; }
2829 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2830 $as_echo_n "(cached) " >&6
2831 else
2832 if test -n "$ac_ct_CC"; then
2833 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2834 else
2835 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2836 for as_dir in $PATH
2837 do
2838 IFS=$as_save_IFS
2839 test -z "$as_dir" && as_dir=.
2840 for ac_exec_ext in '' $ac_executable_extensions; do
2841 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2842 ac_cv_prog_ac_ct_CC="gcc"
2843 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2844 break 2
2845 fi
2846 done
2847 done
2848 IFS=$as_save_IFS
2849
2850 fi
2851 fi
2852 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2853 if test -n "$ac_ct_CC"; then
2854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2855 $as_echo "$ac_ct_CC" >&6; }
2856 else
2857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2858 $as_echo "no" >&6; }
2859 fi
2860
2861 if test "x$ac_ct_CC" = x; then
2862 CC=""
2863 else
2864 case $cross_compiling:$ac_tool_warned in
2865 yes:)
2866 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2867 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2868 ac_tool_warned=yes ;;
2869 esac
2870 CC=$ac_ct_CC
2871 fi
2872 else
2873 CC="$ac_cv_prog_CC"
2874 fi
2875
2876 if test -z "$CC"; then
2877 if test -n "$ac_tool_prefix"; then
2878 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2879 set dummy ${ac_tool_prefix}cc; ac_word=$2
2880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2881 $as_echo_n "checking for $ac_word... " >&6; }
2882 if ${ac_cv_prog_CC+:} false; then :
2883 $as_echo_n "(cached) " >&6
2884 else
2885 if test -n "$CC"; then
2886 ac_cv_prog_CC="$CC" # Let the user override the test.
2887 else
2888 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2889 for as_dir in $PATH
2890 do
2891 IFS=$as_save_IFS
2892 test -z "$as_dir" && as_dir=.
2893 for ac_exec_ext in '' $ac_executable_extensions; do
2894 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2895 ac_cv_prog_CC="${ac_tool_prefix}cc"
2896 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2897 break 2
2898 fi
2899 done
2900 done
2901 IFS=$as_save_IFS
2902
2903 fi
2904 fi
2905 CC=$ac_cv_prog_CC
2906 if test -n "$CC"; then
2907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2908 $as_echo "$CC" >&6; }
2909 else
2910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2911 $as_echo "no" >&6; }
2912 fi
2913
2914
2915 fi
2916 fi
2917 if test -z "$CC"; then
2918 # Extract the first word of "cc", so it can be a program name with args.
2919 set dummy cc; ac_word=$2
2920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2921 $as_echo_n "checking for $ac_word... " >&6; }
2922 if ${ac_cv_prog_CC+:} false; then :
2923 $as_echo_n "(cached) " >&6
2924 else
2925 if test -n "$CC"; then
2926 ac_cv_prog_CC="$CC" # Let the user override the test.
2927 else
2928 ac_prog_rejected=no
2929 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2930 for as_dir in $PATH
2931 do
2932 IFS=$as_save_IFS
2933 test -z "$as_dir" && as_dir=.
2934 for ac_exec_ext in '' $ac_executable_extensions; do
2935 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2936 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2937 ac_prog_rejected=yes
2938 continue
2939 fi
2940 ac_cv_prog_CC="cc"
2941 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2942 break 2
2943 fi
2944 done
2945 done
2946 IFS=$as_save_IFS
2947
2948 if test $ac_prog_rejected = yes; then
2949 # We found a bogon in the path, so make sure we never use it.
2950 set dummy $ac_cv_prog_CC
2951 shift
2952 if test $# != 0; then
2953 # We chose a different compiler from the bogus one.
2954 # However, it has the same basename, so the bogon will be chosen
2955 # first if we set CC to just the basename; use the full file name.
2956 shift
2957 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2958 fi
2959 fi
2960 fi
2961 fi
2962 CC=$ac_cv_prog_CC
2963 if test -n "$CC"; then
2964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2965 $as_echo "$CC" >&6; }
2966 else
2967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2968 $as_echo "no" >&6; }
2969 fi
2970
2971
2972 fi
2973 if test -z "$CC"; then
2974 if test -n "$ac_tool_prefix"; then
2975 for ac_prog in cl.exe
2976 do
2977 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2978 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2980 $as_echo_n "checking for $ac_word... " >&6; }
2981 if ${ac_cv_prog_CC+:} false; then :
2982 $as_echo_n "(cached) " >&6
2983 else
2984 if test -n "$CC"; then
2985 ac_cv_prog_CC="$CC" # Let the user override the test.
2986 else
2987 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2988 for as_dir in $PATH
2989 do
2990 IFS=$as_save_IFS
2991 test -z "$as_dir" && as_dir=.
2992 for ac_exec_ext in '' $ac_executable_extensions; do
2993 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2994 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2995 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2996 break 2
2997 fi
2998 done
2999 done
3000 IFS=$as_save_IFS
3001
3002 fi
3003 fi
3004 CC=$ac_cv_prog_CC
3005 if test -n "$CC"; then
3006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3007 $as_echo "$CC" >&6; }
3008 else
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3010 $as_echo "no" >&6; }
3011 fi
3012
3013
3014 test -n "$CC" && break
3015 done
3016 fi
3017 if test -z "$CC"; then
3018 ac_ct_CC=$CC
3019 for ac_prog in cl.exe
3020 do
3021 # Extract the first word of "$ac_prog", so it can be a program name with args.
3022 set dummy $ac_prog; ac_word=$2
3023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3024 $as_echo_n "checking for $ac_word... " >&6; }
3025 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3026 $as_echo_n "(cached) " >&6
3027 else
3028 if test -n "$ac_ct_CC"; then
3029 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3030 else
3031 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3032 for as_dir in $PATH
3033 do
3034 IFS=$as_save_IFS
3035 test -z "$as_dir" && as_dir=.
3036 for ac_exec_ext in '' $ac_executable_extensions; do
3037 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3038 ac_cv_prog_ac_ct_CC="$ac_prog"
3039 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3040 break 2
3041 fi
3042 done
3043 done
3044 IFS=$as_save_IFS
3045
3046 fi
3047 fi
3048 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3049 if test -n "$ac_ct_CC"; then
3050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3051 $as_echo "$ac_ct_CC" >&6; }
3052 else
3053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3054 $as_echo "no" >&6; }
3055 fi
3056
3057
3058 test -n "$ac_ct_CC" && break
3059 done
3060
3061 if test "x$ac_ct_CC" = x; then
3062 CC=""
3063 else
3064 case $cross_compiling:$ac_tool_warned in
3065 yes:)
3066 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3067 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3068 ac_tool_warned=yes ;;
3069 esac
3070 CC=$ac_ct_CC
3071 fi
3072 fi
3073
3074 fi
3075
3076
3077 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3078 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3079 as_fn_error $? "no acceptable C compiler found in \$PATH
3080 See \`config.log' for more details" "$LINENO" 5; }
3081
3082 # Provide some information about the compiler.
3083 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3084 set X $ac_compile
3085 ac_compiler=$2
3086 for ac_option in --version -v -V -qversion; do
3087 { { ac_try="$ac_compiler $ac_option >&5"
3088 case "(($ac_try" in
3089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3090 *) ac_try_echo=$ac_try;;
3091 esac
3092 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3093 $as_echo "$ac_try_echo"; } >&5
3094 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3095 ac_status=$?
3096 if test -s conftest.err; then
3097 sed '10a\
3098 ... rest of stderr output deleted ...
3099 10q' conftest.err >conftest.er1
3100 cat conftest.er1 >&5
3101 fi
3102 rm -f conftest.er1 conftest.err
3103 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3104 test $ac_status = 0; }
3105 done
3106
3107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3108 /* end confdefs.h. */
3109
3110 int
3111 main ()
3112 {
3113
3114 ;
3115 return 0;
3116 }
3117 _ACEOF
3118 ac_clean_files_save=$ac_clean_files
3119 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3120 # Try to create an executable without -o first, disregard a.out.
3121 # It will help us diagnose broken compilers, and finding out an intuition
3122 # of exeext.
3123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3124 $as_echo_n "checking whether the C compiler works... " >&6; }
3125 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3126
3127 # The possible output files:
3128 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3129
3130 ac_rmfiles=
3131 for ac_file in $ac_files
3132 do
3133 case $ac_file in
3134 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3135 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3136 esac
3137 done
3138 rm -f $ac_rmfiles
3139
3140 if { { ac_try="$ac_link_default"
3141 case "(($ac_try" in
3142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3143 *) ac_try_echo=$ac_try;;
3144 esac
3145 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3146 $as_echo "$ac_try_echo"; } >&5
3147 (eval "$ac_link_default") 2>&5
3148 ac_status=$?
3149 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3150 test $ac_status = 0; }; then :
3151 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3152 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3153 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3154 # so that the user can short-circuit this test for compilers unknown to
3155 # Autoconf.
3156 for ac_file in $ac_files ''
3157 do
3158 test -f "$ac_file" || continue
3159 case $ac_file in
3160 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3161 ;;
3162 [ab].out )
3163 # We found the default executable, but exeext='' is most
3164 # certainly right.
3165 break;;
3166 *.* )
3167 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3168 then :; else
3169 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3170 fi
3171 # We set ac_cv_exeext here because the later test for it is not
3172 # safe: cross compilers may not add the suffix if given an `-o'
3173 # argument, so we may need to know it at that point already.
3174 # Even if this section looks crufty: it has the advantage of
3175 # actually working.
3176 break;;
3177 * )
3178 break;;
3179 esac
3180 done
3181 test "$ac_cv_exeext" = no && ac_cv_exeext=
3182
3183 else
3184 ac_file=''
3185 fi
3186 if test -z "$ac_file"; then :
3187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3188 $as_echo "no" >&6; }
3189 $as_echo "$as_me: failed program was:" >&5
3190 sed 's/^/| /' conftest.$ac_ext >&5
3191
3192 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3193 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3194 as_fn_error 77 "C compiler cannot create executables
3195 See \`config.log' for more details" "$LINENO" 5; }
3196 else
3197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3198 $as_echo "yes" >&6; }
3199 fi
3200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3201 $as_echo_n "checking for C compiler default output file name... " >&6; }
3202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3203 $as_echo "$ac_file" >&6; }
3204 ac_exeext=$ac_cv_exeext
3205
3206 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3207 ac_clean_files=$ac_clean_files_save
3208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3209 $as_echo_n "checking for suffix of executables... " >&6; }
3210 if { { ac_try="$ac_link"
3211 case "(($ac_try" in
3212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3213 *) ac_try_echo=$ac_try;;
3214 esac
3215 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3216 $as_echo "$ac_try_echo"; } >&5
3217 (eval "$ac_link") 2>&5
3218 ac_status=$?
3219 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3220 test $ac_status = 0; }; then :
3221 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3222 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3223 # work properly (i.e., refer to `conftest.exe'), while it won't with
3224 # `rm'.
3225 for ac_file in conftest.exe conftest conftest.*; do
3226 test -f "$ac_file" || continue
3227 case $ac_file in
3228 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3229 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3230 break;;
3231 * ) break;;
3232 esac
3233 done
3234 else
3235 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3236 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3237 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3238 See \`config.log' for more details" "$LINENO" 5; }
3239 fi
3240 rm -f conftest conftest$ac_cv_exeext
3241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3242 $as_echo "$ac_cv_exeext" >&6; }
3243
3244 rm -f conftest.$ac_ext
3245 EXEEXT=$ac_cv_exeext
3246 ac_exeext=$EXEEXT
3247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3248 /* end confdefs.h. */
3249 #include <stdio.h>
3250 int
3251 main ()
3252 {
3253 FILE *f = fopen ("conftest.out", "w");
3254 return ferror (f) || fclose (f) != 0;
3255
3256 ;
3257 return 0;
3258 }
3259 _ACEOF
3260 ac_clean_files="$ac_clean_files conftest.out"
3261 # Check that the compiler produces executables we can run. If not, either
3262 # the compiler is broken, or we cross compile.
3263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3264 $as_echo_n "checking whether we are cross compiling... " >&6; }
3265 if test "$cross_compiling" != yes; then
3266 { { ac_try="$ac_link"
3267 case "(($ac_try" in
3268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3269 *) ac_try_echo=$ac_try;;
3270 esac
3271 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3272 $as_echo "$ac_try_echo"; } >&5
3273 (eval "$ac_link") 2>&5
3274 ac_status=$?
3275 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3276 test $ac_status = 0; }
3277 if { ac_try='./conftest$ac_cv_exeext'
3278 { { case "(($ac_try" in
3279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3280 *) ac_try_echo=$ac_try;;
3281 esac
3282 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3283 $as_echo "$ac_try_echo"; } >&5
3284 (eval "$ac_try") 2>&5
3285 ac_status=$?
3286 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3287 test $ac_status = 0; }; }; then
3288 cross_compiling=no
3289 else
3290 if test "$cross_compiling" = maybe; then
3291 cross_compiling=yes
3292 else
3293 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3294 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3295 as_fn_error $? "cannot run C compiled programs.
3296 If you meant to cross compile, use \`--host'.
3297 See \`config.log' for more details" "$LINENO" 5; }
3298 fi
3299 fi
3300 fi
3301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3302 $as_echo "$cross_compiling" >&6; }
3303
3304 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3305 ac_clean_files=$ac_clean_files_save
3306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3307 $as_echo_n "checking for suffix of object files... " >&6; }
3308 if ${ac_cv_objext+:} false; then :
3309 $as_echo_n "(cached) " >&6
3310 else
3311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3312 /* end confdefs.h. */
3313
3314 int
3315 main ()
3316 {
3317
3318 ;
3319 return 0;
3320 }
3321 _ACEOF
3322 rm -f conftest.o conftest.obj
3323 if { { ac_try="$ac_compile"
3324 case "(($ac_try" in
3325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3326 *) ac_try_echo=$ac_try;;
3327 esac
3328 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3329 $as_echo "$ac_try_echo"; } >&5
3330 (eval "$ac_compile") 2>&5
3331 ac_status=$?
3332 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3333 test $ac_status = 0; }; then :
3334 for ac_file in conftest.o conftest.obj conftest.*; do
3335 test -f "$ac_file" || continue;
3336 case $ac_file in
3337 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3338 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3339 break;;
3340 esac
3341 done
3342 else
3343 $as_echo "$as_me: failed program was:" >&5
3344 sed 's/^/| /' conftest.$ac_ext >&5
3345
3346 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3347 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3348 as_fn_error $? "cannot compute suffix of object files: cannot compile
3349 See \`config.log' for more details" "$LINENO" 5; }
3350 fi
3351 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3352 fi
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3354 $as_echo "$ac_cv_objext" >&6; }
3355 OBJEXT=$ac_cv_objext
3356 ac_objext=$OBJEXT
3357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3358 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3359 if ${ac_cv_c_compiler_gnu+:} false; then :
3360 $as_echo_n "(cached) " >&6
3361 else
3362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3363 /* end confdefs.h. */
3364
3365 int
3366 main ()
3367 {
3368 #ifndef __GNUC__
3369 choke me
3370 #endif
3371
3372 ;
3373 return 0;
3374 }
3375 _ACEOF
3376 if ac_fn_c_try_compile "$LINENO"; then :
3377 ac_compiler_gnu=yes
3378 else
3379 ac_compiler_gnu=no
3380 fi
3381 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3382 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3383
3384 fi
3385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3386 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3387 if test $ac_compiler_gnu = yes; then
3388 GCC=yes
3389 else
3390 GCC=
3391 fi
3392 ac_test_CFLAGS=${CFLAGS+set}
3393 ac_save_CFLAGS=$CFLAGS
3394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3395 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3396 if ${ac_cv_prog_cc_g+:} false; then :
3397 $as_echo_n "(cached) " >&6
3398 else
3399 ac_save_c_werror_flag=$ac_c_werror_flag
3400 ac_c_werror_flag=yes
3401 ac_cv_prog_cc_g=no
3402 CFLAGS="-g"
3403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3404 /* end confdefs.h. */
3405
3406 int
3407 main ()
3408 {
3409
3410 ;
3411 return 0;
3412 }
3413 _ACEOF
3414 if ac_fn_c_try_compile "$LINENO"; then :
3415 ac_cv_prog_cc_g=yes
3416 else
3417 CFLAGS=""
3418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3419 /* end confdefs.h. */
3420
3421 int
3422 main ()
3423 {
3424
3425 ;
3426 return 0;
3427 }
3428 _ACEOF
3429 if ac_fn_c_try_compile "$LINENO"; then :
3430
3431 else
3432 ac_c_werror_flag=$ac_save_c_werror_flag
3433 CFLAGS="-g"
3434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3435 /* end confdefs.h. */
3436
3437 int
3438 main ()
3439 {
3440
3441 ;
3442 return 0;
3443 }
3444 _ACEOF
3445 if ac_fn_c_try_compile "$LINENO"; then :
3446 ac_cv_prog_cc_g=yes
3447 fi
3448 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3449 fi
3450 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3451 fi
3452 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3453 ac_c_werror_flag=$ac_save_c_werror_flag
3454 fi
3455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3456 $as_echo "$ac_cv_prog_cc_g" >&6; }
3457 if test "$ac_test_CFLAGS" = set; then
3458 CFLAGS=$ac_save_CFLAGS
3459 elif test $ac_cv_prog_cc_g = yes; then
3460 if test "$GCC" = yes; then
3461 CFLAGS="-g -O2"
3462 else
3463 CFLAGS="-g"
3464 fi
3465 else
3466 if test "$GCC" = yes; then
3467 CFLAGS="-O2"
3468 else
3469 CFLAGS=
3470 fi
3471 fi
3472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3473 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3474 if ${ac_cv_prog_cc_c89+:} false; then :
3475 $as_echo_n "(cached) " >&6
3476 else
3477 ac_cv_prog_cc_c89=no
3478 ac_save_CC=$CC
3479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3480 /* end confdefs.h. */
3481 #include <stdarg.h>
3482 #include <stdio.h>
3483 struct stat;
3484 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3485 struct buf { int x; };
3486 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3487 static char *e (p, i)
3488 char **p;
3489 int i;
3490 {
3491 return p[i];
3492 }
3493 static char *f (char * (*g) (char **, int), char **p, ...)
3494 {
3495 char *s;
3496 va_list v;
3497 va_start (v,p);
3498 s = g (p, va_arg (v,int));
3499 va_end (v);
3500 return s;
3501 }
3502
3503 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3504 function prototypes and stuff, but not '\xHH' hex character constants.
3505 These don't provoke an error unfortunately, instead are silently treated
3506 as 'x'. The following induces an error, until -std is added to get
3507 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3508 array size at least. It's necessary to write '\x00'==0 to get something
3509 that's true only with -std. */
3510 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3511
3512 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3513 inside strings and character constants. */
3514 #define FOO(x) 'x'
3515 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3516
3517 int test (int i, double x);
3518 struct s1 {int (*f) (int a);};
3519 struct s2 {int (*f) (double a);};
3520 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3521 int argc;
3522 char **argv;
3523 int
3524 main ()
3525 {
3526 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3527 ;
3528 return 0;
3529 }
3530 _ACEOF
3531 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3532 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3533 do
3534 CC="$ac_save_CC $ac_arg"
3535 if ac_fn_c_try_compile "$LINENO"; then :
3536 ac_cv_prog_cc_c89=$ac_arg
3537 fi
3538 rm -f core conftest.err conftest.$ac_objext
3539 test "x$ac_cv_prog_cc_c89" != "xno" && break
3540 done
3541 rm -f conftest.$ac_ext
3542 CC=$ac_save_CC
3543
3544 fi
3545 # AC_CACHE_VAL
3546 case "x$ac_cv_prog_cc_c89" in
3547 x)
3548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3549 $as_echo "none needed" >&6; } ;;
3550 xno)
3551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3552 $as_echo "unsupported" >&6; } ;;
3553 *)
3554 CC="$CC $ac_cv_prog_cc_c89"
3555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3556 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3557 esac
3558 if test "x$ac_cv_prog_cc_c89" != xno; then :
3559
3560 fi
3561
3562 ac_ext=c
3563 ac_cpp='$CPP $CPPFLAGS'
3564 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3565 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3566 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3567 DEPDIR="${am__leading_dot}deps"
3568
3569 ac_config_commands="$ac_config_commands depfiles"
3570
3571
3572 am_make=${MAKE-make}
3573 cat > confinc << 'END'
3574 am__doit:
3575 @echo this is the am__doit target
3576 .PHONY: am__doit
3577 END
3578 # If we don't find an include directive, just comment out the code.
3579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3580 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3581 am__include="#"
3582 am__quote=
3583 _am_result=none
3584 # First try GNU make style include.
3585 echo "include confinc" > confmf
3586 # Ignore all kinds of additional output from 'make'.
3587 case `$am_make -s -f confmf 2> /dev/null` in #(
3588 *the\ am__doit\ target*)
3589 am__include=include
3590 am__quote=
3591 _am_result=GNU
3592 ;;
3593 esac
3594 # Now try BSD make style include.
3595 if test "$am__include" = "#"; then
3596 echo '.include "confinc"' > confmf
3597 case `$am_make -s -f confmf 2> /dev/null` in #(
3598 *the\ am__doit\ target*)
3599 am__include=.include
3600 am__quote="\""
3601 _am_result=BSD
3602 ;;
3603 esac
3604 fi
3605
3606
3607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3608 $as_echo "$_am_result" >&6; }
3609 rm -f confinc confmf
3610
3611 # Check whether --enable-dependency-tracking was given.
3612 if test "${enable_dependency_tracking+set}" = set; then :
3613 enableval=$enable_dependency_tracking;
3614 fi
3615
3616 if test "x$enable_dependency_tracking" != xno; then
3617 am_depcomp="$ac_aux_dir/depcomp"
3618 AMDEPBACKSLASH='\'
3619 am__nodep='_no'
3620 fi
3621 if test "x$enable_dependency_tracking" != xno; then
3622 AMDEP_TRUE=
3623 AMDEP_FALSE='#'
3624 else
3625 AMDEP_TRUE='#'
3626 AMDEP_FALSE=
3627 fi
3628
3629
3630
3631 depcc="$CC" am_compiler_list=
3632
3633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3634 $as_echo_n "checking dependency style of $depcc... " >&6; }
3635 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3636 $as_echo_n "(cached) " >&6
3637 else
3638 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3639 # We make a subdir and do the tests there. Otherwise we can end up
3640 # making bogus files that we don't know about and never remove. For
3641 # instance it was reported that on HP-UX the gcc test will end up
3642 # making a dummy file named 'D' -- because '-MD' means "put the output
3643 # in D".
3644 rm -rf conftest.dir
3645 mkdir conftest.dir
3646 # Copy depcomp to subdir because otherwise we won't find it if we're
3647 # using a relative directory.
3648 cp "$am_depcomp" conftest.dir
3649 cd conftest.dir
3650 # We will build objects and dependencies in a subdirectory because
3651 # it helps to detect inapplicable dependency modes. For instance
3652 # both Tru64's cc and ICC support -MD to output dependencies as a
3653 # side effect of compilation, but ICC will put the dependencies in
3654 # the current directory while Tru64 will put them in the object
3655 # directory.
3656 mkdir sub
3657
3658 am_cv_CC_dependencies_compiler_type=none
3659 if test "$am_compiler_list" = ""; then
3660 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3661 fi
3662 am__universal=false
3663 case " $depcc " in #(
3664 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3665 esac
3666
3667 for depmode in $am_compiler_list; do
3668 # Setup a source with many dependencies, because some compilers
3669 # like to wrap large dependency lists on column 80 (with \), and
3670 # we should not choose a depcomp mode which is confused by this.
3671 #
3672 # We need to recreate these files for each test, as the compiler may
3673 # overwrite some of them when testing with obscure command lines.
3674 # This happens at least with the AIX C compiler.
3675 : > sub/conftest.c
3676 for i in 1 2 3 4 5 6; do
3677 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3678 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3679 # Solaris 10 /bin/sh.
3680 echo '/* dummy */' > sub/conftst$i.h
3681 done
3682 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3683
3684 # We check with '-c' and '-o' for the sake of the "dashmstdout"
3685 # mode. It turns out that the SunPro C++ compiler does not properly
3686 # handle '-M -o', and we need to detect this. Also, some Intel
3687 # versions had trouble with output in subdirs.
3688 am__obj=sub/conftest.${OBJEXT-o}
3689 am__minus_obj="-o $am__obj"
3690 case $depmode in
3691 gcc)
3692 # This depmode causes a compiler race in universal mode.
3693 test "$am__universal" = false || continue
3694 ;;
3695 nosideeffect)
3696 # After this tag, mechanisms are not by side-effect, so they'll
3697 # only be used when explicitly requested.
3698 if test "x$enable_dependency_tracking" = xyes; then
3699 continue
3700 else
3701 break
3702 fi
3703 ;;
3704 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3705 # This compiler won't grok '-c -o', but also, the minuso test has
3706 # not run yet. These depmodes are late enough in the game, and
3707 # so weak that their functioning should not be impacted.
3708 am__obj=conftest.${OBJEXT-o}
3709 am__minus_obj=
3710 ;;
3711 none) break ;;
3712 esac
3713 if depmode=$depmode \
3714 source=sub/conftest.c object=$am__obj \
3715 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3716 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3717 >/dev/null 2>conftest.err &&
3718 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3719 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3720 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3721 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3722 # icc doesn't choke on unknown options, it will just issue warnings
3723 # or remarks (even with -Werror). So we grep stderr for any message
3724 # that says an option was ignored or not supported.
3725 # When given -MP, icc 7.0 and 7.1 complain thusly:
3726 # icc: Command line warning: ignoring option '-M'; no argument required
3727 # The diagnosis changed in icc 8.0:
3728 # icc: Command line remark: option '-MP' not supported
3729 if (grep 'ignoring option' conftest.err ||
3730 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3731 am_cv_CC_dependencies_compiler_type=$depmode
3732 break
3733 fi
3734 fi
3735 done
3736
3737 cd ..
3738 rm -rf conftest.dir
3739 else
3740 am_cv_CC_dependencies_compiler_type=none
3741 fi
3742
3743 fi
3744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3745 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3746 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3747
3748 if
3749 test "x$enable_dependency_tracking" != xno \
3750 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3751 am__fastdepCC_TRUE=
3752 am__fastdepCC_FALSE='#'
3753 else
3754 am__fastdepCC_TRUE='#'
3755 am__fastdepCC_FALSE=
3756 fi
3757
3758
3759
3760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
3761 $as_echo_n "checking whether ln -s works... " >&6; }
3762 LN_S=$as_ln_s
3763 if test "$LN_S" = "ln -s"; then
3764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3765 $as_echo "yes" >&6; }
3766 else
3767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
3768 $as_echo "no, using $LN_S" >&6; }
3769 fi
3770
3771 for ac_prog in perl5 perl
3772 do
3773 # Extract the first word of "$ac_prog", so it can be a program name with args.
3774 set dummy $ac_prog; ac_word=$2
3775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3776 $as_echo_n "checking for $ac_word... " >&6; }
3777 if ${ac_cv_path_PERL+:} false; then :
3778 $as_echo_n "(cached) " >&6
3779 else
3780 case $PERL in
3781 [\\/]* | ?:[\\/]*)
3782 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
3783 ;;
3784 *)
3785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3786 for as_dir in $LPATH
3787 do
3788 IFS=$as_save_IFS
3789 test -z "$as_dir" && as_dir=.
3790 for ac_exec_ext in '' $ac_executable_extensions; do
3791 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3792 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
3793 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3794 break 2
3795 fi
3796 done
3797 done
3798 IFS=$as_save_IFS
3799
3800 ;;
3801 esac
3802 fi
3803 PERL=$ac_cv_path_PERL
3804 if test -n "$PERL"; then
3805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
3806 $as_echo "$PERL" >&6; }
3807 else
3808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3809 $as_echo "no" >&6; }
3810 fi
3811
3812
3813 test -n "$PERL" && break
3814 done
3815 test -n "$PERL" || PERL="perl"
3816
3817
3818 for ac_prog in cat
3819 do
3820 # Extract the first word of "$ac_prog", so it can be a program name with args.
3821 set dummy $ac_prog; ac_word=$2
3822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3823 $as_echo_n "checking for $ac_word... " >&6; }
3824 if ${ac_cv_path_CAT+:} false; then :
3825 $as_echo_n "(cached) " >&6
3826 else
3827 case $CAT in
3828 [\\/]* | ?:[\\/]*)
3829 ac_cv_path_CAT="$CAT" # Let the user override the test with a path.
3830 ;;
3831 *)
3832 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3833 for as_dir in $PATH
3834 do
3835 IFS=$as_save_IFS
3836 test -z "$as_dir" && as_dir=.
3837 for ac_exec_ext in '' $ac_executable_extensions; do
3838 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3839 ac_cv_path_CAT="$as_dir/$ac_word$ac_exec_ext"
3840 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3841 break 2
3842 fi
3843 done
3844 done
3845 IFS=$as_save_IFS
3846
3847 ;;
3848 esac
3849 fi
3850 CAT=$ac_cv_path_CAT
3851 if test -n "$CAT"; then
3852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CAT" >&5
3853 $as_echo "$CAT" >&6; }
3854 else
3855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3856 $as_echo "no" >&6; }
3857 fi
3858
3859
3860 test -n "$CAT" && break
3861 done
3862 test -n "$CAT" || CAT="cat"
3863
3864 enable_dlopen=yes
3865
3866
3867
3868 case `pwd` in
3869 *\ * | *\ *)
3870 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3871 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3872 esac
3873
3874
3875
3876 macro_version='2.4.2'
3877 macro_revision='1.3337'
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891 ltmain="$ac_aux_dir/ltmain.sh"
3892
3893 # Make sure we can run config.sub.
3894 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3895 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3896
3897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3898 $as_echo_n "checking build system type... " >&6; }
3899 if ${ac_cv_build+:} false; then :
3900 $as_echo_n "(cached) " >&6
3901 else
3902 ac_build_alias=$build_alias
3903 test "x$ac_build_alias" = x &&
3904 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3905 test "x$ac_build_alias" = x &&
3906 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3907 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3908 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3909
3910 fi
3911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3912 $as_echo "$ac_cv_build" >&6; }
3913 case $ac_cv_build in
3914 *-*-*) ;;
3915 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3916 esac
3917 build=$ac_cv_build
3918 ac_save_IFS=$IFS; IFS='-'
3919 set x $ac_cv_build
3920 shift
3921 build_cpu=$1
3922 build_vendor=$2
3923 shift; shift
3924 # Remember, the first character of IFS is used to create $*,
3925 # except with old shells:
3926 build_os=$*
3927 IFS=$ac_save_IFS
3928 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3929
3930
3931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3932 $as_echo_n "checking host system type... " >&6; }
3933 if ${ac_cv_host+:} false; then :
3934 $as_echo_n "(cached) " >&6
3935 else
3936 if test "x$host_alias" = x; then
3937 ac_cv_host=$ac_cv_build
3938 else
3939 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3940 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3941 fi
3942
3943 fi
3944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3945 $as_echo "$ac_cv_host" >&6; }
3946 case $ac_cv_host in
3947 *-*-*) ;;
3948 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3949 esac
3950 host=$ac_cv_host
3951 ac_save_IFS=$IFS; IFS='-'
3952 set x $ac_cv_host
3953 shift
3954 host_cpu=$1
3955 host_vendor=$2
3956 shift; shift
3957 # Remember, the first character of IFS is used to create $*,
3958 # except with old shells:
3959 host_os=$*
3960 IFS=$ac_save_IFS
3961 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3962
3963
3964 # Backslashify metacharacters that are still active within
3965 # double-quoted strings.
3966 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3967
3968 # Same as above, but do not quote variable references.
3969 double_quote_subst='s/\(["`\\]\)/\\\1/g'
3970
3971 # Sed substitution to delay expansion of an escaped shell variable in a
3972 # double_quote_subst'ed string.
3973 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3974
3975 # Sed substitution to delay expansion of an escaped single quote.
3976 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3977
3978 # Sed substitution to avoid accidental globbing in evaled expressions
3979 no_glob_subst='s/\*/\\\*/g'
3980
3981 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3982 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3983 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3984
3985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3986 $as_echo_n "checking how to print strings... " >&6; }
3987 # Test print first, because it will be a builtin if present.
3988 if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
3989 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3990 ECHO='print -r --'
3991 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3992 ECHO='printf %s\n'
3993 else
3994 # Use this function as a fallback that always works.
3995 func_fallback_echo ()
3996 {
3997 eval 'cat <<_LTECHO_EOF
3998 $1
3999 _LTECHO_EOF'
4000 }
4001 ECHO='func_fallback_echo'
4002 fi
4003
4004 # func_echo_all arg...
4005 # Invoke $ECHO with all args, space-separated.
4006 func_echo_all ()
4007 {
4008 $ECHO ""
4009 }
4010
4011 case "$ECHO" in
4012 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4013 $as_echo "printf" >&6; } ;;
4014 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4015 $as_echo "print -r" >&6; } ;;
4016 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4017 $as_echo "cat" >&6; } ;;
4018 esac
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4034 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4035 if ${ac_cv_path_SED+:} false; then :
4036 $as_echo_n "(cached) " >&6
4037 else
4038 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4039 for ac_i in 1 2 3 4 5 6 7; do
4040 ac_script="$ac_script$as_nl$ac_script"
4041 done
4042 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4043 { ac_script=; unset ac_script;}
4044 if test -z "$SED"; then
4045 ac_path_SED_found=false
4046 # Loop through the user's path and test for each of PROGNAME-LIST
4047 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4048 for as_dir in $PATH
4049 do
4050 IFS=$as_save_IFS
4051 test -z "$as_dir" && as_dir=.
4052 for ac_prog in sed gsed; do
4053 for ac_exec_ext in '' $ac_executable_extensions; do
4054 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4055 as_fn_executable_p "$ac_path_SED" || continue
4056 # Check for GNU ac_path_SED and select it if it is found.
4057 # Check for GNU $ac_path_SED
4058 case `"$ac_path_SED" --version 2>&1` in
4059 *GNU*)
4060 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4061 *)
4062 ac_count=0
4063 $as_echo_n 0123456789 >"conftest.in"
4064 while :
4065 do
4066 cat "conftest.in" "conftest.in" >"conftest.tmp"
4067 mv "conftest.tmp" "conftest.in"
4068 cp "conftest.in" "conftest.nl"
4069 $as_echo '' >> "conftest.nl"
4070 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4071 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4072 as_fn_arith $ac_count + 1 && ac_count=$as_val
4073 if test $ac_count -gt ${ac_path_SED_max-0}; then
4074 # Best one so far, save it but keep looking for a better one
4075 ac_cv_path_SED="$ac_path_SED"
4076 ac_path_SED_max=$ac_count
4077 fi
4078 # 10*(2^10) chars as input seems more than enough
4079 test $ac_count -gt 10 && break
4080 done
4081 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4082 esac
4083
4084 $ac_path_SED_found && break 3
4085 done
4086 done
4087 done
4088 IFS=$as_save_IFS
4089 if test -z "$ac_cv_path_SED"; then
4090 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4091 fi
4092 else
4093 ac_cv_path_SED=$SED
4094 fi
4095
4096 fi
4097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4098 $as_echo "$ac_cv_path_SED" >&6; }
4099 SED="$ac_cv_path_SED"
4100 rm -f conftest.sed
4101
4102 test -z "$SED" && SED=sed
4103 Xsed="$SED -e 1s/^X//"
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4116 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4117 if ${ac_cv_path_GREP+:} false; then :
4118 $as_echo_n "(cached) " >&6
4119 else
4120 if test -z "$GREP"; then
4121 ac_path_GREP_found=false
4122 # Loop through the user's path and test for each of PROGNAME-LIST
4123 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4124 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4125 do
4126 IFS=$as_save_IFS
4127 test -z "$as_dir" && as_dir=.
4128 for ac_prog in grep ggrep; do
4129 for ac_exec_ext in '' $ac_executable_extensions; do
4130 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4131 as_fn_executable_p "$ac_path_GREP" || continue
4132 # Check for GNU ac_path_GREP and select it if it is found.
4133 # Check for GNU $ac_path_GREP
4134 case `"$ac_path_GREP" --version 2>&1` in
4135 *GNU*)
4136 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4137 *)
4138 ac_count=0
4139 $as_echo_n 0123456789 >"conftest.in"
4140 while :
4141 do
4142 cat "conftest.in" "conftest.in" >"conftest.tmp"
4143 mv "conftest.tmp" "conftest.in"
4144 cp "conftest.in" "conftest.nl"
4145 $as_echo 'GREP' >> "conftest.nl"
4146 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4147 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4148 as_fn_arith $ac_count + 1 && ac_count=$as_val
4149 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4150 # Best one so far, save it but keep looking for a better one
4151 ac_cv_path_GREP="$ac_path_GREP"
4152 ac_path_GREP_max=$ac_count
4153 fi
4154 # 10*(2^10) chars as input seems more than enough
4155 test $ac_count -gt 10 && break
4156 done
4157 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4158 esac
4159
4160 $ac_path_GREP_found && break 3
4161 done
4162 done
4163 done
4164 IFS=$as_save_IFS
4165 if test -z "$ac_cv_path_GREP"; then
4166 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4167 fi
4168 else
4169 ac_cv_path_GREP=$GREP
4170 fi
4171
4172 fi
4173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4174 $as_echo "$ac_cv_path_GREP" >&6; }
4175 GREP="$ac_cv_path_GREP"
4176
4177
4178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4179 $as_echo_n "checking for egrep... " >&6; }
4180 if ${ac_cv_path_EGREP+:} false; then :
4181 $as_echo_n "(cached) " >&6
4182 else
4183 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4184 then ac_cv_path_EGREP="$GREP -E"
4185 else
4186 if test -z "$EGREP"; then
4187 ac_path_EGREP_found=false
4188 # Loop through the user's path and test for each of PROGNAME-LIST
4189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4190 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4191 do
4192 IFS=$as_save_IFS
4193 test -z "$as_dir" && as_dir=.
4194 for ac_prog in egrep; do
4195 for ac_exec_ext in '' $ac_executable_extensions; do
4196 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4197 as_fn_executable_p "$ac_path_EGREP" || continue
4198 # Check for GNU ac_path_EGREP and select it if it is found.
4199 # Check for GNU $ac_path_EGREP
4200 case `"$ac_path_EGREP" --version 2>&1` in
4201 *GNU*)
4202 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4203 *)
4204 ac_count=0
4205 $as_echo_n 0123456789 >"conftest.in"
4206 while :
4207 do
4208 cat "conftest.in" "conftest.in" >"conftest.tmp"
4209 mv "conftest.tmp" "conftest.in"
4210 cp "conftest.in" "conftest.nl"
4211 $as_echo 'EGREP' >> "conftest.nl"
4212 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4213 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4214 as_fn_arith $ac_count + 1 && ac_count=$as_val
4215 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4216 # Best one so far, save it but keep looking for a better one
4217 ac_cv_path_EGREP="$ac_path_EGREP"
4218 ac_path_EGREP_max=$ac_count
4219 fi
4220 # 10*(2^10) chars as input seems more than enough
4221 test $ac_count -gt 10 && break
4222 done
4223 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4224 esac
4225
4226 $ac_path_EGREP_found && break 3
4227 done
4228 done
4229 done
4230 IFS=$as_save_IFS
4231 if test -z "$ac_cv_path_EGREP"; then
4232 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4233 fi
4234 else
4235 ac_cv_path_EGREP=$EGREP
4236 fi
4237
4238 fi
4239 fi
4240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4241 $as_echo "$ac_cv_path_EGREP" >&6; }
4242 EGREP="$ac_cv_path_EGREP"
4243
4244
4245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4246 $as_echo_n "checking for fgrep... " >&6; }
4247 if ${ac_cv_path_FGREP+:} false; then :
4248 $as_echo_n "(cached) " >&6
4249 else
4250 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4251 then ac_cv_path_FGREP="$GREP -F"
4252 else
4253 if test -z "$FGREP"; then
4254 ac_path_FGREP_found=false
4255 # Loop through the user's path and test for each of PROGNAME-LIST
4256 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4257 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4258 do
4259 IFS=$as_save_IFS
4260 test -z "$as_dir" && as_dir=.
4261 for ac_prog in fgrep; do
4262 for ac_exec_ext in '' $ac_executable_extensions; do
4263 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4264 as_fn_executable_p "$ac_path_FGREP" || continue
4265 # Check for GNU ac_path_FGREP and select it if it is found.
4266 # Check for GNU $ac_path_FGREP
4267 case `"$ac_path_FGREP" --version 2>&1` in
4268 *GNU*)
4269 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4270 *)
4271 ac_count=0
4272 $as_echo_n 0123456789 >"conftest.in"
4273 while :
4274 do
4275 cat "conftest.in" "conftest.in" >"conftest.tmp"
4276 mv "conftest.tmp" "conftest.in"
4277 cp "conftest.in" "conftest.nl"
4278 $as_echo 'FGREP' >> "conftest.nl"
4279 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4280 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4281 as_fn_arith $ac_count + 1 && ac_count=$as_val
4282 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4283 # Best one so far, save it but keep looking for a better one
4284 ac_cv_path_FGREP="$ac_path_FGREP"
4285 ac_path_FGREP_max=$ac_count
4286 fi
4287 # 10*(2^10) chars as input seems more than enough
4288 test $ac_count -gt 10 && break
4289 done
4290 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4291 esac
4292
4293 $ac_path_FGREP_found && break 3
4294 done
4295 done
4296 done
4297 IFS=$as_save_IFS
4298 if test -z "$ac_cv_path_FGREP"; then
4299 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4300 fi
4301 else
4302 ac_cv_path_FGREP=$FGREP
4303 fi
4304
4305 fi
4306 fi
4307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4308 $as_echo "$ac_cv_path_FGREP" >&6; }
4309 FGREP="$ac_cv_path_FGREP"
4310
4311
4312 test -z "$GREP" && GREP=grep
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332 # Check whether --with-gnu-ld was given.
4333 if test "${with_gnu_ld+set}" = set; then :
4334 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4335 else
4336 with_gnu_ld=no
4337 fi
4338
4339 ac_prog=ld
4340 if test "$GCC" = yes; then
4341 # Check if gcc -print-prog-name=ld gives a path.
4342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4343 $as_echo_n "checking for ld used by $CC... " >&6; }
4344 case $host in
4345 *-*-mingw*)
4346 # gcc leaves a trailing carriage return which upsets mingw
4347 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4348 *)
4349 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4350 esac
4351 case $ac_prog in
4352 # Accept absolute paths.
4353 [\\/]* | ?:[\\/]*)
4354 re_direlt='/[^/][^/]*/\.\./'
4355 # Canonicalize the pathname of ld
4356 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4357 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4358 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4359 done
4360 test -z "$LD" && LD="$ac_prog"
4361 ;;
4362 "")
4363 # If it fails, then pretend we aren't using GCC.
4364 ac_prog=ld
4365 ;;
4366 *)
4367 # If it is relative, then search for the first ld in PATH.
4368 with_gnu_ld=unknown
4369 ;;
4370 esac
4371 elif test "$with_gnu_ld" = yes; then
4372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4373 $as_echo_n "checking for GNU ld... " >&6; }
4374 else
4375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4376 $as_echo_n "checking for non-GNU ld... " >&6; }
4377 fi
4378 if ${lt_cv_path_LD+:} false; then :
4379 $as_echo_n "(cached) " >&6
4380 else
4381 if test -z "$LD"; then
4382 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4383 for ac_dir in $PATH; do
4384 IFS="$lt_save_ifs"
4385 test -z "$ac_dir" && ac_dir=.
4386 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4387 lt_cv_path_LD="$ac_dir/$ac_prog"
4388 # Check to see if the program is GNU ld. I'd rather use --version,
4389 # but apparently some variants of GNU ld only accept -v.
4390 # Break only if it was the GNU/non-GNU ld that we prefer.
4391 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4392 *GNU* | *'with BFD'*)
4393 test "$with_gnu_ld" != no && break
4394 ;;
4395 *)
4396 test "$with_gnu_ld" != yes && break
4397 ;;
4398 esac
4399 fi
4400 done
4401 IFS="$lt_save_ifs"
4402 else
4403 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4404 fi
4405 fi
4406
4407 LD="$lt_cv_path_LD"
4408 if test -n "$LD"; then
4409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4410 $as_echo "$LD" >&6; }
4411 else
4412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4413 $as_echo "no" >&6; }
4414 fi
4415 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4417 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4418 if ${lt_cv_prog_gnu_ld+:} false; then :
4419 $as_echo_n "(cached) " >&6
4420 else
4421 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4422 case `$LD -v 2>&1 </dev/null` in
4423 *GNU* | *'with BFD'*)
4424 lt_cv_prog_gnu_ld=yes
4425 ;;
4426 *)
4427 lt_cv_prog_gnu_ld=no
4428 ;;
4429 esac
4430 fi
4431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4432 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4433 with_gnu_ld=$lt_cv_prog_gnu_ld
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4444 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4445 if ${lt_cv_path_NM+:} false; then :
4446 $as_echo_n "(cached) " >&6
4447 else
4448 if test -n "$NM"; then
4449 # Let the user override the test.
4450 lt_cv_path_NM="$NM"
4451 else
4452 lt_nm_to_check="${ac_tool_prefix}nm"
4453 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4454 lt_nm_to_check="$lt_nm_to_check nm"
4455 fi
4456 for lt_tmp_nm in $lt_nm_to_check; do
4457 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4458 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4459 IFS="$lt_save_ifs"
4460 test -z "$ac_dir" && ac_dir=.
4461 tmp_nm="$ac_dir/$lt_tmp_nm"
4462 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4463 # Check to see if the nm accepts a BSD-compat flag.
4464 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4465 # nm: unknown option "B" ignored
4466 # Tru64's nm complains that /dev/null is an invalid object file
4467 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4468 */dev/null* | *'Invalid file or object type'*)
4469 lt_cv_path_NM="$tmp_nm -B"
4470 break
4471 ;;
4472 *)
4473 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4474 */dev/null*)
4475 lt_cv_path_NM="$tmp_nm -p"
4476 break
4477 ;;
4478 *)
4479 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4480 continue # so that we can try to find one that supports BSD flags
4481 ;;
4482 esac
4483 ;;
4484 esac
4485 fi
4486 done
4487 IFS="$lt_save_ifs"
4488 done
4489 : ${lt_cv_path_NM=no}
4490 fi
4491 fi
4492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4493 $as_echo "$lt_cv_path_NM" >&6; }
4494 if test "$lt_cv_path_NM" != "no"; then
4495 NM="$lt_cv_path_NM"
4496 else
4497 # Didn't find any BSD compatible name lister, look for dumpbin.
4498 if test -n "$DUMPBIN"; then :
4499 # Let the user override the test.
4500 else
4501 if test -n "$ac_tool_prefix"; then
4502 for ac_prog in dumpbin "link -dump"
4503 do
4504 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4505 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4507 $as_echo_n "checking for $ac_word... " >&6; }
4508 if ${ac_cv_prog_DUMPBIN+:} false; then :
4509 $as_echo_n "(cached) " >&6
4510 else
4511 if test -n "$DUMPBIN"; then
4512 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4513 else
4514 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4515 for as_dir in $PATH
4516 do
4517 IFS=$as_save_IFS
4518 test -z "$as_dir" && as_dir=.
4519 for ac_exec_ext in '' $ac_executable_extensions; do
4520 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4521 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4522 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4523 break 2
4524 fi
4525 done
4526 done
4527 IFS=$as_save_IFS
4528
4529 fi
4530 fi
4531 DUMPBIN=$ac_cv_prog_DUMPBIN
4532 if test -n "$DUMPBIN"; then
4533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4534 $as_echo "$DUMPBIN" >&6; }
4535 else
4536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4537 $as_echo "no" >&6; }
4538 fi
4539
4540
4541 test -n "$DUMPBIN" && break
4542 done
4543 fi
4544 if test -z "$DUMPBIN"; then
4545 ac_ct_DUMPBIN=$DUMPBIN
4546 for ac_prog in dumpbin "link -dump"
4547 do
4548 # Extract the first word of "$ac_prog", so it can be a program name with args.
4549 set dummy $ac_prog; ac_word=$2
4550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4551 $as_echo_n "checking for $ac_word... " >&6; }
4552 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
4553 $as_echo_n "(cached) " >&6
4554 else
4555 if test -n "$ac_ct_DUMPBIN"; then
4556 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4557 else
4558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4559 for as_dir in $PATH
4560 do
4561 IFS=$as_save_IFS
4562 test -z "$as_dir" && as_dir=.
4563 for ac_exec_ext in '' $ac_executable_extensions; do
4564 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4565 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4566 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4567 break 2
4568 fi
4569 done
4570 done
4571 IFS=$as_save_IFS
4572
4573 fi
4574 fi
4575 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4576 if test -n "$ac_ct_DUMPBIN"; then
4577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4578 $as_echo "$ac_ct_DUMPBIN" >&6; }
4579 else
4580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4581 $as_echo "no" >&6; }
4582 fi
4583
4584
4585 test -n "$ac_ct_DUMPBIN" && break
4586 done
4587
4588 if test "x$ac_ct_DUMPBIN" = x; then
4589 DUMPBIN=":"
4590 else
4591 case $cross_compiling:$ac_tool_warned in
4592 yes:)
4593 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4594 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4595 ac_tool_warned=yes ;;
4596 esac
4597 DUMPBIN=$ac_ct_DUMPBIN
4598 fi
4599 fi
4600
4601 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4602 *COFF*)
4603 DUMPBIN="$DUMPBIN -symbols"
4604 ;;
4605 *)
4606 DUMPBIN=:
4607 ;;
4608 esac
4609 fi
4610
4611 if test "$DUMPBIN" != ":"; then
4612 NM="$DUMPBIN"
4613 fi
4614 fi
4615 test -z "$NM" && NM=nm
4616
4617
4618
4619
4620
4621
4622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4623 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4624 if ${lt_cv_nm_interface+:} false; then :
4625 $as_echo_n "(cached) " >&6
4626 else
4627 lt_cv_nm_interface="BSD nm"
4628 echo "int some_variable = 0;" > conftest.$ac_ext
4629 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4630 (eval "$ac_compile" 2>conftest.err)
4631 cat conftest.err >&5
4632 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4633 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4634 cat conftest.err >&5
4635 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4636 cat conftest.out >&5
4637 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4638 lt_cv_nm_interface="MS dumpbin"
4639 fi
4640 rm -f conftest*
4641 fi
4642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4643 $as_echo "$lt_cv_nm_interface" >&6; }
4644
4645 # find the maximum length of command line arguments
4646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4647 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4648 if ${lt_cv_sys_max_cmd_len+:} false; then :
4649 $as_echo_n "(cached) " >&6
4650 else
4651 i=0
4652 teststring="ABCD"
4653
4654 case $build_os in
4655 msdosdjgpp*)
4656 # On DJGPP, this test can blow up pretty badly due to problems in libc
4657 # (any single argument exceeding 2000 bytes causes a buffer overrun
4658 # during glob expansion). Even if it were fixed, the result of this
4659 # check would be larger than it should be.
4660 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4661 ;;
4662
4663 gnu*)
4664 # Under GNU Hurd, this test is not required because there is
4665 # no limit to the length of command line arguments.
4666 # Libtool will interpret -1 as no limit whatsoever
4667 lt_cv_sys_max_cmd_len=-1;
4668 ;;
4669
4670 cygwin* | mingw* | cegcc*)
4671 # On Win9x/ME, this test blows up -- it succeeds, but takes
4672 # about 5 minutes as the teststring grows exponentially.
4673 # Worse, since 9x/ME are not pre-emptively multitasking,
4674 # you end up with a "frozen" computer, even though with patience
4675 # the test eventually succeeds (with a max line length of 256k).
4676 # Instead, let's just punt: use the minimum linelength reported by
4677 # all of the supported platforms: 8192 (on NT/2K/XP).
4678 lt_cv_sys_max_cmd_len=8192;
4679 ;;
4680
4681 mint*)
4682 # On MiNT this can take a long time and run out of memory.
4683 lt_cv_sys_max_cmd_len=8192;
4684 ;;
4685
4686 amigaos*)
4687 # On AmigaOS with pdksh, this test takes hours, literally.
4688 # So we just punt and use a minimum line length of 8192.
4689 lt_cv_sys_max_cmd_len=8192;
4690 ;;
4691
4692 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4693 # This has been around since 386BSD, at least. Likely further.
4694 if test -x /sbin/sysctl; then
4695 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4696 elif test -x /usr/sbin/sysctl; then
4697 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4698 else
4699 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4700 fi
4701 # And add a safety zone
4702 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4703 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4704 ;;
4705
4706 interix*)
4707 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4708 lt_cv_sys_max_cmd_len=196608
4709 ;;
4710
4711 os2*)
4712 # The test takes a long time on OS/2.
4713 lt_cv_sys_max_cmd_len=8192
4714 ;;
4715
4716 osf*)
4717 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4718 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4719 # nice to cause kernel panics so lets avoid the loop below.
4720 # First set a reasonable default.
4721 lt_cv_sys_max_cmd_len=16384
4722 #
4723 if test -x /sbin/sysconfig; then
4724 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4725 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4726 esac
4727 fi
4728 ;;
4729 sco3.2v5*)
4730 lt_cv_sys_max_cmd_len=102400
4731 ;;
4732 sysv5* | sco5v6* | sysv4.2uw2*)
4733 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4734 if test -n "$kargmax"; then
4735 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4736 else
4737 lt_cv_sys_max_cmd_len=32768
4738 fi
4739 ;;
4740 *)
4741 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4742 if test -n "$lt_cv_sys_max_cmd_len"; then
4743 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4744 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4745 else
4746 # Make teststring a little bigger before we do anything with it.
4747 # a 1K string should be a reasonable start.
4748 for i in 1 2 3 4 5 6 7 8 ; do
4749 teststring=$teststring$teststring
4750 done
4751 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4752 # If test is not a shell built-in, we'll probably end up computing a
4753 # maximum length that is only half of the actual maximum length, but
4754 # we can't tell.
4755 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
4756 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4757 test $i != 17 # 1/2 MB should be enough
4758 do
4759 i=`expr $i + 1`
4760 teststring=$teststring$teststring
4761 done
4762 # Only check the string length outside the loop.
4763 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4764 teststring=
4765 # Add a significant safety factor because C++ compilers can tack on
4766 # massive amounts of additional arguments before passing them to the
4767 # linker. It appears as though 1/2 is a usable value.
4768 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4769 fi
4770 ;;
4771 esac
4772
4773 fi
4774
4775 if test -n $lt_cv_sys_max_cmd_len ; then
4776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4777 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4778 else
4779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4780 $as_echo "none" >&6; }
4781 fi
4782 max_cmd_len=$lt_cv_sys_max_cmd_len
4783
4784
4785
4786
4787
4788
4789 : ${CP="cp -f"}
4790 : ${MV="mv -f"}
4791 : ${RM="rm -f"}
4792
4793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4794 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4795 # Try some XSI features
4796 xsi_shell=no
4797 ( _lt_dummy="a/b/c"
4798 test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
4799 = c,a/b,b/c, \
4800 && eval 'test $(( 1 + 1 )) -eq 2 \
4801 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4802 && xsi_shell=yes
4803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4804 $as_echo "$xsi_shell" >&6; }
4805
4806
4807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4808 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4809 lt_shell_append=no
4810 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4811 >/dev/null 2>&1 \
4812 && lt_shell_append=yes
4813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4814 $as_echo "$lt_shell_append" >&6; }
4815
4816
4817 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4818 lt_unset=unset
4819 else
4820 lt_unset=false
4821 fi
4822
4823
4824
4825
4826
4827 # test EBCDIC or ASCII
4828 case `echo X|tr X '\101'` in
4829 A) # ASCII based system
4830 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4831 lt_SP2NL='tr \040 \012'
4832 lt_NL2SP='tr \015\012 \040\040'
4833 ;;
4834 *) # EBCDIC based system
4835 lt_SP2NL='tr \100 \n'
4836 lt_NL2SP='tr \r\n \100\100'
4837 ;;
4838 esac
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
4849 $as_echo_n "checking how to convert $build file names to $host format... " >&6; }
4850 if ${lt_cv_to_host_file_cmd+:} false; then :
4851 $as_echo_n "(cached) " >&6
4852 else
4853 case $host in
4854 *-*-mingw* )
4855 case $build in
4856 *-*-mingw* ) # actually msys
4857 lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
4858 ;;
4859 *-*-cygwin* )
4860 lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
4861 ;;
4862 * ) # otherwise, assume *nix
4863 lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
4864 ;;
4865 esac
4866 ;;
4867 *-*-cygwin* )
4868 case $build in
4869 *-*-mingw* ) # actually msys
4870 lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
4871 ;;
4872 *-*-cygwin* )
4873 lt_cv_to_host_file_cmd=func_convert_file_noop
4874 ;;
4875 * ) # otherwise, assume *nix
4876 lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
4877 ;;
4878 esac
4879 ;;
4880 * ) # unhandled hosts (and "normal" native builds)
4881 lt_cv_to_host_file_cmd=func_convert_file_noop
4882 ;;
4883 esac
4884
4885 fi
4886
4887 to_host_file_cmd=$lt_cv_to_host_file_cmd
4888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
4889 $as_echo "$lt_cv_to_host_file_cmd" >&6; }
4890
4891
4892
4893
4894
4895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
4896 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
4897 if ${lt_cv_to_tool_file_cmd+:} false; then :
4898 $as_echo_n "(cached) " >&6
4899 else
4900 #assume ordinary cross tools, or native build.
4901 lt_cv_to_tool_file_cmd=func_convert_file_noop
4902 case $host in
4903 *-*-mingw* )
4904 case $build in
4905 *-*-mingw* ) # actually msys
4906 lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
4907 ;;
4908 esac
4909 ;;
4910 esac
4911
4912 fi
4913
4914 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
4915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
4916 $as_echo "$lt_cv_to_tool_file_cmd" >&6; }
4917
4918
4919
4920
4921
4922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4923 $as_echo_n "checking for $LD option to reload object files... " >&6; }
4924 if ${lt_cv_ld_reload_flag+:} false; then :
4925 $as_echo_n "(cached) " >&6
4926 else
4927 lt_cv_ld_reload_flag='-r'
4928 fi
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4930 $as_echo "$lt_cv_ld_reload_flag" >&6; }
4931 reload_flag=$lt_cv_ld_reload_flag
4932 case $reload_flag in
4933 "" | " "*) ;;
4934 *) reload_flag=" $reload_flag" ;;
4935 esac
4936 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4937 case $host_os in
4938 cygwin* | mingw* | pw32* | cegcc*)
4939 if test "$GCC" != yes; then
4940 reload_cmds=false
4941 fi
4942 ;;
4943 darwin*)
4944 if test "$GCC" = yes; then
4945 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4946 else
4947 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4948 fi
4949 ;;
4950 esac
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960 if test -n "$ac_tool_prefix"; then
4961 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4962 set dummy ${ac_tool_prefix}objdump; ac_word=$2
4963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4964 $as_echo_n "checking for $ac_word... " >&6; }
4965 if ${ac_cv_prog_OBJDUMP+:} false; then :
4966 $as_echo_n "(cached) " >&6
4967 else
4968 if test -n "$OBJDUMP"; then
4969 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4970 else
4971 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4972 for as_dir in $PATH
4973 do
4974 IFS=$as_save_IFS
4975 test -z "$as_dir" && as_dir=.
4976 for ac_exec_ext in '' $ac_executable_extensions; do
4977 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4978 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4979 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4980 break 2
4981 fi
4982 done
4983 done
4984 IFS=$as_save_IFS
4985
4986 fi
4987 fi
4988 OBJDUMP=$ac_cv_prog_OBJDUMP
4989 if test -n "$OBJDUMP"; then
4990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4991 $as_echo "$OBJDUMP" >&6; }
4992 else
4993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4994 $as_echo "no" >&6; }
4995 fi
4996
4997
4998 fi
4999 if test -z "$ac_cv_prog_OBJDUMP"; then
5000 ac_ct_OBJDUMP=$OBJDUMP
5001 # Extract the first word of "objdump", so it can be a program name with args.
5002 set dummy objdump; ac_word=$2
5003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5004 $as_echo_n "checking for $ac_word... " >&6; }
5005 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5006 $as_echo_n "(cached) " >&6
5007 else
5008 if test -n "$ac_ct_OBJDUMP"; then
5009 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5010 else
5011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5012 for as_dir in $PATH
5013 do
5014 IFS=$as_save_IFS
5015 test -z "$as_dir" && as_dir=.
5016 for ac_exec_ext in '' $ac_executable_extensions; do
5017 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5018 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5019 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5020 break 2
5021 fi
5022 done
5023 done
5024 IFS=$as_save_IFS
5025
5026 fi
5027 fi
5028 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5029 if test -n "$ac_ct_OBJDUMP"; then
5030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5031 $as_echo "$ac_ct_OBJDUMP" >&6; }
5032 else
5033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5034 $as_echo "no" >&6; }
5035 fi
5036
5037 if test "x$ac_ct_OBJDUMP" = x; then
5038 OBJDUMP="false"
5039 else
5040 case $cross_compiling:$ac_tool_warned in
5041 yes:)
5042 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5043 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5044 ac_tool_warned=yes ;;
5045 esac
5046 OBJDUMP=$ac_ct_OBJDUMP
5047 fi
5048 else
5049 OBJDUMP="$ac_cv_prog_OBJDUMP"
5050 fi
5051
5052 test -z "$OBJDUMP" && OBJDUMP=objdump
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5063 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5064 if ${lt_cv_deplibs_check_method+:} false; then :
5065 $as_echo_n "(cached) " >&6
5066 else
5067 lt_cv_file_magic_cmd='$MAGIC_CMD'
5068 lt_cv_file_magic_test_file=
5069 lt_cv_deplibs_check_method='unknown'
5070 # Need to set the preceding variable on all platforms that support
5071 # interlibrary dependencies.
5072 # 'none' -- dependencies not supported.
5073 # `unknown' -- same as none, but documents that we really don't know.
5074 # 'pass_all' -- all dependencies passed with no checks.
5075 # 'test_compile' -- check by making test program.
5076 # 'file_magic [[regex]]' -- check by looking for files in library path
5077 # which responds to the $file_magic_cmd with a given extended regex.
5078 # If you have `file' or equivalent on your system and you're not sure
5079 # whether `pass_all' will *always* work, you probably want this one.
5080
5081 case $host_os in
5082 aix[4-9]*)
5083 lt_cv_deplibs_check_method=pass_all
5084 ;;
5085
5086 beos*)
5087 lt_cv_deplibs_check_method=pass_all
5088 ;;
5089
5090 bsdi[45]*)
5091 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5092 lt_cv_file_magic_cmd='/usr/bin/file -L'
5093 lt_cv_file_magic_test_file=/shlib/libc.so
5094 ;;
5095
5096 cygwin*)
5097 # func_win32_libid is a shell function defined in ltmain.sh
5098 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5099 lt_cv_file_magic_cmd='func_win32_libid'
5100 ;;
5101
5102 mingw* | pw32*)
5103 # Base MSYS/MinGW do not provide the 'file' command needed by
5104 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5105 # unless we find 'file', for example because we are cross-compiling.
5106 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5107 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5108 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5109 lt_cv_file_magic_cmd='func_win32_libid'
5110 else
5111 # Keep this pattern in sync with the one in func_win32_libid.
5112 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
5113 lt_cv_file_magic_cmd='$OBJDUMP -f'
5114 fi
5115 ;;
5116
5117 cegcc*)
5118 # use the weaker test based on 'objdump'. See mingw*.
5119 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5120 lt_cv_file_magic_cmd='$OBJDUMP -f'
5121 ;;
5122
5123 darwin* | rhapsody*)
5124 lt_cv_deplibs_check_method=pass_all
5125 ;;
5126
5127 freebsd* | dragonfly*)
5128 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5129 case $host_cpu in
5130 i*86 )
5131 # Not sure whether the presence of OpenBSD here was a mistake.
5132 # Let's accept both of them until this is cleared up.
5133 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5134 lt_cv_file_magic_cmd=/usr/bin/file
5135 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5136 ;;
5137 esac
5138 else
5139 lt_cv_deplibs_check_method=pass_all
5140 fi
5141 ;;
5142
5143 gnu*)
5144 lt_cv_deplibs_check_method=pass_all
5145 ;;
5146
5147 haiku*)
5148 lt_cv_deplibs_check_method=pass_all
5149 ;;
5150
5151 hpux10.20* | hpux11*)
5152 lt_cv_file_magic_cmd=/usr/bin/file
5153 case $host_cpu in
5154 ia64*)
5155 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5156 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5157 ;;
5158 hppa*64*)
5159 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
5160 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5161 ;;
5162 *)
5163 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5164 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5165 ;;
5166 esac
5167 ;;
5168
5169 interix[3-9]*)
5170 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5171 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5172 ;;
5173
5174 irix5* | irix6* | nonstopux*)
5175 case $LD in
5176 *-32|*"-32 ") libmagic=32-bit;;
5177 *-n32|*"-n32 ") libmagic=N32;;
5178 *-64|*"-64 ") libmagic=64-bit;;
5179 *) libmagic=never-match;;
5180 esac
5181 lt_cv_deplibs_check_method=pass_all
5182 ;;
5183
5184 # This must be glibc/ELF.
5185 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5186 lt_cv_deplibs_check_method=pass_all
5187 ;;
5188
5189 netbsd*)
5190 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5191 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5192 else
5193 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5194 fi
5195 ;;
5196
5197 newos6*)
5198 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5199 lt_cv_file_magic_cmd=/usr/bin/file
5200 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5201 ;;
5202
5203 *nto* | *qnx*)
5204 lt_cv_deplibs_check_method=pass_all
5205 ;;
5206
5207 openbsd*)
5208 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5209 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5210 else
5211 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5212 fi
5213 ;;
5214
5215 osf3* | osf4* | osf5*)
5216 lt_cv_deplibs_check_method=pass_all
5217 ;;
5218
5219 rdos*)
5220 lt_cv_deplibs_check_method=pass_all
5221 ;;
5222
5223 solaris*)
5224 lt_cv_deplibs_check_method=pass_all
5225 ;;
5226
5227 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5228 lt_cv_deplibs_check_method=pass_all
5229 ;;
5230
5231 sysv4 | sysv4.3*)
5232 case $host_vendor in
5233 motorola)
5234 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]'
5235 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5236 ;;
5237 ncr)
5238 lt_cv_deplibs_check_method=pass_all
5239 ;;
5240 sequent)
5241 lt_cv_file_magic_cmd='/bin/file'
5242 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5243 ;;
5244 sni)
5245 lt_cv_file_magic_cmd='/bin/file'
5246 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5247 lt_cv_file_magic_test_file=/lib/libc.so
5248 ;;
5249 siemens)
5250 lt_cv_deplibs_check_method=pass_all
5251 ;;
5252 pc)
5253 lt_cv_deplibs_check_method=pass_all
5254 ;;
5255 esac
5256 ;;
5257
5258 tpf*)
5259 lt_cv_deplibs_check_method=pass_all
5260 ;;
5261 esac
5262
5263 fi
5264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5265 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5266
5267 file_magic_glob=
5268 want_nocaseglob=no
5269 if test "$build" = "$host"; then
5270 case $host_os in
5271 mingw* | pw32*)
5272 if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
5273 want_nocaseglob=yes
5274 else
5275 file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
5276 fi
5277 ;;
5278 esac
5279 fi
5280
5281 file_magic_cmd=$lt_cv_file_magic_cmd
5282 deplibs_check_method=$lt_cv_deplibs_check_method
5283 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306 if test -n "$ac_tool_prefix"; then
5307 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
5308 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
5309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5310 $as_echo_n "checking for $ac_word... " >&6; }
5311 if ${ac_cv_prog_DLLTOOL+:} false; then :
5312 $as_echo_n "(cached) " >&6
5313 else
5314 if test -n "$DLLTOOL"; then
5315 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
5316 else
5317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5318 for as_dir in $PATH
5319 do
5320 IFS=$as_save_IFS
5321 test -z "$as_dir" && as_dir=.
5322 for ac_exec_ext in '' $ac_executable_extensions; do
5323 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5324 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5325 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5326 break 2
5327 fi
5328 done
5329 done
5330 IFS=$as_save_IFS
5331
5332 fi
5333 fi
5334 DLLTOOL=$ac_cv_prog_DLLTOOL
5335 if test -n "$DLLTOOL"; then
5336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
5337 $as_echo "$DLLTOOL" >&6; }
5338 else
5339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5340 $as_echo "no" >&6; }
5341 fi
5342
5343
5344 fi
5345 if test -z "$ac_cv_prog_DLLTOOL"; then
5346 ac_ct_DLLTOOL=$DLLTOOL
5347 # Extract the first word of "dlltool", so it can be a program name with args.
5348 set dummy dlltool; ac_word=$2
5349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5350 $as_echo_n "checking for $ac_word... " >&6; }
5351 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
5352 $as_echo_n "(cached) " >&6
5353 else
5354 if test -n "$ac_ct_DLLTOOL"; then
5355 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
5356 else
5357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5358 for as_dir in $PATH
5359 do
5360 IFS=$as_save_IFS
5361 test -z "$as_dir" && as_dir=.
5362 for ac_exec_ext in '' $ac_executable_extensions; do
5363 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5364 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5366 break 2
5367 fi
5368 done
5369 done
5370 IFS=$as_save_IFS
5371
5372 fi
5373 fi
5374 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
5375 if test -n "$ac_ct_DLLTOOL"; then
5376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
5377 $as_echo "$ac_ct_DLLTOOL" >&6; }
5378 else
5379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5380 $as_echo "no" >&6; }
5381 fi
5382
5383 if test "x$ac_ct_DLLTOOL" = x; then
5384 DLLTOOL="false"
5385 else
5386 case $cross_compiling:$ac_tool_warned in
5387 yes:)
5388 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5389 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5390 ac_tool_warned=yes ;;
5391 esac
5392 DLLTOOL=$ac_ct_DLLTOOL
5393 fi
5394 else
5395 DLLTOOL="$ac_cv_prog_DLLTOOL"
5396 fi
5397
5398 test -z "$DLLTOOL" && DLLTOOL=dlltool
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
5410 $as_echo_n "checking how to associate runtime and link libraries... " >&6; }
5411 if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
5412 $as_echo_n "(cached) " >&6
5413 else
5414 lt_cv_sharedlib_from_linklib_cmd='unknown'
5415
5416 case $host_os in
5417 cygwin* | mingw* | pw32* | cegcc*)
5418 # two different shell functions defined in ltmain.sh
5419 # decide which to use based on capabilities of $DLLTOOL
5420 case `$DLLTOOL --help 2>&1` in
5421 *--identify-strict*)
5422 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
5423 ;;
5424 *)
5425 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
5426 ;;
5427 esac
5428 ;;
5429 *)
5430 # fallback: assume linklib IS sharedlib
5431 lt_cv_sharedlib_from_linklib_cmd="$ECHO"
5432 ;;
5433 esac
5434
5435 fi
5436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
5437 $as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
5438 sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
5439 test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
5440
5441
5442
5443
5444
5445
5446
5447
5448 if test -n "$ac_tool_prefix"; then
5449 for ac_prog in ar
5450 do
5451 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5452 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5454 $as_echo_n "checking for $ac_word... " >&6; }
5455 if ${ac_cv_prog_AR+:} false; then :
5456 $as_echo_n "(cached) " >&6
5457 else
5458 if test -n "$AR"; then
5459 ac_cv_prog_AR="$AR" # Let the user override the test.
5460 else
5461 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5462 for as_dir in $PATH
5463 do
5464 IFS=$as_save_IFS
5465 test -z "$as_dir" && as_dir=.
5466 for ac_exec_ext in '' $ac_executable_extensions; do
5467 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5468 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5469 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5470 break 2
5471 fi
5472 done
5473 done
5474 IFS=$as_save_IFS
5475
5476 fi
5477 fi
5478 AR=$ac_cv_prog_AR
5479 if test -n "$AR"; then
5480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5481 $as_echo "$AR" >&6; }
5482 else
5483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5484 $as_echo "no" >&6; }
5485 fi
5486
5487
5488 test -n "$AR" && break
5489 done
5490 fi
5491 if test -z "$AR"; then
5492 ac_ct_AR=$AR
5493 for ac_prog in ar
5494 do
5495 # Extract the first word of "$ac_prog", so it can be a program name with args.
5496 set dummy $ac_prog; ac_word=$2
5497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5498 $as_echo_n "checking for $ac_word... " >&6; }
5499 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5500 $as_echo_n "(cached) " >&6
5501 else
5502 if test -n "$ac_ct_AR"; then
5503 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5504 else
5505 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5506 for as_dir in $PATH
5507 do
5508 IFS=$as_save_IFS
5509 test -z "$as_dir" && as_dir=.
5510 for ac_exec_ext in '' $ac_executable_extensions; do
5511 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5512 ac_cv_prog_ac_ct_AR="$ac_prog"
5513 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5514 break 2
5515 fi
5516 done
5517 done
5518 IFS=$as_save_IFS
5519
5520 fi
5521 fi
5522 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5523 if test -n "$ac_ct_AR"; then
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5525 $as_echo "$ac_ct_AR" >&6; }
5526 else
5527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5528 $as_echo "no" >&6; }
5529 fi
5530
5531
5532 test -n "$ac_ct_AR" && break
5533 done
5534
5535 if test "x$ac_ct_AR" = x; then
5536 AR="false"
5537 else
5538 case $cross_compiling:$ac_tool_warned in
5539 yes:)
5540 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5541 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5542 ac_tool_warned=yes ;;
5543 esac
5544 AR=$ac_ct_AR
5545 fi
5546 fi
5547
5548 : ${AR=ar}
5549 : ${AR_FLAGS=cru}
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
5562 $as_echo_n "checking for archiver @FILE support... " >&6; }
5563 if ${lt_cv_ar_at_file+:} false; then :
5564 $as_echo_n "(cached) " >&6
5565 else
5566 lt_cv_ar_at_file=no
5567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5568 /* end confdefs.h. */
5569
5570 int
5571 main ()
5572 {
5573
5574 ;
5575 return 0;
5576 }
5577 _ACEOF
5578 if ac_fn_c_try_compile "$LINENO"; then :
5579 echo conftest.$ac_objext > conftest.lst
5580 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
5581 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
5582 (eval $lt_ar_try) 2>&5
5583 ac_status=$?
5584 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5585 test $ac_status = 0; }
5586 if test "$ac_status" -eq 0; then
5587 # Ensure the archiver fails upon bogus file names.
5588 rm -f conftest.$ac_objext libconftest.a
5589 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
5590 (eval $lt_ar_try) 2>&5
5591 ac_status=$?
5592 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5593 test $ac_status = 0; }
5594 if test "$ac_status" -ne 0; then
5595 lt_cv_ar_at_file=@
5596 fi
5597 fi
5598 rm -f conftest.* libconftest.a
5599
5600 fi
5601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5602
5603 fi
5604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
5605 $as_echo "$lt_cv_ar_at_file" >&6; }
5606
5607 if test "x$lt_cv_ar_at_file" = xno; then
5608 archiver_list_spec=
5609 else
5610 archiver_list_spec=$lt_cv_ar_at_file
5611 fi
5612
5613
5614
5615
5616
5617
5618
5619 if test -n "$ac_tool_prefix"; then
5620 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5621 set dummy ${ac_tool_prefix}strip; ac_word=$2
5622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5623 $as_echo_n "checking for $ac_word... " >&6; }
5624 if ${ac_cv_prog_STRIP+:} false; then :
5625 $as_echo_n "(cached) " >&6
5626 else
5627 if test -n "$STRIP"; then
5628 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5629 else
5630 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5631 for as_dir in $PATH
5632 do
5633 IFS=$as_save_IFS
5634 test -z "$as_dir" && as_dir=.
5635 for ac_exec_ext in '' $ac_executable_extensions; do
5636 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5637 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5638 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5639 break 2
5640 fi
5641 done
5642 done
5643 IFS=$as_save_IFS
5644
5645 fi
5646 fi
5647 STRIP=$ac_cv_prog_STRIP
5648 if test -n "$STRIP"; then
5649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5650 $as_echo "$STRIP" >&6; }
5651 else
5652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5653 $as_echo "no" >&6; }
5654 fi
5655
5656
5657 fi
5658 if test -z "$ac_cv_prog_STRIP"; then
5659 ac_ct_STRIP=$STRIP
5660 # Extract the first word of "strip", so it can be a program name with args.
5661 set dummy strip; ac_word=$2
5662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5663 $as_echo_n "checking for $ac_word... " >&6; }
5664 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5665 $as_echo_n "(cached) " >&6
5666 else
5667 if test -n "$ac_ct_STRIP"; then
5668 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5669 else
5670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5671 for as_dir in $PATH
5672 do
5673 IFS=$as_save_IFS
5674 test -z "$as_dir" && as_dir=.
5675 for ac_exec_ext in '' $ac_executable_extensions; do
5676 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5677 ac_cv_prog_ac_ct_STRIP="strip"
5678 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5679 break 2
5680 fi
5681 done
5682 done
5683 IFS=$as_save_IFS
5684
5685 fi
5686 fi
5687 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5688 if test -n "$ac_ct_STRIP"; then
5689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5690 $as_echo "$ac_ct_STRIP" >&6; }
5691 else
5692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5693 $as_echo "no" >&6; }
5694 fi
5695
5696 if test "x$ac_ct_STRIP" = x; then
5697 STRIP=":"
5698 else
5699 case $cross_compiling:$ac_tool_warned in
5700 yes:)
5701 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5702 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5703 ac_tool_warned=yes ;;
5704 esac
5705 STRIP=$ac_ct_STRIP
5706 fi
5707 else
5708 STRIP="$ac_cv_prog_STRIP"
5709 fi
5710
5711 test -z "$STRIP" && STRIP=:
5712
5713
5714
5715
5716
5717
5718 if test -n "$ac_tool_prefix"; then
5719 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5720 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5722 $as_echo_n "checking for $ac_word... " >&6; }
5723 if ${ac_cv_prog_RANLIB+:} false; then :
5724 $as_echo_n "(cached) " >&6
5725 else
5726 if test -n "$RANLIB"; then
5727 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5728 else
5729 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5730 for as_dir in $PATH
5731 do
5732 IFS=$as_save_IFS
5733 test -z "$as_dir" && as_dir=.
5734 for ac_exec_ext in '' $ac_executable_extensions; do
5735 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5736 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5737 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5738 break 2
5739 fi
5740 done
5741 done
5742 IFS=$as_save_IFS
5743
5744 fi
5745 fi
5746 RANLIB=$ac_cv_prog_RANLIB
5747 if test -n "$RANLIB"; then
5748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5749 $as_echo "$RANLIB" >&6; }
5750 else
5751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5752 $as_echo "no" >&6; }
5753 fi
5754
5755
5756 fi
5757 if test -z "$ac_cv_prog_RANLIB"; then
5758 ac_ct_RANLIB=$RANLIB
5759 # Extract the first word of "ranlib", so it can be a program name with args.
5760 set dummy ranlib; ac_word=$2
5761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5762 $as_echo_n "checking for $ac_word... " >&6; }
5763 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5764 $as_echo_n "(cached) " >&6
5765 else
5766 if test -n "$ac_ct_RANLIB"; then
5767 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5768 else
5769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5770 for as_dir in $PATH
5771 do
5772 IFS=$as_save_IFS
5773 test -z "$as_dir" && as_dir=.
5774 for ac_exec_ext in '' $ac_executable_extensions; do
5775 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5776 ac_cv_prog_ac_ct_RANLIB="ranlib"
5777 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5778 break 2
5779 fi
5780 done
5781 done
5782 IFS=$as_save_IFS
5783
5784 fi
5785 fi
5786 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5787 if test -n "$ac_ct_RANLIB"; then
5788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5789 $as_echo "$ac_ct_RANLIB" >&6; }
5790 else
5791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5792 $as_echo "no" >&6; }
5793 fi
5794
5795 if test "x$ac_ct_RANLIB" = x; then
5796 RANLIB=":"
5797 else
5798 case $cross_compiling:$ac_tool_warned in
5799 yes:)
5800 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5801 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5802 ac_tool_warned=yes ;;
5803 esac
5804 RANLIB=$ac_ct_RANLIB
5805 fi
5806 else
5807 RANLIB="$ac_cv_prog_RANLIB"
5808 fi
5809
5810 test -z "$RANLIB" && RANLIB=:
5811
5812
5813
5814
5815
5816
5817 # Determine commands to create old-style static archives.
5818 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5819 old_postinstall_cmds='chmod 644 $oldlib'
5820 old_postuninstall_cmds=
5821
5822 if test -n "$RANLIB"; then
5823 case $host_os in
5824 openbsd*)
5825 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
5826 ;;
5827 *)
5828 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
5829 ;;
5830 esac
5831 old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
5832 fi
5833
5834 case $host_os in
5835 darwin*)
5836 lock_old_archive_extraction=yes ;;
5837 *)
5838 lock_old_archive_extraction=no ;;
5839 esac
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879 # If no C compiler was specified, use CC.
5880 LTCC=${LTCC-"$CC"}
5881
5882 # If no C compiler flags were specified, use CFLAGS.
5883 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5884
5885 # Allow CC to be a program name with arguments.
5886 compiler=$CC
5887
5888
5889 # Check for command to grab the raw symbol name followed by C symbol from nm.
5890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5891 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5892 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
5893 $as_echo_n "(cached) " >&6
5894 else
5895
5896 # These are sane defaults that work on at least a few old systems.
5897 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
5898
5899 # Character class describing NM global symbol codes.
5900 symcode='[BCDEGRST]'
5901
5902 # Regexp to match symbols that can be accessed directly from C.
5903 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5904
5905 # Define system-specific variables.
5906 case $host_os in
5907 aix*)
5908 symcode='[BCDT]'
5909 ;;
5910 cygwin* | mingw* | pw32* | cegcc*)
5911 symcode='[ABCDGISTW]'
5912 ;;
5913 hpux*)
5914 if test "$host_cpu" = ia64; then
5915 symcode='[ABCDEGRST]'
5916 fi
5917 ;;
5918 irix* | nonstopux*)
5919 symcode='[BCDEGRST]'
5920 ;;
5921 osf*)
5922 symcode='[BCDEGQRST]'
5923 ;;
5924 solaris*)
5925 symcode='[BDRT]'
5926 ;;
5927 sco3.2v5*)
5928 symcode='[DT]'
5929 ;;
5930 sysv4.2uw2*)
5931 symcode='[DT]'
5932 ;;
5933 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5934 symcode='[ABDT]'
5935 ;;
5936 sysv4)
5937 symcode='[DFNSTU]'
5938 ;;
5939 esac
5940
5941 # If we're using GNU nm, then use its standard symbol codes.
5942 case `$NM -V 2>&1` in
5943 *GNU* | *'with BFD'*)
5944 symcode='[ABCDGIRSTW]' ;;
5945 esac
5946
5947 # Transform an extracted symbol line into a proper C declaration.
5948 # Some systems (esp. on ia64) link data and code symbols differently,
5949 # so use this general approach.
5950 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5951
5952 # Transform an extracted symbol line into symbol name and symbol address
5953 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5954 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
5955
5956 # Handle CRLF in mingw tool chain
5957 opt_cr=
5958 case $build_os in
5959 mingw*)
5960 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5961 ;;
5962 esac
5963
5964 # Try without a prefix underscore, then with it.
5965 for ac_symprfx in "" "_"; do
5966
5967 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5968 symxfrm="\\1 $ac_symprfx\\2 \\2"
5969
5970 # Write the raw and C identifiers.
5971 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5972 # Fake it for dumpbin and say T for any non-static function
5973 # and D for any global variable.
5974 # Also find C++ and __fastcall symbols from MSVC++,
5975 # which start with @ or ?.
5976 lt_cv_sys_global_symbol_pipe="$AWK '"\
5977 " {last_section=section; section=\$ 3};"\
5978 " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
5979 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5980 " \$ 0!~/External *\|/{next};"\
5981 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5982 " {if(hide[section]) next};"\
5983 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5984 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5985 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
5986 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5987 " ' prfx=^$ac_symprfx"
5988 else
5989 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5990 fi
5991 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
5992
5993 # Check to see that the pipe works correctly.
5994 pipe_works=no
5995
5996 rm -f conftest*
5997 cat > conftest.$ac_ext <<_LT_EOF
5998 #ifdef __cplusplus
5999 extern "C" {
6000 #endif
6001 char nm_test_var;
6002 void nm_test_func(void);
6003 void nm_test_func(void){}
6004 #ifdef __cplusplus
6005 }
6006 #endif
6007 int main(){nm_test_var='a';nm_test_func();return(0);}
6008 _LT_EOF
6009
6010 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6011 (eval $ac_compile) 2>&5
6012 ac_status=$?
6013 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6014 test $ac_status = 0; }; then
6015 # Now try to grab the symbols.
6016 nlist=conftest.nm
6017 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6018 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6019 ac_status=$?
6020 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6021 test $ac_status = 0; } && test -s "$nlist"; then
6022 # Try sorting and uniquifying the output.
6023 if sort "$nlist" | uniq > "$nlist"T; then
6024 mv -f "$nlist"T "$nlist"
6025 else
6026 rm -f "$nlist"T
6027 fi
6028
6029 # Make sure that we snagged all the symbols we need.
6030 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6031 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6032 cat <<_LT_EOF > conftest.$ac_ext
6033 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
6034 #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
6035 /* DATA imports from DLLs on WIN32 con't be const, because runtime
6036 relocations are performed -- see ld's documentation on pseudo-relocs. */
6037 # define LT_DLSYM_CONST
6038 #elif defined(__osf__)
6039 /* This system does not cope well with relocations in const data. */
6040 # define LT_DLSYM_CONST
6041 #else
6042 # define LT_DLSYM_CONST const
6043 #endif
6044
6045 #ifdef __cplusplus
6046 extern "C" {
6047 #endif
6048
6049 _LT_EOF
6050 # Now generate the symbol file.
6051 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6052
6053 cat <<_LT_EOF >> conftest.$ac_ext
6054
6055 /* The mapping between symbol names and symbols. */
6056 LT_DLSYM_CONST struct {
6057 const char *name;
6058 void *address;
6059 }
6060 lt__PROGRAM__LTX_preloaded_symbols[] =
6061 {
6062 { "@PROGRAM@", (void *) 0 },
6063 _LT_EOF
6064 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6065 cat <<\_LT_EOF >> conftest.$ac_ext
6066 {0, (void *) 0}
6067 };
6068
6069 /* This works around a problem in FreeBSD linker */
6070 #ifdef FREEBSD_WORKAROUND
6071 static const void *lt_preloaded_setup() {
6072 return lt__PROGRAM__LTX_preloaded_symbols;
6073 }
6074 #endif
6075
6076 #ifdef __cplusplus
6077 }
6078 #endif
6079 _LT_EOF
6080 # Now try linking the two files.
6081 mv conftest.$ac_objext conftstm.$ac_objext
6082 lt_globsym_save_LIBS=$LIBS
6083 lt_globsym_save_CFLAGS=$CFLAGS
6084 LIBS="conftstm.$ac_objext"
6085 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6086 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6087 (eval $ac_link) 2>&5
6088 ac_status=$?
6089 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6090 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6091 pipe_works=yes
6092 fi
6093 LIBS=$lt_globsym_save_LIBS
6094 CFLAGS=$lt_globsym_save_CFLAGS
6095 else
6096 echo "cannot find nm_test_func in $nlist" >&5
6097 fi
6098 else
6099 echo "cannot find nm_test_var in $nlist" >&5
6100 fi
6101 else
6102 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6103 fi
6104 else
6105 echo "$progname: failed program was:" >&5
6106 cat conftest.$ac_ext >&5
6107 fi
6108 rm -rf conftest* conftst*
6109
6110 # Do not use the global_symbol_pipe unless it works.
6111 if test "$pipe_works" = yes; then
6112 break
6113 else
6114 lt_cv_sys_global_symbol_pipe=
6115 fi
6116 done
6117
6118 fi
6119
6120 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6121 lt_cv_sys_global_symbol_to_cdecl=
6122 fi
6123 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6125 $as_echo "failed" >&6; }
6126 else
6127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6128 $as_echo "ok" >&6; }
6129 fi
6130
6131 # Response file support.
6132 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6133 nm_file_list_spec='@'
6134 elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
6135 nm_file_list_spec='@'
6136 fi
6137
6138
6139
6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
6163
6164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
6165 $as_echo_n "checking for sysroot... " >&6; }
6166
6167 # Check whether --with-sysroot was given.
6168 if test "${with_sysroot+set}" = set; then :
6169 withval=$with_sysroot;
6170 else
6171 with_sysroot=no
6172 fi
6173
6174
6175 lt_sysroot=
6176 case ${with_sysroot} in #(
6177 yes)
6178 if test "$GCC" = yes; then
6179 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
6180 fi
6181 ;; #(
6182 /*)
6183 lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
6184 ;; #(
6185 no|'')
6186 ;; #(
6187 *)
6188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5
6189 $as_echo "${with_sysroot}" >&6; }
6190 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
6191 ;;
6192 esac
6193
6194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
6195 $as_echo "${lt_sysroot:-no}" >&6; }
6196
6197
6198
6199
6200
6201 # Check whether --enable-libtool-lock was given.
6202 if test "${enable_libtool_lock+set}" = set; then :
6203 enableval=$enable_libtool_lock;
6204 fi
6205
6206 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6207
6208 # Some flags need to be propagated to the compiler or linker for good
6209 # libtool support.
6210 case $host in
6211 ia64-*-hpux*)
6212 # Find out which ABI we are using.
6213 echo 'int i;' > conftest.$ac_ext
6214 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6215 (eval $ac_compile) 2>&5
6216 ac_status=$?
6217 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6218 test $ac_status = 0; }; then
6219 case `/usr/bin/file conftest.$ac_objext` in
6220 *ELF-32*)
6221 HPUX_IA64_MODE="32"
6222 ;;
6223 *ELF-64*)
6224 HPUX_IA64_MODE="64"
6225 ;;
6226 esac
6227 fi
6228 rm -rf conftest*
6229 ;;
6230 *-*-irix6*)
6231 # Find out which ABI we are using.
6232 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6233 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6234 (eval $ac_compile) 2>&5
6235 ac_status=$?
6236 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6237 test $ac_status = 0; }; then
6238 if test "$lt_cv_prog_gnu_ld" = yes; then
6239 case `/usr/bin/file conftest.$ac_objext` in
6240 *32-bit*)
6241 LD="${LD-ld} -melf32bsmip"
6242 ;;
6243 *N32*)
6244 LD="${LD-ld} -melf32bmipn32"
6245 ;;
6246 *64-bit*)
6247 LD="${LD-ld} -melf64bmip"
6248 ;;
6249 esac
6250 else
6251 case `/usr/bin/file conftest.$ac_objext` in
6252 *32-bit*)
6253 LD="${LD-ld} -32"
6254 ;;
6255 *N32*)
6256 LD="${LD-ld} -n32"
6257 ;;
6258 *64-bit*)
6259 LD="${LD-ld} -64"
6260 ;;
6261 esac
6262 fi
6263 fi
6264 rm -rf conftest*
6265 ;;
6266
6267 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6268 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6269 # Find out which ABI we are using.
6270 echo 'int i;' > conftest.$ac_ext
6271 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6272 (eval $ac_compile) 2>&5
6273 ac_status=$?
6274 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6275 test $ac_status = 0; }; then
6276 case `/usr/bin/file conftest.o` in
6277 *32-bit*)
6278 case $host in
6279 x86_64-*kfreebsd*-gnu)
6280 LD="${LD-ld} -m elf_i386_fbsd"
6281 ;;
6282 x86_64-*linux*)
6283 LD="${LD-ld} -m elf_i386"
6284 ;;
6285 ppc64-*linux*|powerpc64-*linux*)
6286 LD="${LD-ld} -m elf32ppclinux"
6287 ;;
6288 s390x-*linux*)
6289 LD="${LD-ld} -m elf_s390"
6290 ;;
6291 sparc64-*linux*)
6292 LD="${LD-ld} -m elf32_sparc"
6293 ;;
6294 esac
6295 ;;
6296 *64-bit*)
6297 case $host in
6298 x86_64-*kfreebsd*-gnu)
6299 LD="${LD-ld} -m elf_x86_64_fbsd"
6300 ;;
6301 x86_64-*linux*)
6302 LD="${LD-ld} -m elf_x86_64"
6303 ;;
6304 ppc*-*linux*|powerpc*-*linux*)
6305 LD="${LD-ld} -m elf64ppc"
6306 ;;
6307 s390*-*linux*|s390*-*tpf*)
6308 LD="${LD-ld} -m elf64_s390"
6309 ;;
6310 sparc*-*linux*)
6311 LD="${LD-ld} -m elf64_sparc"
6312 ;;
6313 esac
6314 ;;
6315 esac
6316 fi
6317 rm -rf conftest*
6318 ;;
6319
6320 *-*-sco3.2v5*)
6321 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6322 SAVE_CFLAGS="$CFLAGS"
6323 CFLAGS="$CFLAGS -belf"
6324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6325 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6326 if ${lt_cv_cc_needs_belf+:} false; then :
6327 $as_echo_n "(cached) " >&6
6328 else
6329 ac_ext=c
6330 ac_cpp='$CPP $CPPFLAGS'
6331 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6332 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6333 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6334
6335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6336 /* end confdefs.h. */
6337
6338 int
6339 main ()
6340 {
6341
6342 ;
6343 return 0;
6344 }
6345 _ACEOF
6346 if ac_fn_c_try_link "$LINENO"; then :
6347 lt_cv_cc_needs_belf=yes
6348 else
6349 lt_cv_cc_needs_belf=no
6350 fi
6351 rm -f core conftest.err conftest.$ac_objext \
6352 conftest$ac_exeext conftest.$ac_ext
6353 ac_ext=c
6354 ac_cpp='$CPP $CPPFLAGS'
6355 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6356 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6357 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6358
6359 fi
6360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6361 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6362 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6363 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6364 CFLAGS="$SAVE_CFLAGS"
6365 fi
6366 ;;
6367 *-*solaris*)
6368 # Find out which ABI we are using.
6369 echo 'int i;' > conftest.$ac_ext
6370 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6371 (eval $ac_compile) 2>&5
6372 ac_status=$?
6373 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6374 test $ac_status = 0; }; then
6375 case `/usr/bin/file conftest.o` in
6376 *64-bit*)
6377 case $lt_cv_prog_gnu_ld in
6378 yes*)
6379 case $host in
6380 i?86-*-solaris*)
6381 LD="${LD-ld} -m elf_x86_64"
6382 ;;
6383 sparc*-*-solaris*)
6384 LD="${LD-ld} -m elf64_sparc"
6385 ;;
6386 esac
6387 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
6388 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
6389 LD="${LD-ld}_sol2"
6390 fi
6391 ;;
6392 *)
6393 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6394 LD="${LD-ld} -64"
6395 fi
6396 ;;
6397 esac
6398 ;;
6399 esac
6400 fi
6401 rm -rf conftest*
6402 ;;
6403 esac
6404
6405 need_locks="$enable_libtool_lock"
6406
6407 if test -n "$ac_tool_prefix"; then
6408 # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
6409 set dummy ${ac_tool_prefix}mt; ac_word=$2
6410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6411 $as_echo_n "checking for $ac_word... " >&6; }
6412 if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
6413 $as_echo_n "(cached) " >&6
6414 else
6415 if test -n "$MANIFEST_TOOL"; then
6416 ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
6417 else
6418 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6419 for as_dir in $PATH
6420 do
6421 IFS=$as_save_IFS
6422 test -z "$as_dir" && as_dir=.
6423 for ac_exec_ext in '' $ac_executable_extensions; do
6424 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6425 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
6426 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6427 break 2
6428 fi
6429 done
6430 done
6431 IFS=$as_save_IFS
6432
6433 fi
6434 fi
6435 MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
6436 if test -n "$MANIFEST_TOOL"; then
6437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
6438 $as_echo "$MANIFEST_TOOL" >&6; }
6439 else
6440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6441 $as_echo "no" >&6; }
6442 fi
6443
6444
6445 fi
6446 if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
6447 ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
6448 # Extract the first word of "mt", so it can be a program name with args.
6449 set dummy mt; ac_word=$2
6450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6451 $as_echo_n "checking for $ac_word... " >&6; }
6452 if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
6453 $as_echo_n "(cached) " >&6
6454 else
6455 if test -n "$ac_ct_MANIFEST_TOOL"; then
6456 ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
6457 else
6458 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6459 for as_dir in $PATH
6460 do
6461 IFS=$as_save_IFS
6462 test -z "$as_dir" && as_dir=.
6463 for ac_exec_ext in '' $ac_executable_extensions; do
6464 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6465 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
6466 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6467 break 2
6468 fi
6469 done
6470 done
6471 IFS=$as_save_IFS
6472
6473 fi
6474 fi
6475 ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
6476 if test -n "$ac_ct_MANIFEST_TOOL"; then
6477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
6478 $as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
6479 else
6480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6481 $as_echo "no" >&6; }
6482 fi
6483
6484 if test "x$ac_ct_MANIFEST_TOOL" = x; then
6485 MANIFEST_TOOL=":"
6486 else
6487 case $cross_compiling:$ac_tool_warned in
6488 yes:)
6489 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6490 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6491 ac_tool_warned=yes ;;
6492 esac
6493 MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
6494 fi
6495 else
6496 MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
6497 fi
6498
6499 test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
6500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
6501 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
6502 if ${lt_cv_path_mainfest_tool+:} false; then :
6503 $as_echo_n "(cached) " >&6
6504 else
6505 lt_cv_path_mainfest_tool=no
6506 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
6507 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
6508 cat conftest.err >&5
6509 if $GREP 'Manifest Tool' conftest.out > /dev/null; then
6510 lt_cv_path_mainfest_tool=yes
6511 fi
6512 rm -f conftest*
6513 fi
6514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
6515 $as_echo "$lt_cv_path_mainfest_tool" >&6; }
6516 if test "x$lt_cv_path_mainfest_tool" != xyes; then
6517 MANIFEST_TOOL=:
6518 fi
6519
6520
6521
6522
6523
6524
6525 case $host_os in
6526 rhapsody* | darwin*)
6527 if test -n "$ac_tool_prefix"; then
6528 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6529 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6531 $as_echo_n "checking for $ac_word... " >&6; }
6532 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6533 $as_echo_n "(cached) " >&6
6534 else
6535 if test -n "$DSYMUTIL"; then
6536 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6537 else
6538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6539 for as_dir in $PATH
6540 do
6541 IFS=$as_save_IFS
6542 test -z "$as_dir" && as_dir=.
6543 for ac_exec_ext in '' $ac_executable_extensions; do
6544 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6545 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6546 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6547 break 2
6548 fi
6549 done
6550 done
6551 IFS=$as_save_IFS
6552
6553 fi
6554 fi
6555 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6556 if test -n "$DSYMUTIL"; then
6557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6558 $as_echo "$DSYMUTIL" >&6; }
6559 else
6560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6561 $as_echo "no" >&6; }
6562 fi
6563
6564
6565 fi
6566 if test -z "$ac_cv_prog_DSYMUTIL"; then
6567 ac_ct_DSYMUTIL=$DSYMUTIL
6568 # Extract the first word of "dsymutil", so it can be a program name with args.
6569 set dummy dsymutil; ac_word=$2
6570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6571 $as_echo_n "checking for $ac_word... " >&6; }
6572 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6573 $as_echo_n "(cached) " >&6
6574 else
6575 if test -n "$ac_ct_DSYMUTIL"; then
6576 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6577 else
6578 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6579 for as_dir in $PATH
6580 do
6581 IFS=$as_save_IFS
6582 test -z "$as_dir" && as_dir=.
6583 for ac_exec_ext in '' $ac_executable_extensions; do
6584 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6585 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6586 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6587 break 2
6588 fi
6589 done
6590 done
6591 IFS=$as_save_IFS
6592
6593 fi
6594 fi
6595 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6596 if test -n "$ac_ct_DSYMUTIL"; then
6597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6598 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6599 else
6600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6601 $as_echo "no" >&6; }
6602 fi
6603
6604 if test "x$ac_ct_DSYMUTIL" = x; then
6605 DSYMUTIL=":"
6606 else
6607 case $cross_compiling:$ac_tool_warned in
6608 yes:)
6609 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6610 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6611 ac_tool_warned=yes ;;
6612 esac
6613 DSYMUTIL=$ac_ct_DSYMUTIL
6614 fi
6615 else
6616 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6617 fi
6618
6619 if test -n "$ac_tool_prefix"; then
6620 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6621 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6623 $as_echo_n "checking for $ac_word... " >&6; }
6624 if ${ac_cv_prog_NMEDIT+:} false; then :
6625 $as_echo_n "(cached) " >&6
6626 else
6627 if test -n "$NMEDIT"; then
6628 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6629 else
6630 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6631 for as_dir in $PATH
6632 do
6633 IFS=$as_save_IFS
6634 test -z "$as_dir" && as_dir=.
6635 for ac_exec_ext in '' $ac_executable_extensions; do
6636 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6637 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6638 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6639 break 2
6640 fi
6641 done
6642 done
6643 IFS=$as_save_IFS
6644
6645 fi
6646 fi
6647 NMEDIT=$ac_cv_prog_NMEDIT
6648 if test -n "$NMEDIT"; then
6649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6650 $as_echo "$NMEDIT" >&6; }
6651 else
6652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6653 $as_echo "no" >&6; }
6654 fi
6655
6656
6657 fi
6658 if test -z "$ac_cv_prog_NMEDIT"; then
6659 ac_ct_NMEDIT=$NMEDIT
6660 # Extract the first word of "nmedit", so it can be a program name with args.
6661 set dummy nmedit; ac_word=$2
6662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6663 $as_echo_n "checking for $ac_word... " >&6; }
6664 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6665 $as_echo_n "(cached) " >&6
6666 else
6667 if test -n "$ac_ct_NMEDIT"; then
6668 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6669 else
6670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6671 for as_dir in $PATH
6672 do
6673 IFS=$as_save_IFS
6674 test -z "$as_dir" && as_dir=.
6675 for ac_exec_ext in '' $ac_executable_extensions; do
6676 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6677 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6678 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6679 break 2
6680 fi
6681 done
6682 done
6683 IFS=$as_save_IFS
6684
6685 fi
6686 fi
6687 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6688 if test -n "$ac_ct_NMEDIT"; then
6689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6690 $as_echo "$ac_ct_NMEDIT" >&6; }
6691 else
6692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6693 $as_echo "no" >&6; }
6694 fi
6695
6696 if test "x$ac_ct_NMEDIT" = x; then
6697 NMEDIT=":"
6698 else
6699 case $cross_compiling:$ac_tool_warned in
6700 yes:)
6701 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6702 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6703 ac_tool_warned=yes ;;
6704 esac
6705 NMEDIT=$ac_ct_NMEDIT
6706 fi
6707 else
6708 NMEDIT="$ac_cv_prog_NMEDIT"
6709 fi
6710
6711 if test -n "$ac_tool_prefix"; then
6712 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6713 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6715 $as_echo_n "checking for $ac_word... " >&6; }
6716 if ${ac_cv_prog_LIPO+:} false; then :
6717 $as_echo_n "(cached) " >&6
6718 else
6719 if test -n "$LIPO"; then
6720 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6721 else
6722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6723 for as_dir in $PATH
6724 do
6725 IFS=$as_save_IFS
6726 test -z "$as_dir" && as_dir=.
6727 for ac_exec_ext in '' $ac_executable_extensions; do
6728 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6729 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6731 break 2
6732 fi
6733 done
6734 done
6735 IFS=$as_save_IFS
6736
6737 fi
6738 fi
6739 LIPO=$ac_cv_prog_LIPO
6740 if test -n "$LIPO"; then
6741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6742 $as_echo "$LIPO" >&6; }
6743 else
6744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6745 $as_echo "no" >&6; }
6746 fi
6747
6748
6749 fi
6750 if test -z "$ac_cv_prog_LIPO"; then
6751 ac_ct_LIPO=$LIPO
6752 # Extract the first word of "lipo", so it can be a program name with args.
6753 set dummy lipo; ac_word=$2
6754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6755 $as_echo_n "checking for $ac_word... " >&6; }
6756 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6757 $as_echo_n "(cached) " >&6
6758 else
6759 if test -n "$ac_ct_LIPO"; then
6760 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6761 else
6762 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6763 for as_dir in $PATH
6764 do
6765 IFS=$as_save_IFS
6766 test -z "$as_dir" && as_dir=.
6767 for ac_exec_ext in '' $ac_executable_extensions; do
6768 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6769 ac_cv_prog_ac_ct_LIPO="lipo"
6770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6771 break 2
6772 fi
6773 done
6774 done
6775 IFS=$as_save_IFS
6776
6777 fi
6778 fi
6779 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6780 if test -n "$ac_ct_LIPO"; then
6781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6782 $as_echo "$ac_ct_LIPO" >&6; }
6783 else
6784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6785 $as_echo "no" >&6; }
6786 fi
6787
6788 if test "x$ac_ct_LIPO" = x; then
6789 LIPO=":"
6790 else
6791 case $cross_compiling:$ac_tool_warned in
6792 yes:)
6793 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6794 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6795 ac_tool_warned=yes ;;
6796 esac
6797 LIPO=$ac_ct_LIPO
6798 fi
6799 else
6800 LIPO="$ac_cv_prog_LIPO"
6801 fi
6802
6803 if test -n "$ac_tool_prefix"; then
6804 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6805 set dummy ${ac_tool_prefix}otool; ac_word=$2
6806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6807 $as_echo_n "checking for $ac_word... " >&6; }
6808 if ${ac_cv_prog_OTOOL+:} false; then :
6809 $as_echo_n "(cached) " >&6
6810 else
6811 if test -n "$OTOOL"; then
6812 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6813 else
6814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6815 for as_dir in $PATH
6816 do
6817 IFS=$as_save_IFS
6818 test -z "$as_dir" && as_dir=.
6819 for ac_exec_ext in '' $ac_executable_extensions; do
6820 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6821 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6823 break 2
6824 fi
6825 done
6826 done
6827 IFS=$as_save_IFS
6828
6829 fi
6830 fi
6831 OTOOL=$ac_cv_prog_OTOOL
6832 if test -n "$OTOOL"; then
6833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6834 $as_echo "$OTOOL" >&6; }
6835 else
6836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6837 $as_echo "no" >&6; }
6838 fi
6839
6840
6841 fi
6842 if test -z "$ac_cv_prog_OTOOL"; then
6843 ac_ct_OTOOL=$OTOOL
6844 # Extract the first word of "otool", so it can be a program name with args.
6845 set dummy otool; ac_word=$2
6846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6847 $as_echo_n "checking for $ac_word... " >&6; }
6848 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6849 $as_echo_n "(cached) " >&6
6850 else
6851 if test -n "$ac_ct_OTOOL"; then
6852 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6853 else
6854 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6855 for as_dir in $PATH
6856 do
6857 IFS=$as_save_IFS
6858 test -z "$as_dir" && as_dir=.
6859 for ac_exec_ext in '' $ac_executable_extensions; do
6860 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6861 ac_cv_prog_ac_ct_OTOOL="otool"
6862 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6863 break 2
6864 fi
6865 done
6866 done
6867 IFS=$as_save_IFS
6868
6869 fi
6870 fi
6871 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6872 if test -n "$ac_ct_OTOOL"; then
6873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6874 $as_echo "$ac_ct_OTOOL" >&6; }
6875 else
6876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6877 $as_echo "no" >&6; }
6878 fi
6879
6880 if test "x$ac_ct_OTOOL" = x; then
6881 OTOOL=":"
6882 else
6883 case $cross_compiling:$ac_tool_warned in
6884 yes:)
6885 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6886 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6887 ac_tool_warned=yes ;;
6888 esac
6889 OTOOL=$ac_ct_OTOOL
6890 fi
6891 else
6892 OTOOL="$ac_cv_prog_OTOOL"
6893 fi
6894
6895 if test -n "$ac_tool_prefix"; then
6896 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6897 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6899 $as_echo_n "checking for $ac_word... " >&6; }
6900 if ${ac_cv_prog_OTOOL64+:} false; then :
6901 $as_echo_n "(cached) " >&6
6902 else
6903 if test -n "$OTOOL64"; then
6904 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6905 else
6906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6907 for as_dir in $PATH
6908 do
6909 IFS=$as_save_IFS
6910 test -z "$as_dir" && as_dir=.
6911 for ac_exec_ext in '' $ac_executable_extensions; do
6912 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6913 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6915 break 2
6916 fi
6917 done
6918 done
6919 IFS=$as_save_IFS
6920
6921 fi
6922 fi
6923 OTOOL64=$ac_cv_prog_OTOOL64
6924 if test -n "$OTOOL64"; then
6925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6926 $as_echo "$OTOOL64" >&6; }
6927 else
6928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6929 $as_echo "no" >&6; }
6930 fi
6931
6932
6933 fi
6934 if test -z "$ac_cv_prog_OTOOL64"; then
6935 ac_ct_OTOOL64=$OTOOL64
6936 # Extract the first word of "otool64", so it can be a program name with args.
6937 set dummy otool64; ac_word=$2
6938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6939 $as_echo_n "checking for $ac_word... " >&6; }
6940 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6941 $as_echo_n "(cached) " >&6
6942 else
6943 if test -n "$ac_ct_OTOOL64"; then
6944 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6945 else
6946 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6947 for as_dir in $PATH
6948 do
6949 IFS=$as_save_IFS
6950 test -z "$as_dir" && as_dir=.
6951 for ac_exec_ext in '' $ac_executable_extensions; do
6952 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6953 ac_cv_prog_ac_ct_OTOOL64="otool64"
6954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6955 break 2
6956 fi
6957 done
6958 done
6959 IFS=$as_save_IFS
6960
6961 fi
6962 fi
6963 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6964 if test -n "$ac_ct_OTOOL64"; then
6965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6966 $as_echo "$ac_ct_OTOOL64" >&6; }
6967 else
6968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6969 $as_echo "no" >&6; }
6970 fi
6971
6972 if test "x$ac_ct_OTOOL64" = x; then
6973 OTOOL64=":"
6974 else
6975 case $cross_compiling:$ac_tool_warned in
6976 yes:)
6977 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6978 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6979 ac_tool_warned=yes ;;
6980 esac
6981 OTOOL64=$ac_ct_OTOOL64
6982 fi
6983 else
6984 OTOOL64="$ac_cv_prog_OTOOL64"
6985 fi
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7014 $as_echo_n "checking for -single_module linker flag... " >&6; }
7015 if ${lt_cv_apple_cc_single_mod+:} false; then :
7016 $as_echo_n "(cached) " >&6
7017 else
7018 lt_cv_apple_cc_single_mod=no
7019 if test -z "${LT_MULTI_MODULE}"; then
7020 # By default we will add the -single_module flag. You can override
7021 # by either setting the environment variable LT_MULTI_MODULE
7022 # non-empty at configure time, or by adding -multi_module to the
7023 # link flags.
7024 rm -rf libconftest.dylib*
7025 echo "int foo(void){return 1;}" > conftest.c
7026 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7027 -dynamiclib -Wl,-single_module conftest.c" >&5
7028 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7029 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7030 _lt_result=$?
7031 # If there is a non-empty error log, and "single_module"
7032 # appears in it, assume the flag caused a linker warning
7033 if test -s conftest.err && $GREP single_module conftest.err; then
7034 cat conftest.err >&5
7035 # Otherwise, if the output was created with a 0 exit code from
7036 # the compiler, it worked.
7037 elif test -f libconftest.dylib && test $_lt_result -eq 0; then
7038 lt_cv_apple_cc_single_mod=yes
7039 else
7040 cat conftest.err >&5
7041 fi
7042 rm -rf libconftest.dylib*
7043 rm -f conftest.*
7044 fi
7045 fi
7046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7047 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7048
7049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7050 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7051 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7052 $as_echo_n "(cached) " >&6
7053 else
7054 lt_cv_ld_exported_symbols_list=no
7055 save_LDFLAGS=$LDFLAGS
7056 echo "_main" > conftest.sym
7057 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7059 /* end confdefs.h. */
7060
7061 int
7062 main ()
7063 {
7064
7065 ;
7066 return 0;
7067 }
7068 _ACEOF
7069 if ac_fn_c_try_link "$LINENO"; then :
7070 lt_cv_ld_exported_symbols_list=yes
7071 else
7072 lt_cv_ld_exported_symbols_list=no
7073 fi
7074 rm -f core conftest.err conftest.$ac_objext \
7075 conftest$ac_exeext conftest.$ac_ext
7076 LDFLAGS="$save_LDFLAGS"
7077
7078 fi
7079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7080 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7081
7082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7083 $as_echo_n "checking for -force_load linker flag... " >&6; }
7084 if ${lt_cv_ld_force_load+:} false; then :
7085 $as_echo_n "(cached) " >&6
7086 else
7087 lt_cv_ld_force_load=no
7088 cat > conftest.c << _LT_EOF
7089 int forced_loaded() { return 2;}
7090 _LT_EOF
7091 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7092 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7093 echo "$AR cru libconftest.a conftest.o" >&5
7094 $AR cru libconftest.a conftest.o 2>&5
7095 echo "$RANLIB libconftest.a" >&5
7096 $RANLIB libconftest.a 2>&5
7097 cat > conftest.c << _LT_EOF
7098 int main() { return 0;}
7099 _LT_EOF
7100 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7101 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7102 _lt_result=$?
7103 if test -s conftest.err && $GREP force_load conftest.err; then
7104 cat conftest.err >&5
7105 elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
7106 lt_cv_ld_force_load=yes
7107 else
7108 cat conftest.err >&5
7109 fi
7110 rm -f conftest.err libconftest.a conftest conftest.c
7111 rm -rf conftest.dSYM
7112
7113 fi
7114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7115 $as_echo "$lt_cv_ld_force_load" >&6; }
7116 case $host_os in
7117 rhapsody* | darwin1.[012])
7118 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7119 darwin1.*)
7120 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7121 darwin*) # darwin 5.x on
7122 # if running on 10.5 or later, the deployment target defaults
7123 # to the OS version, if on x86, and 10.4, the deployment
7124 # target defaults to 10.4. Don't you love it?
7125 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7126 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7127 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7128 10.[012]*)
7129 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7130 10.*)
7131 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7132 esac
7133 ;;
7134 esac
7135 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7136 _lt_dar_single_mod='$single_module'
7137 fi
7138 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7139 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7140 else
7141 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7142 fi
7143 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7144 _lt_dsymutil='~$DSYMUTIL $lib || :'
7145 else
7146 _lt_dsymutil=
7147 fi
7148 ;;
7149 esac
7150
7151 ac_ext=c
7152 ac_cpp='$CPP $CPPFLAGS'
7153 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7154 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7155 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7157 $as_echo_n "checking how to run the C preprocessor... " >&6; }
7158 # On Suns, sometimes $CPP names a directory.
7159 if test -n "$CPP" && test -d "$CPP"; then
7160 CPP=
7161 fi
7162 if test -z "$CPP"; then
7163 if ${ac_cv_prog_CPP+:} false; then :
7164 $as_echo_n "(cached) " >&6
7165 else
7166 # Double quotes because CPP needs to be expanded
7167 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7168 do
7169 ac_preproc_ok=false
7170 for ac_c_preproc_warn_flag in '' yes
7171 do
7172 # Use a header file that comes with gcc, so configuring glibc
7173 # with a fresh cross-compiler works.
7174 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7175 # <limits.h> exists even on freestanding compilers.
7176 # On the NeXT, cc -E runs the code through the compiler's parser,
7177 # not just through cpp. "Syntax error" is here to catch this case.
7178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7179 /* end confdefs.h. */
7180 #ifdef __STDC__
7181 # include <limits.h>
7182 #else
7183 # include <assert.h>
7184 #endif
7185 Syntax error
7186 _ACEOF
7187 if ac_fn_c_try_cpp "$LINENO"; then :
7188
7189 else
7190 # Broken: fails on valid input.
7191 continue
7192 fi
7193 rm -f conftest.err conftest.i conftest.$ac_ext
7194
7195 # OK, works on sane cases. Now check whether nonexistent headers
7196 # can be detected and how.
7197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7198 /* end confdefs.h. */
7199 #include <ac_nonexistent.h>
7200 _ACEOF
7201 if ac_fn_c_try_cpp "$LINENO"; then :
7202 # Broken: success on invalid input.
7203 continue
7204 else
7205 # Passes both tests.
7206 ac_preproc_ok=:
7207 break
7208 fi
7209 rm -f conftest.err conftest.i conftest.$ac_ext
7210
7211 done
7212 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7213 rm -f conftest.i conftest.err conftest.$ac_ext
7214 if $ac_preproc_ok; then :
7215 break
7216 fi
7217
7218 done
7219 ac_cv_prog_CPP=$CPP
7220
7221 fi
7222 CPP=$ac_cv_prog_CPP
7223 else
7224 ac_cv_prog_CPP=$CPP
7225 fi
7226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7227 $as_echo "$CPP" >&6; }
7228 ac_preproc_ok=false
7229 for ac_c_preproc_warn_flag in '' yes
7230 do
7231 # Use a header file that comes with gcc, so configuring glibc
7232 # with a fresh cross-compiler works.
7233 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7234 # <limits.h> exists even on freestanding compilers.
7235 # On the NeXT, cc -E runs the code through the compiler's parser,
7236 # not just through cpp. "Syntax error" is here to catch this case.
7237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7238 /* end confdefs.h. */
7239 #ifdef __STDC__
7240 # include <limits.h>
7241 #else
7242 # include <assert.h>
7243 #endif
7244 Syntax error
7245 _ACEOF
7246 if ac_fn_c_try_cpp "$LINENO"; then :
7247
7248 else
7249 # Broken: fails on valid input.
7250 continue
7251 fi
7252 rm -f conftest.err conftest.i conftest.$ac_ext
7253
7254 # OK, works on sane cases. Now check whether nonexistent headers
7255 # can be detected and how.
7256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7257 /* end confdefs.h. */
7258 #include <ac_nonexistent.h>
7259 _ACEOF
7260 if ac_fn_c_try_cpp "$LINENO"; then :
7261 # Broken: success on invalid input.
7262 continue
7263 else
7264 # Passes both tests.
7265 ac_preproc_ok=:
7266 break
7267 fi
7268 rm -f conftest.err conftest.i conftest.$ac_ext
7269
7270 done
7271 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7272 rm -f conftest.i conftest.err conftest.$ac_ext
7273 if $ac_preproc_ok; then :
7274
7275 else
7276 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7277 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7278 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7279 See \`config.log' for more details" "$LINENO" 5; }
7280 fi
7281
7282 ac_ext=c
7283 ac_cpp='$CPP $CPPFLAGS'
7284 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7285 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7286 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7287
7288
7289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7290 $as_echo_n "checking for ANSI C header files... " >&6; }
7291 if ${ac_cv_header_stdc+:} false; then :
7292 $as_echo_n "(cached) " >&6
7293 else
7294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7295 /* end confdefs.h. */
7296 #include <stdlib.h>
7297 #include <stdarg.h>
7298 #include <string.h>
7299 #include <float.h>
7300
7301 int
7302 main ()
7303 {
7304
7305 ;
7306 return 0;
7307 }
7308 _ACEOF
7309 if ac_fn_c_try_compile "$LINENO"; then :
7310 ac_cv_header_stdc=yes
7311 else
7312 ac_cv_header_stdc=no
7313 fi
7314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7315
7316 if test $ac_cv_header_stdc = yes; then
7317 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7319 /* end confdefs.h. */
7320 #include <string.h>
7321
7322 _ACEOF
7323 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7324 $EGREP "memchr" >/dev/null 2>&1; then :
7325
7326 else
7327 ac_cv_header_stdc=no
7328 fi
7329 rm -f conftest*
7330
7331 fi
7332
7333 if test $ac_cv_header_stdc = yes; then
7334 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7336 /* end confdefs.h. */
7337 #include <stdlib.h>
7338
7339 _ACEOF
7340 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7341 $EGREP "free" >/dev/null 2>&1; then :
7342
7343 else
7344 ac_cv_header_stdc=no
7345 fi
7346 rm -f conftest*
7347
7348 fi
7349
7350 if test $ac_cv_header_stdc = yes; then
7351 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7352 if test "$cross_compiling" = yes; then :
7353 :
7354 else
7355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7356 /* end confdefs.h. */
7357 #include <ctype.h>
7358 #include <stdlib.h>
7359 #if ((' ' & 0x0FF) == 0x020)
7360 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7361 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7362 #else
7363 # define ISLOWER(c) \
7364 (('a' <= (c) && (c) <= 'i') \
7365 || ('j' <= (c) && (c) <= 'r') \
7366 || ('s' <= (c) && (c) <= 'z'))
7367 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7368 #endif
7369
7370 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7371 int
7372 main ()
7373 {
7374 int i;
7375 for (i = 0; i < 256; i++)
7376 if (XOR (islower (i), ISLOWER (i))
7377 || toupper (i) != TOUPPER (i))
7378 return 2;
7379 return 0;
7380 }
7381 _ACEOF
7382 if ac_fn_c_try_run "$LINENO"; then :
7383
7384 else
7385 ac_cv_header_stdc=no
7386 fi
7387 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7388 conftest.$ac_objext conftest.beam conftest.$ac_ext
7389 fi
7390
7391 fi
7392 fi
7393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7394 $as_echo "$ac_cv_header_stdc" >&6; }
7395 if test $ac_cv_header_stdc = yes; then
7396
7397 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7398
7399 fi
7400
7401 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7402 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7403 inttypes.h stdint.h unistd.h
7404 do :
7405 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7406 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7407 "
7408 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7409 cat >>confdefs.h <<_ACEOF
7410 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7411 _ACEOF
7412
7413 fi
7414
7415 done
7416
7417
7418 for ac_header in dlfcn.h
7419 do :
7420 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7421 "
7422 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7423 cat >>confdefs.h <<_ACEOF
7424 #define HAVE_DLFCN_H 1
7425 _ACEOF
7426
7427 fi
7428
7429 done
7430
7431
7432
7433
7434
7435 # Set options
7436
7437
7438
7439
7440 enable_win32_dll=no
7441
7442
7443 # Check whether --enable-shared was given.
7444 if test "${enable_shared+set}" = set; then :
7445 enableval=$enable_shared; p=${PACKAGE-default}
7446 case $enableval in
7447 yes) enable_shared=yes ;;
7448 no) enable_shared=no ;;
7449 *)
7450 enable_shared=no
7451 # Look at the argument we got. We use all the common list separators.
7452 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7453 for pkg in $enableval; do
7454 IFS="$lt_save_ifs"
7455 if test "X$pkg" = "X$p"; then
7456 enable_shared=yes
7457 fi
7458 done
7459 IFS="$lt_save_ifs"
7460 ;;
7461 esac
7462 else
7463 enable_shared=yes
7464 fi
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474 # Check whether --enable-static was given.
7475 if test "${enable_static+set}" = set; then :
7476 enableval=$enable_static; p=${PACKAGE-default}
7477 case $enableval in
7478 yes) enable_static=yes ;;
7479 no) enable_static=no ;;
7480 *)
7481 enable_static=no
7482 # Look at the argument we got. We use all the common list separators.
7483 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7484 for pkg in $enableval; do
7485 IFS="$lt_save_ifs"
7486 if test "X$pkg" = "X$p"; then
7487 enable_static=yes
7488 fi
7489 done
7490 IFS="$lt_save_ifs"
7491 ;;
7492 esac
7493 else
7494 enable_static=yes
7495 fi
7496
7497
7498
7499
7500
7501
7502
7503
7504
7505
7506 # Check whether --with-pic was given.
7507 if test "${with_pic+set}" = set; then :
7508 withval=$with_pic; lt_p=${PACKAGE-default}
7509 case $withval in
7510 yes|no) pic_mode=$withval ;;
7511 *)
7512 pic_mode=default
7513 # Look at the argument we got. We use all the common list separators.
7514 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7515 for lt_pkg in $withval; do
7516 IFS="$lt_save_ifs"
7517 if test "X$lt_pkg" = "X$lt_p"; then
7518 pic_mode=yes
7519 fi
7520 done
7521 IFS="$lt_save_ifs"
7522 ;;
7523 esac
7524 else
7525 pic_mode=default
7526 fi
7527
7528
7529 test -z "$pic_mode" && pic_mode=default
7530
7531
7532
7533
7534
7535
7536
7537 # Check whether --enable-fast-install was given.
7538 if test "${enable_fast_install+set}" = set; then :
7539 enableval=$enable_fast_install; p=${PACKAGE-default}
7540 case $enableval in
7541 yes) enable_fast_install=yes ;;
7542 no) enable_fast_install=no ;;
7543 *)
7544 enable_fast_install=no
7545 # Look at the argument we got. We use all the common list separators.
7546 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7547 for pkg in $enableval; do
7548 IFS="$lt_save_ifs"
7549 if test "X$pkg" = "X$p"; then
7550 enable_fast_install=yes
7551 fi
7552 done
7553 IFS="$lt_save_ifs"
7554 ;;
7555 esac
7556 else
7557 enable_fast_install=yes
7558 fi
7559
7560
7561
7562
7563
7564
7565
7566
7567
7568
7569
7570 # This can be used to rebuild libtool when needed
7571 LIBTOOL_DEPS="$ltmain"
7572
7573 # Always use our own libtool.
7574 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7575
7576
7577
7578
7579
7580
7581
7582
7583
7584
7585
7586
7587
7588
7589
7590
7591
7592
7593
7594
7595
7596
7597
7598
7599
7600
7601
7602
7603
7604
7605 test -z "$LN_S" && LN_S="ln -s"
7606
7607
7608
7609
7610
7611
7612
7613
7614
7615
7616
7617
7618
7619
7620 if test -n "${ZSH_VERSION+set}" ; then
7621 setopt NO_GLOB_SUBST
7622 fi
7623
7624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7625 $as_echo_n "checking for objdir... " >&6; }
7626 if ${lt_cv_objdir+:} false; then :
7627 $as_echo_n "(cached) " >&6
7628 else
7629 rm -f .libs 2>/dev/null
7630 mkdir .libs 2>/dev/null
7631 if test -d .libs; then
7632 lt_cv_objdir=.libs
7633 else
7634 # MS-DOS does not allow filenames that begin with a dot.
7635 lt_cv_objdir=_libs
7636 fi
7637 rmdir .libs 2>/dev/null
7638 fi
7639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7640 $as_echo "$lt_cv_objdir" >&6; }
7641 objdir=$lt_cv_objdir
7642
7643
7644
7645
7646
7647 cat >>confdefs.h <<_ACEOF
7648 #define LT_OBJDIR "$lt_cv_objdir/"
7649 _ACEOF
7650
7651
7652
7653
7654 case $host_os in
7655 aix3*)
7656 # AIX sometimes has problems with the GCC collect2 program. For some
7657 # reason, if we set the COLLECT_NAMES environment variable, the problems
7658 # vanish in a puff of smoke.
7659 if test "X${COLLECT_NAMES+set}" != Xset; then
7660 COLLECT_NAMES=
7661 export COLLECT_NAMES
7662 fi
7663 ;;
7664 esac
7665
7666 # Global variables:
7667 ofile=libtool
7668 can_build_shared=yes
7669
7670 # All known linkers require a `.a' archive for static linking (except MSVC,
7671 # which needs '.lib').
7672 libext=a
7673
7674 with_gnu_ld="$lt_cv_prog_gnu_ld"
7675
7676 old_CC="$CC"
7677 old_CFLAGS="$CFLAGS"
7678
7679 # Set sane defaults for various variables
7680 test -z "$CC" && CC=cc
7681 test -z "$LTCC" && LTCC=$CC
7682 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7683 test -z "$LD" && LD=ld
7684 test -z "$ac_objext" && ac_objext=o
7685
7686 for cc_temp in $compiler""; do
7687 case $cc_temp in
7688 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7689 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7690 \-*) ;;
7691 *) break;;
7692 esac
7693 done
7694 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7695
7696
7697 # Only perform the check for file, if the check method requires it
7698 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7699 case $deplibs_check_method in
7700 file_magic*)
7701 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7703 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7704 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7705 $as_echo_n "(cached) " >&6
7706 else
7707 case $MAGIC_CMD in
7708 [\\/*] | ?:[\\/]*)
7709 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7710 ;;
7711 *)
7712 lt_save_MAGIC_CMD="$MAGIC_CMD"
7713 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7714 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7715 for ac_dir in $ac_dummy; do
7716 IFS="$lt_save_ifs"
7717 test -z "$ac_dir" && ac_dir=.
7718 if test -f $ac_dir/${ac_tool_prefix}file; then
7719 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7720 if test -n "$file_magic_test_file"; then
7721 case $deplibs_check_method in
7722 "file_magic "*)
7723 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7724 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7725 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7726 $EGREP "$file_magic_regex" > /dev/null; then
7727 :
7728 else
7729 cat <<_LT_EOF 1>&2
7730
7731 *** Warning: the command libtool uses to detect shared libraries,
7732 *** $file_magic_cmd, produces output that libtool cannot recognize.
7733 *** The result is that libtool may fail to recognize shared libraries
7734 *** as such. This will affect the creation of libtool libraries that
7735 *** depend on shared libraries, but programs linked with such libtool
7736 *** libraries will work regardless of this problem. Nevertheless, you
7737 *** may want to report the problem to your system manager and/or to
7738 *** bug-libtool@gnu.org
7739
7740 _LT_EOF
7741 fi ;;
7742 esac
7743 fi
7744 break
7745 fi
7746 done
7747 IFS="$lt_save_ifs"
7748 MAGIC_CMD="$lt_save_MAGIC_CMD"
7749 ;;
7750 esac
7751 fi
7752
7753 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7754 if test -n "$MAGIC_CMD"; then
7755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7756 $as_echo "$MAGIC_CMD" >&6; }
7757 else
7758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7759 $as_echo "no" >&6; }
7760 fi
7761
7762
7763
7764
7765
7766 if test -z "$lt_cv_path_MAGIC_CMD"; then
7767 if test -n "$ac_tool_prefix"; then
7768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7769 $as_echo_n "checking for file... " >&6; }
7770 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7771 $as_echo_n "(cached) " >&6
7772 else
7773 case $MAGIC_CMD in
7774 [\\/*] | ?:[\\/]*)
7775 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7776 ;;
7777 *)
7778 lt_save_MAGIC_CMD="$MAGIC_CMD"
7779 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7780 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7781 for ac_dir in $ac_dummy; do
7782 IFS="$lt_save_ifs"
7783 test -z "$ac_dir" && ac_dir=.
7784 if test -f $ac_dir/file; then
7785 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7786 if test -n "$file_magic_test_file"; then
7787 case $deplibs_check_method in
7788 "file_magic "*)
7789 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7790 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7791 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7792 $EGREP "$file_magic_regex" > /dev/null; then
7793 :
7794 else
7795 cat <<_LT_EOF 1>&2
7796
7797 *** Warning: the command libtool uses to detect shared libraries,
7798 *** $file_magic_cmd, produces output that libtool cannot recognize.
7799 *** The result is that libtool may fail to recognize shared libraries
7800 *** as such. This will affect the creation of libtool libraries that
7801 *** depend on shared libraries, but programs linked with such libtool
7802 *** libraries will work regardless of this problem. Nevertheless, you
7803 *** may want to report the problem to your system manager and/or to
7804 *** bug-libtool@gnu.org
7805
7806 _LT_EOF
7807 fi ;;
7808 esac
7809 fi
7810 break
7811 fi
7812 done
7813 IFS="$lt_save_ifs"
7814 MAGIC_CMD="$lt_save_MAGIC_CMD"
7815 ;;
7816 esac
7817 fi
7818
7819 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7820 if test -n "$MAGIC_CMD"; then
7821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7822 $as_echo "$MAGIC_CMD" >&6; }
7823 else
7824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7825 $as_echo "no" >&6; }
7826 fi
7827
7828
7829 else
7830 MAGIC_CMD=:
7831 fi
7832 fi
7833
7834 fi
7835 ;;
7836 esac
7837
7838 # Use C for the default configuration in the libtool script
7839
7840 lt_save_CC="$CC"
7841 ac_ext=c
7842 ac_cpp='$CPP $CPPFLAGS'
7843 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7844 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7845 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7846
7847
7848 # Source file extension for C test sources.
7849 ac_ext=c
7850
7851 # Object file extension for compiled C test sources.
7852 objext=o
7853 objext=$objext
7854
7855 # Code to be used in simple compile tests
7856 lt_simple_compile_test_code="int some_variable = 0;"
7857
7858 # Code to be used in simple link tests
7859 lt_simple_link_test_code='int main(){return(0);}'
7860
7861
7862
7863
7864
7865
7866
7867 # If no C compiler was specified, use CC.
7868 LTCC=${LTCC-"$CC"}
7869
7870 # If no C compiler flags were specified, use CFLAGS.
7871 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7872
7873 # Allow CC to be a program name with arguments.
7874 compiler=$CC
7875
7876 # Save the default compiler, since it gets overwritten when the other
7877 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7878 compiler_DEFAULT=$CC
7879
7880 # save warnings/boilerplate of simple test code
7881 ac_outfile=conftest.$ac_objext
7882 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7883 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7884 _lt_compiler_boilerplate=`cat conftest.err`
7885 $RM conftest*
7886
7887 ac_outfile=conftest.$ac_objext
7888 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7889 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7890 _lt_linker_boilerplate=`cat conftest.err`
7891 $RM -r conftest*
7892
7893
7894 if test -n "$compiler"; then
7895
7896 lt_prog_compiler_no_builtin_flag=
7897
7898 if test "$GCC" = yes; then
7899 case $cc_basename in
7900 nvcc*)
7901 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7902 *)
7903 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7904 esac
7905
7906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7907 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7908 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7909 $as_echo_n "(cached) " >&6
7910 else
7911 lt_cv_prog_compiler_rtti_exceptions=no
7912 ac_outfile=conftest.$ac_objext
7913 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7914 lt_compiler_flag="-fno-rtti -fno-exceptions"
7915 # Insert the option either (1) after the last *FLAGS variable, or
7916 # (2) before a word containing "conftest.", or (3) at the end.
7917 # Note that $ac_compile itself does not contain backslashes and begins
7918 # with a dollar sign (not a hyphen), so the echo should work correctly.
7919 # The option is referenced via a variable to avoid confusing sed.
7920 lt_compile=`echo "$ac_compile" | $SED \
7921 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7922 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7923 -e 's:$: $lt_compiler_flag:'`
7924 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7925 (eval "$lt_compile" 2>conftest.err)
7926 ac_status=$?
7927 cat conftest.err >&5
7928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7929 if (exit $ac_status) && test -s "$ac_outfile"; then
7930 # The compiler can only warn and ignore the option if not recognized
7931 # So say no if there are warnings other than the usual output.
7932 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7933 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7934 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7935 lt_cv_prog_compiler_rtti_exceptions=yes
7936 fi
7937 fi
7938 $RM conftest*
7939
7940 fi
7941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7942 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7943
7944 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7945 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7946 else
7947 :
7948 fi
7949
7950 fi
7951
7952
7953
7954
7955
7956
7957 lt_prog_compiler_wl=
7958 lt_prog_compiler_pic=
7959 lt_prog_compiler_static=
7960
7961
7962 if test "$GCC" = yes; then
7963 lt_prog_compiler_wl='-Wl,'
7964 lt_prog_compiler_static='-static'
7965
7966 case $host_os in
7967 aix*)
7968 # All AIX code is PIC.
7969 if test "$host_cpu" = ia64; then
7970 # AIX 5 now supports IA64 processor
7971 lt_prog_compiler_static='-Bstatic'
7972 fi
7973 ;;
7974
7975 amigaos*)
7976 case $host_cpu in
7977 powerpc)
7978 # see comment about AmigaOS4 .so support
7979 lt_prog_compiler_pic='-fPIC'
7980 ;;
7981 m68k)
7982 # FIXME: we need at least 68020 code to build shared libraries, but
7983 # adding the `-m68020' flag to GCC prevents building anything better,
7984 # like `-m68040'.
7985 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7986 ;;
7987 esac
7988 ;;
7989
7990 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7991 # PIC is the default for these OSes.
7992 ;;
7993
7994 mingw* | cygwin* | pw32* | os2* | cegcc*)
7995 # This hack is so that the source file can tell whether it is being
7996 # built for inclusion in a dll (and should export symbols for example).
7997 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7998 # (--disable-auto-import) libraries
7999 lt_prog_compiler_pic='-DDLL_EXPORT'
8000 ;;
8001
8002 darwin* | rhapsody*)
8003 # PIC is the default on this platform
8004 # Common symbols not allowed in MH_DYLIB files
8005 lt_prog_compiler_pic='-fno-common'
8006 ;;
8007
8008 haiku*)
8009 # PIC is the default for Haiku.
8010 # The "-static" flag exists, but is broken.
8011 lt_prog_compiler_static=
8012 ;;
8013
8014 hpux*)
8015 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8016 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8017 # sets the default TLS model and affects inlining.
8018 case $host_cpu in
8019 hppa*64*)
8020 # +Z the default
8021 ;;
8022 *)
8023 lt_prog_compiler_pic='-fPIC'
8024 ;;
8025 esac
8026 ;;
8027
8028 interix[3-9]*)
8029 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8030 # Instead, we relocate shared libraries at runtime.
8031 ;;
8032
8033 msdosdjgpp*)
8034 # Just because we use GCC doesn't mean we suddenly get shared libraries
8035 # on systems that don't support them.
8036 lt_prog_compiler_can_build_shared=no
8037 enable_shared=no
8038 ;;
8039
8040 *nto* | *qnx*)
8041 # QNX uses GNU C++, but need to define -shared option too, otherwise
8042 # it will coredump.
8043 lt_prog_compiler_pic='-fPIC -shared'
8044 ;;
8045
8046 sysv4*MP*)
8047 if test -d /usr/nec; then
8048 lt_prog_compiler_pic=-Kconform_pic
8049 fi
8050 ;;
8051
8052 *)
8053 lt_prog_compiler_pic='-fPIC'
8054 ;;
8055 esac
8056
8057 case $cc_basename in
8058 nvcc*) # Cuda Compiler Driver 2.2
8059 lt_prog_compiler_wl='-Xlinker '
8060 if test -n "$lt_prog_compiler_pic"; then
8061 lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
8062 fi
8063 ;;
8064 esac
8065 else
8066 # PORTME Check for flag to pass linker flags through the system compiler.
8067 case $host_os in
8068 aix*)
8069 lt_prog_compiler_wl='-Wl,'
8070 if test "$host_cpu" = ia64; then
8071 # AIX 5 now supports IA64 processor
8072 lt_prog_compiler_static='-Bstatic'
8073 else
8074 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8075 fi
8076 ;;
8077
8078 mingw* | cygwin* | pw32* | os2* | cegcc*)
8079 # This hack is so that the source file can tell whether it is being
8080 # built for inclusion in a dll (and should export symbols for example).
8081 lt_prog_compiler_pic='-DDLL_EXPORT'
8082 ;;
8083
8084 hpux9* | hpux10* | hpux11*)
8085 lt_prog_compiler_wl='-Wl,'
8086 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8087 # not for PA HP-UX.
8088 case $host_cpu in
8089 hppa*64*|ia64*)
8090 # +Z the default
8091 ;;
8092 *)
8093 lt_prog_compiler_pic='+Z'
8094 ;;
8095 esac
8096 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8097 lt_prog_compiler_static='${wl}-a ${wl}archive'
8098 ;;
8099
8100 irix5* | irix6* | nonstopux*)
8101 lt_prog_compiler_wl='-Wl,'
8102 # PIC (with -KPIC) is the default.
8103 lt_prog_compiler_static='-non_shared'
8104 ;;
8105
8106 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8107 case $cc_basename in
8108 # old Intel for x86_64 which still supported -KPIC.
8109 ecc*)
8110 lt_prog_compiler_wl='-Wl,'
8111 lt_prog_compiler_pic='-KPIC'
8112 lt_prog_compiler_static='-static'
8113 ;;
8114 # icc used to be incompatible with GCC.
8115 # ICC 10 doesn't accept -KPIC any more.
8116 icc* | ifort*)
8117 lt_prog_compiler_wl='-Wl,'
8118 lt_prog_compiler_pic='-fPIC'
8119 lt_prog_compiler_static='-static'
8120 ;;
8121 # Lahey Fortran 8.1.
8122 lf95*)
8123 lt_prog_compiler_wl='-Wl,'
8124 lt_prog_compiler_pic='--shared'
8125 lt_prog_compiler_static='--static'
8126 ;;
8127 nagfor*)
8128 # NAG Fortran compiler
8129 lt_prog_compiler_wl='-Wl,-Wl,,'
8130 lt_prog_compiler_pic='-PIC'
8131 lt_prog_compiler_static='-Bstatic'
8132 ;;
8133 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8134 # Portland Group compilers (*not* the Pentium gcc compiler,
8135 # which looks to be a dead project)
8136 lt_prog_compiler_wl='-Wl,'
8137 lt_prog_compiler_pic='-fpic'
8138 lt_prog_compiler_static='-Bstatic'
8139 ;;
8140 ccc*)
8141 lt_prog_compiler_wl='-Wl,'
8142 # All Alpha code is PIC.
8143 lt_prog_compiler_static='-non_shared'
8144 ;;
8145 xl* | bgxl* | bgf* | mpixl*)
8146 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8147 lt_prog_compiler_wl='-Wl,'
8148 lt_prog_compiler_pic='-qpic'
8149 lt_prog_compiler_static='-qstaticlink'
8150 ;;
8151 *)
8152 case `$CC -V 2>&1 | sed 5q` in
8153 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
8154 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8155 lt_prog_compiler_pic='-KPIC'
8156 lt_prog_compiler_static='-Bstatic'
8157 lt_prog_compiler_wl=''
8158 ;;
8159 *Sun\ F* | *Sun*Fortran*)
8160 lt_prog_compiler_pic='-KPIC'
8161 lt_prog_compiler_static='-Bstatic'
8162 lt_prog_compiler_wl='-Qoption ld '
8163 ;;
8164 *Sun\ C*)
8165 # Sun C 5.9
8166 lt_prog_compiler_pic='-KPIC'
8167 lt_prog_compiler_static='-Bstatic'
8168 lt_prog_compiler_wl='-Wl,'
8169 ;;
8170 *Intel*\ [CF]*Compiler*)
8171 lt_prog_compiler_wl='-Wl,'
8172 lt_prog_compiler_pic='-fPIC'
8173 lt_prog_compiler_static='-static'
8174 ;;
8175 *Portland\ Group*)
8176 lt_prog_compiler_wl='-Wl,'
8177 lt_prog_compiler_pic='-fpic'
8178 lt_prog_compiler_static='-Bstatic'
8179 ;;
8180 esac
8181 ;;
8182 esac
8183 ;;
8184
8185 newsos6)
8186 lt_prog_compiler_pic='-KPIC'
8187 lt_prog_compiler_static='-Bstatic'
8188 ;;
8189
8190 *nto* | *qnx*)
8191 # QNX uses GNU C++, but need to define -shared option too, otherwise
8192 # it will coredump.
8193 lt_prog_compiler_pic='-fPIC -shared'
8194 ;;
8195
8196 osf3* | osf4* | osf5*)
8197 lt_prog_compiler_wl='-Wl,'
8198 # All OSF/1 code is PIC.
8199 lt_prog_compiler_static='-non_shared'
8200 ;;
8201
8202 rdos*)
8203 lt_prog_compiler_static='-non_shared'
8204 ;;
8205
8206 solaris*)
8207 lt_prog_compiler_pic='-KPIC'
8208 lt_prog_compiler_static='-Bstatic'
8209 case $cc_basename in
8210 f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
8211 lt_prog_compiler_wl='-Qoption ld ';;
8212 *)
8213 lt_prog_compiler_wl='-Wl,';;
8214 esac
8215 ;;
8216
8217 sunos4*)
8218 lt_prog_compiler_wl='-Qoption ld '
8219 lt_prog_compiler_pic='-PIC'
8220 lt_prog_compiler_static='-Bstatic'
8221 ;;
8222
8223 sysv4 | sysv4.2uw2* | sysv4.3*)
8224 lt_prog_compiler_wl='-Wl,'
8225 lt_prog_compiler_pic='-KPIC'
8226 lt_prog_compiler_static='-Bstatic'
8227 ;;
8228
8229 sysv4*MP*)
8230 if test -d /usr/nec ;then
8231 lt_prog_compiler_pic='-Kconform_pic'
8232 lt_prog_compiler_static='-Bstatic'
8233 fi
8234 ;;
8235
8236 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8237 lt_prog_compiler_wl='-Wl,'
8238 lt_prog_compiler_pic='-KPIC'
8239 lt_prog_compiler_static='-Bstatic'
8240 ;;
8241
8242 unicos*)
8243 lt_prog_compiler_wl='-Wl,'
8244 lt_prog_compiler_can_build_shared=no
8245 ;;
8246
8247 uts4*)
8248 lt_prog_compiler_pic='-pic'
8249 lt_prog_compiler_static='-Bstatic'
8250 ;;
8251
8252 *)
8253 lt_prog_compiler_can_build_shared=no
8254 ;;
8255 esac
8256 fi
8257
8258 case $host_os in
8259 # For platforms which do not support PIC, -DPIC is meaningless:
8260 *djgpp*)
8261 lt_prog_compiler_pic=
8262 ;;
8263 *)
8264 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8265 ;;
8266 esac
8267
8268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8269 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8270 if ${lt_cv_prog_compiler_pic+:} false; then :
8271 $as_echo_n "(cached) " >&6
8272 else
8273 lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
8274 fi
8275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
8276 $as_echo "$lt_cv_prog_compiler_pic" >&6; }
8277 lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
8278
8279 #
8280 # Check to make sure the PIC flag actually works.
8281 #
8282 if test -n "$lt_prog_compiler_pic"; then
8283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8284 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8285 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8286 $as_echo_n "(cached) " >&6
8287 else
8288 lt_cv_prog_compiler_pic_works=no
8289 ac_outfile=conftest.$ac_objext
8290 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8291 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8292 # Insert the option either (1) after the last *FLAGS variable, or
8293 # (2) before a word containing "conftest.", or (3) at the end.
8294 # Note that $ac_compile itself does not contain backslashes and begins
8295 # with a dollar sign (not a hyphen), so the echo should work correctly.
8296 # The option is referenced via a variable to avoid confusing sed.
8297 lt_compile=`echo "$ac_compile" | $SED \
8298 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8299 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8300 -e 's:$: $lt_compiler_flag:'`
8301 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8302 (eval "$lt_compile" 2>conftest.err)
8303 ac_status=$?
8304 cat conftest.err >&5
8305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8306 if (exit $ac_status) && test -s "$ac_outfile"; then
8307 # The compiler can only warn and ignore the option if not recognized
8308 # So say no if there are warnings other than the usual output.
8309 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8310 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8311 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8312 lt_cv_prog_compiler_pic_works=yes
8313 fi
8314 fi
8315 $RM conftest*
8316
8317 fi
8318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8319 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8320
8321 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8322 case $lt_prog_compiler_pic in
8323 "" | " "*) ;;
8324 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8325 esac
8326 else
8327 lt_prog_compiler_pic=
8328 lt_prog_compiler_can_build_shared=no
8329 fi
8330
8331 fi
8332
8333
8334
8335
8336
8337
8338
8339
8340
8341
8342
8343 #
8344 # Check to make sure the static flag actually works.
8345 #
8346 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8348 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8349 if ${lt_cv_prog_compiler_static_works+:} false; then :
8350 $as_echo_n "(cached) " >&6
8351 else
8352 lt_cv_prog_compiler_static_works=no
8353 save_LDFLAGS="$LDFLAGS"
8354 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8355 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8356 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8357 # The linker can only warn and ignore the option if not recognized
8358 # So say no if there are warnings
8359 if test -s conftest.err; then
8360 # Append any errors to the config.log.
8361 cat conftest.err 1>&5
8362 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8363 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8364 if diff conftest.exp conftest.er2 >/dev/null; then
8365 lt_cv_prog_compiler_static_works=yes
8366 fi
8367 else
8368 lt_cv_prog_compiler_static_works=yes
8369 fi
8370 fi
8371 $RM -r conftest*
8372 LDFLAGS="$save_LDFLAGS"
8373
8374 fi
8375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8376 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8377
8378 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8379 :
8380 else
8381 lt_prog_compiler_static=
8382 fi
8383
8384
8385
8386
8387
8388
8389
8390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8391 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8392 if ${lt_cv_prog_compiler_c_o+:} false; then :
8393 $as_echo_n "(cached) " >&6
8394 else
8395 lt_cv_prog_compiler_c_o=no
8396 $RM -r conftest 2>/dev/null
8397 mkdir conftest
8398 cd conftest
8399 mkdir out
8400 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8401
8402 lt_compiler_flag="-o out/conftest2.$ac_objext"
8403 # Insert the option either (1) after the last *FLAGS variable, or
8404 # (2) before a word containing "conftest.", or (3) at the end.
8405 # Note that $ac_compile itself does not contain backslashes and begins
8406 # with a dollar sign (not a hyphen), so the echo should work correctly.
8407 lt_compile=`echo "$ac_compile" | $SED \
8408 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8409 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8410 -e 's:$: $lt_compiler_flag:'`
8411 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8412 (eval "$lt_compile" 2>out/conftest.err)
8413 ac_status=$?
8414 cat out/conftest.err >&5
8415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8416 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8417 then
8418 # The compiler can only warn and ignore the option if not recognized
8419 # So say no if there are warnings
8420 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8421 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8422 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8423 lt_cv_prog_compiler_c_o=yes
8424 fi
8425 fi
8426 chmod u+w . 2>&5
8427 $RM conftest*
8428 # SGI C++ compiler will create directory out/ii_files/ for
8429 # template instantiation
8430 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8431 $RM out/* && rmdir out
8432 cd ..
8433 $RM -r conftest
8434 $RM conftest*
8435
8436 fi
8437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8438 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8439
8440
8441
8442
8443
8444
8445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8446 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8447 if ${lt_cv_prog_compiler_c_o+:} false; then :
8448 $as_echo_n "(cached) " >&6
8449 else
8450 lt_cv_prog_compiler_c_o=no
8451 $RM -r conftest 2>/dev/null
8452 mkdir conftest
8453 cd conftest
8454 mkdir out
8455 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8456
8457 lt_compiler_flag="-o out/conftest2.$ac_objext"
8458 # Insert the option either (1) after the last *FLAGS variable, or
8459 # (2) before a word containing "conftest.", or (3) at the end.
8460 # Note that $ac_compile itself does not contain backslashes and begins
8461 # with a dollar sign (not a hyphen), so the echo should work correctly.
8462 lt_compile=`echo "$ac_compile" | $SED \
8463 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8464 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8465 -e 's:$: $lt_compiler_flag:'`
8466 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8467 (eval "$lt_compile" 2>out/conftest.err)
8468 ac_status=$?
8469 cat out/conftest.err >&5
8470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8471 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8472 then
8473 # The compiler can only warn and ignore the option if not recognized
8474 # So say no if there are warnings
8475 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8476 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8477 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8478 lt_cv_prog_compiler_c_o=yes
8479 fi
8480 fi
8481 chmod u+w . 2>&5
8482 $RM conftest*
8483 # SGI C++ compiler will create directory out/ii_files/ for
8484 # template instantiation
8485 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8486 $RM out/* && rmdir out
8487 cd ..
8488 $RM -r conftest
8489 $RM conftest*
8490
8491 fi
8492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8493 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8494
8495
8496
8497
8498 hard_links="nottested"
8499 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8500 # do not overwrite the value of need_locks provided by the user
8501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8502 $as_echo_n "checking if we can lock with hard links... " >&6; }
8503 hard_links=yes
8504 $RM conftest*
8505 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8506 touch conftest.a
8507 ln conftest.a conftest.b 2>&5 || hard_links=no
8508 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8510 $as_echo "$hard_links" >&6; }
8511 if test "$hard_links" = no; then
8512 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8513 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8514 need_locks=warn
8515 fi
8516 else
8517 need_locks=no
8518 fi
8519
8520
8521
8522
8523
8524
8525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8526 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8527
8528 runpath_var=
8529 allow_undefined_flag=
8530 always_export_symbols=no
8531 archive_cmds=
8532 archive_expsym_cmds=
8533 compiler_needs_object=no
8534 enable_shared_with_static_runtimes=no
8535 export_dynamic_flag_spec=
8536 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8537 hardcode_automatic=no
8538 hardcode_direct=no
8539 hardcode_direct_absolute=no
8540 hardcode_libdir_flag_spec=
8541 hardcode_libdir_separator=
8542 hardcode_minus_L=no
8543 hardcode_shlibpath_var=unsupported
8544 inherit_rpath=no
8545 link_all_deplibs=unknown
8546 module_cmds=
8547 module_expsym_cmds=
8548 old_archive_from_new_cmds=
8549 old_archive_from_expsyms_cmds=
8550 thread_safe_flag_spec=
8551 whole_archive_flag_spec=
8552 # include_expsyms should be a list of space-separated symbols to be *always*
8553 # included in the symbol list
8554 include_expsyms=
8555 # exclude_expsyms can be an extended regexp of symbols to exclude
8556 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8557 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8558 # as well as any symbol that contains `d'.
8559 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8560 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8561 # platforms (ab)use it in PIC code, but their linkers get confused if
8562 # the symbol is explicitly referenced. Since portable code cannot
8563 # rely on this symbol name, it's probably fine to never include it in
8564 # preloaded symbol tables.
8565 # Exclude shared library initialization/finalization symbols.
8566 extract_expsyms_cmds=
8567
8568 case $host_os in
8569 cygwin* | mingw* | pw32* | cegcc*)
8570 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8571 # When not using gcc, we currently assume that we are using
8572 # Microsoft Visual C++.
8573 if test "$GCC" != yes; then
8574 with_gnu_ld=no
8575 fi
8576 ;;
8577 interix*)
8578 # we just hope/assume this is gcc and not c89 (= MSVC++)
8579 with_gnu_ld=yes
8580 ;;
8581 openbsd*)
8582 with_gnu_ld=no
8583 ;;
8584 esac
8585
8586 ld_shlibs=yes
8587
8588 # On some targets, GNU ld is compatible enough with the native linker
8589 # that we're better off using the native interface for both.
8590 lt_use_gnu_ld_interface=no
8591 if test "$with_gnu_ld" = yes; then
8592 case $host_os in
8593 aix*)
8594 # The AIX port of GNU ld has always aspired to compatibility
8595 # with the native linker. However, as the warning in the GNU ld
8596 # block says, versions before 2.19.5* couldn't really create working
8597 # shared libraries, regardless of the interface used.
8598 case `$LD -v 2>&1` in
8599 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8600 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8601 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8602 *)
8603 lt_use_gnu_ld_interface=yes
8604 ;;
8605 esac
8606 ;;
8607 *)
8608 lt_use_gnu_ld_interface=yes
8609 ;;
8610 esac
8611 fi
8612
8613 if test "$lt_use_gnu_ld_interface" = yes; then
8614 # If archive_cmds runs LD, not CC, wlarc should be empty
8615 wlarc='${wl}'
8616
8617 # Set some defaults for GNU ld with shared library support. These
8618 # are reset later if shared libraries are not supported. Putting them
8619 # here allows them to be overridden if necessary.
8620 runpath_var=LD_RUN_PATH
8621 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8622 export_dynamic_flag_spec='${wl}--export-dynamic'
8623 # ancient GNU ld didn't support --whole-archive et. al.
8624 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8625 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8626 else
8627 whole_archive_flag_spec=
8628 fi
8629 supports_anon_versioning=no
8630 case `$LD -v 2>&1` in
8631 *GNU\ gold*) supports_anon_versioning=yes ;;
8632 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8633 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8634 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8635 *\ 2.11.*) ;; # other 2.11 versions
8636 *) supports_anon_versioning=yes ;;
8637 esac
8638
8639 # See if GNU ld supports shared libraries.
8640 case $host_os in
8641 aix[3-9]*)
8642 # On AIX/PPC, the GNU linker is very broken
8643 if test "$host_cpu" != ia64; then
8644 ld_shlibs=no
8645 cat <<_LT_EOF 1>&2
8646
8647 *** Warning: the GNU linker, at least up to release 2.19, is reported
8648 *** to be unable to reliably create shared libraries on AIX.
8649 *** Therefore, libtool is disabling shared libraries support. If you
8650 *** really care for shared libraries, you may want to install binutils
8651 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8652 *** You will then need to restart the configuration process.
8653
8654 _LT_EOF
8655 fi
8656 ;;
8657
8658 amigaos*)
8659 case $host_cpu in
8660 powerpc)
8661 # see comment about AmigaOS4 .so support
8662 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8663 archive_expsym_cmds=''
8664 ;;
8665 m68k)
8666 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)'
8667 hardcode_libdir_flag_spec='-L$libdir'
8668 hardcode_minus_L=yes
8669 ;;
8670 esac
8671 ;;
8672
8673 beos*)
8674 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8675 allow_undefined_flag=unsupported
8676 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8677 # support --undefined. This deserves some investigation. FIXME
8678 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8679 else
8680 ld_shlibs=no
8681 fi
8682 ;;
8683
8684 cygwin* | mingw* | pw32* | cegcc*)
8685 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8686 # as there is no search path for DLLs.
8687 hardcode_libdir_flag_spec='-L$libdir'
8688 export_dynamic_flag_spec='${wl}--export-all-symbols'
8689 allow_undefined_flag=unsupported
8690 always_export_symbols=no
8691 enable_shared_with_static_runtimes=yes
8692 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
8693 exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
8694
8695 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8696 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8697 # If the export-symbols file already is a .def file (1st line
8698 # is EXPORTS), use it as is; otherwise, prepend...
8699 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8700 cp $export_symbols $output_objdir/$soname.def;
8701 else
8702 echo EXPORTS > $output_objdir/$soname.def;
8703 cat $export_symbols >> $output_objdir/$soname.def;
8704 fi~
8705 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8706 else
8707 ld_shlibs=no
8708 fi
8709 ;;
8710
8711 haiku*)
8712 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8713 link_all_deplibs=yes
8714 ;;
8715
8716 interix[3-9]*)
8717 hardcode_direct=no
8718 hardcode_shlibpath_var=no
8719 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8720 export_dynamic_flag_spec='${wl}-E'
8721 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8722 # Instead, shared libraries are loaded at an image base (0x10000000 by
8723 # default) and relocated if they conflict, which is a slow very memory
8724 # consuming and fragmenting process. To avoid this, we pick a random,
8725 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8726 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8727 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8728 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'
8729 ;;
8730
8731 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8732 tmp_diet=no
8733 if test "$host_os" = linux-dietlibc; then
8734 case $cc_basename in
8735 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8736 esac
8737 fi
8738 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8739 && test "$tmp_diet" = no
8740 then
8741 tmp_addflag=' $pic_flag'
8742 tmp_sharedflag='-shared'
8743 case $cc_basename,$host_cpu in
8744 pgcc*) # Portland Group C compiler
8745 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8746 tmp_addflag=' $pic_flag'
8747 ;;
8748 pgf77* | pgf90* | pgf95* | pgfortran*)
8749 # Portland Group f77 and f90 compilers
8750 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8751 tmp_addflag=' $pic_flag -Mnomain' ;;
8752 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8753 tmp_addflag=' -i_dynamic' ;;
8754 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8755 tmp_addflag=' -i_dynamic -nofor_main' ;;
8756 ifc* | ifort*) # Intel Fortran compiler
8757 tmp_addflag=' -nofor_main' ;;
8758 lf95*) # Lahey Fortran 8.1
8759 whole_archive_flag_spec=
8760 tmp_sharedflag='--shared' ;;
8761 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8762 tmp_sharedflag='-qmkshrobj'
8763 tmp_addflag= ;;
8764 nvcc*) # Cuda Compiler Driver 2.2
8765 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8766 compiler_needs_object=yes
8767 ;;
8768 esac
8769 case `$CC -V 2>&1 | sed 5q` in
8770 *Sun\ C*) # Sun C 5.9
8771 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8772 compiler_needs_object=yes
8773 tmp_sharedflag='-G' ;;
8774 *Sun\ F*) # Sun Fortran 8.3
8775 tmp_sharedflag='-G' ;;
8776 esac
8777 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8778
8779 if test "x$supports_anon_versioning" = xyes; then
8780 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8781 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8782 echo "local: *; };" >> $output_objdir/$libname.ver~
8783 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8784 fi
8785
8786 case $cc_basename in
8787 xlf* | bgf* | bgxlf* | mpixlf*)
8788 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8789 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8790 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8791 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
8792 if test "x$supports_anon_versioning" = xyes; then
8793 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8794 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8795 echo "local: *; };" >> $output_objdir/$libname.ver~
8796 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8797 fi
8798 ;;
8799 esac
8800 else
8801 ld_shlibs=no
8802 fi
8803 ;;
8804
8805 netbsd*)
8806 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8807 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8808 wlarc=
8809 else
8810 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8811 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8812 fi
8813 ;;
8814
8815 solaris*)
8816 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8817 ld_shlibs=no
8818 cat <<_LT_EOF 1>&2
8819
8820 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8821 *** create shared libraries on Solaris systems. Therefore, libtool
8822 *** is disabling shared libraries support. We urge you to upgrade GNU
8823 *** binutils to release 2.9.1 or newer. Another option is to modify
8824 *** your PATH or compiler configuration so that the native linker is
8825 *** used, and then restart.
8826
8827 _LT_EOF
8828 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8829 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8830 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8831 else
8832 ld_shlibs=no
8833 fi
8834 ;;
8835
8836 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8837 case `$LD -v 2>&1` in
8838 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8839 ld_shlibs=no
8840 cat <<_LT_EOF 1>&2
8841
8842 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8843 *** reliably create shared libraries on SCO systems. Therefore, libtool
8844 *** is disabling shared libraries support. We urge you to upgrade GNU
8845 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8846 *** your PATH or compiler configuration so that the native linker is
8847 *** used, and then restart.
8848
8849 _LT_EOF
8850 ;;
8851 *)
8852 # For security reasons, it is highly recommended that you always
8853 # use absolute paths for naming shared libraries, and exclude the
8854 # DT_RUNPATH tag from executables and libraries. But doing so
8855 # requires that you compile everything twice, which is a pain.
8856 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8857 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8858 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8859 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8860 else
8861 ld_shlibs=no
8862 fi
8863 ;;
8864 esac
8865 ;;
8866
8867 sunos4*)
8868 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8869 wlarc=
8870 hardcode_direct=yes
8871 hardcode_shlibpath_var=no
8872 ;;
8873
8874 *)
8875 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8876 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8877 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8878 else
8879 ld_shlibs=no
8880 fi
8881 ;;
8882 esac
8883
8884 if test "$ld_shlibs" = no; then
8885 runpath_var=
8886 hardcode_libdir_flag_spec=
8887 export_dynamic_flag_spec=
8888 whole_archive_flag_spec=
8889 fi
8890 else
8891 # PORTME fill in a description of your system's linker (not GNU ld)
8892 case $host_os in
8893 aix3*)
8894 allow_undefined_flag=unsupported
8895 always_export_symbols=yes
8896 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'
8897 # Note: this linker hardcodes the directories in LIBPATH if there
8898 # are no directories specified by -L.
8899 hardcode_minus_L=yes
8900 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8901 # Neither direct hardcoding nor static linking is supported with a
8902 # broken collect2.
8903 hardcode_direct=unsupported
8904 fi
8905 ;;
8906
8907 aix[4-9]*)
8908 if test "$host_cpu" = ia64; then
8909 # On IA64, the linker does run time linking by default, so we don't
8910 # have to do anything special.
8911 aix_use_runtimelinking=no
8912 exp_sym_flag='-Bexport'
8913 no_entry_flag=""
8914 else
8915 # If we're using GNU nm, then we don't want the "-C" option.
8916 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8917 # Also, AIX nm treats weak defined symbols like other global
8918 # defined symbols, whereas GNU nm marks them as "W".
8919 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8920 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8921 else
8922 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'
8923 fi
8924 aix_use_runtimelinking=no
8925
8926 # Test if we are trying to use run time linking or normal
8927 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8928 # need to do runtime linking.
8929 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8930 for ld_flag in $LDFLAGS; do
8931 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8932 aix_use_runtimelinking=yes
8933 break
8934 fi
8935 done
8936 ;;
8937 esac
8938
8939 exp_sym_flag='-bexport'
8940 no_entry_flag='-bnoentry'
8941 fi
8942
8943 # When large executables or shared objects are built, AIX ld can
8944 # have problems creating the table of contents. If linking a library
8945 # or program results in "error TOC overflow" add -mminimal-toc to
8946 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8947 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8948
8949 archive_cmds=''
8950 hardcode_direct=yes
8951 hardcode_direct_absolute=yes
8952 hardcode_libdir_separator=':'
8953 link_all_deplibs=yes
8954 file_list_spec='${wl}-f,'
8955
8956 if test "$GCC" = yes; then
8957 case $host_os in aix4.[012]|aix4.[012].*)
8958 # We only want to do this on AIX 4.2 and lower, the check
8959 # below for broken collect2 doesn't work under 4.3+
8960 collect2name=`${CC} -print-prog-name=collect2`
8961 if test -f "$collect2name" &&
8962 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8963 then
8964 # We have reworked collect2
8965 :
8966 else
8967 # We have old collect2
8968 hardcode_direct=unsupported
8969 # It fails to find uninstalled libraries when the uninstalled
8970 # path is not listed in the libpath. Setting hardcode_minus_L
8971 # to unsupported forces relinking
8972 hardcode_minus_L=yes
8973 hardcode_libdir_flag_spec='-L$libdir'
8974 hardcode_libdir_separator=
8975 fi
8976 ;;
8977 esac
8978 shared_flag='-shared'
8979 if test "$aix_use_runtimelinking" = yes; then
8980 shared_flag="$shared_flag "'${wl}-G'
8981 fi
8982 else
8983 # not using gcc
8984 if test "$host_cpu" = ia64; then
8985 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8986 # chokes on -Wl,-G. The following line is correct:
8987 shared_flag='-G'
8988 else
8989 if test "$aix_use_runtimelinking" = yes; then
8990 shared_flag='${wl}-G'
8991 else
8992 shared_flag='${wl}-bM:SRE'
8993 fi
8994 fi
8995 fi
8996
8997 export_dynamic_flag_spec='${wl}-bexpall'
8998 # It seems that -bexpall does not export symbols beginning with
8999 # underscore (_), so it is better to generate a list of symbols to export.
9000 always_export_symbols=yes
9001 if test "$aix_use_runtimelinking" = yes; then
9002 # Warning - without using the other runtime loading flags (-brtl),
9003 # -berok will link without error, but may produce a broken library.
9004 allow_undefined_flag='-berok'
9005 # Determine the default libpath from the value encoded in an
9006 # empty executable.
9007 if test "${lt_cv_aix_libpath+set}" = set; then
9008 aix_libpath=$lt_cv_aix_libpath
9009 else
9010 if ${lt_cv_aix_libpath_+:} false; then :
9011 $as_echo_n "(cached) " >&6
9012 else
9013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9014 /* end confdefs.h. */
9015
9016 int
9017 main ()
9018 {
9019
9020 ;
9021 return 0;
9022 }
9023 _ACEOF
9024 if ac_fn_c_try_link "$LINENO"; then :
9025
9026 lt_aix_libpath_sed='
9027 /Import File Strings/,/^$/ {
9028 /^0/ {
9029 s/^0 *\([^ ]*\) *$/\1/
9030 p
9031 }
9032 }'
9033 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9034 # Check for a 64-bit object if we didn't find anything.
9035 if test -z "$lt_cv_aix_libpath_"; then
9036 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9037 fi
9038 fi
9039 rm -f core conftest.err conftest.$ac_objext \
9040 conftest$ac_exeext conftest.$ac_ext
9041 if test -z "$lt_cv_aix_libpath_"; then
9042 lt_cv_aix_libpath_="/usr/lib:/lib"
9043 fi
9044
9045 fi
9046
9047 aix_libpath=$lt_cv_aix_libpath_
9048 fi
9049
9050 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9051 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
9052 else
9053 if test "$host_cpu" = ia64; then
9054 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9055 allow_undefined_flag="-z nodefs"
9056 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"
9057 else
9058 # Determine the default libpath from the value encoded in an
9059 # empty executable.
9060 if test "${lt_cv_aix_libpath+set}" = set; then
9061 aix_libpath=$lt_cv_aix_libpath
9062 else
9063 if ${lt_cv_aix_libpath_+:} false; then :
9064 $as_echo_n "(cached) " >&6
9065 else
9066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9067 /* end confdefs.h. */
9068
9069 int
9070 main ()
9071 {
9072
9073 ;
9074 return 0;
9075 }
9076 _ACEOF
9077 if ac_fn_c_try_link "$LINENO"; then :
9078
9079 lt_aix_libpath_sed='
9080 /Import File Strings/,/^$/ {
9081 /^0/ {
9082 s/^0 *\([^ ]*\) *$/\1/
9083 p
9084 }
9085 }'
9086 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9087 # Check for a 64-bit object if we didn't find anything.
9088 if test -z "$lt_cv_aix_libpath_"; then
9089 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9090 fi
9091 fi
9092 rm -f core conftest.err conftest.$ac_objext \
9093 conftest$ac_exeext conftest.$ac_ext
9094 if test -z "$lt_cv_aix_libpath_"; then
9095 lt_cv_aix_libpath_="/usr/lib:/lib"
9096 fi
9097
9098 fi
9099
9100 aix_libpath=$lt_cv_aix_libpath_
9101 fi
9102
9103 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9104 # Warning - without using the other run time loading flags,
9105 # -berok will link without error, but may produce a broken library.
9106 no_undefined_flag=' ${wl}-bernotok'
9107 allow_undefined_flag=' ${wl}-berok'
9108 if test "$with_gnu_ld" = yes; then
9109 # We only use this code for GNU lds that support --whole-archive.
9110 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9111 else
9112 # Exported symbols can be pulled into shared objects from archives
9113 whole_archive_flag_spec='$convenience'
9114 fi
9115 archive_cmds_need_lc=yes
9116 # This is similar to how AIX traditionally builds its shared libraries.
9117 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'
9118 fi
9119 fi
9120 ;;
9121
9122 amigaos*)
9123 case $host_cpu in
9124 powerpc)
9125 # see comment about AmigaOS4 .so support
9126 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9127 archive_expsym_cmds=''
9128 ;;
9129 m68k)
9130 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)'
9131 hardcode_libdir_flag_spec='-L$libdir'
9132 hardcode_minus_L=yes
9133 ;;
9134 esac
9135 ;;
9136
9137 bsdi[45]*)
9138 export_dynamic_flag_spec=-rdynamic
9139 ;;
9140
9141 cygwin* | mingw* | pw32* | cegcc*)
9142 # When not using gcc, we currently assume that we are using
9143 # Microsoft Visual C++.
9144 # hardcode_libdir_flag_spec is actually meaningless, as there is
9145 # no search path for DLLs.
9146 case $cc_basename in
9147 cl*)
9148 # Native MSVC
9149 hardcode_libdir_flag_spec=' '
9150 allow_undefined_flag=unsupported
9151 always_export_symbols=yes
9152 file_list_spec='@'
9153 # Tell ltmain to make .lib files, not .a files.
9154 libext=lib
9155 # Tell ltmain to make .dll files, not .so files.
9156 shrext_cmds=".dll"
9157 # FIXME: Setting linknames here is a bad hack.
9158 archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
9159 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9160 sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
9161 else
9162 sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
9163 fi~
9164 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
9165 linknames='
9166 # The linker will not automatically build a static lib if we build a DLL.
9167 # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9168 enable_shared_with_static_runtimes=yes
9169 exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
9170 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9171 # Don't use ranlib
9172 old_postinstall_cmds='chmod 644 $oldlib'
9173 postlink_cmds='lt_outputfile="@OUTPUT@"~
9174 lt_tool_outputfile="@TOOL_OUTPUT@"~
9175 case $lt_outputfile in
9176 *.exe|*.EXE) ;;
9177 *)
9178 lt_outputfile="$lt_outputfile.exe"
9179 lt_tool_outputfile="$lt_tool_outputfile.exe"
9180 ;;
9181 esac~
9182 if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
9183 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
9184 $RM "$lt_outputfile.manifest";
9185 fi'
9186 ;;
9187 *)
9188 # Assume MSVC wrapper
9189 hardcode_libdir_flag_spec=' '
9190 allow_undefined_flag=unsupported
9191 # Tell ltmain to make .lib files, not .a files.
9192 libext=lib
9193 # Tell ltmain to make .dll files, not .so files.
9194 shrext_cmds=".dll"
9195 # FIXME: Setting linknames here is a bad hack.
9196 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9197 # The linker will automatically build a .lib file if we build a DLL.
9198 old_archive_from_new_cmds='true'
9199 # FIXME: Should let the user specify the lib program.
9200 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9201 enable_shared_with_static_runtimes=yes
9202 ;;
9203 esac
9204 ;;
9205
9206 darwin* | rhapsody*)
9207
9208
9209 archive_cmds_need_lc=no
9210 hardcode_direct=no
9211 hardcode_automatic=yes
9212 hardcode_shlibpath_var=unsupported
9213 if test "$lt_cv_ld_force_load" = "yes"; then
9214 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9215
9216 else
9217 whole_archive_flag_spec=''
9218 fi
9219 link_all_deplibs=yes
9220 allow_undefined_flag="$_lt_dar_allow_undefined"
9221 case $cc_basename in
9222 ifort*) _lt_dar_can_shared=yes ;;
9223 *) _lt_dar_can_shared=$GCC ;;
9224 esac
9225 if test "$_lt_dar_can_shared" = "yes"; then
9226 output_verbose_link_cmd=func_echo_all
9227 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9228 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9229 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}"
9230 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}"
9231
9232 else
9233 ld_shlibs=no
9234 fi
9235
9236 ;;
9237
9238 dgux*)
9239 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9240 hardcode_libdir_flag_spec='-L$libdir'
9241 hardcode_shlibpath_var=no
9242 ;;
9243
9244 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9245 # support. Future versions do this automatically, but an explicit c++rt0.o
9246 # does not break anything, and helps significantly (at the cost of a little
9247 # extra space).
9248 freebsd2.2*)
9249 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9250 hardcode_libdir_flag_spec='-R$libdir'
9251 hardcode_direct=yes
9252 hardcode_shlibpath_var=no
9253 ;;
9254
9255 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9256 freebsd2.*)
9257 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9258 hardcode_direct=yes
9259 hardcode_minus_L=yes
9260 hardcode_shlibpath_var=no
9261 ;;
9262
9263 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9264 freebsd* | dragonfly*)
9265 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9266 hardcode_libdir_flag_spec='-R$libdir'
9267 hardcode_direct=yes
9268 hardcode_shlibpath_var=no
9269 ;;
9270
9271 hpux9*)
9272 if test "$GCC" = yes; then
9273 archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9274 else
9275 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'
9276 fi
9277 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9278 hardcode_libdir_separator=:
9279 hardcode_direct=yes
9280
9281 # hardcode_minus_L: Not really in the search PATH,
9282 # but as the default location of the library.
9283 hardcode_minus_L=yes
9284 export_dynamic_flag_spec='${wl}-E'
9285 ;;
9286
9287 hpux10*)
9288 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9289 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9290 else
9291 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9292 fi
9293 if test "$with_gnu_ld" = no; then
9294 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9295 hardcode_libdir_separator=:
9296 hardcode_direct=yes
9297 hardcode_direct_absolute=yes
9298 export_dynamic_flag_spec='${wl}-E'
9299 # hardcode_minus_L: Not really in the search PATH,
9300 # but as the default location of the library.
9301 hardcode_minus_L=yes
9302 fi
9303 ;;
9304
9305 hpux11*)
9306 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9307 case $host_cpu in
9308 hppa*64*)
9309 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9310 ;;
9311 ia64*)
9312 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9313 ;;
9314 *)
9315 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9316 ;;
9317 esac
9318 else
9319 case $host_cpu in
9320 hppa*64*)
9321 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9322 ;;
9323 ia64*)
9324 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9325 ;;
9326 *)
9327
9328 # Older versions of the 11.00 compiler do not understand -b yet
9329 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9331 $as_echo_n "checking if $CC understands -b... " >&6; }
9332 if ${lt_cv_prog_compiler__b+:} false; then :
9333 $as_echo_n "(cached) " >&6
9334 else
9335 lt_cv_prog_compiler__b=no
9336 save_LDFLAGS="$LDFLAGS"
9337 LDFLAGS="$LDFLAGS -b"
9338 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9339 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9340 # The linker can only warn and ignore the option if not recognized
9341 # So say no if there are warnings
9342 if test -s conftest.err; then
9343 # Append any errors to the config.log.
9344 cat conftest.err 1>&5
9345 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9346 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9347 if diff conftest.exp conftest.er2 >/dev/null; then
9348 lt_cv_prog_compiler__b=yes
9349 fi
9350 else
9351 lt_cv_prog_compiler__b=yes
9352 fi
9353 fi
9354 $RM -r conftest*
9355 LDFLAGS="$save_LDFLAGS"
9356
9357 fi
9358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9359 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9360
9361 if test x"$lt_cv_prog_compiler__b" = xyes; then
9362 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9363 else
9364 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9365 fi
9366
9367 ;;
9368 esac
9369 fi
9370 if test "$with_gnu_ld" = no; then
9371 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9372 hardcode_libdir_separator=:
9373
9374 case $host_cpu in
9375 hppa*64*|ia64*)
9376 hardcode_direct=no
9377 hardcode_shlibpath_var=no
9378 ;;
9379 *)
9380 hardcode_direct=yes
9381 hardcode_direct_absolute=yes
9382 export_dynamic_flag_spec='${wl}-E'
9383
9384 # hardcode_minus_L: Not really in the search PATH,
9385 # but as the default location of the library.
9386 hardcode_minus_L=yes
9387 ;;
9388 esac
9389 fi
9390 ;;
9391
9392 irix5* | irix6* | nonstopux*)
9393 if test "$GCC" = yes; then
9394 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9395 # Try to use the -exported_symbol ld option, if it does not
9396 # work, assume that -exports_file does not work either and
9397 # implicitly export all symbols.
9398 # This should be the same for all languages, so no per-tag cache variable.
9399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
9400 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
9401 if ${lt_cv_irix_exported_symbol+:} false; then :
9402 $as_echo_n "(cached) " >&6
9403 else
9404 save_LDFLAGS="$LDFLAGS"
9405 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9407 /* end confdefs.h. */
9408 int foo (void) { return 0; }
9409 _ACEOF
9410 if ac_fn_c_try_link "$LINENO"; then :
9411 lt_cv_irix_exported_symbol=yes
9412 else
9413 lt_cv_irix_exported_symbol=no
9414 fi
9415 rm -f core conftest.err conftest.$ac_objext \
9416 conftest$ac_exeext conftest.$ac_ext
9417 LDFLAGS="$save_LDFLAGS"
9418 fi
9419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
9420 $as_echo "$lt_cv_irix_exported_symbol" >&6; }
9421 if test "$lt_cv_irix_exported_symbol" = yes; then
9422 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9423 fi
9424 else
9425 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9426 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
9427 fi
9428 archive_cmds_need_lc='no'
9429 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9430 hardcode_libdir_separator=:
9431 inherit_rpath=yes
9432 link_all_deplibs=yes
9433 ;;
9434
9435 netbsd*)
9436 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9437 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9438 else
9439 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9440 fi
9441 hardcode_libdir_flag_spec='-R$libdir'
9442 hardcode_direct=yes
9443 hardcode_shlibpath_var=no
9444 ;;
9445
9446 newsos6)
9447 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9448 hardcode_direct=yes
9449 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9450 hardcode_libdir_separator=:
9451 hardcode_shlibpath_var=no
9452 ;;
9453
9454 *nto* | *qnx*)
9455 ;;
9456
9457 openbsd*)
9458 if test -f /usr/libexec/ld.so; then
9459 hardcode_direct=yes
9460 hardcode_shlibpath_var=no
9461 hardcode_direct_absolute=yes
9462 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9463 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9464 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9465 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9466 export_dynamic_flag_spec='${wl}-E'
9467 else
9468 case $host_os in
9469 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9470 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9471 hardcode_libdir_flag_spec='-R$libdir'
9472 ;;
9473 *)
9474 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9475 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9476 ;;
9477 esac
9478 fi
9479 else
9480 ld_shlibs=no
9481 fi
9482 ;;
9483
9484 os2*)
9485 hardcode_libdir_flag_spec='-L$libdir'
9486 hardcode_minus_L=yes
9487 allow_undefined_flag=unsupported
9488 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'
9489 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9490 ;;
9491
9492 osf3*)
9493 if test "$GCC" = yes; then
9494 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9495 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9496 else
9497 allow_undefined_flag=' -expect_unresolved \*'
9498 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9499 fi
9500 archive_cmds_need_lc='no'
9501 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9502 hardcode_libdir_separator=:
9503 ;;
9504
9505 osf4* | osf5*) # as osf3* with the addition of -msym flag
9506 if test "$GCC" = yes; then
9507 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9508 archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9509 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9510 else
9511 allow_undefined_flag=' -expect_unresolved \*'
9512 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9513 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~
9514 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
9515
9516 # Both c and cxx compiler support -rpath directly
9517 hardcode_libdir_flag_spec='-rpath $libdir'
9518 fi
9519 archive_cmds_need_lc='no'
9520 hardcode_libdir_separator=:
9521 ;;
9522
9523 solaris*)
9524 no_undefined_flag=' -z defs'
9525 if test "$GCC" = yes; then
9526 wlarc='${wl}'
9527 archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9528 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9529 $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9530 else
9531 case `$CC -V 2>&1` in
9532 *"Compilers 5.0"*)
9533 wlarc=''
9534 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9535 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9536 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9537 ;;
9538 *)
9539 wlarc='${wl}'
9540 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9541 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9542 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9543 ;;
9544 esac
9545 fi
9546 hardcode_libdir_flag_spec='-R$libdir'
9547 hardcode_shlibpath_var=no
9548 case $host_os in
9549 solaris2.[0-5] | solaris2.[0-5].*) ;;
9550 *)
9551 # The compiler driver will combine and reorder linker options,
9552 # but understands `-z linker_flag'. GCC discards it without `$wl',
9553 # but is careful enough not to reorder.
9554 # Supported since Solaris 2.6 (maybe 2.5.1?)
9555 if test "$GCC" = yes; then
9556 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9557 else
9558 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9559 fi
9560 ;;
9561 esac
9562 link_all_deplibs=yes
9563 ;;
9564
9565 sunos4*)
9566 if test "x$host_vendor" = xsequent; then
9567 # Use $CC to link under sequent, because it throws in some extra .o
9568 # files that make .init and .fini sections work.
9569 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9570 else
9571 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9572 fi
9573 hardcode_libdir_flag_spec='-L$libdir'
9574 hardcode_direct=yes
9575 hardcode_minus_L=yes
9576 hardcode_shlibpath_var=no
9577 ;;
9578
9579 sysv4)
9580 case $host_vendor in
9581 sni)
9582 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9583 hardcode_direct=yes # is this really true???
9584 ;;
9585 siemens)
9586 ## LD is ld it makes a PLAMLIB
9587 ## CC just makes a GrossModule.
9588 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9589 reload_cmds='$CC -r -o $output$reload_objs'
9590 hardcode_direct=no
9591 ;;
9592 motorola)
9593 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9594 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9595 ;;
9596 esac
9597 runpath_var='LD_RUN_PATH'
9598 hardcode_shlibpath_var=no
9599 ;;
9600
9601 sysv4.3*)
9602 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9603 hardcode_shlibpath_var=no
9604 export_dynamic_flag_spec='-Bexport'
9605 ;;
9606
9607 sysv4*MP*)
9608 if test -d /usr/nec; then
9609 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9610 hardcode_shlibpath_var=no
9611 runpath_var=LD_RUN_PATH
9612 hardcode_runpath_var=yes
9613 ld_shlibs=yes
9614 fi
9615 ;;
9616
9617 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9618 no_undefined_flag='${wl}-z,text'
9619 archive_cmds_need_lc=no
9620 hardcode_shlibpath_var=no
9621 runpath_var='LD_RUN_PATH'
9622
9623 if test "$GCC" = yes; then
9624 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9625 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9626 else
9627 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9628 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9629 fi
9630 ;;
9631
9632 sysv5* | sco3.2v5* | sco5v6*)
9633 # Note: We can NOT use -z defs as we might desire, because we do not
9634 # link with -lc, and that would cause any symbols used from libc to
9635 # always be unresolved, which means just about no library would
9636 # ever link correctly. If we're not using GNU ld we use -z text
9637 # though, which does catch some bad symbols but isn't as heavy-handed
9638 # as -z defs.
9639 no_undefined_flag='${wl}-z,text'
9640 allow_undefined_flag='${wl}-z,nodefs'
9641 archive_cmds_need_lc=no
9642 hardcode_shlibpath_var=no
9643 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9644 hardcode_libdir_separator=':'
9645 link_all_deplibs=yes
9646 export_dynamic_flag_spec='${wl}-Bexport'
9647 runpath_var='LD_RUN_PATH'
9648
9649 if test "$GCC" = yes; then
9650 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9651 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9652 else
9653 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9654 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9655 fi
9656 ;;
9657
9658 uts4*)
9659 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9660 hardcode_libdir_flag_spec='-L$libdir'
9661 hardcode_shlibpath_var=no
9662 ;;
9663
9664 *)
9665 ld_shlibs=no
9666 ;;
9667 esac
9668
9669 if test x$host_vendor = xsni; then
9670 case $host in
9671 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9672 export_dynamic_flag_spec='${wl}-Blargedynsym'
9673 ;;
9674 esac
9675 fi
9676 fi
9677
9678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9679 $as_echo "$ld_shlibs" >&6; }
9680 test "$ld_shlibs" = no && can_build_shared=no
9681
9682 with_gnu_ld=$with_gnu_ld
9683
9684
9685
9686
9687
9688
9689
9690
9691
9692
9693
9694
9695
9696
9697
9698 #
9699 # Do we need to explicitly link libc?
9700 #
9701 case "x$archive_cmds_need_lc" in
9702 x|xyes)
9703 # Assume -lc should be added
9704 archive_cmds_need_lc=yes
9705
9706 if test "$enable_shared" = yes && test "$GCC" = yes; then
9707 case $archive_cmds in
9708 *'~'*)
9709 # FIXME: we may have to deal with multi-command sequences.
9710 ;;
9711 '$CC '*)
9712 # Test whether the compiler implicitly links with -lc since on some
9713 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9714 # to ld, don't add -lc before -lgcc.
9715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9716 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9717 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9718 $as_echo_n "(cached) " >&6
9719 else
9720 $RM conftest*
9721 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9722
9723 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9724 (eval $ac_compile) 2>&5
9725 ac_status=$?
9726 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9727 test $ac_status = 0; } 2>conftest.err; then
9728 soname=conftest
9729 lib=conftest
9730 libobjs=conftest.$ac_objext
9731 deplibs=
9732 wl=$lt_prog_compiler_wl
9733 pic_flag=$lt_prog_compiler_pic
9734 compiler_flags=-v
9735 linker_flags=-v
9736 verstring=
9737 output_objdir=.
9738 libname=conftest
9739 lt_save_allow_undefined_flag=$allow_undefined_flag
9740 allow_undefined_flag=
9741 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9742 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9743 ac_status=$?
9744 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9745 test $ac_status = 0; }
9746 then
9747 lt_cv_archive_cmds_need_lc=no
9748 else
9749 lt_cv_archive_cmds_need_lc=yes
9750 fi
9751 allow_undefined_flag=$lt_save_allow_undefined_flag
9752 else
9753 cat conftest.err 1>&5
9754 fi
9755 $RM conftest*
9756
9757 fi
9758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9759 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9760 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9761 ;;
9762 esac
9763 fi
9764 ;;
9765 esac
9766
9767
9768
9769
9770
9771
9772
9773
9774
9775
9776
9777
9778
9779
9780
9781
9782
9783
9784
9785
9786
9787
9788
9789
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
9802
9803
9804
9805
9806
9807
9808
9809
9810
9811
9812
9813
9814
9815
9816
9817
9818
9819
9820
9821
9822
9823
9824
9825
9826
9827
9828
9829
9830
9831
9832
9833
9834
9835
9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
9850
9851
9852
9853
9854
9855
9856
9857
9858
9859
9860
9861
9862
9863
9864
9865
9866
9867
9868
9869
9870
9871
9872
9873
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
9887
9888
9889
9890
9891
9892
9893
9894
9895
9896
9897
9898
9899
9900
9901
9902
9903
9904
9905
9906
9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9919 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9920
9921 if test "$GCC" = yes; then
9922 case $host_os in
9923 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9924 *) lt_awk_arg="/^libraries:/" ;;
9925 esac
9926 case $host_os in
9927 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9928 *) lt_sed_strip_eq="s,=/,/,g" ;;
9929 esac
9930 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9931 case $lt_search_path_spec in
9932 *\;*)
9933 # if the path contains ";" then we assume it to be the separator
9934 # otherwise default to the standard path separator (i.e. ":") - it is
9935 # assumed that no part of a normal pathname contains ";" but that should
9936 # okay in the real world where ";" in dirpaths is itself problematic.
9937 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9938 ;;
9939 *)
9940 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9941 ;;
9942 esac
9943 # Ok, now we have the path, separated by spaces, we can step through it
9944 # and add multilib dir if necessary.
9945 lt_tmp_lt_search_path_spec=
9946 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9947 for lt_sys_path in $lt_search_path_spec; do
9948 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9949 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9950 else
9951 test -d "$lt_sys_path" && \
9952 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9953 fi
9954 done
9955 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9956 BEGIN {RS=" "; FS="/|\n";} {
9957 lt_foo="";
9958 lt_count=0;
9959 for (lt_i = NF; lt_i > 0; lt_i--) {
9960 if ($lt_i != "" && $lt_i != ".") {
9961 if ($lt_i == "..") {
9962 lt_count++;
9963 } else {
9964 if (lt_count == 0) {
9965 lt_foo="/" $lt_i lt_foo;
9966 } else {
9967 lt_count--;
9968 }
9969 }
9970 }
9971 }
9972 if (lt_foo != "") { lt_freq[lt_foo]++; }
9973 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9974 }'`
9975 # AWK program above erroneously prepends '/' to C:/dos/paths
9976 # for these hosts.
9977 case $host_os in
9978 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9979 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9980 esac
9981 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9982 else
9983 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9984 fi
9985 library_names_spec=
9986 libname_spec='lib$name'
9987 soname_spec=
9988 shrext_cmds=".so"
9989 postinstall_cmds=
9990 postuninstall_cmds=
9991 finish_cmds=
9992 finish_eval=
9993 shlibpath_var=
9994 shlibpath_overrides_runpath=unknown
9995 version_type=none
9996 dynamic_linker="$host_os ld.so"
9997 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9998 need_lib_prefix=unknown
9999 hardcode_into_libs=no
10000
10001 # when you set need_version to no, make sure it does not cause -set_version
10002 # flags to be left without arguments
10003 need_version=unknown
10004
10005 case $host_os in
10006 aix3*)
10007 version_type=linux # correct to gnu/linux during the next big refactor
10008 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10009 shlibpath_var=LIBPATH
10010
10011 # AIX 3 has no versioning support, so we append a major version to the name.
10012 soname_spec='${libname}${release}${shared_ext}$major'
10013 ;;
10014
10015 aix[4-9]*)
10016 version_type=linux # correct to gnu/linux during the next big refactor
10017 need_lib_prefix=no
10018 need_version=no
10019 hardcode_into_libs=yes
10020 if test "$host_cpu" = ia64; then
10021 # AIX 5 supports IA64
10022 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10023 shlibpath_var=LD_LIBRARY_PATH
10024 else
10025 # With GCC up to 2.95.x, collect2 would create an import file
10026 # for dependence libraries. The import file would start with
10027 # the line `#! .'. This would cause the generated library to
10028 # depend on `.', always an invalid library. This was fixed in
10029 # development snapshots of GCC prior to 3.0.
10030 case $host_os in
10031 aix4 | aix4.[01] | aix4.[01].*)
10032 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10033 echo ' yes '
10034 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10035 :
10036 else
10037 can_build_shared=no
10038 fi
10039 ;;
10040 esac
10041 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10042 # soname into executable. Probably we can add versioning support to
10043 # collect2, so additional links can be useful in future.
10044 if test "$aix_use_runtimelinking" = yes; then
10045 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10046 # instead of lib<name>.a to let people know that these are not
10047 # typical AIX shared libraries.
10048 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10049 else
10050 # We preserve .a as extension for shared libraries through AIX4.2
10051 # and later when we are not doing run time linking.
10052 library_names_spec='${libname}${release}.a $libname.a'
10053 soname_spec='${libname}${release}${shared_ext}$major'
10054 fi
10055 shlibpath_var=LIBPATH
10056 fi
10057 ;;
10058
10059 amigaos*)
10060 case $host_cpu in
10061 powerpc)
10062 # Since July 2007 AmigaOS4 officially supports .so libraries.
10063 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10064 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10065 ;;
10066 m68k)
10067 library_names_spec='$libname.ixlibrary $libname.a'
10068 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10069 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
10070 ;;
10071 esac
10072 ;;
10073
10074 beos*)
10075 library_names_spec='${libname}${shared_ext}'
10076 dynamic_linker="$host_os ld.so"
10077 shlibpath_var=LIBRARY_PATH
10078 ;;
10079
10080 bsdi[45]*)
10081 version_type=linux # correct to gnu/linux during the next big refactor
10082 need_version=no
10083 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10084 soname_spec='${libname}${release}${shared_ext}$major'
10085 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10086 shlibpath_var=LD_LIBRARY_PATH
10087 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10088 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10089 # the default ld.so.conf also contains /usr/contrib/lib and
10090 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10091 # libtool to hard-code these into programs
10092 ;;
10093
10094 cygwin* | mingw* | pw32* | cegcc*)
10095 version_type=windows
10096 shrext_cmds=".dll"
10097 need_version=no
10098 need_lib_prefix=no
10099
10100 case $GCC,$cc_basename in
10101 yes,*)
10102 # gcc
10103 library_names_spec='$libname.dll.a'
10104 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10105 postinstall_cmds='base_file=`basename \${file}`~
10106 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10107 dldir=$destdir/`dirname \$dlpath`~
10108 test -d \$dldir || mkdir -p \$dldir~
10109 $install_prog $dir/$dlname \$dldir/$dlname~
10110 chmod a+x \$dldir/$dlname~
10111 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10112 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10113 fi'
10114 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10115 dlpath=$dir/\$dldll~
10116 $RM \$dlpath'
10117 shlibpath_overrides_runpath=yes
10118
10119 case $host_os in
10120 cygwin*)
10121 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10122 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10123
10124 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10125 ;;
10126 mingw* | cegcc*)
10127 # MinGW DLLs use traditional 'lib' prefix
10128 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10129 ;;
10130 pw32*)
10131 # pw32 DLLs use 'pw' prefix rather than 'lib'
10132 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10133 ;;
10134 esac
10135 dynamic_linker='Win32 ld.exe'
10136 ;;
10137
10138 *,cl*)
10139 # Native MSVC
10140 libname_spec='$name'
10141 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10142 library_names_spec='${libname}.dll.lib'
10143
10144 case $build_os in
10145 mingw*)
10146 sys_lib_search_path_spec=
10147 lt_save_ifs=$IFS
10148 IFS=';'
10149 for lt_path in $LIB
10150 do
10151 IFS=$lt_save_ifs
10152 # Let DOS variable expansion print the short 8.3 style file name.
10153 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
10154 sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
10155 done
10156 IFS=$lt_save_ifs
10157 # Convert to MSYS style.
10158 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
10159 ;;
10160 cygwin*)
10161 # Convert to unix form, then to dos form, then back to unix form
10162 # but this time dos style (no spaces!) so that the unix form looks
10163 # like /cygdrive/c/PROGRA~1:/cygdr...
10164 sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
10165 sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
10166 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10167 ;;
10168 *)
10169 sys_lib_search_path_spec="$LIB"
10170 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
10171 # It is most probably a Windows format PATH.
10172 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
10173 else
10174 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10175 fi
10176 # FIXME: find the short name or the path components, as spaces are
10177 # common. (e.g. "Program Files" -> "PROGRA~1")
10178 ;;
10179 esac
10180
10181 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10182 postinstall_cmds='base_file=`basename \${file}`~
10183 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10184 dldir=$destdir/`dirname \$dlpath`~
10185 test -d \$dldir || mkdir -p \$dldir~
10186 $install_prog $dir/$dlname \$dldir/$dlname'
10187 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10188 dlpath=$dir/\$dldll~
10189 $RM \$dlpath'
10190 shlibpath_overrides_runpath=yes
10191 dynamic_linker='Win32 link.exe'
10192 ;;
10193
10194 *)
10195 # Assume MSVC wrapper
10196 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10197 dynamic_linker='Win32 ld.exe'
10198 ;;
10199 esac
10200 # FIXME: first we should search . and the directory the executable is in
10201 shlibpath_var=PATH
10202 ;;
10203
10204 darwin* | rhapsody*)
10205 dynamic_linker="$host_os dyld"
10206 version_type=darwin
10207 need_lib_prefix=no
10208 need_version=no
10209 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10210 soname_spec='${libname}${release}${major}$shared_ext'
10211 shlibpath_overrides_runpath=yes
10212 shlibpath_var=DYLD_LIBRARY_PATH
10213 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10214
10215 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10216 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10217 ;;
10218
10219 dgux*)
10220 version_type=linux # correct to gnu/linux during the next big refactor
10221 need_lib_prefix=no
10222 need_version=no
10223 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10224 soname_spec='${libname}${release}${shared_ext}$major'
10225 shlibpath_var=LD_LIBRARY_PATH
10226 ;;
10227
10228 freebsd* | dragonfly*)
10229 # DragonFly does not have aout. When/if they implement a new
10230 # versioning mechanism, adjust this.
10231 if test -x /usr/bin/objformat; then
10232 objformat=`/usr/bin/objformat`
10233 else
10234 case $host_os in
10235 freebsd[23].*) objformat=aout ;;
10236 *) objformat=elf ;;
10237 esac
10238 fi
10239 version_type=freebsd-$objformat
10240 case $version_type in
10241 freebsd-elf*)
10242 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10243 need_version=no
10244 need_lib_prefix=no
10245 ;;
10246 freebsd-*)
10247 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10248 need_version=yes
10249 ;;
10250 esac
10251 shlibpath_var=LD_LIBRARY_PATH
10252 case $host_os in
10253 freebsd2.*)
10254 shlibpath_overrides_runpath=yes
10255 ;;
10256 freebsd3.[01]* | freebsdelf3.[01]*)
10257 shlibpath_overrides_runpath=yes
10258 hardcode_into_libs=yes
10259 ;;
10260 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10261 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10262 shlibpath_overrides_runpath=no
10263 hardcode_into_libs=yes
10264 ;;
10265 *) # from 4.6 on, and DragonFly
10266 shlibpath_overrides_runpath=yes
10267 hardcode_into_libs=yes
10268 ;;
10269 esac
10270 ;;
10271
10272 gnu*)
10273 version_type=linux # correct to gnu/linux during the next big refactor
10274 need_lib_prefix=no
10275 need_version=no
10276 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10277 soname_spec='${libname}${release}${shared_ext}$major'
10278 shlibpath_var=LD_LIBRARY_PATH
10279 shlibpath_overrides_runpath=no
10280 hardcode_into_libs=yes
10281 ;;
10282
10283 haiku*)
10284 version_type=linux # correct to gnu/linux during the next big refactor
10285 need_lib_prefix=no
10286 need_version=no
10287 dynamic_linker="$host_os runtime_loader"
10288 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10289 soname_spec='${libname}${release}${shared_ext}$major'
10290 shlibpath_var=LIBRARY_PATH
10291 shlibpath_overrides_runpath=yes
10292 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
10293 hardcode_into_libs=yes
10294 ;;
10295
10296 hpux9* | hpux10* | hpux11*)
10297 # Give a soname corresponding to the major version so that dld.sl refuses to
10298 # link against other versions.
10299 version_type=sunos
10300 need_lib_prefix=no
10301 need_version=no
10302 case $host_cpu in
10303 ia64*)
10304 shrext_cmds='.so'
10305 hardcode_into_libs=yes
10306 dynamic_linker="$host_os dld.so"
10307 shlibpath_var=LD_LIBRARY_PATH
10308 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10309 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10310 soname_spec='${libname}${release}${shared_ext}$major'
10311 if test "X$HPUX_IA64_MODE" = X32; then
10312 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10313 else
10314 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10315 fi
10316 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10317 ;;
10318 hppa*64*)
10319 shrext_cmds='.sl'
10320 hardcode_into_libs=yes
10321 dynamic_linker="$host_os dld.sl"
10322 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10323 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10324 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10325 soname_spec='${libname}${release}${shared_ext}$major'
10326 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10327 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10328 ;;
10329 *)
10330 shrext_cmds='.sl'
10331 dynamic_linker="$host_os dld.sl"
10332 shlibpath_var=SHLIB_PATH
10333 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10334 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10335 soname_spec='${libname}${release}${shared_ext}$major'
10336 ;;
10337 esac
10338 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10339 postinstall_cmds='chmod 555 $lib'
10340 # or fails outright, so override atomically:
10341 install_override_mode=555
10342 ;;
10343
10344 interix[3-9]*)
10345 version_type=linux # correct to gnu/linux during the next big refactor
10346 need_lib_prefix=no
10347 need_version=no
10348 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10349 soname_spec='${libname}${release}${shared_ext}$major'
10350 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10351 shlibpath_var=LD_LIBRARY_PATH
10352 shlibpath_overrides_runpath=no
10353 hardcode_into_libs=yes
10354 ;;
10355
10356 irix5* | irix6* | nonstopux*)
10357 case $host_os in
10358 nonstopux*) version_type=nonstopux ;;
10359 *)
10360 if test "$lt_cv_prog_gnu_ld" = yes; then
10361 version_type=linux # correct to gnu/linux during the next big refactor
10362 else
10363 version_type=irix
10364 fi ;;
10365 esac
10366 need_lib_prefix=no
10367 need_version=no
10368 soname_spec='${libname}${release}${shared_ext}$major'
10369 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10370 case $host_os in
10371 irix5* | nonstopux*)
10372 libsuff= shlibsuff=
10373 ;;
10374 *)
10375 case $LD in # libtool.m4 will add one of these switches to LD
10376 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10377 libsuff= shlibsuff= libmagic=32-bit;;
10378 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10379 libsuff=32 shlibsuff=N32 libmagic=N32;;
10380 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10381 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10382 *) libsuff= shlibsuff= libmagic=never-match;;
10383 esac
10384 ;;
10385 esac
10386 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10387 shlibpath_overrides_runpath=no
10388 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10389 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10390 hardcode_into_libs=yes
10391 ;;
10392
10393 # No shared lib support for Linux oldld, aout, or coff.
10394 linux*oldld* | linux*aout* | linux*coff*)
10395 dynamic_linker=no
10396 ;;
10397
10398 # This must be glibc/ELF.
10399 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10400 version_type=linux # correct to gnu/linux during the next big refactor
10401 need_lib_prefix=no
10402 need_version=no
10403 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10404 soname_spec='${libname}${release}${shared_ext}$major'
10405 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10406 shlibpath_var=LD_LIBRARY_PATH
10407 shlibpath_overrides_runpath=no
10408
10409 # Some binutils ld are patched to set DT_RUNPATH
10410 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10411 $as_echo_n "(cached) " >&6
10412 else
10413 lt_cv_shlibpath_overrides_runpath=no
10414 save_LDFLAGS=$LDFLAGS
10415 save_libdir=$libdir
10416 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10417 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10419 /* end confdefs.h. */
10420
10421 int
10422 main ()
10423 {
10424
10425 ;
10426 return 0;
10427 }
10428 _ACEOF
10429 if ac_fn_c_try_link "$LINENO"; then :
10430 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10431 lt_cv_shlibpath_overrides_runpath=yes
10432 fi
10433 fi
10434 rm -f core conftest.err conftest.$ac_objext \
10435 conftest$ac_exeext conftest.$ac_ext
10436 LDFLAGS=$save_LDFLAGS
10437 libdir=$save_libdir
10438
10439 fi
10440
10441 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10442
10443 # This implies no fast_install, which is unacceptable.
10444 # Some rework will be needed to allow for fast_install
10445 # before this can be enabled.
10446 hardcode_into_libs=yes
10447
10448 # Add ABI-specific directories to the system library path.
10449 sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
10450
10451 # Append ld.so.conf contents to the search path
10452 if test -f /etc/ld.so.conf; then
10453 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
10454 sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
10455
10456 fi
10457
10458 # We used to test for /lib/ld.so.1 and disable shared libraries on
10459 # powerpc, because MkLinux only supported shared libraries with the
10460 # GNU dynamic linker. Since this was broken with cross compilers,
10461 # most powerpc-linux boxes support dynamic linking these days and
10462 # people can always --disable-shared, the test was removed, and we
10463 # assume the GNU/Linux dynamic linker is in use.
10464 dynamic_linker='GNU/Linux ld.so'
10465 ;;
10466
10467 netbsd*)
10468 version_type=sunos
10469 need_lib_prefix=no
10470 need_version=no
10471 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10472 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10473 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10474 dynamic_linker='NetBSD (a.out) ld.so'
10475 else
10476 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10477 soname_spec='${libname}${release}${shared_ext}$major'
10478 dynamic_linker='NetBSD ld.elf_so'
10479 fi
10480 shlibpath_var=LD_LIBRARY_PATH
10481 shlibpath_overrides_runpath=yes
10482 hardcode_into_libs=yes
10483 ;;
10484
10485 newsos6)
10486 version_type=linux # correct to gnu/linux during the next big refactor
10487 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10488 shlibpath_var=LD_LIBRARY_PATH
10489 shlibpath_overrides_runpath=yes
10490 ;;
10491
10492 *nto* | *qnx*)
10493 version_type=qnx
10494 need_lib_prefix=no
10495 need_version=no
10496 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10497 soname_spec='${libname}${release}${shared_ext}$major'
10498 shlibpath_var=LD_LIBRARY_PATH
10499 shlibpath_overrides_runpath=no
10500 hardcode_into_libs=yes
10501 dynamic_linker='ldqnx.so'
10502 ;;
10503
10504 openbsd*)
10505 version_type=sunos
10506 sys_lib_dlsearch_path_spec="/usr/lib"
10507 need_lib_prefix=no
10508 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10509 case $host_os in
10510 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10511 *) need_version=no ;;
10512 esac
10513 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10514 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10515 shlibpath_var=LD_LIBRARY_PATH
10516 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10517 case $host_os in
10518 openbsd2.[89] | openbsd2.[89].*)
10519 shlibpath_overrides_runpath=no
10520 ;;
10521 *)
10522 shlibpath_overrides_runpath=yes
10523 ;;
10524 esac
10525 else
10526 shlibpath_overrides_runpath=yes
10527 fi
10528 ;;
10529
10530 os2*)
10531 libname_spec='$name'
10532 shrext_cmds=".dll"
10533 need_lib_prefix=no
10534 library_names_spec='$libname${shared_ext} $libname.a'
10535 dynamic_linker='OS/2 ld.exe'
10536 shlibpath_var=LIBPATH
10537 ;;
10538
10539 osf3* | osf4* | osf5*)
10540 version_type=osf
10541 need_lib_prefix=no
10542 need_version=no
10543 soname_spec='${libname}${release}${shared_ext}$major'
10544 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10545 shlibpath_var=LD_LIBRARY_PATH
10546 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10547 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10548 ;;
10549
10550 rdos*)
10551 dynamic_linker=no
10552 ;;
10553
10554 solaris*)
10555 version_type=linux # correct to gnu/linux during the next big refactor
10556 need_lib_prefix=no
10557 need_version=no
10558 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10559 soname_spec='${libname}${release}${shared_ext}$major'
10560 shlibpath_var=LD_LIBRARY_PATH
10561 shlibpath_overrides_runpath=yes
10562 hardcode_into_libs=yes
10563 # ldd complains unless libraries are executable
10564 postinstall_cmds='chmod +x $lib'
10565 ;;
10566
10567 sunos4*)
10568 version_type=sunos
10569 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10570 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10571 shlibpath_var=LD_LIBRARY_PATH
10572 shlibpath_overrides_runpath=yes
10573 if test "$with_gnu_ld" = yes; then
10574 need_lib_prefix=no
10575 fi
10576 need_version=yes
10577 ;;
10578
10579 sysv4 | sysv4.3*)
10580 version_type=linux # correct to gnu/linux during the next big refactor
10581 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10582 soname_spec='${libname}${release}${shared_ext}$major'
10583 shlibpath_var=LD_LIBRARY_PATH
10584 case $host_vendor in
10585 sni)
10586 shlibpath_overrides_runpath=no
10587 need_lib_prefix=no
10588 runpath_var=LD_RUN_PATH
10589 ;;
10590 siemens)
10591 need_lib_prefix=no
10592 ;;
10593 motorola)
10594 need_lib_prefix=no
10595 need_version=no
10596 shlibpath_overrides_runpath=no
10597 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10598 ;;
10599 esac
10600 ;;
10601
10602 sysv4*MP*)
10603 if test -d /usr/nec ;then
10604 version_type=linux # correct to gnu/linux during the next big refactor
10605 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10606 soname_spec='$libname${shared_ext}.$major'
10607 shlibpath_var=LD_LIBRARY_PATH
10608 fi
10609 ;;
10610
10611 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10612 version_type=freebsd-elf
10613 need_lib_prefix=no
10614 need_version=no
10615 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10616 soname_spec='${libname}${release}${shared_ext}$major'
10617 shlibpath_var=LD_LIBRARY_PATH
10618 shlibpath_overrides_runpath=yes
10619 hardcode_into_libs=yes
10620 if test "$with_gnu_ld" = yes; then
10621 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10622 else
10623 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10624 case $host_os in
10625 sco3.2v5*)
10626 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10627 ;;
10628 esac
10629 fi
10630 sys_lib_dlsearch_path_spec='/usr/lib'
10631 ;;
10632
10633 tpf*)
10634 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10635 version_type=linux # correct to gnu/linux during the next big refactor
10636 need_lib_prefix=no
10637 need_version=no
10638 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10639 shlibpath_var=LD_LIBRARY_PATH
10640 shlibpath_overrides_runpath=no
10641 hardcode_into_libs=yes
10642 ;;
10643
10644 uts4*)
10645 version_type=linux # correct to gnu/linux during the next big refactor
10646 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10647 soname_spec='${libname}${release}${shared_ext}$major'
10648 shlibpath_var=LD_LIBRARY_PATH
10649 ;;
10650
10651 *)
10652 dynamic_linker=no
10653 ;;
10654 esac
10655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10656 $as_echo "$dynamic_linker" >&6; }
10657 test "$dynamic_linker" = no && can_build_shared=no
10658
10659 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10660 if test "$GCC" = yes; then
10661 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10662 fi
10663
10664 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10665 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10666 fi
10667 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10668 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10669 fi
10670
10671
10672
10673
10674
10675
10676
10677
10678
10679
10680
10681
10682
10683
10684
10685
10686
10687
10688
10689
10690
10691
10692
10693
10694
10695
10696
10697
10698
10699
10700
10701
10702
10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10763 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10764 hardcode_action=
10765 if test -n "$hardcode_libdir_flag_spec" ||
10766 test -n "$runpath_var" ||
10767 test "X$hardcode_automatic" = "Xyes" ; then
10768
10769 # We can hardcode non-existent directories.
10770 if test "$hardcode_direct" != no &&
10771 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10772 # have to relink, otherwise we might link with an installed library
10773 # when we should be linking with a yet-to-be-installed one
10774 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10775 test "$hardcode_minus_L" != no; then
10776 # Linking always hardcodes the temporary library directory.
10777 hardcode_action=relink
10778 else
10779 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10780 hardcode_action=immediate
10781 fi
10782 else
10783 # We cannot hardcode anything, or else we can only hardcode existing
10784 # directories.
10785 hardcode_action=unsupported
10786 fi
10787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10788 $as_echo "$hardcode_action" >&6; }
10789
10790 if test "$hardcode_action" = relink ||
10791 test "$inherit_rpath" = yes; then
10792 # Fast installation is not supported
10793 enable_fast_install=no
10794 elif test "$shlibpath_overrides_runpath" = yes ||
10795 test "$enable_shared" = no; then
10796 # Fast installation is not necessary
10797 enable_fast_install=needless
10798 fi
10799
10800
10801
10802
10803
10804
10805 if test "x$enable_dlopen" != xyes; then
10806 enable_dlopen=unknown
10807 enable_dlopen_self=unknown
10808 enable_dlopen_self_static=unknown
10809 else
10810 lt_cv_dlopen=no
10811 lt_cv_dlopen_libs=
10812
10813 case $host_os in
10814 beos*)
10815 lt_cv_dlopen="load_add_on"
10816 lt_cv_dlopen_libs=
10817 lt_cv_dlopen_self=yes
10818 ;;
10819
10820 mingw* | pw32* | cegcc*)
10821 lt_cv_dlopen="LoadLibrary"
10822 lt_cv_dlopen_libs=
10823 ;;
10824
10825 cygwin*)
10826 lt_cv_dlopen="dlopen"
10827 lt_cv_dlopen_libs=
10828 ;;
10829
10830 darwin*)
10831 # if libdl is installed we need to link against it
10832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10833 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10834 if ${ac_cv_lib_dl_dlopen+:} false; then :
10835 $as_echo_n "(cached) " >&6
10836 else
10837 ac_check_lib_save_LIBS=$LIBS
10838 LIBS="-ldl $LIBS"
10839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10840 /* end confdefs.h. */
10841
10842 /* Override any GCC internal prototype to avoid an error.
10843 Use char because int might match the return type of a GCC
10844 builtin and then its argument prototype would still apply. */
10845 #ifdef __cplusplus
10846 extern "C"
10847 #endif
10848 char dlopen ();
10849 int
10850 main ()
10851 {
10852 return dlopen ();
10853 ;
10854 return 0;
10855 }
10856 _ACEOF
10857 if ac_fn_c_try_link "$LINENO"; then :
10858 ac_cv_lib_dl_dlopen=yes
10859 else
10860 ac_cv_lib_dl_dlopen=no
10861 fi
10862 rm -f core conftest.err conftest.$ac_objext \
10863 conftest$ac_exeext conftest.$ac_ext
10864 LIBS=$ac_check_lib_save_LIBS
10865 fi
10866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10867 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10868 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10869 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10870 else
10871
10872 lt_cv_dlopen="dyld"
10873 lt_cv_dlopen_libs=
10874 lt_cv_dlopen_self=yes
10875
10876 fi
10877
10878 ;;
10879
10880 *)
10881 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10882 if test "x$ac_cv_func_shl_load" = xyes; then :
10883 lt_cv_dlopen="shl_load"
10884 else
10885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10886 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10887 if ${ac_cv_lib_dld_shl_load+:} false; then :
10888 $as_echo_n "(cached) " >&6
10889 else
10890 ac_check_lib_save_LIBS=$LIBS
10891 LIBS="-ldld $LIBS"
10892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10893 /* end confdefs.h. */
10894
10895 /* Override any GCC internal prototype to avoid an error.
10896 Use char because int might match the return type of a GCC
10897 builtin and then its argument prototype would still apply. */
10898 #ifdef __cplusplus
10899 extern "C"
10900 #endif
10901 char shl_load ();
10902 int
10903 main ()
10904 {
10905 return shl_load ();
10906 ;
10907 return 0;
10908 }
10909 _ACEOF
10910 if ac_fn_c_try_link "$LINENO"; then :
10911 ac_cv_lib_dld_shl_load=yes
10912 else
10913 ac_cv_lib_dld_shl_load=no
10914 fi
10915 rm -f core conftest.err conftest.$ac_objext \
10916 conftest$ac_exeext conftest.$ac_ext
10917 LIBS=$ac_check_lib_save_LIBS
10918 fi
10919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10920 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10921 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10922 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10923 else
10924 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10925 if test "x$ac_cv_func_dlopen" = xyes; then :
10926 lt_cv_dlopen="dlopen"
10927 else
10928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10929 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10930 if ${ac_cv_lib_dl_dlopen+:} false; then :
10931 $as_echo_n "(cached) " >&6
10932 else
10933 ac_check_lib_save_LIBS=$LIBS
10934 LIBS="-ldl $LIBS"
10935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10936 /* end confdefs.h. */
10937
10938 /* Override any GCC internal prototype to avoid an error.
10939 Use char because int might match the return type of a GCC
10940 builtin and then its argument prototype would still apply. */
10941 #ifdef __cplusplus
10942 extern "C"
10943 #endif
10944 char dlopen ();
10945 int
10946 main ()
10947 {
10948 return dlopen ();
10949 ;
10950 return 0;
10951 }
10952 _ACEOF
10953 if ac_fn_c_try_link "$LINENO"; then :
10954 ac_cv_lib_dl_dlopen=yes
10955 else
10956 ac_cv_lib_dl_dlopen=no
10957 fi
10958 rm -f core conftest.err conftest.$ac_objext \
10959 conftest$ac_exeext conftest.$ac_ext
10960 LIBS=$ac_check_lib_save_LIBS
10961 fi
10962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10963 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10964 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10965 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10966 else
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10968 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10969 if ${ac_cv_lib_svld_dlopen+:} false; then :
10970 $as_echo_n "(cached) " >&6
10971 else
10972 ac_check_lib_save_LIBS=$LIBS
10973 LIBS="-lsvld $LIBS"
10974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10975 /* end confdefs.h. */
10976
10977 /* Override any GCC internal prototype to avoid an error.
10978 Use char because int might match the return type of a GCC
10979 builtin and then its argument prototype would still apply. */
10980 #ifdef __cplusplus
10981 extern "C"
10982 #endif
10983 char dlopen ();
10984 int
10985 main ()
10986 {
10987 return dlopen ();
10988 ;
10989 return 0;
10990 }
10991 _ACEOF
10992 if ac_fn_c_try_link "$LINENO"; then :
10993 ac_cv_lib_svld_dlopen=yes
10994 else
10995 ac_cv_lib_svld_dlopen=no
10996 fi
10997 rm -f core conftest.err conftest.$ac_objext \
10998 conftest$ac_exeext conftest.$ac_ext
10999 LIBS=$ac_check_lib_save_LIBS
11000 fi
11001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11002 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11003 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11004 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11005 else
11006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11007 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11008 if ${ac_cv_lib_dld_dld_link+:} false; then :
11009 $as_echo_n "(cached) " >&6
11010 else
11011 ac_check_lib_save_LIBS=$LIBS
11012 LIBS="-ldld $LIBS"
11013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11014 /* end confdefs.h. */
11015
11016 /* Override any GCC internal prototype to avoid an error.
11017 Use char because int might match the return type of a GCC
11018 builtin and then its argument prototype would still apply. */
11019 #ifdef __cplusplus
11020 extern "C"
11021 #endif
11022 char dld_link ();
11023 int
11024 main ()
11025 {
11026 return dld_link ();
11027 ;
11028 return 0;
11029 }
11030 _ACEOF
11031 if ac_fn_c_try_link "$LINENO"; then :
11032 ac_cv_lib_dld_dld_link=yes
11033 else
11034 ac_cv_lib_dld_dld_link=no
11035 fi
11036 rm -f core conftest.err conftest.$ac_objext \
11037 conftest$ac_exeext conftest.$ac_ext
11038 LIBS=$ac_check_lib_save_LIBS
11039 fi
11040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11041 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11042 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11043 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11044 fi
11045
11046
11047 fi
11048
11049
11050 fi
11051
11052
11053 fi
11054
11055
11056 fi
11057
11058
11059 fi
11060
11061 ;;
11062 esac
11063
11064 if test "x$lt_cv_dlopen" != xno; then
11065 enable_dlopen=yes
11066 else
11067 enable_dlopen=no
11068 fi
11069
11070 case $lt_cv_dlopen in
11071 dlopen)
11072 save_CPPFLAGS="$CPPFLAGS"
11073 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11074
11075 save_LDFLAGS="$LDFLAGS"
11076 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11077
11078 save_LIBS="$LIBS"
11079 LIBS="$lt_cv_dlopen_libs $LIBS"
11080
11081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11082 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11083 if ${lt_cv_dlopen_self+:} false; then :
11084 $as_echo_n "(cached) " >&6
11085 else
11086 if test "$cross_compiling" = yes; then :
11087 lt_cv_dlopen_self=cross
11088 else
11089 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11090 lt_status=$lt_dlunknown
11091 cat > conftest.$ac_ext <<_LT_EOF
11092 #line $LINENO "configure"
11093 #include "confdefs.h"
11094
11095 #if HAVE_DLFCN_H
11096 #include <dlfcn.h>
11097 #endif
11098
11099 #include <stdio.h>
11100
11101 #ifdef RTLD_GLOBAL
11102 # define LT_DLGLOBAL RTLD_GLOBAL
11103 #else
11104 # ifdef DL_GLOBAL
11105 # define LT_DLGLOBAL DL_GLOBAL
11106 # else
11107 # define LT_DLGLOBAL 0
11108 # endif
11109 #endif
11110
11111 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11112 find out it does not work in some platform. */
11113 #ifndef LT_DLLAZY_OR_NOW
11114 # ifdef RTLD_LAZY
11115 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11116 # else
11117 # ifdef DL_LAZY
11118 # define LT_DLLAZY_OR_NOW DL_LAZY
11119 # else
11120 # ifdef RTLD_NOW
11121 # define LT_DLLAZY_OR_NOW RTLD_NOW
11122 # else
11123 # ifdef DL_NOW
11124 # define LT_DLLAZY_OR_NOW DL_NOW
11125 # else
11126 # define LT_DLLAZY_OR_NOW 0
11127 # endif
11128 # endif
11129 # endif
11130 # endif
11131 #endif
11132
11133 /* When -fvisbility=hidden is used, assume the code has been annotated
11134 correspondingly for the symbols needed. */
11135 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11136 int fnord () __attribute__((visibility("default")));
11137 #endif
11138
11139 int fnord () { return 42; }
11140 int main ()
11141 {
11142 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11143 int status = $lt_dlunknown;
11144
11145 if (self)
11146 {
11147 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11148 else
11149 {
11150 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11151 else puts (dlerror ());
11152 }
11153 /* dlclose (self); */
11154 }
11155 else
11156 puts (dlerror ());
11157
11158 return status;
11159 }
11160 _LT_EOF
11161 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11162 (eval $ac_link) 2>&5
11163 ac_status=$?
11164 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11165 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11166 (./conftest; exit; ) >&5 2>/dev/null
11167 lt_status=$?
11168 case x$lt_status in
11169 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11170 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11171 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11172 esac
11173 else :
11174 # compilation failed
11175 lt_cv_dlopen_self=no
11176 fi
11177 fi
11178 rm -fr conftest*
11179
11180
11181 fi
11182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11183 $as_echo "$lt_cv_dlopen_self" >&6; }
11184
11185 if test "x$lt_cv_dlopen_self" = xyes; then
11186 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11188 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11189 if ${lt_cv_dlopen_self_static+:} false; then :
11190 $as_echo_n "(cached) " >&6
11191 else
11192 if test "$cross_compiling" = yes; then :
11193 lt_cv_dlopen_self_static=cross
11194 else
11195 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11196 lt_status=$lt_dlunknown
11197 cat > conftest.$ac_ext <<_LT_EOF
11198 #line $LINENO "configure"
11199 #include "confdefs.h"
11200
11201 #if HAVE_DLFCN_H
11202 #include <dlfcn.h>
11203 #endif
11204
11205 #include <stdio.h>
11206
11207 #ifdef RTLD_GLOBAL
11208 # define LT_DLGLOBAL RTLD_GLOBAL
11209 #else
11210 # ifdef DL_GLOBAL
11211 # define LT_DLGLOBAL DL_GLOBAL
11212 # else
11213 # define LT_DLGLOBAL 0
11214 # endif
11215 #endif
11216
11217 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11218 find out it does not work in some platform. */
11219 #ifndef LT_DLLAZY_OR_NOW
11220 # ifdef RTLD_LAZY
11221 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11222 # else
11223 # ifdef DL_LAZY
11224 # define LT_DLLAZY_OR_NOW DL_LAZY
11225 # else
11226 # ifdef RTLD_NOW
11227 # define LT_DLLAZY_OR_NOW RTLD_NOW
11228 # else
11229 # ifdef DL_NOW
11230 # define LT_DLLAZY_OR_NOW DL_NOW
11231 # else
11232 # define LT_DLLAZY_OR_NOW 0
11233 # endif
11234 # endif
11235 # endif
11236 # endif
11237 #endif
11238
11239 /* When -fvisbility=hidden is used, assume the code has been annotated
11240 correspondingly for the symbols needed. */
11241 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11242 int fnord () __attribute__((visibility("default")));
11243 #endif
11244
11245 int fnord () { return 42; }
11246 int main ()
11247 {
11248 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11249 int status = $lt_dlunknown;
11250
11251 if (self)
11252 {
11253 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11254 else
11255 {
11256 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11257 else puts (dlerror ());
11258 }
11259 /* dlclose (self); */
11260 }
11261 else
11262 puts (dlerror ());
11263
11264 return status;
11265 }
11266 _LT_EOF
11267 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11268 (eval $ac_link) 2>&5
11269 ac_status=$?
11270 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11271 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11272 (./conftest; exit; ) >&5 2>/dev/null
11273 lt_status=$?
11274 case x$lt_status in
11275 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11276 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11277 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11278 esac
11279 else :
11280 # compilation failed
11281 lt_cv_dlopen_self_static=no
11282 fi
11283 fi
11284 rm -fr conftest*
11285
11286
11287 fi
11288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11289 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11290 fi
11291
11292 CPPFLAGS="$save_CPPFLAGS"
11293 LDFLAGS="$save_LDFLAGS"
11294 LIBS="$save_LIBS"
11295 ;;
11296 esac
11297
11298 case $lt_cv_dlopen_self in
11299 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11300 *) enable_dlopen_self=unknown ;;
11301 esac
11302
11303 case $lt_cv_dlopen_self_static in
11304 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11305 *) enable_dlopen_self_static=unknown ;;
11306 esac
11307 fi
11308
11309
11310
11311
11312
11313
11314
11315
11316
11317
11318
11319
11320
11321
11322
11323
11324
11325 striplib=
11326 old_striplib=
11327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11328 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11329 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11330 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11331 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11333 $as_echo "yes" >&6; }
11334 else
11335 # FIXME - insert some real tests, host_os isn't really good enough
11336 case $host_os in
11337 darwin*)
11338 if test -n "$STRIP" ; then
11339 striplib="$STRIP -x"
11340 old_striplib="$STRIP -S"
11341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11342 $as_echo "yes" >&6; }
11343 else
11344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11345 $as_echo "no" >&6; }
11346 fi
11347 ;;
11348 *)
11349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11350 $as_echo "no" >&6; }
11351 ;;
11352 esac
11353 fi
11354
11355
11356
11357
11358
11359
11360
11361
11362
11363
11364
11365
11366 # Report which library types will actually be built
11367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11368 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11370 $as_echo "$can_build_shared" >&6; }
11371
11372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11373 $as_echo_n "checking whether to build shared libraries... " >&6; }
11374 test "$can_build_shared" = "no" && enable_shared=no
11375
11376 # On AIX, shared libraries and static libraries use the same namespace, and
11377 # are all built from PIC.
11378 case $host_os in
11379 aix3*)
11380 test "$enable_shared" = yes && enable_static=no
11381 if test -n "$RANLIB"; then
11382 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11383 postinstall_cmds='$RANLIB $lib'
11384 fi
11385 ;;
11386
11387 aix[4-9]*)
11388 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11389 test "$enable_shared" = yes && enable_static=no
11390 fi
11391 ;;
11392 esac
11393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11394 $as_echo "$enable_shared" >&6; }
11395
11396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11397 $as_echo_n "checking whether to build static libraries... " >&6; }
11398 # Make sure either enable_shared or enable_static is yes.
11399 test "$enable_shared" = yes || enable_static=yes
11400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11401 $as_echo "$enable_static" >&6; }
11402
11403
11404
11405
11406 fi
11407 ac_ext=c
11408 ac_cpp='$CPP $CPPFLAGS'
11409 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11410 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11411 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11412
11413 CC="$lt_save_CC"
11414
11415
11416
11417
11418
11419
11420
11421
11422
11423
11424
11425
11426
11427
11428
11429 ac_config_commands="$ac_config_commands libtool"
11430
11431
11432
11433
11434 # Only expand once:
11435
11436
11437 # Check whether --enable-largefile was given.
11438 if test "${enable_largefile+set}" = set; then :
11439 enableval=$enable_largefile;
11440 fi
11441
11442 if test "$enable_largefile" != no; then
11443
11444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11445 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11446 if ${ac_cv_sys_largefile_CC+:} false; then :
11447 $as_echo_n "(cached) " >&6
11448 else
11449 ac_cv_sys_largefile_CC=no
11450 if test "$GCC" != yes; then
11451 ac_save_CC=$CC
11452 while :; do
11453 # IRIX 6.2 and later do not support large files by default,
11454 # so use the C compiler's -n32 option if that helps.
11455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11456 /* end confdefs.h. */
11457 #include <sys/types.h>
11458 /* Check that off_t can represent 2**63 - 1 correctly.
11459 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11460 since some C++ compilers masquerading as C compilers
11461 incorrectly reject 9223372036854775807. */
11462 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11463 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11464 && LARGE_OFF_T % 2147483647 == 1)
11465 ? 1 : -1];
11466 int
11467 main ()
11468 {
11469
11470 ;
11471 return 0;
11472 }
11473 _ACEOF
11474 if ac_fn_c_try_compile "$LINENO"; then :
11475 break
11476 fi
11477 rm -f core conftest.err conftest.$ac_objext
11478 CC="$CC -n32"
11479 if ac_fn_c_try_compile "$LINENO"; then :
11480 ac_cv_sys_largefile_CC=' -n32'; break
11481 fi
11482 rm -f core conftest.err conftest.$ac_objext
11483 break
11484 done
11485 CC=$ac_save_CC
11486 rm -f conftest.$ac_ext
11487 fi
11488 fi
11489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11490 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11491 if test "$ac_cv_sys_largefile_CC" != no; then
11492 CC=$CC$ac_cv_sys_largefile_CC
11493 fi
11494
11495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11496 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11497 if ${ac_cv_sys_file_offset_bits+:} false; then :
11498 $as_echo_n "(cached) " >&6
11499 else
11500 while :; do
11501 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11502 /* end confdefs.h. */
11503 #include <sys/types.h>
11504 /* Check that off_t can represent 2**63 - 1 correctly.
11505 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11506 since some C++ compilers masquerading as C compilers
11507 incorrectly reject 9223372036854775807. */
11508 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11509 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11510 && LARGE_OFF_T % 2147483647 == 1)
11511 ? 1 : -1];
11512 int
11513 main ()
11514 {
11515
11516 ;
11517 return 0;
11518 }
11519 _ACEOF
11520 if ac_fn_c_try_compile "$LINENO"; then :
11521 ac_cv_sys_file_offset_bits=no; break
11522 fi
11523 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11525 /* end confdefs.h. */
11526 #define _FILE_OFFSET_BITS 64
11527 #include <sys/types.h>
11528 /* Check that off_t can represent 2**63 - 1 correctly.
11529 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11530 since some C++ compilers masquerading as C compilers
11531 incorrectly reject 9223372036854775807. */
11532 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11533 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11534 && LARGE_OFF_T % 2147483647 == 1)
11535 ? 1 : -1];
11536 int
11537 main ()
11538 {
11539
11540 ;
11541 return 0;
11542 }
11543 _ACEOF
11544 if ac_fn_c_try_compile "$LINENO"; then :
11545 ac_cv_sys_file_offset_bits=64; break
11546 fi
11547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11548 ac_cv_sys_file_offset_bits=unknown
11549 break
11550 done
11551 fi
11552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11553 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11554 case $ac_cv_sys_file_offset_bits in #(
11555 no | unknown) ;;
11556 *)
11557 cat >>confdefs.h <<_ACEOF
11558 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11559 _ACEOF
11560 ;;
11561 esac
11562 rm -rf conftest*
11563 if test $ac_cv_sys_file_offset_bits = unknown; then
11564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11565 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11566 if ${ac_cv_sys_large_files+:} false; then :
11567 $as_echo_n "(cached) " >&6
11568 else
11569 while :; do
11570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11571 /* end confdefs.h. */
11572 #include <sys/types.h>
11573 /* Check that off_t can represent 2**63 - 1 correctly.
11574 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11575 since some C++ compilers masquerading as C compilers
11576 incorrectly reject 9223372036854775807. */
11577 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11578 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11579 && LARGE_OFF_T % 2147483647 == 1)
11580 ? 1 : -1];
11581 int
11582 main ()
11583 {
11584
11585 ;
11586 return 0;
11587 }
11588 _ACEOF
11589 if ac_fn_c_try_compile "$LINENO"; then :
11590 ac_cv_sys_large_files=no; break
11591 fi
11592 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11594 /* end confdefs.h. */
11595 #define _LARGE_FILES 1
11596 #include <sys/types.h>
11597 /* Check that off_t can represent 2**63 - 1 correctly.
11598 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11599 since some C++ compilers masquerading as C compilers
11600 incorrectly reject 9223372036854775807. */
11601 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11602 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11603 && LARGE_OFF_T % 2147483647 == 1)
11604 ? 1 : -1];
11605 int
11606 main ()
11607 {
11608
11609 ;
11610 return 0;
11611 }
11612 _ACEOF
11613 if ac_fn_c_try_compile "$LINENO"; then :
11614 ac_cv_sys_large_files=1; break
11615 fi
11616 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11617 ac_cv_sys_large_files=unknown
11618 break
11619 done
11620 fi
11621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11622 $as_echo "$ac_cv_sys_large_files" >&6; }
11623 case $ac_cv_sys_large_files in #(
11624 no | unknown) ;;
11625 *)
11626 cat >>confdefs.h <<_ACEOF
11627 #define _LARGE_FILES $ac_cv_sys_large_files
11628 _ACEOF
11629 ;;
11630 esac
11631 rm -rf conftest*
11632 fi
11633
11634
11635 fi
11636
11637
11638 if test x$GCC = xyes
11639 then
11640 CFLAGS="-Wall $CFLAGS"
11641 fi
11642 if test x$GXX = xyes
11643 then
11644 CXXFLAGS="-Wall $CXXFLAGS"
11645 fi
11646
11647 CFLAGS="-I$srcdir/.. -I.. -I$srcdir/../.. -I../.. $CFLAGS"
11648 CXXFLAGS="-I$srcdir/.. -I.. -I$srcdir/../.. -I../.. $CXXFLAGS"
11649
11650
11651 . ../../dbobj.config
11652 if test "$dblibrary" != ""
11653 then
11654 dblibrary="../../$dblibrary"
11655 fi
11656
11657
11658 makedatprog_target=""
11659 if test "$dblibrary" != ""
11660 then
11661 makedatprog_target=makedatprog
11662 fi
11663
11664
11665
11666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
11667 $as_echo_n "checking for ANSI C header files... " >&6; }
11668 if ${ac_cv_header_stdc+:} false; then :
11669 $as_echo_n "(cached) " >&6
11670 else
11671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11672 /* end confdefs.h. */
11673 #include <stdlib.h>
11674 #include <stdarg.h>
11675 #include <string.h>
11676 #include <float.h>
11677
11678 int
11679 main ()
11680 {
11681
11682 ;
11683 return 0;
11684 }
11685 _ACEOF
11686 if ac_fn_c_try_compile "$LINENO"; then :
11687 ac_cv_header_stdc=yes
11688 else
11689 ac_cv_header_stdc=no
11690 fi
11691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11692
11693 if test $ac_cv_header_stdc = yes; then
11694 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11696 /* end confdefs.h. */
11697 #include <string.h>
11698
11699 _ACEOF
11700 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11701 $EGREP "memchr" >/dev/null 2>&1; then :
11702
11703 else
11704 ac_cv_header_stdc=no
11705 fi
11706 rm -f conftest*
11707
11708 fi
11709
11710 if test $ac_cv_header_stdc = yes; then
11711 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
11712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11713 /* end confdefs.h. */
11714 #include <stdlib.h>
11715
11716 _ACEOF
11717 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11718 $EGREP "free" >/dev/null 2>&1; then :
11719
11720 else
11721 ac_cv_header_stdc=no
11722 fi
11723 rm -f conftest*
11724
11725 fi
11726
11727 if test $ac_cv_header_stdc = yes; then
11728 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
11729 if test "$cross_compiling" = yes; then :
11730 :
11731 else
11732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11733 /* end confdefs.h. */
11734 #include <ctype.h>
11735 #include <stdlib.h>
11736 #if ((' ' & 0x0FF) == 0x020)
11737 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11738 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11739 #else
11740 # define ISLOWER(c) \
11741 (('a' <= (c) && (c) <= 'i') \
11742 || ('j' <= (c) && (c) <= 'r') \
11743 || ('s' <= (c) && (c) <= 'z'))
11744 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
11745 #endif
11746
11747 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
11748 int
11749 main ()
11750 {
11751 int i;
11752 for (i = 0; i < 256; i++)
11753 if (XOR (islower (i), ISLOWER (i))
11754 || toupper (i) != TOUPPER (i))
11755 return 2;
11756 return 0;
11757 }
11758 _ACEOF
11759 if ac_fn_c_try_run "$LINENO"; then :
11760
11761 else
11762 ac_cv_header_stdc=no
11763 fi
11764 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11765 conftest.$ac_objext conftest.beam conftest.$ac_ext
11766 fi
11767
11768 fi
11769 fi
11770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
11771 $as_echo "$ac_cv_header_stdc" >&6; }
11772 if test $ac_cv_header_stdc = yes; then
11773
11774 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
11775
11776 fi
11777
11778 for ac_header in unistd.h
11779 do :
11780 ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
11781 if test "x$ac_cv_header_unistd_h" = xyes; then :
11782 cat >>confdefs.h <<_ACEOF
11783 #define HAVE_UNISTD_H 1
11784 _ACEOF
11785
11786 fi
11787
11788 done
11789
11790
11791
11792
11793
11794 # Check whether --with-makedatprog was given.
11795 if test "${with_makedatprog+set}" = set; then :
11796 withval=$with_makedatprog; makedatprog="$withval"
11797 else
11798 makedatprog="$bindir/makedatprog"
11799 fi
11800
11801
11802 makedatprogpath="$makedatprog"
11803
11804
11805 ac_config_files="$ac_config_files Makefile makedat"
11806
11807 cat >confcache <<\_ACEOF
11808 # This file is a shell script that caches the results of configure
11809 # tests run on this system so they can be shared between configure
11810 # scripts and configure runs, see configure's option --config-cache.
11811 # It is not useful on other systems. If it contains results you don't
11812 # want to keep, you may remove or edit it.
11813 #
11814 # config.status only pays attention to the cache file if you give it
11815 # the --recheck option to rerun configure.
11816 #
11817 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11818 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11819 # following values.
11820
11821 _ACEOF
11822
11823 # The following way of writing the cache mishandles newlines in values,
11824 # but we know of no workaround that is simple, portable, and efficient.
11825 # So, we kill variables containing newlines.
11826 # Ultrix sh set writes to stderr and can't be redirected directly,
11827 # and sets the high bit in the cache file unless we assign to the vars.
11828 (
11829 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11830 eval ac_val=\$$ac_var
11831 case $ac_val in #(
11832 *${as_nl}*)
11833 case $ac_var in #(
11834 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11835 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11836 esac
11837 case $ac_var in #(
11838 _ | IFS | as_nl) ;; #(
11839 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11840 *) { eval $ac_var=; unset $ac_var;} ;;
11841 esac ;;
11842 esac
11843 done
11844
11845 (set) 2>&1 |
11846 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11847 *${as_nl}ac_space=\ *)
11848 # `set' does not quote correctly, so add quotes: double-quote
11849 # substitution turns \\\\ into \\, and sed turns \\ into \.
11850 sed -n \
11851 "s/'/'\\\\''/g;
11852 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11853 ;; #(
11854 *)
11855 # `set' quotes correctly as required by POSIX, so do not add quotes.
11856 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11857 ;;
11858 esac |
11859 sort
11860 ) |
11861 sed '
11862 /^ac_cv_env_/b end
11863 t clear
11864 :clear
11865 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11866 t end
11867 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11868 :end' >>confcache
11869 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11870 if test -w "$cache_file"; then
11871 if test "x$cache_file" != "x/dev/null"; then
11872 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11873 $as_echo "$as_me: updating cache $cache_file" >&6;}
11874 if test ! -f "$cache_file" || test -h "$cache_file"; then
11875 cat confcache >"$cache_file"
11876 else
11877 case $cache_file in #(
11878 */* | ?:*)
11879 mv -f confcache "$cache_file"$$ &&
11880 mv -f "$cache_file"$$ "$cache_file" ;; #(
11881 *)
11882 mv -f confcache "$cache_file" ;;
11883 esac
11884 fi
11885 fi
11886 else
11887 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11888 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11889 fi
11890 fi
11891 rm -f confcache
11892
11893 test "x$prefix" = xNONE && prefix=$ac_default_prefix
11894 # Let make expand exec_prefix.
11895 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11896
11897 DEFS=-DHAVE_CONFIG_H
11898
11899 ac_libobjs=
11900 ac_ltlibobjs=
11901 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11902 # 1. Remove the extension, and $U if already installed.
11903 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11904 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11905 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11906 # will be set to the directory where LIBOBJS objects are built.
11907 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11908 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11909 done
11910 LIBOBJS=$ac_libobjs
11911
11912 LTLIBOBJS=$ac_ltlibobjs
11913
11914
11915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
11916 $as_echo_n "checking that generated files are newer than configure... " >&6; }
11917 if test -n "$am_sleep_pid"; then
11918 # Hide warnings about reused PIDs.
11919 wait $am_sleep_pid 2>/dev/null
11920 fi
11921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
11922 $as_echo "done" >&6; }
11923 if test -n "$EXEEXT"; then
11924 am__EXEEXT_TRUE=
11925 am__EXEEXT_FALSE='#'
11926 else
11927 am__EXEEXT_TRUE='#'
11928 am__EXEEXT_FALSE=
11929 fi
11930
11931 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11932 as_fn_error $? "conditional \"AMDEP\" was never defined.
11933 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11934 fi
11935 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11936 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
11937 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11938 fi
11939
11940 : "${CONFIG_STATUS=./config.status}"
11941 ac_write_fail=0
11942 ac_clean_files_save=$ac_clean_files
11943 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11944 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11945 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11946 as_write_fail=0
11947 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11948 #! $SHELL
11949 # Generated by $as_me.
11950 # Run this file to recreate the current configuration.
11951 # Compiler output produced by configure, useful for debugging
11952 # configure, is in config.log if it exists.
11953
11954 debug=false
11955 ac_cs_recheck=false
11956 ac_cs_silent=false
11957
11958 SHELL=\${CONFIG_SHELL-$SHELL}
11959 export SHELL
11960 _ASEOF
11961 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11962 ## -------------------- ##
11963 ## M4sh Initialization. ##
11964 ## -------------------- ##
11965
11966 # Be more Bourne compatible
11967 DUALCASE=1; export DUALCASE # for MKS sh
11968 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11969 emulate sh
11970 NULLCMD=:
11971 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11972 # is contrary to our usage. Disable this feature.
11973 alias -g '${1+"$@"}'='"$@"'
11974 setopt NO_GLOB_SUBST
11975 else
11976 case `(set -o) 2>/dev/null` in #(
11977 *posix*) :
11978 set -o posix ;; #(
11979 *) :
11980 ;;
11981 esac
11982 fi
11983
11984
11985 as_nl='
11986 '
11987 export as_nl
11988 # Printing a long string crashes Solaris 7 /usr/bin/printf.
11989 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11990 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11991 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11992 # Prefer a ksh shell builtin over an external printf program on Solaris,
11993 # but without wasting forks for bash or zsh.
11994 if test -z "$BASH_VERSION$ZSH_VERSION" \
11995 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11996 as_echo='print -r --'
11997 as_echo_n='print -rn --'
11998 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11999 as_echo='printf %s\n'
12000 as_echo_n='printf %s'
12001 else
12002 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12003 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12004 as_echo_n='/usr/ucb/echo -n'
12005 else
12006 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12007 as_echo_n_body='eval
12008 arg=$1;
12009 case $arg in #(
12010 *"$as_nl"*)
12011 expr "X$arg" : "X\\(.*\\)$as_nl";
12012 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12013 esac;
12014 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12015 '
12016 export as_echo_n_body
12017 as_echo_n='sh -c $as_echo_n_body as_echo'
12018 fi
12019 export as_echo_body
12020 as_echo='sh -c $as_echo_body as_echo'
12021 fi
12022
12023 # The user is always right.
12024 if test "${PATH_SEPARATOR+set}" != set; then
12025 PATH_SEPARATOR=:
12026 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12027 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12028 PATH_SEPARATOR=';'
12029 }
12030 fi
12031
12032
12033 # IFS
12034 # We need space, tab and new line, in precisely that order. Quoting is
12035 # there to prevent editors from complaining about space-tab.
12036 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
12037 # splitting by setting IFS to empty value.)
12038 IFS=" "" $as_nl"
12039
12040 # Find who we are. Look in the path if we contain no directory separator.
12041 as_myself=
12042 case $0 in #((
12043 *[\\/]* ) as_myself=$0 ;;
12044 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12045 for as_dir in $PATH
12046 do
12047 IFS=$as_save_IFS
12048 test -z "$as_dir" && as_dir=.
12049 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12050 done
12051 IFS=$as_save_IFS
12052
12053 ;;
12054 esac
12055 # We did not find ourselves, most probably we were run as `sh COMMAND'
12056 # in which case we are not to be found in the path.
12057 if test "x$as_myself" = x; then
12058 as_myself=$0
12059 fi
12060 if test ! -f "$as_myself"; then
12061 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12062 exit 1
12063 fi
12064
12065 # Unset variables that we do not need and which cause bugs (e.g. in
12066 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12067 # suppresses any "Segmentation fault" message there. '((' could
12068 # trigger a bug in pdksh 5.2.14.
12069 for as_var in BASH_ENV ENV MAIL MAILPATH
12070 do eval test x\${$as_var+set} = xset \
12071 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12072 done
12073 PS1='$ '
12074 PS2='> '
12075 PS4='+ '
12076
12077 # NLS nuisances.
12078 LC_ALL=C
12079 export LC_ALL
12080 LANGUAGE=C
12081 export LANGUAGE
12082
12083 # CDPATH.
12084 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12085
12086
12087 # as_fn_error STATUS ERROR [LINENO LOG_FD]
12088 # ----------------------------------------
12089 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12090 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
12091 # script with STATUS, using 1 if that was 0.
12092 as_fn_error ()
12093 {
12094 as_status=$1; test $as_status -eq 0 && as_status=1
12095 if test "$4"; then
12096 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12097 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
12098 fi
12099 $as_echo "$as_me: error: $2" >&2
12100 as_fn_exit $as_status
12101 } # as_fn_error
12102
12103
12104 # as_fn_set_status STATUS
12105 # -----------------------
12106 # Set $? to STATUS, without forking.
12107 as_fn_set_status ()
12108 {
12109 return $1
12110 } # as_fn_set_status
12111
12112 # as_fn_exit STATUS
12113 # -----------------
12114 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12115 as_fn_exit ()
12116 {
12117 set +e
12118 as_fn_set_status $1
12119 exit $1
12120 } # as_fn_exit
12121
12122 # as_fn_unset VAR
12123 # ---------------
12124 # Portably unset VAR.
12125 as_fn_unset ()
12126 {
12127 { eval $1=; unset $1;}
12128 }
12129 as_unset=as_fn_unset
12130 # as_fn_append VAR VALUE
12131 # ----------------------
12132 # Append the text in VALUE to the end of the definition contained in VAR. Take
12133 # advantage of any shell optimizations that allow amortized linear growth over
12134 # repeated appends, instead of the typical quadratic growth present in naive
12135 # implementations.
12136 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12137 eval 'as_fn_append ()
12138 {
12139 eval $1+=\$2
12140 }'
12141 else
12142 as_fn_append ()
12143 {
12144 eval $1=\$$1\$2
12145 }
12146 fi # as_fn_append
12147
12148 # as_fn_arith ARG...
12149 # ------------------
12150 # Perform arithmetic evaluation on the ARGs, and store the result in the
12151 # global $as_val. Take advantage of shells that can avoid forks. The arguments
12152 # must be portable across $(()) and expr.
12153 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12154 eval 'as_fn_arith ()
12155 {
12156 as_val=$(( $* ))
12157 }'
12158 else
12159 as_fn_arith ()
12160 {
12161 as_val=`expr "$@" || test $? -eq 1`
12162 }
12163 fi # as_fn_arith
12164
12165
12166 if expr a : '\(a\)' >/dev/null 2>&1 &&
12167 test "X`expr 00001 : '.*\(...\)'`" = X001; then
12168 as_expr=expr
12169 else
12170 as_expr=false
12171 fi
12172
12173 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12174 as_basename=basename
12175 else
12176 as_basename=false
12177 fi
12178
12179 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12180 as_dirname=dirname
12181 else
12182 as_dirname=false
12183 fi
12184
12185 as_me=`$as_basename -- "$0" ||
12186 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12187 X"$0" : 'X\(//\)$' \| \
12188 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12189 $as_echo X/"$0" |
12190 sed '/^.*\/\([^/][^/]*\)\/*$/{
12191 s//\1/
12192 q
12193 }
12194 /^X\/\(\/\/\)$/{
12195 s//\1/
12196 q
12197 }
12198 /^X\/\(\/\).*/{
12199 s//\1/
12200 q
12201 }
12202 s/.*/./; q'`
12203
12204 # Avoid depending upon Character Ranges.
12205 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12206 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12207 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12208 as_cr_digits='0123456789'
12209 as_cr_alnum=$as_cr_Letters$as_cr_digits
12210
12211 ECHO_C= ECHO_N= ECHO_T=
12212 case `echo -n x` in #(((((
12213 -n*)
12214 case `echo 'xy\c'` in
12215 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12216 xy) ECHO_C='\c';;
12217 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12218 ECHO_T=' ';;
12219 esac;;
12220 *)
12221 ECHO_N='-n';;
12222 esac
12223
12224 rm -f conf$$ conf$$.exe conf$$.file
12225 if test -d conf$$.dir; then
12226 rm -f conf$$.dir/conf$$.file
12227 else
12228 rm -f conf$$.dir
12229 mkdir conf$$.dir 2>/dev/null
12230 fi
12231 if (echo >conf$$.file) 2>/dev/null; then
12232 if ln -s conf$$.file conf$$ 2>/dev/null; then
12233 as_ln_s='ln -s'
12234 # ... but there are two gotchas:
12235 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12236 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12237 # In both cases, we have to default to `cp -pR'.
12238 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
12239 as_ln_s='cp -pR'
12240 elif ln conf$$.file conf$$ 2>/dev/null; then
12241 as_ln_s=ln
12242 else
12243 as_ln_s='cp -pR'
12244 fi
12245 else
12246 as_ln_s='cp -pR'
12247 fi
12248 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12249 rmdir conf$$.dir 2>/dev/null
12250
12251
12252 # as_fn_mkdir_p
12253 # -------------
12254 # Create "$as_dir" as a directory, including parents if necessary.
12255 as_fn_mkdir_p ()
12256 {
12257
12258 case $as_dir in #(
12259 -*) as_dir=./$as_dir;;
12260 esac
12261 test -d "$as_dir" || eval $as_mkdir_p || {
12262 as_dirs=
12263 while :; do
12264 case $as_dir in #(
12265 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12266 *) as_qdir=$as_dir;;
12267 esac
12268 as_dirs="'$as_qdir' $as_dirs"
12269 as_dir=`$as_dirname -- "$as_dir" ||
12270 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12271 X"$as_dir" : 'X\(//\)[^/]' \| \
12272 X"$as_dir" : 'X\(//\)$' \| \
12273 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12274 $as_echo X"$as_dir" |
12275 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12276 s//\1/
12277 q
12278 }
12279 /^X\(\/\/\)[^/].*/{
12280 s//\1/
12281 q
12282 }
12283 /^X\(\/\/\)$/{
12284 s//\1/
12285 q
12286 }
12287 /^X\(\/\).*/{
12288 s//\1/
12289 q
12290 }
12291 s/.*/./; q'`
12292 test -d "$as_dir" && break
12293 done
12294 test -z "$as_dirs" || eval "mkdir $as_dirs"
12295 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
12296
12297
12298 } # as_fn_mkdir_p
12299 if mkdir -p . 2>/dev/null; then
12300 as_mkdir_p='mkdir -p "$as_dir"'
12301 else
12302 test -d ./-p && rmdir ./-p
12303 as_mkdir_p=false
12304 fi
12305
12306
12307 # as_fn_executable_p FILE
12308 # -----------------------
12309 # Test if FILE is an executable regular file.
12310 as_fn_executable_p ()
12311 {
12312 test -f "$1" && test -x "$1"
12313 } # as_fn_executable_p
12314 as_test_x='test -x'
12315 as_executable_p=as_fn_executable_p
12316
12317 # Sed expression to map a string onto a valid CPP name.
12318 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12319
12320 # Sed expression to map a string onto a valid variable name.
12321 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12322
12323
12324 exec 6>&1
12325 ## ----------------------------------- ##
12326 ## Main body of $CONFIG_STATUS script. ##
12327 ## ----------------------------------- ##
12328 _ASEOF
12329 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12330
12331 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12332 # Save the log message, to keep $0 and so on meaningful, and to
12333 # report actual input values of CONFIG_FILES etc. instead of their
12334 # values after options handling.
12335 ac_log="
12336 This file was extended by makedat $as_me 0.60, which was
12337 generated by GNU Autoconf 2.69. Invocation command line was
12338
12339 CONFIG_FILES = $CONFIG_FILES
12340 CONFIG_HEADERS = $CONFIG_HEADERS
12341 CONFIG_LINKS = $CONFIG_LINKS
12342 CONFIG_COMMANDS = $CONFIG_COMMANDS
12343 $ $0 $@
12344
12345 on `(hostname || uname -n) 2>/dev/null | sed 1q`
12346 "
12347
12348 _ACEOF
12349
12350 case $ac_config_files in *"
12351 "*) set x $ac_config_files; shift; ac_config_files=$*;;
12352 esac
12353
12354 case $ac_config_headers in *"
12355 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12356 esac
12357
12358
12359 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12360 # Files that config.status was made for.
12361 config_files="$ac_config_files"
12362 config_headers="$ac_config_headers"
12363 config_commands="$ac_config_commands"
12364
12365 _ACEOF
12366
12367 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12368 ac_cs_usage="\
12369 \`$as_me' instantiates files and other configuration actions
12370 from templates according to the current configuration. Unless the files
12371 and actions are specified as TAGs, all are instantiated by default.
12372
12373 Usage: $0 [OPTION]... [TAG]...
12374
12375 -h, --help print this help, then exit
12376 -V, --version print version number and configuration settings, then exit
12377 --config print configuration, then exit
12378 -q, --quiet, --silent
12379 do not print progress messages
12380 -d, --debug don't remove temporary files
12381 --recheck update $as_me by reconfiguring in the same conditions
12382 --file=FILE[:TEMPLATE]
12383 instantiate the configuration file FILE
12384 --header=FILE[:TEMPLATE]
12385 instantiate the configuration header FILE
12386
12387 Configuration files:
12388 $config_files
12389
12390 Configuration headers:
12391 $config_headers
12392
12393 Configuration commands:
12394 $config_commands
12395
12396 Report bugs to <courier-users@lists.sourceforge.net>."
12397
12398 _ACEOF
12399 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12400 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12401 ac_cs_version="\\
12402 makedat config.status 0.60
12403 configured by $0, generated by GNU Autoconf 2.69,
12404 with options \\"\$ac_cs_config\\"
12405
12406 Copyright (C) 2012 Free Software Foundation, Inc.
12407 This config.status script is free software; the Free Software Foundation
12408 gives unlimited permission to copy, distribute and modify it."
12409
12410 ac_pwd='$ac_pwd'
12411 srcdir='$srcdir'
12412 INSTALL='$INSTALL'
12413 MKDIR_P='$MKDIR_P'
12414 AWK='$AWK'
12415 test -n "\$AWK" || AWK=awk
12416 _ACEOF
12417
12418 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12419 # The default lists apply if the user does not specify any file.
12420 ac_need_defaults=:
12421 while test $# != 0
12422 do
12423 case $1 in
12424 --*=?*)
12425 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12426 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12427 ac_shift=:
12428 ;;
12429 --*=)
12430 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12431 ac_optarg=
12432 ac_shift=:
12433 ;;
12434 *)
12435 ac_option=$1
12436 ac_optarg=$2
12437 ac_shift=shift
12438 ;;
12439 esac
12440
12441 case $ac_option in
12442 # Handling of the options.
12443 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12444 ac_cs_recheck=: ;;
12445 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12446 $as_echo "$ac_cs_version"; exit ;;
12447 --config | --confi | --conf | --con | --co | --c )
12448 $as_echo "$ac_cs_config"; exit ;;
12449 --debug | --debu | --deb | --de | --d | -d )
12450 debug=: ;;
12451 --file | --fil | --fi | --f )
12452 $ac_shift
12453 case $ac_optarg in
12454 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12455 '') as_fn_error $? "missing file argument" ;;
12456 esac
12457 as_fn_append CONFIG_FILES " '$ac_optarg'"
12458 ac_need_defaults=false;;
12459 --header | --heade | --head | --hea )
12460 $ac_shift
12461 case $ac_optarg in
12462 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12463 esac
12464 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
12465 ac_need_defaults=false;;
12466 --he | --h)
12467 # Conflict between --help and --header
12468 as_fn_error $? "ambiguous option: \`$1'
12469 Try \`$0 --help' for more information.";;
12470 --help | --hel | -h )
12471 $as_echo "$ac_cs_usage"; exit ;;
12472 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12473 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12474 ac_cs_silent=: ;;
12475
12476 # This is an error.
12477 -*) as_fn_error $? "unrecognized option: \`$1'
12478 Try \`$0 --help' for more information." ;;
12479
12480 *) as_fn_append ac_config_targets " $1"
12481 ac_need_defaults=false ;;
12482
12483 esac
12484 shift
12485 done
12486
12487 ac_configure_extra_args=
12488
12489 if $ac_cs_silent; then
12490 exec 6>/dev/null
12491 ac_configure_extra_args="$ac_configure_extra_args --silent"
12492 fi
12493
12494 _ACEOF
12495 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12496 if \$ac_cs_recheck; then
12497 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12498 shift
12499 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12500 CONFIG_SHELL='$SHELL'
12501 export CONFIG_SHELL
12502 exec "\$@"
12503 fi
12504
12505 _ACEOF
12506 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12507 exec 5>>config.log
12508 {
12509 echo
12510 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12511 ## Running $as_me. ##
12512 _ASBOX
12513 $as_echo "$ac_log"
12514 } >&5
12515
12516 _ACEOF
12517 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12518 #
12519 # INIT-COMMANDS
12520 #
12521 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
12522
12523
12524 # The HP-UX ksh and POSIX shell print the target directory to stdout
12525 # if CDPATH is set.
12526 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12527
12528 sed_quote_subst='$sed_quote_subst'
12529 double_quote_subst='$double_quote_subst'
12530 delay_variable_subst='$delay_variable_subst'
12531 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12532 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12533 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12534 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12535 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12536 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12537 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12538 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12539 PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
12540 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12541 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12542 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12543 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12544 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12545 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12546 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12547 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12548 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12549 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12550 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12551 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12552 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12553 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12554 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12555 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12556 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12557 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12558 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12559 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12560 lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
12561 lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
12562 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12563 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12564 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12565 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12566 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12567 file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
12568 want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
12569 DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
12570 sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
12571 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12572 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12573 archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
12574 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12575 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12576 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12577 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12578 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12579 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12580 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12581 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12582 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12583 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12584 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12585 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12586 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12587 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
12588 nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
12589 lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
12590 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12591 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12592 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12593 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12594 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12595 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12596 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12597 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12598 MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
12599 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12600 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12601 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12602 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12603 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12604 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12605 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12606 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12607 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12608 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12609 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12610 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12611 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12612 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12613 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12614 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12615 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12616 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12617 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12618 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12619 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12620 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12621 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12622 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12623 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12624 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12625 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12626 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12627 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12628 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12629 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12630 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12631 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12632 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12633 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12634 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12635 postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
12636 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12637 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12638 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12639 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12640 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12641 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12642 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12643 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12644 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12645 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12646 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12647 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12648 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12649 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12650 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12651 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12652 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12653 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12654 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12655 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12656 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12657 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12658 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12659 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12660 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12661
12662 LTCC='$LTCC'
12663 LTCFLAGS='$LTCFLAGS'
12664 compiler='$compiler_DEFAULT'
12665
12666 # A function that is used when there is no print builtin or printf.
12667 func_fallback_echo ()
12668 {
12669 eval 'cat <<_LTECHO_EOF
12670 \$1
12671 _LTECHO_EOF'
12672 }
12673
12674 # Quote evaled strings.
12675 for var in SHELL \
12676 ECHO \
12677 PATH_SEPARATOR \
12678 SED \
12679 GREP \
12680 EGREP \
12681 FGREP \
12682 LD \
12683 NM \
12684 LN_S \
12685 lt_SP2NL \
12686 lt_NL2SP \
12687 reload_flag \
12688 OBJDUMP \
12689 deplibs_check_method \
12690 file_magic_cmd \
12691 file_magic_glob \
12692 want_nocaseglob \
12693 DLLTOOL \
12694 sharedlib_from_linklib_cmd \
12695 AR \
12696 AR_FLAGS \
12697 archiver_list_spec \
12698 STRIP \
12699 RANLIB \
12700 CC \
12701 CFLAGS \
12702 compiler \
12703 lt_cv_sys_global_symbol_pipe \
12704 lt_cv_sys_global_symbol_to_cdecl \
12705 lt_cv_sys_global_symbol_to_c_name_address \
12706 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12707 nm_file_list_spec \
12708 lt_prog_compiler_no_builtin_flag \
12709 lt_prog_compiler_pic \
12710 lt_prog_compiler_wl \
12711 lt_prog_compiler_static \
12712 lt_cv_prog_compiler_c_o \
12713 need_locks \
12714 MANIFEST_TOOL \
12715 DSYMUTIL \
12716 NMEDIT \
12717 LIPO \
12718 OTOOL \
12719 OTOOL64 \
12720 shrext_cmds \
12721 export_dynamic_flag_spec \
12722 whole_archive_flag_spec \
12723 compiler_needs_object \
12724 with_gnu_ld \
12725 allow_undefined_flag \
12726 no_undefined_flag \
12727 hardcode_libdir_flag_spec \
12728 hardcode_libdir_separator \
12729 exclude_expsyms \
12730 include_expsyms \
12731 file_list_spec \
12732 variables_saved_for_relink \
12733 libname_spec \
12734 library_names_spec \
12735 soname_spec \
12736 install_override_mode \
12737 finish_eval \
12738 old_striplib \
12739 striplib; do
12740 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12741 *[\\\\\\\`\\"\\\$]*)
12742 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12743 ;;
12744 *)
12745 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12746 ;;
12747 esac
12748 done
12749
12750 # Double-quote double-evaled strings.
12751 for var in reload_cmds \
12752 old_postinstall_cmds \
12753 old_postuninstall_cmds \
12754 old_archive_cmds \
12755 extract_expsyms_cmds \
12756 old_archive_from_new_cmds \
12757 old_archive_from_expsyms_cmds \
12758 archive_cmds \
12759 archive_expsym_cmds \
12760 module_cmds \
12761 module_expsym_cmds \
12762 export_symbols_cmds \
12763 prelink_cmds \
12764 postlink_cmds \
12765 postinstall_cmds \
12766 postuninstall_cmds \
12767 finish_cmds \
12768 sys_lib_search_path_spec \
12769 sys_lib_dlsearch_path_spec; do
12770 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12771 *[\\\\\\\`\\"\\\$]*)
12772 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12773 ;;
12774 *)
12775 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12776 ;;
12777 esac
12778 done
12779
12780 ac_aux_dir='$ac_aux_dir'
12781 xsi_shell='$xsi_shell'
12782 lt_shell_append='$lt_shell_append'
12783
12784 # See if we are running on zsh, and set the options which allow our
12785 # commands through without removal of \ escapes INIT.
12786 if test -n "\${ZSH_VERSION+set}" ; then
12787 setopt NO_GLOB_SUBST
12788 fi
12789
12790
12791 PACKAGE='$PACKAGE'
12792 VERSION='$VERSION'
12793 TIMESTAMP='$TIMESTAMP'
12794 RM='$RM'
12795 ofile='$ofile'
12796
12797
12798
12799
12800 _ACEOF
12801
12802 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12803
12804 # Handling of arguments.
12805 for ac_config_target in $ac_config_targets
12806 do
12807 case $ac_config_target in
12808 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
12809 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
12810 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12811 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12812 "makedat") CONFIG_FILES="$CONFIG_FILES makedat" ;;
12813
12814 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
12815 esac
12816 done
12817
12818
12819 # If the user did not use the arguments to specify the items to instantiate,
12820 # then the envvar interface is used. Set only those that are not.
12821 # We use the long form for the default assignment because of an extremely
12822 # bizarre bug on SunOS 4.1.3.
12823 if $ac_need_defaults; then
12824 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12825 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12826 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12827 fi
12828
12829 # Have a temporary directory for convenience. Make it in the build tree
12830 # simply because there is no reason against having it here, and in addition,
12831 # creating and moving files from /tmp can sometimes cause problems.
12832 # Hook for its removal unless debugging.
12833 # Note that there is a small window in which the directory will not be cleaned:
12834 # after its creation but before its name has been assigned to `$tmp'.
12835 $debug ||
12836 {
12837 tmp= ac_tmp=
12838 trap 'exit_status=$?
12839 : "${ac_tmp:=$tmp}"
12840 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
12841 ' 0
12842 trap 'as_fn_exit 1' 1 2 13 15
12843 }
12844 # Create a (secure) tmp directory for tmp files.
12845
12846 {
12847 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12848 test -d "$tmp"
12849 } ||
12850 {
12851 tmp=./conf$$-$RANDOM
12852 (umask 077 && mkdir "$tmp")
12853 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12854 ac_tmp=$tmp
12855
12856 # Set up the scripts for CONFIG_FILES section.
12857 # No need to generate them if there are no CONFIG_FILES.
12858 # This happens for instance with `./config.status config.h'.
12859 if test -n "$CONFIG_FILES"; then
12860
12861
12862 ac_cr=`echo X | tr X '\015'`
12863 # On cygwin, bash can eat \r inside `` if the user requested igncr.
12864 # But we know of no other shell where ac_cr would be empty at this
12865 # point, so we can use a bashism as a fallback.
12866 if test "x$ac_cr" = x; then
12867 eval ac_cr=\$\'\\r\'
12868 fi
12869 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12870 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12871 ac_cs_awk_cr='\\r'
12872 else
12873 ac_cs_awk_cr=$ac_cr
12874 fi
12875
12876 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
12877 _ACEOF
12878
12879
12880 {
12881 echo "cat >conf$$subs.awk <<_ACEOF" &&
12882 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12883 echo "_ACEOF"
12884 } >conf$$subs.sh ||
12885 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12886 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
12887 ac_delim='%!_!# '
12888 for ac_last_try in false false false false false :; do
12889 . ./conf$$subs.sh ||
12890 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12891
12892 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12893 if test $ac_delim_n = $ac_delim_num; then
12894 break
12895 elif $ac_last_try; then
12896 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12897 else
12898 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12899 fi
12900 done
12901 rm -f conf$$subs.sh
12902
12903 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12904 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
12905 _ACEOF
12906 sed -n '
12907 h
12908 s/^/S["/; s/!.*/"]=/
12909 p
12910 g
12911 s/^[^!]*!//
12912 :repl
12913 t repl
12914 s/'"$ac_delim"'$//
12915 t delim
12916 :nl
12917 h
12918 s/\(.\{148\}\)..*/\1/
12919 t more1
12920 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12921 p
12922 n
12923 b repl
12924 :more1
12925 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12926 p
12927 g
12928 s/.\{148\}//
12929 t nl
12930 :delim
12931 h
12932 s/\(.\{148\}\)..*/\1/
12933 t more2
12934 s/["\\]/\\&/g; s/^/"/; s/$/"/
12935 p
12936 b
12937 :more2
12938 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12939 p
12940 g
12941 s/.\{148\}//
12942 t delim
12943 ' <conf$$subs.awk | sed '
12944 /^[^""]/{
12945 N
12946 s/\n//
12947 }
12948 ' >>$CONFIG_STATUS || ac_write_fail=1
12949 rm -f conf$$subs.awk
12950 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12951 _ACAWK
12952 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
12953 for (key in S) S_is_set[key] = 1
12954 FS = "\a"
12955
12956 }
12957 {
12958 line = $ 0
12959 nfields = split(line, field, "@")
12960 substed = 0
12961 len = length(field[1])
12962 for (i = 2; i < nfields; i++) {
12963 key = field[i]
12964 keylen = length(key)
12965 if (S_is_set[key]) {
12966 value = S[key]
12967 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12968 len += length(value) + length(field[++i])
12969 substed = 1
12970 } else
12971 len += 1 + keylen
12972 }
12973
12974 print line
12975 }
12976
12977 _ACAWK
12978 _ACEOF
12979 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12980 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12981 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12982 else
12983 cat
12984 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12985 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
12986 _ACEOF
12987
12988 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12989 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
12990 # trailing colons and then remove the whole line if VPATH becomes empty
12991 # (actually we leave an empty line to preserve line numbers).
12992 if test "x$srcdir" = x.; then
12993 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12994 h
12995 s///
12996 s/^/:/
12997 s/[ ]*$/:/
12998 s/:\$(srcdir):/:/g
12999 s/:\${srcdir}:/:/g
13000 s/:@srcdir@:/:/g
13001 s/^:*//
13002 s/:*$//
13003 x
13004 s/\(=[ ]*\).*/\1/
13005 G
13006 s/\n//
13007 s/^[^=]*=[ ]*$//
13008 }'
13009 fi
13010
13011 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13012 fi # test -n "$CONFIG_FILES"
13013
13014 # Set up the scripts for CONFIG_HEADERS section.
13015 # No need to generate them if there are no CONFIG_HEADERS.
13016 # This happens for instance with `./config.status Makefile'.
13017 if test -n "$CONFIG_HEADERS"; then
13018 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
13019 BEGIN {
13020 _ACEOF
13021
13022 # Transform confdefs.h into an awk script `defines.awk', embedded as
13023 # here-document in config.status, that substitutes the proper values into
13024 # config.h.in to produce config.h.
13025
13026 # Create a delimiter string that does not exist in confdefs.h, to ease
13027 # handling of long lines.
13028 ac_delim='%!_!# '
13029 for ac_last_try in false false :; do
13030 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13031 if test -z "$ac_tt"; then
13032 break
13033 elif $ac_last_try; then
13034 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
13035 else
13036 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13037 fi
13038 done
13039
13040 # For the awk script, D is an array of macro values keyed by name,
13041 # likewise P contains macro parameters if any. Preserve backslash
13042 # newline sequences.
13043
13044 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13045 sed -n '
13046 s/.\{148\}/&'"$ac_delim"'/g
13047 t rset
13048 :rset
13049 s/^[ ]*#[ ]*define[ ][ ]*/ /
13050 t def
13051 d
13052 :def
13053 s/\\$//
13054 t bsnl
13055 s/["\\]/\\&/g
13056 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13057 D["\1"]=" \3"/p
13058 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13059 d
13060 :bsnl
13061 s/["\\]/\\&/g
13062 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13063 D["\1"]=" \3\\\\\\n"\\/p
13064 t cont
13065 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13066 t cont
13067 d
13068 :cont
13069 n
13070 s/.\{148\}/&'"$ac_delim"'/g
13071 t clear
13072 :clear
13073 s/\\$//
13074 t bsnlc
13075 s/["\\]/\\&/g; s/^/"/; s/$/"/p
13076 d
13077 :bsnlc
13078 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13079 b cont
13080 ' <confdefs.h | sed '
13081 s/'"$ac_delim"'/"\\\
13082 "/g' >>$CONFIG_STATUS || ac_write_fail=1
13083
13084 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13085 for (key in D) D_is_set[key] = 1
13086 FS = "\a"
13087 }
13088 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13089 line = \$ 0
13090 split(line, arg, " ")
13091 if (arg[1] == "#") {
13092 defundef = arg[2]
13093 mac1 = arg[3]
13094 } else {
13095 defundef = substr(arg[1], 2)
13096 mac1 = arg[2]
13097 }
13098 split(mac1, mac2, "(") #)
13099 macro = mac2[1]
13100 prefix = substr(line, 1, index(line, defundef) - 1)
13101 if (D_is_set[macro]) {
13102 # Preserve the white space surrounding the "#".
13103 print prefix "define", macro P[macro] D[macro]
13104 next
13105 } else {
13106 # Replace #undef with comments. This is necessary, for example,
13107 # in the case of _POSIX_SOURCE, which is predefined and required
13108 # on some systems where configure will not decide to define it.
13109 if (defundef == "undef") {
13110 print "/*", prefix defundef, macro, "*/"
13111 next
13112 }
13113 }
13114 }
13115 { print }
13116 _ACAWK
13117 _ACEOF
13118 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13119 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
13120 fi # test -n "$CONFIG_HEADERS"
13121
13122
13123 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
13124 shift
13125 for ac_tag
13126 do
13127 case $ac_tag in
13128 :[FHLC]) ac_mode=$ac_tag; continue;;
13129 esac
13130 case $ac_mode$ac_tag in
13131 :[FHL]*:*);;
13132 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
13133 :[FH]-) ac_tag=-:-;;
13134 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13135 esac
13136 ac_save_IFS=$IFS
13137 IFS=:
13138 set x $ac_tag
13139 IFS=$ac_save_IFS
13140 shift
13141 ac_file=$1
13142 shift
13143
13144 case $ac_mode in
13145 :L) ac_source=$1;;
13146 :[FH])
13147 ac_file_inputs=
13148 for ac_f
13149 do
13150 case $ac_f in
13151 -) ac_f="$ac_tmp/stdin";;
13152 *) # Look for the file first in the build tree, then in the source tree
13153 # (if the path is not absolute). The absolute path cannot be DOS-style,
13154 # because $ac_f cannot contain `:'.
13155 test -f "$ac_f" ||
13156 case $ac_f in
13157 [\\/$]*) false;;
13158 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13159 esac ||
13160 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
13161 esac
13162 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13163 as_fn_append ac_file_inputs " '$ac_f'"
13164 done
13165
13166 # Let's still pretend it is `configure' which instantiates (i.e., don't
13167 # use $as_me), people would be surprised to read:
13168 # /* config.h. Generated by config.status. */
13169 configure_input='Generated from '`
13170 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13171 `' by configure.'
13172 if test x"$ac_file" != x-; then
13173 configure_input="$ac_file. $configure_input"
13174 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13175 $as_echo "$as_me: creating $ac_file" >&6;}
13176 fi
13177 # Neutralize special characters interpreted by sed in replacement strings.
13178 case $configure_input in #(
13179 *\&* | *\|* | *\\* )
13180 ac_sed_conf_input=`$as_echo "$configure_input" |
13181 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13182 *) ac_sed_conf_input=$configure_input;;
13183 esac
13184
13185 case $ac_tag in
13186 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13187 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
13188 esac
13189 ;;
13190 esac
13191
13192 ac_dir=`$as_dirname -- "$ac_file" ||
13193 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13194 X"$ac_file" : 'X\(//\)[^/]' \| \
13195 X"$ac_file" : 'X\(//\)$' \| \
13196 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13197 $as_echo X"$ac_file" |
13198 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13199 s//\1/
13200 q
13201 }
13202 /^X\(\/\/\)[^/].*/{
13203 s//\1/
13204 q
13205 }
13206 /^X\(\/\/\)$/{
13207 s//\1/
13208 q
13209 }
13210 /^X\(\/\).*/{
13211 s//\1/
13212 q
13213 }
13214 s/.*/./; q'`
13215 as_dir="$ac_dir"; as_fn_mkdir_p
13216 ac_builddir=.
13217
13218 case "$ac_dir" in
13219 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13220 *)
13221 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13222 # A ".." for each directory in $ac_dir_suffix.
13223 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13224 case $ac_top_builddir_sub in
13225 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13226 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13227 esac ;;
13228 esac
13229 ac_abs_top_builddir=$ac_pwd
13230 ac_abs_builddir=$ac_pwd$ac_dir_suffix
13231 # for backward compatibility:
13232 ac_top_builddir=$ac_top_build_prefix
13233
13234 case $srcdir in
13235 .) # We are building in place.
13236 ac_srcdir=.
13237 ac_top_srcdir=$ac_top_builddir_sub
13238 ac_abs_top_srcdir=$ac_pwd ;;
13239 [\\/]* | ?:[\\/]* ) # Absolute name.
13240 ac_srcdir=$srcdir$ac_dir_suffix;
13241 ac_top_srcdir=$srcdir
13242 ac_abs_top_srcdir=$srcdir ;;
13243 *) # Relative name.
13244 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13245 ac_top_srcdir=$ac_top_build_prefix$srcdir
13246 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13247 esac
13248 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
13249
13250
13251 case $ac_mode in
13252 :F)
13253 #
13254 # CONFIG_FILE
13255 #
13256
13257 case $INSTALL in
13258 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13259 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
13260 esac
13261 ac_MKDIR_P=$MKDIR_P
13262 case $MKDIR_P in
13263 [\\/$]* | ?:[\\/]* ) ;;
13264 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
13265 esac
13266 _ACEOF
13267
13268 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13269 # If the template does not know about datarootdir, expand it.
13270 # FIXME: This hack should be removed a few years after 2.60.
13271 ac_datarootdir_hack=; ac_datarootdir_seen=
13272 ac_sed_dataroot='
13273 /datarootdir/ {
13274 p
13275 q
13276 }
13277 /@datadir@/p
13278 /@docdir@/p
13279 /@infodir@/p
13280 /@localedir@/p
13281 /@mandir@/p'
13282 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13283 *datarootdir*) ac_datarootdir_seen=yes;;
13284 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13285 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13286 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13287 _ACEOF
13288 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13289 ac_datarootdir_hack='
13290 s&@datadir@&$datadir&g
13291 s&@docdir@&$docdir&g
13292 s&@infodir@&$infodir&g
13293 s&@localedir@&$localedir&g
13294 s&@mandir@&$mandir&g
13295 s&\\\${datarootdir}&$datarootdir&g' ;;
13296 esac
13297 _ACEOF
13298
13299 # Neutralize VPATH when `$srcdir' = `.'.
13300 # Shell code in configure.ac might set extrasub.
13301 # FIXME: do we really want to maintain this feature?
13302 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13303 ac_sed_extra="$ac_vpsub
13304 $extrasub
13305 _ACEOF
13306 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13307 :t
13308 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13309 s|@configure_input@|$ac_sed_conf_input|;t t
13310 s&@top_builddir@&$ac_top_builddir_sub&;t t
13311 s&@top_build_prefix@&$ac_top_build_prefix&;t t
13312 s&@srcdir@&$ac_srcdir&;t t
13313 s&@abs_srcdir@&$ac_abs_srcdir&;t t
13314 s&@top_srcdir@&$ac_top_srcdir&;t t
13315 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13316 s&@builddir@&$ac_builddir&;t t
13317 s&@abs_builddir@&$ac_abs_builddir&;t t
13318 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13319 s&@INSTALL@&$ac_INSTALL&;t t
13320 s&@MKDIR_P@&$ac_MKDIR_P&;t t
13321 $ac_datarootdir_hack
13322 "
13323 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13324 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13325
13326 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
13327 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13328 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13329 "$ac_tmp/out"`; test -z "$ac_out"; } &&
13330 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13331 which seems to be undefined. Please make sure it is defined" >&5
13332 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13333 which seems to be undefined. Please make sure it is defined" >&2;}
13334
13335 rm -f "$ac_tmp/stdin"
13336 case $ac_file in
13337 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13338 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
13339 esac \
13340 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13341 ;;
13342 :H)
13343 #
13344 # CONFIG_HEADER
13345 #
13346 if test x"$ac_file" != x-; then
13347 {
13348 $as_echo "/* $configure_input */" \
13349 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13350 } >"$ac_tmp/config.h" \
13351 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13352 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
13353 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13354 $as_echo "$as_me: $ac_file is unchanged" >&6;}
13355 else
13356 rm -f "$ac_file"
13357 mv "$ac_tmp/config.h" "$ac_file" \
13358 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13359 fi
13360 else
13361 $as_echo "/* $configure_input */" \
13362 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13363 || as_fn_error $? "could not create -" "$LINENO" 5
13364 fi
13365 # Compute "$ac_file"'s index in $config_headers.
13366 _am_arg="$ac_file"
13367 _am_stamp_count=1
13368 for _am_header in $config_headers :; do
13369 case $_am_header in
13370 $_am_arg | $_am_arg:* )
13371 break ;;
13372 * )
13373 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
13374 esac
13375 done
13376 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
13377 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13378 X"$_am_arg" : 'X\(//\)[^/]' \| \
13379 X"$_am_arg" : 'X\(//\)$' \| \
13380 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
13381 $as_echo X"$_am_arg" |
13382 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13383 s//\1/
13384 q
13385 }
13386 /^X\(\/\/\)[^/].*/{
13387 s//\1/
13388 q
13389 }
13390 /^X\(\/\/\)$/{
13391 s//\1/
13392 q
13393 }
13394 /^X\(\/\).*/{
13395 s//\1/
13396 q
13397 }
13398 s/.*/./; q'`/stamp-h$_am_stamp_count
13399 ;;
13400
13401 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13402 $as_echo "$as_me: executing $ac_file commands" >&6;}
13403 ;;
13404 esac
13405
13406
13407 case $ac_file$ac_mode in
13408 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
13409 # Older Autoconf quotes --file arguments for eval, but not when files
13410 # are listed without --file. Let's play safe and only enable the eval
13411 # if we detect the quoting.
13412 case $CONFIG_FILES in
13413 *\'*) eval set x "$CONFIG_FILES" ;;
13414 *) set x $CONFIG_FILES ;;
13415 esac
13416 shift
13417 for mf
13418 do
13419 # Strip MF so we end up with the name of the file.
13420 mf=`echo "$mf" | sed -e 's/:.*$//'`
13421 # Check whether this is an Automake generated Makefile or not.
13422 # We used to match only the files named 'Makefile.in', but
13423 # some people rename them; so instead we look at the file content.
13424 # Grep'ing the first line is not enough: some people post-process
13425 # each Makefile.in and add a new line on top of each file to say so.
13426 # Grep'ing the whole file is not good either: AIX grep has a line
13427 # limit of 2048, but all sed's we know have understand at least 4000.
13428 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
13429 dirpart=`$as_dirname -- "$mf" ||
13430 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13431 X"$mf" : 'X\(//\)[^/]' \| \
13432 X"$mf" : 'X\(//\)$' \| \
13433 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
13434 $as_echo X"$mf" |
13435 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13436 s//\1/
13437 q
13438 }
13439 /^X\(\/\/\)[^/].*/{
13440 s//\1/
13441 q
13442 }
13443 /^X\(\/\/\)$/{
13444 s//\1/
13445 q
13446 }
13447 /^X\(\/\).*/{
13448 s//\1/
13449 q
13450 }
13451 s/.*/./; q'`
13452 else
13453 continue
13454 fi
13455 # Extract the definition of DEPDIR, am__include, and am__quote
13456 # from the Makefile without running 'make'.
13457 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
13458 test -z "$DEPDIR" && continue
13459 am__include=`sed -n 's/^am__include = //p' < "$mf"`
13460 test -z "$am__include" && continue
13461 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
13462 # Find all dependency output files, they are included files with
13463 # $(DEPDIR) in their names. We invoke sed twice because it is the
13464 # simplest approach to changing $(DEPDIR) to its actual value in the
13465 # expansion.
13466 for file in `sed -n "
13467 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
13468 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
13469 # Make sure the directory exists.
13470 test -f "$dirpart/$file" && continue
13471 fdir=`$as_dirname -- "$file" ||
13472 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13473 X"$file" : 'X\(//\)[^/]' \| \
13474 X"$file" : 'X\(//\)$' \| \
13475 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
13476 $as_echo X"$file" |
13477 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13478 s//\1/
13479 q
13480 }
13481 /^X\(\/\/\)[^/].*/{
13482 s//\1/
13483 q
13484 }
13485 /^X\(\/\/\)$/{
13486 s//\1/
13487 q
13488 }
13489 /^X\(\/\).*/{
13490 s//\1/
13491 q
13492 }
13493 s/.*/./; q'`
13494 as_dir=$dirpart/$fdir; as_fn_mkdir_p
13495 # echo "creating $dirpart/$file"
13496 echo '# dummy' > "$dirpart/$file"
13497 done
13498 done
13499 }
13500 ;;
13501 "libtool":C)
13502
13503 # See if we are running on zsh, and set the options which allow our
13504 # commands through without removal of \ escapes.
13505 if test -n "${ZSH_VERSION+set}" ; then
13506 setopt NO_GLOB_SUBST
13507 fi
13508
13509 cfgfile="${ofile}T"
13510 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13511 $RM "$cfgfile"
13512
13513 cat <<_LT_EOF >> "$cfgfile"
13514 #! $SHELL
13515
13516 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13517 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13518 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13519 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
13520 #
13521 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13522 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
13523 # Foundation, Inc.
13524 # Written by Gordon Matzigkeit, 1996
13525 #
13526 # This file is part of GNU Libtool.
13527 #
13528 # GNU Libtool is free software; you can redistribute it and/or
13529 # modify it under the terms of the GNU General Public License as
13530 # published by the Free Software Foundation; either version 2 of
13531 # the License, or (at your option) any later version.
13532 #
13533 # As a special exception to the GNU General Public License,
13534 # if you distribute this file as part of a program or library that
13535 # is built using GNU Libtool, you may include this file under the
13536 # same distribution terms that you use for the rest of that program.
13537 #
13538 # GNU Libtool is distributed in the hope that it will be useful,
13539 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13540 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13541 # GNU General Public License for more details.
13542 #
13543 # You should have received a copy of the GNU General Public License
13544 # along with GNU Libtool; see the file COPYING. If not, a copy
13545 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13546 # obtained by writing to the Free Software Foundation, Inc.,
13547 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13548
13549
13550 # The names of the tagged configurations supported by this script.
13551 available_tags=""
13552
13553 # ### BEGIN LIBTOOL CONFIG
13554
13555 # Which release of libtool.m4 was used?
13556 macro_version=$macro_version
13557 macro_revision=$macro_revision
13558
13559 # Whether or not to build shared libraries.
13560 build_libtool_libs=$enable_shared
13561
13562 # Whether or not to build static libraries.
13563 build_old_libs=$enable_static
13564
13565 # What type of objects to build.
13566 pic_mode=$pic_mode
13567
13568 # Whether or not to optimize for fast installation.
13569 fast_install=$enable_fast_install
13570
13571 # Shell to use when invoking shell scripts.
13572 SHELL=$lt_SHELL
13573
13574 # An echo program that protects backslashes.
13575 ECHO=$lt_ECHO
13576
13577 # The PATH separator for the build system.
13578 PATH_SEPARATOR=$lt_PATH_SEPARATOR
13579
13580 # The host system.
13581 host_alias=$host_alias
13582 host=$host
13583 host_os=$host_os
13584
13585 # The build system.
13586 build_alias=$build_alias
13587 build=$build
13588 build_os=$build_os
13589
13590 # A sed program that does not truncate output.
13591 SED=$lt_SED
13592
13593 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
13594 Xsed="\$SED -e 1s/^X//"
13595
13596 # A grep program that handles long lines.
13597 GREP=$lt_GREP
13598
13599 # An ERE matcher.
13600 EGREP=$lt_EGREP
13601
13602 # A literal string matcher.
13603 FGREP=$lt_FGREP
13604
13605 # A BSD- or MS-compatible name lister.
13606 NM=$lt_NM
13607
13608 # Whether we need soft or hard links.
13609 LN_S=$lt_LN_S
13610
13611 # What is the maximum length of a command?
13612 max_cmd_len=$max_cmd_len
13613
13614 # Object file suffix (normally "o").
13615 objext=$ac_objext
13616
13617 # Executable file suffix (normally "").
13618 exeext=$exeext
13619
13620 # whether the shell understands "unset".
13621 lt_unset=$lt_unset
13622
13623 # turn spaces into newlines.
13624 SP2NL=$lt_lt_SP2NL
13625
13626 # turn newlines into spaces.
13627 NL2SP=$lt_lt_NL2SP
13628
13629 # convert \$build file names to \$host format.
13630 to_host_file_cmd=$lt_cv_to_host_file_cmd
13631
13632 # convert \$build files to toolchain format.
13633 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
13634
13635 # An object symbol dumper.
13636 OBJDUMP=$lt_OBJDUMP
13637
13638 # Method to check whether dependent libraries are shared objects.
13639 deplibs_check_method=$lt_deplibs_check_method
13640
13641 # Command to use when deplibs_check_method = "file_magic".
13642 file_magic_cmd=$lt_file_magic_cmd
13643
13644 # How to find potential files when deplibs_check_method = "file_magic".
13645 file_magic_glob=$lt_file_magic_glob
13646
13647 # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
13648 want_nocaseglob=$lt_want_nocaseglob
13649
13650 # DLL creation program.
13651 DLLTOOL=$lt_DLLTOOL
13652
13653 # Command to associate shared and link libraries.
13654 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
13655
13656 # The archiver.
13657 AR=$lt_AR
13658
13659 # Flags to create an archive.
13660 AR_FLAGS=$lt_AR_FLAGS
13661
13662 # How to feed a file listing to the archiver.
13663 archiver_list_spec=$lt_archiver_list_spec
13664
13665 # A symbol stripping program.
13666 STRIP=$lt_STRIP
13667
13668 # Commands used to install an old-style archive.
13669 RANLIB=$lt_RANLIB
13670 old_postinstall_cmds=$lt_old_postinstall_cmds
13671 old_postuninstall_cmds=$lt_old_postuninstall_cmds
13672
13673 # Whether to use a lock for old archive extraction.
13674 lock_old_archive_extraction=$lock_old_archive_extraction
13675
13676 # A C compiler.
13677 LTCC=$lt_CC
13678
13679 # LTCC compiler flags.
13680 LTCFLAGS=$lt_CFLAGS
13681
13682 # Take the output of nm and produce a listing of raw symbols and C names.
13683 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13684
13685 # Transform the output of nm in a proper C declaration.
13686 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13687
13688 # Transform the output of nm in a C name address pair.
13689 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13690
13691 # Transform the output of nm in a C name address pair when lib prefix is needed.
13692 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13693
13694 # Specify filename containing input files for \$NM.
13695 nm_file_list_spec=$lt_nm_file_list_spec
13696
13697 # The root where to search for dependent libraries,and in which our libraries should be installed.
13698 lt_sysroot=$lt_sysroot
13699
13700 # The name of the directory that contains temporary libtool files.
13701 objdir=$objdir
13702
13703 # Used to examine libraries when file_magic_cmd begins with "file".
13704 MAGIC_CMD=$MAGIC_CMD
13705
13706 # Must we lock files when doing compilation?
13707 need_locks=$lt_need_locks
13708
13709 # Manifest tool.
13710 MANIFEST_TOOL=$lt_MANIFEST_TOOL
13711
13712 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13713 DSYMUTIL=$lt_DSYMUTIL
13714
13715 # Tool to change global to local symbols on Mac OS X.
13716 NMEDIT=$lt_NMEDIT
13717
13718 # Tool to manipulate fat objects and archives on Mac OS X.
13719 LIPO=$lt_LIPO
13720
13721 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
13722 OTOOL=$lt_OTOOL
13723
13724 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13725 OTOOL64=$lt_OTOOL64
13726
13727 # Old archive suffix (normally "a").
13728 libext=$libext
13729
13730 # Shared library suffix (normally ".so").
13731 shrext_cmds=$lt_shrext_cmds
13732
13733 # The commands to extract the exported symbol list from a shared archive.
13734 extract_expsyms_cmds=$lt_extract_expsyms_cmds
13735
13736 # Variables whose values should be saved in libtool wrapper scripts and
13737 # restored at link time.
13738 variables_saved_for_relink=$lt_variables_saved_for_relink
13739
13740 # Do we need the "lib" prefix for modules?
13741 need_lib_prefix=$need_lib_prefix
13742
13743 # Do we need a version for libraries?
13744 need_version=$need_version
13745
13746 # Library versioning type.
13747 version_type=$version_type
13748
13749 # Shared library runtime path variable.
13750 runpath_var=$runpath_var
13751
13752 # Shared library path variable.
13753 shlibpath_var=$shlibpath_var
13754
13755 # Is shlibpath searched before the hard-coded library search path?
13756 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13757
13758 # Format of library name prefix.
13759 libname_spec=$lt_libname_spec
13760
13761 # List of archive names. First name is the real one, the rest are links.
13762 # The last name is the one that the linker finds with -lNAME
13763 library_names_spec=$lt_library_names_spec
13764
13765 # The coded name of the library, if different from the real name.
13766 soname_spec=$lt_soname_spec
13767
13768 # Permission mode override for installation of shared libraries.
13769 install_override_mode=$lt_install_override_mode
13770
13771 # Command to use after installation of a shared archive.
13772 postinstall_cmds=$lt_postinstall_cmds
13773
13774 # Command to use after uninstallation of a shared archive.
13775 postuninstall_cmds=$lt_postuninstall_cmds
13776
13777 # Commands used to finish a libtool library installation in a directory.
13778 finish_cmds=$lt_finish_cmds
13779
13780 # As "finish_cmds", except a single script fragment to be evaled but
13781 # not shown.
13782 finish_eval=$lt_finish_eval
13783
13784 # Whether we should hardcode library paths into libraries.
13785 hardcode_into_libs=$hardcode_into_libs
13786
13787 # Compile-time system search path for libraries.
13788 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13789
13790 # Run-time system search path for libraries.
13791 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13792
13793 # Whether dlopen is supported.
13794 dlopen_support=$enable_dlopen
13795
13796 # Whether dlopen of programs is supported.
13797 dlopen_self=$enable_dlopen_self
13798
13799 # Whether dlopen of statically linked programs is supported.
13800 dlopen_self_static=$enable_dlopen_self_static
13801
13802 # Commands to strip libraries.
13803 old_striplib=$lt_old_striplib
13804 striplib=$lt_striplib
13805
13806
13807 # The linker used to build libraries.
13808 LD=$lt_LD
13809
13810 # How to create reloadable object files.
13811 reload_flag=$lt_reload_flag
13812 reload_cmds=$lt_reload_cmds
13813
13814 # Commands used to build an old-style archive.
13815 old_archive_cmds=$lt_old_archive_cmds
13816
13817 # A language specific compiler.
13818 CC=$lt_compiler
13819
13820 # Is the compiler the GNU compiler?
13821 with_gcc=$GCC
13822
13823 # Compiler flag to turn off builtin functions.
13824 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13825
13826 # Additional compiler flags for building library objects.
13827 pic_flag=$lt_lt_prog_compiler_pic
13828
13829 # How to pass a linker flag through the compiler.
13830 wl=$lt_lt_prog_compiler_wl
13831
13832 # Compiler flag to prevent dynamic linking.
13833 link_static_flag=$lt_lt_prog_compiler_static
13834
13835 # Does compiler simultaneously support -c and -o options?
13836 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13837
13838 # Whether or not to add -lc for building shared libraries.
13839 build_libtool_need_lc=$archive_cmds_need_lc
13840
13841 # Whether or not to disallow shared libs when runtime libs are static.
13842 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13843
13844 # Compiler flag to allow reflexive dlopens.
13845 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13846
13847 # Compiler flag to generate shared objects directly from archives.
13848 whole_archive_flag_spec=$lt_whole_archive_flag_spec
13849
13850 # Whether the compiler copes with passing no objects directly.
13851 compiler_needs_object=$lt_compiler_needs_object
13852
13853 # Create an old-style archive from a shared archive.
13854 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13855
13856 # Create a temporary old-style archive to link instead of a shared archive.
13857 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13858
13859 # Commands used to build a shared archive.
13860 archive_cmds=$lt_archive_cmds
13861 archive_expsym_cmds=$lt_archive_expsym_cmds
13862
13863 # Commands used to build a loadable module if different from building
13864 # a shared archive.
13865 module_cmds=$lt_module_cmds
13866 module_expsym_cmds=$lt_module_expsym_cmds
13867
13868 # Whether we are building with GNU ld or not.
13869 with_gnu_ld=$lt_with_gnu_ld
13870
13871 # Flag that allows shared libraries with undefined symbols to be built.
13872 allow_undefined_flag=$lt_allow_undefined_flag
13873
13874 # Flag that enforces no undefined symbols.
13875 no_undefined_flag=$lt_no_undefined_flag
13876
13877 # Flag to hardcode \$libdir into a binary during linking.
13878 # This must work even if \$libdir does not exist
13879 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13880
13881 # Whether we need a single "-rpath" flag with a separated argument.
13882 hardcode_libdir_separator=$lt_hardcode_libdir_separator
13883
13884 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13885 # DIR into the resulting binary.
13886 hardcode_direct=$hardcode_direct
13887
13888 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13889 # DIR into the resulting binary and the resulting library dependency is
13890 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13891 # library is relocated.
13892 hardcode_direct_absolute=$hardcode_direct_absolute
13893
13894 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13895 # into the resulting binary.
13896 hardcode_minus_L=$hardcode_minus_L
13897
13898 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13899 # into the resulting binary.
13900 hardcode_shlibpath_var=$hardcode_shlibpath_var
13901
13902 # Set to "yes" if building a shared library automatically hardcodes DIR
13903 # into the library and all subsequent libraries and executables linked
13904 # against it.
13905 hardcode_automatic=$hardcode_automatic
13906
13907 # Set to yes if linker adds runtime paths of dependent libraries
13908 # to runtime path list.
13909 inherit_rpath=$inherit_rpath
13910
13911 # Whether libtool must link a program against all its dependency libraries.
13912 link_all_deplibs=$link_all_deplibs
13913
13914 # Set to "yes" if exported symbols are required.
13915 always_export_symbols=$always_export_symbols
13916
13917 # The commands to list exported symbols.
13918 export_symbols_cmds=$lt_export_symbols_cmds
13919
13920 # Symbols that should not be listed in the preloaded symbols.
13921 exclude_expsyms=$lt_exclude_expsyms
13922
13923 # Symbols that must always be exported.
13924 include_expsyms=$lt_include_expsyms
13925
13926 # Commands necessary for linking programs (against libraries) with templates.
13927 prelink_cmds=$lt_prelink_cmds
13928
13929 # Commands necessary for finishing linking programs.
13930 postlink_cmds=$lt_postlink_cmds
13931
13932 # Specify filename containing input files.
13933 file_list_spec=$lt_file_list_spec
13934
13935 # How to hardcode a shared library path into an executable.
13936 hardcode_action=$hardcode_action
13937
13938 # ### END LIBTOOL CONFIG
13939
13940 _LT_EOF
13941
13942 case $host_os in
13943 aix3*)
13944 cat <<\_LT_EOF >> "$cfgfile"
13945 # AIX sometimes has problems with the GCC collect2 program. For some
13946 # reason, if we set the COLLECT_NAMES environment variable, the problems
13947 # vanish in a puff of smoke.
13948 if test "X${COLLECT_NAMES+set}" != Xset; then
13949 COLLECT_NAMES=
13950 export COLLECT_NAMES
13951 fi
13952 _LT_EOF
13953 ;;
13954 esac
13955
13956
13957 ltmain="$ac_aux_dir/ltmain.sh"
13958
13959
13960 # We use sed instead of cat because bash on DJGPP gets confused if
13961 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13962 # text mode, it properly converts lines to CR/LF. This bash problem
13963 # is reportedly fixed, but why not run on old versions too?
13964 sed '$q' "$ltmain" >> "$cfgfile" \
13965 || (rm -f "$cfgfile"; exit 1)
13966
13967 if test x"$xsi_shell" = xyes; then
13968 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
13969 func_dirname ()\
13970 {\
13971 \ case ${1} in\
13972 \ */*) func_dirname_result="${1%/*}${2}" ;;\
13973 \ * ) func_dirname_result="${3}" ;;\
13974 \ esac\
13975 } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
13976 && mv -f "$cfgfile.tmp" "$cfgfile" \
13977 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13978 test 0 -eq $? || _lt_function_replace_fail=:
13979
13980
13981 sed -e '/^func_basename ()$/,/^} # func_basename /c\
13982 func_basename ()\
13983 {\
13984 \ func_basename_result="${1##*/}"\
13985 } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
13986 && mv -f "$cfgfile.tmp" "$cfgfile" \
13987 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13988 test 0 -eq $? || _lt_function_replace_fail=:
13989
13990
13991 sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
13992 func_dirname_and_basename ()\
13993 {\
13994 \ case ${1} in\
13995 \ */*) func_dirname_result="${1%/*}${2}" ;;\
13996 \ * ) func_dirname_result="${3}" ;;\
13997 \ esac\
13998 \ func_basename_result="${1##*/}"\
13999 } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
14000 && mv -f "$cfgfile.tmp" "$cfgfile" \
14001 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14002 test 0 -eq $? || _lt_function_replace_fail=:
14003
14004
14005 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
14006 func_stripname ()\
14007 {\
14008 \ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
14009 \ # positional parameters, so assign one to ordinary parameter first.\
14010 \ func_stripname_result=${3}\
14011 \ func_stripname_result=${func_stripname_result#"${1}"}\
14012 \ func_stripname_result=${func_stripname_result%"${2}"}\
14013 } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
14014 && mv -f "$cfgfile.tmp" "$cfgfile" \
14015 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14016 test 0 -eq $? || _lt_function_replace_fail=:
14017
14018
14019 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
14020 func_split_long_opt ()\
14021 {\
14022 \ func_split_long_opt_name=${1%%=*}\
14023 \ func_split_long_opt_arg=${1#*=}\
14024 } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
14025 && mv -f "$cfgfile.tmp" "$cfgfile" \
14026 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14027 test 0 -eq $? || _lt_function_replace_fail=:
14028
14029
14030 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
14031 func_split_short_opt ()\
14032 {\
14033 \ func_split_short_opt_arg=${1#??}\
14034 \ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
14035 } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
14036 && mv -f "$cfgfile.tmp" "$cfgfile" \
14037 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14038 test 0 -eq $? || _lt_function_replace_fail=:
14039
14040
14041 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
14042 func_lo2o ()\
14043 {\
14044 \ case ${1} in\
14045 \ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
14046 \ *) func_lo2o_result=${1} ;;\
14047 \ esac\
14048 } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
14049 && mv -f "$cfgfile.tmp" "$cfgfile" \
14050 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14051 test 0 -eq $? || _lt_function_replace_fail=:
14052
14053
14054 sed -e '/^func_xform ()$/,/^} # func_xform /c\
14055 func_xform ()\
14056 {\
14057 func_xform_result=${1%.*}.lo\
14058 } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
14059 && mv -f "$cfgfile.tmp" "$cfgfile" \
14060 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14061 test 0 -eq $? || _lt_function_replace_fail=:
14062
14063
14064 sed -e '/^func_arith ()$/,/^} # func_arith /c\
14065 func_arith ()\
14066 {\
14067 func_arith_result=$(( $* ))\
14068 } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
14069 && mv -f "$cfgfile.tmp" "$cfgfile" \
14070 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14071 test 0 -eq $? || _lt_function_replace_fail=:
14072
14073
14074 sed -e '/^func_len ()$/,/^} # func_len /c\
14075 func_len ()\
14076 {\
14077 func_len_result=${#1}\
14078 } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
14079 && mv -f "$cfgfile.tmp" "$cfgfile" \
14080 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14081 test 0 -eq $? || _lt_function_replace_fail=:
14082
14083 fi
14084
14085 if test x"$lt_shell_append" = xyes; then
14086 sed -e '/^func_append ()$/,/^} # func_append /c\
14087 func_append ()\
14088 {\
14089 eval "${1}+=\\${2}"\
14090 } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
14091 && mv -f "$cfgfile.tmp" "$cfgfile" \
14092 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14093 test 0 -eq $? || _lt_function_replace_fail=:
14094
14095
14096 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
14097 func_append_quoted ()\
14098 {\
14099 \ func_quote_for_eval "${2}"\
14100 \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
14101 } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
14102 && mv -f "$cfgfile.tmp" "$cfgfile" \
14103 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14104 test 0 -eq $? || _lt_function_replace_fail=:
14105
14106
14107 # Save a `func_append' function call where possible by direct use of '+='
14108 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
14109 && mv -f "$cfgfile.tmp" "$cfgfile" \
14110 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14111 test 0 -eq $? || _lt_function_replace_fail=:
14112 else
14113 # Save a `func_append' function call even when '+=' is not available
14114 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
14115 && mv -f "$cfgfile.tmp" "$cfgfile" \
14116 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14117 test 0 -eq $? || _lt_function_replace_fail=:
14118 fi
14119
14120 if test x"$_lt_function_replace_fail" = x":"; then
14121 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
14122 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
14123 fi
14124
14125
14126 mv -f "$cfgfile" "$ofile" ||
14127 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14128 chmod +x "$ofile"
14129
14130 ;;
14131
14132 esac
14133 done # for ac_tag
14134
14135
14136 as_fn_exit 0
14137 _ACEOF
14138 ac_clean_files=$ac_clean_files_save
14139
14140 test $ac_write_fail = 0 ||
14141 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
14142
14143
14144 # configure is writing to config.log, and then calls config.status.
14145 # config.status does its own redirection, appending to config.log.
14146 # Unfortunately, on DOS this fails, as config.log is still kept open
14147 # by configure, so config.status won't be able to write to it; its
14148 # output is simply discarded. So we exec the FD to /dev/null,
14149 # effectively closing config.log, so it can be properly (re)opened and
14150 # appended to by config.status. When coming back to configure, we
14151 # need to make the FD available again.
14152 if test "$no_create" != yes; then
14153 ac_cs_success=:
14154 ac_config_status_args=
14155 test "$silent" = yes &&
14156 ac_config_status_args="$ac_config_status_args --quiet"
14157 exec 5>/dev/null
14158 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14159 exec 5>>config.log
14160 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14161 # would make configure fail if this is the last instruction.
14162 $ac_cs_success || as_fn_exit 1
14163 fi
14164 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14165 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14166 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
14167 fi
14168