]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/configure
Update version to 2.39.50 and regenerate files
[thirdparty/binutils-gdb.git] / gas / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for gas 2.39.50.
4 #
5 #
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 #
8 #
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79 fi
80
81
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
88
89 # Find who we are. Look in the path if we contain no directory separator.
90 as_myself=
91 case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
95 do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100 IFS=$as_save_IFS
101
102 ;;
103 esac
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x; then
107 as_myself=$0
108 fi
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112 fi
113
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
125
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
131
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
160 if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168 else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174 esac
175 fi
176 "
177 as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
182
183 exitcode=0
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190 else
191 exitcode=1; echo positional parameters were not saved.
192 fi
193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210 else
211 as_have_required=no
212 fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215 else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217 as_found=false
218 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219 do
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233 fi
234 fi
235 done;;
236 esac
237 as_found=false
238 done
239 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242 fi; }
243 IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
252 BASH_ENV=/dev/null
253 ENV=/dev/null
254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255 case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260 esac
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265 exit 255
266 fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274 else
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
279 fi
280 exit 1
281 fi
282 fi
283 fi
284 SHELL=${CONFIG_SHELL-/bin/sh}
285 export SHELL
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE= GREP_OPTIONS=
288 unset CLICOLOR_FORCE GREP_OPTIONS
289
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
293 # as_fn_unset VAR
294 # ---------------
295 # Portably unset VAR.
296 as_fn_unset ()
297 {
298 { eval $1=; unset $1;}
299 }
300 as_unset=as_fn_unset
301
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
305 as_fn_set_status ()
306 {
307 return $1
308 } # as_fn_set_status
309
310 # as_fn_exit STATUS
311 # -----------------
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313 as_fn_exit ()
314 {
315 set +e
316 as_fn_set_status $1
317 exit $1
318 } # as_fn_exit
319
320 # as_fn_mkdir_p
321 # -------------
322 # Create "$as_dir" as a directory, including parents if necessary.
323 as_fn_mkdir_p ()
324 {
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
364
365
366 } # as_fn_mkdir_p
367
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p ()
372 {
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
380 # implementations.
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386 else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391 fi # as_fn_append
392
393 # as_fn_arith ARG...
394 # ------------------
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403 else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408 fi # as_fn_arith
409
410
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
416 as_fn_error ()
417 {
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
422 fi
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit $as_status
425 } # as_fn_error
426
427 if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
429 as_expr=expr
430 else
431 as_expr=false
432 fi
433
434 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436 else
437 as_basename=false
438 fi
439
440 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442 else
443 as_dirname=false
444 fi
445
446 as_me=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450 $as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
464
465 # Avoid depending upon Character Ranges.
466 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits='0123456789'
470 as_cr_alnum=$as_cr_Letters$as_cr_digits
471
472
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
487 N
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490 t loop
491 s/-\n.*//
492 ' >$as_me.lineno &&
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
495
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
504 # Exit status is that of the last command.
505 exit
506 }
507
508 ECHO_C= ECHO_N= ECHO_T=
509 case `echo -n x` in #(((((
510 -n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517 *)
518 ECHO_N='-n';;
519 esac
520
521 rm -f conf$$ conf$$.exe conf$$.file
522 if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524 else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
527 fi
528 if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s='ln -s'
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536 as_ln_s='cp -pR'
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
540 as_ln_s='cp -pR'
541 fi
542 else
543 as_ln_s='cp -pR'
544 fi
545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546 rmdir conf$$.dir 2>/dev/null
547
548 if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
550 else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553 fi
554
555 as_test_x='test -x'
556 as_executable_p=as_fn_executable_p
557
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
564 SHELL=${CONFIG_SHELL-/bin/sh}
565
566
567 test -n "$DJDIR" || exec 7<&0 </dev/null
568 exec 6>&1
569
570 # Name of the host.
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575 #
576 # Initializations.
577 #
578 ac_default_prefix=/usr/local
579 ac_clean_files=
580 ac_config_libobj_dir=.
581 LIBOBJS=
582 cross_compiling=no
583 subdirs=
584 MFLAGS=
585 MAKEFLAGS=
586
587 # Identity of this package.
588 PACKAGE_NAME='gas'
589 PACKAGE_TARNAME='gas'
590 PACKAGE_VERSION='2.39.50'
591 PACKAGE_STRING='gas 2.39.50'
592 PACKAGE_BUGREPORT=''
593 PACKAGE_URL=''
594
595 ac_unique_file="as.h"
596 # Factoring default headers for most tests.
597 ac_includes_default="\
598 #include <stdio.h>
599 #ifdef HAVE_SYS_TYPES_H
600 # include <sys/types.h>
601 #endif
602 #ifdef HAVE_SYS_STAT_H
603 # include <sys/stat.h>
604 #endif
605 #ifdef STDC_HEADERS
606 # include <stdlib.h>
607 # include <stddef.h>
608 #else
609 # ifdef HAVE_STDLIB_H
610 # include <stdlib.h>
611 # endif
612 #endif
613 #ifdef HAVE_STRING_H
614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615 # include <memory.h>
616 # endif
617 # include <string.h>
618 #endif
619 #ifdef HAVE_STRINGS_H
620 # include <strings.h>
621 #endif
622 #ifdef HAVE_INTTYPES_H
623 # include <inttypes.h>
624 #endif
625 #ifdef HAVE_STDINT_H
626 # include <stdint.h>
627 #endif
628 #ifdef HAVE_UNISTD_H
629 # include <unistd.h>
630 #endif"
631
632 ac_subst_vars='am__EXEEXT_FALSE
633 am__EXEEXT_TRUE
634 LTLIBOBJS
635 LIBOBJS
636 zlibinc
637 zlibdir
638 LIBM
639 GENINSRC_NEVER_FALSE
640 GENINSRC_NEVER_TRUE
641 MAINT
642 MAINTAINER_MODE_FALSE
643 MAINTAINER_MODE_TRUE
644 MSGMERGE
645 MSGFMT
646 MKINSTALLDIRS
647 CATOBJEXT
648 GENCAT
649 INSTOBJEXT
650 DATADIRNAME
651 CATALOGS
652 POSUB
653 GMSGFMT
654 XGETTEXT
655 INCINTL
656 LIBINTL_DEP
657 LIBINTL
658 USE_NLS
659 LEXLIB
660 LEX_OUTPUT_ROOT
661 LEX
662 YFLAGS
663 YACC
664 OPCODES_LIB
665 atof
666 install_tooldir
667 te_file
668 obj_format
669 target_cpu_type
670 extra_objects
671 cgen_cpu_prefix
672 GDBINIT
673 WARN_WRITE_STRINGS
674 NO_WERROR
675 WARN_CFLAGS_FOR_BUILD
676 WARN_CFLAGS
677 do_compare
678 LARGEFILE_CPPFLAGS
679 OTOOL64
680 OTOOL
681 LIPO
682 NMEDIT
683 DSYMUTIL
684 RANLIB
685 AR
686 OBJDUMP
687 LN_S
688 NM
689 ac_ct_DUMPBIN
690 DUMPBIN
691 LD
692 FGREP
693 SED
694 LIBTOOL
695 EGREP
696 GREP
697 CPP
698 am__fastdepCC_FALSE
699 am__fastdepCC_TRUE
700 CCDEPMODE
701 am__nodep
702 AMDEPBACKSLASH
703 AMDEP_FALSE
704 AMDEP_TRUE
705 am__include
706 DEPDIR
707 OBJEXT
708 EXEEXT
709 ac_ct_CC
710 CPPFLAGS
711 LDFLAGS
712 CFLAGS
713 CC
714 AM_BACKSLASH
715 AM_DEFAULT_VERBOSITY
716 AM_DEFAULT_V
717 AM_V
718 CSCOPE
719 ETAGS
720 CTAGS
721 am__untar
722 am__tar
723 AMTAR
724 am__leading_dot
725 SET_MAKE
726 AWK
727 mkdir_p
728 MKDIR_P
729 INSTALL_STRIP_PROGRAM
730 STRIP
731 install_sh
732 MAKEINFO
733 AUTOHEADER
734 AUTOMAKE
735 AUTOCONF
736 ACLOCAL
737 VERSION
738 PACKAGE
739 CYGPATH_W
740 am__isrc
741 INSTALL_DATA
742 INSTALL_SCRIPT
743 INSTALL_PROGRAM
744 target_os
745 target_vendor
746 target_cpu
747 target
748 host_os
749 host_vendor
750 host_cpu
751 host
752 build_os
753 build_vendor
754 build_cpu
755 build
756 target_alias
757 host_alias
758 build_alias
759 LIBS
760 ECHO_T
761 ECHO_N
762 ECHO_C
763 DEFS
764 mandir
765 localedir
766 libdir
767 psdir
768 pdfdir
769 dvidir
770 htmldir
771 infodir
772 docdir
773 oldincludedir
774 includedir
775 localstatedir
776 sharedstatedir
777 sysconfdir
778 datadir
779 datarootdir
780 libexecdir
781 sbindir
782 bindir
783 program_transform_name
784 prefix
785 exec_prefix
786 PACKAGE_URL
787 PACKAGE_BUGREPORT
788 PACKAGE_STRING
789 PACKAGE_VERSION
790 PACKAGE_TARNAME
791 PACKAGE_NAME
792 PATH_SEPARATOR
793 SHELL
794 am__quote'
795 ac_subst_files=''
796 ac_user_opts='
797 enable_option_checking
798 enable_silent_rules
799 enable_dependency_tracking
800 enable_shared
801 enable_static
802 with_pic
803 enable_fast_install
804 with_gnu_ld
805 enable_libtool_lock
806 enable_plugins
807 enable_largefile
808 enable_targets
809 enable_checking
810 enable_compressed_debug_sections
811 enable_x86_relax_relocations
812 enable_elf_stt_common
813 enable_generate_build_notes
814 enable_mips_fix_loongson3_llsc
815 enable_x86_used_note
816 enable_default_riscv_attribute
817 enable_werror
818 enable_build_warnings
819 with_cpu
820 enable_nls
821 enable_maintainer_mode
822 with_system_zlib
823 '
824 ac_precious_vars='build_alias
825 host_alias
826 target_alias
827 CC
828 CFLAGS
829 LDFLAGS
830 LIBS
831 CPPFLAGS
832 CPP
833 YACC
834 YFLAGS'
835
836
837 # Initialize some variables set by options.
838 ac_init_help=
839 ac_init_version=false
840 ac_unrecognized_opts=
841 ac_unrecognized_sep=
842 # The variables have the same names as the options, with
843 # dashes changed to underlines.
844 cache_file=/dev/null
845 exec_prefix=NONE
846 no_create=
847 no_recursion=
848 prefix=NONE
849 program_prefix=NONE
850 program_suffix=NONE
851 program_transform_name=s,x,x,
852 silent=
853 site=
854 srcdir=
855 verbose=
856 x_includes=NONE
857 x_libraries=NONE
858
859 # Installation directory options.
860 # These are left unexpanded so users can "make install exec_prefix=/foo"
861 # and all the variables that are supposed to be based on exec_prefix
862 # by default will actually change.
863 # Use braces instead of parens because sh, perl, etc. also accept them.
864 # (The list follows the same order as the GNU Coding Standards.)
865 bindir='${exec_prefix}/bin'
866 sbindir='${exec_prefix}/sbin'
867 libexecdir='${exec_prefix}/libexec'
868 datarootdir='${prefix}/share'
869 datadir='${datarootdir}'
870 sysconfdir='${prefix}/etc'
871 sharedstatedir='${prefix}/com'
872 localstatedir='${prefix}/var'
873 includedir='${prefix}/include'
874 oldincludedir='/usr/include'
875 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
876 infodir='${datarootdir}/info'
877 htmldir='${docdir}'
878 dvidir='${docdir}'
879 pdfdir='${docdir}'
880 psdir='${docdir}'
881 libdir='${exec_prefix}/lib'
882 localedir='${datarootdir}/locale'
883 mandir='${datarootdir}/man'
884
885 ac_prev=
886 ac_dashdash=
887 for ac_option
888 do
889 # If the previous option needs an argument, assign it.
890 if test -n "$ac_prev"; then
891 eval $ac_prev=\$ac_option
892 ac_prev=
893 continue
894 fi
895
896 case $ac_option in
897 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
898 *=) ac_optarg= ;;
899 *) ac_optarg=yes ;;
900 esac
901
902 # Accept the important Cygnus configure options, so we can diagnose typos.
903
904 case $ac_dashdash$ac_option in
905 --)
906 ac_dashdash=yes ;;
907
908 -bindir | --bindir | --bindi | --bind | --bin | --bi)
909 ac_prev=bindir ;;
910 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
911 bindir=$ac_optarg ;;
912
913 -build | --build | --buil | --bui | --bu)
914 ac_prev=build_alias ;;
915 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
916 build_alias=$ac_optarg ;;
917
918 -cache-file | --cache-file | --cache-fil | --cache-fi \
919 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
920 ac_prev=cache_file ;;
921 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
922 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
923 cache_file=$ac_optarg ;;
924
925 --config-cache | -C)
926 cache_file=config.cache ;;
927
928 -datadir | --datadir | --datadi | --datad)
929 ac_prev=datadir ;;
930 -datadir=* | --datadir=* | --datadi=* | --datad=*)
931 datadir=$ac_optarg ;;
932
933 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
934 | --dataroo | --dataro | --datar)
935 ac_prev=datarootdir ;;
936 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
937 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
938 datarootdir=$ac_optarg ;;
939
940 -disable-* | --disable-*)
941 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
942 # Reject names that are not valid shell variable names.
943 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
944 as_fn_error $? "invalid feature name: $ac_useropt"
945 ac_useropt_orig=$ac_useropt
946 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
947 case $ac_user_opts in
948 *"
949 "enable_$ac_useropt"
950 "*) ;;
951 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
952 ac_unrecognized_sep=', ';;
953 esac
954 eval enable_$ac_useropt=no ;;
955
956 -docdir | --docdir | --docdi | --doc | --do)
957 ac_prev=docdir ;;
958 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
959 docdir=$ac_optarg ;;
960
961 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
962 ac_prev=dvidir ;;
963 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
964 dvidir=$ac_optarg ;;
965
966 -enable-* | --enable-*)
967 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
968 # Reject names that are not valid shell variable names.
969 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
970 as_fn_error $? "invalid feature name: $ac_useropt"
971 ac_useropt_orig=$ac_useropt
972 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
973 case $ac_user_opts in
974 *"
975 "enable_$ac_useropt"
976 "*) ;;
977 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
978 ac_unrecognized_sep=', ';;
979 esac
980 eval enable_$ac_useropt=\$ac_optarg ;;
981
982 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
983 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
984 | --exec | --exe | --ex)
985 ac_prev=exec_prefix ;;
986 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
987 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
988 | --exec=* | --exe=* | --ex=*)
989 exec_prefix=$ac_optarg ;;
990
991 -gas | --gas | --ga | --g)
992 # Obsolete; use --with-gas.
993 with_gas=yes ;;
994
995 -help | --help | --hel | --he | -h)
996 ac_init_help=long ;;
997 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
998 ac_init_help=recursive ;;
999 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1000 ac_init_help=short ;;
1001
1002 -host | --host | --hos | --ho)
1003 ac_prev=host_alias ;;
1004 -host=* | --host=* | --hos=* | --ho=*)
1005 host_alias=$ac_optarg ;;
1006
1007 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1008 ac_prev=htmldir ;;
1009 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1010 | --ht=*)
1011 htmldir=$ac_optarg ;;
1012
1013 -includedir | --includedir | --includedi | --included | --include \
1014 | --includ | --inclu | --incl | --inc)
1015 ac_prev=includedir ;;
1016 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1017 | --includ=* | --inclu=* | --incl=* | --inc=*)
1018 includedir=$ac_optarg ;;
1019
1020 -infodir | --infodir | --infodi | --infod | --info | --inf)
1021 ac_prev=infodir ;;
1022 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1023 infodir=$ac_optarg ;;
1024
1025 -libdir | --libdir | --libdi | --libd)
1026 ac_prev=libdir ;;
1027 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1028 libdir=$ac_optarg ;;
1029
1030 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1031 | --libexe | --libex | --libe)
1032 ac_prev=libexecdir ;;
1033 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1034 | --libexe=* | --libex=* | --libe=*)
1035 libexecdir=$ac_optarg ;;
1036
1037 -localedir | --localedir | --localedi | --localed | --locale)
1038 ac_prev=localedir ;;
1039 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1040 localedir=$ac_optarg ;;
1041
1042 -localstatedir | --localstatedir | --localstatedi | --localstated \
1043 | --localstate | --localstat | --localsta | --localst | --locals)
1044 ac_prev=localstatedir ;;
1045 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1046 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1047 localstatedir=$ac_optarg ;;
1048
1049 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1050 ac_prev=mandir ;;
1051 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1052 mandir=$ac_optarg ;;
1053
1054 -nfp | --nfp | --nf)
1055 # Obsolete; use --without-fp.
1056 with_fp=no ;;
1057
1058 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1059 | --no-cr | --no-c | -n)
1060 no_create=yes ;;
1061
1062 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1063 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1064 no_recursion=yes ;;
1065
1066 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1067 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1068 | --oldin | --oldi | --old | --ol | --o)
1069 ac_prev=oldincludedir ;;
1070 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1071 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1072 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1073 oldincludedir=$ac_optarg ;;
1074
1075 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1076 ac_prev=prefix ;;
1077 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1078 prefix=$ac_optarg ;;
1079
1080 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1081 | --program-pre | --program-pr | --program-p)
1082 ac_prev=program_prefix ;;
1083 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1084 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1085 program_prefix=$ac_optarg ;;
1086
1087 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1088 | --program-suf | --program-su | --program-s)
1089 ac_prev=program_suffix ;;
1090 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1091 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1092 program_suffix=$ac_optarg ;;
1093
1094 -program-transform-name | --program-transform-name \
1095 | --program-transform-nam | --program-transform-na \
1096 | --program-transform-n | --program-transform- \
1097 | --program-transform | --program-transfor \
1098 | --program-transfo | --program-transf \
1099 | --program-trans | --program-tran \
1100 | --progr-tra | --program-tr | --program-t)
1101 ac_prev=program_transform_name ;;
1102 -program-transform-name=* | --program-transform-name=* \
1103 | --program-transform-nam=* | --program-transform-na=* \
1104 | --program-transform-n=* | --program-transform-=* \
1105 | --program-transform=* | --program-transfor=* \
1106 | --program-transfo=* | --program-transf=* \
1107 | --program-trans=* | --program-tran=* \
1108 | --progr-tra=* | --program-tr=* | --program-t=*)
1109 program_transform_name=$ac_optarg ;;
1110
1111 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1112 ac_prev=pdfdir ;;
1113 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1114 pdfdir=$ac_optarg ;;
1115
1116 -psdir | --psdir | --psdi | --psd | --ps)
1117 ac_prev=psdir ;;
1118 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1119 psdir=$ac_optarg ;;
1120
1121 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1122 | -silent | --silent | --silen | --sile | --sil)
1123 silent=yes ;;
1124
1125 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1126 ac_prev=sbindir ;;
1127 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1128 | --sbi=* | --sb=*)
1129 sbindir=$ac_optarg ;;
1130
1131 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1132 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1133 | --sharedst | --shareds | --shared | --share | --shar \
1134 | --sha | --sh)
1135 ac_prev=sharedstatedir ;;
1136 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1137 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1138 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1139 | --sha=* | --sh=*)
1140 sharedstatedir=$ac_optarg ;;
1141
1142 -site | --site | --sit)
1143 ac_prev=site ;;
1144 -site=* | --site=* | --sit=*)
1145 site=$ac_optarg ;;
1146
1147 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1148 ac_prev=srcdir ;;
1149 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1150 srcdir=$ac_optarg ;;
1151
1152 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1153 | --syscon | --sysco | --sysc | --sys | --sy)
1154 ac_prev=sysconfdir ;;
1155 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1156 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1157 sysconfdir=$ac_optarg ;;
1158
1159 -target | --target | --targe | --targ | --tar | --ta | --t)
1160 ac_prev=target_alias ;;
1161 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1162 target_alias=$ac_optarg ;;
1163
1164 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1165 verbose=yes ;;
1166
1167 -version | --version | --versio | --versi | --vers | -V)
1168 ac_init_version=: ;;
1169
1170 -with-* | --with-*)
1171 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1172 # Reject names that are not valid shell variable names.
1173 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1174 as_fn_error $? "invalid package name: $ac_useropt"
1175 ac_useropt_orig=$ac_useropt
1176 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1177 case $ac_user_opts in
1178 *"
1179 "with_$ac_useropt"
1180 "*) ;;
1181 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1182 ac_unrecognized_sep=', ';;
1183 esac
1184 eval with_$ac_useropt=\$ac_optarg ;;
1185
1186 -without-* | --without-*)
1187 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1188 # Reject names that are not valid shell variable names.
1189 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1190 as_fn_error $? "invalid package name: $ac_useropt"
1191 ac_useropt_orig=$ac_useropt
1192 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1193 case $ac_user_opts in
1194 *"
1195 "with_$ac_useropt"
1196 "*) ;;
1197 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1198 ac_unrecognized_sep=', ';;
1199 esac
1200 eval with_$ac_useropt=no ;;
1201
1202 --x)
1203 # Obsolete; use --with-x.
1204 with_x=yes ;;
1205
1206 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1207 | --x-incl | --x-inc | --x-in | --x-i)
1208 ac_prev=x_includes ;;
1209 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1210 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1211 x_includes=$ac_optarg ;;
1212
1213 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1214 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1215 ac_prev=x_libraries ;;
1216 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1217 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1218 x_libraries=$ac_optarg ;;
1219
1220 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1221 Try \`$0 --help' for more information"
1222 ;;
1223
1224 *=*)
1225 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1226 # Reject names that are not valid shell variable names.
1227 case $ac_envvar in #(
1228 '' | [0-9]* | *[!_$as_cr_alnum]* )
1229 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1230 esac
1231 eval $ac_envvar=\$ac_optarg
1232 export $ac_envvar ;;
1233
1234 *)
1235 # FIXME: should be removed in autoconf 3.0.
1236 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1237 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1238 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1239 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1240 ;;
1241
1242 esac
1243 done
1244
1245 if test -n "$ac_prev"; then
1246 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1247 as_fn_error $? "missing argument to $ac_option"
1248 fi
1249
1250 if test -n "$ac_unrecognized_opts"; then
1251 case $enable_option_checking in
1252 no) ;;
1253 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1254 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1255 esac
1256 fi
1257
1258 # Check all directory arguments for consistency.
1259 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1260 datadir sysconfdir sharedstatedir localstatedir includedir \
1261 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1262 libdir localedir mandir
1263 do
1264 eval ac_val=\$$ac_var
1265 # Remove trailing slashes.
1266 case $ac_val in
1267 */ )
1268 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1269 eval $ac_var=\$ac_val;;
1270 esac
1271 # Be sure to have absolute directory names.
1272 case $ac_val in
1273 [\\/$]* | ?:[\\/]* ) continue;;
1274 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1275 esac
1276 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1277 done
1278
1279 # There might be people who depend on the old broken behavior: `$host'
1280 # used to hold the argument of --host etc.
1281 # FIXME: To remove some day.
1282 build=$build_alias
1283 host=$host_alias
1284 target=$target_alias
1285
1286 # FIXME: To remove some day.
1287 if test "x$host_alias" != x; then
1288 if test "x$build_alias" = x; then
1289 cross_compiling=maybe
1290 elif test "x$build_alias" != "x$host_alias"; then
1291 cross_compiling=yes
1292 fi
1293 fi
1294
1295 ac_tool_prefix=
1296 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1297
1298 test "$silent" = yes && exec 6>/dev/null
1299
1300
1301 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1302 ac_ls_di=`ls -di .` &&
1303 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1304 as_fn_error $? "working directory cannot be determined"
1305 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1306 as_fn_error $? "pwd does not report name of working directory"
1307
1308
1309 # Find the source files, if location was not specified.
1310 if test -z "$srcdir"; then
1311 ac_srcdir_defaulted=yes
1312 # Try the directory containing this script, then the parent directory.
1313 ac_confdir=`$as_dirname -- "$as_myself" ||
1314 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1315 X"$as_myself" : 'X\(//\)[^/]' \| \
1316 X"$as_myself" : 'X\(//\)$' \| \
1317 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1318 $as_echo X"$as_myself" |
1319 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1320 s//\1/
1321 q
1322 }
1323 /^X\(\/\/\)[^/].*/{
1324 s//\1/
1325 q
1326 }
1327 /^X\(\/\/\)$/{
1328 s//\1/
1329 q
1330 }
1331 /^X\(\/\).*/{
1332 s//\1/
1333 q
1334 }
1335 s/.*/./; q'`
1336 srcdir=$ac_confdir
1337 if test ! -r "$srcdir/$ac_unique_file"; then
1338 srcdir=..
1339 fi
1340 else
1341 ac_srcdir_defaulted=no
1342 fi
1343 if test ! -r "$srcdir/$ac_unique_file"; then
1344 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1345 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1346 fi
1347 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1348 ac_abs_confdir=`(
1349 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1350 pwd)`
1351 # When building in place, set srcdir=.
1352 if test "$ac_abs_confdir" = "$ac_pwd"; then
1353 srcdir=.
1354 fi
1355 # Remove unnecessary trailing slashes from srcdir.
1356 # Double slashes in file names in object file debugging info
1357 # mess up M-x gdb in Emacs.
1358 case $srcdir in
1359 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1360 esac
1361 for ac_var in $ac_precious_vars; do
1362 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1363 eval ac_env_${ac_var}_value=\$${ac_var}
1364 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1365 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1366 done
1367
1368 #
1369 # Report the --help message.
1370 #
1371 if test "$ac_init_help" = "long"; then
1372 # Omit some internal or obsolete options to make the list less imposing.
1373 # This message is too long to be a string in the A/UX 3.1 sh.
1374 cat <<_ACEOF
1375 \`configure' configures gas 2.39.50 to adapt to many kinds of systems.
1376
1377 Usage: $0 [OPTION]... [VAR=VALUE]...
1378
1379 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1380 VAR=VALUE. See below for descriptions of some of the useful variables.
1381
1382 Defaults for the options are specified in brackets.
1383
1384 Configuration:
1385 -h, --help display this help and exit
1386 --help=short display options specific to this package
1387 --help=recursive display the short help of all the included packages
1388 -V, --version display version information and exit
1389 -q, --quiet, --silent do not print \`checking ...' messages
1390 --cache-file=FILE cache test results in FILE [disabled]
1391 -C, --config-cache alias for \`--cache-file=config.cache'
1392 -n, --no-create do not create output files
1393 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1394
1395 Installation directories:
1396 --prefix=PREFIX install architecture-independent files in PREFIX
1397 [$ac_default_prefix]
1398 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1399 [PREFIX]
1400
1401 By default, \`make install' will install all the files in
1402 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1403 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1404 for instance \`--prefix=\$HOME'.
1405
1406 For better control, use the options below.
1407
1408 Fine tuning of the installation directories:
1409 --bindir=DIR user executables [EPREFIX/bin]
1410 --sbindir=DIR system admin executables [EPREFIX/sbin]
1411 --libexecdir=DIR program executables [EPREFIX/libexec]
1412 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1413 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1414 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1415 --libdir=DIR object code libraries [EPREFIX/lib]
1416 --includedir=DIR C header files [PREFIX/include]
1417 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1418 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1419 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1420 --infodir=DIR info documentation [DATAROOTDIR/info]
1421 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1422 --mandir=DIR man documentation [DATAROOTDIR/man]
1423 --docdir=DIR documentation root [DATAROOTDIR/doc/gas]
1424 --htmldir=DIR html documentation [DOCDIR]
1425 --dvidir=DIR dvi documentation [DOCDIR]
1426 --pdfdir=DIR pdf documentation [DOCDIR]
1427 --psdir=DIR ps documentation [DOCDIR]
1428 _ACEOF
1429
1430 cat <<\_ACEOF
1431
1432 Program names:
1433 --program-prefix=PREFIX prepend PREFIX to installed program names
1434 --program-suffix=SUFFIX append SUFFIX to installed program names
1435 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1436
1437 System types:
1438 --build=BUILD configure for building on BUILD [guessed]
1439 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1440 --target=TARGET configure for building compilers for TARGET [HOST]
1441 _ACEOF
1442 fi
1443
1444 if test -n "$ac_init_help"; then
1445 case $ac_init_help in
1446 short | recursive ) echo "Configuration of gas 2.39.50:";;
1447 esac
1448 cat <<\_ACEOF
1449
1450 Optional Features:
1451 --disable-option-checking ignore unrecognized --enable/--with options
1452 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1453 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1454 --enable-silent-rules less verbose build output (undo: "make V=1")
1455 --disable-silent-rules verbose build output (undo: "make V=0")
1456 --enable-dependency-tracking
1457 do not reject slow dependency extractors
1458 --disable-dependency-tracking
1459 speeds up one-time build
1460 --enable-shared[=PKGS] build shared libraries [default=yes]
1461 --enable-static[=PKGS] build static libraries [default=yes]
1462 --enable-fast-install[=PKGS]
1463 optimize for fast installation [default=yes]
1464 --disable-libtool-lock avoid locking (might break parallel builds)
1465 --enable-plugins Enable support for plugins
1466 --disable-largefile omit support for large files
1467 --enable-targets alternative target configurations besides the primary
1468 --enable-checking enable run-time checks
1469 --enable-compressed-debug-sections={all,gas,none}
1470 compress debug sections by default
1471 --enable-x86-relax-relocations
1472 generate x86 relax relocations by default
1473 --enable-elf-stt-common generate ELF common symbols with STT_COMMON type by
1474 default
1475 --enable-generate-build-notes
1476 generate GNU Build notes if none are provided by the
1477 input
1478 --enable-mips-fix-loongson3-llsc
1479 enable MIPS fix Loongson3 LLSC errata
1480 --enable-x86-used-note generate GNU x86 used ISA and feature properties
1481 --enable-default-riscv-attribute
1482 generate RISC-V arch attribute by default
1483 --enable-werror treat compile warnings as errors
1484 --enable-build-warnings enable build-time compiler warnings
1485 --disable-nls do not use Native Language Support
1486 --enable-maintainer-mode
1487 enable make rules and dependencies not useful (and
1488 sometimes confusing) to the casual installer
1489
1490 Optional Packages:
1491 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1492 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1493 --with-pic try to use only PIC/non-PIC objects [default=use
1494 both]
1495 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1496 --with-cpu=CPU default cpu variant is CPU (currently only supported
1497 on ARC)
1498 --with-system-zlib use installed libz
1499
1500 Some influential environment variables:
1501 CC C compiler command
1502 CFLAGS C compiler flags
1503 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1504 nonstandard directory <lib dir>
1505 LIBS libraries to pass to the linker, e.g. -l<library>
1506 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1507 you have headers in a nonstandard directory <include dir>
1508 CPP C preprocessor
1509 YACC The `Yet Another Compiler Compiler' implementation to use.
1510 Defaults to the first program found out of: `bison -y', `byacc',
1511 `yacc'.
1512 YFLAGS The list of arguments that will be passed by default to $YACC.
1513 This script will default YFLAGS to the empty string to avoid a
1514 default value of `-d' given by some make applications.
1515
1516 Use these variables to override the choices made by `configure' or to help
1517 it to find libraries and programs with nonstandard names/locations.
1518
1519 Report bugs to the package provider.
1520 _ACEOF
1521 ac_status=$?
1522 fi
1523
1524 if test "$ac_init_help" = "recursive"; then
1525 # If there are subdirs, report their specific --help.
1526 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1527 test -d "$ac_dir" ||
1528 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1529 continue
1530 ac_builddir=.
1531
1532 case "$ac_dir" in
1533 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1534 *)
1535 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1536 # A ".." for each directory in $ac_dir_suffix.
1537 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1538 case $ac_top_builddir_sub in
1539 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1540 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1541 esac ;;
1542 esac
1543 ac_abs_top_builddir=$ac_pwd
1544 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1545 # for backward compatibility:
1546 ac_top_builddir=$ac_top_build_prefix
1547
1548 case $srcdir in
1549 .) # We are building in place.
1550 ac_srcdir=.
1551 ac_top_srcdir=$ac_top_builddir_sub
1552 ac_abs_top_srcdir=$ac_pwd ;;
1553 [\\/]* | ?:[\\/]* ) # Absolute name.
1554 ac_srcdir=$srcdir$ac_dir_suffix;
1555 ac_top_srcdir=$srcdir
1556 ac_abs_top_srcdir=$srcdir ;;
1557 *) # Relative name.
1558 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1559 ac_top_srcdir=$ac_top_build_prefix$srcdir
1560 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1561 esac
1562 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1563
1564 cd "$ac_dir" || { ac_status=$?; continue; }
1565 # Check for guested configure.
1566 if test -f "$ac_srcdir/configure.gnu"; then
1567 echo &&
1568 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1569 elif test -f "$ac_srcdir/configure"; then
1570 echo &&
1571 $SHELL "$ac_srcdir/configure" --help=recursive
1572 else
1573 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1574 fi || ac_status=$?
1575 cd "$ac_pwd" || { ac_status=$?; break; }
1576 done
1577 fi
1578
1579 test -n "$ac_init_help" && exit $ac_status
1580 if $ac_init_version; then
1581 cat <<\_ACEOF
1582 gas configure 2.39.50
1583 generated by GNU Autoconf 2.69
1584
1585 Copyright (C) 2012 Free Software Foundation, Inc.
1586 This configure script is free software; the Free Software Foundation
1587 gives unlimited permission to copy, distribute and modify it.
1588 _ACEOF
1589 exit
1590 fi
1591
1592 ## ------------------------ ##
1593 ## Autoconf initialization. ##
1594 ## ------------------------ ##
1595
1596 # ac_fn_c_try_compile LINENO
1597 # --------------------------
1598 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1599 ac_fn_c_try_compile ()
1600 {
1601 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1602 rm -f conftest.$ac_objext
1603 if { { ac_try="$ac_compile"
1604 case "(($ac_try" in
1605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1606 *) ac_try_echo=$ac_try;;
1607 esac
1608 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1609 $as_echo "$ac_try_echo"; } >&5
1610 (eval "$ac_compile") 2>conftest.err
1611 ac_status=$?
1612 if test -s conftest.err; then
1613 grep -v '^ *+' conftest.err >conftest.er1
1614 cat conftest.er1 >&5
1615 mv -f conftest.er1 conftest.err
1616 fi
1617 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1618 test $ac_status = 0; } && {
1619 test -z "$ac_c_werror_flag" ||
1620 test ! -s conftest.err
1621 } && test -s conftest.$ac_objext; then :
1622 ac_retval=0
1623 else
1624 $as_echo "$as_me: failed program was:" >&5
1625 sed 's/^/| /' conftest.$ac_ext >&5
1626
1627 ac_retval=1
1628 fi
1629 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1630 as_fn_set_status $ac_retval
1631
1632 } # ac_fn_c_try_compile
1633
1634 # ac_fn_c_try_cpp LINENO
1635 # ----------------------
1636 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1637 ac_fn_c_try_cpp ()
1638 {
1639 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1640 if { { ac_try="$ac_cpp conftest.$ac_ext"
1641 case "(($ac_try" in
1642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1643 *) ac_try_echo=$ac_try;;
1644 esac
1645 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1646 $as_echo "$ac_try_echo"; } >&5
1647 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1648 ac_status=$?
1649 if test -s conftest.err; then
1650 grep -v '^ *+' conftest.err >conftest.er1
1651 cat conftest.er1 >&5
1652 mv -f conftest.er1 conftest.err
1653 fi
1654 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1655 test $ac_status = 0; } > conftest.i && {
1656 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1657 test ! -s conftest.err
1658 }; then :
1659 ac_retval=0
1660 else
1661 $as_echo "$as_me: failed program was:" >&5
1662 sed 's/^/| /' conftest.$ac_ext >&5
1663
1664 ac_retval=1
1665 fi
1666 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1667 as_fn_set_status $ac_retval
1668
1669 } # ac_fn_c_try_cpp
1670
1671 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1672 # -------------------------------------------------------
1673 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1674 # the include files in INCLUDES and setting the cache variable VAR
1675 # accordingly.
1676 ac_fn_c_check_header_mongrel ()
1677 {
1678 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1679 if eval \${$3+:} false; then :
1680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1681 $as_echo_n "checking for $2... " >&6; }
1682 if eval \${$3+:} false; then :
1683 $as_echo_n "(cached) " >&6
1684 fi
1685 eval ac_res=\$$3
1686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1687 $as_echo "$ac_res" >&6; }
1688 else
1689 # Is the header compilable?
1690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1691 $as_echo_n "checking $2 usability... " >&6; }
1692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1693 /* end confdefs.h. */
1694 $4
1695 #include <$2>
1696 _ACEOF
1697 if ac_fn_c_try_compile "$LINENO"; then :
1698 ac_header_compiler=yes
1699 else
1700 ac_header_compiler=no
1701 fi
1702 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1704 $as_echo "$ac_header_compiler" >&6; }
1705
1706 # Is the header present?
1707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1708 $as_echo_n "checking $2 presence... " >&6; }
1709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1710 /* end confdefs.h. */
1711 #include <$2>
1712 _ACEOF
1713 if ac_fn_c_try_cpp "$LINENO"; then :
1714 ac_header_preproc=yes
1715 else
1716 ac_header_preproc=no
1717 fi
1718 rm -f conftest.err conftest.i conftest.$ac_ext
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1720 $as_echo "$ac_header_preproc" >&6; }
1721
1722 # So? What about this header?
1723 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1724 yes:no: )
1725 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1726 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1727 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1728 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1729 ;;
1730 no:yes:* )
1731 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1732 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1733 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1734 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1735 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1736 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1738 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1739 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1740 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1741 ;;
1742 esac
1743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1744 $as_echo_n "checking for $2... " >&6; }
1745 if eval \${$3+:} false; then :
1746 $as_echo_n "(cached) " >&6
1747 else
1748 eval "$3=\$ac_header_compiler"
1749 fi
1750 eval ac_res=\$$3
1751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1752 $as_echo "$ac_res" >&6; }
1753 fi
1754 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1755
1756 } # ac_fn_c_check_header_mongrel
1757
1758 # ac_fn_c_try_run LINENO
1759 # ----------------------
1760 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1761 # that executables *can* be run.
1762 ac_fn_c_try_run ()
1763 {
1764 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1765 if { { ac_try="$ac_link"
1766 case "(($ac_try" in
1767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1768 *) ac_try_echo=$ac_try;;
1769 esac
1770 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1771 $as_echo "$ac_try_echo"; } >&5
1772 (eval "$ac_link") 2>&5
1773 ac_status=$?
1774 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1775 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1776 { { case "(($ac_try" in
1777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1778 *) ac_try_echo=$ac_try;;
1779 esac
1780 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1781 $as_echo "$ac_try_echo"; } >&5
1782 (eval "$ac_try") 2>&5
1783 ac_status=$?
1784 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1785 test $ac_status = 0; }; }; then :
1786 ac_retval=0
1787 else
1788 $as_echo "$as_me: program exited with status $ac_status" >&5
1789 $as_echo "$as_me: failed program was:" >&5
1790 sed 's/^/| /' conftest.$ac_ext >&5
1791
1792 ac_retval=$ac_status
1793 fi
1794 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1795 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1796 as_fn_set_status $ac_retval
1797
1798 } # ac_fn_c_try_run
1799
1800 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1801 # -------------------------------------------------------
1802 # Tests whether HEADER exists and can be compiled using the include files in
1803 # INCLUDES, setting the cache variable VAR accordingly.
1804 ac_fn_c_check_header_compile ()
1805 {
1806 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1808 $as_echo_n "checking for $2... " >&6; }
1809 if eval \${$3+:} false; then :
1810 $as_echo_n "(cached) " >&6
1811 else
1812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1813 /* end confdefs.h. */
1814 $4
1815 #include <$2>
1816 _ACEOF
1817 if ac_fn_c_try_compile "$LINENO"; then :
1818 eval "$3=yes"
1819 else
1820 eval "$3=no"
1821 fi
1822 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1823 fi
1824 eval ac_res=\$$3
1825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1826 $as_echo "$ac_res" >&6; }
1827 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1828
1829 } # ac_fn_c_check_header_compile
1830
1831 # ac_fn_c_try_link LINENO
1832 # -----------------------
1833 # Try to link conftest.$ac_ext, and return whether this succeeded.
1834 ac_fn_c_try_link ()
1835 {
1836 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1837 rm -f conftest.$ac_objext conftest$ac_exeext
1838 if { { ac_try="$ac_link"
1839 case "(($ac_try" in
1840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1841 *) ac_try_echo=$ac_try;;
1842 esac
1843 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1844 $as_echo "$ac_try_echo"; } >&5
1845 (eval "$ac_link") 2>conftest.err
1846 ac_status=$?
1847 if test -s conftest.err; then
1848 grep -v '^ *+' conftest.err >conftest.er1
1849 cat conftest.er1 >&5
1850 mv -f conftest.er1 conftest.err
1851 fi
1852 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1853 test $ac_status = 0; } && {
1854 test -z "$ac_c_werror_flag" ||
1855 test ! -s conftest.err
1856 } && test -s conftest$ac_exeext && {
1857 test "$cross_compiling" = yes ||
1858 test -x conftest$ac_exeext
1859 }; then :
1860 ac_retval=0
1861 else
1862 $as_echo "$as_me: failed program was:" >&5
1863 sed 's/^/| /' conftest.$ac_ext >&5
1864
1865 ac_retval=1
1866 fi
1867 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1868 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1869 # interfere with the next link command; also delete a directory that is
1870 # left behind by Apple's compiler. We do this before executing the actions.
1871 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1872 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1873 as_fn_set_status $ac_retval
1874
1875 } # ac_fn_c_try_link
1876
1877 # ac_fn_c_check_func LINENO FUNC VAR
1878 # ----------------------------------
1879 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1880 ac_fn_c_check_func ()
1881 {
1882 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1884 $as_echo_n "checking for $2... " >&6; }
1885 if eval \${$3+:} false; then :
1886 $as_echo_n "(cached) " >&6
1887 else
1888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1889 /* end confdefs.h. */
1890 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1891 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1892 #define $2 innocuous_$2
1893
1894 /* System header to define __stub macros and hopefully few prototypes,
1895 which can conflict with char $2 (); below.
1896 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1897 <limits.h> exists even on freestanding compilers. */
1898
1899 #ifdef __STDC__
1900 # include <limits.h>
1901 #else
1902 # include <assert.h>
1903 #endif
1904
1905 #undef $2
1906
1907 /* Override any GCC internal prototype to avoid an error.
1908 Use char because int might match the return type of a GCC
1909 builtin and then its argument prototype would still apply. */
1910 #ifdef __cplusplus
1911 extern "C"
1912 #endif
1913 char $2 ();
1914 /* The GNU C library defines this for functions which it implements
1915 to always fail with ENOSYS. Some functions are actually named
1916 something starting with __ and the normal name is an alias. */
1917 #if defined __stub_$2 || defined __stub___$2
1918 choke me
1919 #endif
1920
1921 int
1922 main ()
1923 {
1924 return $2 ();
1925 ;
1926 return 0;
1927 }
1928 _ACEOF
1929 if ac_fn_c_try_link "$LINENO"; then :
1930 eval "$3=yes"
1931 else
1932 eval "$3=no"
1933 fi
1934 rm -f core conftest.err conftest.$ac_objext \
1935 conftest$ac_exeext conftest.$ac_ext
1936 fi
1937 eval ac_res=\$$3
1938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1939 $as_echo "$ac_res" >&6; }
1940 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1941
1942 } # ac_fn_c_check_func
1943
1944 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1945 # ---------------------------------------------
1946 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1947 # accordingly.
1948 ac_fn_c_check_decl ()
1949 {
1950 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1951 as_decl_name=`echo $2|sed 's/ *(.*//'`
1952 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1954 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1955 if eval \${$3+:} false; then :
1956 $as_echo_n "(cached) " >&6
1957 else
1958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1959 /* end confdefs.h. */
1960 $4
1961 int
1962 main ()
1963 {
1964 #ifndef $as_decl_name
1965 #ifdef __cplusplus
1966 (void) $as_decl_use;
1967 #else
1968 (void) $as_decl_name;
1969 #endif
1970 #endif
1971
1972 ;
1973 return 0;
1974 }
1975 _ACEOF
1976 if ac_fn_c_try_compile "$LINENO"; then :
1977 eval "$3=yes"
1978 else
1979 eval "$3=no"
1980 fi
1981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1982 fi
1983 eval ac_res=\$$3
1984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1985 $as_echo "$ac_res" >&6; }
1986 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1987
1988 } # ac_fn_c_check_decl
1989 cat >config.log <<_ACEOF
1990 This file contains any messages produced by compilers while
1991 running configure, to aid debugging if configure makes a mistake.
1992
1993 It was created by gas $as_me 2.39.50, which was
1994 generated by GNU Autoconf 2.69. Invocation command line was
1995
1996 $ $0 $@
1997
1998 _ACEOF
1999 exec 5>>config.log
2000 {
2001 cat <<_ASUNAME
2002 ## --------- ##
2003 ## Platform. ##
2004 ## --------- ##
2005
2006 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2007 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2008 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2009 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2010 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2011
2012 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2013 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2014
2015 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2016 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2017 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2018 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2019 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2020 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2021 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2022
2023 _ASUNAME
2024
2025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2026 for as_dir in $PATH
2027 do
2028 IFS=$as_save_IFS
2029 test -z "$as_dir" && as_dir=.
2030 $as_echo "PATH: $as_dir"
2031 done
2032 IFS=$as_save_IFS
2033
2034 } >&5
2035
2036 cat >&5 <<_ACEOF
2037
2038
2039 ## ----------- ##
2040 ## Core tests. ##
2041 ## ----------- ##
2042
2043 _ACEOF
2044
2045
2046 # Keep a trace of the command line.
2047 # Strip out --no-create and --no-recursion so they do not pile up.
2048 # Strip out --silent because we don't want to record it for future runs.
2049 # Also quote any args containing shell meta-characters.
2050 # Make two passes to allow for proper duplicate-argument suppression.
2051 ac_configure_args=
2052 ac_configure_args0=
2053 ac_configure_args1=
2054 ac_must_keep_next=false
2055 for ac_pass in 1 2
2056 do
2057 for ac_arg
2058 do
2059 case $ac_arg in
2060 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2061 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2062 | -silent | --silent | --silen | --sile | --sil)
2063 continue ;;
2064 *\'*)
2065 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2066 esac
2067 case $ac_pass in
2068 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2069 2)
2070 as_fn_append ac_configure_args1 " '$ac_arg'"
2071 if test $ac_must_keep_next = true; then
2072 ac_must_keep_next=false # Got value, back to normal.
2073 else
2074 case $ac_arg in
2075 *=* | --config-cache | -C | -disable-* | --disable-* \
2076 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2077 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2078 | -with-* | --with-* | -without-* | --without-* | --x)
2079 case "$ac_configure_args0 " in
2080 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2081 esac
2082 ;;
2083 -* ) ac_must_keep_next=true ;;
2084 esac
2085 fi
2086 as_fn_append ac_configure_args " '$ac_arg'"
2087 ;;
2088 esac
2089 done
2090 done
2091 { ac_configure_args0=; unset ac_configure_args0;}
2092 { ac_configure_args1=; unset ac_configure_args1;}
2093
2094 # When interrupted or exit'd, cleanup temporary files, and complete
2095 # config.log. We remove comments because anyway the quotes in there
2096 # would cause problems or look ugly.
2097 # WARNING: Use '\'' to represent an apostrophe within the trap.
2098 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2099 trap 'exit_status=$?
2100 # Save into config.log some information that might help in debugging.
2101 {
2102 echo
2103
2104 $as_echo "## ---------------- ##
2105 ## Cache variables. ##
2106 ## ---------------- ##"
2107 echo
2108 # The following way of writing the cache mishandles newlines in values,
2109 (
2110 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2111 eval ac_val=\$$ac_var
2112 case $ac_val in #(
2113 *${as_nl}*)
2114 case $ac_var in #(
2115 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2116 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2117 esac
2118 case $ac_var in #(
2119 _ | IFS | as_nl) ;; #(
2120 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2121 *) { eval $ac_var=; unset $ac_var;} ;;
2122 esac ;;
2123 esac
2124 done
2125 (set) 2>&1 |
2126 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2127 *${as_nl}ac_space=\ *)
2128 sed -n \
2129 "s/'\''/'\''\\\\'\'''\''/g;
2130 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2131 ;; #(
2132 *)
2133 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2134 ;;
2135 esac |
2136 sort
2137 )
2138 echo
2139
2140 $as_echo "## ----------------- ##
2141 ## Output variables. ##
2142 ## ----------------- ##"
2143 echo
2144 for ac_var in $ac_subst_vars
2145 do
2146 eval ac_val=\$$ac_var
2147 case $ac_val in
2148 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2149 esac
2150 $as_echo "$ac_var='\''$ac_val'\''"
2151 done | sort
2152 echo
2153
2154 if test -n "$ac_subst_files"; then
2155 $as_echo "## ------------------- ##
2156 ## File substitutions. ##
2157 ## ------------------- ##"
2158 echo
2159 for ac_var in $ac_subst_files
2160 do
2161 eval ac_val=\$$ac_var
2162 case $ac_val in
2163 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2164 esac
2165 $as_echo "$ac_var='\''$ac_val'\''"
2166 done | sort
2167 echo
2168 fi
2169
2170 if test -s confdefs.h; then
2171 $as_echo "## ----------- ##
2172 ## confdefs.h. ##
2173 ## ----------- ##"
2174 echo
2175 cat confdefs.h
2176 echo
2177 fi
2178 test "$ac_signal" != 0 &&
2179 $as_echo "$as_me: caught signal $ac_signal"
2180 $as_echo "$as_me: exit $exit_status"
2181 } >&5
2182 rm -f core *.core core.conftest.* &&
2183 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2184 exit $exit_status
2185 ' 0
2186 for ac_signal in 1 2 13 15; do
2187 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2188 done
2189 ac_signal=0
2190
2191 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2192 rm -f -r conftest* confdefs.h
2193
2194 $as_echo "/* confdefs.h */" > confdefs.h
2195
2196 # Predefined preprocessor variables.
2197
2198 cat >>confdefs.h <<_ACEOF
2199 #define PACKAGE_NAME "$PACKAGE_NAME"
2200 _ACEOF
2201
2202 cat >>confdefs.h <<_ACEOF
2203 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2204 _ACEOF
2205
2206 cat >>confdefs.h <<_ACEOF
2207 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2208 _ACEOF
2209
2210 cat >>confdefs.h <<_ACEOF
2211 #define PACKAGE_STRING "$PACKAGE_STRING"
2212 _ACEOF
2213
2214 cat >>confdefs.h <<_ACEOF
2215 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2216 _ACEOF
2217
2218 cat >>confdefs.h <<_ACEOF
2219 #define PACKAGE_URL "$PACKAGE_URL"
2220 _ACEOF
2221
2222
2223 # Let the site file select an alternate cache file if it wants to.
2224 # Prefer an explicitly selected file to automatically selected ones.
2225 ac_site_file1=NONE
2226 ac_site_file2=NONE
2227 if test -n "$CONFIG_SITE"; then
2228 # We do not want a PATH search for config.site.
2229 case $CONFIG_SITE in #((
2230 -*) ac_site_file1=./$CONFIG_SITE;;
2231 */*) ac_site_file1=$CONFIG_SITE;;
2232 *) ac_site_file1=./$CONFIG_SITE;;
2233 esac
2234 elif test "x$prefix" != xNONE; then
2235 ac_site_file1=$prefix/share/config.site
2236 ac_site_file2=$prefix/etc/config.site
2237 else
2238 ac_site_file1=$ac_default_prefix/share/config.site
2239 ac_site_file2=$ac_default_prefix/etc/config.site
2240 fi
2241 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2242 do
2243 test "x$ac_site_file" = xNONE && continue
2244 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2245 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2246 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2247 sed 's/^/| /' "$ac_site_file" >&5
2248 . "$ac_site_file" \
2249 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2250 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2251 as_fn_error $? "failed to load site script $ac_site_file
2252 See \`config.log' for more details" "$LINENO" 5; }
2253 fi
2254 done
2255
2256 if test -r "$cache_file"; then
2257 # Some versions of bash will fail to source /dev/null (special files
2258 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2259 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2260 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2261 $as_echo "$as_me: loading cache $cache_file" >&6;}
2262 case $cache_file in
2263 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2264 *) . "./$cache_file";;
2265 esac
2266 fi
2267 else
2268 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2269 $as_echo "$as_me: creating cache $cache_file" >&6;}
2270 >$cache_file
2271 fi
2272
2273 # Check that the precious variables saved in the cache have kept the same
2274 # value.
2275 ac_cache_corrupted=false
2276 for ac_var in $ac_precious_vars; do
2277 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2278 eval ac_new_set=\$ac_env_${ac_var}_set
2279 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2280 eval ac_new_val=\$ac_env_${ac_var}_value
2281 case $ac_old_set,$ac_new_set in
2282 set,)
2283 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2284 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2285 ac_cache_corrupted=: ;;
2286 ,set)
2287 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2288 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2289 ac_cache_corrupted=: ;;
2290 ,);;
2291 *)
2292 if test "x$ac_old_val" != "x$ac_new_val"; then
2293 # differences in whitespace do not lead to failure.
2294 ac_old_val_w=`echo x $ac_old_val`
2295 ac_new_val_w=`echo x $ac_new_val`
2296 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2297 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2298 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2299 ac_cache_corrupted=:
2300 else
2301 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2302 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2303 eval $ac_var=\$ac_old_val
2304 fi
2305 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2306 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2307 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2308 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2309 fi;;
2310 esac
2311 # Pass precious variables to config.status.
2312 if test "$ac_new_set" = set; then
2313 case $ac_new_val in
2314 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2315 *) ac_arg=$ac_var=$ac_new_val ;;
2316 esac
2317 case " $ac_configure_args " in
2318 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2319 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2320 esac
2321 fi
2322 done
2323 if $ac_cache_corrupted; then
2324 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2325 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2326 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2327 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2328 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2329 fi
2330 ## -------------------- ##
2331 ## Main body of script. ##
2332 ## -------------------- ##
2333
2334 ac_ext=c
2335 ac_cpp='$CPP $CPPFLAGS'
2336 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2337 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2338 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2339
2340
2341
2342
2343
2344
2345
2346 ac_aux_dir=
2347 for ac_dir in .. "$srcdir"/..; do
2348 if test -f "$ac_dir/install-sh"; then
2349 ac_aux_dir=$ac_dir
2350 ac_install_sh="$ac_aux_dir/install-sh -c"
2351 break
2352 elif test -f "$ac_dir/install.sh"; then
2353 ac_aux_dir=$ac_dir
2354 ac_install_sh="$ac_aux_dir/install.sh -c"
2355 break
2356 elif test -f "$ac_dir/shtool"; then
2357 ac_aux_dir=$ac_dir
2358 ac_install_sh="$ac_aux_dir/shtool install -c"
2359 break
2360 fi
2361 done
2362 if test -z "$ac_aux_dir"; then
2363 as_fn_error $? "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
2364 fi
2365
2366 # These three variables are undocumented and unsupported,
2367 # and are intended to be withdrawn in a future Autoconf release.
2368 # They can cause serious problems if a builder's source tree is in a directory
2369 # whose full name contains unusual characters.
2370 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2371 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2372 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2373
2374
2375 # Make sure we can run config.sub.
2376 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2377 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2378
2379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2380 $as_echo_n "checking build system type... " >&6; }
2381 if ${ac_cv_build+:} false; then :
2382 $as_echo_n "(cached) " >&6
2383 else
2384 ac_build_alias=$build_alias
2385 test "x$ac_build_alias" = x &&
2386 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2387 test "x$ac_build_alias" = x &&
2388 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2389 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2390 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2391
2392 fi
2393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2394 $as_echo "$ac_cv_build" >&6; }
2395 case $ac_cv_build in
2396 *-*-*) ;;
2397 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2398 esac
2399 build=$ac_cv_build
2400 ac_save_IFS=$IFS; IFS='-'
2401 set x $ac_cv_build
2402 shift
2403 build_cpu=$1
2404 build_vendor=$2
2405 shift; shift
2406 # Remember, the first character of IFS is used to create $*,
2407 # except with old shells:
2408 build_os=$*
2409 IFS=$ac_save_IFS
2410 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2411
2412
2413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2414 $as_echo_n "checking host system type... " >&6; }
2415 if ${ac_cv_host+:} false; then :
2416 $as_echo_n "(cached) " >&6
2417 else
2418 if test "x$host_alias" = x; then
2419 ac_cv_host=$ac_cv_build
2420 else
2421 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2422 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2423 fi
2424
2425 fi
2426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2427 $as_echo "$ac_cv_host" >&6; }
2428 case $ac_cv_host in
2429 *-*-*) ;;
2430 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2431 esac
2432 host=$ac_cv_host
2433 ac_save_IFS=$IFS; IFS='-'
2434 set x $ac_cv_host
2435 shift
2436 host_cpu=$1
2437 host_vendor=$2
2438 shift; shift
2439 # Remember, the first character of IFS is used to create $*,
2440 # except with old shells:
2441 host_os=$*
2442 IFS=$ac_save_IFS
2443 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2444
2445
2446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2447 $as_echo_n "checking target system type... " >&6; }
2448 if ${ac_cv_target+:} false; then :
2449 $as_echo_n "(cached) " >&6
2450 else
2451 if test "x$target_alias" = x; then
2452 ac_cv_target=$ac_cv_host
2453 else
2454 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2455 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2456 fi
2457
2458 fi
2459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2460 $as_echo "$ac_cv_target" >&6; }
2461 case $ac_cv_target in
2462 *-*-*) ;;
2463 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2464 esac
2465 target=$ac_cv_target
2466 ac_save_IFS=$IFS; IFS='-'
2467 set x $ac_cv_target
2468 shift
2469 target_cpu=$1
2470 target_vendor=$2
2471 shift; shift
2472 # Remember, the first character of IFS is used to create $*,
2473 # except with old shells:
2474 target_os=$*
2475 IFS=$ac_save_IFS
2476 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2477
2478
2479 # The aliases save the names the user supplied, while $host etc.
2480 # will get canonicalized.
2481 test -n "$target_alias" &&
2482 test "$program_prefix$program_suffix$program_transform_name" = \
2483 NONENONEs,x,x, &&
2484 program_prefix=${target_alias}-
2485
2486 am__api_version='1.16'
2487
2488 # Find a good install program. We prefer a C program (faster),
2489 # so one script is as good as another. But avoid the broken or
2490 # incompatible versions:
2491 # SysV /etc/install, /usr/sbin/install
2492 # SunOS /usr/etc/install
2493 # IRIX /sbin/install
2494 # AIX /bin/install
2495 # AmigaOS /C/install, which installs bootblocks on floppy discs
2496 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2497 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2498 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2499 # OS/2's system install, which has a completely different semantic
2500 # ./install, which can be erroneously created by make from ./install.sh.
2501 # Reject install programs that cannot install multiple files.
2502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2503 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2504 if test -z "$INSTALL"; then
2505 if ${ac_cv_path_install+:} false; then :
2506 $as_echo_n "(cached) " >&6
2507 else
2508 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2509 for as_dir in $PATH
2510 do
2511 IFS=$as_save_IFS
2512 test -z "$as_dir" && as_dir=.
2513 # Account for people who put trailing slashes in PATH elements.
2514 case $as_dir/ in #((
2515 ./ | .// | /[cC]/* | \
2516 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2517 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2518 /usr/ucb/* ) ;;
2519 *)
2520 # OSF1 and SCO ODT 3.0 have their own names for install.
2521 # Don't use installbsd from OSF since it installs stuff as root
2522 # by default.
2523 for ac_prog in ginstall scoinst install; do
2524 for ac_exec_ext in '' $ac_executable_extensions; do
2525 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2526 if test $ac_prog = install &&
2527 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2528 # AIX install. It has an incompatible calling convention.
2529 :
2530 elif test $ac_prog = install &&
2531 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2532 # program-specific install script used by HP pwplus--don't use.
2533 :
2534 else
2535 rm -rf conftest.one conftest.two conftest.dir
2536 echo one > conftest.one
2537 echo two > conftest.two
2538 mkdir conftest.dir
2539 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2540 test -s conftest.one && test -s conftest.two &&
2541 test -s conftest.dir/conftest.one &&
2542 test -s conftest.dir/conftest.two
2543 then
2544 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2545 break 3
2546 fi
2547 fi
2548 fi
2549 done
2550 done
2551 ;;
2552 esac
2553
2554 done
2555 IFS=$as_save_IFS
2556
2557 rm -rf conftest.one conftest.two conftest.dir
2558
2559 fi
2560 if test "${ac_cv_path_install+set}" = set; then
2561 INSTALL=$ac_cv_path_install
2562 else
2563 # As a last resort, use the slow shell script. Don't cache a
2564 # value for INSTALL within a source directory, because that will
2565 # break other packages using the cache if that directory is
2566 # removed, or if the value is a relative name.
2567 INSTALL=$ac_install_sh
2568 fi
2569 fi
2570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2571 $as_echo "$INSTALL" >&6; }
2572
2573 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2574 # It thinks the first close brace ends the variable substitution.
2575 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2576
2577 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2578
2579 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2580
2581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2582 $as_echo_n "checking whether build environment is sane... " >&6; }
2583 # Reject unsafe characters in $srcdir or the absolute working directory
2584 # name. Accept space and tab only in the latter.
2585 am_lf='
2586 '
2587 case `pwd` in
2588 *[\\\"\#\$\&\'\`$am_lf]*)
2589 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2590 esac
2591 case $srcdir in
2592 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2593 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2594 esac
2595
2596 # Do 'set' in a subshell so we don't clobber the current shell's
2597 # arguments. Must try -L first in case configure is actually a
2598 # symlink; some systems play weird games with the mod time of symlinks
2599 # (eg FreeBSD returns the mod time of the symlink's containing
2600 # directory).
2601 if (
2602 am_has_slept=no
2603 for am_try in 1 2; do
2604 echo "timestamp, slept: $am_has_slept" > conftest.file
2605 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2606 if test "$*" = "X"; then
2607 # -L didn't work.
2608 set X `ls -t "$srcdir/configure" conftest.file`
2609 fi
2610 if test "$*" != "X $srcdir/configure conftest.file" \
2611 && test "$*" != "X conftest.file $srcdir/configure"; then
2612
2613 # If neither matched, then we have a broken ls. This can happen
2614 # if, for instance, CONFIG_SHELL is bash and it inherits a
2615 # broken ls alias from the environment. This has actually
2616 # happened. Such a system could not be considered "sane".
2617 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2618 alias in your environment" "$LINENO" 5
2619 fi
2620 if test "$2" = conftest.file || test $am_try -eq 2; then
2621 break
2622 fi
2623 # Just in case.
2624 sleep 1
2625 am_has_slept=yes
2626 done
2627 test "$2" = conftest.file
2628 )
2629 then
2630 # Ok.
2631 :
2632 else
2633 as_fn_error $? "newly created file is older than distributed files!
2634 Check your system clock" "$LINENO" 5
2635 fi
2636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2637 $as_echo "yes" >&6; }
2638 # If we didn't sleep, we still need to ensure time stamps of config.status and
2639 # generated files are strictly newer.
2640 am_sleep_pid=
2641 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2642 ( sleep 1 ) &
2643 am_sleep_pid=$!
2644 fi
2645
2646 rm -f conftest.file
2647
2648 test "$program_prefix" != NONE &&
2649 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2650 # Use a double $ so make ignores it.
2651 test "$program_suffix" != NONE &&
2652 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2653 # Double any \ or $.
2654 # By default was `s,x,x', remove it if useless.
2655 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2656 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2657
2658 # Expand $ac_aux_dir to an absolute path.
2659 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2660
2661 if test x"${MISSING+set}" != xset; then
2662 MISSING="\${SHELL} '$am_aux_dir/missing'"
2663 fi
2664 # Use eval to expand $SHELL
2665 if eval "$MISSING --is-lightweight"; then
2666 am_missing_run="$MISSING "
2667 else
2668 am_missing_run=
2669 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2670 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2671 fi
2672
2673 if test x"${install_sh+set}" != xset; then
2674 case $am_aux_dir in
2675 *\ * | *\ *)
2676 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2677 *)
2678 install_sh="\${SHELL} $am_aux_dir/install-sh"
2679 esac
2680 fi
2681
2682 # Installed binaries are usually stripped using 'strip' when the user
2683 # run "make install-strip". However 'strip' might not be the right
2684 # tool to use in cross-compilation environments, therefore Automake
2685 # will honor the 'STRIP' environment variable to overrule this program.
2686 if test "$cross_compiling" != no; then
2687 if test -n "$ac_tool_prefix"; then
2688 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2689 set dummy ${ac_tool_prefix}strip; ac_word=$2
2690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2691 $as_echo_n "checking for $ac_word... " >&6; }
2692 if ${ac_cv_prog_STRIP+:} false; then :
2693 $as_echo_n "(cached) " >&6
2694 else
2695 if test -n "$STRIP"; then
2696 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2697 else
2698 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2699 for as_dir in $PATH
2700 do
2701 IFS=$as_save_IFS
2702 test -z "$as_dir" && as_dir=.
2703 for ac_exec_ext in '' $ac_executable_extensions; do
2704 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2705 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2706 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2707 break 2
2708 fi
2709 done
2710 done
2711 IFS=$as_save_IFS
2712
2713 fi
2714 fi
2715 STRIP=$ac_cv_prog_STRIP
2716 if test -n "$STRIP"; then
2717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2718 $as_echo "$STRIP" >&6; }
2719 else
2720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2721 $as_echo "no" >&6; }
2722 fi
2723
2724
2725 fi
2726 if test -z "$ac_cv_prog_STRIP"; then
2727 ac_ct_STRIP=$STRIP
2728 # Extract the first word of "strip", so it can be a program name with args.
2729 set dummy strip; ac_word=$2
2730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2731 $as_echo_n "checking for $ac_word... " >&6; }
2732 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2733 $as_echo_n "(cached) " >&6
2734 else
2735 if test -n "$ac_ct_STRIP"; then
2736 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2737 else
2738 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2739 for as_dir in $PATH
2740 do
2741 IFS=$as_save_IFS
2742 test -z "$as_dir" && as_dir=.
2743 for ac_exec_ext in '' $ac_executable_extensions; do
2744 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2745 ac_cv_prog_ac_ct_STRIP="strip"
2746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2747 break 2
2748 fi
2749 done
2750 done
2751 IFS=$as_save_IFS
2752
2753 fi
2754 fi
2755 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2756 if test -n "$ac_ct_STRIP"; then
2757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2758 $as_echo "$ac_ct_STRIP" >&6; }
2759 else
2760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2761 $as_echo "no" >&6; }
2762 fi
2763
2764 if test "x$ac_ct_STRIP" = x; then
2765 STRIP=":"
2766 else
2767 case $cross_compiling:$ac_tool_warned in
2768 yes:)
2769 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2770 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2771 ac_tool_warned=yes ;;
2772 esac
2773 STRIP=$ac_ct_STRIP
2774 fi
2775 else
2776 STRIP="$ac_cv_prog_STRIP"
2777 fi
2778
2779 fi
2780 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2781
2782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2783 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2784 if test -z "$MKDIR_P"; then
2785 if ${ac_cv_path_mkdir+:} false; then :
2786 $as_echo_n "(cached) " >&6
2787 else
2788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2789 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2790 do
2791 IFS=$as_save_IFS
2792 test -z "$as_dir" && as_dir=.
2793 for ac_prog in mkdir gmkdir; do
2794 for ac_exec_ext in '' $ac_executable_extensions; do
2795 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2796 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2797 'mkdir (GNU coreutils) '* | \
2798 'mkdir (coreutils) '* | \
2799 'mkdir (fileutils) '4.1*)
2800 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2801 break 3;;
2802 esac
2803 done
2804 done
2805 done
2806 IFS=$as_save_IFS
2807
2808 fi
2809
2810 test -d ./--version && rmdir ./--version
2811 if test "${ac_cv_path_mkdir+set}" = set; then
2812 MKDIR_P="$ac_cv_path_mkdir -p"
2813 else
2814 # As a last resort, use the slow shell script. Don't cache a
2815 # value for MKDIR_P within a source directory, because that will
2816 # break other packages using the cache if that directory is
2817 # removed, or if the value is a relative name.
2818 MKDIR_P="$ac_install_sh -d"
2819 fi
2820 fi
2821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2822 $as_echo "$MKDIR_P" >&6; }
2823
2824 for ac_prog in gawk mawk nawk awk
2825 do
2826 # Extract the first word of "$ac_prog", so it can be a program name with args.
2827 set dummy $ac_prog; ac_word=$2
2828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2829 $as_echo_n "checking for $ac_word... " >&6; }
2830 if ${ac_cv_prog_AWK+:} false; then :
2831 $as_echo_n "(cached) " >&6
2832 else
2833 if test -n "$AWK"; then
2834 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2835 else
2836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2837 for as_dir in $PATH
2838 do
2839 IFS=$as_save_IFS
2840 test -z "$as_dir" && as_dir=.
2841 for ac_exec_ext in '' $ac_executable_extensions; do
2842 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2843 ac_cv_prog_AWK="$ac_prog"
2844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2845 break 2
2846 fi
2847 done
2848 done
2849 IFS=$as_save_IFS
2850
2851 fi
2852 fi
2853 AWK=$ac_cv_prog_AWK
2854 if test -n "$AWK"; then
2855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2856 $as_echo "$AWK" >&6; }
2857 else
2858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2859 $as_echo "no" >&6; }
2860 fi
2861
2862
2863 test -n "$AWK" && break
2864 done
2865
2866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2867 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2868 set x ${MAKE-make}
2869 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2870 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2871 $as_echo_n "(cached) " >&6
2872 else
2873 cat >conftest.make <<\_ACEOF
2874 SHELL = /bin/sh
2875 all:
2876 @echo '@@@%%%=$(MAKE)=@@@%%%'
2877 _ACEOF
2878 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2879 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2880 *@@@%%%=?*=@@@%%%*)
2881 eval ac_cv_prog_make_${ac_make}_set=yes;;
2882 *)
2883 eval ac_cv_prog_make_${ac_make}_set=no;;
2884 esac
2885 rm -f conftest.make
2886 fi
2887 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2889 $as_echo "yes" >&6; }
2890 SET_MAKE=
2891 else
2892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2893 $as_echo "no" >&6; }
2894 SET_MAKE="MAKE=${MAKE-make}"
2895 fi
2896
2897 rm -rf .tst 2>/dev/null
2898 mkdir .tst 2>/dev/null
2899 if test -d .tst; then
2900 am__leading_dot=.
2901 else
2902 am__leading_dot=_
2903 fi
2904 rmdir .tst 2>/dev/null
2905
2906 # Check whether --enable-silent-rules was given.
2907 if test "${enable_silent_rules+set}" = set; then :
2908 enableval=$enable_silent_rules;
2909 fi
2910
2911 case $enable_silent_rules in # (((
2912 yes) AM_DEFAULT_VERBOSITY=0;;
2913 no) AM_DEFAULT_VERBOSITY=1;;
2914 *) AM_DEFAULT_VERBOSITY=1;;
2915 esac
2916 am_make=${MAKE-make}
2917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2918 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2919 if ${am_cv_make_support_nested_variables+:} false; then :
2920 $as_echo_n "(cached) " >&6
2921 else
2922 if $as_echo 'TRUE=$(BAR$(V))
2923 BAR0=false
2924 BAR1=true
2925 V=1
2926 am__doit:
2927 @$(TRUE)
2928 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2929 am_cv_make_support_nested_variables=yes
2930 else
2931 am_cv_make_support_nested_variables=no
2932 fi
2933 fi
2934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2935 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2936 if test $am_cv_make_support_nested_variables = yes; then
2937 AM_V='$(V)'
2938 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2939 else
2940 AM_V=$AM_DEFAULT_VERBOSITY
2941 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2942 fi
2943 AM_BACKSLASH='\'
2944
2945 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2946 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2947 # is not polluted with repeated "-I."
2948 am__isrc=' -I$(srcdir)'
2949 # test to see if srcdir already configured
2950 if test -f $srcdir/config.status; then
2951 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2952 fi
2953 fi
2954
2955 # test whether we have cygpath
2956 if test -z "$CYGPATH_W"; then
2957 if (cygpath --version) >/dev/null 2>/dev/null; then
2958 CYGPATH_W='cygpath -w'
2959 else
2960 CYGPATH_W=echo
2961 fi
2962 fi
2963
2964
2965 # Define the identity of the package.
2966 PACKAGE='gas'
2967 VERSION='2.39.50'
2968
2969
2970 cat >>confdefs.h <<_ACEOF
2971 #define PACKAGE "$PACKAGE"
2972 _ACEOF
2973
2974
2975 cat >>confdefs.h <<_ACEOF
2976 #define VERSION "$VERSION"
2977 _ACEOF
2978
2979 # Some tools Automake needs.
2980
2981 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2982
2983
2984 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2985
2986
2987 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2988
2989
2990 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2991
2992
2993 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2994
2995 # For better backward compatibility. To be removed once Automake 1.9.x
2996 # dies out for good. For more background, see:
2997 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2998 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2999 mkdir_p='$(MKDIR_P)'
3000
3001 # We need awk for the "check" target (and possibly the TAP driver). The
3002 # system "awk" is bad on some platforms.
3003 # Always define AMTAR for backward compatibility. Yes, it's still used
3004 # in the wild :-( We should find a proper way to deprecate it ...
3005 AMTAR='$${TAR-tar}'
3006
3007
3008 # We'll loop over all known methods to create a tar archive until one works.
3009 _am_tools='gnutar pax cpio none'
3010
3011 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3012
3013
3014
3015
3016
3017 # Variables for tags utilities; see am/tags.am
3018 if test -z "$CTAGS"; then
3019 CTAGS=ctags
3020 fi
3021
3022 if test -z "$ETAGS"; then
3023 ETAGS=etags
3024 fi
3025
3026 if test -z "$CSCOPE"; then
3027 CSCOPE=cscope
3028 fi
3029
3030
3031
3032 # POSIX will say in a future version that running "rm -f" with no argument
3033 # is OK; and we want to be able to make that assumption in our Makefile
3034 # recipes. So use an aggressive probe to check that the usage we want is
3035 # actually supported "in the wild" to an acceptable degree.
3036 # See automake bug#10828.
3037 # To make any issue more visible, cause the running configure to be aborted
3038 # by default if the 'rm' program in use doesn't match our expectations; the
3039 # user can still override this though.
3040 if rm -f && rm -fr && rm -rf; then : OK; else
3041 cat >&2 <<'END'
3042 Oops!
3043
3044 Your 'rm' program seems unable to run without file operands specified
3045 on the command line, even when the '-f' option is present. This is contrary
3046 to the behaviour of most rm programs out there, and not conforming with
3047 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3048
3049 Please tell bug-automake@gnu.org about your system, including the value
3050 of your $PATH and any error possibly output before this message. This
3051 can help us improve future automake versions.
3052
3053 END
3054 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3055 echo 'Configuration will proceed anyway, since you have set the' >&2
3056 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3057 echo >&2
3058 else
3059 cat >&2 <<'END'
3060 Aborting the configuration process, to ensure you take notice of the issue.
3061
3062 You can download and install GNU coreutils to get an 'rm' implementation
3063 that behaves properly: <https://www.gnu.org/software/coreutils/>.
3064
3065 If you want to complete the configuration process using your problematic
3066 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3067 to "yes", and re-run configure.
3068
3069 END
3070 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3071 fi
3072 fi
3073
3074 # Check whether --enable-silent-rules was given.
3075 if test "${enable_silent_rules+set}" = set; then :
3076 enableval=$enable_silent_rules;
3077 fi
3078
3079 case $enable_silent_rules in # (((
3080 yes) AM_DEFAULT_VERBOSITY=0;;
3081 no) AM_DEFAULT_VERBOSITY=1;;
3082 *) AM_DEFAULT_VERBOSITY=0;;
3083 esac
3084 am_make=${MAKE-make}
3085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3086 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3087 if ${am_cv_make_support_nested_variables+:} false; then :
3088 $as_echo_n "(cached) " >&6
3089 else
3090 if $as_echo 'TRUE=$(BAR$(V))
3091 BAR0=false
3092 BAR1=true
3093 V=1
3094 am__doit:
3095 @$(TRUE)
3096 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3097 am_cv_make_support_nested_variables=yes
3098 else
3099 am_cv_make_support_nested_variables=no
3100 fi
3101 fi
3102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3103 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3104 if test $am_cv_make_support_nested_variables = yes; then
3105 AM_V='$(V)'
3106 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3107 else
3108 AM_V=$AM_DEFAULT_VERBOSITY
3109 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3110 fi
3111 AM_BACKSLASH='\'
3112
3113
3114 ac_ext=c
3115 ac_cpp='$CPP $CPPFLAGS'
3116 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3117 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3118 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3119 if test -n "$ac_tool_prefix"; then
3120 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3121 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3123 $as_echo_n "checking for $ac_word... " >&6; }
3124 if ${ac_cv_prog_CC+:} false; then :
3125 $as_echo_n "(cached) " >&6
3126 else
3127 if test -n "$CC"; then
3128 ac_cv_prog_CC="$CC" # Let the user override the test.
3129 else
3130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3131 for as_dir in $PATH
3132 do
3133 IFS=$as_save_IFS
3134 test -z "$as_dir" && as_dir=.
3135 for ac_exec_ext in '' $ac_executable_extensions; do
3136 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3137 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3138 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3139 break 2
3140 fi
3141 done
3142 done
3143 IFS=$as_save_IFS
3144
3145 fi
3146 fi
3147 CC=$ac_cv_prog_CC
3148 if test -n "$CC"; then
3149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3150 $as_echo "$CC" >&6; }
3151 else
3152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3153 $as_echo "no" >&6; }
3154 fi
3155
3156
3157 fi
3158 if test -z "$ac_cv_prog_CC"; then
3159 ac_ct_CC=$CC
3160 # Extract the first word of "gcc", so it can be a program name with args.
3161 set dummy gcc; ac_word=$2
3162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3163 $as_echo_n "checking for $ac_word... " >&6; }
3164 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3165 $as_echo_n "(cached) " >&6
3166 else
3167 if test -n "$ac_ct_CC"; then
3168 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3169 else
3170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3171 for as_dir in $PATH
3172 do
3173 IFS=$as_save_IFS
3174 test -z "$as_dir" && as_dir=.
3175 for ac_exec_ext in '' $ac_executable_extensions; do
3176 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3177 ac_cv_prog_ac_ct_CC="gcc"
3178 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3179 break 2
3180 fi
3181 done
3182 done
3183 IFS=$as_save_IFS
3184
3185 fi
3186 fi
3187 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3188 if test -n "$ac_ct_CC"; then
3189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3190 $as_echo "$ac_ct_CC" >&6; }
3191 else
3192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3193 $as_echo "no" >&6; }
3194 fi
3195
3196 if test "x$ac_ct_CC" = x; then
3197 CC=""
3198 else
3199 case $cross_compiling:$ac_tool_warned in
3200 yes:)
3201 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3202 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3203 ac_tool_warned=yes ;;
3204 esac
3205 CC=$ac_ct_CC
3206 fi
3207 else
3208 CC="$ac_cv_prog_CC"
3209 fi
3210
3211 if test -z "$CC"; then
3212 if test -n "$ac_tool_prefix"; then
3213 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3214 set dummy ${ac_tool_prefix}cc; ac_word=$2
3215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3216 $as_echo_n "checking for $ac_word... " >&6; }
3217 if ${ac_cv_prog_CC+:} false; then :
3218 $as_echo_n "(cached) " >&6
3219 else
3220 if test -n "$CC"; then
3221 ac_cv_prog_CC="$CC" # Let the user override the test.
3222 else
3223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3224 for as_dir in $PATH
3225 do
3226 IFS=$as_save_IFS
3227 test -z "$as_dir" && as_dir=.
3228 for ac_exec_ext in '' $ac_executable_extensions; do
3229 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3230 ac_cv_prog_CC="${ac_tool_prefix}cc"
3231 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3232 break 2
3233 fi
3234 done
3235 done
3236 IFS=$as_save_IFS
3237
3238 fi
3239 fi
3240 CC=$ac_cv_prog_CC
3241 if test -n "$CC"; then
3242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3243 $as_echo "$CC" >&6; }
3244 else
3245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3246 $as_echo "no" >&6; }
3247 fi
3248
3249
3250 fi
3251 fi
3252 if test -z "$CC"; then
3253 # Extract the first word of "cc", so it can be a program name with args.
3254 set dummy cc; ac_word=$2
3255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3256 $as_echo_n "checking for $ac_word... " >&6; }
3257 if ${ac_cv_prog_CC+:} false; then :
3258 $as_echo_n "(cached) " >&6
3259 else
3260 if test -n "$CC"; then
3261 ac_cv_prog_CC="$CC" # Let the user override the test.
3262 else
3263 ac_prog_rejected=no
3264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3265 for as_dir in $PATH
3266 do
3267 IFS=$as_save_IFS
3268 test -z "$as_dir" && as_dir=.
3269 for ac_exec_ext in '' $ac_executable_extensions; do
3270 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3271 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3272 ac_prog_rejected=yes
3273 continue
3274 fi
3275 ac_cv_prog_CC="cc"
3276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3277 break 2
3278 fi
3279 done
3280 done
3281 IFS=$as_save_IFS
3282
3283 if test $ac_prog_rejected = yes; then
3284 # We found a bogon in the path, so make sure we never use it.
3285 set dummy $ac_cv_prog_CC
3286 shift
3287 if test $# != 0; then
3288 # We chose a different compiler from the bogus one.
3289 # However, it has the same basename, so the bogon will be chosen
3290 # first if we set CC to just the basename; use the full file name.
3291 shift
3292 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3293 fi
3294 fi
3295 fi
3296 fi
3297 CC=$ac_cv_prog_CC
3298 if test -n "$CC"; then
3299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3300 $as_echo "$CC" >&6; }
3301 else
3302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3303 $as_echo "no" >&6; }
3304 fi
3305
3306
3307 fi
3308 if test -z "$CC"; then
3309 if test -n "$ac_tool_prefix"; then
3310 for ac_prog in cl.exe
3311 do
3312 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3313 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3315 $as_echo_n "checking for $ac_word... " >&6; }
3316 if ${ac_cv_prog_CC+:} false; then :
3317 $as_echo_n "(cached) " >&6
3318 else
3319 if test -n "$CC"; then
3320 ac_cv_prog_CC="$CC" # Let the user override the test.
3321 else
3322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3323 for as_dir in $PATH
3324 do
3325 IFS=$as_save_IFS
3326 test -z "$as_dir" && as_dir=.
3327 for ac_exec_ext in '' $ac_executable_extensions; do
3328 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3329 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3330 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3331 break 2
3332 fi
3333 done
3334 done
3335 IFS=$as_save_IFS
3336
3337 fi
3338 fi
3339 CC=$ac_cv_prog_CC
3340 if test -n "$CC"; then
3341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3342 $as_echo "$CC" >&6; }
3343 else
3344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3345 $as_echo "no" >&6; }
3346 fi
3347
3348
3349 test -n "$CC" && break
3350 done
3351 fi
3352 if test -z "$CC"; then
3353 ac_ct_CC=$CC
3354 for ac_prog in cl.exe
3355 do
3356 # Extract the first word of "$ac_prog", so it can be a program name with args.
3357 set dummy $ac_prog; ac_word=$2
3358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3359 $as_echo_n "checking for $ac_word... " >&6; }
3360 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3361 $as_echo_n "(cached) " >&6
3362 else
3363 if test -n "$ac_ct_CC"; then
3364 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3365 else
3366 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3367 for as_dir in $PATH
3368 do
3369 IFS=$as_save_IFS
3370 test -z "$as_dir" && as_dir=.
3371 for ac_exec_ext in '' $ac_executable_extensions; do
3372 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3373 ac_cv_prog_ac_ct_CC="$ac_prog"
3374 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3375 break 2
3376 fi
3377 done
3378 done
3379 IFS=$as_save_IFS
3380
3381 fi
3382 fi
3383 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3384 if test -n "$ac_ct_CC"; then
3385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3386 $as_echo "$ac_ct_CC" >&6; }
3387 else
3388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3389 $as_echo "no" >&6; }
3390 fi
3391
3392
3393 test -n "$ac_ct_CC" && break
3394 done
3395
3396 if test "x$ac_ct_CC" = x; then
3397 CC=""
3398 else
3399 case $cross_compiling:$ac_tool_warned in
3400 yes:)
3401 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3402 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3403 ac_tool_warned=yes ;;
3404 esac
3405 CC=$ac_ct_CC
3406 fi
3407 fi
3408
3409 fi
3410
3411
3412 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3413 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3414 as_fn_error $? "no acceptable C compiler found in \$PATH
3415 See \`config.log' for more details" "$LINENO" 5; }
3416
3417 # Provide some information about the compiler.
3418 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3419 set X $ac_compile
3420 ac_compiler=$2
3421 for ac_option in --version -v -V -qversion; do
3422 { { ac_try="$ac_compiler $ac_option >&5"
3423 case "(($ac_try" in
3424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3425 *) ac_try_echo=$ac_try;;
3426 esac
3427 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3428 $as_echo "$ac_try_echo"; } >&5
3429 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3430 ac_status=$?
3431 if test -s conftest.err; then
3432 sed '10a\
3433 ... rest of stderr output deleted ...
3434 10q' conftest.err >conftest.er1
3435 cat conftest.er1 >&5
3436 fi
3437 rm -f conftest.er1 conftest.err
3438 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3439 test $ac_status = 0; }
3440 done
3441
3442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3443 /* end confdefs.h. */
3444
3445 int
3446 main ()
3447 {
3448
3449 ;
3450 return 0;
3451 }
3452 _ACEOF
3453 ac_clean_files_save=$ac_clean_files
3454 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3455 # Try to create an executable without -o first, disregard a.out.
3456 # It will help us diagnose broken compilers, and finding out an intuition
3457 # of exeext.
3458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3459 $as_echo_n "checking whether the C compiler works... " >&6; }
3460 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3461
3462 # The possible output files:
3463 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3464
3465 ac_rmfiles=
3466 for ac_file in $ac_files
3467 do
3468 case $ac_file in
3469 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3470 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3471 esac
3472 done
3473 rm -f $ac_rmfiles
3474
3475 if { { ac_try="$ac_link_default"
3476 case "(($ac_try" in
3477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3478 *) ac_try_echo=$ac_try;;
3479 esac
3480 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3481 $as_echo "$ac_try_echo"; } >&5
3482 (eval "$ac_link_default") 2>&5
3483 ac_status=$?
3484 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3485 test $ac_status = 0; }; then :
3486 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3487 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3488 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3489 # so that the user can short-circuit this test for compilers unknown to
3490 # Autoconf.
3491 for ac_file in $ac_files ''
3492 do
3493 test -f "$ac_file" || continue
3494 case $ac_file in
3495 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3496 ;;
3497 [ab].out )
3498 # We found the default executable, but exeext='' is most
3499 # certainly right.
3500 break;;
3501 *.* )
3502 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3503 then :; else
3504 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3505 fi
3506 # We set ac_cv_exeext here because the later test for it is not
3507 # safe: cross compilers may not add the suffix if given an `-o'
3508 # argument, so we may need to know it at that point already.
3509 # Even if this section looks crufty: it has the advantage of
3510 # actually working.
3511 break;;
3512 * )
3513 break;;
3514 esac
3515 done
3516 test "$ac_cv_exeext" = no && ac_cv_exeext=
3517
3518 else
3519 ac_file=''
3520 fi
3521 if test -z "$ac_file"; then :
3522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3523 $as_echo "no" >&6; }
3524 $as_echo "$as_me: failed program was:" >&5
3525 sed 's/^/| /' conftest.$ac_ext >&5
3526
3527 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3528 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3529 as_fn_error 77 "C compiler cannot create executables
3530 See \`config.log' for more details" "$LINENO" 5; }
3531 else
3532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3533 $as_echo "yes" >&6; }
3534 fi
3535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3536 $as_echo_n "checking for C compiler default output file name... " >&6; }
3537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3538 $as_echo "$ac_file" >&6; }
3539 ac_exeext=$ac_cv_exeext
3540
3541 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3542 ac_clean_files=$ac_clean_files_save
3543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3544 $as_echo_n "checking for suffix of executables... " >&6; }
3545 if { { ac_try="$ac_link"
3546 case "(($ac_try" in
3547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3548 *) ac_try_echo=$ac_try;;
3549 esac
3550 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3551 $as_echo "$ac_try_echo"; } >&5
3552 (eval "$ac_link") 2>&5
3553 ac_status=$?
3554 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3555 test $ac_status = 0; }; then :
3556 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3557 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3558 # work properly (i.e., refer to `conftest.exe'), while it won't with
3559 # `rm'.
3560 for ac_file in conftest.exe conftest conftest.*; do
3561 test -f "$ac_file" || continue
3562 case $ac_file in
3563 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3564 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3565 break;;
3566 * ) break;;
3567 esac
3568 done
3569 else
3570 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3571 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3572 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3573 See \`config.log' for more details" "$LINENO" 5; }
3574 fi
3575 rm -f conftest conftest$ac_cv_exeext
3576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3577 $as_echo "$ac_cv_exeext" >&6; }
3578
3579 rm -f conftest.$ac_ext
3580 EXEEXT=$ac_cv_exeext
3581 ac_exeext=$EXEEXT
3582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3583 /* end confdefs.h. */
3584 #include <stdio.h>
3585 int
3586 main ()
3587 {
3588 FILE *f = fopen ("conftest.out", "w");
3589 return ferror (f) || fclose (f) != 0;
3590
3591 ;
3592 return 0;
3593 }
3594 _ACEOF
3595 ac_clean_files="$ac_clean_files conftest.out"
3596 # Check that the compiler produces executables we can run. If not, either
3597 # the compiler is broken, or we cross compile.
3598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3599 $as_echo_n "checking whether we are cross compiling... " >&6; }
3600 if test "$cross_compiling" != yes; then
3601 { { ac_try="$ac_link"
3602 case "(($ac_try" in
3603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3604 *) ac_try_echo=$ac_try;;
3605 esac
3606 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3607 $as_echo "$ac_try_echo"; } >&5
3608 (eval "$ac_link") 2>&5
3609 ac_status=$?
3610 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3611 test $ac_status = 0; }
3612 if { ac_try='./conftest$ac_cv_exeext'
3613 { { case "(($ac_try" in
3614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3615 *) ac_try_echo=$ac_try;;
3616 esac
3617 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3618 $as_echo "$ac_try_echo"; } >&5
3619 (eval "$ac_try") 2>&5
3620 ac_status=$?
3621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3622 test $ac_status = 0; }; }; then
3623 cross_compiling=no
3624 else
3625 if test "$cross_compiling" = maybe; then
3626 cross_compiling=yes
3627 else
3628 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3629 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3630 as_fn_error $? "cannot run C compiled programs.
3631 If you meant to cross compile, use \`--host'.
3632 See \`config.log' for more details" "$LINENO" 5; }
3633 fi
3634 fi
3635 fi
3636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3637 $as_echo "$cross_compiling" >&6; }
3638
3639 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3640 ac_clean_files=$ac_clean_files_save
3641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3642 $as_echo_n "checking for suffix of object files... " >&6; }
3643 if ${ac_cv_objext+:} false; then :
3644 $as_echo_n "(cached) " >&6
3645 else
3646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3647 /* end confdefs.h. */
3648
3649 int
3650 main ()
3651 {
3652
3653 ;
3654 return 0;
3655 }
3656 _ACEOF
3657 rm -f conftest.o conftest.obj
3658 if { { ac_try="$ac_compile"
3659 case "(($ac_try" in
3660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3661 *) ac_try_echo=$ac_try;;
3662 esac
3663 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3664 $as_echo "$ac_try_echo"; } >&5
3665 (eval "$ac_compile") 2>&5
3666 ac_status=$?
3667 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3668 test $ac_status = 0; }; then :
3669 for ac_file in conftest.o conftest.obj conftest.*; do
3670 test -f "$ac_file" || continue;
3671 case $ac_file in
3672 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3673 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3674 break;;
3675 esac
3676 done
3677 else
3678 $as_echo "$as_me: failed program was:" >&5
3679 sed 's/^/| /' conftest.$ac_ext >&5
3680
3681 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3682 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3683 as_fn_error $? "cannot compute suffix of object files: cannot compile
3684 See \`config.log' for more details" "$LINENO" 5; }
3685 fi
3686 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3687 fi
3688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3689 $as_echo "$ac_cv_objext" >&6; }
3690 OBJEXT=$ac_cv_objext
3691 ac_objext=$OBJEXT
3692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3693 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3694 if ${ac_cv_c_compiler_gnu+:} false; then :
3695 $as_echo_n "(cached) " >&6
3696 else
3697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3698 /* end confdefs.h. */
3699
3700 int
3701 main ()
3702 {
3703 #ifndef __GNUC__
3704 choke me
3705 #endif
3706
3707 ;
3708 return 0;
3709 }
3710 _ACEOF
3711 if ac_fn_c_try_compile "$LINENO"; then :
3712 ac_compiler_gnu=yes
3713 else
3714 ac_compiler_gnu=no
3715 fi
3716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3717 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3718
3719 fi
3720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3721 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3722 if test $ac_compiler_gnu = yes; then
3723 GCC=yes
3724 else
3725 GCC=
3726 fi
3727 ac_test_CFLAGS=${CFLAGS+set}
3728 ac_save_CFLAGS=$CFLAGS
3729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3730 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3731 if ${ac_cv_prog_cc_g+:} false; then :
3732 $as_echo_n "(cached) " >&6
3733 else
3734 ac_save_c_werror_flag=$ac_c_werror_flag
3735 ac_c_werror_flag=yes
3736 ac_cv_prog_cc_g=no
3737 CFLAGS="-g"
3738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3739 /* end confdefs.h. */
3740
3741 int
3742 main ()
3743 {
3744
3745 ;
3746 return 0;
3747 }
3748 _ACEOF
3749 if ac_fn_c_try_compile "$LINENO"; then :
3750 ac_cv_prog_cc_g=yes
3751 else
3752 CFLAGS=""
3753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3754 /* end confdefs.h. */
3755
3756 int
3757 main ()
3758 {
3759
3760 ;
3761 return 0;
3762 }
3763 _ACEOF
3764 if ac_fn_c_try_compile "$LINENO"; then :
3765
3766 else
3767 ac_c_werror_flag=$ac_save_c_werror_flag
3768 CFLAGS="-g"
3769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3770 /* end confdefs.h. */
3771
3772 int
3773 main ()
3774 {
3775
3776 ;
3777 return 0;
3778 }
3779 _ACEOF
3780 if ac_fn_c_try_compile "$LINENO"; then :
3781 ac_cv_prog_cc_g=yes
3782 fi
3783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3784 fi
3785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3786 fi
3787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3788 ac_c_werror_flag=$ac_save_c_werror_flag
3789 fi
3790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3791 $as_echo "$ac_cv_prog_cc_g" >&6; }
3792 if test "$ac_test_CFLAGS" = set; then
3793 CFLAGS=$ac_save_CFLAGS
3794 elif test $ac_cv_prog_cc_g = yes; then
3795 if test "$GCC" = yes; then
3796 CFLAGS="-g -O2"
3797 else
3798 CFLAGS="-g"
3799 fi
3800 else
3801 if test "$GCC" = yes; then
3802 CFLAGS="-O2"
3803 else
3804 CFLAGS=
3805 fi
3806 fi
3807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3808 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3809 if ${ac_cv_prog_cc_c89+:} false; then :
3810 $as_echo_n "(cached) " >&6
3811 else
3812 ac_cv_prog_cc_c89=no
3813 ac_save_CC=$CC
3814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3815 /* end confdefs.h. */
3816 #include <stdarg.h>
3817 #include <stdio.h>
3818 struct stat;
3819 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3820 struct buf { int x; };
3821 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3822 static char *e (p, i)
3823 char **p;
3824 int i;
3825 {
3826 return p[i];
3827 }
3828 static char *f (char * (*g) (char **, int), char **p, ...)
3829 {
3830 char *s;
3831 va_list v;
3832 va_start (v,p);
3833 s = g (p, va_arg (v,int));
3834 va_end (v);
3835 return s;
3836 }
3837
3838 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3839 function prototypes and stuff, but not '\xHH' hex character constants.
3840 These don't provoke an error unfortunately, instead are silently treated
3841 as 'x'. The following induces an error, until -std is added to get
3842 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3843 array size at least. It's necessary to write '\x00'==0 to get something
3844 that's true only with -std. */
3845 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3846
3847 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3848 inside strings and character constants. */
3849 #define FOO(x) 'x'
3850 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3851
3852 int test (int i, double x);
3853 struct s1 {int (*f) (int a);};
3854 struct s2 {int (*f) (double a);};
3855 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3856 int argc;
3857 char **argv;
3858 int
3859 main ()
3860 {
3861 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3862 ;
3863 return 0;
3864 }
3865 _ACEOF
3866 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3867 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3868 do
3869 CC="$ac_save_CC $ac_arg"
3870 if ac_fn_c_try_compile "$LINENO"; then :
3871 ac_cv_prog_cc_c89=$ac_arg
3872 fi
3873 rm -f core conftest.err conftest.$ac_objext
3874 test "x$ac_cv_prog_cc_c89" != "xno" && break
3875 done
3876 rm -f conftest.$ac_ext
3877 CC=$ac_save_CC
3878
3879 fi
3880 # AC_CACHE_VAL
3881 case "x$ac_cv_prog_cc_c89" in
3882 x)
3883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3884 $as_echo "none needed" >&6; } ;;
3885 xno)
3886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3887 $as_echo "unsupported" >&6; } ;;
3888 *)
3889 CC="$CC $ac_cv_prog_cc_c89"
3890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3891 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3892 esac
3893 if test "x$ac_cv_prog_cc_c89" != xno; then :
3894
3895 fi
3896
3897 ac_ext=c
3898 ac_cpp='$CPP $CPPFLAGS'
3899 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3900 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3901 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3902
3903 ac_ext=c
3904 ac_cpp='$CPP $CPPFLAGS'
3905 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3906 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3907 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3909 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3910 if ${am_cv_prog_cc_c_o+:} false; then :
3911 $as_echo_n "(cached) " >&6
3912 else
3913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3914 /* end confdefs.h. */
3915
3916 int
3917 main ()
3918 {
3919
3920 ;
3921 return 0;
3922 }
3923 _ACEOF
3924 # Make sure it works both with $CC and with simple cc.
3925 # Following AC_PROG_CC_C_O, we do the test twice because some
3926 # compilers refuse to overwrite an existing .o file with -o,
3927 # though they will create one.
3928 am_cv_prog_cc_c_o=yes
3929 for am_i in 1 2; do
3930 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3931 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3932 ac_status=$?
3933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3934 (exit $ac_status); } \
3935 && test -f conftest2.$ac_objext; then
3936 : OK
3937 else
3938 am_cv_prog_cc_c_o=no
3939 break
3940 fi
3941 done
3942 rm -f core conftest*
3943 unset am_i
3944 fi
3945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3946 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3947 if test "$am_cv_prog_cc_c_o" != yes; then
3948 # Losing compiler, so override with the script.
3949 # FIXME: It is wrong to rewrite CC.
3950 # But if we don't then we get into trouble of one sort or another.
3951 # A longer-term fix would be to have automake use am__CC in this case,
3952 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3953 CC="$am_aux_dir/compile $CC"
3954 fi
3955 ac_ext=c
3956 ac_cpp='$CPP $CPPFLAGS'
3957 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3958 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3959 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3960
3961 DEPDIR="${am__leading_dot}deps"
3962
3963 ac_config_commands="$ac_config_commands depfiles"
3964
3965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
3966 $as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; }
3967 cat > confinc.mk << 'END'
3968 am__doit:
3969 @echo this is the am__doit target >confinc.out
3970 .PHONY: am__doit
3971 END
3972 am__include="#"
3973 am__quote=
3974 # BSD make does it like this.
3975 echo '.include "confinc.mk" # ignored' > confmf.BSD
3976 # Other make implementations (GNU, Solaris 10, AIX) do it like this.
3977 echo 'include confinc.mk # ignored' > confmf.GNU
3978 _am_result=no
3979 for s in GNU BSD; do
3980 { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
3981 (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
3982 ac_status=$?
3983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3984 (exit $ac_status); }
3985 case $?:`cat confinc.out 2>/dev/null` in #(
3986 '0:this is the am__doit target') :
3987 case $s in #(
3988 BSD) :
3989 am__include='.include' am__quote='"' ;; #(
3990 *) :
3991 am__include='include' am__quote='' ;;
3992 esac ;; #(
3993 *) :
3994 ;;
3995 esac
3996 if test "$am__include" != "#"; then
3997 _am_result="yes ($s style)"
3998 break
3999 fi
4000 done
4001 rm -f confinc.* confmf.*
4002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
4003 $as_echo "${_am_result}" >&6; }
4004
4005 # Check whether --enable-dependency-tracking was given.
4006 if test "${enable_dependency_tracking+set}" = set; then :
4007 enableval=$enable_dependency_tracking;
4008 fi
4009
4010 if test "x$enable_dependency_tracking" != xno; then
4011 am_depcomp="$ac_aux_dir/depcomp"
4012 AMDEPBACKSLASH='\'
4013 am__nodep='_no'
4014 fi
4015 if test "x$enable_dependency_tracking" != xno; then
4016 AMDEP_TRUE=
4017 AMDEP_FALSE='#'
4018 else
4019 AMDEP_TRUE='#'
4020 AMDEP_FALSE=
4021 fi
4022
4023
4024
4025 depcc="$CC" am_compiler_list=
4026
4027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4028 $as_echo_n "checking dependency style of $depcc... " >&6; }
4029 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4030 $as_echo_n "(cached) " >&6
4031 else
4032 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4033 # We make a subdir and do the tests there. Otherwise we can end up
4034 # making bogus files that we don't know about and never remove. For
4035 # instance it was reported that on HP-UX the gcc test will end up
4036 # making a dummy file named 'D' -- because '-MD' means "put the output
4037 # in D".
4038 rm -rf conftest.dir
4039 mkdir conftest.dir
4040 # Copy depcomp to subdir because otherwise we won't find it if we're
4041 # using a relative directory.
4042 cp "$am_depcomp" conftest.dir
4043 cd conftest.dir
4044 # We will build objects and dependencies in a subdirectory because
4045 # it helps to detect inapplicable dependency modes. For instance
4046 # both Tru64's cc and ICC support -MD to output dependencies as a
4047 # side effect of compilation, but ICC will put the dependencies in
4048 # the current directory while Tru64 will put them in the object
4049 # directory.
4050 mkdir sub
4051
4052 am_cv_CC_dependencies_compiler_type=none
4053 if test "$am_compiler_list" = ""; then
4054 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4055 fi
4056 am__universal=false
4057 case " $depcc " in #(
4058 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4059 esac
4060
4061 for depmode in $am_compiler_list; do
4062 # Setup a source with many dependencies, because some compilers
4063 # like to wrap large dependency lists on column 80 (with \), and
4064 # we should not choose a depcomp mode which is confused by this.
4065 #
4066 # We need to recreate these files for each test, as the compiler may
4067 # overwrite some of them when testing with obscure command lines.
4068 # This happens at least with the AIX C compiler.
4069 : > sub/conftest.c
4070 for i in 1 2 3 4 5 6; do
4071 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4072 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4073 # Solaris 10 /bin/sh.
4074 echo '/* dummy */' > sub/conftst$i.h
4075 done
4076 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4077
4078 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4079 # mode. It turns out that the SunPro C++ compiler does not properly
4080 # handle '-M -o', and we need to detect this. Also, some Intel
4081 # versions had trouble with output in subdirs.
4082 am__obj=sub/conftest.${OBJEXT-o}
4083 am__minus_obj="-o $am__obj"
4084 case $depmode in
4085 gcc)
4086 # This depmode causes a compiler race in universal mode.
4087 test "$am__universal" = false || continue
4088 ;;
4089 nosideeffect)
4090 # After this tag, mechanisms are not by side-effect, so they'll
4091 # only be used when explicitly requested.
4092 if test "x$enable_dependency_tracking" = xyes; then
4093 continue
4094 else
4095 break
4096 fi
4097 ;;
4098 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4099 # This compiler won't grok '-c -o', but also, the minuso test has
4100 # not run yet. These depmodes are late enough in the game, and
4101 # so weak that their functioning should not be impacted.
4102 am__obj=conftest.${OBJEXT-o}
4103 am__minus_obj=
4104 ;;
4105 none) break ;;
4106 esac
4107 if depmode=$depmode \
4108 source=sub/conftest.c object=$am__obj \
4109 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4110 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4111 >/dev/null 2>conftest.err &&
4112 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4113 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4114 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4115 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4116 # icc doesn't choke on unknown options, it will just issue warnings
4117 # or remarks (even with -Werror). So we grep stderr for any message
4118 # that says an option was ignored or not supported.
4119 # When given -MP, icc 7.0 and 7.1 complain thusly:
4120 # icc: Command line warning: ignoring option '-M'; no argument required
4121 # The diagnosis changed in icc 8.0:
4122 # icc: Command line remark: option '-MP' not supported
4123 if (grep 'ignoring option' conftest.err ||
4124 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4125 am_cv_CC_dependencies_compiler_type=$depmode
4126 break
4127 fi
4128 fi
4129 done
4130
4131 cd ..
4132 rm -rf conftest.dir
4133 else
4134 am_cv_CC_dependencies_compiler_type=none
4135 fi
4136
4137 fi
4138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4139 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4140 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4141
4142 if
4143 test "x$enable_dependency_tracking" != xno \
4144 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4145 am__fastdepCC_TRUE=
4146 am__fastdepCC_FALSE='#'
4147 else
4148 am__fastdepCC_TRUE='#'
4149 am__fastdepCC_FALSE=
4150 fi
4151
4152
4153
4154 ac_ext=c
4155 ac_cpp='$CPP $CPPFLAGS'
4156 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4157 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4158 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4160 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4161 # On Suns, sometimes $CPP names a directory.
4162 if test -n "$CPP" && test -d "$CPP"; then
4163 CPP=
4164 fi
4165 if test -z "$CPP"; then
4166 if ${ac_cv_prog_CPP+:} false; then :
4167 $as_echo_n "(cached) " >&6
4168 else
4169 # Double quotes because CPP needs to be expanded
4170 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4171 do
4172 ac_preproc_ok=false
4173 for ac_c_preproc_warn_flag in '' yes
4174 do
4175 # Use a header file that comes with gcc, so configuring glibc
4176 # with a fresh cross-compiler works.
4177 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4178 # <limits.h> exists even on freestanding compilers.
4179 # On the NeXT, cc -E runs the code through the compiler's parser,
4180 # not just through cpp. "Syntax error" is here to catch this case.
4181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4182 /* end confdefs.h. */
4183 #ifdef __STDC__
4184 # include <limits.h>
4185 #else
4186 # include <assert.h>
4187 #endif
4188 Syntax error
4189 _ACEOF
4190 if ac_fn_c_try_cpp "$LINENO"; then :
4191
4192 else
4193 # Broken: fails on valid input.
4194 continue
4195 fi
4196 rm -f conftest.err conftest.i conftest.$ac_ext
4197
4198 # OK, works on sane cases. Now check whether nonexistent headers
4199 # can be detected and how.
4200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4201 /* end confdefs.h. */
4202 #include <ac_nonexistent.h>
4203 _ACEOF
4204 if ac_fn_c_try_cpp "$LINENO"; then :
4205 # Broken: success on invalid input.
4206 continue
4207 else
4208 # Passes both tests.
4209 ac_preproc_ok=:
4210 break
4211 fi
4212 rm -f conftest.err conftest.i conftest.$ac_ext
4213
4214 done
4215 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4216 rm -f conftest.i conftest.err conftest.$ac_ext
4217 if $ac_preproc_ok; then :
4218 break
4219 fi
4220
4221 done
4222 ac_cv_prog_CPP=$CPP
4223
4224 fi
4225 CPP=$ac_cv_prog_CPP
4226 else
4227 ac_cv_prog_CPP=$CPP
4228 fi
4229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4230 $as_echo "$CPP" >&6; }
4231 ac_preproc_ok=false
4232 for ac_c_preproc_warn_flag in '' yes
4233 do
4234 # Use a header file that comes with gcc, so configuring glibc
4235 # with a fresh cross-compiler works.
4236 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4237 # <limits.h> exists even on freestanding compilers.
4238 # On the NeXT, cc -E runs the code through the compiler's parser,
4239 # not just through cpp. "Syntax error" is here to catch this case.
4240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4241 /* end confdefs.h. */
4242 #ifdef __STDC__
4243 # include <limits.h>
4244 #else
4245 # include <assert.h>
4246 #endif
4247 Syntax error
4248 _ACEOF
4249 if ac_fn_c_try_cpp "$LINENO"; then :
4250
4251 else
4252 # Broken: fails on valid input.
4253 continue
4254 fi
4255 rm -f conftest.err conftest.i conftest.$ac_ext
4256
4257 # OK, works on sane cases. Now check whether nonexistent headers
4258 # can be detected and how.
4259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4260 /* end confdefs.h. */
4261 #include <ac_nonexistent.h>
4262 _ACEOF
4263 if ac_fn_c_try_cpp "$LINENO"; then :
4264 # Broken: success on invalid input.
4265 continue
4266 else
4267 # Passes both tests.
4268 ac_preproc_ok=:
4269 break
4270 fi
4271 rm -f conftest.err conftest.i conftest.$ac_ext
4272
4273 done
4274 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4275 rm -f conftest.i conftest.err conftest.$ac_ext
4276 if $ac_preproc_ok; then :
4277
4278 else
4279 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4280 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4281 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4282 See \`config.log' for more details" "$LINENO" 5; }
4283 fi
4284
4285 ac_ext=c
4286 ac_cpp='$CPP $CPPFLAGS'
4287 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4288 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4289 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4290
4291
4292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4293 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4294 if ${ac_cv_path_GREP+:} false; then :
4295 $as_echo_n "(cached) " >&6
4296 else
4297 if test -z "$GREP"; then
4298 ac_path_GREP_found=false
4299 # Loop through the user's path and test for each of PROGNAME-LIST
4300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4301 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4302 do
4303 IFS=$as_save_IFS
4304 test -z "$as_dir" && as_dir=.
4305 for ac_prog in grep ggrep; do
4306 for ac_exec_ext in '' $ac_executable_extensions; do
4307 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4308 as_fn_executable_p "$ac_path_GREP" || continue
4309 # Check for GNU ac_path_GREP and select it if it is found.
4310 # Check for GNU $ac_path_GREP
4311 case `"$ac_path_GREP" --version 2>&1` in
4312 *GNU*)
4313 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4314 *)
4315 ac_count=0
4316 $as_echo_n 0123456789 >"conftest.in"
4317 while :
4318 do
4319 cat "conftest.in" "conftest.in" >"conftest.tmp"
4320 mv "conftest.tmp" "conftest.in"
4321 cp "conftest.in" "conftest.nl"
4322 $as_echo 'GREP' >> "conftest.nl"
4323 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4324 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4325 as_fn_arith $ac_count + 1 && ac_count=$as_val
4326 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4327 # Best one so far, save it but keep looking for a better one
4328 ac_cv_path_GREP="$ac_path_GREP"
4329 ac_path_GREP_max=$ac_count
4330 fi
4331 # 10*(2^10) chars as input seems more than enough
4332 test $ac_count -gt 10 && break
4333 done
4334 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4335 esac
4336
4337 $ac_path_GREP_found && break 3
4338 done
4339 done
4340 done
4341 IFS=$as_save_IFS
4342 if test -z "$ac_cv_path_GREP"; then
4343 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4344 fi
4345 else
4346 ac_cv_path_GREP=$GREP
4347 fi
4348
4349 fi
4350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4351 $as_echo "$ac_cv_path_GREP" >&6; }
4352 GREP="$ac_cv_path_GREP"
4353
4354
4355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4356 $as_echo_n "checking for egrep... " >&6; }
4357 if ${ac_cv_path_EGREP+:} false; then :
4358 $as_echo_n "(cached) " >&6
4359 else
4360 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4361 then ac_cv_path_EGREP="$GREP -E"
4362 else
4363 if test -z "$EGREP"; then
4364 ac_path_EGREP_found=false
4365 # Loop through the user's path and test for each of PROGNAME-LIST
4366 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4367 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4368 do
4369 IFS=$as_save_IFS
4370 test -z "$as_dir" && as_dir=.
4371 for ac_prog in egrep; do
4372 for ac_exec_ext in '' $ac_executable_extensions; do
4373 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4374 as_fn_executable_p "$ac_path_EGREP" || continue
4375 # Check for GNU ac_path_EGREP and select it if it is found.
4376 # Check for GNU $ac_path_EGREP
4377 case `"$ac_path_EGREP" --version 2>&1` in
4378 *GNU*)
4379 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4380 *)
4381 ac_count=0
4382 $as_echo_n 0123456789 >"conftest.in"
4383 while :
4384 do
4385 cat "conftest.in" "conftest.in" >"conftest.tmp"
4386 mv "conftest.tmp" "conftest.in"
4387 cp "conftest.in" "conftest.nl"
4388 $as_echo 'EGREP' >> "conftest.nl"
4389 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4390 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4391 as_fn_arith $ac_count + 1 && ac_count=$as_val
4392 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4393 # Best one so far, save it but keep looking for a better one
4394 ac_cv_path_EGREP="$ac_path_EGREP"
4395 ac_path_EGREP_max=$ac_count
4396 fi
4397 # 10*(2^10) chars as input seems more than enough
4398 test $ac_count -gt 10 && break
4399 done
4400 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4401 esac
4402
4403 $ac_path_EGREP_found && break 3
4404 done
4405 done
4406 done
4407 IFS=$as_save_IFS
4408 if test -z "$ac_cv_path_EGREP"; then
4409 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4410 fi
4411 else
4412 ac_cv_path_EGREP=$EGREP
4413 fi
4414
4415 fi
4416 fi
4417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4418 $as_echo "$ac_cv_path_EGREP" >&6; }
4419 EGREP="$ac_cv_path_EGREP"
4420
4421
4422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4423 $as_echo_n "checking for ANSI C header files... " >&6; }
4424 if ${ac_cv_header_stdc+:} false; then :
4425 $as_echo_n "(cached) " >&6
4426 else
4427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4428 /* end confdefs.h. */
4429 #include <stdlib.h>
4430 #include <stdarg.h>
4431 #include <string.h>
4432 #include <float.h>
4433
4434 int
4435 main ()
4436 {
4437
4438 ;
4439 return 0;
4440 }
4441 _ACEOF
4442 if ac_fn_c_try_compile "$LINENO"; then :
4443 ac_cv_header_stdc=yes
4444 else
4445 ac_cv_header_stdc=no
4446 fi
4447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4448
4449 if test $ac_cv_header_stdc = yes; then
4450 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4452 /* end confdefs.h. */
4453 #include <string.h>
4454
4455 _ACEOF
4456 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4457 $EGREP "memchr" >/dev/null 2>&1; then :
4458
4459 else
4460 ac_cv_header_stdc=no
4461 fi
4462 rm -f conftest*
4463
4464 fi
4465
4466 if test $ac_cv_header_stdc = yes; then
4467 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4469 /* end confdefs.h. */
4470 #include <stdlib.h>
4471
4472 _ACEOF
4473 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4474 $EGREP "free" >/dev/null 2>&1; then :
4475
4476 else
4477 ac_cv_header_stdc=no
4478 fi
4479 rm -f conftest*
4480
4481 fi
4482
4483 if test $ac_cv_header_stdc = yes; then
4484 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4485 if test "$cross_compiling" = yes; then :
4486 :
4487 else
4488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4489 /* end confdefs.h. */
4490 #include <ctype.h>
4491 #include <stdlib.h>
4492 #if ((' ' & 0x0FF) == 0x020)
4493 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4494 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4495 #else
4496 # define ISLOWER(c) \
4497 (('a' <= (c) && (c) <= 'i') \
4498 || ('j' <= (c) && (c) <= 'r') \
4499 || ('s' <= (c) && (c) <= 'z'))
4500 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4501 #endif
4502
4503 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4504 int
4505 main ()
4506 {
4507 int i;
4508 for (i = 0; i < 256; i++)
4509 if (XOR (islower (i), ISLOWER (i))
4510 || toupper (i) != TOUPPER (i))
4511 return 2;
4512 return 0;
4513 }
4514 _ACEOF
4515 if ac_fn_c_try_run "$LINENO"; then :
4516
4517 else
4518 ac_cv_header_stdc=no
4519 fi
4520 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4521 conftest.$ac_objext conftest.beam conftest.$ac_ext
4522 fi
4523
4524 fi
4525 fi
4526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4527 $as_echo "$ac_cv_header_stdc" >&6; }
4528 if test $ac_cv_header_stdc = yes; then
4529
4530 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4531
4532 fi
4533
4534 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4535 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4536 inttypes.h stdint.h unistd.h
4537 do :
4538 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4539 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4540 "
4541 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4542 cat >>confdefs.h <<_ACEOF
4543 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4544 _ACEOF
4545
4546 fi
4547
4548 done
4549
4550
4551
4552 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4553 if test "x$ac_cv_header_minix_config_h" = xyes; then :
4554 MINIX=yes
4555 else
4556 MINIX=
4557 fi
4558
4559
4560 if test "$MINIX" = yes; then
4561
4562 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4563
4564
4565 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4566
4567
4568 $as_echo "#define _MINIX 1" >>confdefs.h
4569
4570 fi
4571
4572
4573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4574 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4575 if ${ac_cv_safe_to_define___extensions__+:} false; then :
4576 $as_echo_n "(cached) " >&6
4577 else
4578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4579 /* end confdefs.h. */
4580
4581 # define __EXTENSIONS__ 1
4582 $ac_includes_default
4583 int
4584 main ()
4585 {
4586
4587 ;
4588 return 0;
4589 }
4590 _ACEOF
4591 if ac_fn_c_try_compile "$LINENO"; then :
4592 ac_cv_safe_to_define___extensions__=yes
4593 else
4594 ac_cv_safe_to_define___extensions__=no
4595 fi
4596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4597 fi
4598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4599 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4600 test $ac_cv_safe_to_define___extensions__ = yes &&
4601 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4602
4603 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4604
4605 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4606
4607 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4608
4609 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4610
4611
4612
4613
4614
4615 case `pwd` in
4616 *\ * | *\ *)
4617 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4618 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4619 esac
4620
4621
4622
4623 macro_version='2.2.7a'
4624 macro_revision='1.3134'
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638 ltmain="$ac_aux_dir/ltmain.sh"
4639
4640 # Backslashify metacharacters that are still active within
4641 # double-quoted strings.
4642 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4643
4644 # Same as above, but do not quote variable references.
4645 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4646
4647 # Sed substitution to delay expansion of an escaped shell variable in a
4648 # double_quote_subst'ed string.
4649 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4650
4651 # Sed substitution to delay expansion of an escaped single quote.
4652 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4653
4654 # Sed substitution to avoid accidental globbing in evaled expressions
4655 no_glob_subst='s/\*/\\\*/g'
4656
4657 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4658 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4659 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4660
4661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4662 $as_echo_n "checking how to print strings... " >&6; }
4663 # Test print first, because it will be a builtin if present.
4664 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4665 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4666 ECHO='print -r --'
4667 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4668 ECHO='printf %s\n'
4669 else
4670 # Use this function as a fallback that always works.
4671 func_fallback_echo ()
4672 {
4673 eval 'cat <<_LTECHO_EOF
4674 $1
4675 _LTECHO_EOF'
4676 }
4677 ECHO='func_fallback_echo'
4678 fi
4679
4680 # func_echo_all arg...
4681 # Invoke $ECHO with all args, space-separated.
4682 func_echo_all ()
4683 {
4684 $ECHO ""
4685 }
4686
4687 case "$ECHO" in
4688 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4689 $as_echo "printf" >&6; } ;;
4690 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4691 $as_echo "print -r" >&6; } ;;
4692 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4693 $as_echo "cat" >&6; } ;;
4694 esac
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4710 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4711 if ${ac_cv_path_SED+:} false; then :
4712 $as_echo_n "(cached) " >&6
4713 else
4714 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4715 for ac_i in 1 2 3 4 5 6 7; do
4716 ac_script="$ac_script$as_nl$ac_script"
4717 done
4718 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4719 { ac_script=; unset ac_script;}
4720 if test -z "$SED"; then
4721 ac_path_SED_found=false
4722 # Loop through the user's path and test for each of PROGNAME-LIST
4723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4724 for as_dir in $PATH
4725 do
4726 IFS=$as_save_IFS
4727 test -z "$as_dir" && as_dir=.
4728 for ac_prog in sed gsed; do
4729 for ac_exec_ext in '' $ac_executable_extensions; do
4730 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4731 as_fn_executable_p "$ac_path_SED" || continue
4732 # Check for GNU ac_path_SED and select it if it is found.
4733 # Check for GNU $ac_path_SED
4734 case `"$ac_path_SED" --version 2>&1` in
4735 *GNU*)
4736 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4737 *)
4738 ac_count=0
4739 $as_echo_n 0123456789 >"conftest.in"
4740 while :
4741 do
4742 cat "conftest.in" "conftest.in" >"conftest.tmp"
4743 mv "conftest.tmp" "conftest.in"
4744 cp "conftest.in" "conftest.nl"
4745 $as_echo '' >> "conftest.nl"
4746 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4747 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4748 as_fn_arith $ac_count + 1 && ac_count=$as_val
4749 if test $ac_count -gt ${ac_path_SED_max-0}; then
4750 # Best one so far, save it but keep looking for a better one
4751 ac_cv_path_SED="$ac_path_SED"
4752 ac_path_SED_max=$ac_count
4753 fi
4754 # 10*(2^10) chars as input seems more than enough
4755 test $ac_count -gt 10 && break
4756 done
4757 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4758 esac
4759
4760 $ac_path_SED_found && break 3
4761 done
4762 done
4763 done
4764 IFS=$as_save_IFS
4765 if test -z "$ac_cv_path_SED"; then
4766 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4767 fi
4768 else
4769 ac_cv_path_SED=$SED
4770 fi
4771
4772 fi
4773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4774 $as_echo "$ac_cv_path_SED" >&6; }
4775 SED="$ac_cv_path_SED"
4776 rm -f conftest.sed
4777
4778 test -z "$SED" && SED=sed
4779 Xsed="$SED -e 1s/^X//"
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4792 $as_echo_n "checking for fgrep... " >&6; }
4793 if ${ac_cv_path_FGREP+:} false; then :
4794 $as_echo_n "(cached) " >&6
4795 else
4796 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4797 then ac_cv_path_FGREP="$GREP -F"
4798 else
4799 if test -z "$FGREP"; then
4800 ac_path_FGREP_found=false
4801 # Loop through the user's path and test for each of PROGNAME-LIST
4802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4803 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4804 do
4805 IFS=$as_save_IFS
4806 test -z "$as_dir" && as_dir=.
4807 for ac_prog in fgrep; do
4808 for ac_exec_ext in '' $ac_executable_extensions; do
4809 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4810 as_fn_executable_p "$ac_path_FGREP" || continue
4811 # Check for GNU ac_path_FGREP and select it if it is found.
4812 # Check for GNU $ac_path_FGREP
4813 case `"$ac_path_FGREP" --version 2>&1` in
4814 *GNU*)
4815 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4816 *)
4817 ac_count=0
4818 $as_echo_n 0123456789 >"conftest.in"
4819 while :
4820 do
4821 cat "conftest.in" "conftest.in" >"conftest.tmp"
4822 mv "conftest.tmp" "conftest.in"
4823 cp "conftest.in" "conftest.nl"
4824 $as_echo 'FGREP' >> "conftest.nl"
4825 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4826 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4827 as_fn_arith $ac_count + 1 && ac_count=$as_val
4828 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4829 # Best one so far, save it but keep looking for a better one
4830 ac_cv_path_FGREP="$ac_path_FGREP"
4831 ac_path_FGREP_max=$ac_count
4832 fi
4833 # 10*(2^10) chars as input seems more than enough
4834 test $ac_count -gt 10 && break
4835 done
4836 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4837 esac
4838
4839 $ac_path_FGREP_found && break 3
4840 done
4841 done
4842 done
4843 IFS=$as_save_IFS
4844 if test -z "$ac_cv_path_FGREP"; then
4845 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4846 fi
4847 else
4848 ac_cv_path_FGREP=$FGREP
4849 fi
4850
4851 fi
4852 fi
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4854 $as_echo "$ac_cv_path_FGREP" >&6; }
4855 FGREP="$ac_cv_path_FGREP"
4856
4857
4858 test -z "$GREP" && GREP=grep
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878 # Check whether --with-gnu-ld was given.
4879 if test "${with_gnu_ld+set}" = set; then :
4880 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4881 else
4882 with_gnu_ld=no
4883 fi
4884
4885 ac_prog=ld
4886 if test "$GCC" = yes; then
4887 # Check if gcc -print-prog-name=ld gives a path.
4888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4889 $as_echo_n "checking for ld used by $CC... " >&6; }
4890 case $host in
4891 *-*-mingw*)
4892 # gcc leaves a trailing carriage return which upsets mingw
4893 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4894 *)
4895 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4896 esac
4897 case $ac_prog in
4898 # Accept absolute paths.
4899 [\\/]* | ?:[\\/]*)
4900 re_direlt='/[^/][^/]*/\.\./'
4901 # Canonicalize the pathname of ld
4902 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4903 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4904 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4905 done
4906 test -z "$LD" && LD="$ac_prog"
4907 ;;
4908 "")
4909 # If it fails, then pretend we aren't using GCC.
4910 ac_prog=ld
4911 ;;
4912 *)
4913 # If it is relative, then search for the first ld in PATH.
4914 with_gnu_ld=unknown
4915 ;;
4916 esac
4917 elif test "$with_gnu_ld" = yes; then
4918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4919 $as_echo_n "checking for GNU ld... " >&6; }
4920 else
4921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4922 $as_echo_n "checking for non-GNU ld... " >&6; }
4923 fi
4924 if ${lt_cv_path_LD+:} false; then :
4925 $as_echo_n "(cached) " >&6
4926 else
4927 if test -z "$LD"; then
4928 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4929 for ac_dir in $PATH; do
4930 IFS="$lt_save_ifs"
4931 test -z "$ac_dir" && ac_dir=.
4932 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4933 lt_cv_path_LD="$ac_dir/$ac_prog"
4934 # Check to see if the program is GNU ld. I'd rather use --version,
4935 # but apparently some variants of GNU ld only accept -v.
4936 # Break only if it was the GNU/non-GNU ld that we prefer.
4937 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4938 *GNU* | *'with BFD'*)
4939 test "$with_gnu_ld" != no && break
4940 ;;
4941 *)
4942 test "$with_gnu_ld" != yes && break
4943 ;;
4944 esac
4945 fi
4946 done
4947 IFS="$lt_save_ifs"
4948 else
4949 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4950 fi
4951 fi
4952
4953 LD="$lt_cv_path_LD"
4954 if test -n "$LD"; then
4955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4956 $as_echo "$LD" >&6; }
4957 else
4958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4959 $as_echo "no" >&6; }
4960 fi
4961 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4963 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4964 if ${lt_cv_prog_gnu_ld+:} false; then :
4965 $as_echo_n "(cached) " >&6
4966 else
4967 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4968 case `$LD -v 2>&1 </dev/null` in
4969 *GNU* | *'with BFD'*)
4970 lt_cv_prog_gnu_ld=yes
4971 ;;
4972 *)
4973 lt_cv_prog_gnu_ld=no
4974 ;;
4975 esac
4976 fi
4977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4978 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4979 with_gnu_ld=$lt_cv_prog_gnu_ld
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4990 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4991 if ${lt_cv_path_NM+:} false; then :
4992 $as_echo_n "(cached) " >&6
4993 else
4994 if test -n "$NM"; then
4995 # Let the user override the nm to test.
4996 lt_nm_to_check="$NM"
4997 else
4998 lt_nm_to_check="${ac_tool_prefix}nm"
4999 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5000 lt_nm_to_check="$lt_nm_to_check nm"
5001 fi
5002 fi
5003 for lt_tmp_nm in "$lt_nm_to_check"; do
5004 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5005 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5006 IFS="$lt_save_ifs"
5007 test -z "$ac_dir" && ac_dir=.
5008 # Strip out any user-provided options from the nm to test twice,
5009 # the first time to test to see if nm (rather than its options) has
5010 # an explicit path, the second time to yield a file which can be
5011 # nm'ed itself.
5012 tmp_nm_path="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
5013 case "$tmp_nm_path" in
5014 */*|*\\*) tmp_nm="$lt_tmp_nm";;
5015 *) tmp_nm="$ac_dir/$lt_tmp_nm";;
5016 esac
5017 tmp_nm_to_nm="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
5018 if test -f "$tmp_nm_to_nm" || test -f "$tmp_nm_to_nm$ac_exeext" ; then
5019 # Check to see if the nm accepts a BSD-compat flag.
5020 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5021 # nm: unknown option "B" ignored
5022 case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5023 *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
5024 break
5025 ;;
5026 *)
5027 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5028 *$tmp_nm*)
5029 lt_cv_path_NM="$tmp_nm -p"
5030 break
5031 ;;
5032 *)
5033 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5034 continue # so that we can try to find one that supports BSD flags
5035 ;;
5036 esac
5037 ;;
5038 esac
5039 fi
5040 done
5041 IFS="$lt_save_ifs"
5042 done
5043 : ${lt_cv_path_NM=no}
5044 fi
5045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5046 $as_echo "$lt_cv_path_NM" >&6; }
5047 if test "$lt_cv_path_NM" != "no"; then
5048 NM="$lt_cv_path_NM"
5049 else
5050 # Didn't find any BSD compatible name lister, look for dumpbin.
5051 if test -n "$DUMPBIN"; then :
5052 # Let the user override the test.
5053 else
5054 if test -n "$ac_tool_prefix"; then
5055 for ac_prog in dumpbin "link -dump"
5056 do
5057 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5058 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5060 $as_echo_n "checking for $ac_word... " >&6; }
5061 if ${ac_cv_prog_DUMPBIN+:} false; then :
5062 $as_echo_n "(cached) " >&6
5063 else
5064 if test -n "$DUMPBIN"; then
5065 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5066 else
5067 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5068 for as_dir in $PATH
5069 do
5070 IFS=$as_save_IFS
5071 test -z "$as_dir" && as_dir=.
5072 for ac_exec_ext in '' $ac_executable_extensions; do
5073 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5074 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5075 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5076 break 2
5077 fi
5078 done
5079 done
5080 IFS=$as_save_IFS
5081
5082 fi
5083 fi
5084 DUMPBIN=$ac_cv_prog_DUMPBIN
5085 if test -n "$DUMPBIN"; then
5086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5087 $as_echo "$DUMPBIN" >&6; }
5088 else
5089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5090 $as_echo "no" >&6; }
5091 fi
5092
5093
5094 test -n "$DUMPBIN" && break
5095 done
5096 fi
5097 if test -z "$DUMPBIN"; then
5098 ac_ct_DUMPBIN=$DUMPBIN
5099 for ac_prog in dumpbin "link -dump"
5100 do
5101 # Extract the first word of "$ac_prog", so it can be a program name with args.
5102 set dummy $ac_prog; ac_word=$2
5103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5104 $as_echo_n "checking for $ac_word... " >&6; }
5105 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5106 $as_echo_n "(cached) " >&6
5107 else
5108 if test -n "$ac_ct_DUMPBIN"; then
5109 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5110 else
5111 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5112 for as_dir in $PATH
5113 do
5114 IFS=$as_save_IFS
5115 test -z "$as_dir" && as_dir=.
5116 for ac_exec_ext in '' $ac_executable_extensions; do
5117 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5118 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5119 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5120 break 2
5121 fi
5122 done
5123 done
5124 IFS=$as_save_IFS
5125
5126 fi
5127 fi
5128 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5129 if test -n "$ac_ct_DUMPBIN"; then
5130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5131 $as_echo "$ac_ct_DUMPBIN" >&6; }
5132 else
5133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5134 $as_echo "no" >&6; }
5135 fi
5136
5137
5138 test -n "$ac_ct_DUMPBIN" && break
5139 done
5140
5141 if test "x$ac_ct_DUMPBIN" = x; then
5142 DUMPBIN=":"
5143 else
5144 case $cross_compiling:$ac_tool_warned in
5145 yes:)
5146 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5147 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5148 ac_tool_warned=yes ;;
5149 esac
5150 DUMPBIN=$ac_ct_DUMPBIN
5151 fi
5152 fi
5153
5154 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5155 *COFF*)
5156 DUMPBIN="$DUMPBIN -symbols"
5157 ;;
5158 *)
5159 DUMPBIN=:
5160 ;;
5161 esac
5162 fi
5163
5164 if test "$DUMPBIN" != ":"; then
5165 NM="$DUMPBIN"
5166 fi
5167 fi
5168 test -z "$NM" && NM=nm
5169
5170
5171
5172
5173
5174
5175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5176 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5177 if ${lt_cv_nm_interface+:} false; then :
5178 $as_echo_n "(cached) " >&6
5179 else
5180 lt_cv_nm_interface="BSD nm"
5181 echo "int some_variable = 0;" > conftest.$ac_ext
5182 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5183 (eval "$ac_compile" 2>conftest.err)
5184 cat conftest.err >&5
5185 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5186 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5187 cat conftest.err >&5
5188 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5189 cat conftest.out >&5
5190 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5191 lt_cv_nm_interface="MS dumpbin"
5192 fi
5193 rm -f conftest*
5194 fi
5195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5196 $as_echo "$lt_cv_nm_interface" >&6; }
5197
5198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5199 $as_echo_n "checking whether ln -s works... " >&6; }
5200 LN_S=$as_ln_s
5201 if test "$LN_S" = "ln -s"; then
5202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5203 $as_echo "yes" >&6; }
5204 else
5205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5206 $as_echo "no, using $LN_S" >&6; }
5207 fi
5208
5209 # find the maximum length of command line arguments
5210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5211 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5212 if ${lt_cv_sys_max_cmd_len+:} false; then :
5213 $as_echo_n "(cached) " >&6
5214 else
5215 i=0
5216 teststring="ABCD"
5217
5218 case $build_os in
5219 msdosdjgpp*)
5220 # On DJGPP, this test can blow up pretty badly due to problems in libc
5221 # (any single argument exceeding 2000 bytes causes a buffer overrun
5222 # during glob expansion). Even if it were fixed, the result of this
5223 # check would be larger than it should be.
5224 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5225 ;;
5226
5227 gnu*)
5228 # Under GNU Hurd, this test is not required because there is
5229 # no limit to the length of command line arguments.
5230 # Libtool will interpret -1 as no limit whatsoever
5231 lt_cv_sys_max_cmd_len=-1;
5232 ;;
5233
5234 cygwin* | mingw* | cegcc*)
5235 # On Win9x/ME, this test blows up -- it succeeds, but takes
5236 # about 5 minutes as the teststring grows exponentially.
5237 # Worse, since 9x/ME are not pre-emptively multitasking,
5238 # you end up with a "frozen" computer, even though with patience
5239 # the test eventually succeeds (with a max line length of 256k).
5240 # Instead, let's just punt: use the minimum linelength reported by
5241 # all of the supported platforms: 8192 (on NT/2K/XP).
5242 lt_cv_sys_max_cmd_len=8192;
5243 ;;
5244
5245 mint*)
5246 # On MiNT this can take a long time and run out of memory.
5247 lt_cv_sys_max_cmd_len=8192;
5248 ;;
5249
5250 amigaos*)
5251 # On AmigaOS with pdksh, this test takes hours, literally.
5252 # So we just punt and use a minimum line length of 8192.
5253 lt_cv_sys_max_cmd_len=8192;
5254 ;;
5255
5256 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5257 # This has been around since 386BSD, at least. Likely further.
5258 if test -x /sbin/sysctl; then
5259 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5260 elif test -x /usr/sbin/sysctl; then
5261 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5262 else
5263 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5264 fi
5265 # And add a safety zone
5266 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5267 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5268 ;;
5269
5270 interix*)
5271 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5272 lt_cv_sys_max_cmd_len=196608
5273 ;;
5274
5275 osf*)
5276 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5277 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5278 # nice to cause kernel panics so lets avoid the loop below.
5279 # First set a reasonable default.
5280 lt_cv_sys_max_cmd_len=16384
5281 #
5282 if test -x /sbin/sysconfig; then
5283 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5284 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5285 esac
5286 fi
5287 ;;
5288 sco3.2v5*)
5289 lt_cv_sys_max_cmd_len=102400
5290 ;;
5291 sysv5* | sco5v6* | sysv4.2uw2*)
5292 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5293 if test -n "$kargmax"; then
5294 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5295 else
5296 lt_cv_sys_max_cmd_len=32768
5297 fi
5298 ;;
5299 *)
5300 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5301 if test -n "$lt_cv_sys_max_cmd_len"; then
5302 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5303 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5304 else
5305 # Make teststring a little bigger before we do anything with it.
5306 # a 1K string should be a reasonable start.
5307 for i in 1 2 3 4 5 6 7 8 ; do
5308 teststring=$teststring$teststring
5309 done
5310 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5311 # If test is not a shell built-in, we'll probably end up computing a
5312 # maximum length that is only half of the actual maximum length, but
5313 # we can't tell.
5314 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5315 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5316 test $i != 17 # 1/2 MB should be enough
5317 do
5318 i=`expr $i + 1`
5319 teststring=$teststring$teststring
5320 done
5321 # Only check the string length outside the loop.
5322 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5323 teststring=
5324 # Add a significant safety factor because C++ compilers can tack on
5325 # massive amounts of additional arguments before passing them to the
5326 # linker. It appears as though 1/2 is a usable value.
5327 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5328 fi
5329 ;;
5330 esac
5331
5332 fi
5333
5334 if test -n $lt_cv_sys_max_cmd_len ; then
5335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5336 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5337 else
5338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5339 $as_echo "none" >&6; }
5340 fi
5341 max_cmd_len=$lt_cv_sys_max_cmd_len
5342
5343
5344
5345
5346
5347
5348 : ${CP="cp -f"}
5349 : ${MV="mv -f"}
5350 : ${RM="rm -f"}
5351
5352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5353 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5354 # Try some XSI features
5355 xsi_shell=no
5356 ( _lt_dummy="a/b/c"
5357 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5358 = c,a/b,, \
5359 && eval 'test $(( 1 + 1 )) -eq 2 \
5360 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5361 && xsi_shell=yes
5362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5363 $as_echo "$xsi_shell" >&6; }
5364
5365
5366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5367 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5368 lt_shell_append=no
5369 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5370 >/dev/null 2>&1 \
5371 && lt_shell_append=yes
5372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5373 $as_echo "$lt_shell_append" >&6; }
5374
5375
5376 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5377 lt_unset=unset
5378 else
5379 lt_unset=false
5380 fi
5381
5382
5383
5384
5385
5386 # test EBCDIC or ASCII
5387 case `echo X|tr X '\101'` in
5388 A) # ASCII based system
5389 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5390 lt_SP2NL='tr \040 \012'
5391 lt_NL2SP='tr \015\012 \040\040'
5392 ;;
5393 *) # EBCDIC based system
5394 lt_SP2NL='tr \100 \n'
5395 lt_NL2SP='tr \r\n \100\100'
5396 ;;
5397 esac
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5408 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5409 if ${lt_cv_ld_reload_flag+:} false; then :
5410 $as_echo_n "(cached) " >&6
5411 else
5412 lt_cv_ld_reload_flag='-r'
5413 fi
5414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5415 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5416 reload_flag=$lt_cv_ld_reload_flag
5417 case $reload_flag in
5418 "" | " "*) ;;
5419 *) reload_flag=" $reload_flag" ;;
5420 esac
5421 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5422 case $host_os in
5423 darwin*)
5424 if test "$GCC" = yes; then
5425 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5426 else
5427 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5428 fi
5429 ;;
5430 esac
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440 if test -n "$ac_tool_prefix"; then
5441 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5442 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5444 $as_echo_n "checking for $ac_word... " >&6; }
5445 if ${ac_cv_prog_OBJDUMP+:} false; then :
5446 $as_echo_n "(cached) " >&6
5447 else
5448 if test -n "$OBJDUMP"; then
5449 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5450 else
5451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5452 for as_dir in $PATH
5453 do
5454 IFS=$as_save_IFS
5455 test -z "$as_dir" && as_dir=.
5456 for ac_exec_ext in '' $ac_executable_extensions; do
5457 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5458 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5459 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5460 break 2
5461 fi
5462 done
5463 done
5464 IFS=$as_save_IFS
5465
5466 fi
5467 fi
5468 OBJDUMP=$ac_cv_prog_OBJDUMP
5469 if test -n "$OBJDUMP"; then
5470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5471 $as_echo "$OBJDUMP" >&6; }
5472 else
5473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5474 $as_echo "no" >&6; }
5475 fi
5476
5477
5478 fi
5479 if test -z "$ac_cv_prog_OBJDUMP"; then
5480 ac_ct_OBJDUMP=$OBJDUMP
5481 # Extract the first word of "objdump", so it can be a program name with args.
5482 set dummy objdump; ac_word=$2
5483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5484 $as_echo_n "checking for $ac_word... " >&6; }
5485 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5486 $as_echo_n "(cached) " >&6
5487 else
5488 if test -n "$ac_ct_OBJDUMP"; then
5489 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5490 else
5491 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5492 for as_dir in $PATH
5493 do
5494 IFS=$as_save_IFS
5495 test -z "$as_dir" && as_dir=.
5496 for ac_exec_ext in '' $ac_executable_extensions; do
5497 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5498 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5499 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5500 break 2
5501 fi
5502 done
5503 done
5504 IFS=$as_save_IFS
5505
5506 fi
5507 fi
5508 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5509 if test -n "$ac_ct_OBJDUMP"; then
5510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5511 $as_echo "$ac_ct_OBJDUMP" >&6; }
5512 else
5513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5514 $as_echo "no" >&6; }
5515 fi
5516
5517 if test "x$ac_ct_OBJDUMP" = x; then
5518 OBJDUMP="false"
5519 else
5520 case $cross_compiling:$ac_tool_warned in
5521 yes:)
5522 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5523 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5524 ac_tool_warned=yes ;;
5525 esac
5526 OBJDUMP=$ac_ct_OBJDUMP
5527 fi
5528 else
5529 OBJDUMP="$ac_cv_prog_OBJDUMP"
5530 fi
5531
5532 test -z "$OBJDUMP" && OBJDUMP=objdump
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5543 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5544 if ${lt_cv_deplibs_check_method+:} false; then :
5545 $as_echo_n "(cached) " >&6
5546 else
5547 lt_cv_file_magic_cmd='$MAGIC_CMD'
5548 lt_cv_file_magic_test_file=
5549 lt_cv_deplibs_check_method='unknown'
5550 # Need to set the preceding variable on all platforms that support
5551 # interlibrary dependencies.
5552 # 'none' -- dependencies not supported.
5553 # `unknown' -- same as none, but documents that we really don't know.
5554 # 'pass_all' -- all dependencies passed with no checks.
5555 # 'test_compile' -- check by making test program.
5556 # 'file_magic [[regex]]' -- check by looking for files in library path
5557 # which responds to the $file_magic_cmd with a given extended regex.
5558 # If you have `file' or equivalent on your system and you're not sure
5559 # whether `pass_all' will *always* work, you probably want this one.
5560
5561 case $host_os in
5562 aix[4-9]*)
5563 lt_cv_deplibs_check_method=pass_all
5564 ;;
5565
5566 beos*)
5567 lt_cv_deplibs_check_method=pass_all
5568 ;;
5569
5570 bsdi[45]*)
5571 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5572 lt_cv_file_magic_cmd='/usr/bin/file -L'
5573 lt_cv_file_magic_test_file=/shlib/libc.so
5574 ;;
5575
5576 cygwin*)
5577 # func_win32_libid is a shell function defined in ltmain.sh
5578 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5579 lt_cv_file_magic_cmd='func_win32_libid'
5580 ;;
5581
5582 mingw* | pw32*)
5583 # Base MSYS/MinGW do not provide the 'file' command needed by
5584 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5585 # unless we find 'file', for example because we are cross-compiling.
5586 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5587 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5588 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5589 lt_cv_file_magic_cmd='func_win32_libid'
5590 else
5591 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5592 lt_cv_file_magic_cmd='$OBJDUMP -f'
5593 fi
5594 ;;
5595
5596 cegcc*)
5597 # use the weaker test based on 'objdump'. See mingw*.
5598 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5599 lt_cv_file_magic_cmd='$OBJDUMP -f'
5600 ;;
5601
5602 darwin* | rhapsody*)
5603 lt_cv_deplibs_check_method=pass_all
5604 ;;
5605
5606 freebsd* | dragonfly*)
5607 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5608 case $host_cpu in
5609 i*86 )
5610 # Not sure whether the presence of OpenBSD here was a mistake.
5611 # Let's accept both of them until this is cleared up.
5612 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5613 lt_cv_file_magic_cmd=/usr/bin/file
5614 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5615 ;;
5616 esac
5617 else
5618 lt_cv_deplibs_check_method=pass_all
5619 fi
5620 ;;
5621
5622 gnu*)
5623 lt_cv_deplibs_check_method=pass_all
5624 ;;
5625
5626 haiku*)
5627 lt_cv_deplibs_check_method=pass_all
5628 ;;
5629
5630 hpux10.20* | hpux11*)
5631 lt_cv_file_magic_cmd=/usr/bin/file
5632 case $host_cpu in
5633 ia64*)
5634 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5635 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5636 ;;
5637 hppa*64*)
5638 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]'
5639 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5640 ;;
5641 *)
5642 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5643 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5644 ;;
5645 esac
5646 ;;
5647
5648 interix[3-9]*)
5649 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5650 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5651 ;;
5652
5653 irix5* | irix6* | nonstopux*)
5654 case $LD in
5655 *-32|*"-32 ") libmagic=32-bit;;
5656 *-n32|*"-n32 ") libmagic=N32;;
5657 *-64|*"-64 ") libmagic=64-bit;;
5658 *) libmagic=never-match;;
5659 esac
5660 lt_cv_deplibs_check_method=pass_all
5661 ;;
5662
5663 # This must be Linux ELF.
5664 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5665 lt_cv_deplibs_check_method=pass_all
5666 ;;
5667
5668 netbsd*)
5669 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5670 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5671 else
5672 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5673 fi
5674 ;;
5675
5676 newos6*)
5677 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5678 lt_cv_file_magic_cmd=/usr/bin/file
5679 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5680 ;;
5681
5682 *nto* | *qnx*)
5683 lt_cv_deplibs_check_method=pass_all
5684 ;;
5685
5686 openbsd*)
5687 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5688 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5689 else
5690 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5691 fi
5692 ;;
5693
5694 osf3* | osf4* | osf5*)
5695 lt_cv_deplibs_check_method=pass_all
5696 ;;
5697
5698 rdos*)
5699 lt_cv_deplibs_check_method=pass_all
5700 ;;
5701
5702 solaris*)
5703 lt_cv_deplibs_check_method=pass_all
5704 ;;
5705
5706 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5707 lt_cv_deplibs_check_method=pass_all
5708 ;;
5709
5710 sysv4 | sysv4.3*)
5711 case $host_vendor in
5712 motorola)
5713 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]'
5714 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5715 ;;
5716 ncr)
5717 lt_cv_deplibs_check_method=pass_all
5718 ;;
5719 sequent)
5720 lt_cv_file_magic_cmd='/bin/file'
5721 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5722 ;;
5723 sni)
5724 lt_cv_file_magic_cmd='/bin/file'
5725 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5726 lt_cv_file_magic_test_file=/lib/libc.so
5727 ;;
5728 siemens)
5729 lt_cv_deplibs_check_method=pass_all
5730 ;;
5731 pc)
5732 lt_cv_deplibs_check_method=pass_all
5733 ;;
5734 esac
5735 ;;
5736
5737 tpf*)
5738 lt_cv_deplibs_check_method=pass_all
5739 ;;
5740 esac
5741
5742 fi
5743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5744 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5745 file_magic_cmd=$lt_cv_file_magic_cmd
5746 deplibs_check_method=$lt_cv_deplibs_check_method
5747 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760 plugin_option=
5761 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5762 for plugin in $plugin_names; do
5763 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5764 if test x$plugin_so = x$plugin; then
5765 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5766 fi
5767 if test x$plugin_so != x$plugin; then
5768 plugin_option="--plugin $plugin_so"
5769 break
5770 fi
5771 done
5772
5773 if test -n "$ac_tool_prefix"; then
5774 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5775 set dummy ${ac_tool_prefix}ar; ac_word=$2
5776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5777 $as_echo_n "checking for $ac_word... " >&6; }
5778 if ${ac_cv_prog_AR+:} false; then :
5779 $as_echo_n "(cached) " >&6
5780 else
5781 if test -n "$AR"; then
5782 ac_cv_prog_AR="$AR" # Let the user override the test.
5783 else
5784 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5785 for as_dir in $PATH
5786 do
5787 IFS=$as_save_IFS
5788 test -z "$as_dir" && as_dir=.
5789 for ac_exec_ext in '' $ac_executable_extensions; do
5790 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5791 ac_cv_prog_AR="${ac_tool_prefix}ar"
5792 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5793 break 2
5794 fi
5795 done
5796 done
5797 IFS=$as_save_IFS
5798
5799 fi
5800 fi
5801 AR=$ac_cv_prog_AR
5802 if test -n "$AR"; then
5803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5804 $as_echo "$AR" >&6; }
5805 else
5806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5807 $as_echo "no" >&6; }
5808 fi
5809
5810
5811 fi
5812 if test -z "$ac_cv_prog_AR"; then
5813 ac_ct_AR=$AR
5814 # Extract the first word of "ar", so it can be a program name with args.
5815 set dummy ar; ac_word=$2
5816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5817 $as_echo_n "checking for $ac_word... " >&6; }
5818 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5819 $as_echo_n "(cached) " >&6
5820 else
5821 if test -n "$ac_ct_AR"; then
5822 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5823 else
5824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5825 for as_dir in $PATH
5826 do
5827 IFS=$as_save_IFS
5828 test -z "$as_dir" && as_dir=.
5829 for ac_exec_ext in '' $ac_executable_extensions; do
5830 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5831 ac_cv_prog_ac_ct_AR="ar"
5832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5833 break 2
5834 fi
5835 done
5836 done
5837 IFS=$as_save_IFS
5838
5839 fi
5840 fi
5841 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5842 if test -n "$ac_ct_AR"; then
5843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5844 $as_echo "$ac_ct_AR" >&6; }
5845 else
5846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5847 $as_echo "no" >&6; }
5848 fi
5849
5850 if test "x$ac_ct_AR" = x; then
5851 AR="false"
5852 else
5853 case $cross_compiling:$ac_tool_warned in
5854 yes:)
5855 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5856 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5857 ac_tool_warned=yes ;;
5858 esac
5859 AR=$ac_ct_AR
5860 fi
5861 else
5862 AR="$ac_cv_prog_AR"
5863 fi
5864
5865 test -z "$AR" && AR=ar
5866 if test -n "$plugin_option"; then
5867 if $AR --help 2>&1 | grep -q "\--plugin"; then
5868 touch conftest.c
5869 $AR $plugin_option rc conftest.a conftest.c
5870 if test "$?" != 0; then
5871 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5872 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5873 else
5874 AR="$AR $plugin_option"
5875 fi
5876 rm -f conftest.*
5877 fi
5878 fi
5879 test -z "$AR_FLAGS" && AR_FLAGS=cru
5880
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891 if test -n "$ac_tool_prefix"; then
5892 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5893 set dummy ${ac_tool_prefix}strip; ac_word=$2
5894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5895 $as_echo_n "checking for $ac_word... " >&6; }
5896 if ${ac_cv_prog_STRIP+:} false; then :
5897 $as_echo_n "(cached) " >&6
5898 else
5899 if test -n "$STRIP"; then
5900 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5901 else
5902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5903 for as_dir in $PATH
5904 do
5905 IFS=$as_save_IFS
5906 test -z "$as_dir" && as_dir=.
5907 for ac_exec_ext in '' $ac_executable_extensions; do
5908 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5909 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5911 break 2
5912 fi
5913 done
5914 done
5915 IFS=$as_save_IFS
5916
5917 fi
5918 fi
5919 STRIP=$ac_cv_prog_STRIP
5920 if test -n "$STRIP"; then
5921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5922 $as_echo "$STRIP" >&6; }
5923 else
5924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5925 $as_echo "no" >&6; }
5926 fi
5927
5928
5929 fi
5930 if test -z "$ac_cv_prog_STRIP"; then
5931 ac_ct_STRIP=$STRIP
5932 # Extract the first word of "strip", so it can be a program name with args.
5933 set dummy strip; ac_word=$2
5934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5935 $as_echo_n "checking for $ac_word... " >&6; }
5936 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5937 $as_echo_n "(cached) " >&6
5938 else
5939 if test -n "$ac_ct_STRIP"; then
5940 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5941 else
5942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5943 for as_dir in $PATH
5944 do
5945 IFS=$as_save_IFS
5946 test -z "$as_dir" && as_dir=.
5947 for ac_exec_ext in '' $ac_executable_extensions; do
5948 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5949 ac_cv_prog_ac_ct_STRIP="strip"
5950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5951 break 2
5952 fi
5953 done
5954 done
5955 IFS=$as_save_IFS
5956
5957 fi
5958 fi
5959 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5960 if test -n "$ac_ct_STRIP"; then
5961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5962 $as_echo "$ac_ct_STRIP" >&6; }
5963 else
5964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5965 $as_echo "no" >&6; }
5966 fi
5967
5968 if test "x$ac_ct_STRIP" = x; then
5969 STRIP=":"
5970 else
5971 case $cross_compiling:$ac_tool_warned in
5972 yes:)
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5974 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5975 ac_tool_warned=yes ;;
5976 esac
5977 STRIP=$ac_ct_STRIP
5978 fi
5979 else
5980 STRIP="$ac_cv_prog_STRIP"
5981 fi
5982
5983 test -z "$STRIP" && STRIP=:
5984
5985
5986
5987
5988
5989
5990 if test -n "$ac_tool_prefix"; then
5991 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5992 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5994 $as_echo_n "checking for $ac_word... " >&6; }
5995 if ${ac_cv_prog_RANLIB+:} false; then :
5996 $as_echo_n "(cached) " >&6
5997 else
5998 if test -n "$RANLIB"; then
5999 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6000 else
6001 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6002 for as_dir in $PATH
6003 do
6004 IFS=$as_save_IFS
6005 test -z "$as_dir" && as_dir=.
6006 for ac_exec_ext in '' $ac_executable_extensions; do
6007 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6008 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6009 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6010 break 2
6011 fi
6012 done
6013 done
6014 IFS=$as_save_IFS
6015
6016 fi
6017 fi
6018 RANLIB=$ac_cv_prog_RANLIB
6019 if test -n "$RANLIB"; then
6020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6021 $as_echo "$RANLIB" >&6; }
6022 else
6023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6024 $as_echo "no" >&6; }
6025 fi
6026
6027
6028 fi
6029 if test -z "$ac_cv_prog_RANLIB"; then
6030 ac_ct_RANLIB=$RANLIB
6031 # Extract the first word of "ranlib", so it can be a program name with args.
6032 set dummy ranlib; ac_word=$2
6033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6034 $as_echo_n "checking for $ac_word... " >&6; }
6035 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6036 $as_echo_n "(cached) " >&6
6037 else
6038 if test -n "$ac_ct_RANLIB"; then
6039 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6040 else
6041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6042 for as_dir in $PATH
6043 do
6044 IFS=$as_save_IFS
6045 test -z "$as_dir" && as_dir=.
6046 for ac_exec_ext in '' $ac_executable_extensions; do
6047 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6048 ac_cv_prog_ac_ct_RANLIB="ranlib"
6049 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6050 break 2
6051 fi
6052 done
6053 done
6054 IFS=$as_save_IFS
6055
6056 fi
6057 fi
6058 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6059 if test -n "$ac_ct_RANLIB"; then
6060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6061 $as_echo "$ac_ct_RANLIB" >&6; }
6062 else
6063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6064 $as_echo "no" >&6; }
6065 fi
6066
6067 if test "x$ac_ct_RANLIB" = x; then
6068 RANLIB=":"
6069 else
6070 case $cross_compiling:$ac_tool_warned in
6071 yes:)
6072 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6073 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6074 ac_tool_warned=yes ;;
6075 esac
6076 RANLIB=$ac_ct_RANLIB
6077 fi
6078 else
6079 RANLIB="$ac_cv_prog_RANLIB"
6080 fi
6081
6082 test -z "$RANLIB" && RANLIB=:
6083 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6084 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6085 RANLIB="$RANLIB $plugin_option"
6086 fi
6087 fi
6088
6089
6090
6091
6092
6093
6094 # Determine commands to create old-style static archives.
6095 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6096 old_postinstall_cmds='chmod 644 $oldlib'
6097 old_postuninstall_cmds=
6098
6099 if test -n "$RANLIB"; then
6100 case $host_os in
6101 openbsd*)
6102 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6103 ;;
6104 *)
6105 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6106 ;;
6107 esac
6108 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6109 fi
6110
6111 case $host_os in
6112 darwin*)
6113 lock_old_archive_extraction=yes ;;
6114 *)
6115 lock_old_archive_extraction=no ;;
6116 esac
6117
6118
6119
6120
6121
6122
6123
6124
6125
6126
6127
6128
6129
6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
6153
6154
6155
6156 # If no C compiler was specified, use CC.
6157 LTCC=${LTCC-"$CC"}
6158
6159 # If no C compiler flags were specified, use CFLAGS.
6160 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6161
6162 # Allow CC to be a program name with arguments.
6163 compiler=$CC
6164
6165
6166 # Check for command to grab the raw symbol name followed by C symbol from nm.
6167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6168 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6169 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6170 $as_echo_n "(cached) " >&6
6171 else
6172
6173 # These are sane defaults that work on at least a few old systems.
6174 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6175
6176 # Character class describing NM global symbol codes.
6177 symcode='[BCDEGRST]'
6178
6179 # Regexp to match symbols that can be accessed directly from C.
6180 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6181
6182 # Define system-specific variables.
6183 case $host_os in
6184 aix*)
6185 symcode='[BCDT]'
6186 ;;
6187 cygwin* | mingw* | pw32* | cegcc*)
6188 symcode='[ABCDGISTW]'
6189 ;;
6190 hpux*)
6191 if test "$host_cpu" = ia64; then
6192 symcode='[ABCDEGRST]'
6193 fi
6194 ;;
6195 irix* | nonstopux*)
6196 symcode='[BCDEGRST]'
6197 ;;
6198 osf*)
6199 symcode='[BCDEGQRST]'
6200 ;;
6201 solaris*)
6202 symcode='[BCDRT]'
6203 ;;
6204 sco3.2v5*)
6205 symcode='[DT]'
6206 ;;
6207 sysv4.2uw2*)
6208 symcode='[DT]'
6209 ;;
6210 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6211 symcode='[ABDT]'
6212 ;;
6213 sysv4)
6214 symcode='[DFNSTU]'
6215 ;;
6216 esac
6217
6218 # If we're using GNU nm, then use its standard symbol codes.
6219 case `$NM -V 2>&1` in
6220 *GNU* | *'with BFD'*)
6221 symcode='[ABCDGIRSTW]' ;;
6222 esac
6223
6224 # Transform an extracted symbol line into a proper C declaration.
6225 # Some systems (esp. on ia64) link data and code symbols differently,
6226 # so use this general approach.
6227 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6228
6229 # Transform an extracted symbol line into symbol name and symbol address
6230 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6231 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'"
6232
6233 # Handle CRLF in mingw tool chain
6234 opt_cr=
6235 case $build_os in
6236 mingw*)
6237 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6238 ;;
6239 esac
6240
6241 # Try without a prefix underscore, then with it.
6242 for ac_symprfx in "" "_"; do
6243
6244 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6245 symxfrm="\\1 $ac_symprfx\\2 \\2"
6246
6247 # Write the raw and C identifiers.
6248 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6249 # Fake it for dumpbin and say T for any non-static function
6250 # and D for any global variable.
6251 # Also find C++ and __fastcall symbols from MSVC++,
6252 # which start with @ or ?.
6253 lt_cv_sys_global_symbol_pipe="$AWK '"\
6254 " {last_section=section; section=\$ 3};"\
6255 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6256 " \$ 0!~/External *\|/{next};"\
6257 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6258 " {if(hide[section]) next};"\
6259 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6260 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6261 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6262 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6263 " ' prfx=^$ac_symprfx"
6264 else
6265 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6266 fi
6267
6268 # Check to see that the pipe works correctly.
6269 pipe_works=no
6270
6271 rm -f conftest*
6272 cat > conftest.$ac_ext <<_LT_EOF
6273 #ifdef __cplusplus
6274 extern "C" {
6275 #endif
6276 char nm_test_var;
6277 void nm_test_func(void);
6278 void nm_test_func(void){}
6279 #ifdef __cplusplus
6280 }
6281 #endif
6282 int main(){nm_test_var='a';nm_test_func();return(0);}
6283 _LT_EOF
6284
6285 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6286 (eval $ac_compile) 2>&5
6287 ac_status=$?
6288 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6289 test $ac_status = 0; }; then
6290 # Now try to grab the symbols.
6291 nlist=conftest.nm
6292 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6293 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6294 ac_status=$?
6295 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6296 test $ac_status = 0; } && test -s "$nlist"; then
6297 # Try sorting and uniquifying the output.
6298 if sort "$nlist" | uniq > "$nlist"T; then
6299 mv -f "$nlist"T "$nlist"
6300 else
6301 rm -f "$nlist"T
6302 fi
6303
6304 # Make sure that we snagged all the symbols we need.
6305 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6306 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6307 cat <<_LT_EOF > conftest.$ac_ext
6308 #ifdef __cplusplus
6309 extern "C" {
6310 #endif
6311
6312 _LT_EOF
6313 # Now generate the symbol file.
6314 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6315
6316 cat <<_LT_EOF >> conftest.$ac_ext
6317
6318 /* The mapping between symbol names and symbols. */
6319 const struct {
6320 const char *name;
6321 void *address;
6322 }
6323 lt__PROGRAM__LTX_preloaded_symbols[] =
6324 {
6325 { "@PROGRAM@", (void *) 0 },
6326 _LT_EOF
6327 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6328 cat <<\_LT_EOF >> conftest.$ac_ext
6329 {0, (void *) 0}
6330 };
6331
6332 /* This works around a problem in FreeBSD linker */
6333 #ifdef FREEBSD_WORKAROUND
6334 static const void *lt_preloaded_setup() {
6335 return lt__PROGRAM__LTX_preloaded_symbols;
6336 }
6337 #endif
6338
6339 #ifdef __cplusplus
6340 }
6341 #endif
6342 _LT_EOF
6343 # Now try linking the two files.
6344 mv conftest.$ac_objext conftstm.$ac_objext
6345 lt_save_LIBS="$LIBS"
6346 lt_save_CFLAGS="$CFLAGS"
6347 LIBS="conftstm.$ac_objext"
6348 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6349 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6350 (eval $ac_link) 2>&5
6351 ac_status=$?
6352 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6353 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6354 pipe_works=yes
6355 fi
6356 LIBS="$lt_save_LIBS"
6357 CFLAGS="$lt_save_CFLAGS"
6358 else
6359 echo "cannot find nm_test_func in $nlist" >&5
6360 fi
6361 else
6362 echo "cannot find nm_test_var in $nlist" >&5
6363 fi
6364 else
6365 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6366 fi
6367 else
6368 echo "$progname: failed program was:" >&5
6369 cat conftest.$ac_ext >&5
6370 fi
6371 rm -rf conftest* conftst*
6372
6373 # Do not use the global_symbol_pipe unless it works.
6374 if test "$pipe_works" = yes; then
6375 break
6376 else
6377 lt_cv_sys_global_symbol_pipe=
6378 fi
6379 done
6380
6381 fi
6382
6383 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6384 lt_cv_sys_global_symbol_to_cdecl=
6385 fi
6386 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6388 $as_echo "failed" >&6; }
6389 else
6390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6391 $as_echo "ok" >&6; }
6392 fi
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
6415 # Check whether --enable-libtool-lock was given.
6416 if test "${enable_libtool_lock+set}" = set; then :
6417 enableval=$enable_libtool_lock;
6418 fi
6419
6420 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6421
6422 # Some flags need to be propagated to the compiler or linker for good
6423 # libtool support.
6424 case $host in
6425 ia64-*-hpux*)
6426 # Find out which ABI we are using.
6427 echo 'int i;' > conftest.$ac_ext
6428 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6429 (eval $ac_compile) 2>&5
6430 ac_status=$?
6431 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6432 test $ac_status = 0; }; then
6433 case `/usr/bin/file conftest.$ac_objext` in
6434 *ELF-32*)
6435 HPUX_IA64_MODE="32"
6436 ;;
6437 *ELF-64*)
6438 HPUX_IA64_MODE="64"
6439 ;;
6440 esac
6441 fi
6442 rm -rf conftest*
6443 ;;
6444 *-*-irix6*)
6445 # Find out which ABI we are using.
6446 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6447 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6448 (eval $ac_compile) 2>&5
6449 ac_status=$?
6450 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6451 test $ac_status = 0; }; then
6452 if test "$lt_cv_prog_gnu_ld" = yes; then
6453 case `/usr/bin/file conftest.$ac_objext` in
6454 *32-bit*)
6455 LD="${LD-ld} -melf32bsmip"
6456 ;;
6457 *N32*)
6458 LD="${LD-ld} -melf32bmipn32"
6459 ;;
6460 *64-bit*)
6461 LD="${LD-ld} -melf64bmip"
6462 ;;
6463 esac
6464 else
6465 case `/usr/bin/file conftest.$ac_objext` in
6466 *32-bit*)
6467 LD="${LD-ld} -32"
6468 ;;
6469 *N32*)
6470 LD="${LD-ld} -n32"
6471 ;;
6472 *64-bit*)
6473 LD="${LD-ld} -64"
6474 ;;
6475 esac
6476 fi
6477 fi
6478 rm -rf conftest*
6479 ;;
6480
6481 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6482 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6483 # Find out which ABI we are using.
6484 echo 'int i;' > conftest.$ac_ext
6485 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6486 (eval $ac_compile) 2>&5
6487 ac_status=$?
6488 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6489 test $ac_status = 0; }; then
6490 case `/usr/bin/file conftest.o` in
6491 *32-bit*)
6492 case $host in
6493 x86_64-*kfreebsd*-gnu)
6494 LD="${LD-ld} -m elf_i386_fbsd"
6495 ;;
6496 x86_64-*linux*)
6497 case `/usr/bin/file conftest.o` in
6498 *x86-64*)
6499 LD="${LD-ld} -m elf32_x86_64"
6500 ;;
6501 *)
6502 LD="${LD-ld} -m elf_i386"
6503 ;;
6504 esac
6505 ;;
6506 powerpc64le-*linux*)
6507 LD="${LD-ld} -m elf32lppclinux"
6508 ;;
6509 powerpc64-*linux*)
6510 LD="${LD-ld} -m elf32ppclinux"
6511 ;;
6512 s390x-*linux*)
6513 LD="${LD-ld} -m elf_s390"
6514 ;;
6515 sparc64-*linux*)
6516 LD="${LD-ld} -m elf32_sparc"
6517 ;;
6518 esac
6519 ;;
6520 *64-bit*)
6521 case $host in
6522 x86_64-*kfreebsd*-gnu)
6523 LD="${LD-ld} -m elf_x86_64_fbsd"
6524 ;;
6525 x86_64-*linux*)
6526 LD="${LD-ld} -m elf_x86_64"
6527 ;;
6528 powerpcle-*linux*)
6529 LD="${LD-ld} -m elf64lppc"
6530 ;;
6531 powerpc-*linux*)
6532 LD="${LD-ld} -m elf64ppc"
6533 ;;
6534 s390*-*linux*|s390*-*tpf*)
6535 LD="${LD-ld} -m elf64_s390"
6536 ;;
6537 sparc*-*linux*)
6538 LD="${LD-ld} -m elf64_sparc"
6539 ;;
6540 esac
6541 ;;
6542 esac
6543 fi
6544 rm -rf conftest*
6545 ;;
6546
6547 *-*-sco3.2v5*)
6548 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6549 SAVE_CFLAGS="$CFLAGS"
6550 CFLAGS="$CFLAGS -belf"
6551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6552 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6553 if ${lt_cv_cc_needs_belf+:} false; then :
6554 $as_echo_n "(cached) " >&6
6555 else
6556 ac_ext=c
6557 ac_cpp='$CPP $CPPFLAGS'
6558 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6559 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6560 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6561
6562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6563 /* end confdefs.h. */
6564
6565 int
6566 main ()
6567 {
6568
6569 ;
6570 return 0;
6571 }
6572 _ACEOF
6573 if ac_fn_c_try_link "$LINENO"; then :
6574 lt_cv_cc_needs_belf=yes
6575 else
6576 lt_cv_cc_needs_belf=no
6577 fi
6578 rm -f core conftest.err conftest.$ac_objext \
6579 conftest$ac_exeext conftest.$ac_ext
6580 ac_ext=c
6581 ac_cpp='$CPP $CPPFLAGS'
6582 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6583 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6584 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6585
6586 fi
6587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6588 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6589 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6590 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6591 CFLAGS="$SAVE_CFLAGS"
6592 fi
6593 ;;
6594 sparc*-*solaris*)
6595 # Find out which ABI we are using.
6596 echo 'int i;' > conftest.$ac_ext
6597 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6598 (eval $ac_compile) 2>&5
6599 ac_status=$?
6600 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6601 test $ac_status = 0; }; then
6602 case `/usr/bin/file conftest.o` in
6603 *64-bit*)
6604 case $lt_cv_prog_gnu_ld in
6605 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6606 *)
6607 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6608 LD="${LD-ld} -64"
6609 fi
6610 ;;
6611 esac
6612 ;;
6613 esac
6614 fi
6615 rm -rf conftest*
6616 ;;
6617 esac
6618
6619 need_locks="$enable_libtool_lock"
6620
6621
6622 case $host_os in
6623 rhapsody* | darwin*)
6624 if test -n "$ac_tool_prefix"; then
6625 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6626 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6628 $as_echo_n "checking for $ac_word... " >&6; }
6629 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6630 $as_echo_n "(cached) " >&6
6631 else
6632 if test -n "$DSYMUTIL"; then
6633 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6634 else
6635 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6636 for as_dir in $PATH
6637 do
6638 IFS=$as_save_IFS
6639 test -z "$as_dir" && as_dir=.
6640 for ac_exec_ext in '' $ac_executable_extensions; do
6641 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6642 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6644 break 2
6645 fi
6646 done
6647 done
6648 IFS=$as_save_IFS
6649
6650 fi
6651 fi
6652 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6653 if test -n "$DSYMUTIL"; then
6654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6655 $as_echo "$DSYMUTIL" >&6; }
6656 else
6657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6658 $as_echo "no" >&6; }
6659 fi
6660
6661
6662 fi
6663 if test -z "$ac_cv_prog_DSYMUTIL"; then
6664 ac_ct_DSYMUTIL=$DSYMUTIL
6665 # Extract the first word of "dsymutil", so it can be a program name with args.
6666 set dummy dsymutil; ac_word=$2
6667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6668 $as_echo_n "checking for $ac_word... " >&6; }
6669 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6670 $as_echo_n "(cached) " >&6
6671 else
6672 if test -n "$ac_ct_DSYMUTIL"; then
6673 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6674 else
6675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6676 for as_dir in $PATH
6677 do
6678 IFS=$as_save_IFS
6679 test -z "$as_dir" && as_dir=.
6680 for ac_exec_ext in '' $ac_executable_extensions; do
6681 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6682 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6684 break 2
6685 fi
6686 done
6687 done
6688 IFS=$as_save_IFS
6689
6690 fi
6691 fi
6692 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6693 if test -n "$ac_ct_DSYMUTIL"; then
6694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6695 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6696 else
6697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6698 $as_echo "no" >&6; }
6699 fi
6700
6701 if test "x$ac_ct_DSYMUTIL" = x; then
6702 DSYMUTIL=":"
6703 else
6704 case $cross_compiling:$ac_tool_warned in
6705 yes:)
6706 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6707 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6708 ac_tool_warned=yes ;;
6709 esac
6710 DSYMUTIL=$ac_ct_DSYMUTIL
6711 fi
6712 else
6713 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6714 fi
6715
6716 if test -n "$ac_tool_prefix"; then
6717 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6718 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6720 $as_echo_n "checking for $ac_word... " >&6; }
6721 if ${ac_cv_prog_NMEDIT+:} false; then :
6722 $as_echo_n "(cached) " >&6
6723 else
6724 if test -n "$NMEDIT"; then
6725 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6726 else
6727 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6728 for as_dir in $PATH
6729 do
6730 IFS=$as_save_IFS
6731 test -z "$as_dir" && as_dir=.
6732 for ac_exec_ext in '' $ac_executable_extensions; do
6733 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6734 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6735 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6736 break 2
6737 fi
6738 done
6739 done
6740 IFS=$as_save_IFS
6741
6742 fi
6743 fi
6744 NMEDIT=$ac_cv_prog_NMEDIT
6745 if test -n "$NMEDIT"; then
6746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6747 $as_echo "$NMEDIT" >&6; }
6748 else
6749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6750 $as_echo "no" >&6; }
6751 fi
6752
6753
6754 fi
6755 if test -z "$ac_cv_prog_NMEDIT"; then
6756 ac_ct_NMEDIT=$NMEDIT
6757 # Extract the first word of "nmedit", so it can be a program name with args.
6758 set dummy nmedit; ac_word=$2
6759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6760 $as_echo_n "checking for $ac_word... " >&6; }
6761 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6762 $as_echo_n "(cached) " >&6
6763 else
6764 if test -n "$ac_ct_NMEDIT"; then
6765 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6766 else
6767 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6768 for as_dir in $PATH
6769 do
6770 IFS=$as_save_IFS
6771 test -z "$as_dir" && as_dir=.
6772 for ac_exec_ext in '' $ac_executable_extensions; do
6773 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6774 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6775 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6776 break 2
6777 fi
6778 done
6779 done
6780 IFS=$as_save_IFS
6781
6782 fi
6783 fi
6784 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6785 if test -n "$ac_ct_NMEDIT"; then
6786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6787 $as_echo "$ac_ct_NMEDIT" >&6; }
6788 else
6789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6790 $as_echo "no" >&6; }
6791 fi
6792
6793 if test "x$ac_ct_NMEDIT" = x; then
6794 NMEDIT=":"
6795 else
6796 case $cross_compiling:$ac_tool_warned in
6797 yes:)
6798 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6799 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6800 ac_tool_warned=yes ;;
6801 esac
6802 NMEDIT=$ac_ct_NMEDIT
6803 fi
6804 else
6805 NMEDIT="$ac_cv_prog_NMEDIT"
6806 fi
6807
6808 if test -n "$ac_tool_prefix"; then
6809 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6810 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6812 $as_echo_n "checking for $ac_word... " >&6; }
6813 if ${ac_cv_prog_LIPO+:} false; then :
6814 $as_echo_n "(cached) " >&6
6815 else
6816 if test -n "$LIPO"; then
6817 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6818 else
6819 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6820 for as_dir in $PATH
6821 do
6822 IFS=$as_save_IFS
6823 test -z "$as_dir" && as_dir=.
6824 for ac_exec_ext in '' $ac_executable_extensions; do
6825 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6826 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6828 break 2
6829 fi
6830 done
6831 done
6832 IFS=$as_save_IFS
6833
6834 fi
6835 fi
6836 LIPO=$ac_cv_prog_LIPO
6837 if test -n "$LIPO"; then
6838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6839 $as_echo "$LIPO" >&6; }
6840 else
6841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6842 $as_echo "no" >&6; }
6843 fi
6844
6845
6846 fi
6847 if test -z "$ac_cv_prog_LIPO"; then
6848 ac_ct_LIPO=$LIPO
6849 # Extract the first word of "lipo", so it can be a program name with args.
6850 set dummy lipo; ac_word=$2
6851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6852 $as_echo_n "checking for $ac_word... " >&6; }
6853 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6854 $as_echo_n "(cached) " >&6
6855 else
6856 if test -n "$ac_ct_LIPO"; then
6857 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6858 else
6859 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6860 for as_dir in $PATH
6861 do
6862 IFS=$as_save_IFS
6863 test -z "$as_dir" && as_dir=.
6864 for ac_exec_ext in '' $ac_executable_extensions; do
6865 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6866 ac_cv_prog_ac_ct_LIPO="lipo"
6867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6868 break 2
6869 fi
6870 done
6871 done
6872 IFS=$as_save_IFS
6873
6874 fi
6875 fi
6876 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6877 if test -n "$ac_ct_LIPO"; then
6878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6879 $as_echo "$ac_ct_LIPO" >&6; }
6880 else
6881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6882 $as_echo "no" >&6; }
6883 fi
6884
6885 if test "x$ac_ct_LIPO" = x; then
6886 LIPO=":"
6887 else
6888 case $cross_compiling:$ac_tool_warned in
6889 yes:)
6890 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6891 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6892 ac_tool_warned=yes ;;
6893 esac
6894 LIPO=$ac_ct_LIPO
6895 fi
6896 else
6897 LIPO="$ac_cv_prog_LIPO"
6898 fi
6899
6900 if test -n "$ac_tool_prefix"; then
6901 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6902 set dummy ${ac_tool_prefix}otool; ac_word=$2
6903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6904 $as_echo_n "checking for $ac_word... " >&6; }
6905 if ${ac_cv_prog_OTOOL+:} false; then :
6906 $as_echo_n "(cached) " >&6
6907 else
6908 if test -n "$OTOOL"; then
6909 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6910 else
6911 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6912 for as_dir in $PATH
6913 do
6914 IFS=$as_save_IFS
6915 test -z "$as_dir" && as_dir=.
6916 for ac_exec_ext in '' $ac_executable_extensions; do
6917 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6918 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6919 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6920 break 2
6921 fi
6922 done
6923 done
6924 IFS=$as_save_IFS
6925
6926 fi
6927 fi
6928 OTOOL=$ac_cv_prog_OTOOL
6929 if test -n "$OTOOL"; then
6930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6931 $as_echo "$OTOOL" >&6; }
6932 else
6933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6934 $as_echo "no" >&6; }
6935 fi
6936
6937
6938 fi
6939 if test -z "$ac_cv_prog_OTOOL"; then
6940 ac_ct_OTOOL=$OTOOL
6941 # Extract the first word of "otool", so it can be a program name with args.
6942 set dummy otool; ac_word=$2
6943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6944 $as_echo_n "checking for $ac_word... " >&6; }
6945 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6946 $as_echo_n "(cached) " >&6
6947 else
6948 if test -n "$ac_ct_OTOOL"; then
6949 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6950 else
6951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6952 for as_dir in $PATH
6953 do
6954 IFS=$as_save_IFS
6955 test -z "$as_dir" && as_dir=.
6956 for ac_exec_ext in '' $ac_executable_extensions; do
6957 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6958 ac_cv_prog_ac_ct_OTOOL="otool"
6959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6960 break 2
6961 fi
6962 done
6963 done
6964 IFS=$as_save_IFS
6965
6966 fi
6967 fi
6968 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6969 if test -n "$ac_ct_OTOOL"; then
6970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6971 $as_echo "$ac_ct_OTOOL" >&6; }
6972 else
6973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6974 $as_echo "no" >&6; }
6975 fi
6976
6977 if test "x$ac_ct_OTOOL" = x; then
6978 OTOOL=":"
6979 else
6980 case $cross_compiling:$ac_tool_warned in
6981 yes:)
6982 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6983 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6984 ac_tool_warned=yes ;;
6985 esac
6986 OTOOL=$ac_ct_OTOOL
6987 fi
6988 else
6989 OTOOL="$ac_cv_prog_OTOOL"
6990 fi
6991
6992 if test -n "$ac_tool_prefix"; then
6993 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6994 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6996 $as_echo_n "checking for $ac_word... " >&6; }
6997 if ${ac_cv_prog_OTOOL64+:} false; then :
6998 $as_echo_n "(cached) " >&6
6999 else
7000 if test -n "$OTOOL64"; then
7001 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7002 else
7003 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7004 for as_dir in $PATH
7005 do
7006 IFS=$as_save_IFS
7007 test -z "$as_dir" && as_dir=.
7008 for ac_exec_ext in '' $ac_executable_extensions; do
7009 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7010 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7011 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7012 break 2
7013 fi
7014 done
7015 done
7016 IFS=$as_save_IFS
7017
7018 fi
7019 fi
7020 OTOOL64=$ac_cv_prog_OTOOL64
7021 if test -n "$OTOOL64"; then
7022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7023 $as_echo "$OTOOL64" >&6; }
7024 else
7025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7026 $as_echo "no" >&6; }
7027 fi
7028
7029
7030 fi
7031 if test -z "$ac_cv_prog_OTOOL64"; then
7032 ac_ct_OTOOL64=$OTOOL64
7033 # Extract the first word of "otool64", so it can be a program name with args.
7034 set dummy otool64; ac_word=$2
7035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7036 $as_echo_n "checking for $ac_word... " >&6; }
7037 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7038 $as_echo_n "(cached) " >&6
7039 else
7040 if test -n "$ac_ct_OTOOL64"; then
7041 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7042 else
7043 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7044 for as_dir in $PATH
7045 do
7046 IFS=$as_save_IFS
7047 test -z "$as_dir" && as_dir=.
7048 for ac_exec_ext in '' $ac_executable_extensions; do
7049 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7050 ac_cv_prog_ac_ct_OTOOL64="otool64"
7051 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7052 break 2
7053 fi
7054 done
7055 done
7056 IFS=$as_save_IFS
7057
7058 fi
7059 fi
7060 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7061 if test -n "$ac_ct_OTOOL64"; then
7062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7063 $as_echo "$ac_ct_OTOOL64" >&6; }
7064 else
7065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7066 $as_echo "no" >&6; }
7067 fi
7068
7069 if test "x$ac_ct_OTOOL64" = x; then
7070 OTOOL64=":"
7071 else
7072 case $cross_compiling:$ac_tool_warned in
7073 yes:)
7074 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7075 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7076 ac_tool_warned=yes ;;
7077 esac
7078 OTOOL64=$ac_ct_OTOOL64
7079 fi
7080 else
7081 OTOOL64="$ac_cv_prog_OTOOL64"
7082 fi
7083
7084
7085
7086
7087
7088
7089
7090
7091
7092
7093
7094
7095
7096
7097
7098
7099
7100
7101
7102
7103
7104
7105
7106
7107
7108
7109
7110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7111 $as_echo_n "checking for -single_module linker flag... " >&6; }
7112 if ${lt_cv_apple_cc_single_mod+:} false; then :
7113 $as_echo_n "(cached) " >&6
7114 else
7115 lt_cv_apple_cc_single_mod=no
7116 if test -z "${LT_MULTI_MODULE}"; then
7117 # By default we will add the -single_module flag. You can override
7118 # by either setting the environment variable LT_MULTI_MODULE
7119 # non-empty at configure time, or by adding -multi_module to the
7120 # link flags.
7121 rm -rf libconftest.dylib*
7122 echo "int foo(void){return 1;}" > conftest.c
7123 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7124 -dynamiclib -Wl,-single_module conftest.c" >&5
7125 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7126 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7127 _lt_result=$?
7128 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7129 lt_cv_apple_cc_single_mod=yes
7130 else
7131 cat conftest.err >&5
7132 fi
7133 rm -rf libconftest.dylib*
7134 rm -f conftest.*
7135 fi
7136 fi
7137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7138 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7140 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7141 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7142 $as_echo_n "(cached) " >&6
7143 else
7144 lt_cv_ld_exported_symbols_list=no
7145 save_LDFLAGS=$LDFLAGS
7146 echo "_main" > conftest.sym
7147 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7148 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7149 /* end confdefs.h. */
7150
7151 int
7152 main ()
7153 {
7154
7155 ;
7156 return 0;
7157 }
7158 _ACEOF
7159 if ac_fn_c_try_link "$LINENO"; then :
7160 lt_cv_ld_exported_symbols_list=yes
7161 else
7162 lt_cv_ld_exported_symbols_list=no
7163 fi
7164 rm -f core conftest.err conftest.$ac_objext \
7165 conftest$ac_exeext conftest.$ac_ext
7166 LDFLAGS="$save_LDFLAGS"
7167
7168 fi
7169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7170 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7172 $as_echo_n "checking for -force_load linker flag... " >&6; }
7173 if ${lt_cv_ld_force_load+:} false; then :
7174 $as_echo_n "(cached) " >&6
7175 else
7176 lt_cv_ld_force_load=no
7177 cat > conftest.c << _LT_EOF
7178 int forced_loaded() { return 2;}
7179 _LT_EOF
7180 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7181 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7182 echo "$AR cru libconftest.a conftest.o" >&5
7183 $AR cru libconftest.a conftest.o 2>&5
7184 cat > conftest.c << _LT_EOF
7185 int main() { return 0;}
7186 _LT_EOF
7187 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7188 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7189 _lt_result=$?
7190 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7191 lt_cv_ld_force_load=yes
7192 else
7193 cat conftest.err >&5
7194 fi
7195 rm -f conftest.err libconftest.a conftest conftest.c
7196 rm -rf conftest.dSYM
7197
7198 fi
7199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7200 $as_echo "$lt_cv_ld_force_load" >&6; }
7201 case $host_os in
7202 rhapsody* | darwin1.[012])
7203 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7204 darwin1.*)
7205 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7206 darwin*) # darwin 5.x on
7207 # if running on 10.5 or later, the deployment target defaults
7208 # to the OS version, if on x86, and 10.4, the deployment
7209 # target defaults to 10.4. Don't you love it?
7210 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7211 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7212 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7213 10.[012][,.]*)
7214 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7215 10.*)
7216 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7217 esac
7218 ;;
7219 esac
7220 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7221 _lt_dar_single_mod='$single_module'
7222 fi
7223 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7224 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7225 else
7226 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7227 fi
7228 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7229 _lt_dsymutil='~$DSYMUTIL $lib || :'
7230 else
7231 _lt_dsymutil=
7232 fi
7233 ;;
7234 esac
7235
7236 for ac_header in dlfcn.h
7237 do :
7238 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7239 "
7240 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7241 cat >>confdefs.h <<_ACEOF
7242 #define HAVE_DLFCN_H 1
7243 _ACEOF
7244
7245 fi
7246
7247 done
7248
7249
7250
7251
7252
7253 # Set options
7254
7255
7256
7257 enable_dlopen=no
7258
7259
7260 enable_win32_dll=no
7261
7262
7263 # Check whether --enable-shared was given.
7264 if test "${enable_shared+set}" = set; then :
7265 enableval=$enable_shared; p=${PACKAGE-default}
7266 case $enableval in
7267 yes) enable_shared=yes ;;
7268 no) enable_shared=no ;;
7269 *)
7270 enable_shared=no
7271 # Look at the argument we got. We use all the common list separators.
7272 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7273 for pkg in $enableval; do
7274 IFS="$lt_save_ifs"
7275 if test "X$pkg" = "X$p"; then
7276 enable_shared=yes
7277 fi
7278 done
7279 IFS="$lt_save_ifs"
7280 ;;
7281 esac
7282 else
7283 enable_shared=yes
7284 fi
7285
7286
7287
7288
7289
7290
7291
7292
7293
7294 # Check whether --enable-static was given.
7295 if test "${enable_static+set}" = set; then :
7296 enableval=$enable_static; p=${PACKAGE-default}
7297 case $enableval in
7298 yes) enable_static=yes ;;
7299 no) enable_static=no ;;
7300 *)
7301 enable_static=no
7302 # Look at the argument we got. We use all the common list separators.
7303 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7304 for pkg in $enableval; do
7305 IFS="$lt_save_ifs"
7306 if test "X$pkg" = "X$p"; then
7307 enable_static=yes
7308 fi
7309 done
7310 IFS="$lt_save_ifs"
7311 ;;
7312 esac
7313 else
7314 enable_static=yes
7315 fi
7316
7317
7318
7319
7320
7321
7322
7323
7324
7325
7326 # Check whether --with-pic was given.
7327 if test "${with_pic+set}" = set; then :
7328 withval=$with_pic; pic_mode="$withval"
7329 else
7330 pic_mode=default
7331 fi
7332
7333
7334 test -z "$pic_mode" && pic_mode=default
7335
7336
7337
7338
7339
7340
7341
7342 # Check whether --enable-fast-install was given.
7343 if test "${enable_fast_install+set}" = set; then :
7344 enableval=$enable_fast_install; p=${PACKAGE-default}
7345 case $enableval in
7346 yes) enable_fast_install=yes ;;
7347 no) enable_fast_install=no ;;
7348 *)
7349 enable_fast_install=no
7350 # Look at the argument we got. We use all the common list separators.
7351 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7352 for pkg in $enableval; do
7353 IFS="$lt_save_ifs"
7354 if test "X$pkg" = "X$p"; then
7355 enable_fast_install=yes
7356 fi
7357 done
7358 IFS="$lt_save_ifs"
7359 ;;
7360 esac
7361 else
7362 enable_fast_install=yes
7363 fi
7364
7365
7366
7367
7368
7369
7370
7371
7372
7373
7374
7375 # This can be used to rebuild libtool when needed
7376 LIBTOOL_DEPS="$ltmain"
7377
7378 # Always use our own libtool.
7379 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7380
7381
7382
7383
7384
7385
7386
7387
7388
7389
7390
7391
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406 test -z "$LN_S" && LN_S="ln -s"
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421 if test -n "${ZSH_VERSION+set}" ; then
7422 setopt NO_GLOB_SUBST
7423 fi
7424
7425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7426 $as_echo_n "checking for objdir... " >&6; }
7427 if ${lt_cv_objdir+:} false; then :
7428 $as_echo_n "(cached) " >&6
7429 else
7430 rm -f .libs 2>/dev/null
7431 mkdir .libs 2>/dev/null
7432 if test -d .libs; then
7433 lt_cv_objdir=.libs
7434 else
7435 # MS-DOS does not allow filenames that begin with a dot.
7436 lt_cv_objdir=_libs
7437 fi
7438 rmdir .libs 2>/dev/null
7439 fi
7440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7441 $as_echo "$lt_cv_objdir" >&6; }
7442 objdir=$lt_cv_objdir
7443
7444
7445
7446
7447
7448 cat >>confdefs.h <<_ACEOF
7449 #define LT_OBJDIR "$lt_cv_objdir/"
7450 _ACEOF
7451
7452
7453
7454
7455 case $host_os in
7456 aix3*)
7457 # AIX sometimes has problems with the GCC collect2 program. For some
7458 # reason, if we set the COLLECT_NAMES environment variable, the problems
7459 # vanish in a puff of smoke.
7460 if test "X${COLLECT_NAMES+set}" != Xset; then
7461 COLLECT_NAMES=
7462 export COLLECT_NAMES
7463 fi
7464 ;;
7465 esac
7466
7467 # Global variables:
7468 ofile=libtool
7469 can_build_shared=yes
7470
7471 # All known linkers require a `.a' archive for static linking (except MSVC,
7472 # which needs '.lib').
7473 libext=a
7474
7475 with_gnu_ld="$lt_cv_prog_gnu_ld"
7476
7477 old_CC="$CC"
7478 old_CFLAGS="$CFLAGS"
7479
7480 # Set sane defaults for various variables
7481 test -z "$CC" && CC=cc
7482 test -z "$LTCC" && LTCC=$CC
7483 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7484 test -z "$LD" && LD=ld
7485 test -z "$ac_objext" && ac_objext=o
7486
7487 for cc_temp in $compiler""; do
7488 case $cc_temp in
7489 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7490 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7491 \-*) ;;
7492 *) break;;
7493 esac
7494 done
7495 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7496
7497
7498 # Only perform the check for file, if the check method requires it
7499 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7500 case $deplibs_check_method in
7501 file_magic*)
7502 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7504 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7505 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7506 $as_echo_n "(cached) " >&6
7507 else
7508 case $MAGIC_CMD in
7509 [\\/*] | ?:[\\/]*)
7510 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7511 ;;
7512 *)
7513 lt_save_MAGIC_CMD="$MAGIC_CMD"
7514 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7515 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7516 for ac_dir in $ac_dummy; do
7517 IFS="$lt_save_ifs"
7518 test -z "$ac_dir" && ac_dir=.
7519 if test -f $ac_dir/${ac_tool_prefix}file; then
7520 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7521 if test -n "$file_magic_test_file"; then
7522 case $deplibs_check_method in
7523 "file_magic "*)
7524 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7525 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7526 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7527 $EGREP "$file_magic_regex" > /dev/null; then
7528 :
7529 else
7530 cat <<_LT_EOF 1>&2
7531
7532 *** Warning: the command libtool uses to detect shared libraries,
7533 *** $file_magic_cmd, produces output that libtool cannot recognize.
7534 *** The result is that libtool may fail to recognize shared libraries
7535 *** as such. This will affect the creation of libtool libraries that
7536 *** depend on shared libraries, but programs linked with such libtool
7537 *** libraries will work regardless of this problem. Nevertheless, you
7538 *** may want to report the problem to your system manager and/or to
7539 *** bug-libtool@gnu.org
7540
7541 _LT_EOF
7542 fi ;;
7543 esac
7544 fi
7545 break
7546 fi
7547 done
7548 IFS="$lt_save_ifs"
7549 MAGIC_CMD="$lt_save_MAGIC_CMD"
7550 ;;
7551 esac
7552 fi
7553
7554 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7555 if test -n "$MAGIC_CMD"; then
7556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7557 $as_echo "$MAGIC_CMD" >&6; }
7558 else
7559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7560 $as_echo "no" >&6; }
7561 fi
7562
7563
7564
7565
7566
7567 if test -z "$lt_cv_path_MAGIC_CMD"; then
7568 if test -n "$ac_tool_prefix"; then
7569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7570 $as_echo_n "checking for file... " >&6; }
7571 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7572 $as_echo_n "(cached) " >&6
7573 else
7574 case $MAGIC_CMD in
7575 [\\/*] | ?:[\\/]*)
7576 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7577 ;;
7578 *)
7579 lt_save_MAGIC_CMD="$MAGIC_CMD"
7580 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7581 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7582 for ac_dir in $ac_dummy; do
7583 IFS="$lt_save_ifs"
7584 test -z "$ac_dir" && ac_dir=.
7585 if test -f $ac_dir/file; then
7586 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7587 if test -n "$file_magic_test_file"; then
7588 case $deplibs_check_method in
7589 "file_magic "*)
7590 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7591 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7592 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7593 $EGREP "$file_magic_regex" > /dev/null; then
7594 :
7595 else
7596 cat <<_LT_EOF 1>&2
7597
7598 *** Warning: the command libtool uses to detect shared libraries,
7599 *** $file_magic_cmd, produces output that libtool cannot recognize.
7600 *** The result is that libtool may fail to recognize shared libraries
7601 *** as such. This will affect the creation of libtool libraries that
7602 *** depend on shared libraries, but programs linked with such libtool
7603 *** libraries will work regardless of this problem. Nevertheless, you
7604 *** may want to report the problem to your system manager and/or to
7605 *** bug-libtool@gnu.org
7606
7607 _LT_EOF
7608 fi ;;
7609 esac
7610 fi
7611 break
7612 fi
7613 done
7614 IFS="$lt_save_ifs"
7615 MAGIC_CMD="$lt_save_MAGIC_CMD"
7616 ;;
7617 esac
7618 fi
7619
7620 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7621 if test -n "$MAGIC_CMD"; then
7622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7623 $as_echo "$MAGIC_CMD" >&6; }
7624 else
7625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7626 $as_echo "no" >&6; }
7627 fi
7628
7629
7630 else
7631 MAGIC_CMD=:
7632 fi
7633 fi
7634
7635 fi
7636 ;;
7637 esac
7638
7639 # Use C for the default configuration in the libtool script
7640
7641 lt_save_CC="$CC"
7642 ac_ext=c
7643 ac_cpp='$CPP $CPPFLAGS'
7644 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7645 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7646 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7647
7648
7649 # Source file extension for C test sources.
7650 ac_ext=c
7651
7652 # Object file extension for compiled C test sources.
7653 objext=o
7654 objext=$objext
7655
7656 # Code to be used in simple compile tests
7657 lt_simple_compile_test_code="int some_variable = 0;"
7658
7659 # Code to be used in simple link tests
7660 lt_simple_link_test_code='int main(){return(0);}'
7661
7662
7663
7664
7665
7666
7667
7668 # If no C compiler was specified, use CC.
7669 LTCC=${LTCC-"$CC"}
7670
7671 # If no C compiler flags were specified, use CFLAGS.
7672 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7673
7674 # Allow CC to be a program name with arguments.
7675 compiler=$CC
7676
7677 # Save the default compiler, since it gets overwritten when the other
7678 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7679 compiler_DEFAULT=$CC
7680
7681 # save warnings/boilerplate of simple test code
7682 ac_outfile=conftest.$ac_objext
7683 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7684 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7685 _lt_compiler_boilerplate=`cat conftest.err`
7686 $RM conftest*
7687
7688 ac_outfile=conftest.$ac_objext
7689 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7690 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7691 _lt_linker_boilerplate=`cat conftest.err`
7692 $RM -r conftest*
7693
7694
7695 ## CAVEAT EMPTOR:
7696 ## There is no encapsulation within the following macros, do not change
7697 ## the running order or otherwise move them around unless you know exactly
7698 ## what you are doing...
7699 if test -n "$compiler"; then
7700
7701 lt_prog_compiler_no_builtin_flag=
7702
7703 if test "$GCC" = yes; then
7704 case $cc_basename in
7705 nvcc*)
7706 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7707 *)
7708 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7709 esac
7710
7711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7712 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7713 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7714 $as_echo_n "(cached) " >&6
7715 else
7716 lt_cv_prog_compiler_rtti_exceptions=no
7717 ac_outfile=conftest.$ac_objext
7718 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7719 lt_compiler_flag="-fno-rtti -fno-exceptions"
7720 # Insert the option either (1) after the last *FLAGS variable, or
7721 # (2) before a word containing "conftest.", or (3) at the end.
7722 # Note that $ac_compile itself does not contain backslashes and begins
7723 # with a dollar sign (not a hyphen), so the echo should work correctly.
7724 # The option is referenced via a variable to avoid confusing sed.
7725 lt_compile=`echo "$ac_compile" | $SED \
7726 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7727 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7728 -e 's:$: $lt_compiler_flag:'`
7729 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7730 (eval "$lt_compile" 2>conftest.err)
7731 ac_status=$?
7732 cat conftest.err >&5
7733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7734 if (exit $ac_status) && test -s "$ac_outfile"; then
7735 # The compiler can only warn and ignore the option if not recognized
7736 # So say no if there are warnings other than the usual output.
7737 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7738 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7739 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7740 lt_cv_prog_compiler_rtti_exceptions=yes
7741 fi
7742 fi
7743 $RM conftest*
7744
7745 fi
7746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7747 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7748
7749 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7750 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7751 else
7752 :
7753 fi
7754
7755 fi
7756
7757
7758
7759
7760
7761
7762 lt_prog_compiler_wl=
7763 lt_prog_compiler_pic=
7764 lt_prog_compiler_static=
7765
7766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7767 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7768
7769 if test "$GCC" = yes; then
7770 lt_prog_compiler_wl='-Wl,'
7771 lt_prog_compiler_static='-static'
7772
7773 case $host_os in
7774 aix*)
7775 # All AIX code is PIC.
7776 if test "$host_cpu" = ia64; then
7777 # AIX 5 now supports IA64 processor
7778 lt_prog_compiler_static='-Bstatic'
7779 fi
7780 lt_prog_compiler_pic='-fPIC'
7781 ;;
7782
7783 amigaos*)
7784 case $host_cpu in
7785 powerpc)
7786 # see comment about AmigaOS4 .so support
7787 lt_prog_compiler_pic='-fPIC'
7788 ;;
7789 m68k)
7790 # FIXME: we need at least 68020 code to build shared libraries, but
7791 # adding the `-m68020' flag to GCC prevents building anything better,
7792 # like `-m68040'.
7793 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7794 ;;
7795 esac
7796 ;;
7797
7798 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7799 # PIC is the default for these OSes.
7800 ;;
7801
7802 mingw* | cygwin* | pw32* | os2* | cegcc*)
7803 # This hack is so that the source file can tell whether it is being
7804 # built for inclusion in a dll (and should export symbols for example).
7805 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7806 # (--disable-auto-import) libraries
7807 lt_prog_compiler_pic='-DDLL_EXPORT'
7808 ;;
7809
7810 darwin* | rhapsody*)
7811 # PIC is the default on this platform
7812 # Common symbols not allowed in MH_DYLIB files
7813 lt_prog_compiler_pic='-fno-common'
7814 ;;
7815
7816 haiku*)
7817 # PIC is the default for Haiku.
7818 # The "-static" flag exists, but is broken.
7819 lt_prog_compiler_static=
7820 ;;
7821
7822 hpux*)
7823 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7824 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7825 # sets the default TLS model and affects inlining.
7826 case $host_cpu in
7827 hppa*64*)
7828 # +Z the default
7829 ;;
7830 *)
7831 lt_prog_compiler_pic='-fPIC'
7832 ;;
7833 esac
7834 ;;
7835
7836 interix[3-9]*)
7837 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7838 # Instead, we relocate shared libraries at runtime.
7839 ;;
7840
7841 msdosdjgpp*)
7842 # Just because we use GCC doesn't mean we suddenly get shared libraries
7843 # on systems that don't support them.
7844 lt_prog_compiler_can_build_shared=no
7845 enable_shared=no
7846 ;;
7847
7848 *nto* | *qnx*)
7849 # QNX uses GNU C++, but need to define -shared option too, otherwise
7850 # it will coredump.
7851 lt_prog_compiler_pic='-fPIC -shared'
7852 ;;
7853
7854 sysv4*MP*)
7855 if test -d /usr/nec; then
7856 lt_prog_compiler_pic=-Kconform_pic
7857 fi
7858 ;;
7859
7860 *)
7861 lt_prog_compiler_pic='-fPIC'
7862 ;;
7863 esac
7864
7865 case $cc_basename in
7866 nvcc*) # Cuda Compiler Driver 2.2
7867 lt_prog_compiler_wl='-Xlinker '
7868 lt_prog_compiler_pic='-Xcompiler -fPIC'
7869 ;;
7870 esac
7871 else
7872 # PORTME Check for flag to pass linker flags through the system compiler.
7873 case $host_os in
7874 aix*)
7875 lt_prog_compiler_wl='-Wl,'
7876 if test "$host_cpu" = ia64; then
7877 # AIX 5 now supports IA64 processor
7878 lt_prog_compiler_static='-Bstatic'
7879 else
7880 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7881 fi
7882 ;;
7883
7884 mingw* | cygwin* | pw32* | os2* | cegcc*)
7885 # This hack is so that the source file can tell whether it is being
7886 # built for inclusion in a dll (and should export symbols for example).
7887 lt_prog_compiler_pic='-DDLL_EXPORT'
7888 ;;
7889
7890 hpux9* | hpux10* | hpux11*)
7891 lt_prog_compiler_wl='-Wl,'
7892 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7893 # not for PA HP-UX.
7894 case $host_cpu in
7895 hppa*64*|ia64*)
7896 # +Z the default
7897 ;;
7898 *)
7899 lt_prog_compiler_pic='+Z'
7900 ;;
7901 esac
7902 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7903 lt_prog_compiler_static='${wl}-a ${wl}archive'
7904 ;;
7905
7906 irix5* | irix6* | nonstopux*)
7907 lt_prog_compiler_wl='-Wl,'
7908 # PIC (with -KPIC) is the default.
7909 lt_prog_compiler_static='-non_shared'
7910 ;;
7911
7912 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7913 case $cc_basename in
7914 # old Intel for x86_64 which still supported -KPIC.
7915 ecc*)
7916 lt_prog_compiler_wl='-Wl,'
7917 lt_prog_compiler_pic='-KPIC'
7918 lt_prog_compiler_static='-static'
7919 ;;
7920 # icc used to be incompatible with GCC.
7921 # ICC 10 doesn't accept -KPIC any more.
7922 icc* | ifort*)
7923 lt_prog_compiler_wl='-Wl,'
7924 lt_prog_compiler_pic='-fPIC'
7925 lt_prog_compiler_static='-static'
7926 ;;
7927 # Lahey Fortran 8.1.
7928 lf95*)
7929 lt_prog_compiler_wl='-Wl,'
7930 lt_prog_compiler_pic='--shared'
7931 lt_prog_compiler_static='--static'
7932 ;;
7933 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7934 # Portland Group compilers (*not* the Pentium gcc compiler,
7935 # which looks to be a dead project)
7936 lt_prog_compiler_wl='-Wl,'
7937 lt_prog_compiler_pic='-fpic'
7938 lt_prog_compiler_static='-Bstatic'
7939 ;;
7940 ccc*)
7941 lt_prog_compiler_wl='-Wl,'
7942 # All Alpha code is PIC.
7943 lt_prog_compiler_static='-non_shared'
7944 ;;
7945 xl* | bgxl* | bgf* | mpixl*)
7946 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7947 lt_prog_compiler_wl='-Wl,'
7948 lt_prog_compiler_pic='-qpic'
7949 lt_prog_compiler_static='-qstaticlink'
7950 ;;
7951 *)
7952 case `$CC -V 2>&1 | sed 5q` in
7953 *Sun\ F* | *Sun*Fortran*)
7954 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7955 lt_prog_compiler_pic='-KPIC'
7956 lt_prog_compiler_static='-Bstatic'
7957 lt_prog_compiler_wl=''
7958 ;;
7959 *Sun\ C*)
7960 # Sun C 5.9
7961 lt_prog_compiler_pic='-KPIC'
7962 lt_prog_compiler_static='-Bstatic'
7963 lt_prog_compiler_wl='-Wl,'
7964 ;;
7965 esac
7966 ;;
7967 esac
7968 ;;
7969
7970 newsos6)
7971 lt_prog_compiler_pic='-KPIC'
7972 lt_prog_compiler_static='-Bstatic'
7973 ;;
7974
7975 *nto* | *qnx*)
7976 # QNX uses GNU C++, but need to define -shared option too, otherwise
7977 # it will coredump.
7978 lt_prog_compiler_pic='-fPIC -shared'
7979 ;;
7980
7981 osf3* | osf4* | osf5*)
7982 lt_prog_compiler_wl='-Wl,'
7983 # All OSF/1 code is PIC.
7984 lt_prog_compiler_static='-non_shared'
7985 ;;
7986
7987 rdos*)
7988 lt_prog_compiler_static='-non_shared'
7989 ;;
7990
7991 solaris*)
7992 lt_prog_compiler_pic='-KPIC'
7993 lt_prog_compiler_static='-Bstatic'
7994 case $cc_basename in
7995 f77* | f90* | f95*)
7996 lt_prog_compiler_wl='-Qoption ld ';;
7997 *)
7998 lt_prog_compiler_wl='-Wl,';;
7999 esac
8000 ;;
8001
8002 sunos4*)
8003 lt_prog_compiler_wl='-Qoption ld '
8004 lt_prog_compiler_pic='-PIC'
8005 lt_prog_compiler_static='-Bstatic'
8006 ;;
8007
8008 sysv4 | sysv4.2uw2* | sysv4.3*)
8009 lt_prog_compiler_wl='-Wl,'
8010 lt_prog_compiler_pic='-KPIC'
8011 lt_prog_compiler_static='-Bstatic'
8012 ;;
8013
8014 sysv4*MP*)
8015 if test -d /usr/nec ;then
8016 lt_prog_compiler_pic='-Kconform_pic'
8017 lt_prog_compiler_static='-Bstatic'
8018 fi
8019 ;;
8020
8021 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8022 lt_prog_compiler_wl='-Wl,'
8023 lt_prog_compiler_pic='-KPIC'
8024 lt_prog_compiler_static='-Bstatic'
8025 ;;
8026
8027 unicos*)
8028 lt_prog_compiler_wl='-Wl,'
8029 lt_prog_compiler_can_build_shared=no
8030 ;;
8031
8032 uts4*)
8033 lt_prog_compiler_pic='-pic'
8034 lt_prog_compiler_static='-Bstatic'
8035 ;;
8036
8037 *)
8038 lt_prog_compiler_can_build_shared=no
8039 ;;
8040 esac
8041 fi
8042
8043 case $host_os in
8044 # For platforms which do not support PIC, -DPIC is meaningless:
8045 *djgpp*)
8046 lt_prog_compiler_pic=
8047 ;;
8048 *)
8049 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8050 ;;
8051 esac
8052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8053 $as_echo "$lt_prog_compiler_pic" >&6; }
8054
8055
8056
8057
8058
8059
8060 #
8061 # Check to make sure the PIC flag actually works.
8062 #
8063 if test -n "$lt_prog_compiler_pic"; then
8064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8065 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8066 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8067 $as_echo_n "(cached) " >&6
8068 else
8069 lt_cv_prog_compiler_pic_works=no
8070 ac_outfile=conftest.$ac_objext
8071 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8072 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8073 # Insert the option either (1) after the last *FLAGS variable, or
8074 # (2) before a word containing "conftest.", or (3) at the end.
8075 # Note that $ac_compile itself does not contain backslashes and begins
8076 # with a dollar sign (not a hyphen), so the echo should work correctly.
8077 # The option is referenced via a variable to avoid confusing sed.
8078 lt_compile=`echo "$ac_compile" | $SED \
8079 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8080 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8081 -e 's:$: $lt_compiler_flag:'`
8082 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8083 (eval "$lt_compile" 2>conftest.err)
8084 ac_status=$?
8085 cat conftest.err >&5
8086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8087 if (exit $ac_status) && test -s "$ac_outfile"; then
8088 # The compiler can only warn and ignore the option if not recognized
8089 # So say no if there are warnings other than the usual output.
8090 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8091 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8092 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8093 lt_cv_prog_compiler_pic_works=yes
8094 fi
8095 fi
8096 $RM conftest*
8097
8098 fi
8099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8100 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8101
8102 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8103 case $lt_prog_compiler_pic in
8104 "" | " "*) ;;
8105 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8106 esac
8107 else
8108 lt_prog_compiler_pic=
8109 lt_prog_compiler_can_build_shared=no
8110 fi
8111
8112 fi
8113
8114
8115
8116
8117
8118
8119 #
8120 # Check to make sure the static flag actually works.
8121 #
8122 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8124 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8125 if ${lt_cv_prog_compiler_static_works+:} false; then :
8126 $as_echo_n "(cached) " >&6
8127 else
8128 lt_cv_prog_compiler_static_works=no
8129 save_LDFLAGS="$LDFLAGS"
8130 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8131 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8132 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8133 # The linker can only warn and ignore the option if not recognized
8134 # So say no if there are warnings
8135 if test -s conftest.err; then
8136 # Append any errors to the config.log.
8137 cat conftest.err 1>&5
8138 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8139 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8140 if diff conftest.exp conftest.er2 >/dev/null; then
8141 lt_cv_prog_compiler_static_works=yes
8142 fi
8143 else
8144 lt_cv_prog_compiler_static_works=yes
8145 fi
8146 fi
8147 $RM -r conftest*
8148 LDFLAGS="$save_LDFLAGS"
8149
8150 fi
8151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8152 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8153
8154 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8155 :
8156 else
8157 lt_prog_compiler_static=
8158 fi
8159
8160
8161
8162
8163
8164
8165
8166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8167 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8168 if ${lt_cv_prog_compiler_c_o+:} false; then :
8169 $as_echo_n "(cached) " >&6
8170 else
8171 lt_cv_prog_compiler_c_o=no
8172 $RM -r conftest 2>/dev/null
8173 mkdir conftest
8174 cd conftest
8175 mkdir out
8176 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8177
8178 lt_compiler_flag="-o out/conftest2.$ac_objext"
8179 # Insert the option either (1) after the last *FLAGS variable, or
8180 # (2) before a word containing "conftest.", or (3) at the end.
8181 # Note that $ac_compile itself does not contain backslashes and begins
8182 # with a dollar sign (not a hyphen), so the echo should work correctly.
8183 lt_compile=`echo "$ac_compile" | $SED \
8184 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8185 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8186 -e 's:$: $lt_compiler_flag:'`
8187 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8188 (eval "$lt_compile" 2>out/conftest.err)
8189 ac_status=$?
8190 cat out/conftest.err >&5
8191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8192 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8193 then
8194 # The compiler can only warn and ignore the option if not recognized
8195 # So say no if there are warnings
8196 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8197 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8198 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8199 lt_cv_prog_compiler_c_o=yes
8200 fi
8201 fi
8202 chmod u+w . 2>&5
8203 $RM conftest*
8204 # SGI C++ compiler will create directory out/ii_files/ for
8205 # template instantiation
8206 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8207 $RM out/* && rmdir out
8208 cd ..
8209 $RM -r conftest
8210 $RM conftest*
8211
8212 fi
8213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8214 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8215
8216
8217
8218
8219
8220
8221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8222 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8223 if ${lt_cv_prog_compiler_c_o+:} false; then :
8224 $as_echo_n "(cached) " >&6
8225 else
8226 lt_cv_prog_compiler_c_o=no
8227 $RM -r conftest 2>/dev/null
8228 mkdir conftest
8229 cd conftest
8230 mkdir out
8231 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8232
8233 lt_compiler_flag="-o out/conftest2.$ac_objext"
8234 # Insert the option either (1) after the last *FLAGS variable, or
8235 # (2) before a word containing "conftest.", or (3) at the end.
8236 # Note that $ac_compile itself does not contain backslashes and begins
8237 # with a dollar sign (not a hyphen), so the echo should work correctly.
8238 lt_compile=`echo "$ac_compile" | $SED \
8239 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8240 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8241 -e 's:$: $lt_compiler_flag:'`
8242 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8243 (eval "$lt_compile" 2>out/conftest.err)
8244 ac_status=$?
8245 cat out/conftest.err >&5
8246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8247 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8248 then
8249 # The compiler can only warn and ignore the option if not recognized
8250 # So say no if there are warnings
8251 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8252 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8253 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8254 lt_cv_prog_compiler_c_o=yes
8255 fi
8256 fi
8257 chmod u+w . 2>&5
8258 $RM conftest*
8259 # SGI C++ compiler will create directory out/ii_files/ for
8260 # template instantiation
8261 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8262 $RM out/* && rmdir out
8263 cd ..
8264 $RM -r conftest
8265 $RM conftest*
8266
8267 fi
8268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8269 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8270
8271
8272
8273
8274 hard_links="nottested"
8275 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8276 # do not overwrite the value of need_locks provided by the user
8277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8278 $as_echo_n "checking if we can lock with hard links... " >&6; }
8279 hard_links=yes
8280 $RM conftest*
8281 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8282 touch conftest.a
8283 ln conftest.a conftest.b 2>&5 || hard_links=no
8284 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8286 $as_echo "$hard_links" >&6; }
8287 if test "$hard_links" = no; then
8288 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8289 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8290 need_locks=warn
8291 fi
8292 else
8293 need_locks=no
8294 fi
8295
8296
8297
8298
8299
8300
8301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8302 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8303
8304 runpath_var=
8305 allow_undefined_flag=
8306 always_export_symbols=no
8307 archive_cmds=
8308 archive_expsym_cmds=
8309 compiler_needs_object=no
8310 enable_shared_with_static_runtimes=no
8311 export_dynamic_flag_spec=
8312 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8313 hardcode_automatic=no
8314 hardcode_direct=no
8315 hardcode_direct_absolute=no
8316 hardcode_libdir_flag_spec=
8317 hardcode_libdir_flag_spec_ld=
8318 hardcode_libdir_separator=
8319 hardcode_minus_L=no
8320 hardcode_shlibpath_var=unsupported
8321 inherit_rpath=no
8322 link_all_deplibs=unknown
8323 module_cmds=
8324 module_expsym_cmds=
8325 old_archive_from_new_cmds=
8326 old_archive_from_expsyms_cmds=
8327 thread_safe_flag_spec=
8328 whole_archive_flag_spec=
8329 # include_expsyms should be a list of space-separated symbols to be *always*
8330 # included in the symbol list
8331 include_expsyms=
8332 # exclude_expsyms can be an extended regexp of symbols to exclude
8333 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8334 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8335 # as well as any symbol that contains `d'.
8336 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8337 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8338 # platforms (ab)use it in PIC code, but their linkers get confused if
8339 # the symbol is explicitly referenced. Since portable code cannot
8340 # rely on this symbol name, it's probably fine to never include it in
8341 # preloaded symbol tables.
8342 # Exclude shared library initialization/finalization symbols.
8343 extract_expsyms_cmds=
8344
8345 case $host_os in
8346 cygwin* | mingw* | pw32* | cegcc*)
8347 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8348 # When not using gcc, we currently assume that we are using
8349 # Microsoft Visual C++.
8350 if test "$GCC" != yes; then
8351 with_gnu_ld=no
8352 fi
8353 ;;
8354 interix*)
8355 # we just hope/assume this is gcc and not c89 (= MSVC++)
8356 with_gnu_ld=yes
8357 ;;
8358 openbsd*)
8359 with_gnu_ld=no
8360 ;;
8361 esac
8362
8363 ld_shlibs=yes
8364
8365 # On some targets, GNU ld is compatible enough with the native linker
8366 # that we're better off using the native interface for both.
8367 lt_use_gnu_ld_interface=no
8368 if test "$with_gnu_ld" = yes; then
8369 case $host_os in
8370 aix*)
8371 # The AIX port of GNU ld has always aspired to compatibility
8372 # with the native linker. However, as the warning in the GNU ld
8373 # block says, versions before 2.19.5* couldn't really create working
8374 # shared libraries, regardless of the interface used.
8375 case `$LD -v 2>&1` in
8376 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8377 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8378 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8379 *)
8380 lt_use_gnu_ld_interface=yes
8381 ;;
8382 esac
8383 ;;
8384 *)
8385 lt_use_gnu_ld_interface=yes
8386 ;;
8387 esac
8388 fi
8389
8390 if test "$lt_use_gnu_ld_interface" = yes; then
8391 # If archive_cmds runs LD, not CC, wlarc should be empty
8392 wlarc='${wl}'
8393
8394 # Set some defaults for GNU ld with shared library support. These
8395 # are reset later if shared libraries are not supported. Putting them
8396 # here allows them to be overridden if necessary.
8397 runpath_var=LD_RUN_PATH
8398 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8399 export_dynamic_flag_spec='${wl}--export-dynamic'
8400 # ancient GNU ld didn't support --whole-archive et. al.
8401 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8402 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8403 else
8404 whole_archive_flag_spec=
8405 fi
8406 supports_anon_versioning=no
8407 case `$LD -v 2>&1` in
8408 *GNU\ gold*) supports_anon_versioning=yes ;;
8409 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8410 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8411 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8412 *\ 2.11.*) ;; # other 2.11 versions
8413 *) supports_anon_versioning=yes ;;
8414 esac
8415
8416 # See if GNU ld supports shared libraries.
8417 case $host_os in
8418 aix[3-9]*)
8419 # On AIX/PPC, the GNU linker is very broken
8420 if test "$host_cpu" != ia64; then
8421 ld_shlibs=no
8422 cat <<_LT_EOF 1>&2
8423
8424 *** Warning: the GNU linker, at least up to release 2.19, is reported
8425 *** to be unable to reliably create shared libraries on AIX.
8426 *** Therefore, libtool is disabling shared libraries support. If you
8427 *** really care for shared libraries, you may want to install binutils
8428 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8429 *** You will then need to restart the configuration process.
8430
8431 _LT_EOF
8432 fi
8433 ;;
8434
8435 amigaos*)
8436 case $host_cpu in
8437 powerpc)
8438 # see comment about AmigaOS4 .so support
8439 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8440 archive_expsym_cmds=''
8441 ;;
8442 m68k)
8443 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)'
8444 hardcode_libdir_flag_spec='-L$libdir'
8445 hardcode_minus_L=yes
8446 ;;
8447 esac
8448 ;;
8449
8450 beos*)
8451 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8452 allow_undefined_flag=unsupported
8453 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8454 # support --undefined. This deserves some investigation. FIXME
8455 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8456 else
8457 ld_shlibs=no
8458 fi
8459 ;;
8460
8461 cygwin* | mingw* | pw32* | cegcc*)
8462 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8463 # as there is no search path for DLLs.
8464 hardcode_libdir_flag_spec='-L$libdir'
8465 export_dynamic_flag_spec='${wl}--export-all-symbols'
8466 allow_undefined_flag=unsupported
8467 always_export_symbols=no
8468 enable_shared_with_static_runtimes=yes
8469 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8470
8471 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8472 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8473 # If the export-symbols file already is a .def file (1st line
8474 # is EXPORTS), use it as is; otherwise, prepend...
8475 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8476 cp $export_symbols $output_objdir/$soname.def;
8477 else
8478 echo EXPORTS > $output_objdir/$soname.def;
8479 cat $export_symbols >> $output_objdir/$soname.def;
8480 fi~
8481 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8482 else
8483 ld_shlibs=no
8484 fi
8485 ;;
8486
8487 haiku*)
8488 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8489 link_all_deplibs=yes
8490 ;;
8491
8492 interix[3-9]*)
8493 hardcode_direct=no
8494 hardcode_shlibpath_var=no
8495 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8496 export_dynamic_flag_spec='${wl}-E'
8497 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8498 # Instead, shared libraries are loaded at an image base (0x10000000 by
8499 # default) and relocated if they conflict, which is a slow very memory
8500 # consuming and fragmenting process. To avoid this, we pick a random,
8501 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8502 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8503 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8504 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'
8505 ;;
8506
8507 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8508 tmp_diet=no
8509 if test "$host_os" = linux-dietlibc; then
8510 case $cc_basename in
8511 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8512 esac
8513 fi
8514 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8515 && test "$tmp_diet" = no
8516 then
8517 tmp_addflag=' $pic_flag'
8518 tmp_sharedflag='-shared'
8519 case $cc_basename,$host_cpu in
8520 pgcc*) # Portland Group C compiler
8521 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'
8522 tmp_addflag=' $pic_flag'
8523 ;;
8524 pgf77* | pgf90* | pgf95* | pgfortran*)
8525 # Portland Group f77 and f90 compilers
8526 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'
8527 tmp_addflag=' $pic_flag -Mnomain' ;;
8528 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8529 tmp_addflag=' -i_dynamic' ;;
8530 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8531 tmp_addflag=' -i_dynamic -nofor_main' ;;
8532 ifc* | ifort*) # Intel Fortran compiler
8533 tmp_addflag=' -nofor_main' ;;
8534 lf95*) # Lahey Fortran 8.1
8535 whole_archive_flag_spec=
8536 tmp_sharedflag='--shared' ;;
8537 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8538 tmp_sharedflag='-qmkshrobj'
8539 tmp_addflag= ;;
8540 nvcc*) # Cuda Compiler Driver 2.2
8541 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'
8542 compiler_needs_object=yes
8543 ;;
8544 esac
8545 case `$CC -V 2>&1 | sed 5q` in
8546 *Sun\ C*) # Sun C 5.9
8547 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'
8548 compiler_needs_object=yes
8549 tmp_sharedflag='-G' ;;
8550 *Sun\ F*) # Sun Fortran 8.3
8551 tmp_sharedflag='-G' ;;
8552 esac
8553 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8554
8555 if test "x$supports_anon_versioning" = xyes; then
8556 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8557 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8558 echo "local: *; };" >> $output_objdir/$libname.ver~
8559 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8560 fi
8561
8562 case $cc_basename in
8563 xlf* | bgf* | bgxlf* | mpixlf*)
8564 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8565 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8566 hardcode_libdir_flag_spec=
8567 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8568 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8569 if test "x$supports_anon_versioning" = xyes; then
8570 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8571 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8572 echo "local: *; };" >> $output_objdir/$libname.ver~
8573 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8574 fi
8575 ;;
8576 esac
8577 else
8578 ld_shlibs=no
8579 fi
8580 ;;
8581
8582 netbsd*)
8583 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8584 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8585 wlarc=
8586 else
8587 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8588 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8589 fi
8590 ;;
8591
8592 solaris*)
8593 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8594 ld_shlibs=no
8595 cat <<_LT_EOF 1>&2
8596
8597 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8598 *** create shared libraries on Solaris systems. Therefore, libtool
8599 *** is disabling shared libraries support. We urge you to upgrade GNU
8600 *** binutils to release 2.9.1 or newer. Another option is to modify
8601 *** your PATH or compiler configuration so that the native linker is
8602 *** used, and then restart.
8603
8604 _LT_EOF
8605 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8606 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8607 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8608 else
8609 ld_shlibs=no
8610 fi
8611 ;;
8612
8613 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8614 case `$LD -v 2>&1` in
8615 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8616 ld_shlibs=no
8617 cat <<_LT_EOF 1>&2
8618
8619 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8620 *** reliably create shared libraries on SCO systems. Therefore, libtool
8621 *** is disabling shared libraries support. We urge you to upgrade GNU
8622 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8623 *** your PATH or compiler configuration so that the native linker is
8624 *** used, and then restart.
8625
8626 _LT_EOF
8627 ;;
8628 *)
8629 # For security reasons, it is highly recommended that you always
8630 # use absolute paths for naming shared libraries, and exclude the
8631 # DT_RUNPATH tag from executables and libraries. But doing so
8632 # requires that you compile everything twice, which is a pain.
8633 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8634 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8635 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8636 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8637 else
8638 ld_shlibs=no
8639 fi
8640 ;;
8641 esac
8642 ;;
8643
8644 sunos4*)
8645 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8646 wlarc=
8647 hardcode_direct=yes
8648 hardcode_shlibpath_var=no
8649 ;;
8650
8651 *)
8652 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8653 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8654 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8655 else
8656 ld_shlibs=no
8657 fi
8658 ;;
8659 esac
8660
8661 if test "$ld_shlibs" = no; then
8662 runpath_var=
8663 hardcode_libdir_flag_spec=
8664 export_dynamic_flag_spec=
8665 whole_archive_flag_spec=
8666 fi
8667 else
8668 # PORTME fill in a description of your system's linker (not GNU ld)
8669 case $host_os in
8670 aix3*)
8671 allow_undefined_flag=unsupported
8672 always_export_symbols=yes
8673 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'
8674 # Note: this linker hardcodes the directories in LIBPATH if there
8675 # are no directories specified by -L.
8676 hardcode_minus_L=yes
8677 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8678 # Neither direct hardcoding nor static linking is supported with a
8679 # broken collect2.
8680 hardcode_direct=unsupported
8681 fi
8682 ;;
8683
8684 aix[4-9]*)
8685 if test "$host_cpu" = ia64; then
8686 # On IA64, the linker does run time linking by default, so we don't
8687 # have to do anything special.
8688 aix_use_runtimelinking=no
8689 exp_sym_flag='-Bexport'
8690 no_entry_flag=""
8691 else
8692 # If we're using GNU nm, then we don't want the "-C" option.
8693 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8694 # Also, AIX nm treats weak defined symbols like other global
8695 # defined symbols, whereas GNU nm marks them as "W".
8696 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8697 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'
8698 else
8699 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8700 fi
8701 aix_use_runtimelinking=no
8702
8703 # Test if we are trying to use run time linking or normal
8704 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8705 # need to do runtime linking.
8706 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8707 for ld_flag in $LDFLAGS; do
8708 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8709 aix_use_runtimelinking=yes
8710 break
8711 fi
8712 done
8713 ;;
8714 esac
8715
8716 exp_sym_flag='-bexport'
8717 no_entry_flag='-bnoentry'
8718 fi
8719
8720 # When large executables or shared objects are built, AIX ld can
8721 # have problems creating the table of contents. If linking a library
8722 # or program results in "error TOC overflow" add -mminimal-toc to
8723 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8724 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8725
8726 archive_cmds=''
8727 hardcode_direct=yes
8728 hardcode_direct_absolute=yes
8729 hardcode_libdir_separator=':'
8730 link_all_deplibs=yes
8731 file_list_spec='${wl}-f,'
8732
8733 if test "$GCC" = yes; then
8734 case $host_os in aix4.[012]|aix4.[012].*)
8735 # We only want to do this on AIX 4.2 and lower, the check
8736 # below for broken collect2 doesn't work under 4.3+
8737 collect2name=`${CC} -print-prog-name=collect2`
8738 if test -f "$collect2name" &&
8739 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8740 then
8741 # We have reworked collect2
8742 :
8743 else
8744 # We have old collect2
8745 hardcode_direct=unsupported
8746 # It fails to find uninstalled libraries when the uninstalled
8747 # path is not listed in the libpath. Setting hardcode_minus_L
8748 # to unsupported forces relinking
8749 hardcode_minus_L=yes
8750 hardcode_libdir_flag_spec='-L$libdir'
8751 hardcode_libdir_separator=
8752 fi
8753 ;;
8754 esac
8755 shared_flag='-shared'
8756 if test "$aix_use_runtimelinking" = yes; then
8757 shared_flag="$shared_flag "'${wl}-G'
8758 fi
8759 else
8760 # not using gcc
8761 if test "$host_cpu" = ia64; then
8762 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8763 # chokes on -Wl,-G. The following line is correct:
8764 shared_flag='-G'
8765 else
8766 if test "$aix_use_runtimelinking" = yes; then
8767 shared_flag='${wl}-G'
8768 else
8769 shared_flag='${wl}-bM:SRE'
8770 fi
8771 fi
8772 fi
8773
8774 export_dynamic_flag_spec='${wl}-bexpall'
8775 # It seems that -bexpall does not export symbols beginning with
8776 # underscore (_), so it is better to generate a list of symbols to export.
8777 always_export_symbols=yes
8778 if test "$aix_use_runtimelinking" = yes; then
8779 # Warning - without using the other runtime loading flags (-brtl),
8780 # -berok will link without error, but may produce a broken library.
8781 allow_undefined_flag='-berok'
8782 # Determine the default libpath from the value encoded in an
8783 # empty executable.
8784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8785 /* end confdefs.h. */
8786
8787 int
8788 main ()
8789 {
8790
8791 ;
8792 return 0;
8793 }
8794 _ACEOF
8795 if ac_fn_c_try_link "$LINENO"; then :
8796
8797 lt_aix_libpath_sed='
8798 /Import File Strings/,/^$/ {
8799 /^0/ {
8800 s/^0 *\(.*\)$/\1/
8801 p
8802 }
8803 }'
8804 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8805 # Check for a 64-bit object if we didn't find anything.
8806 if test -z "$aix_libpath"; then
8807 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8808 fi
8809 fi
8810 rm -f core conftest.err conftest.$ac_objext \
8811 conftest$ac_exeext conftest.$ac_ext
8812 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8813
8814 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8815 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"
8816 else
8817 if test "$host_cpu" = ia64; then
8818 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8819 allow_undefined_flag="-z nodefs"
8820 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"
8821 else
8822 # Determine the default libpath from the value encoded in an
8823 # empty executable.
8824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8825 /* end confdefs.h. */
8826
8827 int
8828 main ()
8829 {
8830
8831 ;
8832 return 0;
8833 }
8834 _ACEOF
8835 if ac_fn_c_try_link "$LINENO"; then :
8836
8837 lt_aix_libpath_sed='
8838 /Import File Strings/,/^$/ {
8839 /^0/ {
8840 s/^0 *\(.*\)$/\1/
8841 p
8842 }
8843 }'
8844 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8845 # Check for a 64-bit object if we didn't find anything.
8846 if test -z "$aix_libpath"; then
8847 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8848 fi
8849 fi
8850 rm -f core conftest.err conftest.$ac_objext \
8851 conftest$ac_exeext conftest.$ac_ext
8852 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8853
8854 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8855 # Warning - without using the other run time loading flags,
8856 # -berok will link without error, but may produce a broken library.
8857 no_undefined_flag=' ${wl}-bernotok'
8858 allow_undefined_flag=' ${wl}-berok'
8859 if test "$with_gnu_ld" = yes; then
8860 # We only use this code for GNU lds that support --whole-archive.
8861 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8862 else
8863 # Exported symbols can be pulled into shared objects from archives
8864 whole_archive_flag_spec='$convenience'
8865 fi
8866 archive_cmds_need_lc=yes
8867 # This is similar to how AIX traditionally builds its shared libraries.
8868 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'
8869 fi
8870 fi
8871 ;;
8872
8873 amigaos*)
8874 case $host_cpu in
8875 powerpc)
8876 # see comment about AmigaOS4 .so support
8877 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8878 archive_expsym_cmds=''
8879 ;;
8880 m68k)
8881 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)'
8882 hardcode_libdir_flag_spec='-L$libdir'
8883 hardcode_minus_L=yes
8884 ;;
8885 esac
8886 ;;
8887
8888 bsdi[45]*)
8889 export_dynamic_flag_spec=-rdynamic
8890 ;;
8891
8892 cygwin* | mingw* | pw32* | cegcc*)
8893 # When not using gcc, we currently assume that we are using
8894 # Microsoft Visual C++.
8895 # hardcode_libdir_flag_spec is actually meaningless, as there is
8896 # no search path for DLLs.
8897 hardcode_libdir_flag_spec=' '
8898 allow_undefined_flag=unsupported
8899 # Tell ltmain to make .lib files, not .a files.
8900 libext=lib
8901 # Tell ltmain to make .dll files, not .so files.
8902 shrext_cmds=".dll"
8903 # FIXME: Setting linknames here is a bad hack.
8904 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8905 # The linker will automatically build a .lib file if we build a DLL.
8906 old_archive_from_new_cmds='true'
8907 # FIXME: Should let the user specify the lib program.
8908 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8909 fix_srcfile_path='`cygpath -w "$srcfile"`'
8910 enable_shared_with_static_runtimes=yes
8911 ;;
8912
8913 darwin* | rhapsody*)
8914
8915
8916 archive_cmds_need_lc=no
8917 hardcode_direct=no
8918 hardcode_automatic=yes
8919 hardcode_shlibpath_var=unsupported
8920 if test "$lt_cv_ld_force_load" = "yes"; then
8921 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\"`'
8922 else
8923 whole_archive_flag_spec=''
8924 fi
8925 link_all_deplibs=yes
8926 allow_undefined_flag="$_lt_dar_allow_undefined"
8927 case $cc_basename in
8928 ifort*) _lt_dar_can_shared=yes ;;
8929 *) _lt_dar_can_shared=$GCC ;;
8930 esac
8931 if test "$_lt_dar_can_shared" = "yes"; then
8932 output_verbose_link_cmd=func_echo_all
8933 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8934 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8935 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}"
8936 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}"
8937
8938 else
8939 ld_shlibs=no
8940 fi
8941
8942 ;;
8943
8944 dgux*)
8945 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8946 hardcode_libdir_flag_spec='-L$libdir'
8947 hardcode_shlibpath_var=no
8948 ;;
8949
8950 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8951 # support. Future versions do this automatically, but an explicit c++rt0.o
8952 # does not break anything, and helps significantly (at the cost of a little
8953 # extra space).
8954 freebsd2.2*)
8955 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8956 hardcode_libdir_flag_spec='-R$libdir'
8957 hardcode_direct=yes
8958 hardcode_shlibpath_var=no
8959 ;;
8960
8961 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8962 freebsd2.*)
8963 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8964 hardcode_direct=yes
8965 hardcode_minus_L=yes
8966 hardcode_shlibpath_var=no
8967 ;;
8968
8969 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8970 freebsd* | dragonfly*)
8971 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8972 hardcode_libdir_flag_spec='-R$libdir'
8973 hardcode_direct=yes
8974 hardcode_shlibpath_var=no
8975 ;;
8976
8977 hpux9*)
8978 if test "$GCC" = yes; then
8979 archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8980 else
8981 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'
8982 fi
8983 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8984 hardcode_libdir_separator=:
8985 hardcode_direct=yes
8986
8987 # hardcode_minus_L: Not really in the search PATH,
8988 # but as the default location of the library.
8989 hardcode_minus_L=yes
8990 export_dynamic_flag_spec='${wl}-E'
8991 ;;
8992
8993 hpux10*)
8994 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8995 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8996 else
8997 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8998 fi
8999 if test "$with_gnu_ld" = no; then
9000 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9001 hardcode_libdir_flag_spec_ld='+b $libdir'
9002 hardcode_libdir_separator=:
9003 hardcode_direct=yes
9004 hardcode_direct_absolute=yes
9005 export_dynamic_flag_spec='${wl}-E'
9006 # hardcode_minus_L: Not really in the search PATH,
9007 # but as the default location of the library.
9008 hardcode_minus_L=yes
9009 fi
9010 ;;
9011
9012 hpux11*)
9013 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9014 case $host_cpu in
9015 hppa*64*)
9016 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9017 ;;
9018 ia64*)
9019 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9020 ;;
9021 *)
9022 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9023 ;;
9024 esac
9025 else
9026 case $host_cpu in
9027 hppa*64*)
9028 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9029 ;;
9030 ia64*)
9031 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9032 ;;
9033 *)
9034
9035 # Older versions of the 11.00 compiler do not understand -b yet
9036 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9038 $as_echo_n "checking if $CC understands -b... " >&6; }
9039 if ${lt_cv_prog_compiler__b+:} false; then :
9040 $as_echo_n "(cached) " >&6
9041 else
9042 lt_cv_prog_compiler__b=no
9043 save_LDFLAGS="$LDFLAGS"
9044 LDFLAGS="$LDFLAGS -b"
9045 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9046 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9047 # The linker can only warn and ignore the option if not recognized
9048 # So say no if there are warnings
9049 if test -s conftest.err; then
9050 # Append any errors to the config.log.
9051 cat conftest.err 1>&5
9052 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9053 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9054 if diff conftest.exp conftest.er2 >/dev/null; then
9055 lt_cv_prog_compiler__b=yes
9056 fi
9057 else
9058 lt_cv_prog_compiler__b=yes
9059 fi
9060 fi
9061 $RM -r conftest*
9062 LDFLAGS="$save_LDFLAGS"
9063
9064 fi
9065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9066 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9067
9068 if test x"$lt_cv_prog_compiler__b" = xyes; then
9069 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9070 else
9071 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9072 fi
9073
9074 ;;
9075 esac
9076 fi
9077 if test "$with_gnu_ld" = no; then
9078 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9079 hardcode_libdir_separator=:
9080
9081 case $host_cpu in
9082 hppa*64*|ia64*)
9083 hardcode_direct=no
9084 hardcode_shlibpath_var=no
9085 ;;
9086 *)
9087 hardcode_direct=yes
9088 hardcode_direct_absolute=yes
9089 export_dynamic_flag_spec='${wl}-E'
9090
9091 # hardcode_minus_L: Not really in the search PATH,
9092 # but as the default location of the library.
9093 hardcode_minus_L=yes
9094 ;;
9095 esac
9096 fi
9097 ;;
9098
9099 irix5* | irix6* | nonstopux*)
9100 if test "$GCC" = yes; then
9101 archive_cmds='$CC -shared $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'
9102 # Try to use the -exported_symbol ld option, if it does not
9103 # work, assume that -exports_file does not work either and
9104 # implicitly export all symbols.
9105 save_LDFLAGS="$LDFLAGS"
9106 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9108 /* end confdefs.h. */
9109 int foo(void) {}
9110 _ACEOF
9111 if ac_fn_c_try_link "$LINENO"; then :
9112 archive_expsym_cmds='$CC -shared $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'
9113
9114 fi
9115 rm -f core conftest.err conftest.$ac_objext \
9116 conftest$ac_exeext conftest.$ac_ext
9117 LDFLAGS="$save_LDFLAGS"
9118 else
9119 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'
9120 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'
9121 fi
9122 archive_cmds_need_lc='no'
9123 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9124 hardcode_libdir_separator=:
9125 inherit_rpath=yes
9126 link_all_deplibs=yes
9127 ;;
9128
9129 netbsd*)
9130 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9131 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9132 else
9133 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9134 fi
9135 hardcode_libdir_flag_spec='-R$libdir'
9136 hardcode_direct=yes
9137 hardcode_shlibpath_var=no
9138 ;;
9139
9140 newsos6)
9141 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9142 hardcode_direct=yes
9143 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9144 hardcode_libdir_separator=:
9145 hardcode_shlibpath_var=no
9146 ;;
9147
9148 *nto* | *qnx*)
9149 ;;
9150
9151 openbsd*)
9152 if test -f /usr/libexec/ld.so; then
9153 hardcode_direct=yes
9154 hardcode_shlibpath_var=no
9155 hardcode_direct_absolute=yes
9156 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9157 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9158 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9159 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9160 export_dynamic_flag_spec='${wl}-E'
9161 else
9162 case $host_os in
9163 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9164 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9165 hardcode_libdir_flag_spec='-R$libdir'
9166 ;;
9167 *)
9168 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9169 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9170 ;;
9171 esac
9172 fi
9173 else
9174 ld_shlibs=no
9175 fi
9176 ;;
9177
9178 os2*)
9179 hardcode_libdir_flag_spec='-L$libdir'
9180 hardcode_minus_L=yes
9181 allow_undefined_flag=unsupported
9182 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'
9183 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9184 ;;
9185
9186 osf3*)
9187 if test "$GCC" = yes; then
9188 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9189 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'
9190 else
9191 allow_undefined_flag=' -expect_unresolved \*'
9192 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'
9193 fi
9194 archive_cmds_need_lc='no'
9195 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9196 hardcode_libdir_separator=:
9197 ;;
9198
9199 osf4* | osf5*) # as osf3* with the addition of -msym flag
9200 if test "$GCC" = yes; then
9201 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9202 archive_cmds='$CC -shared${allow_undefined_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'
9203 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9204 else
9205 allow_undefined_flag=' -expect_unresolved \*'
9206 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'
9207 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~
9208 $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'
9209
9210 # Both c and cxx compiler support -rpath directly
9211 hardcode_libdir_flag_spec='-rpath $libdir'
9212 fi
9213 archive_cmds_need_lc='no'
9214 hardcode_libdir_separator=:
9215 ;;
9216
9217 solaris*)
9218 no_undefined_flag=' -z defs'
9219 if test "$GCC" = yes; then
9220 wlarc='${wl}'
9221 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9222 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9223 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9224 else
9225 case `$CC -V 2>&1` in
9226 *"Compilers 5.0"*)
9227 wlarc=''
9228 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9229 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9230 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9231 ;;
9232 *)
9233 wlarc='${wl}'
9234 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9235 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9236 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9237 ;;
9238 esac
9239 fi
9240 hardcode_libdir_flag_spec='-R$libdir'
9241 hardcode_shlibpath_var=no
9242 case $host_os in
9243 solaris2.[0-5] | solaris2.[0-5].*) ;;
9244 *)
9245 # The compiler driver will combine and reorder linker options,
9246 # but understands `-z linker_flag'. GCC discards it without `$wl',
9247 # but is careful enough not to reorder.
9248 # Supported since Solaris 2.6 (maybe 2.5.1?)
9249 if test "$GCC" = yes; then
9250 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9251 else
9252 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9253 fi
9254 ;;
9255 esac
9256 link_all_deplibs=yes
9257 ;;
9258
9259 sunos4*)
9260 if test "x$host_vendor" = xsequent; then
9261 # Use $CC to link under sequent, because it throws in some extra .o
9262 # files that make .init and .fini sections work.
9263 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9264 else
9265 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9266 fi
9267 hardcode_libdir_flag_spec='-L$libdir'
9268 hardcode_direct=yes
9269 hardcode_minus_L=yes
9270 hardcode_shlibpath_var=no
9271 ;;
9272
9273 sysv4)
9274 case $host_vendor in
9275 sni)
9276 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9277 hardcode_direct=yes # is this really true???
9278 ;;
9279 siemens)
9280 ## LD is ld it makes a PLAMLIB
9281 ## CC just makes a GrossModule.
9282 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9283 reload_cmds='$CC -r -o $output$reload_objs'
9284 hardcode_direct=no
9285 ;;
9286 motorola)
9287 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9288 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9289 ;;
9290 esac
9291 runpath_var='LD_RUN_PATH'
9292 hardcode_shlibpath_var=no
9293 ;;
9294
9295 sysv4.3*)
9296 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9297 hardcode_shlibpath_var=no
9298 export_dynamic_flag_spec='-Bexport'
9299 ;;
9300
9301 sysv4*MP*)
9302 if test -d /usr/nec; then
9303 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9304 hardcode_shlibpath_var=no
9305 runpath_var=LD_RUN_PATH
9306 hardcode_runpath_var=yes
9307 ld_shlibs=yes
9308 fi
9309 ;;
9310
9311 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9312 no_undefined_flag='${wl}-z,text'
9313 archive_cmds_need_lc=no
9314 hardcode_shlibpath_var=no
9315 runpath_var='LD_RUN_PATH'
9316
9317 if test "$GCC" = yes; then
9318 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9319 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9320 else
9321 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9322 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9323 fi
9324 ;;
9325
9326 sysv5* | sco3.2v5* | sco5v6*)
9327 # Note: We can NOT use -z defs as we might desire, because we do not
9328 # link with -lc, and that would cause any symbols used from libc to
9329 # always be unresolved, which means just about no library would
9330 # ever link correctly. If we're not using GNU ld we use -z text
9331 # though, which does catch some bad symbols but isn't as heavy-handed
9332 # as -z defs.
9333 no_undefined_flag='${wl}-z,text'
9334 allow_undefined_flag='${wl}-z,nodefs'
9335 archive_cmds_need_lc=no
9336 hardcode_shlibpath_var=no
9337 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9338 hardcode_libdir_separator=':'
9339 link_all_deplibs=yes
9340 export_dynamic_flag_spec='${wl}-Bexport'
9341 runpath_var='LD_RUN_PATH'
9342
9343 if test "$GCC" = yes; then
9344 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9345 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9346 else
9347 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9348 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9349 fi
9350 ;;
9351
9352 uts4*)
9353 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9354 hardcode_libdir_flag_spec='-L$libdir'
9355 hardcode_shlibpath_var=no
9356 ;;
9357
9358 *)
9359 ld_shlibs=no
9360 ;;
9361 esac
9362
9363 if test x$host_vendor = xsni; then
9364 case $host in
9365 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9366 export_dynamic_flag_spec='${wl}-Blargedynsym'
9367 ;;
9368 esac
9369 fi
9370 fi
9371
9372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9373 $as_echo "$ld_shlibs" >&6; }
9374 test "$ld_shlibs" = no && can_build_shared=no
9375
9376 with_gnu_ld=$with_gnu_ld
9377
9378
9379
9380
9381
9382
9383
9384
9385
9386
9387
9388
9389
9390
9391
9392 #
9393 # Do we need to explicitly link libc?
9394 #
9395 case "x$archive_cmds_need_lc" in
9396 x|xyes)
9397 # Assume -lc should be added
9398 archive_cmds_need_lc=yes
9399
9400 if test "$enable_shared" = yes && test "$GCC" = yes; then
9401 case $archive_cmds in
9402 *'~'*)
9403 # FIXME: we may have to deal with multi-command sequences.
9404 ;;
9405 '$CC '*)
9406 # Test whether the compiler implicitly links with -lc since on some
9407 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9408 # to ld, don't add -lc before -lgcc.
9409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9410 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9411 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9412 $as_echo_n "(cached) " >&6
9413 else
9414 $RM conftest*
9415 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9416
9417 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9418 (eval $ac_compile) 2>&5
9419 ac_status=$?
9420 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9421 test $ac_status = 0; } 2>conftest.err; then
9422 soname=conftest
9423 lib=conftest
9424 libobjs=conftest.$ac_objext
9425 deplibs=
9426 wl=$lt_prog_compiler_wl
9427 pic_flag=$lt_prog_compiler_pic
9428 compiler_flags=-v
9429 linker_flags=-v
9430 verstring=
9431 output_objdir=.
9432 libname=conftest
9433 lt_save_allow_undefined_flag=$allow_undefined_flag
9434 allow_undefined_flag=
9435 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9436 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9437 ac_status=$?
9438 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9439 test $ac_status = 0; }
9440 then
9441 lt_cv_archive_cmds_need_lc=no
9442 else
9443 lt_cv_archive_cmds_need_lc=yes
9444 fi
9445 allow_undefined_flag=$lt_save_allow_undefined_flag
9446 else
9447 cat conftest.err 1>&5
9448 fi
9449 $RM conftest*
9450
9451 fi
9452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9453 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9454 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9455 ;;
9456 esac
9457 fi
9458 ;;
9459 esac
9460
9461
9462
9463
9464
9465
9466
9467
9468
9469
9470
9471
9472
9473
9474
9475
9476
9477
9478
9479
9480
9481
9482
9483
9484
9485
9486
9487
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
9510
9511
9512
9513
9514
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9525
9526
9527
9528
9529
9530
9531
9532
9533
9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
9544
9545
9546
9547
9548
9549
9550
9551
9552
9553
9554
9555
9556
9557
9558
9559
9560
9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
9574
9575
9576
9577
9578
9579
9580
9581
9582
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616
9617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9618 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9619
9620 if test "$GCC" = yes; then
9621 case $host_os in
9622 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9623 *) lt_awk_arg="/^libraries:/" ;;
9624 esac
9625 case $host_os in
9626 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9627 *) lt_sed_strip_eq="s,=/,/,g" ;;
9628 esac
9629 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9630 case $lt_search_path_spec in
9631 *\;*)
9632 # if the path contains ";" then we assume it to be the separator
9633 # otherwise default to the standard path separator (i.e. ":") - it is
9634 # assumed that no part of a normal pathname contains ";" but that should
9635 # okay in the real world where ";" in dirpaths is itself problematic.
9636 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9637 ;;
9638 *)
9639 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9640 ;;
9641 esac
9642 # Ok, now we have the path, separated by spaces, we can step through it
9643 # and add multilib dir if necessary.
9644 lt_tmp_lt_search_path_spec=
9645 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9646 for lt_sys_path in $lt_search_path_spec; do
9647 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9648 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9649 else
9650 test -d "$lt_sys_path" && \
9651 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9652 fi
9653 done
9654 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9655 BEGIN {RS=" "; FS="/|\n";} {
9656 lt_foo="";
9657 lt_count=0;
9658 for (lt_i = NF; lt_i > 0; lt_i--) {
9659 if ($lt_i != "" && $lt_i != ".") {
9660 if ($lt_i == "..") {
9661 lt_count++;
9662 } else {
9663 if (lt_count == 0) {
9664 lt_foo="/" $lt_i lt_foo;
9665 } else {
9666 lt_count--;
9667 }
9668 }
9669 }
9670 }
9671 if (lt_foo != "") { lt_freq[lt_foo]++; }
9672 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9673 }'`
9674 # AWK program above erroneously prepends '/' to C:/dos/paths
9675 # for these hosts.
9676 case $host_os in
9677 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9678 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9679 esac
9680 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9681 else
9682 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9683 fi
9684 library_names_spec=
9685 libname_spec='lib$name'
9686 soname_spec=
9687 shrext_cmds=".so"
9688 postinstall_cmds=
9689 postuninstall_cmds=
9690 finish_cmds=
9691 finish_eval=
9692 shlibpath_var=
9693 shlibpath_overrides_runpath=unknown
9694 version_type=none
9695 dynamic_linker="$host_os ld.so"
9696 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9697 need_lib_prefix=unknown
9698 hardcode_into_libs=no
9699
9700 # when you set need_version to no, make sure it does not cause -set_version
9701 # flags to be left without arguments
9702 need_version=unknown
9703
9704 case $host_os in
9705 aix3*)
9706 version_type=linux
9707 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9708 shlibpath_var=LIBPATH
9709
9710 # AIX 3 has no versioning support, so we append a major version to the name.
9711 soname_spec='${libname}${release}${shared_ext}$major'
9712 ;;
9713
9714 aix[4-9]*)
9715 version_type=linux
9716 need_lib_prefix=no
9717 need_version=no
9718 hardcode_into_libs=yes
9719 if test "$host_cpu" = ia64; then
9720 # AIX 5 supports IA64
9721 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9722 shlibpath_var=LD_LIBRARY_PATH
9723 else
9724 # With GCC up to 2.95.x, collect2 would create an import file
9725 # for dependence libraries. The import file would start with
9726 # the line `#! .'. This would cause the generated library to
9727 # depend on `.', always an invalid library. This was fixed in
9728 # development snapshots of GCC prior to 3.0.
9729 case $host_os in
9730 aix4 | aix4.[01] | aix4.[01].*)
9731 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9732 echo ' yes '
9733 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9734 :
9735 else
9736 can_build_shared=no
9737 fi
9738 ;;
9739 esac
9740 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9741 # soname into executable. Probably we can add versioning support to
9742 # collect2, so additional links can be useful in future.
9743 if test "$aix_use_runtimelinking" = yes; then
9744 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9745 # instead of lib<name>.a to let people know that these are not
9746 # typical AIX shared libraries.
9747 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9748 else
9749 # We preserve .a as extension for shared libraries through AIX4.2
9750 # and later when we are not doing run time linking.
9751 library_names_spec='${libname}${release}.a $libname.a'
9752 soname_spec='${libname}${release}${shared_ext}$major'
9753 fi
9754 shlibpath_var=LIBPATH
9755 fi
9756 ;;
9757
9758 amigaos*)
9759 case $host_cpu in
9760 powerpc)
9761 # Since July 2007 AmigaOS4 officially supports .so libraries.
9762 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9763 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9764 ;;
9765 m68k)
9766 library_names_spec='$libname.ixlibrary $libname.a'
9767 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9768 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'
9769 ;;
9770 esac
9771 ;;
9772
9773 beos*)
9774 library_names_spec='${libname}${shared_ext}'
9775 dynamic_linker="$host_os ld.so"
9776 shlibpath_var=LIBRARY_PATH
9777 ;;
9778
9779 bsdi[45]*)
9780 version_type=linux
9781 need_version=no
9782 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9783 soname_spec='${libname}${release}${shared_ext}$major'
9784 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9785 shlibpath_var=LD_LIBRARY_PATH
9786 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9787 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9788 # the default ld.so.conf also contains /usr/contrib/lib and
9789 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9790 # libtool to hard-code these into programs
9791 ;;
9792
9793 cygwin* | mingw* | pw32* | cegcc*)
9794 version_type=windows
9795 shrext_cmds=".dll"
9796 need_version=no
9797 need_lib_prefix=no
9798
9799 case $GCC,$host_os in
9800 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9801 library_names_spec='$libname.dll.a'
9802 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9803 postinstall_cmds='base_file=`basename \${file}`~
9804 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9805 dldir=$destdir/`dirname \$dlpath`~
9806 test -d \$dldir || mkdir -p \$dldir~
9807 $install_prog $dir/$dlname \$dldir/$dlname~
9808 chmod a+x \$dldir/$dlname~
9809 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9810 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9811 fi'
9812 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9813 dlpath=$dir/\$dldll~
9814 $RM \$dlpath'
9815 shlibpath_overrides_runpath=yes
9816
9817 case $host_os in
9818 cygwin*)
9819 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9820 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9821
9822 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9823 ;;
9824 mingw* | cegcc*)
9825 # MinGW DLLs use traditional 'lib' prefix
9826 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9827 ;;
9828 pw32*)
9829 # pw32 DLLs use 'pw' prefix rather than 'lib'
9830 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9831 ;;
9832 esac
9833 ;;
9834
9835 *)
9836 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9837 ;;
9838 esac
9839 dynamic_linker='Win32 ld.exe'
9840 # FIXME: first we should search . and the directory the executable is in
9841 shlibpath_var=PATH
9842 ;;
9843
9844 darwin* | rhapsody*)
9845 dynamic_linker="$host_os dyld"
9846 version_type=darwin
9847 need_lib_prefix=no
9848 need_version=no
9849 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9850 soname_spec='${libname}${release}${major}$shared_ext'
9851 shlibpath_overrides_runpath=yes
9852 shlibpath_var=DYLD_LIBRARY_PATH
9853 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9854
9855 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9856 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9857 ;;
9858
9859 dgux*)
9860 version_type=linux
9861 need_lib_prefix=no
9862 need_version=no
9863 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9864 soname_spec='${libname}${release}${shared_ext}$major'
9865 shlibpath_var=LD_LIBRARY_PATH
9866 ;;
9867
9868 freebsd* | dragonfly*)
9869 # DragonFly does not have aout. When/if they implement a new
9870 # versioning mechanism, adjust this.
9871 if test -x /usr/bin/objformat; then
9872 objformat=`/usr/bin/objformat`
9873 else
9874 case $host_os in
9875 freebsd[23].*) objformat=aout ;;
9876 *) objformat=elf ;;
9877 esac
9878 fi
9879 version_type=freebsd-$objformat
9880 case $version_type in
9881 freebsd-elf*)
9882 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9883 need_version=no
9884 need_lib_prefix=no
9885 ;;
9886 freebsd-*)
9887 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9888 need_version=yes
9889 ;;
9890 esac
9891 shlibpath_var=LD_LIBRARY_PATH
9892 case $host_os in
9893 freebsd2.*)
9894 shlibpath_overrides_runpath=yes
9895 ;;
9896 freebsd3.[01]* | freebsdelf3.[01]*)
9897 shlibpath_overrides_runpath=yes
9898 hardcode_into_libs=yes
9899 ;;
9900 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9901 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9902 shlibpath_overrides_runpath=no
9903 hardcode_into_libs=yes
9904 ;;
9905 *) # from 4.6 on, and DragonFly
9906 shlibpath_overrides_runpath=yes
9907 hardcode_into_libs=yes
9908 ;;
9909 esac
9910 ;;
9911
9912 haiku*)
9913 version_type=linux
9914 need_lib_prefix=no
9915 need_version=no
9916 dynamic_linker="$host_os runtime_loader"
9917 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9918 soname_spec='${libname}${release}${shared_ext}$major'
9919 shlibpath_var=LIBRARY_PATH
9920 shlibpath_overrides_runpath=yes
9921 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
9922 hardcode_into_libs=yes
9923 ;;
9924
9925 hpux9* | hpux10* | hpux11*)
9926 # Give a soname corresponding to the major version so that dld.sl refuses to
9927 # link against other versions.
9928 version_type=sunos
9929 need_lib_prefix=no
9930 need_version=no
9931 case $host_cpu in
9932 ia64*)
9933 shrext_cmds='.so'
9934 hardcode_into_libs=yes
9935 dynamic_linker="$host_os dld.so"
9936 shlibpath_var=LD_LIBRARY_PATH
9937 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9938 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9939 soname_spec='${libname}${release}${shared_ext}$major'
9940 if test "X$HPUX_IA64_MODE" = X32; then
9941 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9942 else
9943 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9944 fi
9945 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9946 ;;
9947 hppa*64*)
9948 shrext_cmds='.sl'
9949 hardcode_into_libs=yes
9950 dynamic_linker="$host_os dld.sl"
9951 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9952 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9953 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9954 soname_spec='${libname}${release}${shared_ext}$major'
9955 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9956 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9957 ;;
9958 *)
9959 shrext_cmds='.sl'
9960 dynamic_linker="$host_os dld.sl"
9961 shlibpath_var=SHLIB_PATH
9962 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9963 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9964 soname_spec='${libname}${release}${shared_ext}$major'
9965 ;;
9966 esac
9967 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9968 postinstall_cmds='chmod 555 $lib'
9969 # or fails outright, so override atomically:
9970 install_override_mode=555
9971 ;;
9972
9973 interix[3-9]*)
9974 version_type=linux
9975 need_lib_prefix=no
9976 need_version=no
9977 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9978 soname_spec='${libname}${release}${shared_ext}$major'
9979 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9980 shlibpath_var=LD_LIBRARY_PATH
9981 shlibpath_overrides_runpath=no
9982 hardcode_into_libs=yes
9983 ;;
9984
9985 irix5* | irix6* | nonstopux*)
9986 case $host_os in
9987 nonstopux*) version_type=nonstopux ;;
9988 *)
9989 if test "$lt_cv_prog_gnu_ld" = yes; then
9990 version_type=linux
9991 else
9992 version_type=irix
9993 fi ;;
9994 esac
9995 need_lib_prefix=no
9996 need_version=no
9997 soname_spec='${libname}${release}${shared_ext}$major'
9998 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9999 case $host_os in
10000 irix5* | nonstopux*)
10001 libsuff= shlibsuff=
10002 ;;
10003 *)
10004 case $LD in # libtool.m4 will add one of these switches to LD
10005 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10006 libsuff= shlibsuff= libmagic=32-bit;;
10007 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10008 libsuff=32 shlibsuff=N32 libmagic=N32;;
10009 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10010 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10011 *) libsuff= shlibsuff= libmagic=never-match;;
10012 esac
10013 ;;
10014 esac
10015 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10016 shlibpath_overrides_runpath=no
10017 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10018 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10019 hardcode_into_libs=yes
10020 ;;
10021
10022 # No shared lib support for Linux oldld, aout, or coff.
10023 linux*oldld* | linux*aout* | linux*coff*)
10024 dynamic_linker=no
10025 ;;
10026
10027 # This must be Linux ELF.
10028 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10029 version_type=linux
10030 need_lib_prefix=no
10031 need_version=no
10032 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10033 soname_spec='${libname}${release}${shared_ext}$major'
10034 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10035 shlibpath_var=LD_LIBRARY_PATH
10036 shlibpath_overrides_runpath=no
10037
10038 # Some binutils ld are patched to set DT_RUNPATH
10039 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10040 $as_echo_n "(cached) " >&6
10041 else
10042 lt_cv_shlibpath_overrides_runpath=no
10043 save_LDFLAGS=$LDFLAGS
10044 save_libdir=$libdir
10045 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10046 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10048 /* end confdefs.h. */
10049
10050 int
10051 main ()
10052 {
10053
10054 ;
10055 return 0;
10056 }
10057 _ACEOF
10058 if ac_fn_c_try_link "$LINENO"; then :
10059 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10060 lt_cv_shlibpath_overrides_runpath=yes
10061 fi
10062 fi
10063 rm -f core conftest.err conftest.$ac_objext \
10064 conftest$ac_exeext conftest.$ac_ext
10065 LDFLAGS=$save_LDFLAGS
10066 libdir=$save_libdir
10067
10068 fi
10069
10070 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10071
10072 # This implies no fast_install, which is unacceptable.
10073 # Some rework will be needed to allow for fast_install
10074 # before this can be enabled.
10075 hardcode_into_libs=yes
10076
10077 # Append ld.so.conf contents to the search path
10078 if test -f /etc/ld.so.conf; then
10079 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' ' '`
10080 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10081 fi
10082
10083 # We used to test for /lib/ld.so.1 and disable shared libraries on
10084 # powerpc, because MkLinux only supported shared libraries with the
10085 # GNU dynamic linker. Since this was broken with cross compilers,
10086 # most powerpc-linux boxes support dynamic linking these days and
10087 # people can always --disable-shared, the test was removed, and we
10088 # assume the GNU/Linux dynamic linker is in use.
10089 dynamic_linker='GNU/Linux ld.so'
10090 ;;
10091
10092 netbsd*)
10093 version_type=sunos
10094 need_lib_prefix=no
10095 need_version=no
10096 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10097 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10098 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10099 dynamic_linker='NetBSD (a.out) ld.so'
10100 else
10101 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10102 soname_spec='${libname}${release}${shared_ext}$major'
10103 dynamic_linker='NetBSD ld.elf_so'
10104 fi
10105 shlibpath_var=LD_LIBRARY_PATH
10106 shlibpath_overrides_runpath=yes
10107 hardcode_into_libs=yes
10108 ;;
10109
10110 newsos6)
10111 version_type=linux
10112 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10113 shlibpath_var=LD_LIBRARY_PATH
10114 shlibpath_overrides_runpath=yes
10115 ;;
10116
10117 *nto* | *qnx*)
10118 version_type=qnx
10119 need_lib_prefix=no
10120 need_version=no
10121 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10122 soname_spec='${libname}${release}${shared_ext}$major'
10123 shlibpath_var=LD_LIBRARY_PATH
10124 shlibpath_overrides_runpath=no
10125 hardcode_into_libs=yes
10126 dynamic_linker='ldqnx.so'
10127 ;;
10128
10129 openbsd*)
10130 version_type=sunos
10131 sys_lib_dlsearch_path_spec="/usr/lib"
10132 need_lib_prefix=no
10133 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10134 case $host_os in
10135 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10136 *) need_version=no ;;
10137 esac
10138 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10139 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10140 shlibpath_var=LD_LIBRARY_PATH
10141 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10142 case $host_os in
10143 openbsd2.[89] | openbsd2.[89].*)
10144 shlibpath_overrides_runpath=no
10145 ;;
10146 *)
10147 shlibpath_overrides_runpath=yes
10148 ;;
10149 esac
10150 else
10151 shlibpath_overrides_runpath=yes
10152 fi
10153 ;;
10154
10155 os2*)
10156 libname_spec='$name'
10157 shrext_cmds=".dll"
10158 need_lib_prefix=no
10159 library_names_spec='$libname${shared_ext} $libname.a'
10160 dynamic_linker='OS/2 ld.exe'
10161 shlibpath_var=LIBPATH
10162 ;;
10163
10164 osf3* | osf4* | osf5*)
10165 version_type=osf
10166 need_lib_prefix=no
10167 need_version=no
10168 soname_spec='${libname}${release}${shared_ext}$major'
10169 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10170 shlibpath_var=LD_LIBRARY_PATH
10171 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10172 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10173 ;;
10174
10175 rdos*)
10176 dynamic_linker=no
10177 ;;
10178
10179 solaris*)
10180 version_type=linux
10181 need_lib_prefix=no
10182 need_version=no
10183 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10184 soname_spec='${libname}${release}${shared_ext}$major'
10185 shlibpath_var=LD_LIBRARY_PATH
10186 shlibpath_overrides_runpath=yes
10187 hardcode_into_libs=yes
10188 # ldd complains unless libraries are executable
10189 postinstall_cmds='chmod +x $lib'
10190 ;;
10191
10192 sunos4*)
10193 version_type=sunos
10194 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10195 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10196 shlibpath_var=LD_LIBRARY_PATH
10197 shlibpath_overrides_runpath=yes
10198 if test "$with_gnu_ld" = yes; then
10199 need_lib_prefix=no
10200 fi
10201 need_version=yes
10202 ;;
10203
10204 sysv4 | sysv4.3*)
10205 version_type=linux
10206 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10207 soname_spec='${libname}${release}${shared_ext}$major'
10208 shlibpath_var=LD_LIBRARY_PATH
10209 case $host_vendor in
10210 sni)
10211 shlibpath_overrides_runpath=no
10212 need_lib_prefix=no
10213 runpath_var=LD_RUN_PATH
10214 ;;
10215 siemens)
10216 need_lib_prefix=no
10217 ;;
10218 motorola)
10219 need_lib_prefix=no
10220 need_version=no
10221 shlibpath_overrides_runpath=no
10222 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10223 ;;
10224 esac
10225 ;;
10226
10227 sysv4*MP*)
10228 if test -d /usr/nec ;then
10229 version_type=linux
10230 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10231 soname_spec='$libname${shared_ext}.$major'
10232 shlibpath_var=LD_LIBRARY_PATH
10233 fi
10234 ;;
10235
10236 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10237 version_type=freebsd-elf
10238 need_lib_prefix=no
10239 need_version=no
10240 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10241 soname_spec='${libname}${release}${shared_ext}$major'
10242 shlibpath_var=LD_LIBRARY_PATH
10243 shlibpath_overrides_runpath=yes
10244 hardcode_into_libs=yes
10245 if test "$with_gnu_ld" = yes; then
10246 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10247 else
10248 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10249 case $host_os in
10250 sco3.2v5*)
10251 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10252 ;;
10253 esac
10254 fi
10255 sys_lib_dlsearch_path_spec='/usr/lib'
10256 ;;
10257
10258 tpf*)
10259 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10260 version_type=linux
10261 need_lib_prefix=no
10262 need_version=no
10263 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10264 shlibpath_var=LD_LIBRARY_PATH
10265 shlibpath_overrides_runpath=no
10266 hardcode_into_libs=yes
10267 ;;
10268
10269 uts4*)
10270 version_type=linux
10271 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10272 soname_spec='${libname}${release}${shared_ext}$major'
10273 shlibpath_var=LD_LIBRARY_PATH
10274 ;;
10275
10276 *)
10277 dynamic_linker=no
10278 ;;
10279 esac
10280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10281 $as_echo "$dynamic_linker" >&6; }
10282 test "$dynamic_linker" = no && can_build_shared=no
10283
10284 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10285 if test "$GCC" = yes; then
10286 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10287 fi
10288
10289 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10290 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10291 fi
10292 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10293 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10294 fi
10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
10310
10311
10312
10313
10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
10325
10326
10327
10328
10329
10330
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
10354
10355
10356
10357
10358
10359
10360
10361
10362
10363
10364
10365
10366
10367
10368
10369
10370
10371
10372
10373
10374
10375
10376
10377
10378
10379
10380
10381
10382
10383
10384
10385
10386
10387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10388 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10389 hardcode_action=
10390 if test -n "$hardcode_libdir_flag_spec" ||
10391 test -n "$runpath_var" ||
10392 test "X$hardcode_automatic" = "Xyes" ; then
10393
10394 # We can hardcode non-existent directories.
10395 if test "$hardcode_direct" != no &&
10396 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10397 # have to relink, otherwise we might link with an installed library
10398 # when we should be linking with a yet-to-be-installed one
10399 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10400 test "$hardcode_minus_L" != no; then
10401 # Linking always hardcodes the temporary library directory.
10402 hardcode_action=relink
10403 else
10404 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10405 hardcode_action=immediate
10406 fi
10407 else
10408 # We cannot hardcode anything, or else we can only hardcode existing
10409 # directories.
10410 hardcode_action=unsupported
10411 fi
10412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10413 $as_echo "$hardcode_action" >&6; }
10414
10415 if test "$hardcode_action" = relink ||
10416 test "$inherit_rpath" = yes; then
10417 # Fast installation is not supported
10418 enable_fast_install=no
10419 elif test "$shlibpath_overrides_runpath" = yes ||
10420 test "$enable_shared" = no; then
10421 # Fast installation is not necessary
10422 enable_fast_install=needless
10423 fi
10424
10425
10426
10427
10428
10429
10430 if test "x$enable_dlopen" != xyes; then
10431 enable_dlopen=unknown
10432 enable_dlopen_self=unknown
10433 enable_dlopen_self_static=unknown
10434 else
10435 lt_cv_dlopen=no
10436 lt_cv_dlopen_libs=
10437
10438 case $host_os in
10439 beos*)
10440 lt_cv_dlopen="load_add_on"
10441 lt_cv_dlopen_libs=
10442 lt_cv_dlopen_self=yes
10443 ;;
10444
10445 mingw* | pw32* | cegcc*)
10446 lt_cv_dlopen="LoadLibrary"
10447 lt_cv_dlopen_libs=
10448 ;;
10449
10450 cygwin*)
10451 lt_cv_dlopen="dlopen"
10452 lt_cv_dlopen_libs=
10453 ;;
10454
10455 darwin*)
10456 # if libdl is installed we need to link against it
10457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10458 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10459 if ${ac_cv_lib_dl_dlopen+:} false; then :
10460 $as_echo_n "(cached) " >&6
10461 else
10462 ac_check_lib_save_LIBS=$LIBS
10463 LIBS="-ldl $LIBS"
10464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10465 /* end confdefs.h. */
10466
10467 /* Override any GCC internal prototype to avoid an error.
10468 Use char because int might match the return type of a GCC
10469 builtin and then its argument prototype would still apply. */
10470 #ifdef __cplusplus
10471 extern "C"
10472 #endif
10473 char dlopen ();
10474 int
10475 main ()
10476 {
10477 return dlopen ();
10478 ;
10479 return 0;
10480 }
10481 _ACEOF
10482 if ac_fn_c_try_link "$LINENO"; then :
10483 ac_cv_lib_dl_dlopen=yes
10484 else
10485 ac_cv_lib_dl_dlopen=no
10486 fi
10487 rm -f core conftest.err conftest.$ac_objext \
10488 conftest$ac_exeext conftest.$ac_ext
10489 LIBS=$ac_check_lib_save_LIBS
10490 fi
10491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10492 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10493 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10494 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10495 else
10496
10497 lt_cv_dlopen="dyld"
10498 lt_cv_dlopen_libs=
10499 lt_cv_dlopen_self=yes
10500
10501 fi
10502
10503 ;;
10504
10505 *)
10506 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10507 if test "x$ac_cv_func_shl_load" = xyes; then :
10508 lt_cv_dlopen="shl_load"
10509 else
10510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10511 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10512 if ${ac_cv_lib_dld_shl_load+:} false; then :
10513 $as_echo_n "(cached) " >&6
10514 else
10515 ac_check_lib_save_LIBS=$LIBS
10516 LIBS="-ldld $LIBS"
10517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10518 /* end confdefs.h. */
10519
10520 /* Override any GCC internal prototype to avoid an error.
10521 Use char because int might match the return type of a GCC
10522 builtin and then its argument prototype would still apply. */
10523 #ifdef __cplusplus
10524 extern "C"
10525 #endif
10526 char shl_load ();
10527 int
10528 main ()
10529 {
10530 return shl_load ();
10531 ;
10532 return 0;
10533 }
10534 _ACEOF
10535 if ac_fn_c_try_link "$LINENO"; then :
10536 ac_cv_lib_dld_shl_load=yes
10537 else
10538 ac_cv_lib_dld_shl_load=no
10539 fi
10540 rm -f core conftest.err conftest.$ac_objext \
10541 conftest$ac_exeext conftest.$ac_ext
10542 LIBS=$ac_check_lib_save_LIBS
10543 fi
10544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10545 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10546 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10547 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10548 else
10549 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10550 if test "x$ac_cv_func_dlopen" = xyes; then :
10551 lt_cv_dlopen="dlopen"
10552 else
10553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10554 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10555 if ${ac_cv_lib_dl_dlopen+:} false; then :
10556 $as_echo_n "(cached) " >&6
10557 else
10558 ac_check_lib_save_LIBS=$LIBS
10559 LIBS="-ldl $LIBS"
10560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10561 /* end confdefs.h. */
10562
10563 /* Override any GCC internal prototype to avoid an error.
10564 Use char because int might match the return type of a GCC
10565 builtin and then its argument prototype would still apply. */
10566 #ifdef __cplusplus
10567 extern "C"
10568 #endif
10569 char dlopen ();
10570 int
10571 main ()
10572 {
10573 return dlopen ();
10574 ;
10575 return 0;
10576 }
10577 _ACEOF
10578 if ac_fn_c_try_link "$LINENO"; then :
10579 ac_cv_lib_dl_dlopen=yes
10580 else
10581 ac_cv_lib_dl_dlopen=no
10582 fi
10583 rm -f core conftest.err conftest.$ac_objext \
10584 conftest$ac_exeext conftest.$ac_ext
10585 LIBS=$ac_check_lib_save_LIBS
10586 fi
10587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10588 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10589 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10590 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10591 else
10592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10593 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10594 if ${ac_cv_lib_svld_dlopen+:} false; then :
10595 $as_echo_n "(cached) " >&6
10596 else
10597 ac_check_lib_save_LIBS=$LIBS
10598 LIBS="-lsvld $LIBS"
10599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10600 /* end confdefs.h. */
10601
10602 /* Override any GCC internal prototype to avoid an error.
10603 Use char because int might match the return type of a GCC
10604 builtin and then its argument prototype would still apply. */
10605 #ifdef __cplusplus
10606 extern "C"
10607 #endif
10608 char dlopen ();
10609 int
10610 main ()
10611 {
10612 return dlopen ();
10613 ;
10614 return 0;
10615 }
10616 _ACEOF
10617 if ac_fn_c_try_link "$LINENO"; then :
10618 ac_cv_lib_svld_dlopen=yes
10619 else
10620 ac_cv_lib_svld_dlopen=no
10621 fi
10622 rm -f core conftest.err conftest.$ac_objext \
10623 conftest$ac_exeext conftest.$ac_ext
10624 LIBS=$ac_check_lib_save_LIBS
10625 fi
10626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10627 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10628 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10629 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10630 else
10631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10632 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10633 if ${ac_cv_lib_dld_dld_link+:} false; then :
10634 $as_echo_n "(cached) " >&6
10635 else
10636 ac_check_lib_save_LIBS=$LIBS
10637 LIBS="-ldld $LIBS"
10638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10639 /* end confdefs.h. */
10640
10641 /* Override any GCC internal prototype to avoid an error.
10642 Use char because int might match the return type of a GCC
10643 builtin and then its argument prototype would still apply. */
10644 #ifdef __cplusplus
10645 extern "C"
10646 #endif
10647 char dld_link ();
10648 int
10649 main ()
10650 {
10651 return dld_link ();
10652 ;
10653 return 0;
10654 }
10655 _ACEOF
10656 if ac_fn_c_try_link "$LINENO"; then :
10657 ac_cv_lib_dld_dld_link=yes
10658 else
10659 ac_cv_lib_dld_dld_link=no
10660 fi
10661 rm -f core conftest.err conftest.$ac_objext \
10662 conftest$ac_exeext conftest.$ac_ext
10663 LIBS=$ac_check_lib_save_LIBS
10664 fi
10665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10666 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10667 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
10668 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10669 fi
10670
10671
10672 fi
10673
10674
10675 fi
10676
10677
10678 fi
10679
10680
10681 fi
10682
10683
10684 fi
10685
10686 ;;
10687 esac
10688
10689 if test "x$lt_cv_dlopen" != xno; then
10690 enable_dlopen=yes
10691 else
10692 enable_dlopen=no
10693 fi
10694
10695 case $lt_cv_dlopen in
10696 dlopen)
10697 save_CPPFLAGS="$CPPFLAGS"
10698 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10699
10700 save_LDFLAGS="$LDFLAGS"
10701 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10702
10703 save_LIBS="$LIBS"
10704 LIBS="$lt_cv_dlopen_libs $LIBS"
10705
10706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10707 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10708 if ${lt_cv_dlopen_self+:} false; then :
10709 $as_echo_n "(cached) " >&6
10710 else
10711 if test "$cross_compiling" = yes; then :
10712 lt_cv_dlopen_self=cross
10713 else
10714 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10715 lt_status=$lt_dlunknown
10716 cat > conftest.$ac_ext <<_LT_EOF
10717 #line 10717 "configure"
10718 #include "confdefs.h"
10719
10720 #if HAVE_DLFCN_H
10721 #include <dlfcn.h>
10722 #endif
10723
10724 #include <stdio.h>
10725
10726 #ifdef RTLD_GLOBAL
10727 # define LT_DLGLOBAL RTLD_GLOBAL
10728 #else
10729 # ifdef DL_GLOBAL
10730 # define LT_DLGLOBAL DL_GLOBAL
10731 # else
10732 # define LT_DLGLOBAL 0
10733 # endif
10734 #endif
10735
10736 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10737 find out it does not work in some platform. */
10738 #ifndef LT_DLLAZY_OR_NOW
10739 # ifdef RTLD_LAZY
10740 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10741 # else
10742 # ifdef DL_LAZY
10743 # define LT_DLLAZY_OR_NOW DL_LAZY
10744 # else
10745 # ifdef RTLD_NOW
10746 # define LT_DLLAZY_OR_NOW RTLD_NOW
10747 # else
10748 # ifdef DL_NOW
10749 # define LT_DLLAZY_OR_NOW DL_NOW
10750 # else
10751 # define LT_DLLAZY_OR_NOW 0
10752 # endif
10753 # endif
10754 # endif
10755 # endif
10756 #endif
10757
10758 /* When -fvisbility=hidden is used, assume the code has been annotated
10759 correspondingly for the symbols needed. */
10760 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10761 void fnord () __attribute__((visibility("default")));
10762 #endif
10763
10764 void fnord () { int i=42; }
10765 int main ()
10766 {
10767 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10768 int status = $lt_dlunknown;
10769
10770 if (self)
10771 {
10772 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10773 else
10774 {
10775 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10776 else puts (dlerror ());
10777 }
10778 /* dlclose (self); */
10779 }
10780 else
10781 puts (dlerror ());
10782
10783 return status;
10784 }
10785 _LT_EOF
10786 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10787 (eval $ac_link) 2>&5
10788 ac_status=$?
10789 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10790 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10791 (./conftest; exit; ) >&5 2>/dev/null
10792 lt_status=$?
10793 case x$lt_status in
10794 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10795 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10796 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10797 esac
10798 else :
10799 # compilation failed
10800 lt_cv_dlopen_self=no
10801 fi
10802 fi
10803 rm -fr conftest*
10804
10805
10806 fi
10807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10808 $as_echo "$lt_cv_dlopen_self" >&6; }
10809
10810 if test "x$lt_cv_dlopen_self" = xyes; then
10811 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10813 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10814 if ${lt_cv_dlopen_self_static+:} false; then :
10815 $as_echo_n "(cached) " >&6
10816 else
10817 if test "$cross_compiling" = yes; then :
10818 lt_cv_dlopen_self_static=cross
10819 else
10820 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10821 lt_status=$lt_dlunknown
10822 cat > conftest.$ac_ext <<_LT_EOF
10823 #line 10823 "configure"
10824 #include "confdefs.h"
10825
10826 #if HAVE_DLFCN_H
10827 #include <dlfcn.h>
10828 #endif
10829
10830 #include <stdio.h>
10831
10832 #ifdef RTLD_GLOBAL
10833 # define LT_DLGLOBAL RTLD_GLOBAL
10834 #else
10835 # ifdef DL_GLOBAL
10836 # define LT_DLGLOBAL DL_GLOBAL
10837 # else
10838 # define LT_DLGLOBAL 0
10839 # endif
10840 #endif
10841
10842 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10843 find out it does not work in some platform. */
10844 #ifndef LT_DLLAZY_OR_NOW
10845 # ifdef RTLD_LAZY
10846 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10847 # else
10848 # ifdef DL_LAZY
10849 # define LT_DLLAZY_OR_NOW DL_LAZY
10850 # else
10851 # ifdef RTLD_NOW
10852 # define LT_DLLAZY_OR_NOW RTLD_NOW
10853 # else
10854 # ifdef DL_NOW
10855 # define LT_DLLAZY_OR_NOW DL_NOW
10856 # else
10857 # define LT_DLLAZY_OR_NOW 0
10858 # endif
10859 # endif
10860 # endif
10861 # endif
10862 #endif
10863
10864 /* When -fvisbility=hidden is used, assume the code has been annotated
10865 correspondingly for the symbols needed. */
10866 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10867 void fnord () __attribute__((visibility("default")));
10868 #endif
10869
10870 void fnord () { int i=42; }
10871 int main ()
10872 {
10873 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10874 int status = $lt_dlunknown;
10875
10876 if (self)
10877 {
10878 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10879 else
10880 {
10881 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10882 else puts (dlerror ());
10883 }
10884 /* dlclose (self); */
10885 }
10886 else
10887 puts (dlerror ());
10888
10889 return status;
10890 }
10891 _LT_EOF
10892 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10893 (eval $ac_link) 2>&5
10894 ac_status=$?
10895 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10896 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10897 (./conftest; exit; ) >&5 2>/dev/null
10898 lt_status=$?
10899 case x$lt_status in
10900 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10901 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10902 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10903 esac
10904 else :
10905 # compilation failed
10906 lt_cv_dlopen_self_static=no
10907 fi
10908 fi
10909 rm -fr conftest*
10910
10911
10912 fi
10913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10914 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10915 fi
10916
10917 CPPFLAGS="$save_CPPFLAGS"
10918 LDFLAGS="$save_LDFLAGS"
10919 LIBS="$save_LIBS"
10920 ;;
10921 esac
10922
10923 case $lt_cv_dlopen_self in
10924 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10925 *) enable_dlopen_self=unknown ;;
10926 esac
10927
10928 case $lt_cv_dlopen_self_static in
10929 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10930 *) enable_dlopen_self_static=unknown ;;
10931 esac
10932 fi
10933
10934
10935
10936
10937
10938
10939
10940
10941
10942
10943
10944
10945
10946
10947
10948
10949
10950 striplib=
10951 old_striplib=
10952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10953 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10954 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10955 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10956 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10958 $as_echo "yes" >&6; }
10959 else
10960 # FIXME - insert some real tests, host_os isn't really good enough
10961 case $host_os in
10962 darwin*)
10963 if test -n "$STRIP" ; then
10964 striplib="$STRIP -x"
10965 old_striplib="$STRIP -S"
10966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10967 $as_echo "yes" >&6; }
10968 else
10969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10970 $as_echo "no" >&6; }
10971 fi
10972 ;;
10973 *)
10974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10975 $as_echo "no" >&6; }
10976 ;;
10977 esac
10978 fi
10979
10980
10981
10982
10983
10984
10985
10986
10987
10988
10989
10990
10991 # Report which library types will actually be built
10992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10993 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10995 $as_echo "$can_build_shared" >&6; }
10996
10997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10998 $as_echo_n "checking whether to build shared libraries... " >&6; }
10999 test "$can_build_shared" = "no" && enable_shared=no
11000
11001 # On AIX, shared libraries and static libraries use the same namespace, and
11002 # are all built from PIC.
11003 case $host_os in
11004 aix3*)
11005 test "$enable_shared" = yes && enable_static=no
11006 if test -n "$RANLIB"; then
11007 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11008 postinstall_cmds='$RANLIB $lib'
11009 fi
11010 ;;
11011
11012 aix[4-9]*)
11013 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11014 test "$enable_shared" = yes && enable_static=no
11015 fi
11016 ;;
11017 esac
11018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11019 $as_echo "$enable_shared" >&6; }
11020
11021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11022 $as_echo_n "checking whether to build static libraries... " >&6; }
11023 # Make sure either enable_shared or enable_static is yes.
11024 test "$enable_shared" = yes || enable_static=yes
11025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11026 $as_echo "$enable_static" >&6; }
11027
11028
11029
11030
11031 fi
11032 ac_ext=c
11033 ac_cpp='$CPP $CPPFLAGS'
11034 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11035 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11036 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11037
11038 CC="$lt_save_CC"
11039
11040
11041
11042
11043
11044
11045
11046
11047
11048
11049
11050
11051
11052 ac_config_commands="$ac_config_commands libtool"
11053
11054
11055
11056
11057 # Only expand once:
11058
11059
11060
11061 # The tests for host and target for $enable_largefile require
11062 # canonical names.
11063
11064
11065
11066 # As the $enable_largefile decision depends on --enable-plugins we must set it
11067 # even in directories otherwise not depending on the $plugins option.
11068
11069
11070 maybe_plugins=no
11071 for ac_header in dlfcn.h
11072 do :
11073 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11074 "
11075 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11076 cat >>confdefs.h <<_ACEOF
11077 #define HAVE_DLFCN_H 1
11078 _ACEOF
11079 maybe_plugins=yes
11080 fi
11081
11082 done
11083
11084 for ac_header in windows.h
11085 do :
11086 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11087 "
11088 if test "x$ac_cv_header_windows_h" = xyes; then :
11089 cat >>confdefs.h <<_ACEOF
11090 #define HAVE_WINDOWS_H 1
11091 _ACEOF
11092 maybe_plugins=yes
11093 fi
11094
11095 done
11096
11097
11098 # Check whether --enable-plugins was given.
11099 if test "${enable_plugins+set}" = set; then :
11100 enableval=$enable_plugins; case "${enableval}" in
11101 no) plugins=no ;;
11102 *) plugins=yes
11103 if test "$maybe_plugins" != "yes" ; then
11104 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11105 fi ;;
11106 esac
11107 else
11108 plugins=$maybe_plugins
11109
11110 fi
11111
11112 if test "$plugins" = "yes"; then
11113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11114 $as_echo_n "checking for library containing dlsym... " >&6; }
11115 if ${ac_cv_search_dlsym+:} false; then :
11116 $as_echo_n "(cached) " >&6
11117 else
11118 ac_func_search_save_LIBS=$LIBS
11119 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11120 /* end confdefs.h. */
11121
11122 /* Override any GCC internal prototype to avoid an error.
11123 Use char because int might match the return type of a GCC
11124 builtin and then its argument prototype would still apply. */
11125 #ifdef __cplusplus
11126 extern "C"
11127 #endif
11128 char dlsym ();
11129 int
11130 main ()
11131 {
11132 return dlsym ();
11133 ;
11134 return 0;
11135 }
11136 _ACEOF
11137 for ac_lib in '' dl; do
11138 if test -z "$ac_lib"; then
11139 ac_res="none required"
11140 else
11141 ac_res=-l$ac_lib
11142 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11143 fi
11144 if ac_fn_c_try_link "$LINENO"; then :
11145 ac_cv_search_dlsym=$ac_res
11146 fi
11147 rm -f core conftest.err conftest.$ac_objext \
11148 conftest$ac_exeext
11149 if ${ac_cv_search_dlsym+:} false; then :
11150 break
11151 fi
11152 done
11153 if ${ac_cv_search_dlsym+:} false; then :
11154
11155 else
11156 ac_cv_search_dlsym=no
11157 fi
11158 rm conftest.$ac_ext
11159 LIBS=$ac_func_search_save_LIBS
11160 fi
11161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11162 $as_echo "$ac_cv_search_dlsym" >&6; }
11163 ac_res=$ac_cv_search_dlsym
11164 if test "$ac_res" != no; then :
11165 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11166
11167 fi
11168
11169 fi
11170
11171
11172 case "${host}" in
11173 sparc-*-solaris*|i?86-*-solaris*)
11174 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11175 # were mutually exclusive until Solaris 11.3. Without procfs support,
11176 # the bfd/ elf module cannot provide certain routines such as
11177 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11178 # explicitly requested large-file support through the
11179 # --enable-largefile switch, disable large-file support in favor of
11180 # procfs support.
11181 #
11182 # Check if <sys/procfs.h> is incompatible with large-file support.
11183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11184 /* end confdefs.h. */
11185 #define _FILE_OFFSET_BITS 64
11186 #define _STRUCTURED_PROC 1
11187 #include <sys/procfs.h>
11188 int
11189 main ()
11190 {
11191
11192 ;
11193 return 0;
11194 }
11195 _ACEOF
11196 if ac_fn_c_try_compile "$LINENO"; then :
11197 acx_cv_procfs_lfs=yes
11198 else
11199 acx_cv_procfs_lfs=no
11200 fi
11201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11202 #
11203 # Forcefully disable large-file support only if necessary, gdb is in
11204 # tree and enabled.
11205 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11206 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11207 : ${enable_largefile="no"}
11208 if test "$plugins" = yes; then
11209 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11210 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11211 $as_echo "$as_me: WARNING:
11212 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11213 plugins=no
11214 fi
11215 fi
11216 #
11217 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11218 # benefit of g++ 9+ which predefines it on Solaris.
11219 if test "$enable_largefile" = no; then
11220 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11221
11222 fi
11223 ;;
11224 esac
11225
11226 # Check whether --enable-largefile was given.
11227 if test "${enable_largefile+set}" = set; then :
11228 enableval=$enable_largefile;
11229 fi
11230
11231 if test "$enable_largefile" != no; then
11232
11233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11234 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11235 if ${ac_cv_sys_largefile_CC+:} false; then :
11236 $as_echo_n "(cached) " >&6
11237 else
11238 ac_cv_sys_largefile_CC=no
11239 if test "$GCC" != yes; then
11240 ac_save_CC=$CC
11241 while :; do
11242 # IRIX 6.2 and later do not support large files by default,
11243 # so use the C compiler's -n32 option if that helps.
11244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11245 /* end confdefs.h. */
11246 #include <sys/types.h>
11247 /* Check that off_t can represent 2**63 - 1 correctly.
11248 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11249 since some C++ compilers masquerading as C compilers
11250 incorrectly reject 9223372036854775807. */
11251 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11252 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11253 && LARGE_OFF_T % 2147483647 == 1)
11254 ? 1 : -1];
11255 int
11256 main ()
11257 {
11258
11259 ;
11260 return 0;
11261 }
11262 _ACEOF
11263 if ac_fn_c_try_compile "$LINENO"; then :
11264 break
11265 fi
11266 rm -f core conftest.err conftest.$ac_objext
11267 CC="$CC -n32"
11268 if ac_fn_c_try_compile "$LINENO"; then :
11269 ac_cv_sys_largefile_CC=' -n32'; break
11270 fi
11271 rm -f core conftest.err conftest.$ac_objext
11272 break
11273 done
11274 CC=$ac_save_CC
11275 rm -f conftest.$ac_ext
11276 fi
11277 fi
11278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11279 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11280 if test "$ac_cv_sys_largefile_CC" != no; then
11281 CC=$CC$ac_cv_sys_largefile_CC
11282 fi
11283
11284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11285 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11286 if ${ac_cv_sys_file_offset_bits+:} false; then :
11287 $as_echo_n "(cached) " >&6
11288 else
11289 while :; do
11290 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11291 /* end confdefs.h. */
11292 #include <sys/types.h>
11293 /* Check that off_t can represent 2**63 - 1 correctly.
11294 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11295 since some C++ compilers masquerading as C compilers
11296 incorrectly reject 9223372036854775807. */
11297 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11298 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11299 && LARGE_OFF_T % 2147483647 == 1)
11300 ? 1 : -1];
11301 int
11302 main ()
11303 {
11304
11305 ;
11306 return 0;
11307 }
11308 _ACEOF
11309 if ac_fn_c_try_compile "$LINENO"; then :
11310 ac_cv_sys_file_offset_bits=no; break
11311 fi
11312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11313 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11314 /* end confdefs.h. */
11315 #define _FILE_OFFSET_BITS 64
11316 #include <sys/types.h>
11317 /* Check that off_t can represent 2**63 - 1 correctly.
11318 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11319 since some C++ compilers masquerading as C compilers
11320 incorrectly reject 9223372036854775807. */
11321 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11322 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11323 && LARGE_OFF_T % 2147483647 == 1)
11324 ? 1 : -1];
11325 int
11326 main ()
11327 {
11328
11329 ;
11330 return 0;
11331 }
11332 _ACEOF
11333 if ac_fn_c_try_compile "$LINENO"; then :
11334 ac_cv_sys_file_offset_bits=64; break
11335 fi
11336 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11337 ac_cv_sys_file_offset_bits=unknown
11338 break
11339 done
11340 fi
11341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11342 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11343 case $ac_cv_sys_file_offset_bits in #(
11344 no | unknown) ;;
11345 *)
11346 cat >>confdefs.h <<_ACEOF
11347 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11348 _ACEOF
11349 ;;
11350 esac
11351 rm -rf conftest*
11352 if test $ac_cv_sys_file_offset_bits = unknown; then
11353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11354 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11355 if ${ac_cv_sys_large_files+:} false; then :
11356 $as_echo_n "(cached) " >&6
11357 else
11358 while :; do
11359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11360 /* end confdefs.h. */
11361 #include <sys/types.h>
11362 /* Check that off_t can represent 2**63 - 1 correctly.
11363 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11364 since some C++ compilers masquerading as C compilers
11365 incorrectly reject 9223372036854775807. */
11366 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11367 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11368 && LARGE_OFF_T % 2147483647 == 1)
11369 ? 1 : -1];
11370 int
11371 main ()
11372 {
11373
11374 ;
11375 return 0;
11376 }
11377 _ACEOF
11378 if ac_fn_c_try_compile "$LINENO"; then :
11379 ac_cv_sys_large_files=no; break
11380 fi
11381 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11382 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11383 /* end confdefs.h. */
11384 #define _LARGE_FILES 1
11385 #include <sys/types.h>
11386 /* Check that off_t can represent 2**63 - 1 correctly.
11387 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11388 since some C++ compilers masquerading as C compilers
11389 incorrectly reject 9223372036854775807. */
11390 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11391 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11392 && LARGE_OFF_T % 2147483647 == 1)
11393 ? 1 : -1];
11394 int
11395 main ()
11396 {
11397
11398 ;
11399 return 0;
11400 }
11401 _ACEOF
11402 if ac_fn_c_try_compile "$LINENO"; then :
11403 ac_cv_sys_large_files=1; break
11404 fi
11405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11406 ac_cv_sys_large_files=unknown
11407 break
11408 done
11409 fi
11410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11411 $as_echo "$ac_cv_sys_large_files" >&6; }
11412 case $ac_cv_sys_large_files in #(
11413 no | unknown) ;;
11414 *)
11415 cat >>confdefs.h <<_ACEOF
11416 #define _LARGE_FILES $ac_cv_sys_large_files
11417 _ACEOF
11418 ;;
11419 esac
11420 rm -rf conftest*
11421 fi
11422
11423
11424 fi
11425
11426
11427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
11428 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
11429 if ${gcc_cv_prog_cmp_skip+:} false; then :
11430 $as_echo_n "(cached) " >&6
11431 else
11432 echo abfoo >t1
11433 echo cdfoo >t2
11434 gcc_cv_prog_cmp_skip='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
11435 if cmp t1 t2 2 2 > /dev/null 2>&1; then
11436 if cmp t1 t2 1 1 > /dev/null 2>&1; then
11437 :
11438 else
11439 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
11440 fi
11441 fi
11442 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
11443 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
11444 :
11445 else
11446 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
11447 fi
11448 fi
11449 rm t1 t2
11450
11451 fi
11452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
11453 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
11454 do_compare="$gcc_cv_prog_cmp_skip"
11455
11456
11457
11458 # Check whether --enable-targets was given.
11459 if test "${enable_targets+set}" = set; then :
11460 enableval=$enable_targets; case "${enableval}" in
11461 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11462 ;;
11463 no) enable_targets= ;;
11464 *) enable_targets=$enableval ;;
11465 esac
11466 fi
11467
11468 ac_checking=
11469 . ${srcdir}/../bfd/development.sh
11470 test "$development" = true && ac_checking=yes
11471 # Check whether --enable-checking was given.
11472 if test "${enable_checking+set}" = set; then :
11473 enableval=$enable_checking; case "${enableval}" in
11474 no|none) ac_checking= ;;
11475 *) ac_checking=yes ;;
11476 esac
11477 fi
11478 if test x$ac_checking != x ; then
11479
11480 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11481
11482 fi
11483
11484 # PR gas/19109
11485 # Decide the default method for compressing debug sections.
11486 ac_default_compressed_debug_sections=unset
11487 # Provide a configure time option to override our default.
11488 # Check whether --enable-compressed_debug_sections was given.
11489 if test "${enable_compressed_debug_sections+set}" = set; then :
11490 enableval=$enable_compressed_debug_sections; case ,"${enableval}", in
11491 ,yes, | ,all, | *,gas,*) ac_default_compressed_debug_sections=yes ;;
11492 ,no, | ,none,) ac_default_compressed_debug_sections=no ;;
11493 *) ac_default_compressed_debug_sections=unset ;;
11494 esac
11495 fi
11496
11497 # PR gas/19520
11498 # Decide if x86 assembler should generate relax relocations.
11499 ac_default_x86_relax_relocations=unset
11500 # Provide a configure time option to override our default.
11501 # Check whether --enable-x86_relax_relocations was given.
11502 if test "${enable_x86_relax_relocations+set}" = set; then :
11503 enableval=$enable_x86_relax_relocations; case "${enableval}" in
11504 no) ac_default_x86_relax_relocations=0 ;;
11505 esac
11506 fi
11507
11508 # Decide if ELF assembler should generate common symbols with the
11509 # STT_COMMON type.
11510 ac_default_elf_stt_common=unset
11511 # Provide a configure time option to override our default.
11512 # Check whether --enable-elf_stt_common was given.
11513 if test "${enable_elf_stt_common+set}" = set; then :
11514 enableval=$enable_elf_stt_common; case "${enableval}" in
11515 yes) ac_default_elf_stt_common=1 ;;
11516 esac
11517 fi
11518
11519
11520 # Decide if the ELF assembler should default to generating
11521 # GNU Build notes if none are provided by the input.
11522 ac_default_generate_build_notes=0
11523 # Provide a configuration option to override the default.
11524 # Check whether --enable-generate_build_notes was given.
11525 if test "${enable_generate_build_notes+set}" = set; then :
11526 enableval=$enable_generate_build_notes; case "${enableval}" in
11527 yes) ac_default_generate_build_notes=1 ;;
11528 no) ac_default_generate_build_notes=0 ;;
11529 esac
11530 fi
11531
11532 # Decide if the MIPS assembler should default to enable MIPS fix Loongson3
11533 # LLSC errata.
11534 ac_default_mips_fix_loongson3_llsc=unset
11535 # Provide a configuration option to override the default.
11536 # Check whether --enable-mips-fix-loongson3-llsc was given.
11537 if test "${enable_mips_fix_loongson3_llsc+set}" = set; then :
11538 enableval=$enable_mips_fix_loongson3_llsc; case "${enableval}" in
11539 yes) ac_default_mips_fix_loongson3_llsc=1 ;;
11540 no) ac_default_mips_fix_loongson3_llsc=0 ;;
11541 esac
11542 fi
11543
11544 # Decide if the x86 ELF assembler should default to generating GNU x86
11545 # used ISA and feature properties.
11546 ac_default_generate_x86_used_note=unset
11547 # Provide a configuration option to override the default.
11548 # Check whether --enable-x86-used-note was given.
11549 if test "${enable_x86_used_note+set}" = set; then :
11550 enableval=$enable_x86_used_note; case "${enableval}" in
11551 yes) ac_default_generate_x86_used_note=1 ;;
11552 no) ac_default_generate_x86_used_note=0 ;;
11553 esac
11554 fi
11555
11556 # Decide if the RISC-V ELF assembler should default to generating attribute.
11557 ac_default_generate_riscv_attr=unset
11558 # Provide a configuration option to override the default.
11559 # Check whether --enable-default-riscv-attribute was given.
11560 if test "${enable_default_riscv_attribute+set}" = set; then :
11561 enableval=$enable_default_riscv_attribute; case "${enableval}" in
11562 yes) ac_default_generate_riscv_attr=1 ;;
11563 no) ac_default_generate_riscv_attr=0 ;;
11564 esac
11565 fi
11566
11567 using_cgen=no
11568
11569
11570 # Set the 'development' global.
11571 . $srcdir/../bfd/development.sh
11572
11573 # Set acp_cpp_for_build variable
11574 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11575
11576 # Default set of GCC warnings to enable.
11577 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11578 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11579
11580 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11582 /* end confdefs.h. */
11583 __GNUC__
11584 _ACEOF
11585 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11586 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11587
11588 else
11589 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11590 fi
11591 rm -f conftest*
11592
11593
11594 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11596 /* end confdefs.h. */
11597 __GNUC__
11598 _ACEOF
11599 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11600 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11601
11602 else
11603 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11604 fi
11605 rm -f conftest*
11606
11607
11608 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11609 WARN_WRITE_STRINGS=""
11610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11611 /* end confdefs.h. */
11612 __GNUC__
11613 _ACEOF
11614 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11615 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11616
11617 else
11618 WARN_WRITE_STRINGS="-Wwrite-strings"
11619 fi
11620 rm -f conftest*
11621
11622
11623 # Verify CC_FOR_BUILD to be compatible with warning flags
11624
11625 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11627 /* end confdefs.h. */
11628 __GNUC__
11629 _ACEOF
11630 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11631 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11632
11633 else
11634 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11635 fi
11636 rm -f conftest*
11637
11638
11639 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11641 /* end confdefs.h. */
11642 __GNUC__
11643 _ACEOF
11644 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11645 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11646
11647 else
11648 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11649 fi
11650 rm -f conftest*
11651
11652
11653 # Check whether --enable-werror was given.
11654 if test "${enable_werror+set}" = set; then :
11655 enableval=$enable_werror; case "${enableval}" in
11656 yes | y) ERROR_ON_WARNING="yes" ;;
11657 no | n) ERROR_ON_WARNING="no" ;;
11658 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11659 esac
11660 fi
11661
11662
11663 # Disable -Wformat by default when using gcc on mingw
11664 case "${host}" in
11665 *-*-mingw32*)
11666 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11667 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11668 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
11669 fi
11670 ;;
11671 *) ;;
11672 esac
11673
11674 # Enable -Werror by default when using gcc. Turn it off for releases.
11675 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
11676 ERROR_ON_WARNING=yes
11677 fi
11678
11679 NO_WERROR=
11680 if test "${ERROR_ON_WARNING}" = yes ; then
11681 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11682 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
11683 NO_WERROR="-Wno-error"
11684 fi
11685
11686 if test "${GCC}" = yes ; then
11687 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11688 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
11689 fi
11690
11691 # Check whether --enable-build-warnings was given.
11692 if test "${enable_build_warnings+set}" = set; then :
11693 enableval=$enable_build_warnings; case "${enableval}" in
11694 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11695 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
11696 no) if test "${GCC}" = yes ; then
11697 WARN_CFLAGS="-w"
11698 WARN_CFLAGS_FOR_BUILD="-w"
11699 fi;;
11700 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11701 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
11702 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
11703 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11704 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
11705 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11706 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
11707 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11708 esac
11709 fi
11710
11711
11712 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11713 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11714 fi
11715
11716
11717
11718
11719
11720
11721
11722 # Generate a header file
11723 ac_config_headers="$ac_config_headers config.h:config.in"
11724
11725
11726
11727 # Check whether --with-cpu was given.
11728 if test "${with_cpu+set}" = set; then :
11729 withval=$with_cpu;
11730 cat >>confdefs.h <<_ACEOF
11731 #define TARGET_WITH_CPU "${with_cpu}"
11732 _ACEOF
11733
11734 fi
11735
11736
11737 # PR 14072
11738
11739
11740 # If we are on a DOS filesystem, we must use gdb.ini rather than
11741 # .gdbinit.
11742 case "${host}" in
11743 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
11744 GDBINIT="gdb.ini"
11745 ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
11746
11747 ;;
11748 *)
11749 GDBINIT=".gdbinit"
11750 ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
11751
11752 ;;
11753 esac
11754
11755
11756 #We need this for the host.
11757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
11758 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
11759 if ${ac_cv_c_bigendian+:} false; then :
11760 $as_echo_n "(cached) " >&6
11761 else
11762 ac_cv_c_bigendian=unknown
11763 # See if we're dealing with a universal compiler.
11764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11765 /* end confdefs.h. */
11766 #ifndef __APPLE_CC__
11767 not a universal capable compiler
11768 #endif
11769 typedef int dummy;
11770
11771 _ACEOF
11772 if ac_fn_c_try_compile "$LINENO"; then :
11773
11774 # Check for potential -arch flags. It is not universal unless
11775 # there are at least two -arch flags with different values.
11776 ac_arch=
11777 ac_prev=
11778 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
11779 if test -n "$ac_prev"; then
11780 case $ac_word in
11781 i?86 | x86_64 | ppc | ppc64)
11782 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
11783 ac_arch=$ac_word
11784 else
11785 ac_cv_c_bigendian=universal
11786 break
11787 fi
11788 ;;
11789 esac
11790 ac_prev=
11791 elif test "x$ac_word" = "x-arch"; then
11792 ac_prev=arch
11793 fi
11794 done
11795 fi
11796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11797 if test $ac_cv_c_bigendian = unknown; then
11798 # See if sys/param.h defines the BYTE_ORDER macro.
11799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11800 /* end confdefs.h. */
11801 #include <sys/types.h>
11802 #include <sys/param.h>
11803
11804 int
11805 main ()
11806 {
11807 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
11808 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
11809 && LITTLE_ENDIAN)
11810 bogus endian macros
11811 #endif
11812
11813 ;
11814 return 0;
11815 }
11816 _ACEOF
11817 if ac_fn_c_try_compile "$LINENO"; then :
11818 # It does; now see whether it defined to BIG_ENDIAN or not.
11819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11820 /* end confdefs.h. */
11821 #include <sys/types.h>
11822 #include <sys/param.h>
11823
11824 int
11825 main ()
11826 {
11827 #if BYTE_ORDER != BIG_ENDIAN
11828 not big endian
11829 #endif
11830
11831 ;
11832 return 0;
11833 }
11834 _ACEOF
11835 if ac_fn_c_try_compile "$LINENO"; then :
11836 ac_cv_c_bigendian=yes
11837 else
11838 ac_cv_c_bigendian=no
11839 fi
11840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11841 fi
11842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11843 fi
11844 if test $ac_cv_c_bigendian = unknown; then
11845 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
11846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11847 /* end confdefs.h. */
11848 #include <limits.h>
11849
11850 int
11851 main ()
11852 {
11853 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
11854 bogus endian macros
11855 #endif
11856
11857 ;
11858 return 0;
11859 }
11860 _ACEOF
11861 if ac_fn_c_try_compile "$LINENO"; then :
11862 # It does; now see whether it defined to _BIG_ENDIAN or not.
11863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11864 /* end confdefs.h. */
11865 #include <limits.h>
11866
11867 int
11868 main ()
11869 {
11870 #ifndef _BIG_ENDIAN
11871 not big endian
11872 #endif
11873
11874 ;
11875 return 0;
11876 }
11877 _ACEOF
11878 if ac_fn_c_try_compile "$LINENO"; then :
11879 ac_cv_c_bigendian=yes
11880 else
11881 ac_cv_c_bigendian=no
11882 fi
11883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11884 fi
11885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11886 fi
11887 if test $ac_cv_c_bigendian = unknown; then
11888 # Compile a test program.
11889 if test "$cross_compiling" = yes; then :
11890 # Try to guess by grepping values from an object file.
11891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11892 /* end confdefs.h. */
11893 short int ascii_mm[] =
11894 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
11895 short int ascii_ii[] =
11896 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
11897 int use_ascii (int i) {
11898 return ascii_mm[i] + ascii_ii[i];
11899 }
11900 short int ebcdic_ii[] =
11901 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
11902 short int ebcdic_mm[] =
11903 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
11904 int use_ebcdic (int i) {
11905 return ebcdic_mm[i] + ebcdic_ii[i];
11906 }
11907 extern int foo;
11908
11909 int
11910 main ()
11911 {
11912 return use_ascii (foo) == use_ebcdic (foo);
11913 ;
11914 return 0;
11915 }
11916 _ACEOF
11917 if ac_fn_c_try_compile "$LINENO"; then :
11918 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
11919 ac_cv_c_bigendian=yes
11920 fi
11921 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
11922 if test "$ac_cv_c_bigendian" = unknown; then
11923 ac_cv_c_bigendian=no
11924 else
11925 # finding both strings is unlikely to happen, but who knows?
11926 ac_cv_c_bigendian=unknown
11927 fi
11928 fi
11929 fi
11930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11931 else
11932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11933 /* end confdefs.h. */
11934 $ac_includes_default
11935 int
11936 main ()
11937 {
11938
11939 /* Are we little or big endian? From Harbison&Steele. */
11940 union
11941 {
11942 long int l;
11943 char c[sizeof (long int)];
11944 } u;
11945 u.l = 1;
11946 return u.c[sizeof (long int) - 1] == 1;
11947
11948 ;
11949 return 0;
11950 }
11951 _ACEOF
11952 if ac_fn_c_try_run "$LINENO"; then :
11953 ac_cv_c_bigendian=no
11954 else
11955 ac_cv_c_bigendian=yes
11956 fi
11957 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11958 conftest.$ac_objext conftest.beam conftest.$ac_ext
11959 fi
11960
11961 fi
11962 fi
11963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
11964 $as_echo "$ac_cv_c_bigendian" >&6; }
11965 case $ac_cv_c_bigendian in #(
11966 yes)
11967 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
11968 ;; #(
11969 no)
11970 ;; #(
11971 universal)
11972
11973 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
11974
11975 ;; #(
11976 *)
11977 as_fn_error $? "unknown endianness
11978 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
11979 esac
11980
11981
11982 te_file=generic
11983
11984 # Makefile target for installing gas in $(tooldir)/bin.
11985 install_tooldir=install-exec-tooldir
11986
11987 canon_targets=""
11988 all_targets=no
11989 if test -n "$enable_targets" ; then
11990 for t in `echo $enable_targets | sed 's/,/ /g'`; do
11991 if test $t = "all"; then
11992 all_targets=yes
11993 continue
11994 fi
11995 result=`$ac_config_sub $t 2>/dev/null`
11996 if test -n "$result" ; then
11997 canon_targets="$canon_targets $result"
11998 # else
11999 # # Permit "all", etc. We don't support it yet though.
12000 # canon_targets="$canon_targets $t"
12001 fi
12002 done
12003 _gas_uniq_list="$canon_targets"
12004 _gas_uniq_newlist=""
12005 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12006 case $_gas_uniq_i in
12007 _gas_uniq_dummy) ;;
12008 *) case " $_gas_uniq_newlist " in
12009 *" $_gas_uniq_i "*) ;;
12010 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12011 esac ;;
12012 esac
12013 done
12014 canon_targets=$_gas_uniq_newlist
12015
12016 fi
12017
12018 emulations=""
12019
12020 for this_target in $target $canon_targets ; do
12021
12022 targ=${this_target}
12023 . ${srcdir}/configure.tgt
12024
12025 case ${target_cpu} in
12026 crisv32)
12027
12028 cat >>confdefs.h <<_ACEOF
12029 #define DEFAULT_CRIS_ARCH $arch
12030 _ACEOF
12031
12032 ;;
12033 esac
12034
12035 if test ${this_target} = $target ; then
12036 target_cpu_type=${cpu_type}
12037 elif test ${target_cpu_type} != ${cpu_type} ; then
12038 continue
12039 fi
12040
12041 generic_target=${cpu_type}-${target_vendor}-${target_os}
12042 case ${generic_target} in
12043 i386-*-msdosdjgpp* \
12044 | i386-*-go32* \
12045 | i386-go32-rtems*)
12046
12047 $as_echo "#define STRICTCOFF 1" >>confdefs.h
12048
12049 ;;
12050
12051 i386-*-linux-* | x86_64-*-linux-*)
12052 if test ${this_target} = $target \
12053 && test ${ac_default_generate_x86_used_note} = unset; then
12054 ac_default_generate_x86_used_note=1
12055 fi
12056 ;;
12057
12058 i386-*-solaris2 \
12059 | x86_64-*-solaris2 \
12060 | i386-*-solaris2.[0-9] \
12061 | i386-*-solaris2.1[01] \
12062 | x86_64-*-solaris2.1[01])
12063 if test ${this_target} = $target \
12064 && test ${ac_default_x86_relax_relocations} = unset; then
12065 ac_default_x86_relax_relocations=0
12066 fi
12067 ;;
12068
12069 microblaze*)
12070 ;;
12071
12072 ppc-*-aix[5-9].*)
12073
12074 $as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
12075
12076 ;;
12077 ppc-*-solaris*)
12078 if test ${this_target} = $target; then
12079
12080 $as_echo "#define TARGET_SOLARIS_COMMENT 1" >>confdefs.h
12081
12082 fi
12083 if test x${endian} = xbig; then
12084 as_fn_error $? "Solaris must be configured little endian" "$LINENO" 5
12085 fi
12086 ;;
12087 esac
12088
12089 if test ${this_target} = $target ; then
12090 endian_def=
12091 if test x${endian} = xbig; then
12092 endian_def=1
12093 elif test x${endian} = xlittle; then
12094 endian_def=0
12095 fi
12096 if test x${endian_def} != x; then
12097
12098 cat >>confdefs.h <<_ACEOF
12099 #define TARGET_BYTES_BIG_ENDIAN $endian_def
12100 _ACEOF
12101
12102 fi
12103 fi
12104
12105 # Other random stuff.
12106
12107 case ${cpu_type} in
12108 mips)
12109 # Set mips_cpu to the name of the default CPU.
12110 case ${target_cpu} in
12111 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
12112 mips_cpu=from-abi
12113 ;;
12114 mipsisa32 | mipsisa32el)
12115 mips_cpu=mips32
12116 ;;
12117 mipsisa32r2 | mipsisa32r2el)
12118 mips_cpu=mips32r2
12119 ;;
12120 mipsisa32r3 | mipsisa32r3el)
12121 mips_cpu=mips32r3
12122 ;;
12123 mipsisa32r5 | mipsisa32r5el)
12124 mips_cpu=mips32r5
12125 ;;
12126 mipsisa32r6 | mipsisa32r6el)
12127 mips_cpu=mips32r6
12128 ;;
12129 mipsisa64 | mipsisa64el)
12130 mips_cpu=mips64
12131 ;;
12132 mipsisa64r2 | mipsisa64r2el)
12133 mips_cpu=mips64r2
12134 ;;
12135 mipsisa64r3 | mipsisa64r3el)
12136 mips_cpu=mips64r3
12137 ;;
12138 mipsisa64r5 | mipsisa64r5el)
12139 mips_cpu=mips64r5
12140 ;;
12141 mipsisa64r6 | mipsisa64r6el)
12142 mips_cpu=mips64r6
12143 ;;
12144 mipstx39 | mipstx39el)
12145 mips_cpu=r3900
12146 ;;
12147 mips64vr | mips64vrel)
12148 mips_cpu=vr4100
12149 ;;
12150 mipsisa32r2* | mipsisa64r2*)
12151 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12152 ;;
12153 mipsisa32r6* | mipsisa64r6*)
12154 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r6//' -e 's/el$//'`
12155 ;;
12156 mips64* | mipsisa64* | mipsisa32*)
12157 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12158 ;;
12159 mips*)
12160 mips_cpu=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
12161 ;;
12162 *)
12163 as_fn_error $? "$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
12164 ;;
12165 esac
12166 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12167 # binaries. It's a GNU extension that some OSes don't understand.
12168 case ${target} in
12169 *-*-irix*)
12170 use_e_mips_abi_o32=0
12171 ;;
12172 *)
12173 use_e_mips_abi_o32=1
12174 ;;
12175 esac
12176 # Decide whether to generate 32-bit or 64-bit code by default.
12177 # Used to resolve -march=from-abi when an embedded ABI is selected.
12178 case ${target} in
12179 mips64*-*-* | mipsisa64*-*-*)
12180 mips_default_64bit=1
12181 ;;
12182 *)
12183 mips_default_64bit=0
12184 ;;
12185 esac
12186 # Decide which ABI to target by default.
12187 case ${target} in
12188 mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* \
12189 | mips64*-kfreebsd*-gnu | mips64*-ps2-elf*)
12190 mips_default_abi=N32_ABI
12191 ;;
12192 mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu)
12193 mips_default_abi=O32_ABI
12194 ;;
12195 mips64*-openbsd*)
12196 mips_default_abi=N64_ABI
12197 ;;
12198 *)
12199 mips_default_abi=NO_ABI
12200 ;;
12201 esac
12202
12203 cat >>confdefs.h <<_ACEOF
12204 #define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
12205 _ACEOF
12206
12207
12208 cat >>confdefs.h <<_ACEOF
12209 #define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
12210 _ACEOF
12211
12212
12213 cat >>confdefs.h <<_ACEOF
12214 #define MIPS_DEFAULT_64BIT $mips_default_64bit
12215 _ACEOF
12216
12217
12218 cat >>confdefs.h <<_ACEOF
12219 #define MIPS_DEFAULT_ABI $mips_default_abi
12220 _ACEOF
12221
12222 ;;
12223 esac
12224
12225 # Do we need the opcodes library?
12226 case ${cpu_type} in
12227 vax | tic30)
12228 ;;
12229
12230 *)
12231 need_opcodes=yes
12232
12233 case "${enable_shared}" in
12234 yes) shared_opcodes=true ;;
12235 *opcodes*) shared_opcodes=true ;;
12236 *) shared_opcodes=false ;;
12237 esac
12238 ;;
12239 esac
12240
12241 # Any other special object files needed ?
12242 case ${cpu_type} in
12243
12244 bfin)
12245 for f in config/bfin-parse.o config/bfin-lex-wrapper.o; do
12246 case " $extra_objects " in
12247 *" $f "*) ;;
12248 *) extra_objects="$extra_objects $f" ;;
12249 esac
12250 done
12251 ;;
12252
12253 bpf)
12254 if test $this_target = $target ; then
12255
12256 cat >>confdefs.h <<_ACEOF
12257 #define DEFAULT_ARCH "${arch}"
12258 _ACEOF
12259
12260 fi
12261 using_cgen=yes
12262 ;;
12263 epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | or1k)
12264 using_cgen=yes
12265 ;;
12266
12267 loongarch)
12268 for f in config/loongarch-parse.o config/loongarch-lex-wrapper.o; do
12269 case " $extra_objects " in
12270 *" $f "*) ;;
12271 *) extra_objects="$extra_objects $f" ;;
12272 esac
12273 done
12274 # --target=loongarch[32|64]-*-*. */
12275 if test $this_target = $target ; then
12276
12277 cat >>confdefs.h <<_ACEOF
12278 #define DEFAULT_ARCH "${arch}"
12279 _ACEOF
12280
12281 fi
12282 ;;
12283
12284 m32c)
12285 using_cgen=yes
12286 ;;
12287 frv)
12288 using_cgen=yes
12289 ;;
12290 m68k)
12291 f=config/m68k-parse.o
12292 case " $extra_objects " in
12293 *" $f "*) ;;
12294 *) extra_objects="$extra_objects $f" ;;
12295 esac
12296 ;;
12297
12298 mep)
12299 using_cgen=yes
12300 ;;
12301
12302 mips)
12303 for f in itbl-parse.o itbl-lex-wrapper.o itbl-ops.o; do
12304 case " $extra_objects " in
12305 *" $f "*) ;;
12306 *) extra_objects="$extra_objects $f" ;;
12307 esac
12308 done
12309 ;;
12310
12311 mt)
12312 using_cgen=yes
12313 ;;
12314
12315 nds32)
12316 # setup NDS32_LINUX_TOOLCHAIN definition
12317 if test "linux" = $em; then
12318
12319 $as_echo "#define NDS32_LINUX_TOOLCHAIN 1" >>confdefs.h
12320
12321 else
12322
12323 $as_echo "#define NDS32_LINUX_TOOLCHAIN 0" >>confdefs.h
12324
12325 fi
12326
12327 # Decide BASELINE, REDUCED_REGS, FPU_DP_EXT, FPU_SP_EXT features
12328 # based on arch_name.
12329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12330 $as_echo_n "checking for default configuration of --with-arch... " >&6; }
12331 if test "x${with_arch}" != x; then
12332 case ${with_arch} in
12333 v2j | v2s | v2f | v2 | v3m | v3j | v3s | v3f | v3 )
12334
12335 cat >>confdefs.h <<_ACEOF
12336 #define NDS32_DEFAULT_ARCH_NAME "$with_arch"
12337 _ACEOF
12338
12339 ;;
12340 *)
12341 as_fn_error $? "This kind of arch name does *NOT* exist!" "$LINENO" 5
12342 ;;
12343 esac
12344 fi
12345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12346 $as_echo "$with_arch" >&6; }
12347
12348 # Decide features one by one.
12349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dx-regs" >&5
12350 $as_echo_n "checking for default configuration of --enable-dx-regs... " >&6; }
12351 if test "x${enable_dx_regs}" = xyes; then
12352
12353 $as_echo "#define NDS32_DEFAULT_DX_REGS 1" >>confdefs.h
12354
12355 else
12356
12357 $as_echo "#define NDS32_DEFAULT_DX_REGS 0" >>confdefs.h
12358
12359 fi
12360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dx_regs" >&5
12361 $as_echo "$enable_dx_regs" >&6; }
12362
12363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext" >&5
12364 $as_echo_n "checking for default configuration of --enable-perf-ext... " >&6; }
12365 if test "x${enable_perf_ext}" = xno; then
12366
12367 $as_echo "#define NDS32_DEFAULT_PERF_EXT 0" >>confdefs.h
12368
12369 else
12370
12371 $as_echo "#define NDS32_DEFAULT_PERF_EXT 1" >>confdefs.h
12372
12373 fi
12374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext" >&5
12375 $as_echo "$enable_perf_ext" >&6; }
12376
12377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext2" >&5
12378 $as_echo_n "checking for default configuration of --enable-perf-ext2... " >&6; }
12379 if test "x${enable_perf_ext2}" = xno; then
12380
12381 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 0" >>confdefs.h
12382
12383 else
12384
12385 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 1" >>confdefs.h
12386
12387 fi
12388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext2" >&5
12389 $as_echo "$enable_perf_ext2" >&6; }
12390
12391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-string-ext" >&5
12392 $as_echo_n "checking for default configuration of --enable-string-ext... " >&6; }
12393 if test "x${enable_string_ext}" = xno; then
12394
12395 $as_echo "#define NDS32_DEFAULT_STRING_EXT 0" >>confdefs.h
12396
12397 else
12398
12399 $as_echo "#define NDS32_DEFAULT_STRING_EXT 1" >>confdefs.h
12400
12401 fi
12402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_string_ext" >&5
12403 $as_echo "$enable_string_ext" >&6; }
12404
12405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-audio-ext" >&5
12406 $as_echo_n "checking for default configuration of --enable-audio-ext... " >&6; }
12407 if test "x${enable_audio_ext}" = xno; then
12408
12409 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 0" >>confdefs.h
12410
12411 else
12412
12413 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 1" >>confdefs.h
12414
12415 fi
12416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_audio_ext" >&5
12417 $as_echo "$enable_audio_ext" >&6; }
12418
12419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dsp-ext" >&5
12420 $as_echo_n "checking for default configuration of --enable-dsp-ext... " >&6; }
12421 if test "x${enable_dsp_ext}" = xno; then
12422
12423 $as_echo "#define NDS32_DEFAULT_DSP_EXT 0" >>confdefs.h
12424
12425 else
12426
12427 $as_echo "#define NDS32_DEFAULT_DSP_EXT 1" >>confdefs.h
12428
12429 fi
12430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dsp_ext" >&5
12431 $as_echo "$enable_dsp_ext" >&6; }
12432
12433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-zol-ext" >&5
12434 $as_echo_n "checking for default configuration of --enable-zol-ext... " >&6; }
12435 if test "x${enable_zol_ext}" = xno; then
12436
12437 $as_echo "#define NDS32_DEFAULT_ZOL_EXT 0" >>confdefs.h
12438
12439 else
12440
12441 $as_echo "#define NDS32_DEFAULT_ZOL_EXT 1" >>confdefs.h
12442
12443 fi
12444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_zol_ext" >&5
12445 $as_echo "$enable_zol_ext" >&6; }
12446 ;;
12447
12448 aarch64 | i386 | s390 | sparc)
12449 if test $this_target = $target ; then
12450
12451 cat >>confdefs.h <<_ACEOF
12452 #define DEFAULT_ARCH "${arch}"
12453 _ACEOF
12454
12455 fi
12456 ;;
12457
12458 riscv)
12459 # --target=riscv[32|64]-*-*. */
12460 if test $this_target = $target ; then
12461
12462 cat >>confdefs.h <<_ACEOF
12463 #define DEFAULT_ARCH "${arch}"
12464 _ACEOF
12465
12466 fi
12467
12468 # --with-arch=<value>. The syntax of <value> is same as Gas option -march.
12469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12470 $as_echo_n "checking for default configuration of --with-arch... " >&6; }
12471 if test "x${with_arch}" != x; then
12472
12473 cat >>confdefs.h <<_ACEOF
12474 #define DEFAULT_RISCV_ARCH_WITH_EXT "$with_arch"
12475 _ACEOF
12476
12477 fi
12478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12479 $as_echo "$with_arch" >&6; }
12480
12481 # --with-isa-spec=[2.2|20190608|20191213].
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-isa-spec" >&5
12483 $as_echo_n "checking for default configuration of --with-isa-spec... " >&6; }
12484 if test "x${with_isa_spec}" != x; then
12485
12486 cat >>confdefs.h <<_ACEOF
12487 #define DEFAULT_RISCV_ISA_SPEC "$with_isa_spec"
12488 _ACEOF
12489
12490 fi
12491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_isa_spec" >&5
12492 $as_echo "$with_isa_spec" >&6; }
12493
12494 # --with-priv-spec=[1.9.1|1.10|1.11|1.12].
12495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-priv-spec" >&5
12496 $as_echo_n "checking for default configuration of --with-priv-spec... " >&6; }
12497 if test "x${with_priv_spec}" != x; then
12498
12499 cat >>confdefs.h <<_ACEOF
12500 #define DEFAULT_RISCV_PRIV_SPEC "$with_priv_spec"
12501 _ACEOF
12502
12503 fi
12504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_priv_spec" >&5
12505 $as_echo "$with_priv_spec" >&6; }
12506 ;;
12507
12508 rl78)
12509 f=config/rl78-parse.o
12510 case " $extra_objects " in
12511 *" $f "*) ;;
12512 *) extra_objects="$extra_objects $f" ;;
12513 esac
12514 ;;
12515
12516 rx)
12517 f=config/rx-parse.o
12518 case " $extra_objects " in
12519 *" $f "*) ;;
12520 *) extra_objects="$extra_objects $f" ;;
12521 esac
12522 ;;
12523
12524 xstormy16)
12525 using_cgen=yes
12526 ;;
12527
12528 xtensa)
12529 f=config/xtensa-relax.o
12530 case " $extra_objects " in
12531 *" $f "*) ;;
12532 *) extra_objects="$extra_objects $f" ;;
12533 esac
12534 ;;
12535
12536 *)
12537 ;;
12538 esac
12539
12540 if test $using_cgen = yes ; then
12541 f=cgen.o
12542 case " $extra_objects " in
12543 *" $f "*) ;;
12544 *) extra_objects="$extra_objects $f" ;;
12545 esac
12546 fi
12547
12548 # See if we really can support this configuration with the emulation code.
12549
12550 if test $this_target = $target ; then
12551 obj_format=$fmt
12552 te_file=$em
12553 fi
12554
12555 case ${te_file} in
12556 vms)
12557 f=config/te-vms.o
12558 case " $extra_objects " in
12559 *" $f "*) ;;
12560 *) extra_objects="$extra_objects $f" ;;
12561 esac ;;
12562 esac
12563
12564 # From target name and format, produce a list of supported emulations.
12565
12566 case ${generic_target}-${fmt} in
12567 mips-*-*-*) case "$endian" in
12568 big) emulation="mipsbelf mipslelf mipself" ;;
12569 *) emulation="mipslelf mipsbelf mipself" ;;
12570 esac ;;
12571 # i386-pc-pe-coff != i386-pc-coff.
12572 i386-*-pe-coff) ;;
12573 # Uncommenting the next line will turn on support for i386 AOUT
12574 # for the default linux configuration
12575 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
12576 #
12577 i386-*-aout) emulation="i386aout" ;;
12578 i386-*-coff) emulation="i386coff" ;;
12579 i386-*-elf) emulation="i386elf" ;;
12580
12581 # Always all formats. The first stated emulation becomes the default.
12582 cris-*-*aout*) emulation="crisaout criself" ;;
12583 cris-*-*) emulation="criself crisaout" ;;
12584 esac
12585
12586 emulations="$emulations $emulation"
12587
12588 done
12589
12590 if test ${ac_default_x86_relax_relocations} = unset; then
12591 ac_default_x86_relax_relocations=1
12592 fi
12593
12594 cat >>confdefs.h <<_ACEOF
12595 #define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS $ac_default_x86_relax_relocations
12596 _ACEOF
12597
12598
12599 if test ${ac_default_elf_stt_common} = unset; then
12600 ac_default_elf_stt_common=0
12601 fi
12602
12603 cat >>confdefs.h <<_ACEOF
12604 #define DEFAULT_GENERATE_ELF_STT_COMMON $ac_default_elf_stt_common
12605 _ACEOF
12606
12607
12608
12609 cat >>confdefs.h <<_ACEOF
12610 #define DEFAULT_GENERATE_BUILD_NOTES $ac_default_generate_build_notes
12611 _ACEOF
12612
12613
12614 if test ${ac_default_generate_x86_used_note} = unset; then
12615 ac_default_generate_x86_used_note=0
12616 fi
12617
12618 cat >>confdefs.h <<_ACEOF
12619 #define DEFAULT_X86_USED_NOTE $ac_default_generate_x86_used_note
12620 _ACEOF
12621
12622
12623 if test ${ac_default_generate_riscv_attr} = unset; then
12624 ac_default_generate_riscv_attr=1
12625 fi
12626
12627
12628 cat >>confdefs.h <<_ACEOF
12629 #define DEFAULT_RISCV_ATTR $ac_default_generate_riscv_attr
12630 _ACEOF
12631
12632
12633 if test ${ac_default_mips_fix_loongson3_llsc} = unset; then
12634 ac_default_mips_fix_loongson3_llsc=0
12635 fi
12636
12637 cat >>confdefs.h <<_ACEOF
12638 #define DEFAULT_MIPS_FIX_LOONGSON3_LLSC $ac_default_mips_fix_loongson3_llsc
12639 _ACEOF
12640
12641
12642 if test x$ac_default_compressed_debug_sections = xyes ; then
12643
12644 $as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
12645
12646 fi
12647
12648 # Turn on all targets if possible
12649 if test ${all_targets} = "yes"; then
12650 case ${target_cpu_type} in
12651 i386)
12652 case ${obj_format} in
12653 aout)
12654 emulations="$emulations i386coff i386elf"
12655 ;;
12656 coff)
12657 emulations="$emulations i386aout i386elf"
12658 ;;
12659 elf)
12660 emulations="$emulations i386aout i386coff"
12661 ;;
12662 esac
12663 ;;
12664 x86_64)
12665 case ${obj_format} in
12666 aout)
12667 emulations="$emulations i386coff i386elf"
12668 ;;
12669 coff)
12670 emulations="$emulations i386aout i386elf"
12671 ;;
12672 elf)
12673 emulations="$emulations i386aout i386coff"
12674 ;;
12675 esac
12676 ;;
12677 esac
12678 fi
12679
12680 # PE code has way too many macros tweaking behaviour
12681 case ${te_file} in
12682 pe*) emulations="" ;;
12683 esac
12684
12685 # Assign floating point type. Most processors with FP support
12686 # IEEE FP. On those that don't support FP at all, usually IEEE
12687 # is emulated.
12688 case ${target_cpu} in
12689 vax | pdp11 ) atof=vax ;;
12690 *) atof=ieee ;;
12691 esac
12692
12693 case "${obj_format}" in
12694 "") as_fn_error $? "GAS does not know what format to use for target ${target}" "$LINENO" 5 ;;
12695 esac
12696
12697 # Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
12698 cgen_cpu_prefix=""
12699 if test $using_cgen = yes ; then
12700 case ${target_cpu} in
12701 or1knd)
12702 cgen_cpu_prefix=or1k ;;
12703 *) cgen_cpu_prefix=${target_cpu} ;;
12704 esac
12705
12706
12707 $as_echo "#define USING_CGEN 1" >>confdefs.h
12708
12709 fi
12710
12711
12712 if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
12713 as_fn_error $? "GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
12714 fi
12715
12716 if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
12717 as_fn_error $? "GAS does not have support for object file format ${obj_format}" "$LINENO" 5
12718 fi
12719
12720 # Some COFF configurations want these random other flags set.
12721 case ${obj_format} in
12722 coff)
12723 case ${target_cpu_type} in
12724 i386)
12725 $as_echo "#define I386COFF 1" >>confdefs.h
12726 ;;
12727 x86_64)
12728 $as_echo "#define I386COFF 1" >>confdefs.h
12729 ;;
12730 esac
12731 ;;
12732 esac
12733
12734 # Getting this done right is going to be a bitch. Each configuration specified
12735 # with --enable-targets=... should be checked for environment, format, cpu
12736 # setting.
12737 #
12738 # For each configuration, the necessary object file support code must be linked
12739 # in. This might be only one, it might be up to four. The necessary emulation
12740 # code needs to be provided, too.
12741 #
12742 # And then there's "--enable-targets=all"....
12743 #
12744 # For now, just always do it for MIPS ELF configurations. Sigh.
12745
12746 formats="${obj_format}"
12747 emfiles=""
12748 EMULATIONS=""
12749 _gas_uniq_list="$emulations"
12750 _gas_uniq_newlist=""
12751 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12752 case $_gas_uniq_i in
12753 _gas_uniq_dummy) ;;
12754 *) case " $_gas_uniq_newlist " in
12755 *" $_gas_uniq_i "*) ;;
12756 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12757 esac ;;
12758 esac
12759 done
12760 emulations=$_gas_uniq_newlist
12761
12762 for em in . $emulations ; do
12763 case $em in
12764 .) continue ;;
12765 mipsbelf | mipslelf | mipself)
12766 fmt=elf file=mipself ;;
12767 *coff)
12768 fmt=coff file=$em ;;
12769 *aout)
12770 fmt=aout file=$em ;;
12771 *elf)
12772 fmt=elf file=$em ;;
12773 esac
12774 formats="$formats $fmt"
12775 emfiles="$emfiles config/e-$file.o"
12776 EMULATIONS="$EMULATIONS &$em,"
12777 done
12778 _gas_uniq_list="$formats"
12779 _gas_uniq_newlist=""
12780 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12781 case $_gas_uniq_i in
12782 _gas_uniq_dummy) ;;
12783 *) case " $_gas_uniq_newlist " in
12784 *" $_gas_uniq_i "*) ;;
12785 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12786 esac ;;
12787 esac
12788 done
12789 formats=$_gas_uniq_newlist
12790
12791 _gas_uniq_list="$emfiles"
12792 _gas_uniq_newlist=""
12793 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12794 case $_gas_uniq_i in
12795 _gas_uniq_dummy) ;;
12796 *) case " $_gas_uniq_newlist " in
12797 *" $_gas_uniq_i "*) ;;
12798 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12799 esac ;;
12800 esac
12801 done
12802 emfiles=$_gas_uniq_newlist
12803
12804 if test `set . $formats ; shift ; echo $#` -gt 1 ; then
12805 for fmt in $formats ; do
12806 case $fmt in
12807 aout)
12808 $as_echo "#define OBJ_MAYBE_AOUT 1" >>confdefs.h
12809 ;;
12810 coff)
12811 $as_echo "#define OBJ_MAYBE_COFF 1" >>confdefs.h
12812 ;;
12813 ecoff)
12814 $as_echo "#define OBJ_MAYBE_ECOFF 1" >>confdefs.h
12815 ;;
12816 elf)
12817 $as_echo "#define OBJ_MAYBE_ELF 1" >>confdefs.h
12818 ;;
12819 generic)
12820 $as_echo "#define OBJ_MAYBE_GENERIC 1" >>confdefs.h
12821 ;;
12822 som)
12823 $as_echo "#define OBJ_MAYBE_SOM 1" >>confdefs.h
12824 ;;
12825 esac
12826 extra_objects="$extra_objects config/obj-$fmt.o"
12827 done
12828 obj_format=multi
12829 fi
12830 if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
12831 DEFAULT_EMULATION=`set . $emulations ; echo $2`
12832 # e-mipself has more than one emulation per file, e-i386* has just one at the
12833 # moment. If only one emulation is specified, then don't define
12834 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
12835 case "${obj_format}${emfiles}" in
12836 multi* | *mipself*)
12837 extra_objects="$extra_objects $emfiles"
12838
12839 $as_echo "#define USE_EMULATIONS 1" >>confdefs.h
12840 ;;
12841 esac
12842 fi
12843
12844
12845 cat >>confdefs.h <<_ACEOF
12846 #define EMULATIONS $EMULATIONS
12847 _ACEOF
12848
12849
12850 cat >>confdefs.h <<_ACEOF
12851 #define DEFAULT_EMULATION "$DEFAULT_EMULATION"
12852 _ACEOF
12853
12854
12855 reject_dev_configs=yes
12856
12857 case ${reject_dev_configs}-${dev} in
12858 yes-yes) # Oops.
12859 as_fn_error $? "GAS does not support the ${generic_target} configuration." "$LINENO" 5
12860 ;;
12861 esac
12862
12863
12864
12865
12866
12867
12868
12869 # do we need the opcodes library?
12870 case "${need_opcodes}" in
12871 yes)
12872 OPCODES_LIB=../opcodes/libopcodes.la
12873 ;;
12874 esac
12875
12876
12877
12878
12879 cat >>confdefs.h <<_ACEOF
12880 #define TARGET_ALIAS "${target_alias}"
12881 _ACEOF
12882
12883
12884 cat >>confdefs.h <<_ACEOF
12885 #define TARGET_CANONICAL "${target}"
12886 _ACEOF
12887
12888
12889 cat >>confdefs.h <<_ACEOF
12890 #define TARGET_CPU "${target_cpu}"
12891 _ACEOF
12892
12893
12894 cat >>confdefs.h <<_ACEOF
12895 #define TARGET_VENDOR "${target_vendor}"
12896 _ACEOF
12897
12898
12899 cat >>confdefs.h <<_ACEOF
12900 #define TARGET_OS "${target_os}"
12901 _ACEOF
12902
12903
12904 for ac_prog in 'bison -y' byacc
12905 do
12906 # Extract the first word of "$ac_prog", so it can be a program name with args.
12907 set dummy $ac_prog; ac_word=$2
12908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12909 $as_echo_n "checking for $ac_word... " >&6; }
12910 if ${ac_cv_prog_YACC+:} false; then :
12911 $as_echo_n "(cached) " >&6
12912 else
12913 if test -n "$YACC"; then
12914 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12915 else
12916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12917 for as_dir in $PATH
12918 do
12919 IFS=$as_save_IFS
12920 test -z "$as_dir" && as_dir=.
12921 for ac_exec_ext in '' $ac_executable_extensions; do
12922 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12923 ac_cv_prog_YACC="$ac_prog"
12924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12925 break 2
12926 fi
12927 done
12928 done
12929 IFS=$as_save_IFS
12930
12931 fi
12932 fi
12933 YACC=$ac_cv_prog_YACC
12934 if test -n "$YACC"; then
12935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12936 $as_echo "$YACC" >&6; }
12937 else
12938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12939 $as_echo "no" >&6; }
12940 fi
12941
12942
12943 test -n "$YACC" && break
12944 done
12945 test -n "$YACC" || YACC="yacc"
12946
12947 for ac_prog in flex lex
12948 do
12949 # Extract the first word of "$ac_prog", so it can be a program name with args.
12950 set dummy $ac_prog; ac_word=$2
12951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12952 $as_echo_n "checking for $ac_word... " >&6; }
12953 if ${ac_cv_prog_LEX+:} false; then :
12954 $as_echo_n "(cached) " >&6
12955 else
12956 if test -n "$LEX"; then
12957 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12958 else
12959 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12960 for as_dir in $PATH
12961 do
12962 IFS=$as_save_IFS
12963 test -z "$as_dir" && as_dir=.
12964 for ac_exec_ext in '' $ac_executable_extensions; do
12965 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12966 ac_cv_prog_LEX="$ac_prog"
12967 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12968 break 2
12969 fi
12970 done
12971 done
12972 IFS=$as_save_IFS
12973
12974 fi
12975 fi
12976 LEX=$ac_cv_prog_LEX
12977 if test -n "$LEX"; then
12978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12979 $as_echo "$LEX" >&6; }
12980 else
12981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12982 $as_echo "no" >&6; }
12983 fi
12984
12985
12986 test -n "$LEX" && break
12987 done
12988 test -n "$LEX" || LEX=":"
12989
12990 case "$LEX" in
12991 :|*"missing "*) ;;
12992 *) cat >conftest.l <<_ACEOF
12993 %%
12994 a { ECHO; }
12995 b { REJECT; }
12996 c { yymore (); }
12997 d { yyless (1); }
12998 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
12999 yyless ((input () != 0)); }
13000 f { unput (yytext[0]); }
13001 . { BEGIN INITIAL; }
13002 %%
13003 #ifdef YYTEXT_POINTER
13004 extern char *yytext;
13005 #endif
13006 int
13007 main (void)
13008 {
13009 return ! yylex () + ! yywrap ();
13010 }
13011 _ACEOF
13012 { { ac_try="$LEX conftest.l"
13013 case "(($ac_try" in
13014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13015 *) ac_try_echo=$ac_try;;
13016 esac
13017 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
13018 $as_echo "$ac_try_echo"; } >&5
13019 (eval "$LEX conftest.l") 2>&5
13020 ac_status=$?
13021 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13022 test $ac_status = 0; }
13023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
13024 $as_echo_n "checking lex output file root... " >&6; }
13025 if ${ac_cv_prog_lex_root+:} false; then :
13026 $as_echo_n "(cached) " >&6
13027 else
13028
13029 if test -f lex.yy.c; then
13030 ac_cv_prog_lex_root=lex.yy
13031 elif test -f lexyy.c; then
13032 ac_cv_prog_lex_root=lexyy
13033 else
13034 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
13035 fi
13036 fi
13037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
13038 $as_echo "$ac_cv_prog_lex_root" >&6; }
13039 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
13040
13041 if test -z "${LEXLIB+set}"; then
13042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
13043 $as_echo_n "checking lex library... " >&6; }
13044 if ${ac_cv_lib_lex+:} false; then :
13045 $as_echo_n "(cached) " >&6
13046 else
13047
13048 ac_save_LIBS=$LIBS
13049 ac_cv_lib_lex='none needed'
13050 for ac_lib in '' -lfl -ll; do
13051 LIBS="$ac_lib $ac_save_LIBS"
13052 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13053 /* end confdefs.h. */
13054 `cat $LEX_OUTPUT_ROOT.c`
13055 _ACEOF
13056 if ac_fn_c_try_link "$LINENO"; then :
13057 ac_cv_lib_lex=$ac_lib
13058 fi
13059 rm -f core conftest.err conftest.$ac_objext \
13060 conftest$ac_exeext conftest.$ac_ext
13061 test "$ac_cv_lib_lex" != 'none needed' && break
13062 done
13063 LIBS=$ac_save_LIBS
13064
13065 fi
13066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
13067 $as_echo "$ac_cv_lib_lex" >&6; }
13068 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
13069 fi
13070
13071
13072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
13073 $as_echo_n "checking whether yytext is a pointer... " >&6; }
13074 if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
13075 $as_echo_n "(cached) " >&6
13076 else
13077 # POSIX says lex can declare yytext either as a pointer or an array; the
13078 # default is implementation-dependent. Figure out which it is, since
13079 # not all implementations provide the %pointer and %array declarations.
13080 ac_cv_prog_lex_yytext_pointer=no
13081 ac_save_LIBS=$LIBS
13082 LIBS="$LEXLIB $ac_save_LIBS"
13083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13084 /* end confdefs.h. */
13085
13086 #define YYTEXT_POINTER 1
13087 `cat $LEX_OUTPUT_ROOT.c`
13088 _ACEOF
13089 if ac_fn_c_try_link "$LINENO"; then :
13090 ac_cv_prog_lex_yytext_pointer=yes
13091 fi
13092 rm -f core conftest.err conftest.$ac_objext \
13093 conftest$ac_exeext conftest.$ac_ext
13094 LIBS=$ac_save_LIBS
13095
13096 fi
13097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
13098 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
13099 if test $ac_cv_prog_lex_yytext_pointer = yes; then
13100
13101 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
13102
13103 fi
13104 rm -f conftest.l $LEX_OUTPUT_ROOT.c
13105 ;;
13106 esac
13107 if test "$LEX" = :; then
13108 LEX=${am_missing_run}flex
13109 fi
13110
13111 ALL_LINGUAS="es fi fr id ja ru rw sv tr uk zh_CN"
13112 # If we haven't got the data from the intl directory,
13113 # assume NLS is disabled.
13114 USE_NLS=no
13115 LIBINTL=
13116 LIBINTL_DEP=
13117 INCINTL=
13118 XGETTEXT=
13119 GMSGFMT=
13120 POSUB=
13121
13122 if test -f ../intl/config.intl; then
13123 . ../intl/config.intl
13124 fi
13125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13126 $as_echo_n "checking whether NLS is requested... " >&6; }
13127 if test x"$USE_NLS" != xyes; then
13128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13129 $as_echo "no" >&6; }
13130 else
13131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13132 $as_echo "yes" >&6; }
13133
13134 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
13135
13136
13137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13138 $as_echo_n "checking for catalogs to be installed... " >&6; }
13139 # Look for .po and .gmo files in the source directory.
13140 CATALOGS=
13141 XLINGUAS=
13142 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
13143 # If there aren't any .gmo files the shell will give us the
13144 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13145 # weeded out.
13146 case "$cat" in *\**)
13147 continue;;
13148 esac
13149 # The quadruple backslash is collapsed to a double backslash
13150 # by the backticks, then collapsed again by the double quotes,
13151 # leaving us with one backslash in the sed expression (right
13152 # before the dot that mustn't act as a wildcard).
13153 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13154 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
13155 # The user is allowed to set LINGUAS to a list of languages to
13156 # install catalogs for. If it's empty that means "all of them."
13157 if test "x$LINGUAS" = x; then
13158 CATALOGS="$CATALOGS $cat"
13159 XLINGUAS="$XLINGUAS $lang"
13160 else
13161 case "$LINGUAS" in *$lang*)
13162 CATALOGS="$CATALOGS $cat"
13163 XLINGUAS="$XLINGUAS $lang"
13164 ;;
13165 esac
13166 fi
13167 done
13168 LINGUAS="$XLINGUAS"
13169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13170 $as_echo "$LINGUAS" >&6; }
13171
13172
13173 DATADIRNAME=share
13174
13175 INSTOBJEXT=.mo
13176
13177 GENCAT=gencat
13178
13179 CATOBJEXT=.gmo
13180
13181 fi
13182
13183 MKINSTALLDIRS=
13184 if test -n "$ac_aux_dir"; then
13185 case "$ac_aux_dir" in
13186 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
13187 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13188 esac
13189 fi
13190 if test -z "$MKINSTALLDIRS"; then
13191 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13192 fi
13193
13194
13195
13196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13197 $as_echo_n "checking whether NLS is requested... " >&6; }
13198 # Check whether --enable-nls was given.
13199 if test "${enable_nls+set}" = set; then :
13200 enableval=$enable_nls; USE_NLS=$enableval
13201 else
13202 USE_NLS=yes
13203 fi
13204
13205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13206 $as_echo "$USE_NLS" >&6; }
13207
13208
13209
13210
13211
13212
13213 # Prepare PATH_SEPARATOR.
13214 # The user is always right.
13215 if test "${PATH_SEPARATOR+set}" != set; then
13216 echo "#! /bin/sh" >conf$$.sh
13217 echo "exit 0" >>conf$$.sh
13218 chmod +x conf$$.sh
13219 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13220 PATH_SEPARATOR=';'
13221 else
13222 PATH_SEPARATOR=:
13223 fi
13224 rm -f conf$$.sh
13225 fi
13226
13227 # Find out how to test for executable files. Don't use a zero-byte file,
13228 # as systems may use methods other than mode bits to determine executability.
13229 cat >conf$$.file <<_ASEOF
13230 #! /bin/sh
13231 exit 0
13232 _ASEOF
13233 chmod +x conf$$.file
13234 if test -x conf$$.file >/dev/null 2>&1; then
13235 ac_executable_p="test -x"
13236 else
13237 ac_executable_p="test -f"
13238 fi
13239 rm -f conf$$.file
13240
13241 # Extract the first word of "msgfmt", so it can be a program name with args.
13242 set dummy msgfmt; ac_word=$2
13243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13244 $as_echo_n "checking for $ac_word... " >&6; }
13245 if ${ac_cv_path_MSGFMT+:} false; then :
13246 $as_echo_n "(cached) " >&6
13247 else
13248 case "$MSGFMT" in
13249 [\\/]* | ?:[\\/]*)
13250 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13251 ;;
13252 *)
13253 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13254 for ac_dir in $PATH; do
13255 IFS="$ac_save_IFS"
13256 test -z "$ac_dir" && ac_dir=.
13257 for ac_exec_ext in '' $ac_executable_extensions; do
13258 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13259 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13260 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13261 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13262 break 2
13263 fi
13264 fi
13265 done
13266 done
13267 IFS="$ac_save_IFS"
13268 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13269 ;;
13270 esac
13271 fi
13272 MSGFMT="$ac_cv_path_MSGFMT"
13273 if test "$MSGFMT" != ":"; then
13274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13275 $as_echo "$MSGFMT" >&6; }
13276 else
13277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13278 $as_echo "no" >&6; }
13279 fi
13280
13281 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13282 set dummy gmsgfmt; ac_word=$2
13283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13284 $as_echo_n "checking for $ac_word... " >&6; }
13285 if ${ac_cv_path_GMSGFMT+:} false; then :
13286 $as_echo_n "(cached) " >&6
13287 else
13288 case $GMSGFMT in
13289 [\\/]* | ?:[\\/]*)
13290 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13291 ;;
13292 *)
13293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13294 for as_dir in $PATH
13295 do
13296 IFS=$as_save_IFS
13297 test -z "$as_dir" && as_dir=.
13298 for ac_exec_ext in '' $ac_executable_extensions; do
13299 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13300 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
13301 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13302 break 2
13303 fi
13304 done
13305 done
13306 IFS=$as_save_IFS
13307
13308 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13309 ;;
13310 esac
13311 fi
13312 GMSGFMT=$ac_cv_path_GMSGFMT
13313 if test -n "$GMSGFMT"; then
13314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13315 $as_echo "$GMSGFMT" >&6; }
13316 else
13317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13318 $as_echo "no" >&6; }
13319 fi
13320
13321
13322
13323
13324 # Prepare PATH_SEPARATOR.
13325 # The user is always right.
13326 if test "${PATH_SEPARATOR+set}" != set; then
13327 echo "#! /bin/sh" >conf$$.sh
13328 echo "exit 0" >>conf$$.sh
13329 chmod +x conf$$.sh
13330 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13331 PATH_SEPARATOR=';'
13332 else
13333 PATH_SEPARATOR=:
13334 fi
13335 rm -f conf$$.sh
13336 fi
13337
13338 # Find out how to test for executable files. Don't use a zero-byte file,
13339 # as systems may use methods other than mode bits to determine executability.
13340 cat >conf$$.file <<_ASEOF
13341 #! /bin/sh
13342 exit 0
13343 _ASEOF
13344 chmod +x conf$$.file
13345 if test -x conf$$.file >/dev/null 2>&1; then
13346 ac_executable_p="test -x"
13347 else
13348 ac_executable_p="test -f"
13349 fi
13350 rm -f conf$$.file
13351
13352 # Extract the first word of "xgettext", so it can be a program name with args.
13353 set dummy xgettext; ac_word=$2
13354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13355 $as_echo_n "checking for $ac_word... " >&6; }
13356 if ${ac_cv_path_XGETTEXT+:} false; then :
13357 $as_echo_n "(cached) " >&6
13358 else
13359 case "$XGETTEXT" in
13360 [\\/]* | ?:[\\/]*)
13361 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13362 ;;
13363 *)
13364 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13365 for ac_dir in $PATH; do
13366 IFS="$ac_save_IFS"
13367 test -z "$ac_dir" && ac_dir=.
13368 for ac_exec_ext in '' $ac_executable_extensions; do
13369 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13370 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13371 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13372 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13373 break 2
13374 fi
13375 fi
13376 done
13377 done
13378 IFS="$ac_save_IFS"
13379 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13380 ;;
13381 esac
13382 fi
13383 XGETTEXT="$ac_cv_path_XGETTEXT"
13384 if test "$XGETTEXT" != ":"; then
13385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13386 $as_echo "$XGETTEXT" >&6; }
13387 else
13388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13389 $as_echo "no" >&6; }
13390 fi
13391
13392 rm -f messages.po
13393
13394
13395 # Prepare PATH_SEPARATOR.
13396 # The user is always right.
13397 if test "${PATH_SEPARATOR+set}" != set; then
13398 echo "#! /bin/sh" >conf$$.sh
13399 echo "exit 0" >>conf$$.sh
13400 chmod +x conf$$.sh
13401 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13402 PATH_SEPARATOR=';'
13403 else
13404 PATH_SEPARATOR=:
13405 fi
13406 rm -f conf$$.sh
13407 fi
13408
13409 # Find out how to test for executable files. Don't use a zero-byte file,
13410 # as systems may use methods other than mode bits to determine executability.
13411 cat >conf$$.file <<_ASEOF
13412 #! /bin/sh
13413 exit 0
13414 _ASEOF
13415 chmod +x conf$$.file
13416 if test -x conf$$.file >/dev/null 2>&1; then
13417 ac_executable_p="test -x"
13418 else
13419 ac_executable_p="test -f"
13420 fi
13421 rm -f conf$$.file
13422
13423 # Extract the first word of "msgmerge", so it can be a program name with args.
13424 set dummy msgmerge; ac_word=$2
13425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13426 $as_echo_n "checking for $ac_word... " >&6; }
13427 if ${ac_cv_path_MSGMERGE+:} false; then :
13428 $as_echo_n "(cached) " >&6
13429 else
13430 case "$MSGMERGE" in
13431 [\\/]* | ?:[\\/]*)
13432 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13433 ;;
13434 *)
13435 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13436 for ac_dir in $PATH; do
13437 IFS="$ac_save_IFS"
13438 test -z "$ac_dir" && ac_dir=.
13439 for ac_exec_ext in '' $ac_executable_extensions; do
13440 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13441 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13442 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13443 break 2
13444 fi
13445 fi
13446 done
13447 done
13448 IFS="$ac_save_IFS"
13449 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13450 ;;
13451 esac
13452 fi
13453 MSGMERGE="$ac_cv_path_MSGMERGE"
13454 if test "$MSGMERGE" != ":"; then
13455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13456 $as_echo "$MSGMERGE" >&6; }
13457 else
13458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13459 $as_echo "no" >&6; }
13460 fi
13461
13462
13463 if test "$GMSGFMT" != ":"; then
13464 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13465 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13466 : ;
13467 else
13468 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
13469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13470 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
13471 GMSGFMT=":"
13472 fi
13473 fi
13474
13475 if test "$XGETTEXT" != ":"; then
13476 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13477 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13478 : ;
13479 else
13480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13481 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13482 XGETTEXT=":"
13483 fi
13484 rm -f messages.po
13485 fi
13486
13487 ac_config_commands="$ac_config_commands default-1"
13488
13489
13490
13491
13492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13493 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13494 # Check whether --enable-maintainer-mode was given.
13495 if test "${enable_maintainer_mode+set}" = set; then :
13496 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13497 else
13498 USE_MAINTAINER_MODE=no
13499 fi
13500
13501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13502 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13503 if test $USE_MAINTAINER_MODE = yes; then
13504 MAINTAINER_MODE_TRUE=
13505 MAINTAINER_MODE_FALSE='#'
13506 else
13507 MAINTAINER_MODE_TRUE='#'
13508 MAINTAINER_MODE_FALSE=
13509 fi
13510
13511 MAINT=$MAINTAINER_MODE_TRUE
13512
13513
13514 if false; then
13515 GENINSRC_NEVER_TRUE=
13516 GENINSRC_NEVER_FALSE='#'
13517 else
13518 GENINSRC_NEVER_TRUE='#'
13519 GENINSRC_NEVER_FALSE=
13520 fi
13521
13522
13523
13524 for ac_header in memory.h sys/stat.h sys/types.h unistd.h
13525 do :
13526 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13527 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13528 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13529 cat >>confdefs.h <<_ACEOF
13530 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13531 _ACEOF
13532
13533 fi
13534
13535 done
13536
13537
13538 # Put this here so that autoconf's "cross-compiling" message doesn't confuse
13539 # people who are not cross-compiling but are compiling cross-assemblers.
13540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling a cross-assembler" >&5
13541 $as_echo_n "checking whether compiling a cross-assembler... " >&6; }
13542 if test "${host}" = "${target}"; then
13543 cross_gas=no
13544 else
13545 cross_gas=yes
13546
13547 $as_echo "#define CROSS_COMPILE 1" >>confdefs.h
13548
13549 fi
13550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_gas" >&5
13551 $as_echo "$cross_gas" >&6; }
13552
13553 for ac_func in strsignal
13554 do :
13555 ac_fn_c_check_func "$LINENO" "strsignal" "ac_cv_func_strsignal"
13556 if test "x$ac_cv_func_strsignal" = xyes; then :
13557 cat >>confdefs.h <<_ACEOF
13558 #define HAVE_STRSIGNAL 1
13559 _ACEOF
13560
13561 fi
13562 done
13563
13564
13565
13566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13567 $as_echo_n "checking for LC_MESSAGES... " >&6; }
13568 if ${am_cv_val_LC_MESSAGES+:} false; then :
13569 $as_echo_n "(cached) " >&6
13570 else
13571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13572 /* end confdefs.h. */
13573 #include <locale.h>
13574 int
13575 main ()
13576 {
13577 return LC_MESSAGES
13578 ;
13579 return 0;
13580 }
13581 _ACEOF
13582 if ac_fn_c_try_link "$LINENO"; then :
13583 am_cv_val_LC_MESSAGES=yes
13584 else
13585 am_cv_val_LC_MESSAGES=no
13586 fi
13587 rm -f core conftest.err conftest.$ac_objext \
13588 conftest$ac_exeext conftest.$ac_ext
13589 fi
13590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13591 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13592 if test $am_cv_val_LC_MESSAGES = yes; then
13593
13594 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13595
13596 fi
13597
13598
13599 # do we need the math library?
13600 case "${need_libm}" in
13601 yes)
13602 LIBM=
13603 case $host in
13604 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
13605 # These system don't have libm, or don't need it
13606 ;;
13607 *-ncr-sysv4.3*)
13608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13609 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13610 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
13611 $as_echo_n "(cached) " >&6
13612 else
13613 ac_check_lib_save_LIBS=$LIBS
13614 LIBS="-lmw $LIBS"
13615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13616 /* end confdefs.h. */
13617
13618 /* Override any GCC internal prototype to avoid an error.
13619 Use char because int might match the return type of a GCC
13620 builtin and then its argument prototype would still apply. */
13621 #ifdef __cplusplus
13622 extern "C"
13623 #endif
13624 char _mwvalidcheckl ();
13625 int
13626 main ()
13627 {
13628 return _mwvalidcheckl ();
13629 ;
13630 return 0;
13631 }
13632 _ACEOF
13633 if ac_fn_c_try_link "$LINENO"; then :
13634 ac_cv_lib_mw__mwvalidcheckl=yes
13635 else
13636 ac_cv_lib_mw__mwvalidcheckl=no
13637 fi
13638 rm -f core conftest.err conftest.$ac_objext \
13639 conftest$ac_exeext conftest.$ac_ext
13640 LIBS=$ac_check_lib_save_LIBS
13641 fi
13642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13643 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13644 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
13645 LIBM="-lmw"
13646 fi
13647
13648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13649 $as_echo_n "checking for cos in -lm... " >&6; }
13650 if ${ac_cv_lib_m_cos+:} false; then :
13651 $as_echo_n "(cached) " >&6
13652 else
13653 ac_check_lib_save_LIBS=$LIBS
13654 LIBS="-lm $LIBS"
13655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13656 /* end confdefs.h. */
13657
13658 /* Override any GCC internal prototype to avoid an error.
13659 Use char because int might match the return type of a GCC
13660 builtin and then its argument prototype would still apply. */
13661 #ifdef __cplusplus
13662 extern "C"
13663 #endif
13664 char cos ();
13665 int
13666 main ()
13667 {
13668 return cos ();
13669 ;
13670 return 0;
13671 }
13672 _ACEOF
13673 if ac_fn_c_try_link "$LINENO"; then :
13674 ac_cv_lib_m_cos=yes
13675 else
13676 ac_cv_lib_m_cos=no
13677 fi
13678 rm -f core conftest.err conftest.$ac_objext \
13679 conftest$ac_exeext conftest.$ac_ext
13680 LIBS=$ac_check_lib_save_LIBS
13681 fi
13682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13683 $as_echo "$ac_cv_lib_m_cos" >&6; }
13684 if test "x$ac_cv_lib_m_cos" = xyes; then :
13685 LIBM="$LIBM -lm"
13686 fi
13687
13688 ;;
13689 *)
13690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13691 $as_echo_n "checking for cos in -lm... " >&6; }
13692 if ${ac_cv_lib_m_cos+:} false; then :
13693 $as_echo_n "(cached) " >&6
13694 else
13695 ac_check_lib_save_LIBS=$LIBS
13696 LIBS="-lm $LIBS"
13697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13698 /* end confdefs.h. */
13699
13700 /* Override any GCC internal prototype to avoid an error.
13701 Use char because int might match the return type of a GCC
13702 builtin and then its argument prototype would still apply. */
13703 #ifdef __cplusplus
13704 extern "C"
13705 #endif
13706 char cos ();
13707 int
13708 main ()
13709 {
13710 return cos ();
13711 ;
13712 return 0;
13713 }
13714 _ACEOF
13715 if ac_fn_c_try_link "$LINENO"; then :
13716 ac_cv_lib_m_cos=yes
13717 else
13718 ac_cv_lib_m_cos=no
13719 fi
13720 rm -f core conftest.err conftest.$ac_objext \
13721 conftest$ac_exeext conftest.$ac_ext
13722 LIBS=$ac_check_lib_save_LIBS
13723 fi
13724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13725 $as_echo "$ac_cv_lib_m_cos" >&6; }
13726 if test "x$ac_cv_lib_m_cos" = xyes; then :
13727 LIBM="-lm"
13728 fi
13729
13730 ;;
13731 esac
13732
13733
13734
13735 ;;
13736 esac
13737
13738 # Some non-ANSI preprocessors botch requoting inside strings. That's bad
13739 # enough, but on some of those systems, the assert macro relies on requoting
13740 # working properly!
13741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working assert macro" >&5
13742 $as_echo_n "checking for working assert macro... " >&6; }
13743 if ${gas_cv_assert_ok+:} false; then :
13744 $as_echo_n "(cached) " >&6
13745 else
13746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13747 /* end confdefs.h. */
13748 #include <assert.h>
13749 #include <stdio.h>
13750 int
13751 main ()
13752 {
13753
13754 /* check for requoting problems */
13755 static int a, b, c, d;
13756 static char *s;
13757 assert (!strcmp(s, "foo bar baz quux"));
13758 /* check for newline handling */
13759 assert (a == b
13760 || c == d);
13761
13762 ;
13763 return 0;
13764 }
13765 _ACEOF
13766 if ac_fn_c_try_link "$LINENO"; then :
13767 gas_cv_assert_ok=yes
13768 else
13769 gas_cv_assert_ok=no
13770 fi
13771 rm -f core conftest.err conftest.$ac_objext \
13772 conftest$ac_exeext conftest.$ac_ext
13773 fi
13774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_assert_ok" >&5
13775 $as_echo "$gas_cv_assert_ok" >&6; }
13776 test $gas_cv_assert_ok = yes ||
13777 $as_echo "#define BROKEN_ASSERT 1" >>confdefs.h
13778
13779
13780
13781 # On some systems, the system header files may not declare malloc, realloc,
13782 # and free. There are places where gas needs these functions to have been
13783 # declared -- such as when taking their addresses.
13784 gas_test_headers="
13785 #ifdef HAVE_MEMORY_H
13786 #include <memory.h>
13787 #endif
13788 #include <string.h>
13789 #include <stdlib.h>
13790 #ifdef HAVE_UNISTD_H
13791 #include <unistd.h>
13792 #endif
13793 "
13794
13795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13796 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13797 if ${gas_cv_decl_getopt_unistd_h+:} false; then :
13798 $as_echo_n "(cached) " >&6
13799 else
13800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13801 /* end confdefs.h. */
13802 #include <unistd.h>
13803 int
13804 main ()
13805 {
13806 extern int getopt (int, char *const*, const char *);
13807 ;
13808 return 0;
13809 }
13810 _ACEOF
13811 if ac_fn_c_try_compile "$LINENO"; then :
13812 gas_cv_decl_getopt_unistd_h=yes
13813 else
13814 gas_cv_decl_getopt_unistd_h=no
13815 fi
13816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13817 fi
13818
13819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_getopt_unistd_h" >&5
13820 $as_echo "$gas_cv_decl_getopt_unistd_h" >&6; }
13821 if test $gas_cv_decl_getopt_unistd_h = yes; then
13822
13823 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
13824
13825 fi
13826
13827
13828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for environ" >&5
13829 $as_echo_n "checking whether declaration is required for environ... " >&6; }
13830 if ${gas_cv_decl_needed_environ+:} false; then :
13831 $as_echo_n "(cached) " >&6
13832 else
13833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13834 /* end confdefs.h. */
13835 $gas_test_headers
13836 int
13837 main ()
13838 {
13839
13840 typedef char **f;
13841 f x;
13842 x = (f) environ;
13843
13844 ;
13845 return 0;
13846 }
13847 _ACEOF
13848 if ac_fn_c_try_link "$LINENO"; then :
13849 gas_cv_decl_needed_environ=no
13850 else
13851 gas_cv_decl_needed_environ=yes
13852 fi
13853 rm -f core conftest.err conftest.$ac_objext \
13854 conftest$ac_exeext conftest.$ac_ext
13855 fi
13856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_environ" >&5
13857 $as_echo "$gas_cv_decl_needed_environ" >&6; }
13858 if test $gas_cv_decl_needed_environ = yes; then
13859
13860 $as_echo "#define NEED_DECLARATION_ENVIRON 1" >>confdefs.h
13861
13862 fi
13863
13864
13865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for ffs" >&5
13866 $as_echo_n "checking whether declaration is required for ffs... " >&6; }
13867 if ${gas_cv_decl_needed_ffs+:} false; then :
13868 $as_echo_n "(cached) " >&6
13869 else
13870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13871 /* end confdefs.h. */
13872 $gas_test_headers
13873 int
13874 main ()
13875 {
13876
13877 typedef int (*f)(int);
13878 f x;
13879 x = (f) ffs;
13880
13881 ;
13882 return 0;
13883 }
13884 _ACEOF
13885 if ac_fn_c_try_link "$LINENO"; then :
13886 gas_cv_decl_needed_ffs=no
13887 else
13888 gas_cv_decl_needed_ffs=yes
13889 fi
13890 rm -f core conftest.err conftest.$ac_objext \
13891 conftest$ac_exeext conftest.$ac_ext
13892 fi
13893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_ffs" >&5
13894 $as_echo "$gas_cv_decl_needed_ffs" >&6; }
13895 if test $gas_cv_decl_needed_ffs = yes; then
13896
13897 $as_echo "#define NEED_DECLARATION_FFS 1" >>confdefs.h
13898
13899 fi
13900
13901
13902 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
13903 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
13904 ac_have_decl=1
13905 else
13906 ac_have_decl=0
13907 fi
13908
13909 cat >>confdefs.h <<_ACEOF
13910 #define HAVE_DECL_ASPRINTF $ac_have_decl
13911 _ACEOF
13912 ac_fn_c_check_decl "$LINENO" "mempcpy" "ac_cv_have_decl_mempcpy" "$ac_includes_default"
13913 if test "x$ac_cv_have_decl_mempcpy" = xyes; then :
13914 ac_have_decl=1
13915 else
13916 ac_have_decl=0
13917 fi
13918
13919 cat >>confdefs.h <<_ACEOF
13920 #define HAVE_DECL_MEMPCPY $ac_have_decl
13921 _ACEOF
13922 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13923 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
13924 ac_have_decl=1
13925 else
13926 ac_have_decl=0
13927 fi
13928
13929 cat >>confdefs.h <<_ACEOF
13930 #define HAVE_DECL_STPCPY $ac_have_decl
13931 _ACEOF
13932
13933
13934
13935 case "${host}" in
13936 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13937
13938 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13939 ;;
13940 esac
13941
13942 # Link in zlib if we can. This allows us to write compressed debug sections.
13943
13944 # Use the system's zlib library.
13945 zlibdir="-L\$(top_builddir)/../zlib"
13946 zlibinc="-I\$(top_srcdir)/../zlib"
13947
13948 # Check whether --with-system-zlib was given.
13949 if test "${with_system_zlib+set}" = set; then :
13950 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13951 zlibdir=
13952 zlibinc=
13953 fi
13954
13955 fi
13956
13957
13958
13959
13960
13961 # Support for VMS timestamps via cross compile
13962
13963 if test "$ac_cv_header_time_h" = yes; then
13964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tm.tm_gmtoff in time.h" >&5
13965 $as_echo_n "checking for struct tm.tm_gmtoff in time.h... " >&6; }
13966 if ${gas_cv_have_time_type_member_tm_gmtoff+:} false; then :
13967 $as_echo_n "(cached) " >&6
13968 else
13969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13970 /* end confdefs.h. */
13971
13972 #define _BSD_SOURCE 1
13973 #include <time.h>
13974 int
13975 main ()
13976 {
13977 struct tm avar; void* aref = (void*) &avar.tm_gmtoff
13978 ;
13979 return 0;
13980 }
13981 _ACEOF
13982 if ac_fn_c_try_compile "$LINENO"; then :
13983 gas_cv_have_time_type_member_tm_gmtoff=yes
13984 else
13985 gas_cv_have_time_type_member_tm_gmtoff=no
13986
13987 fi
13988 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13989 fi
13990
13991 if test $gas_cv_have_time_type_member_tm_gmtoff = yes; then
13992
13993 $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
13994
13995 fi
13996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_time_type_member_tm_gmtoff" >&5
13997 $as_echo "$gas_cv_have_time_type_member_tm_gmtoff" >&6; }
13998
13999 fi
14000
14001 if test "$ac_cv_header_sys_stat_h" = yes; then
14002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_sec in sys/stat.h" >&5
14003 $as_echo_n "checking for struct stat.st_mtim.tv_sec in sys/stat.h... " >&6; }
14004 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_sec+:} false; then :
14005 $as_echo_n "(cached) " >&6
14006 else
14007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14008 /* end confdefs.h. */
14009
14010 #define _BSD_SOURCE 1
14011 #include <sys/stat.h>
14012 int
14013 main ()
14014 {
14015 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_sec
14016 ;
14017 return 0;
14018 }
14019 _ACEOF
14020 if ac_fn_c_try_compile "$LINENO"; then :
14021 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=yes
14022 else
14023 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=no
14024
14025 fi
14026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14027 fi
14028
14029 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec = yes; then
14030
14031 $as_echo "#define HAVE_ST_MTIM_TV_SEC 1" >>confdefs.h
14032
14033 fi
14034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&5
14035 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&6; }
14036
14037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec in sys/stat.h" >&5
14038 $as_echo_n "checking for struct stat.st_mtim.tv_nsec in sys/stat.h... " >&6; }
14039 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec+:} false; then :
14040 $as_echo_n "(cached) " >&6
14041 else
14042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14043 /* end confdefs.h. */
14044
14045 #define _BSD_SOURCE 1
14046 #include <sys/stat.h>
14047 int
14048 main ()
14049 {
14050 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_nsec
14051 ;
14052 return 0;
14053 }
14054 _ACEOF
14055 if ac_fn_c_try_compile "$LINENO"; then :
14056 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=yes
14057 else
14058 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=no
14059
14060 fi
14061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14062 fi
14063
14064 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec = yes; then
14065
14066 $as_echo "#define HAVE_ST_MTIM_TV_NSEC 1" >>confdefs.h
14067
14068 fi
14069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&5
14070 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&6; }
14071
14072 fi
14073
14074
14075
14076
14077
14078
14079
14080
14081
14082 ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
14083
14084 ac_config_commands="$ac_config_commands default"
14085
14086
14087 cat >confcache <<\_ACEOF
14088 # This file is a shell script that caches the results of configure
14089 # tests run on this system so they can be shared between configure
14090 # scripts and configure runs, see configure's option --config-cache.
14091 # It is not useful on other systems. If it contains results you don't
14092 # want to keep, you may remove or edit it.
14093 #
14094 # config.status only pays attention to the cache file if you give it
14095 # the --recheck option to rerun configure.
14096 #
14097 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14098 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14099 # following values.
14100
14101 _ACEOF
14102
14103 # The following way of writing the cache mishandles newlines in values,
14104 # but we know of no workaround that is simple, portable, and efficient.
14105 # So, we kill variables containing newlines.
14106 # Ultrix sh set writes to stderr and can't be redirected directly,
14107 # and sets the high bit in the cache file unless we assign to the vars.
14108 (
14109 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14110 eval ac_val=\$$ac_var
14111 case $ac_val in #(
14112 *${as_nl}*)
14113 case $ac_var in #(
14114 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14115 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14116 esac
14117 case $ac_var in #(
14118 _ | IFS | as_nl) ;; #(
14119 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14120 *) { eval $ac_var=; unset $ac_var;} ;;
14121 esac ;;
14122 esac
14123 done
14124
14125 (set) 2>&1 |
14126 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14127 *${as_nl}ac_space=\ *)
14128 # `set' does not quote correctly, so add quotes: double-quote
14129 # substitution turns \\\\ into \\, and sed turns \\ into \.
14130 sed -n \
14131 "s/'/'\\\\''/g;
14132 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14133 ;; #(
14134 *)
14135 # `set' quotes correctly as required by POSIX, so do not add quotes.
14136 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14137 ;;
14138 esac |
14139 sort
14140 ) |
14141 sed '
14142 /^ac_cv_env_/b end
14143 t clear
14144 :clear
14145 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14146 t end
14147 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14148 :end' >>confcache
14149 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14150 if test -w "$cache_file"; then
14151 if test "x$cache_file" != "x/dev/null"; then
14152 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14153 $as_echo "$as_me: updating cache $cache_file" >&6;}
14154 if test ! -f "$cache_file" || test -h "$cache_file"; then
14155 cat confcache >"$cache_file"
14156 else
14157 case $cache_file in #(
14158 */* | ?:*)
14159 mv -f confcache "$cache_file"$$ &&
14160 mv -f "$cache_file"$$ "$cache_file" ;; #(
14161 *)
14162 mv -f confcache "$cache_file" ;;
14163 esac
14164 fi
14165 fi
14166 else
14167 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14168 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14169 fi
14170 fi
14171 rm -f confcache
14172
14173 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14174 # Let make expand exec_prefix.
14175 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14176
14177 DEFS=-DHAVE_CONFIG_H
14178
14179 ac_libobjs=
14180 ac_ltlibobjs=
14181 U=
14182 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14183 # 1. Remove the extension, and $U if already installed.
14184 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14185 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14186 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14187 # will be set to the directory where LIBOBJS objects are built.
14188 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14189 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14190 done
14191 LIBOBJS=$ac_libobjs
14192
14193 LTLIBOBJS=$ac_ltlibobjs
14194
14195
14196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14197 $as_echo_n "checking that generated files are newer than configure... " >&6; }
14198 if test -n "$am_sleep_pid"; then
14199 # Hide warnings about reused PIDs.
14200 wait $am_sleep_pid 2>/dev/null
14201 fi
14202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14203 $as_echo "done" >&6; }
14204 if test -n "$EXEEXT"; then
14205 am__EXEEXT_TRUE=
14206 am__EXEEXT_FALSE='#'
14207 else
14208 am__EXEEXT_TRUE='#'
14209 am__EXEEXT_FALSE=
14210 fi
14211
14212 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14213 as_fn_error $? "conditional \"AMDEP\" was never defined.
14214 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14215 fi
14216 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14217 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
14218 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14219 fi
14220
14221 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14222 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
14223 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14224 fi
14225 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14226 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
14227 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14228 fi
14229
14230 : "${CONFIG_STATUS=./config.status}"
14231 ac_write_fail=0
14232 ac_clean_files_save=$ac_clean_files
14233 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14234 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14235 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14236 as_write_fail=0
14237 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14238 #! $SHELL
14239 # Generated by $as_me.
14240 # Run this file to recreate the current configuration.
14241 # Compiler output produced by configure, useful for debugging
14242 # configure, is in config.log if it exists.
14243
14244 debug=false
14245 ac_cs_recheck=false
14246 ac_cs_silent=false
14247
14248 SHELL=\${CONFIG_SHELL-$SHELL}
14249 export SHELL
14250 _ASEOF
14251 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14252 ## -------------------- ##
14253 ## M4sh Initialization. ##
14254 ## -------------------- ##
14255
14256 # Be more Bourne compatible
14257 DUALCASE=1; export DUALCASE # for MKS sh
14258 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14259 emulate sh
14260 NULLCMD=:
14261 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14262 # is contrary to our usage. Disable this feature.
14263 alias -g '${1+"$@"}'='"$@"'
14264 setopt NO_GLOB_SUBST
14265 else
14266 case `(set -o) 2>/dev/null` in #(
14267 *posix*) :
14268 set -o posix ;; #(
14269 *) :
14270 ;;
14271 esac
14272 fi
14273
14274
14275 as_nl='
14276 '
14277 export as_nl
14278 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14279 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14280 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14281 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14282 # Prefer a ksh shell builtin over an external printf program on Solaris,
14283 # but without wasting forks for bash or zsh.
14284 if test -z "$BASH_VERSION$ZSH_VERSION" \
14285 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14286 as_echo='print -r --'
14287 as_echo_n='print -rn --'
14288 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14289 as_echo='printf %s\n'
14290 as_echo_n='printf %s'
14291 else
14292 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14293 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14294 as_echo_n='/usr/ucb/echo -n'
14295 else
14296 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14297 as_echo_n_body='eval
14298 arg=$1;
14299 case $arg in #(
14300 *"$as_nl"*)
14301 expr "X$arg" : "X\\(.*\\)$as_nl";
14302 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14303 esac;
14304 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14305 '
14306 export as_echo_n_body
14307 as_echo_n='sh -c $as_echo_n_body as_echo'
14308 fi
14309 export as_echo_body
14310 as_echo='sh -c $as_echo_body as_echo'
14311 fi
14312
14313 # The user is always right.
14314 if test "${PATH_SEPARATOR+set}" != set; then
14315 PATH_SEPARATOR=:
14316 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14317 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14318 PATH_SEPARATOR=';'
14319 }
14320 fi
14321
14322
14323 # IFS
14324 # We need space, tab and new line, in precisely that order. Quoting is
14325 # there to prevent editors from complaining about space-tab.
14326 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14327 # splitting by setting IFS to empty value.)
14328 IFS=" "" $as_nl"
14329
14330 # Find who we are. Look in the path if we contain no directory separator.
14331 as_myself=
14332 case $0 in #((
14333 *[\\/]* ) as_myself=$0 ;;
14334 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14335 for as_dir in $PATH
14336 do
14337 IFS=$as_save_IFS
14338 test -z "$as_dir" && as_dir=.
14339 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14340 done
14341 IFS=$as_save_IFS
14342
14343 ;;
14344 esac
14345 # We did not find ourselves, most probably we were run as `sh COMMAND'
14346 # in which case we are not to be found in the path.
14347 if test "x$as_myself" = x; then
14348 as_myself=$0
14349 fi
14350 if test ! -f "$as_myself"; then
14351 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14352 exit 1
14353 fi
14354
14355 # Unset variables that we do not need and which cause bugs (e.g. in
14356 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14357 # suppresses any "Segmentation fault" message there. '((' could
14358 # trigger a bug in pdksh 5.2.14.
14359 for as_var in BASH_ENV ENV MAIL MAILPATH
14360 do eval test x\${$as_var+set} = xset \
14361 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14362 done
14363 PS1='$ '
14364 PS2='> '
14365 PS4='+ '
14366
14367 # NLS nuisances.
14368 LC_ALL=C
14369 export LC_ALL
14370 LANGUAGE=C
14371 export LANGUAGE
14372
14373 # CDPATH.
14374 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14375
14376
14377 # as_fn_error STATUS ERROR [LINENO LOG_FD]
14378 # ----------------------------------------
14379 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14380 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14381 # script with STATUS, using 1 if that was 0.
14382 as_fn_error ()
14383 {
14384 as_status=$1; test $as_status -eq 0 && as_status=1
14385 if test "$4"; then
14386 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14387 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
14388 fi
14389 $as_echo "$as_me: error: $2" >&2
14390 as_fn_exit $as_status
14391 } # as_fn_error
14392
14393
14394 # as_fn_set_status STATUS
14395 # -----------------------
14396 # Set $? to STATUS, without forking.
14397 as_fn_set_status ()
14398 {
14399 return $1
14400 } # as_fn_set_status
14401
14402 # as_fn_exit STATUS
14403 # -----------------
14404 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14405 as_fn_exit ()
14406 {
14407 set +e
14408 as_fn_set_status $1
14409 exit $1
14410 } # as_fn_exit
14411
14412 # as_fn_unset VAR
14413 # ---------------
14414 # Portably unset VAR.
14415 as_fn_unset ()
14416 {
14417 { eval $1=; unset $1;}
14418 }
14419 as_unset=as_fn_unset
14420 # as_fn_append VAR VALUE
14421 # ----------------------
14422 # Append the text in VALUE to the end of the definition contained in VAR. Take
14423 # advantage of any shell optimizations that allow amortized linear growth over
14424 # repeated appends, instead of the typical quadratic growth present in naive
14425 # implementations.
14426 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14427 eval 'as_fn_append ()
14428 {
14429 eval $1+=\$2
14430 }'
14431 else
14432 as_fn_append ()
14433 {
14434 eval $1=\$$1\$2
14435 }
14436 fi # as_fn_append
14437
14438 # as_fn_arith ARG...
14439 # ------------------
14440 # Perform arithmetic evaluation on the ARGs, and store the result in the
14441 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14442 # must be portable across $(()) and expr.
14443 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14444 eval 'as_fn_arith ()
14445 {
14446 as_val=$(( $* ))
14447 }'
14448 else
14449 as_fn_arith ()
14450 {
14451 as_val=`expr "$@" || test $? -eq 1`
14452 }
14453 fi # as_fn_arith
14454
14455
14456 if expr a : '\(a\)' >/dev/null 2>&1 &&
14457 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14458 as_expr=expr
14459 else
14460 as_expr=false
14461 fi
14462
14463 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14464 as_basename=basename
14465 else
14466 as_basename=false
14467 fi
14468
14469 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14470 as_dirname=dirname
14471 else
14472 as_dirname=false
14473 fi
14474
14475 as_me=`$as_basename -- "$0" ||
14476 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14477 X"$0" : 'X\(//\)$' \| \
14478 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14479 $as_echo X/"$0" |
14480 sed '/^.*\/\([^/][^/]*\)\/*$/{
14481 s//\1/
14482 q
14483 }
14484 /^X\/\(\/\/\)$/{
14485 s//\1/
14486 q
14487 }
14488 /^X\/\(\/\).*/{
14489 s//\1/
14490 q
14491 }
14492 s/.*/./; q'`
14493
14494 # Avoid depending upon Character Ranges.
14495 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14496 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14497 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14498 as_cr_digits='0123456789'
14499 as_cr_alnum=$as_cr_Letters$as_cr_digits
14500
14501 ECHO_C= ECHO_N= ECHO_T=
14502 case `echo -n x` in #(((((
14503 -n*)
14504 case `echo 'xy\c'` in
14505 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14506 xy) ECHO_C='\c';;
14507 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14508 ECHO_T=' ';;
14509 esac;;
14510 *)
14511 ECHO_N='-n';;
14512 esac
14513
14514 rm -f conf$$ conf$$.exe conf$$.file
14515 if test -d conf$$.dir; then
14516 rm -f conf$$.dir/conf$$.file
14517 else
14518 rm -f conf$$.dir
14519 mkdir conf$$.dir 2>/dev/null
14520 fi
14521 if (echo >conf$$.file) 2>/dev/null; then
14522 if ln -s conf$$.file conf$$ 2>/dev/null; then
14523 as_ln_s='ln -s'
14524 # ... but there are two gotchas:
14525 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14526 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14527 # In both cases, we have to default to `cp -pR'.
14528 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14529 as_ln_s='cp -pR'
14530 elif ln conf$$.file conf$$ 2>/dev/null; then
14531 as_ln_s=ln
14532 else
14533 as_ln_s='cp -pR'
14534 fi
14535 else
14536 as_ln_s='cp -pR'
14537 fi
14538 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14539 rmdir conf$$.dir 2>/dev/null
14540
14541
14542 # as_fn_mkdir_p
14543 # -------------
14544 # Create "$as_dir" as a directory, including parents if necessary.
14545 as_fn_mkdir_p ()
14546 {
14547
14548 case $as_dir in #(
14549 -*) as_dir=./$as_dir;;
14550 esac
14551 test -d "$as_dir" || eval $as_mkdir_p || {
14552 as_dirs=
14553 while :; do
14554 case $as_dir in #(
14555 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14556 *) as_qdir=$as_dir;;
14557 esac
14558 as_dirs="'$as_qdir' $as_dirs"
14559 as_dir=`$as_dirname -- "$as_dir" ||
14560 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14561 X"$as_dir" : 'X\(//\)[^/]' \| \
14562 X"$as_dir" : 'X\(//\)$' \| \
14563 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14564 $as_echo X"$as_dir" |
14565 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14566 s//\1/
14567 q
14568 }
14569 /^X\(\/\/\)[^/].*/{
14570 s//\1/
14571 q
14572 }
14573 /^X\(\/\/\)$/{
14574 s//\1/
14575 q
14576 }
14577 /^X\(\/\).*/{
14578 s//\1/
14579 q
14580 }
14581 s/.*/./; q'`
14582 test -d "$as_dir" && break
14583 done
14584 test -z "$as_dirs" || eval "mkdir $as_dirs"
14585 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
14586
14587
14588 } # as_fn_mkdir_p
14589 if mkdir -p . 2>/dev/null; then
14590 as_mkdir_p='mkdir -p "$as_dir"'
14591 else
14592 test -d ./-p && rmdir ./-p
14593 as_mkdir_p=false
14594 fi
14595
14596
14597 # as_fn_executable_p FILE
14598 # -----------------------
14599 # Test if FILE is an executable regular file.
14600 as_fn_executable_p ()
14601 {
14602 test -f "$1" && test -x "$1"
14603 } # as_fn_executable_p
14604 as_test_x='test -x'
14605 as_executable_p=as_fn_executable_p
14606
14607 # Sed expression to map a string onto a valid CPP name.
14608 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14609
14610 # Sed expression to map a string onto a valid variable name.
14611 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14612
14613
14614 exec 6>&1
14615 ## ----------------------------------- ##
14616 ## Main body of $CONFIG_STATUS script. ##
14617 ## ----------------------------------- ##
14618 _ASEOF
14619 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14620
14621 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14622 # Save the log message, to keep $0 and so on meaningful, and to
14623 # report actual input values of CONFIG_FILES etc. instead of their
14624 # values after options handling.
14625 ac_log="
14626 This file was extended by gas $as_me 2.39.50, which was
14627 generated by GNU Autoconf 2.69. Invocation command line was
14628
14629 CONFIG_FILES = $CONFIG_FILES
14630 CONFIG_HEADERS = $CONFIG_HEADERS
14631 CONFIG_LINKS = $CONFIG_LINKS
14632 CONFIG_COMMANDS = $CONFIG_COMMANDS
14633 $ $0 $@
14634
14635 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14636 "
14637
14638 _ACEOF
14639
14640 case $ac_config_files in *"
14641 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14642 esac
14643
14644 case $ac_config_headers in *"
14645 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14646 esac
14647
14648
14649 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14650 # Files that config.status was made for.
14651 config_files="$ac_config_files"
14652 config_headers="$ac_config_headers"
14653 config_commands="$ac_config_commands"
14654
14655 _ACEOF
14656
14657 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14658 ac_cs_usage="\
14659 \`$as_me' instantiates files and other configuration actions
14660 from templates according to the current configuration. Unless the files
14661 and actions are specified as TAGs, all are instantiated by default.
14662
14663 Usage: $0 [OPTION]... [TAG]...
14664
14665 -h, --help print this help, then exit
14666 -V, --version print version number and configuration settings, then exit
14667 --config print configuration, then exit
14668 -q, --quiet, --silent
14669 do not print progress messages
14670 -d, --debug don't remove temporary files
14671 --recheck update $as_me by reconfiguring in the same conditions
14672 --file=FILE[:TEMPLATE]
14673 instantiate the configuration file FILE
14674 --header=FILE[:TEMPLATE]
14675 instantiate the configuration header FILE
14676
14677 Configuration files:
14678 $config_files
14679
14680 Configuration headers:
14681 $config_headers
14682
14683 Configuration commands:
14684 $config_commands
14685
14686 Report bugs to the package provider."
14687
14688 _ACEOF
14689 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14690 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14691 ac_cs_version="\\
14692 gas config.status 2.39.50
14693 configured by $0, generated by GNU Autoconf 2.69,
14694 with options \\"\$ac_cs_config\\"
14695
14696 Copyright (C) 2012 Free Software Foundation, Inc.
14697 This config.status script is free software; the Free Software Foundation
14698 gives unlimited permission to copy, distribute and modify it."
14699
14700 ac_pwd='$ac_pwd'
14701 srcdir='$srcdir'
14702 INSTALL='$INSTALL'
14703 MKDIR_P='$MKDIR_P'
14704 AWK='$AWK'
14705 test -n "\$AWK" || AWK=awk
14706 _ACEOF
14707
14708 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14709 # The default lists apply if the user does not specify any file.
14710 ac_need_defaults=:
14711 while test $# != 0
14712 do
14713 case $1 in
14714 --*=?*)
14715 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14716 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14717 ac_shift=:
14718 ;;
14719 --*=)
14720 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14721 ac_optarg=
14722 ac_shift=:
14723 ;;
14724 *)
14725 ac_option=$1
14726 ac_optarg=$2
14727 ac_shift=shift
14728 ;;
14729 esac
14730
14731 case $ac_option in
14732 # Handling of the options.
14733 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14734 ac_cs_recheck=: ;;
14735 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14736 $as_echo "$ac_cs_version"; exit ;;
14737 --config | --confi | --conf | --con | --co | --c )
14738 $as_echo "$ac_cs_config"; exit ;;
14739 --debug | --debu | --deb | --de | --d | -d )
14740 debug=: ;;
14741 --file | --fil | --fi | --f )
14742 $ac_shift
14743 case $ac_optarg in
14744 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14745 '') as_fn_error $? "missing file argument" ;;
14746 esac
14747 as_fn_append CONFIG_FILES " '$ac_optarg'"
14748 ac_need_defaults=false;;
14749 --header | --heade | --head | --hea )
14750 $ac_shift
14751 case $ac_optarg in
14752 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14753 esac
14754 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14755 ac_need_defaults=false;;
14756 --he | --h)
14757 # Conflict between --help and --header
14758 as_fn_error $? "ambiguous option: \`$1'
14759 Try \`$0 --help' for more information.";;
14760 --help | --hel | -h )
14761 $as_echo "$ac_cs_usage"; exit ;;
14762 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14763 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14764 ac_cs_silent=: ;;
14765
14766 # This is an error.
14767 -*) as_fn_error $? "unrecognized option: \`$1'
14768 Try \`$0 --help' for more information." ;;
14769
14770 *) as_fn_append ac_config_targets " $1"
14771 ac_need_defaults=false ;;
14772
14773 esac
14774 shift
14775 done
14776
14777 ac_configure_extra_args=
14778
14779 if $ac_cs_silent; then
14780 exec 6>/dev/null
14781 ac_configure_extra_args="$ac_configure_extra_args --silent"
14782 fi
14783
14784 _ACEOF
14785 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14786 if \$ac_cs_recheck; then
14787 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14788 shift
14789 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14790 CONFIG_SHELL='$SHELL'
14791 export CONFIG_SHELL
14792 exec "\$@"
14793 fi
14794
14795 _ACEOF
14796 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14797 exec 5>>config.log
14798 {
14799 echo
14800 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14801 ## Running $as_me. ##
14802 _ASBOX
14803 $as_echo "$ac_log"
14804 } >&5
14805
14806 _ACEOF
14807 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14808 #
14809 # INIT-COMMANDS
14810 #
14811 AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
14812
14813
14814 # The HP-UX ksh and POSIX shell print the target directory to stdout
14815 # if CDPATH is set.
14816 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14817
14818 sed_quote_subst='$sed_quote_subst'
14819 double_quote_subst='$double_quote_subst'
14820 delay_variable_subst='$delay_variable_subst'
14821 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14822 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14823 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14824 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14825 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14826 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14827 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14828 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14829 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14830 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14831 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14832 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14833 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14834 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14835 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14836 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14837 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14838 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14839 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14840 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14841 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14842 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14843 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14844 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14845 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14846 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14847 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14848 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14849 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14850 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14851 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14852 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14853 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14854 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14855 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14856 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14857 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14858 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14859 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14860 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14861 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14862 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14863 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14864 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14865 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14866 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14867 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14868 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14869 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"`'
14870 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14871 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14872 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14873 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14874 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14875 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14876 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14877 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14878 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14879 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14880 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14881 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14882 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14883 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14884 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14885 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14886 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14887 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14888 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14889 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14890 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14891 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14892 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14893 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14894 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14895 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14896 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14897 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14898 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14899 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14900 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14901 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14902 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14903 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14904 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14905 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14906 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14907 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14908 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14909 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14910 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14911 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14912 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14913 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14914 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14915 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14916 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14917 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14918 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14919 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14920 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14921 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14922 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14923 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14924 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14925 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14926 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14927 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14928 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14929 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14930 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14931 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14932 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14933 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14934 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14935 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14936 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14937 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14938 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14939 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14940 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14941
14942 LTCC='$LTCC'
14943 LTCFLAGS='$LTCFLAGS'
14944 compiler='$compiler_DEFAULT'
14945
14946 # A function that is used when there is no print builtin or printf.
14947 func_fallback_echo ()
14948 {
14949 eval 'cat <<_LTECHO_EOF
14950 \$1
14951 _LTECHO_EOF'
14952 }
14953
14954 # Quote evaled strings.
14955 for var in SHELL \
14956 ECHO \
14957 SED \
14958 GREP \
14959 EGREP \
14960 FGREP \
14961 LD \
14962 NM \
14963 LN_S \
14964 lt_SP2NL \
14965 lt_NL2SP \
14966 reload_flag \
14967 OBJDUMP \
14968 deplibs_check_method \
14969 file_magic_cmd \
14970 AR \
14971 AR_FLAGS \
14972 STRIP \
14973 RANLIB \
14974 CC \
14975 CFLAGS \
14976 compiler \
14977 lt_cv_sys_global_symbol_pipe \
14978 lt_cv_sys_global_symbol_to_cdecl \
14979 lt_cv_sys_global_symbol_to_c_name_address \
14980 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14981 lt_prog_compiler_no_builtin_flag \
14982 lt_prog_compiler_wl \
14983 lt_prog_compiler_pic \
14984 lt_prog_compiler_static \
14985 lt_cv_prog_compiler_c_o \
14986 need_locks \
14987 DSYMUTIL \
14988 NMEDIT \
14989 LIPO \
14990 OTOOL \
14991 OTOOL64 \
14992 shrext_cmds \
14993 export_dynamic_flag_spec \
14994 whole_archive_flag_spec \
14995 compiler_needs_object \
14996 with_gnu_ld \
14997 allow_undefined_flag \
14998 no_undefined_flag \
14999 hardcode_libdir_flag_spec \
15000 hardcode_libdir_flag_spec_ld \
15001 hardcode_libdir_separator \
15002 fix_srcfile_path \
15003 exclude_expsyms \
15004 include_expsyms \
15005 file_list_spec \
15006 variables_saved_for_relink \
15007 libname_spec \
15008 library_names_spec \
15009 soname_spec \
15010 install_override_mode \
15011 finish_eval \
15012 old_striplib \
15013 striplib; do
15014 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15015 *[\\\\\\\`\\"\\\$]*)
15016 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15017 ;;
15018 *)
15019 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15020 ;;
15021 esac
15022 done
15023
15024 # Double-quote double-evaled strings.
15025 for var in reload_cmds \
15026 old_postinstall_cmds \
15027 old_postuninstall_cmds \
15028 old_archive_cmds \
15029 extract_expsyms_cmds \
15030 old_archive_from_new_cmds \
15031 old_archive_from_expsyms_cmds \
15032 archive_cmds \
15033 archive_expsym_cmds \
15034 module_cmds \
15035 module_expsym_cmds \
15036 export_symbols_cmds \
15037 prelink_cmds \
15038 postinstall_cmds \
15039 postuninstall_cmds \
15040 finish_cmds \
15041 sys_lib_search_path_spec \
15042 sys_lib_dlsearch_path_spec; do
15043 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15044 *[\\\\\\\`\\"\\\$]*)
15045 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15046 ;;
15047 *)
15048 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15049 ;;
15050 esac
15051 done
15052
15053 ac_aux_dir='$ac_aux_dir'
15054 xsi_shell='$xsi_shell'
15055 lt_shell_append='$lt_shell_append'
15056
15057 # See if we are running on zsh, and set the options which allow our
15058 # commands through without removal of \ escapes INIT.
15059 if test -n "\${ZSH_VERSION+set}" ; then
15060 setopt NO_GLOB_SUBST
15061 fi
15062
15063
15064 PACKAGE='$PACKAGE'
15065 VERSION='$VERSION'
15066 TIMESTAMP='$TIMESTAMP'
15067 RM='$RM'
15068 ofile='$ofile'
15069
15070
15071
15072 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15073 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15074 # from automake.
15075 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15076 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15077 LINGUAS="${LINGUAS-%UNSET%}"
15078
15079 target_cpu_type=${target_cpu_type}
15080 cgen_cpu_prefix=${cgen_cpu_prefix}
15081 obj_format=${obj_format}
15082 te_file=${te_file}
15083
15084 _ACEOF
15085
15086 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15087
15088 # Handling of arguments.
15089 for ac_config_target in $ac_config_targets
15090 do
15091 case $ac_config_target in
15092 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15093 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15094 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15095 "gdb.ini") CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
15096 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
15097 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15098 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15099 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15100 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
15101
15102 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15103 esac
15104 done
15105
15106
15107 # If the user did not use the arguments to specify the items to instantiate,
15108 # then the envvar interface is used. Set only those that are not.
15109 # We use the long form for the default assignment because of an extremely
15110 # bizarre bug on SunOS 4.1.3.
15111 if $ac_need_defaults; then
15112 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15113 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15114 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15115 fi
15116
15117 # Have a temporary directory for convenience. Make it in the build tree
15118 # simply because there is no reason against having it here, and in addition,
15119 # creating and moving files from /tmp can sometimes cause problems.
15120 # Hook for its removal unless debugging.
15121 # Note that there is a small window in which the directory will not be cleaned:
15122 # after its creation but before its name has been assigned to `$tmp'.
15123 $debug ||
15124 {
15125 tmp= ac_tmp=
15126 trap 'exit_status=$?
15127 : "${ac_tmp:=$tmp}"
15128 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
15129 ' 0
15130 trap 'as_fn_exit 1' 1 2 13 15
15131 }
15132 # Create a (secure) tmp directory for tmp files.
15133
15134 {
15135 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15136 test -d "$tmp"
15137 } ||
15138 {
15139 tmp=./conf$$-$RANDOM
15140 (umask 077 && mkdir "$tmp")
15141 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15142 ac_tmp=$tmp
15143
15144 # Set up the scripts for CONFIG_FILES section.
15145 # No need to generate them if there are no CONFIG_FILES.
15146 # This happens for instance with `./config.status config.h'.
15147 if test -n "$CONFIG_FILES"; then
15148
15149
15150 ac_cr=`echo X | tr X '\015'`
15151 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15152 # But we know of no other shell where ac_cr would be empty at this
15153 # point, so we can use a bashism as a fallback.
15154 if test "x$ac_cr" = x; then
15155 eval ac_cr=\$\'\\r\'
15156 fi
15157 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15158 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15159 ac_cs_awk_cr='\\r'
15160 else
15161 ac_cs_awk_cr=$ac_cr
15162 fi
15163
15164 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
15165 _ACEOF
15166
15167
15168 {
15169 echo "cat >conf$$subs.awk <<_ACEOF" &&
15170 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15171 echo "_ACEOF"
15172 } >conf$$subs.sh ||
15173 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15174 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
15175 ac_delim='%!_!# '
15176 for ac_last_try in false false false false false :; do
15177 . ./conf$$subs.sh ||
15178 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15179
15180 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15181 if test $ac_delim_n = $ac_delim_num; then
15182 break
15183 elif $ac_last_try; then
15184 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15185 else
15186 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15187 fi
15188 done
15189 rm -f conf$$subs.sh
15190
15191 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15192 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
15193 _ACEOF
15194 sed -n '
15195 h
15196 s/^/S["/; s/!.*/"]=/
15197 p
15198 g
15199 s/^[^!]*!//
15200 :repl
15201 t repl
15202 s/'"$ac_delim"'$//
15203 t delim
15204 :nl
15205 h
15206 s/\(.\{148\}\)..*/\1/
15207 t more1
15208 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15209 p
15210 n
15211 b repl
15212 :more1
15213 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15214 p
15215 g
15216 s/.\{148\}//
15217 t nl
15218 :delim
15219 h
15220 s/\(.\{148\}\)..*/\1/
15221 t more2
15222 s/["\\]/\\&/g; s/^/"/; s/$/"/
15223 p
15224 b
15225 :more2
15226 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15227 p
15228 g
15229 s/.\{148\}//
15230 t delim
15231 ' <conf$$subs.awk | sed '
15232 /^[^""]/{
15233 N
15234 s/\n//
15235 }
15236 ' >>$CONFIG_STATUS || ac_write_fail=1
15237 rm -f conf$$subs.awk
15238 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15239 _ACAWK
15240 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
15241 for (key in S) S_is_set[key] = 1
15242 FS = "\a"
15243
15244 }
15245 {
15246 line = $ 0
15247 nfields = split(line, field, "@")
15248 substed = 0
15249 len = length(field[1])
15250 for (i = 2; i < nfields; i++) {
15251 key = field[i]
15252 keylen = length(key)
15253 if (S_is_set[key]) {
15254 value = S[key]
15255 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15256 len += length(value) + length(field[++i])
15257 substed = 1
15258 } else
15259 len += 1 + keylen
15260 }
15261
15262 print line
15263 }
15264
15265 _ACAWK
15266 _ACEOF
15267 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15268 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15269 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15270 else
15271 cat
15272 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15273 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
15274 _ACEOF
15275
15276 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15277 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
15278 # trailing colons and then remove the whole line if VPATH becomes empty
15279 # (actually we leave an empty line to preserve line numbers).
15280 if test "x$srcdir" = x.; then
15281 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15282 h
15283 s///
15284 s/^/:/
15285 s/[ ]*$/:/
15286 s/:\$(srcdir):/:/g
15287 s/:\${srcdir}:/:/g
15288 s/:@srcdir@:/:/g
15289 s/^:*//
15290 s/:*$//
15291 x
15292 s/\(=[ ]*\).*/\1/
15293 G
15294 s/\n//
15295 s/^[^=]*=[ ]*$//
15296 }'
15297 fi
15298
15299 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15300 fi # test -n "$CONFIG_FILES"
15301
15302 # Set up the scripts for CONFIG_HEADERS section.
15303 # No need to generate them if there are no CONFIG_HEADERS.
15304 # This happens for instance with `./config.status Makefile'.
15305 if test -n "$CONFIG_HEADERS"; then
15306 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
15307 BEGIN {
15308 _ACEOF
15309
15310 # Transform confdefs.h into an awk script `defines.awk', embedded as
15311 # here-document in config.status, that substitutes the proper values into
15312 # config.h.in to produce config.h.
15313
15314 # Create a delimiter string that does not exist in confdefs.h, to ease
15315 # handling of long lines.
15316 ac_delim='%!_!# '
15317 for ac_last_try in false false :; do
15318 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
15319 if test -z "$ac_tt"; then
15320 break
15321 elif $ac_last_try; then
15322 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
15323 else
15324 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15325 fi
15326 done
15327
15328 # For the awk script, D is an array of macro values keyed by name,
15329 # likewise P contains macro parameters if any. Preserve backslash
15330 # newline sequences.
15331
15332 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15333 sed -n '
15334 s/.\{148\}/&'"$ac_delim"'/g
15335 t rset
15336 :rset
15337 s/^[ ]*#[ ]*define[ ][ ]*/ /
15338 t def
15339 d
15340 :def
15341 s/\\$//
15342 t bsnl
15343 s/["\\]/\\&/g
15344 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15345 D["\1"]=" \3"/p
15346 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15347 d
15348 :bsnl
15349 s/["\\]/\\&/g
15350 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15351 D["\1"]=" \3\\\\\\n"\\/p
15352 t cont
15353 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15354 t cont
15355 d
15356 :cont
15357 n
15358 s/.\{148\}/&'"$ac_delim"'/g
15359 t clear
15360 :clear
15361 s/\\$//
15362 t bsnlc
15363 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15364 d
15365 :bsnlc
15366 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15367 b cont
15368 ' <confdefs.h | sed '
15369 s/'"$ac_delim"'/"\\\
15370 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15371
15372 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15373 for (key in D) D_is_set[key] = 1
15374 FS = "\a"
15375 }
15376 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15377 line = \$ 0
15378 split(line, arg, " ")
15379 if (arg[1] == "#") {
15380 defundef = arg[2]
15381 mac1 = arg[3]
15382 } else {
15383 defundef = substr(arg[1], 2)
15384 mac1 = arg[2]
15385 }
15386 split(mac1, mac2, "(") #)
15387 macro = mac2[1]
15388 prefix = substr(line, 1, index(line, defundef) - 1)
15389 if (D_is_set[macro]) {
15390 # Preserve the white space surrounding the "#".
15391 print prefix "define", macro P[macro] D[macro]
15392 next
15393 } else {
15394 # Replace #undef with comments. This is necessary, for example,
15395 # in the case of _POSIX_SOURCE, which is predefined and required
15396 # on some systems where configure will not decide to define it.
15397 if (defundef == "undef") {
15398 print "/*", prefix defundef, macro, "*/"
15399 next
15400 }
15401 }
15402 }
15403 { print }
15404 _ACAWK
15405 _ACEOF
15406 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15407 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
15408 fi # test -n "$CONFIG_HEADERS"
15409
15410
15411 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15412 shift
15413 for ac_tag
15414 do
15415 case $ac_tag in
15416 :[FHLC]) ac_mode=$ac_tag; continue;;
15417 esac
15418 case $ac_mode$ac_tag in
15419 :[FHL]*:*);;
15420 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
15421 :[FH]-) ac_tag=-:-;;
15422 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15423 esac
15424 ac_save_IFS=$IFS
15425 IFS=:
15426 set x $ac_tag
15427 IFS=$ac_save_IFS
15428 shift
15429 ac_file=$1
15430 shift
15431
15432 case $ac_mode in
15433 :L) ac_source=$1;;
15434 :[FH])
15435 ac_file_inputs=
15436 for ac_f
15437 do
15438 case $ac_f in
15439 -) ac_f="$ac_tmp/stdin";;
15440 *) # Look for the file first in the build tree, then in the source tree
15441 # (if the path is not absolute). The absolute path cannot be DOS-style,
15442 # because $ac_f cannot contain `:'.
15443 test -f "$ac_f" ||
15444 case $ac_f in
15445 [\\/$]*) false;;
15446 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15447 esac ||
15448 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15449 esac
15450 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15451 as_fn_append ac_file_inputs " '$ac_f'"
15452 done
15453
15454 # Let's still pretend it is `configure' which instantiates (i.e., don't
15455 # use $as_me), people would be surprised to read:
15456 # /* config.h. Generated by config.status. */
15457 configure_input='Generated from '`
15458 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15459 `' by configure.'
15460 if test x"$ac_file" != x-; then
15461 configure_input="$ac_file. $configure_input"
15462 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15463 $as_echo "$as_me: creating $ac_file" >&6;}
15464 fi
15465 # Neutralize special characters interpreted by sed in replacement strings.
15466 case $configure_input in #(
15467 *\&* | *\|* | *\\* )
15468 ac_sed_conf_input=`$as_echo "$configure_input" |
15469 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15470 *) ac_sed_conf_input=$configure_input;;
15471 esac
15472
15473 case $ac_tag in
15474 *:-:* | *:-) cat >"$ac_tmp/stdin" \
15475 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
15476 esac
15477 ;;
15478 esac
15479
15480 ac_dir=`$as_dirname -- "$ac_file" ||
15481 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15482 X"$ac_file" : 'X\(//\)[^/]' \| \
15483 X"$ac_file" : 'X\(//\)$' \| \
15484 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15485 $as_echo X"$ac_file" |
15486 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15487 s//\1/
15488 q
15489 }
15490 /^X\(\/\/\)[^/].*/{
15491 s//\1/
15492 q
15493 }
15494 /^X\(\/\/\)$/{
15495 s//\1/
15496 q
15497 }
15498 /^X\(\/\).*/{
15499 s//\1/
15500 q
15501 }
15502 s/.*/./; q'`
15503 as_dir="$ac_dir"; as_fn_mkdir_p
15504 ac_builddir=.
15505
15506 case "$ac_dir" in
15507 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15508 *)
15509 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15510 # A ".." for each directory in $ac_dir_suffix.
15511 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15512 case $ac_top_builddir_sub in
15513 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15514 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15515 esac ;;
15516 esac
15517 ac_abs_top_builddir=$ac_pwd
15518 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15519 # for backward compatibility:
15520 ac_top_builddir=$ac_top_build_prefix
15521
15522 case $srcdir in
15523 .) # We are building in place.
15524 ac_srcdir=.
15525 ac_top_srcdir=$ac_top_builddir_sub
15526 ac_abs_top_srcdir=$ac_pwd ;;
15527 [\\/]* | ?:[\\/]* ) # Absolute name.
15528 ac_srcdir=$srcdir$ac_dir_suffix;
15529 ac_top_srcdir=$srcdir
15530 ac_abs_top_srcdir=$srcdir ;;
15531 *) # Relative name.
15532 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15533 ac_top_srcdir=$ac_top_build_prefix$srcdir
15534 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15535 esac
15536 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15537
15538
15539 case $ac_mode in
15540 :F)
15541 #
15542 # CONFIG_FILE
15543 #
15544
15545 case $INSTALL in
15546 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15547 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15548 esac
15549 ac_MKDIR_P=$MKDIR_P
15550 case $MKDIR_P in
15551 [\\/$]* | ?:[\\/]* ) ;;
15552 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
15553 esac
15554 _ACEOF
15555
15556 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15557 # If the template does not know about datarootdir, expand it.
15558 # FIXME: This hack should be removed a few years after 2.60.
15559 ac_datarootdir_hack=; ac_datarootdir_seen=
15560 ac_sed_dataroot='
15561 /datarootdir/ {
15562 p
15563 q
15564 }
15565 /@datadir@/p
15566 /@docdir@/p
15567 /@infodir@/p
15568 /@localedir@/p
15569 /@mandir@/p'
15570 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15571 *datarootdir*) ac_datarootdir_seen=yes;;
15572 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15573 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15574 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15575 _ACEOF
15576 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15577 ac_datarootdir_hack='
15578 s&@datadir@&$datadir&g
15579 s&@docdir@&$docdir&g
15580 s&@infodir@&$infodir&g
15581 s&@localedir@&$localedir&g
15582 s&@mandir@&$mandir&g
15583 s&\\\${datarootdir}&$datarootdir&g' ;;
15584 esac
15585 _ACEOF
15586
15587 # Neutralize VPATH when `$srcdir' = `.'.
15588 # Shell code in configure.ac might set extrasub.
15589 # FIXME: do we really want to maintain this feature?
15590 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15591 ac_sed_extra="$ac_vpsub
15592 $extrasub
15593 _ACEOF
15594 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15595 :t
15596 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15597 s|@configure_input@|$ac_sed_conf_input|;t t
15598 s&@top_builddir@&$ac_top_builddir_sub&;t t
15599 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15600 s&@srcdir@&$ac_srcdir&;t t
15601 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15602 s&@top_srcdir@&$ac_top_srcdir&;t t
15603 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15604 s&@builddir@&$ac_builddir&;t t
15605 s&@abs_builddir@&$ac_abs_builddir&;t t
15606 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15607 s&@INSTALL@&$ac_INSTALL&;t t
15608 s&@MKDIR_P@&$ac_MKDIR_P&;t t
15609 $ac_datarootdir_hack
15610 "
15611 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
15612 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15613
15614 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15615 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
15616 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15617 "$ac_tmp/out"`; test -z "$ac_out"; } &&
15618 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15619 which seems to be undefined. Please make sure it is defined" >&5
15620 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15621 which seems to be undefined. Please make sure it is defined" >&2;}
15622
15623 rm -f "$ac_tmp/stdin"
15624 case $ac_file in
15625 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15626 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
15627 esac \
15628 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15629 ;;
15630 :H)
15631 #
15632 # CONFIG_HEADER
15633 #
15634 if test x"$ac_file" != x-; then
15635 {
15636 $as_echo "/* $configure_input */" \
15637 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
15638 } >"$ac_tmp/config.h" \
15639 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15640 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
15641 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15642 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15643 else
15644 rm -f "$ac_file"
15645 mv "$ac_tmp/config.h" "$ac_file" \
15646 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15647 fi
15648 else
15649 $as_echo "/* $configure_input */" \
15650 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
15651 || as_fn_error $? "could not create -" "$LINENO" 5
15652 fi
15653 # Compute "$ac_file"'s index in $config_headers.
15654 _am_arg="$ac_file"
15655 _am_stamp_count=1
15656 for _am_header in $config_headers :; do
15657 case $_am_header in
15658 $_am_arg | $_am_arg:* )
15659 break ;;
15660 * )
15661 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
15662 esac
15663 done
15664 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
15665 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15666 X"$_am_arg" : 'X\(//\)[^/]' \| \
15667 X"$_am_arg" : 'X\(//\)$' \| \
15668 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
15669 $as_echo X"$_am_arg" |
15670 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15671 s//\1/
15672 q
15673 }
15674 /^X\(\/\/\)[^/].*/{
15675 s//\1/
15676 q
15677 }
15678 /^X\(\/\/\)$/{
15679 s//\1/
15680 q
15681 }
15682 /^X\(\/\).*/{
15683 s//\1/
15684 q
15685 }
15686 s/.*/./; q'`/stamp-h$_am_stamp_count
15687 ;;
15688
15689 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15690 $as_echo "$as_me: executing $ac_file commands" >&6;}
15691 ;;
15692 esac
15693
15694
15695 case $ac_file$ac_mode in
15696 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
15697 # Older Autoconf quotes --file arguments for eval, but not when files
15698 # are listed without --file. Let's play safe and only enable the eval
15699 # if we detect the quoting.
15700 # TODO: see whether this extra hack can be removed once we start
15701 # requiring Autoconf 2.70 or later.
15702 case $CONFIG_FILES in #(
15703 *\'*) :
15704 eval set x "$CONFIG_FILES" ;; #(
15705 *) :
15706 set x $CONFIG_FILES ;; #(
15707 *) :
15708 ;;
15709 esac
15710 shift
15711 # Used to flag and report bootstrapping failures.
15712 am_rc=0
15713 for am_mf
15714 do
15715 # Strip MF so we end up with the name of the file.
15716 am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
15717 # Check whether this is an Automake generated Makefile which includes
15718 # dependency-tracking related rules and includes.
15719 # Grep'ing the whole file directly is not great: AIX grep has a line
15720 # limit of 2048, but all sed's we know have understand at least 4000.
15721 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
15722 || continue
15723 am_dirpart=`$as_dirname -- "$am_mf" ||
15724 $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15725 X"$am_mf" : 'X\(//\)[^/]' \| \
15726 X"$am_mf" : 'X\(//\)$' \| \
15727 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
15728 $as_echo X"$am_mf" |
15729 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15730 s//\1/
15731 q
15732 }
15733 /^X\(\/\/\)[^/].*/{
15734 s//\1/
15735 q
15736 }
15737 /^X\(\/\/\)$/{
15738 s//\1/
15739 q
15740 }
15741 /^X\(\/\).*/{
15742 s//\1/
15743 q
15744 }
15745 s/.*/./; q'`
15746 am_filepart=`$as_basename -- "$am_mf" ||
15747 $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
15748 X"$am_mf" : 'X\(//\)$' \| \
15749 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
15750 $as_echo X/"$am_mf" |
15751 sed '/^.*\/\([^/][^/]*\)\/*$/{
15752 s//\1/
15753 q
15754 }
15755 /^X\/\(\/\/\)$/{
15756 s//\1/
15757 q
15758 }
15759 /^X\/\(\/\).*/{
15760 s//\1/
15761 q
15762 }
15763 s/.*/./; q'`
15764 { echo "$as_me:$LINENO: cd "$am_dirpart" \
15765 && sed -e '/# am--include-marker/d' "$am_filepart" \
15766 | $MAKE -f - am--depfiles" >&5
15767 (cd "$am_dirpart" \
15768 && sed -e '/# am--include-marker/d' "$am_filepart" \
15769 | $MAKE -f - am--depfiles) >&5 2>&5
15770 ac_status=$?
15771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15772 (exit $ac_status); } || am_rc=$?
15773 done
15774 if test $am_rc -ne 0; then
15775 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15776 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15777 as_fn_error $? "Something went wrong bootstrapping makefile fragments
15778 for automatic dependency tracking. If GNU make was not used, consider
15779 re-running the configure script with MAKE=\"gmake\" (or whatever is
15780 necessary). You can also try re-running configure with the
15781 '--disable-dependency-tracking' option to at least be able to build
15782 the package (albeit without support for automatic dependency tracking).
15783 See \`config.log' for more details" "$LINENO" 5; }
15784 fi
15785 { am_dirpart=; unset am_dirpart;}
15786 { am_filepart=; unset am_filepart;}
15787 { am_mf=; unset am_mf;}
15788 { am_rc=; unset am_rc;}
15789 rm -f conftest-deps.mk
15790 }
15791 ;;
15792 "libtool":C)
15793
15794 # See if we are running on zsh, and set the options which allow our
15795 # commands through without removal of \ escapes.
15796 if test -n "${ZSH_VERSION+set}" ; then
15797 setopt NO_GLOB_SUBST
15798 fi
15799
15800 cfgfile="${ofile}T"
15801 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15802 $RM "$cfgfile"
15803
15804 cat <<_LT_EOF >> "$cfgfile"
15805 #! $SHELL
15806
15807 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15808 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15809 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15810 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15811 #
15812 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15813 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15814 # Written by Gordon Matzigkeit, 1996
15815 #
15816 # This file is part of GNU Libtool.
15817 #
15818 # GNU Libtool is free software; you can redistribute it and/or
15819 # modify it under the terms of the GNU General Public License as
15820 # published by the Free Software Foundation; either version 2 of
15821 # the License, or (at your option) any later version.
15822 #
15823 # As a special exception to the GNU General Public License,
15824 # if you distribute this file as part of a program or library that
15825 # is built using GNU Libtool, you may include this file under the
15826 # same distribution terms that you use for the rest of that program.
15827 #
15828 # GNU Libtool is distributed in the hope that it will be useful,
15829 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15830 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15831 # GNU General Public License for more details.
15832 #
15833 # You should have received a copy of the GNU General Public License
15834 # along with GNU Libtool; see the file COPYING. If not, a copy
15835 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15836 # obtained by writing to the Free Software Foundation, Inc.,
15837 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15838
15839
15840 # The names of the tagged configurations supported by this script.
15841 available_tags=""
15842
15843 # ### BEGIN LIBTOOL CONFIG
15844
15845 # Which release of libtool.m4 was used?
15846 macro_version=$macro_version
15847 macro_revision=$macro_revision
15848
15849 # Whether or not to build shared libraries.
15850 build_libtool_libs=$enable_shared
15851
15852 # Whether or not to build static libraries.
15853 build_old_libs=$enable_static
15854
15855 # What type of objects to build.
15856 pic_mode=$pic_mode
15857
15858 # Whether or not to optimize for fast installation.
15859 fast_install=$enable_fast_install
15860
15861 # Shell to use when invoking shell scripts.
15862 SHELL=$lt_SHELL
15863
15864 # An echo program that protects backslashes.
15865 ECHO=$lt_ECHO
15866
15867 # The host system.
15868 host_alias=$host_alias
15869 host=$host
15870 host_os=$host_os
15871
15872 # The build system.
15873 build_alias=$build_alias
15874 build=$build
15875 build_os=$build_os
15876
15877 # A sed program that does not truncate output.
15878 SED=$lt_SED
15879
15880 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15881 Xsed="\$SED -e 1s/^X//"
15882
15883 # A grep program that handles long lines.
15884 GREP=$lt_GREP
15885
15886 # An ERE matcher.
15887 EGREP=$lt_EGREP
15888
15889 # A literal string matcher.
15890 FGREP=$lt_FGREP
15891
15892 # A BSD- or MS-compatible name lister.
15893 NM=$lt_NM
15894
15895 # Whether we need soft or hard links.
15896 LN_S=$lt_LN_S
15897
15898 # What is the maximum length of a command?
15899 max_cmd_len=$max_cmd_len
15900
15901 # Object file suffix (normally "o").
15902 objext=$ac_objext
15903
15904 # Executable file suffix (normally "").
15905 exeext=$exeext
15906
15907 # whether the shell understands "unset".
15908 lt_unset=$lt_unset
15909
15910 # turn spaces into newlines.
15911 SP2NL=$lt_lt_SP2NL
15912
15913 # turn newlines into spaces.
15914 NL2SP=$lt_lt_NL2SP
15915
15916 # An object symbol dumper.
15917 OBJDUMP=$lt_OBJDUMP
15918
15919 # Method to check whether dependent libraries are shared objects.
15920 deplibs_check_method=$lt_deplibs_check_method
15921
15922 # Command to use when deplibs_check_method == "file_magic".
15923 file_magic_cmd=$lt_file_magic_cmd
15924
15925 # The archiver.
15926 AR=$lt_AR
15927 AR_FLAGS=$lt_AR_FLAGS
15928
15929 # A symbol stripping program.
15930 STRIP=$lt_STRIP
15931
15932 # Commands used to install an old-style archive.
15933 RANLIB=$lt_RANLIB
15934 old_postinstall_cmds=$lt_old_postinstall_cmds
15935 old_postuninstall_cmds=$lt_old_postuninstall_cmds
15936
15937 # Whether to use a lock for old archive extraction.
15938 lock_old_archive_extraction=$lock_old_archive_extraction
15939
15940 # A C compiler.
15941 LTCC=$lt_CC
15942
15943 # LTCC compiler flags.
15944 LTCFLAGS=$lt_CFLAGS
15945
15946 # Take the output of nm and produce a listing of raw symbols and C names.
15947 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15948
15949 # Transform the output of nm in a proper C declaration.
15950 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15951
15952 # Transform the output of nm in a C name address pair.
15953 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15954
15955 # Transform the output of nm in a C name address pair when lib prefix is needed.
15956 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15957
15958 # The name of the directory that contains temporary libtool files.
15959 objdir=$objdir
15960
15961 # Used to examine libraries when file_magic_cmd begins with "file".
15962 MAGIC_CMD=$MAGIC_CMD
15963
15964 # Must we lock files when doing compilation?
15965 need_locks=$lt_need_locks
15966
15967 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15968 DSYMUTIL=$lt_DSYMUTIL
15969
15970 # Tool to change global to local symbols on Mac OS X.
15971 NMEDIT=$lt_NMEDIT
15972
15973 # Tool to manipulate fat objects and archives on Mac OS X.
15974 LIPO=$lt_LIPO
15975
15976 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
15977 OTOOL=$lt_OTOOL
15978
15979 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15980 OTOOL64=$lt_OTOOL64
15981
15982 # Old archive suffix (normally "a").
15983 libext=$libext
15984
15985 # Shared library suffix (normally ".so").
15986 shrext_cmds=$lt_shrext_cmds
15987
15988 # The commands to extract the exported symbol list from a shared archive.
15989 extract_expsyms_cmds=$lt_extract_expsyms_cmds
15990
15991 # Variables whose values should be saved in libtool wrapper scripts and
15992 # restored at link time.
15993 variables_saved_for_relink=$lt_variables_saved_for_relink
15994
15995 # Do we need the "lib" prefix for modules?
15996 need_lib_prefix=$need_lib_prefix
15997
15998 # Do we need a version for libraries?
15999 need_version=$need_version
16000
16001 # Library versioning type.
16002 version_type=$version_type
16003
16004 # Shared library runtime path variable.
16005 runpath_var=$runpath_var
16006
16007 # Shared library path variable.
16008 shlibpath_var=$shlibpath_var
16009
16010 # Is shlibpath searched before the hard-coded library search path?
16011 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16012
16013 # Format of library name prefix.
16014 libname_spec=$lt_libname_spec
16015
16016 # List of archive names. First name is the real one, the rest are links.
16017 # The last name is the one that the linker finds with -lNAME
16018 library_names_spec=$lt_library_names_spec
16019
16020 # The coded name of the library, if different from the real name.
16021 soname_spec=$lt_soname_spec
16022
16023 # Permission mode override for installation of shared libraries.
16024 install_override_mode=$lt_install_override_mode
16025
16026 # Command to use after installation of a shared archive.
16027 postinstall_cmds=$lt_postinstall_cmds
16028
16029 # Command to use after uninstallation of a shared archive.
16030 postuninstall_cmds=$lt_postuninstall_cmds
16031
16032 # Commands used to finish a libtool library installation in a directory.
16033 finish_cmds=$lt_finish_cmds
16034
16035 # As "finish_cmds", except a single script fragment to be evaled but
16036 # not shown.
16037 finish_eval=$lt_finish_eval
16038
16039 # Whether we should hardcode library paths into libraries.
16040 hardcode_into_libs=$hardcode_into_libs
16041
16042 # Compile-time system search path for libraries.
16043 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16044
16045 # Run-time system search path for libraries.
16046 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16047
16048 # Whether dlopen is supported.
16049 dlopen_support=$enable_dlopen
16050
16051 # Whether dlopen of programs is supported.
16052 dlopen_self=$enable_dlopen_self
16053
16054 # Whether dlopen of statically linked programs is supported.
16055 dlopen_self_static=$enable_dlopen_self_static
16056
16057 # Commands to strip libraries.
16058 old_striplib=$lt_old_striplib
16059 striplib=$lt_striplib
16060
16061
16062 # The linker used to build libraries.
16063 LD=$lt_LD
16064
16065 # How to create reloadable object files.
16066 reload_flag=$lt_reload_flag
16067 reload_cmds=$lt_reload_cmds
16068
16069 # Commands used to build an old-style archive.
16070 old_archive_cmds=$lt_old_archive_cmds
16071
16072 # A language specific compiler.
16073 CC=$lt_compiler
16074
16075 # Is the compiler the GNU compiler?
16076 with_gcc=$GCC
16077
16078 # Compiler flag to turn off builtin functions.
16079 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16080
16081 # How to pass a linker flag through the compiler.
16082 wl=$lt_lt_prog_compiler_wl
16083
16084 # Additional compiler flags for building library objects.
16085 pic_flag=$lt_lt_prog_compiler_pic
16086
16087 # Compiler flag to prevent dynamic linking.
16088 link_static_flag=$lt_lt_prog_compiler_static
16089
16090 # Does compiler simultaneously support -c and -o options?
16091 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16092
16093 # Whether or not to add -lc for building shared libraries.
16094 build_libtool_need_lc=$archive_cmds_need_lc
16095
16096 # Whether or not to disallow shared libs when runtime libs are static.
16097 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16098
16099 # Compiler flag to allow reflexive dlopens.
16100 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16101
16102 # Compiler flag to generate shared objects directly from archives.
16103 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16104
16105 # Whether the compiler copes with passing no objects directly.
16106 compiler_needs_object=$lt_compiler_needs_object
16107
16108 # Create an old-style archive from a shared archive.
16109 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16110
16111 # Create a temporary old-style archive to link instead of a shared archive.
16112 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16113
16114 # Commands used to build a shared archive.
16115 archive_cmds=$lt_archive_cmds
16116 archive_expsym_cmds=$lt_archive_expsym_cmds
16117
16118 # Commands used to build a loadable module if different from building
16119 # a shared archive.
16120 module_cmds=$lt_module_cmds
16121 module_expsym_cmds=$lt_module_expsym_cmds
16122
16123 # Whether we are building with GNU ld or not.
16124 with_gnu_ld=$lt_with_gnu_ld
16125
16126 # Flag that allows shared libraries with undefined symbols to be built.
16127 allow_undefined_flag=$lt_allow_undefined_flag
16128
16129 # Flag that enforces no undefined symbols.
16130 no_undefined_flag=$lt_no_undefined_flag
16131
16132 # Flag to hardcode \$libdir into a binary during linking.
16133 # This must work even if \$libdir does not exist
16134 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16135
16136 # If ld is used when linking, flag to hardcode \$libdir into a binary
16137 # during linking. This must work even if \$libdir does not exist.
16138 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16139
16140 # Whether we need a single "-rpath" flag with a separated argument.
16141 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16142
16143 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16144 # DIR into the resulting binary.
16145 hardcode_direct=$hardcode_direct
16146
16147 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16148 # DIR into the resulting binary and the resulting library dependency is
16149 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16150 # library is relocated.
16151 hardcode_direct_absolute=$hardcode_direct_absolute
16152
16153 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16154 # into the resulting binary.
16155 hardcode_minus_L=$hardcode_minus_L
16156
16157 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16158 # into the resulting binary.
16159 hardcode_shlibpath_var=$hardcode_shlibpath_var
16160
16161 # Set to "yes" if building a shared library automatically hardcodes DIR
16162 # into the library and all subsequent libraries and executables linked
16163 # against it.
16164 hardcode_automatic=$hardcode_automatic
16165
16166 # Set to yes if linker adds runtime paths of dependent libraries
16167 # to runtime path list.
16168 inherit_rpath=$inherit_rpath
16169
16170 # Whether libtool must link a program against all its dependency libraries.
16171 link_all_deplibs=$link_all_deplibs
16172
16173 # Fix the shell variable \$srcfile for the compiler.
16174 fix_srcfile_path=$lt_fix_srcfile_path
16175
16176 # Set to "yes" if exported symbols are required.
16177 always_export_symbols=$always_export_symbols
16178
16179 # The commands to list exported symbols.
16180 export_symbols_cmds=$lt_export_symbols_cmds
16181
16182 # Symbols that should not be listed in the preloaded symbols.
16183 exclude_expsyms=$lt_exclude_expsyms
16184
16185 # Symbols that must always be exported.
16186 include_expsyms=$lt_include_expsyms
16187
16188 # Commands necessary for linking programs (against libraries) with templates.
16189 prelink_cmds=$lt_prelink_cmds
16190
16191 # Specify filename containing input files.
16192 file_list_spec=$lt_file_list_spec
16193
16194 # How to hardcode a shared library path into an executable.
16195 hardcode_action=$hardcode_action
16196
16197 # ### END LIBTOOL CONFIG
16198
16199 _LT_EOF
16200
16201 case $host_os in
16202 aix3*)
16203 cat <<\_LT_EOF >> "$cfgfile"
16204 # AIX sometimes has problems with the GCC collect2 program. For some
16205 # reason, if we set the COLLECT_NAMES environment variable, the problems
16206 # vanish in a puff of smoke.
16207 if test "X${COLLECT_NAMES+set}" != Xset; then
16208 COLLECT_NAMES=
16209 export COLLECT_NAMES
16210 fi
16211 _LT_EOF
16212 ;;
16213 esac
16214
16215
16216 ltmain="$ac_aux_dir/ltmain.sh"
16217
16218
16219 # We use sed instead of cat because bash on DJGPP gets confused if
16220 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16221 # text mode, it properly converts lines to CR/LF. This bash problem
16222 # is reportedly fixed, but why not run on old versions too?
16223 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16224 || (rm -f "$cfgfile"; exit 1)
16225
16226 case $xsi_shell in
16227 yes)
16228 cat << \_LT_EOF >> "$cfgfile"
16229
16230 # func_dirname file append nondir_replacement
16231 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16232 # otherwise set result to NONDIR_REPLACEMENT.
16233 func_dirname ()
16234 {
16235 case ${1} in
16236 */*) func_dirname_result="${1%/*}${2}" ;;
16237 * ) func_dirname_result="${3}" ;;
16238 esac
16239 }
16240
16241 # func_basename file
16242 func_basename ()
16243 {
16244 func_basename_result="${1##*/}"
16245 }
16246
16247 # func_dirname_and_basename file append nondir_replacement
16248 # perform func_basename and func_dirname in a single function
16249 # call:
16250 # dirname: Compute the dirname of FILE. If nonempty,
16251 # add APPEND to the result, otherwise set result
16252 # to NONDIR_REPLACEMENT.
16253 # value returned in "$func_dirname_result"
16254 # basename: Compute filename of FILE.
16255 # value retuned in "$func_basename_result"
16256 # Implementation must be kept synchronized with func_dirname
16257 # and func_basename. For efficiency, we do not delegate to
16258 # those functions but instead duplicate the functionality here.
16259 func_dirname_and_basename ()
16260 {
16261 case ${1} in
16262 */*) func_dirname_result="${1%/*}${2}" ;;
16263 * ) func_dirname_result="${3}" ;;
16264 esac
16265 func_basename_result="${1##*/}"
16266 }
16267
16268 # func_stripname prefix suffix name
16269 # strip PREFIX and SUFFIX off of NAME.
16270 # PREFIX and SUFFIX must not contain globbing or regex special
16271 # characters, hashes, percent signs, but SUFFIX may contain a leading
16272 # dot (in which case that matches only a dot).
16273 func_stripname ()
16274 {
16275 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16276 # positional parameters, so assign one to ordinary parameter first.
16277 func_stripname_result=${3}
16278 func_stripname_result=${func_stripname_result#"${1}"}
16279 func_stripname_result=${func_stripname_result%"${2}"}
16280 }
16281
16282 # func_opt_split
16283 func_opt_split ()
16284 {
16285 func_opt_split_opt=${1%%=*}
16286 func_opt_split_arg=${1#*=}
16287 }
16288
16289 # func_lo2o object
16290 func_lo2o ()
16291 {
16292 case ${1} in
16293 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16294 *) func_lo2o_result=${1} ;;
16295 esac
16296 }
16297
16298 # func_xform libobj-or-source
16299 func_xform ()
16300 {
16301 func_xform_result=${1%.*}.lo
16302 }
16303
16304 # func_arith arithmetic-term...
16305 func_arith ()
16306 {
16307 func_arith_result=$(( $* ))
16308 }
16309
16310 # func_len string
16311 # STRING may not start with a hyphen.
16312 func_len ()
16313 {
16314 func_len_result=${#1}
16315 }
16316
16317 _LT_EOF
16318 ;;
16319 *) # Bourne compatible functions.
16320 cat << \_LT_EOF >> "$cfgfile"
16321
16322 # func_dirname file append nondir_replacement
16323 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16324 # otherwise set result to NONDIR_REPLACEMENT.
16325 func_dirname ()
16326 {
16327 # Extract subdirectory from the argument.
16328 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16329 if test "X$func_dirname_result" = "X${1}"; then
16330 func_dirname_result="${3}"
16331 else
16332 func_dirname_result="$func_dirname_result${2}"
16333 fi
16334 }
16335
16336 # func_basename file
16337 func_basename ()
16338 {
16339 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16340 }
16341
16342
16343 # func_stripname prefix suffix name
16344 # strip PREFIX and SUFFIX off of NAME.
16345 # PREFIX and SUFFIX must not contain globbing or regex special
16346 # characters, hashes, percent signs, but SUFFIX may contain a leading
16347 # dot (in which case that matches only a dot).
16348 # func_strip_suffix prefix name
16349 func_stripname ()
16350 {
16351 case ${2} in
16352 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16353 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16354 esac
16355 }
16356
16357 # sed scripts:
16358 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16359 my_sed_long_arg='1s/^-[^=]*=//'
16360
16361 # func_opt_split
16362 func_opt_split ()
16363 {
16364 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16365 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16366 }
16367
16368 # func_lo2o object
16369 func_lo2o ()
16370 {
16371 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16372 }
16373
16374 # func_xform libobj-or-source
16375 func_xform ()
16376 {
16377 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16378 }
16379
16380 # func_arith arithmetic-term...
16381 func_arith ()
16382 {
16383 func_arith_result=`expr "$@"`
16384 }
16385
16386 # func_len string
16387 # STRING may not start with a hyphen.
16388 func_len ()
16389 {
16390 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16391 }
16392
16393 _LT_EOF
16394 esac
16395
16396 case $lt_shell_append in
16397 yes)
16398 cat << \_LT_EOF >> "$cfgfile"
16399
16400 # func_append var value
16401 # Append VALUE to the end of shell variable VAR.
16402 func_append ()
16403 {
16404 eval "$1+=\$2"
16405 }
16406 _LT_EOF
16407 ;;
16408 *)
16409 cat << \_LT_EOF >> "$cfgfile"
16410
16411 # func_append var value
16412 # Append VALUE to the end of shell variable VAR.
16413 func_append ()
16414 {
16415 eval "$1=\$$1\$2"
16416 }
16417
16418 _LT_EOF
16419 ;;
16420 esac
16421
16422
16423 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16424 || (rm -f "$cfgfile"; exit 1)
16425
16426 mv -f "$cfgfile" "$ofile" ||
16427 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16428 chmod +x "$ofile"
16429
16430 ;;
16431 "default-1":C)
16432 for ac_file in $CONFIG_FILES; do
16433 # Support "outfile[:infile[:infile...]]"
16434 case "$ac_file" in
16435 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16436 esac
16437 # PO directories have a Makefile.in generated from Makefile.in.in.
16438 case "$ac_file" in */Makefile.in)
16439 # Adjust a relative srcdir.
16440 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16441 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
16442 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16443 # In autoconf-2.13 it is called $ac_given_srcdir.
16444 # In autoconf-2.50 it is called $srcdir.
16445 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16446 case "$ac_given_srcdir" in
16447 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16448 /*) top_srcdir="$ac_given_srcdir" ;;
16449 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16450 esac
16451 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16452 rm -f "$ac_dir/POTFILES"
16453 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16454 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16455 POMAKEFILEDEPS="POTFILES.in"
16456 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16457 # on $ac_dir but don't depend on user-specified configuration
16458 # parameters.
16459 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16460 # The LINGUAS file contains the set of available languages.
16461 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16462 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
16463 fi
16464 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16465 # Hide the ALL_LINGUAS assigment from automake.
16466 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16467 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16468 else
16469 # The set of available languages was given in configure.ac.
16470 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16471 fi
16472 case "$ac_given_srcdir" in
16473 .) srcdirpre= ;;
16474 *) srcdirpre='$(srcdir)/' ;;
16475 esac
16476 POFILES=
16477 GMOFILES=
16478 UPDATEPOFILES=
16479 DUMMYPOFILES=
16480 for lang in $ALL_LINGUAS; do
16481 POFILES="$POFILES $srcdirpre$lang.po"
16482 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16483 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16484 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16485 done
16486 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16487 # environment variable.
16488 INST_LINGUAS=
16489 if test -n "$ALL_LINGUAS"; then
16490 for presentlang in $ALL_LINGUAS; do
16491 useit=no
16492 if test "%UNSET%" != "$LINGUAS"; then
16493 desiredlanguages="$LINGUAS"
16494 else
16495 desiredlanguages="$ALL_LINGUAS"
16496 fi
16497 for desiredlang in $desiredlanguages; do
16498 # Use the presentlang catalog if desiredlang is
16499 # a. equal to presentlang, or
16500 # b. a variant of presentlang (because in this case,
16501 # presentlang can be used as a fallback for messages
16502 # which are not translated in the desiredlang catalog).
16503 case "$desiredlang" in
16504 "$presentlang"*) useit=yes;;
16505 esac
16506 done
16507 if test $useit = yes; then
16508 INST_LINGUAS="$INST_LINGUAS $presentlang"
16509 fi
16510 done
16511 fi
16512 CATALOGS=
16513 if test -n "$INST_LINGUAS"; then
16514 for lang in $INST_LINGUAS; do
16515 CATALOGS="$CATALOGS $lang.gmo"
16516 done
16517 fi
16518 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
16519 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
16520 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
16521 if test -f "$f"; then
16522 case "$f" in
16523 *.orig | *.bak | *~) ;;
16524 *) cat "$f" >> "$ac_dir/Makefile" ;;
16525 esac
16526 fi
16527 done
16528 fi
16529 ;;
16530 esac
16531 done ;;
16532 "default":C) rm -f targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c itbl-cpu.h
16533 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
16534 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
16535 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
16536 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
16537 if test "x$cgen_cpu_prefix" != x ; then
16538 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
16539 fi ;;
16540
16541 esac
16542 done # for ac_tag
16543
16544
16545 as_fn_exit 0
16546 _ACEOF
16547 ac_clean_files=$ac_clean_files_save
16548
16549 test $ac_write_fail = 0 ||
16550 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
16551
16552
16553 # configure is writing to config.log, and then calls config.status.
16554 # config.status does its own redirection, appending to config.log.
16555 # Unfortunately, on DOS this fails, as config.log is still kept open
16556 # by configure, so config.status won't be able to write to it; its
16557 # output is simply discarded. So we exec the FD to /dev/null,
16558 # effectively closing config.log, so it can be properly (re)opened and
16559 # appended to by config.status. When coming back to configure, we
16560 # need to make the FD available again.
16561 if test "$no_create" != yes; then
16562 ac_cs_success=:
16563 ac_config_status_args=
16564 test "$silent" = yes &&
16565 ac_config_status_args="$ac_config_status_args --quiet"
16566 exec 5>/dev/null
16567 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16568 exec 5>>config.log
16569 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16570 # would make configure fail if this is the last instruction.
16571 $ac_cs_success || as_fn_exit 1
16572 fi
16573 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16574 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16575 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16576 fi
16577
16578
16579
16580 touch config.status.tmp
16581 if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
16582 sed '/as_fn_exit 0/i \
16583 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
16584 touch --reference=Makefile Makefile.tmp \
16585 mv Makefile.tmp Makefile \
16586 ' config.status > config.status.tmp
16587 touch --reference=config.status config.status.tmp
16588 mv config.status.tmp config.status
16589 chmod +x config.status
16590 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
16591 touch --reference=Makefile Makefile.tmp
16592 mv Makefile.tmp Makefile
16593 else
16594 rm -f config.status.tmp
16595 fi