Imported Upstream version 0.66.1
[hcoop/debian/courier-authlib.git] / libs / makedat / configure
CommitLineData
d9898ee8 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
b0322a85 3# Generated by GNU Autoconf 2.69 for makedat 0.60.
d9898ee8 4#
5# Report bugs to <courier-users@lists.sourceforge.net>.
6#
b0322a85
CE
7#
8# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9#
10#
d9898ee8 11# This configure script is free software; the Free Software Foundation
12# gives unlimited permission to copy, distribute and modify it.
b0322a85
CE
13## -------------------- ##
14## M4sh Initialization. ##
15## -------------------- ##
d9898ee8 16
dd184caf 17# Be more Bourne compatible
18DUALCASE=1; export DUALCASE # for MKS sh
b0322a85 19if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
d9898ee8 20 emulate sh
21 NULLCMD=:
8d138742 22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
d9898ee8 23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
dd184caf 25 setopt NO_GLOB_SUBST
26else
b0322a85
CE
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
31 ;;
dd184caf 32esac
dd184caf 33fi
34
35
8d138742
CE
36as_nl='
37'
38export as_nl
39# Printing a long string crashes Solaris 7 /usr/bin/printf.
40as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
b0322a85
CE
43# Prefer a ksh shell builtin over an external printf program on Solaris,
44# but without wasting forks for bash or zsh.
45if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
8d138742
CE
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
b0322a85 60 case $arg in #(
8d138742
CE
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66 '
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
69 fi
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
72fi
73
dd184caf 74# The user is always right.
75if test "${PATH_SEPARATOR+set}" != set; then
8d138742
CE
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
80 }
d9898ee8 81fi
d9898ee8 82
d9898ee8 83
dd184caf 84# IFS
85# We need space, tab and new line, in precisely that order. Quoting is
86# there to prevent editors from complaining about space-tab.
87# (If _AS_PATH_WALK were called with IFS unset, it would disable word
88# splitting by setting IFS to empty value.)
dd184caf 89IFS=" "" $as_nl"
90
91# Find who we are. Look in the path if we contain no directory separator.
b0322a85
CE
92as_myself=
93case $0 in #((
dd184caf 94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96for as_dir in $PATH
97do
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
b0322a85
CE
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
dd184caf 102IFS=$as_save_IFS
103
104 ;;
105esac
106# We did not find ourselves, most probably we were run as `sh COMMAND'
107# in which case we are not to be found in the path.
108if test "x$as_myself" = x; then
109 as_myself=$0
110fi
111if test ! -f "$as_myself"; then
8d138742 112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
b0322a85 113 exit 1
dd184caf 114fi
115
b0322a85
CE
116# Unset variables that we do not need and which cause bugs (e.g. in
117# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118# suppresses any "Segmentation fault" message there. '((' could
119# trigger a bug in pdksh 5.2.14.
120for as_var in BASH_ENV ENV MAIL MAILPATH
121do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
dd184caf 123done
d9898ee8 124PS1='$ '
125PS2='> '
126PS4='+ '
127
128# NLS nuisances.
8d138742
CE
129LC_ALL=C
130export LC_ALL
131LANGUAGE=C
132export LANGUAGE
d9898ee8 133
dd184caf 134# CDPATH.
b0322a85 135(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
d9898ee8 136
b0322a85
CE
137# Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140 _as_can_reexec=no; export _as_can_reexec;
141 # We cannot yet assume a decent shell, so we have to provide a
142# neutralization value for shells without unset; and this also
143# works around shells that cannot unset nonexistent variables.
144# Preserve -v and -x to the replacement shell.
145BASH_ENV=/dev/null
146ENV=/dev/null
147(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148case $- in # ((((
149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;;
151 *x* ) as_opts=-x ;;
152 * ) as_opts= ;;
153esac
154exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155# Admittedly, this is quite paranoid, since all the known shells bail
156# out after a failed `exec'.
157$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158as_fn_exit 255
159 fi
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec=; unset _as_can_reexec;}
dd184caf 162if test "x$CONFIG_SHELL" = x; then
b0322a85
CE
163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 emulate sh
165 NULLCMD=:
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 setopt NO_GLOB_SUBST
dd184caf 170else
b0322a85
CE
171 case \`(set -o) 2>/dev/null\` in #(
172 *posix*) :
173 set -o posix ;; #(
174 *) :
175 ;;
176esac
d9898ee8 177fi
b0322a85
CE
178"
179 as_required="as_fn_return () { (exit \$1); }
180as_fn_success () { as_fn_return 0; }
181as_fn_failure () { as_fn_return 1; }
182as_fn_ret_success () { return 0; }
183as_fn_ret_failure () { return 1; }
d9898ee8 184
dd184caf 185exitcode=0
b0322a85
CE
186as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191
192else
193 exitcode=1; echo positional parameters were not saved.
194fi
195test x\$exitcode = x0 || exit 1
196test -x / || exit 1"
197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201
202 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
203 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
206 PATH=/empty FPATH=/empty; export PATH FPATH
207 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
208 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
209test \$(( 1 + 1 )) = 2 || exit 1"
210 if (eval "$as_required") 2>/dev/null; then :
211 as_have_required=yes
dd184caf 212else
b0322a85 213 as_have_required=no
dd184caf 214fi
b0322a85 215 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
dd184caf 216
dd184caf 217else
b0322a85
CE
218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
219as_found=false
d9898ee8 220for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
221do
222 IFS=$as_save_IFS
223 test -z "$as_dir" && as_dir=.
b0322a85
CE
224 as_found=:
225 case $as_dir in #(
d9898ee8 226 /*)
dd184caf 227 for as_base in sh bash ksh sh5; do
b0322a85
CE
228 # Try only shells that exist, to save several forks.
229 as_shell=$as_dir/$as_base
230 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
231 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 CONFIG_SHELL=$as_shell as_have_required=yes
233 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
234 break 2
235fi
236fi
dd184caf 237 done;;
238 esac
b0322a85 239 as_found=false
dd184caf 240done
b0322a85
CE
241$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
242 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
243 CONFIG_SHELL=$SHELL as_have_required=yes
244fi; }
dd184caf 245IFS=$as_save_IFS
246
247
b0322a85
CE
248 if test "x$CONFIG_SHELL" != x; then :
249 export CONFIG_SHELL
250 # We cannot yet assume a decent shell, so we have to provide a
251# neutralization value for shells without unset; and this also
252# works around shells that cannot unset nonexistent variables.
253# Preserve -v and -x to the replacement shell.
254BASH_ENV=/dev/null
255ENV=/dev/null
256(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
257case $- in # ((((
258 *v*x* | *x*v* ) as_opts=-vx ;;
259 *v* ) as_opts=-v ;;
260 *x* ) as_opts=-x ;;
261 * ) as_opts= ;;
dd184caf 262esac
b0322a85
CE
263exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
264# Admittedly, this is quite paranoid, since all the known shells bail
265# out after a failed `exec'.
266$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
267exit 255
268fi
269
270 if test x$as_have_required = xno; then :
271 $as_echo "$0: This script requires a shell more modern than all"
272 $as_echo "$0: the shells that I found on your system."
273 if test x${ZSH_VERSION+set} = xset ; then
274 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
275 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
276 else
277 $as_echo "$0: Please tell bug-autoconf@gnu.org and
278$0: courier-users@lists.sourceforge.net about your system,
279$0: including any error possibly output before this
280$0: message. Then install a modern shell, or manually run
281$0: the script under such a shell if you do have one."
282 fi
283 exit 1
dd184caf 284fi
dd184caf 285fi
dd184caf 286fi
b0322a85
CE
287SHELL=${CONFIG_SHELL-/bin/sh}
288export SHELL
289# Unset more variables known to interfere with behavior of common tools.
290CLICOLOR_FORCE= GREP_OPTIONS=
291unset CLICOLOR_FORCE GREP_OPTIONS
dd184caf 292
b0322a85
CE
293## --------------------- ##
294## M4sh Shell Functions. ##
295## --------------------- ##
296# as_fn_unset VAR
297# ---------------
298# Portably unset VAR.
299as_fn_unset ()
300{
301 { eval $1=; unset $1;}
302}
303as_unset=as_fn_unset
dd184caf 304
b0322a85
CE
305# as_fn_set_status STATUS
306# -----------------------
307# Set $? to STATUS, without forking.
308as_fn_set_status ()
309{
310 return $1
311} # as_fn_set_status
dd184caf 312
b0322a85
CE
313# as_fn_exit STATUS
314# -----------------
315# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
316as_fn_exit ()
317{
318 set +e
319 as_fn_set_status $1
320 exit $1
321} # as_fn_exit
322
323# as_fn_mkdir_p
324# -------------
325# Create "$as_dir" as a directory, including parents if necessary.
326as_fn_mkdir_p ()
327{
dd184caf 328
b0322a85
CE
329 case $as_dir in #(
330 -*) as_dir=./$as_dir;;
331 esac
332 test -d "$as_dir" || eval $as_mkdir_p || {
333 as_dirs=
334 while :; do
335 case $as_dir in #(
336 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
337 *) as_qdir=$as_dir;;
338 esac
339 as_dirs="'$as_qdir' $as_dirs"
340 as_dir=`$as_dirname -- "$as_dir" ||
341$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
342 X"$as_dir" : 'X\(//\)[^/]' \| \
343 X"$as_dir" : 'X\(//\)$' \| \
344 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
345$as_echo X"$as_dir" |
346 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
347 s//\1/
348 q
349 }
350 /^X\(\/\/\)[^/].*/{
351 s//\1/
352 q
353 }
354 /^X\(\/\/\)$/{
355 s//\1/
356 q
357 }
358 /^X\(\/\).*/{
359 s//\1/
360 q
361 }
362 s/.*/./; q'`
363 test -d "$as_dir" && break
364 done
365 test -z "$as_dirs" || eval "mkdir $as_dirs"
366 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
dd184caf 367
dd184caf 368
b0322a85 369} # as_fn_mkdir_p
dd184caf 370
b0322a85
CE
371# as_fn_executable_p FILE
372# -----------------------
373# Test if FILE is an executable regular file.
374as_fn_executable_p ()
375{
376 test -f "$1" && test -x "$1"
377} # as_fn_executable_p
378# as_fn_append VAR VALUE
379# ----------------------
380# Append the text in VALUE to the end of the definition contained in VAR. Take
381# advantage of any shell optimizations that allow amortized linear growth over
382# repeated appends, instead of the typical quadratic growth present in naive
383# implementations.
384if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
385 eval 'as_fn_append ()
386 {
387 eval $1+=\$2
388 }'
389else
390 as_fn_append ()
391 {
392 eval $1=\$$1\$2
393 }
394fi # as_fn_append
395
396# as_fn_arith ARG...
397# ------------------
398# Perform arithmetic evaluation on the ARGs, and store the result in the
399# global $as_val. Take advantage of shells that can avoid forks. The arguments
400# must be portable across $(()) and expr.
401if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
402 eval 'as_fn_arith ()
403 {
404 as_val=$(( $* ))
405 }'
406else
407 as_fn_arith ()
408 {
409 as_val=`expr "$@" || test $? -eq 1`
410 }
411fi # as_fn_arith
dd184caf 412
413
b0322a85
CE
414# as_fn_error STATUS ERROR [LINENO LOG_FD]
415# ----------------------------------------
416# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
417# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
418# script with STATUS, using 1 if that was 0.
419as_fn_error ()
420{
421 as_status=$1; test $as_status -eq 0 && as_status=1
422 if test "$4"; then
423 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
424 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
425 fi
426 $as_echo "$as_me: error: $2" >&2
427 as_fn_exit $as_status
428} # as_fn_error
dd184caf 429
b0322a85
CE
430if expr a : '\(a\)' >/dev/null 2>&1 &&
431 test "X`expr 00001 : '.*\(...\)'`" = X001; then
432 as_expr=expr
dd184caf 433else
b0322a85 434 as_expr=false
dd184caf 435fi
436
b0322a85
CE
437if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
438 as_basename=basename
dd184caf 439else
b0322a85 440 as_basename=false
dd184caf 441fi
442
b0322a85
CE
443if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
444 as_dirname=dirname
dd184caf 445else
b0322a85 446 as_dirname=false
dd184caf 447fi
448
b0322a85
CE
449as_me=`$as_basename -- "$0" ||
450$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
451 X"$0" : 'X\(//\)$' \| \
452 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
453$as_echo X/"$0" |
454 sed '/^.*\/\([^/][^/]*\)\/*$/{
455 s//\1/
456 q
457 }
458 /^X\/\(\/\/\)$/{
459 s//\1/
460 q
461 }
462 /^X\/\(\/\).*/{
463 s//\1/
464 q
465 }
466 s/.*/./; q'`
dd184caf 467
b0322a85
CE
468# Avoid depending upon Character Ranges.
469as_cr_letters='abcdefghijklmnopqrstuvwxyz'
470as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
471as_cr_Letters=$as_cr_letters$as_cr_LETTERS
472as_cr_digits='0123456789'
473as_cr_alnum=$as_cr_Letters$as_cr_digits
dd184caf 474
d9898ee8 475
b0322a85
CE
476 as_lineno_1=$LINENO as_lineno_1a=$LINENO
477 as_lineno_2=$LINENO as_lineno_2a=$LINENO
478 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
479 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
480 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
dd184caf 481 sed -n '
482 p
483 /[$]LINENO/=
484 ' <$as_myself |
d9898ee8 485 sed '
dd184caf 486 s/[$]LINENO.*/&-/
487 t lineno
488 b
489 :lineno
d9898ee8 490 N
dd184caf 491 :loop
492 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
d9898ee8 493 t loop
dd184caf 494 s/-\n.*//
d9898ee8 495 ' >$as_me.lineno &&
dd184caf 496 chmod +x "$as_me.lineno" ||
b0322a85 497 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
d9898ee8 498
b0322a85
CE
499 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
500 # already done that, so ensure we don't try to do so again and fall
501 # in an infinite loop. This has already happened in practice.
502 _as_can_reexec=no; export _as_can_reexec
d9898ee8 503 # Don't try to exec as it changes $[0], causing all sort of problems
504 # (the dirname of $[0] is not the place where we might find the
dd184caf 505 # original and so on. Autoconf is especially sensitive to this).
506 . "./$as_me.lineno"
d9898ee8 507 # Exit status is that of the last command.
508 exit
509}
510
dd184caf 511ECHO_C= ECHO_N= ECHO_T=
b0322a85 512case `echo -n x` in #(((((
dd184caf 513-n*)
b0322a85 514 case `echo 'xy\c'` in
dd184caf 515 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
b0322a85
CE
516 xy) ECHO_C='\c';;
517 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
518 ECHO_T=' ';;
dd184caf 519 esac;;
520*)
521 ECHO_N='-n';;
d9898ee8 522esac
d9898ee8 523
b0322a85
CE
524rm -f conf$$ conf$$.exe conf$$.file
525if test -d conf$$.dir; then
526 rm -f conf$$.dir/conf$$.file
527else
528 rm -f conf$$.dir
529 mkdir conf$$.dir 2>/dev/null
530fi
531if (echo >conf$$.file) 2>/dev/null; then
532 if ln -s conf$$.file conf$$ 2>/dev/null; then
533 as_ln_s='ln -s'
534 # ... but there are two gotchas:
535 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
536 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
537 # In both cases, we have to default to `cp -pR'.
538 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
539 as_ln_s='cp -pR'
540 elif ln conf$$.file conf$$ 2>/dev/null; then
541 as_ln_s=ln
542 else
543 as_ln_s='cp -pR'
d9898ee8 544 fi
b0322a85
CE
545else
546 as_ln_s='cp -pR'
d9898ee8 547fi
b0322a85
CE
548rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
549rmdir conf$$.dir 2>/dev/null
d9898ee8 550
b0322a85
CE
551if mkdir -p . 2>/dev/null; then
552 as_mkdir_p='mkdir -p "$as_dir"'
553else
554 test -d ./-p && rmdir ./-p
555 as_mkdir_p=false
d9898ee8 556fi
557
b0322a85
CE
558as_test_x='test -x'
559as_executable_p=as_fn_executable_p
560
561# Sed expression to map a string onto a valid CPP name.
562as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
563
564# Sed expression to map a string onto a valid variable name.
565as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
d9898ee8 566
b0322a85 567SHELL=${CONFIG_SHELL-/bin/sh}
d9898ee8 568
569
b0322a85
CE
570test -n "$DJDIR" || exec 7<&0 </dev/null
571exec 6>&1
dd184caf 572
d9898ee8 573# Name of the host.
b0322a85 574# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
d9898ee8 575# so uname gets run too.
576ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
577
d9898ee8 578#
579# Initializations.
580#
581ac_default_prefix=/usr/local
dd184caf 582ac_clean_files=
d9898ee8 583ac_config_libobj_dir=.
dd184caf 584LIBOBJS=
d9898ee8 585cross_compiling=no
586subdirs=
587MFLAGS=
588MAKEFLAGS=
d9898ee8 589
d9898ee8 590# Identity of this package.
591PACKAGE_NAME='makedat'
592PACKAGE_TARNAME='makedat'
593PACKAGE_VERSION='0.60'
594PACKAGE_STRING='makedat 0.60'
595PACKAGE_BUGREPORT='courier-users@lists.sourceforge.net'
b0322a85 596PACKAGE_URL=''
d9898ee8 597
598ac_unique_file="makedatprog.c"
599# Factoring default headers for most tests.
600ac_includes_default="\
601#include <stdio.h>
dd184caf 602#ifdef HAVE_SYS_TYPES_H
d9898ee8 603# include <sys/types.h>
604#endif
dd184caf 605#ifdef HAVE_SYS_STAT_H
d9898ee8 606# include <sys/stat.h>
607#endif
dd184caf 608#ifdef STDC_HEADERS
d9898ee8 609# include <stdlib.h>
610# include <stddef.h>
611#else
dd184caf 612# ifdef HAVE_STDLIB_H
d9898ee8 613# include <stdlib.h>
614# endif
615#endif
dd184caf 616#ifdef HAVE_STRING_H
617# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
d9898ee8 618# include <memory.h>
619# endif
620# include <string.h>
621#endif
dd184caf 622#ifdef HAVE_STRINGS_H
d9898ee8 623# include <strings.h>
624#endif
dd184caf 625#ifdef HAVE_INTTYPES_H
d9898ee8 626# include <inttypes.h>
d9898ee8 627#endif
dd184caf 628#ifdef HAVE_STDINT_H
629# include <stdint.h>
630#endif
631#ifdef HAVE_UNISTD_H
d9898ee8 632# include <unistd.h>
633#endif"
634
8d138742
CE
635ac_subst_vars='am__EXEEXT_FALSE
636am__EXEEXT_TRUE
637LTLIBOBJS
638LIBOBJS
639makedatprogpath
640makedatprog_target
641dblibrary
642CPP
643OTOOL64
644OTOOL
645LIPO
646NMEDIT
647DSYMUTIL
b0322a85 648MANIFEST_TOOL
8d138742 649RANLIB
b0322a85 650ac_ct_AR
8d138742 651AR
b0322a85 652DLLTOOL
8d138742
CE
653OBJDUMP
654NM
655ac_ct_DUMPBIN
656DUMPBIN
657LD
658FGREP
659EGREP
660GREP
661SED
662host_os
663host_vendor
664host_cpu
665host
666build_os
667build_vendor
668build_cpu
669build
670LIBTOOL
671CAT
672PERL
673LN_S
674am__fastdepCC_FALSE
675am__fastdepCC_TRUE
676CCDEPMODE
b0322a85 677am__nodep
8d138742
CE
678AMDEPBACKSLASH
679AMDEP_FALSE
680AMDEP_TRUE
681am__quote
682am__include
683DEPDIR
684OBJEXT
685EXEEXT
686ac_ct_CC
687CPPFLAGS
688LDFLAGS
689CFLAGS
690CC
b0322a85
CE
691AM_BACKSLASH
692AM_DEFAULT_VERBOSITY
693AM_DEFAULT_V
694AM_V
8d138742
CE
695am__untar
696am__tar
697AMTAR
698am__leading_dot
699SET_MAKE
700AWK
701mkdir_p
702MKDIR_P
703INSTALL_STRIP_PROGRAM
704STRIP
705install_sh
706MAKEINFO
707AUTOHEADER
708AUTOMAKE
709AUTOCONF
710ACLOCAL
711VERSION
712PACKAGE
713CYGPATH_W
714am__isrc
715INSTALL_DATA
716INSTALL_SCRIPT
717INSTALL_PROGRAM
718target_alias
719host_alias
dd184caf 720build_alias
8d138742
CE
721LIBS
722ECHO_T
723ECHO_N
724ECHO_C
725DEFS
726mandir
727localedir
728libdir
729psdir
730pdfdir
731dvidir
732htmldir
733infodir
734docdir
735oldincludedir
736includedir
737localstatedir
738sharedstatedir
739sysconfdir
740datadir
741datarootdir
742libexecdir
743sbindir
744bindir
745program_transform_name
746prefix
747exec_prefix
b0322a85 748PACKAGE_URL
8d138742
CE
749PACKAGE_BUGREPORT
750PACKAGE_STRING
751PACKAGE_VERSION
752PACKAGE_TARNAME
753PACKAGE_NAME
754PATH_SEPARATOR
755SHELL'
756ac_subst_files=''
757ac_user_opts='
758enable_option_checking
b0322a85 759enable_silent_rules
8d138742
CE
760enable_dependency_tracking
761enable_shared
762enable_static
763with_pic
764enable_fast_install
765with_gnu_ld
b0322a85 766with_sysroot
8d138742 767enable_libtool_lock
b0322a85 768enable_largefile
8d138742
CE
769with_makedatprog
770'
771 ac_precious_vars='build_alias
dd184caf 772host_alias
773target_alias
dd184caf 774CC
775CFLAGS
776LDFLAGS
8d138742 777LIBS
dd184caf 778CPPFLAGS
8d138742 779CPP'
dd184caf 780
d9898ee8 781
782# Initialize some variables set by options.
783ac_init_help=
784ac_init_version=false
8d138742
CE
785ac_unrecognized_opts=
786ac_unrecognized_sep=
d9898ee8 787# The variables have the same names as the options, with
788# dashes changed to underlines.
789cache_file=/dev/null
790exec_prefix=NONE
791no_create=
792no_recursion=
793prefix=NONE
794program_prefix=NONE
795program_suffix=NONE
796program_transform_name=s,x,x,
797silent=
798site=
799srcdir=
800verbose=
801x_includes=NONE
802x_libraries=NONE
803
804# Installation directory options.
805# These are left unexpanded so users can "make install exec_prefix=/foo"
806# and all the variables that are supposed to be based on exec_prefix
807# by default will actually change.
808# Use braces instead of parens because sh, perl, etc. also accept them.
dd184caf 809# (The list follows the same order as the GNU Coding Standards.)
d9898ee8 810bindir='${exec_prefix}/bin'
811sbindir='${exec_prefix}/sbin'
812libexecdir='${exec_prefix}/libexec'
dd184caf 813datarootdir='${prefix}/share'
814datadir='${datarootdir}'
d9898ee8 815sysconfdir='${prefix}/etc'
816sharedstatedir='${prefix}/com'
817localstatedir='${prefix}/var'
d9898ee8 818includedir='${prefix}/include'
819oldincludedir='/usr/include'
dd184caf 820docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
821infodir='${datarootdir}/info'
822htmldir='${docdir}'
823dvidir='${docdir}'
824pdfdir='${docdir}'
825psdir='${docdir}'
826libdir='${exec_prefix}/lib'
827localedir='${datarootdir}/locale'
828mandir='${datarootdir}/man'
d9898ee8 829
830ac_prev=
dd184caf 831ac_dashdash=
d9898ee8 832for ac_option
833do
834 # If the previous option needs an argument, assign it.
835 if test -n "$ac_prev"; then
dd184caf 836 eval $ac_prev=\$ac_option
d9898ee8 837 ac_prev=
838 continue
839 fi
840
dd184caf 841 case $ac_option in
b0322a85
CE
842 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
843 *=) ac_optarg= ;;
844 *) ac_optarg=yes ;;
dd184caf 845 esac
d9898ee8 846
847 # Accept the important Cygnus configure options, so we can diagnose typos.
848
dd184caf 849 case $ac_dashdash$ac_option in
850 --)
851 ac_dashdash=yes ;;
d9898ee8 852
853 -bindir | --bindir | --bindi | --bind | --bin | --bi)
854 ac_prev=bindir ;;
855 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
856 bindir=$ac_optarg ;;
857
858 -build | --build | --buil | --bui | --bu)
859 ac_prev=build_alias ;;
860 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
861 build_alias=$ac_optarg ;;
862
863 -cache-file | --cache-file | --cache-fil | --cache-fi \
864 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
865 ac_prev=cache_file ;;
866 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
867 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
868 cache_file=$ac_optarg ;;
869
870 --config-cache | -C)
871 cache_file=config.cache ;;
872
dd184caf 873 -datadir | --datadir | --datadi | --datad)
d9898ee8 874 ac_prev=datadir ;;
dd184caf 875 -datadir=* | --datadir=* | --datadi=* | --datad=*)
d9898ee8 876 datadir=$ac_optarg ;;
877
dd184caf 878 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
879 | --dataroo | --dataro | --datar)
880 ac_prev=datarootdir ;;
881 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
882 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
883 datarootdir=$ac_optarg ;;
884
d9898ee8 885 -disable-* | --disable-*)
8d138742 886 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
d9898ee8 887 # Reject names that are not valid shell variable names.
8d138742 888 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
b0322a85 889 as_fn_error $? "invalid feature name: $ac_useropt"
8d138742
CE
890 ac_useropt_orig=$ac_useropt
891 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
892 case $ac_user_opts in
893 *"
894"enable_$ac_useropt"
895"*) ;;
896 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
897 ac_unrecognized_sep=', ';;
898 esac
899 eval enable_$ac_useropt=no ;;
dd184caf 900
901 -docdir | --docdir | --docdi | --doc | --do)
902 ac_prev=docdir ;;
903 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
904 docdir=$ac_optarg ;;
905
906 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
907 ac_prev=dvidir ;;
908 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
909 dvidir=$ac_optarg ;;
d9898ee8 910
911 -enable-* | --enable-*)
8d138742 912 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
d9898ee8 913 # Reject names that are not valid shell variable names.
8d138742 914 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
b0322a85 915 as_fn_error $? "invalid feature name: $ac_useropt"
8d138742
CE
916 ac_useropt_orig=$ac_useropt
917 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
918 case $ac_user_opts in
919 *"
920"enable_$ac_useropt"
921"*) ;;
922 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
923 ac_unrecognized_sep=', ';;
924 esac
925 eval enable_$ac_useropt=\$ac_optarg ;;
d9898ee8 926
927 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
928 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
929 | --exec | --exe | --ex)
930 ac_prev=exec_prefix ;;
931 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
932 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
933 | --exec=* | --exe=* | --ex=*)
934 exec_prefix=$ac_optarg ;;
935
936 -gas | --gas | --ga | --g)
937 # Obsolete; use --with-gas.
938 with_gas=yes ;;
939
940 -help | --help | --hel | --he | -h)
941 ac_init_help=long ;;
942 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
943 ac_init_help=recursive ;;
944 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
945 ac_init_help=short ;;
946
947 -host | --host | --hos | --ho)
948 ac_prev=host_alias ;;
949 -host=* | --host=* | --hos=* | --ho=*)
950 host_alias=$ac_optarg ;;
951
dd184caf 952 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
953 ac_prev=htmldir ;;
954 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
955 | --ht=*)
956 htmldir=$ac_optarg ;;
957
d9898ee8 958 -includedir | --includedir | --includedi | --included | --include \
959 | --includ | --inclu | --incl | --inc)
960 ac_prev=includedir ;;
961 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
962 | --includ=* | --inclu=* | --incl=* | --inc=*)
963 includedir=$ac_optarg ;;
964
965 -infodir | --infodir | --infodi | --infod | --info | --inf)
966 ac_prev=infodir ;;
967 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
968 infodir=$ac_optarg ;;
969
970 -libdir | --libdir | --libdi | --libd)
971 ac_prev=libdir ;;
972 -libdir=* | --libdir=* | --libdi=* | --libd=*)
973 libdir=$ac_optarg ;;
974
975 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
976 | --libexe | --libex | --libe)
977 ac_prev=libexecdir ;;
978 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
979 | --libexe=* | --libex=* | --libe=*)
980 libexecdir=$ac_optarg ;;
981
dd184caf 982 -localedir | --localedir | --localedi | --localed | --locale)
983 ac_prev=localedir ;;
984 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
985 localedir=$ac_optarg ;;
986
d9898ee8 987 -localstatedir | --localstatedir | --localstatedi | --localstated \
dd184caf 988 | --localstate | --localstat | --localsta | --localst | --locals)
d9898ee8 989 ac_prev=localstatedir ;;
990 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
dd184caf 991 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
d9898ee8 992 localstatedir=$ac_optarg ;;
993
994 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
995 ac_prev=mandir ;;
996 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
997 mandir=$ac_optarg ;;
998
999 -nfp | --nfp | --nf)
1000 # Obsolete; use --without-fp.
1001 with_fp=no ;;
1002
1003 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1004 | --no-cr | --no-c | -n)
1005 no_create=yes ;;
1006
1007 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1008 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1009 no_recursion=yes ;;
1010
1011 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1012 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1013 | --oldin | --oldi | --old | --ol | --o)
1014 ac_prev=oldincludedir ;;
1015 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1016 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1017 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1018 oldincludedir=$ac_optarg ;;
1019
1020 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1021 ac_prev=prefix ;;
1022 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1023 prefix=$ac_optarg ;;
1024
1025 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1026 | --program-pre | --program-pr | --program-p)
1027 ac_prev=program_prefix ;;
1028 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1029 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1030 program_prefix=$ac_optarg ;;
1031
1032 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1033 | --program-suf | --program-su | --program-s)
1034 ac_prev=program_suffix ;;
1035 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1036 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1037 program_suffix=$ac_optarg ;;
1038
1039 -program-transform-name | --program-transform-name \
1040 | --program-transform-nam | --program-transform-na \
1041 | --program-transform-n | --program-transform- \
1042 | --program-transform | --program-transfor \
1043 | --program-transfo | --program-transf \
1044 | --program-trans | --program-tran \
1045 | --progr-tra | --program-tr | --program-t)
1046 ac_prev=program_transform_name ;;
1047 -program-transform-name=* | --program-transform-name=* \
1048 | --program-transform-nam=* | --program-transform-na=* \
1049 | --program-transform-n=* | --program-transform-=* \
1050 | --program-transform=* | --program-transfor=* \
1051 | --program-transfo=* | --program-transf=* \
1052 | --program-trans=* | --program-tran=* \
1053 | --progr-tra=* | --program-tr=* | --program-t=*)
1054 program_transform_name=$ac_optarg ;;
1055
dd184caf 1056 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1057 ac_prev=pdfdir ;;
1058 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1059 pdfdir=$ac_optarg ;;
1060
1061 -psdir | --psdir | --psdi | --psd | --ps)
1062 ac_prev=psdir ;;
1063 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1064 psdir=$ac_optarg ;;
1065
d9898ee8 1066 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1067 | -silent | --silent | --silen | --sile | --sil)
1068 silent=yes ;;
1069
1070 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1071 ac_prev=sbindir ;;
1072 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1073 | --sbi=* | --sb=*)
1074 sbindir=$ac_optarg ;;
1075
1076 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1077 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1078 | --sharedst | --shareds | --shared | --share | --shar \
1079 | --sha | --sh)
1080 ac_prev=sharedstatedir ;;
1081 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1082 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1083 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1084 | --sha=* | --sh=*)
1085 sharedstatedir=$ac_optarg ;;
1086
1087 -site | --site | --sit)
1088 ac_prev=site ;;
1089 -site=* | --site=* | --sit=*)
1090 site=$ac_optarg ;;
1091
1092 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1093 ac_prev=srcdir ;;
1094 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1095 srcdir=$ac_optarg ;;
1096
1097 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1098 | --syscon | --sysco | --sysc | --sys | --sy)
1099 ac_prev=sysconfdir ;;
1100 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1101 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1102 sysconfdir=$ac_optarg ;;
1103
1104 -target | --target | --targe | --targ | --tar | --ta | --t)
1105 ac_prev=target_alias ;;
1106 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1107 target_alias=$ac_optarg ;;
1108
1109 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1110 verbose=yes ;;
1111
1112 -version | --version | --versio | --versi | --vers | -V)
1113 ac_init_version=: ;;
1114
1115 -with-* | --with-*)
8d138742 1116 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
d9898ee8 1117 # Reject names that are not valid shell variable names.
8d138742 1118 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
b0322a85 1119 as_fn_error $? "invalid package name: $ac_useropt"
8d138742
CE
1120 ac_useropt_orig=$ac_useropt
1121 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1122 case $ac_user_opts in
1123 *"
1124"with_$ac_useropt"
1125"*) ;;
1126 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1127 ac_unrecognized_sep=', ';;
1128 esac
1129 eval with_$ac_useropt=\$ac_optarg ;;
d9898ee8 1130
1131 -without-* | --without-*)
8d138742 1132 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
d9898ee8 1133 # Reject names that are not valid shell variable names.
8d138742 1134 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
b0322a85 1135 as_fn_error $? "invalid package name: $ac_useropt"
8d138742
CE
1136 ac_useropt_orig=$ac_useropt
1137 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1138 case $ac_user_opts in
1139 *"
1140"with_$ac_useropt"
1141"*) ;;
1142 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1143 ac_unrecognized_sep=', ';;
1144 esac
1145 eval with_$ac_useropt=no ;;
d9898ee8 1146
1147 --x)
1148 # Obsolete; use --with-x.
1149 with_x=yes ;;
1150
1151 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1152 | --x-incl | --x-inc | --x-in | --x-i)
1153 ac_prev=x_includes ;;
1154 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1155 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1156 x_includes=$ac_optarg ;;
1157
1158 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1159 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1160 ac_prev=x_libraries ;;
1161 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1162 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1163 x_libraries=$ac_optarg ;;
1164
b0322a85
CE
1165 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1166Try \`$0 --help' for more information"
d9898ee8 1167 ;;
1168
1169 *=*)
1170 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1171 # Reject names that are not valid shell variable names.
b0322a85
CE
1172 case $ac_envvar in #(
1173 '' | [0-9]* | *[!_$as_cr_alnum]* )
1174 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1175 esac
dd184caf 1176 eval $ac_envvar=\$ac_optarg
d9898ee8 1177 export $ac_envvar ;;
1178
1179 *)
1180 # FIXME: should be removed in autoconf 3.0.
8d138742 1181 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
d9898ee8 1182 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
8d138742 1183 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
b0322a85 1184 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
d9898ee8 1185 ;;
1186
1187 esac
1188done
1189
1190if test -n "$ac_prev"; then
1191 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
b0322a85 1192 as_fn_error $? "missing argument to $ac_option"
d9898ee8 1193fi
1194
8d138742
CE
1195if test -n "$ac_unrecognized_opts"; then
1196 case $enable_option_checking in
1197 no) ;;
b0322a85 1198 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
8d138742
CE
1199 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1200 esac
1201fi
1202
1203# Check all directory arguments for consistency.
dd184caf 1204for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1205 datadir sysconfdir sharedstatedir localstatedir includedir \
1206 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1207 libdir localedir mandir
d9898ee8 1208do
dd184caf 1209 eval ac_val=\$$ac_var
8d138742
CE
1210 # Remove trailing slashes.
1211 case $ac_val in
1212 */ )
1213 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1214 eval $ac_var=\$ac_val;;
1215 esac
1216 # Be sure to have absolute directory names.
d9898ee8 1217 case $ac_val in
dd184caf 1218 [\\/$]* | ?:[\\/]* ) continue;;
1219 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
d9898ee8 1220 esac
b0322a85 1221 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
d9898ee8 1222done
1223
1224# There might be people who depend on the old broken behavior: `$host'
1225# used to hold the argument of --host etc.
1226# FIXME: To remove some day.
1227build=$build_alias
1228host=$host_alias
1229target=$target_alias
1230
1231# FIXME: To remove some day.
1232if test "x$host_alias" != x; then
1233 if test "x$build_alias" = x; then
1234 cross_compiling=maybe
d9898ee8 1235 elif test "x$build_alias" != "x$host_alias"; then
1236 cross_compiling=yes
1237 fi
1238fi
1239
1240ac_tool_prefix=
1241test -n "$host_alias" && ac_tool_prefix=$host_alias-
1242
1243test "$silent" = yes && exec 6>/dev/null
1244
1245
dd184caf 1246ac_pwd=`pwd` && test -n "$ac_pwd" &&
1247ac_ls_di=`ls -di .` &&
1248ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
b0322a85 1249 as_fn_error $? "working directory cannot be determined"
dd184caf 1250test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
b0322a85 1251 as_fn_error $? "pwd does not report name of working directory"
dd184caf 1252
1253
d9898ee8 1254# Find the source files, if location was not specified.
1255if test -z "$srcdir"; then
1256 ac_srcdir_defaulted=yes
dd184caf 1257 # Try the directory containing this script, then the parent directory.
8d138742
CE
1258 ac_confdir=`$as_dirname -- "$as_myself" ||
1259$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1260 X"$as_myself" : 'X\(//\)[^/]' \| \
1261 X"$as_myself" : 'X\(//\)$' \| \
1262 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1263$as_echo X"$as_myself" |
dd184caf 1264 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1265 s//\1/
1266 q
1267 }
1268 /^X\(\/\/\)[^/].*/{
1269 s//\1/
1270 q
1271 }
1272 /^X\(\/\/\)$/{
1273 s//\1/
1274 q
1275 }
1276 /^X\(\/\).*/{
1277 s//\1/
1278 q
1279 }
1280 s/.*/./; q'`
d9898ee8 1281 srcdir=$ac_confdir
dd184caf 1282 if test ! -r "$srcdir/$ac_unique_file"; then
d9898ee8 1283 srcdir=..
1284 fi
1285else
1286 ac_srcdir_defaulted=no
1287fi
dd184caf 1288if test ! -r "$srcdir/$ac_unique_file"; then
1289 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
b0322a85 1290 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
d9898ee8 1291fi
dd184caf 1292ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1293ac_abs_confdir=`(
b0322a85 1294 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
dd184caf 1295 pwd)`
1296# When building in place, set srcdir=.
1297if test "$ac_abs_confdir" = "$ac_pwd"; then
1298 srcdir=.
1299fi
1300# Remove unnecessary trailing slashes from srcdir.
1301# Double slashes in file names in object file debugging info
1302# mess up M-x gdb in Emacs.
1303case $srcdir in
1304*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1305esac
1306for ac_var in $ac_precious_vars; do
1307 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1308 eval ac_env_${ac_var}_value=\$${ac_var}
1309 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1310 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1311done
d9898ee8 1312
1313#
1314# Report the --help message.
1315#
1316if test "$ac_init_help" = "long"; then
1317 # Omit some internal or obsolete options to make the list less imposing.
1318 # This message is too long to be a string in the A/UX 3.1 sh.
1319 cat <<_ACEOF
1320\`configure' configures makedat 0.60 to adapt to many kinds of systems.
1321
1322Usage: $0 [OPTION]... [VAR=VALUE]...
1323
1324To assign environment variables (e.g., CC, CFLAGS...), specify them as
1325VAR=VALUE. See below for descriptions of some of the useful variables.
1326
1327Defaults for the options are specified in brackets.
1328
1329Configuration:
1330 -h, --help display this help and exit
1331 --help=short display options specific to this package
1332 --help=recursive display the short help of all the included packages
1333 -V, --version display version information and exit
b0322a85 1334 -q, --quiet, --silent do not print \`checking ...' messages
d9898ee8 1335 --cache-file=FILE cache test results in FILE [disabled]
1336 -C, --config-cache alias for \`--cache-file=config.cache'
1337 -n, --no-create do not create output files
1338 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1339
d9898ee8 1340Installation directories:
1341 --prefix=PREFIX install architecture-independent files in PREFIX
8d138742 1342 [$ac_default_prefix]
d9898ee8 1343 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
8d138742 1344 [PREFIX]
d9898ee8 1345
1346By default, \`make install' will install all the files in
1347\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1348an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1349for instance \`--prefix=\$HOME'.
1350
1351For better control, use the options below.
1352
1353Fine tuning of the installation directories:
8d138742
CE
1354 --bindir=DIR user executables [EPREFIX/bin]
1355 --sbindir=DIR system admin executables [EPREFIX/sbin]
1356 --libexecdir=DIR program executables [EPREFIX/libexec]
1357 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1358 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1359 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1360 --libdir=DIR object code libraries [EPREFIX/lib]
1361 --includedir=DIR C header files [PREFIX/include]
1362 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1363 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1364 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1365 --infodir=DIR info documentation [DATAROOTDIR/info]
1366 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1367 --mandir=DIR man documentation [DATAROOTDIR/man]
1368 --docdir=DIR documentation root [DATAROOTDIR/doc/makedat]
1369 --htmldir=DIR html documentation [DOCDIR]
1370 --dvidir=DIR dvi documentation [DOCDIR]
1371 --pdfdir=DIR pdf documentation [DOCDIR]
1372 --psdir=DIR ps documentation [DOCDIR]
d9898ee8 1373_ACEOF
1374
b0322a85
CE
1375 cat <<\_ACEOF
1376
1377Program names:
1378 --program-prefix=PREFIX prepend PREFIX to installed program names
1379 --program-suffix=SUFFIX append SUFFIX to installed program names
1380 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1381
1382System types:
1383 --build=BUILD configure for building on BUILD [guessed]
1384 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1385_ACEOF
1386fi
1387
1388if test -n "$ac_init_help"; then
1389 case $ac_init_help in
1390 short | recursive ) echo "Configuration of makedat 0.60:";;
1391 esac
1392 cat <<\_ACEOF
1393
1394Optional Features:
1395 --disable-option-checking ignore unrecognized --enable/--with options
1396 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1397 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1398 --enable-silent-rules less verbose build output (undo: "make V=1")
1399 --disable-silent-rules verbose build output (undo: "make V=0")
1400 --enable-dependency-tracking
1401 do not reject slow dependency extractors
1402 --disable-dependency-tracking
1403 speeds up one-time build
1404 --enable-shared[=PKGS] build shared libraries [default=yes]
1405 --enable-static[=PKGS] build static libraries [default=yes]
1406 --enable-fast-install[=PKGS]
1407 optimize for fast installation [default=yes]
1408 --disable-libtool-lock avoid locking (might break parallel builds)
1409 --disable-largefile omit support for large files
1410
1411Optional Packages:
1412 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1413 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1414 --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
1415 both]
1416 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1417 --with-sysroot=DIR Search for dependent libraries within DIR
1418 (or the compiler's sysroot if not specified).
1419 --with-makedatprog=filename Installed location and name of makedatprog
1420
1421Some influential environment variables:
1422 CC C compiler command
1423 CFLAGS C compiler flags
1424 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1425 nonstandard directory <lib dir>
1426 LIBS libraries to pass to the linker, e.g. -l<library>
1427 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1428 you have headers in a nonstandard directory <include dir>
1429 CPP C preprocessor
1430
1431Use these variables to override the choices made by `configure' or to help
1432it to find libraries and programs with nonstandard names/locations.
1433
1434Report bugs to <courier-users@lists.sourceforge.net>.
1435_ACEOF
1436ac_status=$?
1437fi
1438
1439if test "$ac_init_help" = "recursive"; then
1440 # If there are subdirs, report their specific --help.
1441 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1442 test -d "$ac_dir" ||
1443 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1444 continue
1445 ac_builddir=.
1446
1447case "$ac_dir" in
1448.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1449*)
1450 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1451 # A ".." for each directory in $ac_dir_suffix.
1452 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1453 case $ac_top_builddir_sub in
1454 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1455 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1456 esac ;;
1457esac
1458ac_abs_top_builddir=$ac_pwd
1459ac_abs_builddir=$ac_pwd$ac_dir_suffix
1460# for backward compatibility:
1461ac_top_builddir=$ac_top_build_prefix
1462
1463case $srcdir in
1464 .) # We are building in place.
1465 ac_srcdir=.
1466 ac_top_srcdir=$ac_top_builddir_sub
1467 ac_abs_top_srcdir=$ac_pwd ;;
1468 [\\/]* | ?:[\\/]* ) # Absolute name.
1469 ac_srcdir=$srcdir$ac_dir_suffix;
1470 ac_top_srcdir=$srcdir
1471 ac_abs_top_srcdir=$srcdir ;;
1472 *) # Relative name.
1473 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1474 ac_top_srcdir=$ac_top_build_prefix$srcdir
1475 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1476esac
1477ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1478
1479 cd "$ac_dir" || { ac_status=$?; continue; }
1480 # Check for guested configure.
1481 if test -f "$ac_srcdir/configure.gnu"; then
1482 echo &&
1483 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1484 elif test -f "$ac_srcdir/configure"; then
1485 echo &&
1486 $SHELL "$ac_srcdir/configure" --help=recursive
1487 else
1488 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1489 fi || ac_status=$?
1490 cd "$ac_pwd" || { ac_status=$?; break; }
1491 done
1492fi
1493
1494test -n "$ac_init_help" && exit $ac_status
1495if $ac_init_version; then
1496 cat <<\_ACEOF
1497makedat configure 0.60
1498generated by GNU Autoconf 2.69
1499
1500Copyright (C) 2012 Free Software Foundation, Inc.
1501This configure script is free software; the Free Software Foundation
1502gives unlimited permission to copy, distribute and modify it.
1503_ACEOF
1504 exit
1505fi
1506
1507## ------------------------ ##
1508## Autoconf initialization. ##
1509## ------------------------ ##
1510
1511# ac_fn_c_try_compile LINENO
1512# --------------------------
1513# Try to compile conftest.$ac_ext, and return whether this succeeded.
1514ac_fn_c_try_compile ()
1515{
1516 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1517 rm -f conftest.$ac_objext
1518 if { { ac_try="$ac_compile"
1519case "(($ac_try" in
1520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1521 *) ac_try_echo=$ac_try;;
1522esac
1523eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1524$as_echo "$ac_try_echo"; } >&5
1525 (eval "$ac_compile") 2>conftest.err
1526 ac_status=$?
1527 if test -s conftest.err; then
1528 grep -v '^ *+' conftest.err >conftest.er1
1529 cat conftest.er1 >&5
1530 mv -f conftest.er1 conftest.err
1531 fi
1532 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1533 test $ac_status = 0; } && {
1534 test -z "$ac_c_werror_flag" ||
1535 test ! -s conftest.err
1536 } && test -s conftest.$ac_objext; then :
1537 ac_retval=0
1538else
1539 $as_echo "$as_me: failed program was:" >&5
1540sed 's/^/| /' conftest.$ac_ext >&5
1541
1542 ac_retval=1
1543fi
1544 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1545 as_fn_set_status $ac_retval
1546
1547} # ac_fn_c_try_compile
1548
1549# ac_fn_c_try_link LINENO
1550# -----------------------
1551# Try to link conftest.$ac_ext, and return whether this succeeded.
1552ac_fn_c_try_link ()
1553{
1554 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1555 rm -f conftest.$ac_objext conftest$ac_exeext
1556 if { { ac_try="$ac_link"
1557case "(($ac_try" in
1558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1559 *) ac_try_echo=$ac_try;;
1560esac
1561eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1562$as_echo "$ac_try_echo"; } >&5
1563 (eval "$ac_link") 2>conftest.err
1564 ac_status=$?
1565 if test -s conftest.err; then
1566 grep -v '^ *+' conftest.err >conftest.er1
1567 cat conftest.er1 >&5
1568 mv -f conftest.er1 conftest.err
1569 fi
1570 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1571 test $ac_status = 0; } && {
1572 test -z "$ac_c_werror_flag" ||
1573 test ! -s conftest.err
1574 } && test -s conftest$ac_exeext && {
1575 test "$cross_compiling" = yes ||
1576 test -x conftest$ac_exeext
1577 }; then :
1578 ac_retval=0
1579else
1580 $as_echo "$as_me: failed program was:" >&5
1581sed 's/^/| /' conftest.$ac_ext >&5
1582
1583 ac_retval=1
1584fi
1585 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1586 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1587 # interfere with the next link command; also delete a directory that is
1588 # left behind by Apple's compiler. We do this before executing the actions.
1589 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1590 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1591 as_fn_set_status $ac_retval
1592
1593} # ac_fn_c_try_link
1594
1595# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1596# -------------------------------------------------------
1597# Tests whether HEADER exists and can be compiled using the include files in
1598# INCLUDES, setting the cache variable VAR accordingly.
1599ac_fn_c_check_header_compile ()
1600{
1601 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1603$as_echo_n "checking for $2... " >&6; }
1604if eval \${$3+:} false; then :
1605 $as_echo_n "(cached) " >&6
1606else
1607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1608/* end confdefs.h. */
1609$4
1610#include <$2>
1611_ACEOF
1612if ac_fn_c_try_compile "$LINENO"; then :
1613 eval "$3=yes"
1614else
1615 eval "$3=no"
1616fi
1617rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1618fi
1619eval ac_res=\$$3
1620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1621$as_echo "$ac_res" >&6; }
1622 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1623
1624} # ac_fn_c_check_header_compile
1625
1626# ac_fn_c_try_cpp LINENO
1627# ----------------------
1628# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1629ac_fn_c_try_cpp ()
1630{
1631 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1632 if { { ac_try="$ac_cpp conftest.$ac_ext"
1633case "(($ac_try" in
1634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1635 *) ac_try_echo=$ac_try;;
1636esac
1637eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1638$as_echo "$ac_try_echo"; } >&5
1639 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1640 ac_status=$?
1641 if test -s conftest.err; then
1642 grep -v '^ *+' conftest.err >conftest.er1
1643 cat conftest.er1 >&5
1644 mv -f conftest.er1 conftest.err
1645 fi
1646 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1647 test $ac_status = 0; } > conftest.i && {
1648 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1649 test ! -s conftest.err
1650 }; then :
1651 ac_retval=0
1652else
1653 $as_echo "$as_me: failed program was:" >&5
1654sed 's/^/| /' conftest.$ac_ext >&5
1655
1656 ac_retval=1
1657fi
1658 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1659 as_fn_set_status $ac_retval
1660
1661} # ac_fn_c_try_cpp
1662
1663# ac_fn_c_try_run LINENO
1664# ----------------------
1665# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1666# that executables *can* be run.
1667ac_fn_c_try_run ()
1668{
1669 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1670 if { { ac_try="$ac_link"
1671case "(($ac_try" in
1672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1673 *) ac_try_echo=$ac_try;;
1674esac
1675eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1676$as_echo "$ac_try_echo"; } >&5
1677 (eval "$ac_link") 2>&5
1678 ac_status=$?
1679 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1680 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1681 { { case "(($ac_try" in
1682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1683 *) ac_try_echo=$ac_try;;
1684esac
1685eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1686$as_echo "$ac_try_echo"; } >&5
1687 (eval "$ac_try") 2>&5
1688 ac_status=$?
1689 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1690 test $ac_status = 0; }; }; then :
1691 ac_retval=0
1692else
1693 $as_echo "$as_me: program exited with status $ac_status" >&5
1694 $as_echo "$as_me: failed program was:" >&5
1695sed 's/^/| /' conftest.$ac_ext >&5
1696
1697 ac_retval=$ac_status
1698fi
1699 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1700 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1701 as_fn_set_status $ac_retval
1702
1703} # ac_fn_c_try_run
1704
1705# ac_fn_c_check_func LINENO FUNC VAR
1706# ----------------------------------
1707# Tests whether FUNC exists, setting the cache variable VAR accordingly
1708ac_fn_c_check_func ()
1709{
1710 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1712$as_echo_n "checking for $2... " >&6; }
1713if eval \${$3+:} false; then :
1714 $as_echo_n "(cached) " >&6
1715else
1716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1717/* end confdefs.h. */
1718/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1719 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1720#define $2 innocuous_$2
1721
1722/* System header to define __stub macros and hopefully few prototypes,
1723 which can conflict with char $2 (); below.
1724 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1725 <limits.h> exists even on freestanding compilers. */
1726
1727#ifdef __STDC__
1728# include <limits.h>
1729#else
1730# include <assert.h>
1731#endif
1732
1733#undef $2
d9898ee8 1734
b0322a85
CE
1735/* Override any GCC internal prototype to avoid an error.
1736 Use char because int might match the return type of a GCC
1737 builtin and then its argument prototype would still apply. */
1738#ifdef __cplusplus
1739extern "C"
1740#endif
1741char $2 ();
1742/* The GNU C library defines this for functions which it implements
1743 to always fail with ENOSYS. Some functions are actually named
1744 something starting with __ and the normal name is an alias. */
1745#if defined __stub_$2 || defined __stub___$2
1746choke me
1747#endif
d9898ee8 1748
b0322a85
CE
1749int
1750main ()
1751{
1752return $2 ();
1753 ;
1754 return 0;
1755}
d9898ee8 1756_ACEOF
b0322a85
CE
1757if ac_fn_c_try_link "$LINENO"; then :
1758 eval "$3=yes"
1759else
1760 eval "$3=no"
d9898ee8 1761fi
b0322a85
CE
1762rm -f core conftest.err conftest.$ac_objext \
1763 conftest$ac_exeext conftest.$ac_ext
1764fi
1765eval ac_res=\$$3
1766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1767$as_echo "$ac_res" >&6; }
1768 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
d9898ee8 1769
b0322a85 1770} # ac_fn_c_check_func
d9898ee8 1771
b0322a85
CE
1772# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1773# -------------------------------------------------------
1774# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1775# the include files in INCLUDES and setting the cache variable VAR
1776# accordingly.
1777ac_fn_c_check_header_mongrel ()
1778{
1779 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1780 if eval \${$3+:} false; then :
1781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1782$as_echo_n "checking for $2... " >&6; }
1783if eval \${$3+:} false; then :
1784 $as_echo_n "(cached) " >&6
1785fi
1786eval ac_res=\$$3
1787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1788$as_echo "$ac_res" >&6; }
1789else
1790 # Is the header compilable?
1791{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1792$as_echo_n "checking $2 usability... " >&6; }
1793cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1794/* end confdefs.h. */
1795$4
1796#include <$2>
d9898ee8 1797_ACEOF
b0322a85
CE
1798if ac_fn_c_try_compile "$LINENO"; then :
1799 ac_header_compiler=yes
1800else
1801 ac_header_compiler=no
d9898ee8 1802fi
b0322a85
CE
1803rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1804{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1805$as_echo "$ac_header_compiler" >&6; }
d9898ee8 1806
b0322a85
CE
1807# Is the header present?
1808{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1809$as_echo_n "checking $2 presence... " >&6; }
1810cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1811/* end confdefs.h. */
1812#include <$2>
1813_ACEOF
1814if ac_fn_c_try_cpp "$LINENO"; then :
1815 ac_header_preproc=yes
1816else
1817 ac_header_preproc=no
1818fi
1819rm -f conftest.err conftest.i conftest.$ac_ext
1820{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1821$as_echo "$ac_header_preproc" >&6; }
d9898ee8 1822
b0322a85
CE
1823# So? What about this header?
1824case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1825 yes:no: )
1826 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1827$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1828 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1829$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1830 ;;
1831 no:yes:* )
1832 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1833$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1834 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1835$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1836 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1837$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1838 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1839$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1840 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1841$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1842( $as_echo "## -------------------------------------------------- ##
1843## Report this to courier-users@lists.sourceforge.net ##
1844## -------------------------------------------------- ##"
1845 ) | sed "s/^/$as_me: WARNING: /" >&2
1846 ;;
d9898ee8 1847esac
b0322a85
CE
1848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1849$as_echo_n "checking for $2... " >&6; }
1850if eval \${$3+:} false; then :
1851 $as_echo_n "(cached) " >&6
1852else
1853 eval "$3=\$ac_header_compiler"
d9898ee8 1854fi
b0322a85
CE
1855eval ac_res=\$$3
1856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1857$as_echo "$ac_res" >&6; }
d9898ee8 1858fi
b0322a85
CE
1859 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1860
1861} # ac_fn_c_check_header_mongrel
dd184caf 1862cat >config.log <<_ACEOF
d9898ee8 1863This file contains any messages produced by compilers while
1864running configure, to aid debugging if configure makes a mistake.
1865
1866It was created by makedat $as_me 0.60, which was
b0322a85 1867generated by GNU Autoconf 2.69. Invocation command line was
d9898ee8 1868
1869 $ $0 $@
1870
1871_ACEOF
dd184caf 1872exec 5>>config.log
d9898ee8 1873{
1874cat <<_ASUNAME
1875## --------- ##
1876## Platform. ##
1877## --------- ##
1878
1879hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1880uname -m = `(uname -m) 2>/dev/null || echo unknown`
1881uname -r = `(uname -r) 2>/dev/null || echo unknown`
1882uname -s = `(uname -s) 2>/dev/null || echo unknown`
1883uname -v = `(uname -v) 2>/dev/null || echo unknown`
1884
1885/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1886/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1887
1888/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1889/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1890/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
dd184caf 1891/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
d9898ee8 1892/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1893/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1894/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1895
1896_ASUNAME
1897
1898as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1899for as_dir in $PATH
1900do
1901 IFS=$as_save_IFS
1902 test -z "$as_dir" && as_dir=.
b0322a85
CE
1903 $as_echo "PATH: $as_dir"
1904 done
dd184caf 1905IFS=$as_save_IFS
d9898ee8 1906
1907} >&5
1908
1909cat >&5 <<_ACEOF
1910
1911
1912## ----------- ##
1913## Core tests. ##
1914## ----------- ##
1915
1916_ACEOF
1917
1918
1919# Keep a trace of the command line.
1920# Strip out --no-create and --no-recursion so they do not pile up.
1921# Strip out --silent because we don't want to record it for future runs.
1922# Also quote any args containing shell meta-characters.
1923# Make two passes to allow for proper duplicate-argument suppression.
1924ac_configure_args=
1925ac_configure_args0=
1926ac_configure_args1=
d9898ee8 1927ac_must_keep_next=false
1928for ac_pass in 1 2
1929do
1930 for ac_arg
1931 do
1932 case $ac_arg in
1933 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1934 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1935 | -silent | --silent | --silen | --sile | --sil)
1936 continue ;;
dd184caf 1937 *\'*)
8d138742 1938 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
d9898ee8 1939 esac
1940 case $ac_pass in
b0322a85 1941 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
d9898ee8 1942 2)
b0322a85 1943 as_fn_append ac_configure_args1 " '$ac_arg'"
d9898ee8 1944 if test $ac_must_keep_next = true; then
1945 ac_must_keep_next=false # Got value, back to normal.
1946 else
1947 case $ac_arg in
1948 *=* | --config-cache | -C | -disable-* | --disable-* \
1949 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1950 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1951 | -with-* | --with-* | -without-* | --without-* | --x)
1952 case "$ac_configure_args0 " in
1953 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1954 esac
1955 ;;
1956 -* ) ac_must_keep_next=true ;;
1957 esac
1958 fi
b0322a85 1959 as_fn_append ac_configure_args " '$ac_arg'"
d9898ee8 1960 ;;
1961 esac
1962 done
1963done
b0322a85
CE
1964{ ac_configure_args0=; unset ac_configure_args0;}
1965{ ac_configure_args1=; unset ac_configure_args1;}
d9898ee8 1966
1967# When interrupted or exit'd, cleanup temporary files, and complete
1968# config.log. We remove comments because anyway the quotes in there
1969# would cause problems or look ugly.
dd184caf 1970# WARNING: Use '\'' to represent an apostrophe within the trap.
1971# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
d9898ee8 1972trap 'exit_status=$?
1973 # Save into config.log some information that might help in debugging.
1974 {
1975 echo
1976
b0322a85 1977 $as_echo "## ---------------- ##
d9898ee8 1978## Cache variables. ##
b0322a85 1979## ---------------- ##"
d9898ee8 1980 echo
1981 # The following way of writing the cache mishandles newlines in values,
dd184caf 1982(
1983 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1984 eval ac_val=\$$ac_var
1985 case $ac_val in #(
1986 *${as_nl}*)
1987 case $ac_var in #(
b0322a85 1988 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
8d138742 1989$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
dd184caf 1990 esac
1991 case $ac_var in #(
1992 _ | IFS | as_nl) ;; #(
8d138742 1993 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
b0322a85 1994 *) { eval $ac_var=; unset $ac_var;} ;;
dd184caf 1995 esac ;;
1996 esac
1997 done
d9898ee8 1998 (set) 2>&1 |
dd184caf 1999 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2000 *${as_nl}ac_space=\ *)
d9898ee8 2001 sed -n \
dd184caf 2002 "s/'\''/'\''\\\\'\'''\''/g;
2003 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2004 ;; #(
d9898ee8 2005 *)
dd184caf 2006 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
d9898ee8 2007 ;;
dd184caf 2008 esac |
2009 sort
2010)
d9898ee8 2011 echo
2012
b0322a85 2013 $as_echo "## ----------------- ##
d9898ee8 2014## Output variables. ##
b0322a85 2015## ----------------- ##"
d9898ee8 2016 echo
2017 for ac_var in $ac_subst_vars
2018 do
dd184caf 2019 eval ac_val=\$$ac_var
2020 case $ac_val in
8d138742 2021 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
dd184caf 2022 esac
8d138742 2023 $as_echo "$ac_var='\''$ac_val'\''"
d9898ee8 2024 done | sort
2025 echo
2026
2027 if test -n "$ac_subst_files"; then
b0322a85 2028 $as_echo "## ------------------- ##
dd184caf 2029## File substitutions. ##
b0322a85 2030## ------------------- ##"
d9898ee8 2031 echo
2032 for ac_var in $ac_subst_files
2033 do
dd184caf 2034 eval ac_val=\$$ac_var
2035 case $ac_val in
8d138742 2036 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
dd184caf 2037 esac
8d138742 2038 $as_echo "$ac_var='\''$ac_val'\''"
d9898ee8 2039 done | sort
2040 echo
2041 fi
2042
2043 if test -s confdefs.h; then
b0322a85 2044 $as_echo "## ----------- ##
d9898ee8 2045## confdefs.h. ##
b0322a85 2046## ----------- ##"
d9898ee8 2047 echo
dd184caf 2048 cat confdefs.h
d9898ee8 2049 echo
2050 fi
2051 test "$ac_signal" != 0 &&
8d138742
CE
2052 $as_echo "$as_me: caught signal $ac_signal"
2053 $as_echo "$as_me: exit $exit_status"
d9898ee8 2054 } >&5
dd184caf 2055 rm -f core *.core core.conftest.* &&
2056 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
d9898ee8 2057 exit $exit_status
dd184caf 2058' 0
d9898ee8 2059for ac_signal in 1 2 13 15; do
b0322a85 2060 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
d9898ee8 2061done
2062ac_signal=0
2063
2064# confdefs.h avoids OS command line length limits that DEFS can exceed.
dd184caf 2065rm -f -r conftest* confdefs.h
d9898ee8 2066
b0322a85
CE
2067$as_echo "/* confdefs.h */" > confdefs.h
2068
d9898ee8 2069# Predefined preprocessor variables.
2070
2071cat >>confdefs.h <<_ACEOF
2072#define PACKAGE_NAME "$PACKAGE_NAME"
2073_ACEOF
2074
d9898ee8 2075cat >>confdefs.h <<_ACEOF
2076#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2077_ACEOF
2078
d9898ee8 2079cat >>confdefs.h <<_ACEOF
2080#define PACKAGE_VERSION "$PACKAGE_VERSION"
2081_ACEOF
2082
d9898ee8 2083cat >>confdefs.h <<_ACEOF
2084#define PACKAGE_STRING "$PACKAGE_STRING"
2085_ACEOF
2086
d9898ee8 2087cat >>confdefs.h <<_ACEOF
2088#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2089_ACEOF
2090
b0322a85
CE
2091cat >>confdefs.h <<_ACEOF
2092#define PACKAGE_URL "$PACKAGE_URL"
2093_ACEOF
2094
d9898ee8 2095
2096# Let the site file select an alternate cache file if it wants to.
8d138742
CE
2097# Prefer an explicitly selected file to automatically selected ones.
2098ac_site_file1=NONE
2099ac_site_file2=NONE
dd184caf 2100if test -n "$CONFIG_SITE"; then
b0322a85
CE
2101 # We do not want a PATH search for config.site.
2102 case $CONFIG_SITE in #((
2103 -*) ac_site_file1=./$CONFIG_SITE;;
2104 */*) ac_site_file1=$CONFIG_SITE;;
2105 *) ac_site_file1=./$CONFIG_SITE;;
2106 esac
dd184caf 2107elif test "x$prefix" != xNONE; then
8d138742
CE
2108 ac_site_file1=$prefix/share/config.site
2109 ac_site_file2=$prefix/etc/config.site
dd184caf 2110else
8d138742
CE
2111 ac_site_file1=$ac_default_prefix/share/config.site
2112 ac_site_file2=$ac_default_prefix/etc/config.site
d9898ee8 2113fi
8d138742 2114for ac_site_file in "$ac_site_file1" "$ac_site_file2"
dd184caf 2115do
8d138742 2116 test "x$ac_site_file" = xNONE && continue
b0322a85
CE
2117 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2118 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
8d138742 2119$as_echo "$as_me: loading site script $ac_site_file" >&6;}
d9898ee8 2120 sed 's/^/| /' "$ac_site_file" >&5
b0322a85
CE
2121 . "$ac_site_file" \
2122 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2123$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2124as_fn_error $? "failed to load site script $ac_site_file
2125See \`config.log' for more details" "$LINENO" 5; }
d9898ee8 2126 fi
2127done
2128
2129if test -r "$cache_file"; then
b0322a85
CE
2130 # Some versions of bash will fail to source /dev/null (special files
2131 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2132 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2133 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
8d138742 2134$as_echo "$as_me: loading cache $cache_file" >&6;}
d9898ee8 2135 case $cache_file in
dd184caf 2136 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2137 *) . "./$cache_file";;
d9898ee8 2138 esac
2139 fi
2140else
b0322a85 2141 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
8d138742 2142$as_echo "$as_me: creating cache $cache_file" >&6;}
d9898ee8 2143 >$cache_file
2144fi
2145
2146# Check that the precious variables saved in the cache have kept the same
2147# value.
2148ac_cache_corrupted=false
dd184caf 2149for ac_var in $ac_precious_vars; do
d9898ee8 2150 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2151 eval ac_new_set=\$ac_env_${ac_var}_set
dd184caf 2152 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2153 eval ac_new_val=\$ac_env_${ac_var}_value
d9898ee8 2154 case $ac_old_set,$ac_new_set in
2155 set,)
b0322a85 2156 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
8d138742 2157$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
d9898ee8 2158 ac_cache_corrupted=: ;;
2159 ,set)
b0322a85 2160 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
8d138742 2161$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
d9898ee8 2162 ac_cache_corrupted=: ;;
2163 ,);;
2164 *)
2165 if test "x$ac_old_val" != "x$ac_new_val"; then
8d138742
CE
2166 # differences in whitespace do not lead to failure.
2167 ac_old_val_w=`echo x $ac_old_val`
2168 ac_new_val_w=`echo x $ac_new_val`
2169 if test "$ac_old_val_w" != "$ac_new_val_w"; then
b0322a85 2170 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
8d138742
CE
2171$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2172 ac_cache_corrupted=:
2173 else
b0322a85 2174 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
8d138742
CE
2175$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2176 eval $ac_var=\$ac_old_val
2177 fi
b0322a85 2178 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
8d138742 2179$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
b0322a85 2180 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
8d138742 2181$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
d9898ee8 2182 fi;;
2183 esac
2184 # Pass precious variables to config.status.
2185 if test "$ac_new_set" = set; then
2186 case $ac_new_val in
8d138742 2187 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
d9898ee8 2188 *) ac_arg=$ac_var=$ac_new_val ;;
2189 esac
2190 case " $ac_configure_args " in
2191 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
b0322a85 2192 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
d9898ee8 2193 esac
2194 fi
2195done
2196if $ac_cache_corrupted; then
b0322a85 2197 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8d138742 2198$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
b0322a85 2199 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
8d138742 2200$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
b0322a85 2201 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
d9898ee8 2202fi
b0322a85
CE
2203## -------------------- ##
2204## Main body of script. ##
2205## -------------------- ##
d9898ee8 2206
dd184caf 2207ac_ext=c
2208ac_cpp='$CPP $CPPFLAGS'
2209ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2210ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2211ac_compiler_gnu=$ac_cv_c_compiler_gnu
d9898ee8 2212
2213
2214
2215>confdefs.h # Kill PACKAGE_ macros
2216
2217
d9898ee8 2218ac_aux_dir=
b0322a85 2219for ac_dir in ../.. "$srcdir"/../..; do
dd184caf 2220 if test -f "$ac_dir/install-sh"; then
d9898ee8 2221 ac_aux_dir=$ac_dir
2222 ac_install_sh="$ac_aux_dir/install-sh -c"
2223 break
dd184caf 2224 elif test -f "$ac_dir/install.sh"; then
d9898ee8 2225 ac_aux_dir=$ac_dir
2226 ac_install_sh="$ac_aux_dir/install.sh -c"
2227 break
dd184caf 2228 elif test -f "$ac_dir/shtool"; then
d9898ee8 2229 ac_aux_dir=$ac_dir
2230 ac_install_sh="$ac_aux_dir/shtool install -c"
2231 break
2232 fi
2233done
2234if test -z "$ac_aux_dir"; then
b0322a85 2235 as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
d9898ee8 2236fi
dd184caf 2237
2238# These three variables are undocumented and unsupported,
2239# and are intended to be withdrawn in a future Autoconf release.
2240# They can cause serious problems if a builder's source tree is in a directory
2241# whose full name contains unusual characters.
2242ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2243ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2244ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2245
d9898ee8 2246
b0322a85
CE
2247am__api_version='1.13'
2248
d9898ee8 2249# Find a good install program. We prefer a C program (faster),
2250# so one script is as good as another. But avoid the broken or
2251# incompatible versions:
2252# SysV /etc/install, /usr/sbin/install
2253# SunOS /usr/etc/install
2254# IRIX /sbin/install
2255# AIX /bin/install
2256# AmigaOS /C/install, which installs bootblocks on floppy discs
2257# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2258# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2259# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2260# OS/2's system install, which has a completely different semantic
2261# ./install, which can be erroneously created by make from ./install.sh.
8d138742 2262# Reject install programs that cannot install multiple files.
b0322a85 2263{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
8d138742 2264$as_echo_n "checking for a BSD-compatible install... " >&6; }
d9898ee8 2265if test -z "$INSTALL"; then
b0322a85 2266if ${ac_cv_path_install+:} false; then :
8d138742 2267 $as_echo_n "(cached) " >&6
d9898ee8 2268else
2269 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2270for as_dir in $PATH
2271do
2272 IFS=$as_save_IFS
2273 test -z "$as_dir" && as_dir=.
b0322a85
CE
2274 # Account for people who put trailing slashes in PATH elements.
2275case $as_dir/ in #((
2276 ./ | .// | /[cC]/* | \
d9898ee8 2277 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
b0322a85 2278 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
d9898ee8 2279 /usr/ucb/* ) ;;
2280 *)
2281 # OSF1 and SCO ODT 3.0 have their own names for install.
2282 # Don't use installbsd from OSF since it installs stuff as root
2283 # by default.
2284 for ac_prog in ginstall scoinst install; do
2285 for ac_exec_ext in '' $ac_executable_extensions; do
b0322a85 2286 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
d9898ee8 2287 if test $ac_prog = install &&
2288 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2289 # AIX install. It has an incompatible calling convention.
2290 :
2291 elif test $ac_prog = install &&
2292 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2293 # program-specific install script used by HP pwplus--don't use.
2294 :
2295 else
8d138742
CE
2296 rm -rf conftest.one conftest.two conftest.dir
2297 echo one > conftest.one
2298 echo two > conftest.two
2299 mkdir conftest.dir
2300 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2301 test -s conftest.one && test -s conftest.two &&
2302 test -s conftest.dir/conftest.one &&
2303 test -s conftest.dir/conftest.two
2304 then
2305 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2306 break 3
2307 fi
d9898ee8 2308 fi
2309 fi
2310 done
2311 done
2312 ;;
2313esac
8d138742 2314
b0322a85 2315 done
dd184caf 2316IFS=$as_save_IFS
d9898ee8 2317
8d138742 2318rm -rf conftest.one conftest.two conftest.dir
d9898ee8 2319
2320fi
2321 if test "${ac_cv_path_install+set}" = set; then
2322 INSTALL=$ac_cv_path_install
2323 else
dd184caf 2324 # As a last resort, use the slow shell script. Don't cache a
2325 # value for INSTALL within a source directory, because that will
d9898ee8 2326 # break other packages using the cache if that directory is
dd184caf 2327 # removed, or if the value is a relative name.
d9898ee8 2328 INSTALL=$ac_install_sh
2329 fi
2330fi
b0322a85 2331{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
8d138742 2332$as_echo "$INSTALL" >&6; }
d9898ee8 2333
2334# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2335# It thinks the first close brace ends the variable substitution.
2336test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2337
2338test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2339
2340test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2341
b0322a85 2342{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
8d138742 2343$as_echo_n "checking whether build environment is sane... " >&6; }
8d138742
CE
2344# Reject unsafe characters in $srcdir or the absolute working directory
2345# name. Accept space and tab only in the latter.
2346am_lf='
2347'
2348case `pwd` in
2349 *[\\\"\#\$\&\'\`$am_lf]*)
b0322a85 2350 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
8d138742
CE
2351esac
2352case $srcdir in
2353 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
b0322a85 2354 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
8d138742
CE
2355esac
2356
b0322a85 2357# Do 'set' in a subshell so we don't clobber the current shell's
d9898ee8 2358# arguments. Must try -L first in case configure is actually a
2359# symlink; some systems play weird games with the mod time of symlinks
2360# (eg FreeBSD returns the mod time of the symlink's containing
2361# directory).
2362if (
b0322a85
CE
2363 am_has_slept=no
2364 for am_try in 1 2; do
2365 echo "timestamp, slept: $am_has_slept" > conftest.file
2366 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2367 if test "$*" = "X"; then
2368 # -L didn't work.
2369 set X `ls -t "$srcdir/configure" conftest.file`
2370 fi
2371 if test "$*" != "X $srcdir/configure conftest.file" \
2372 && test "$*" != "X conftest.file $srcdir/configure"; then
2373
2374 # If neither matched, then we have a broken ls. This can happen
2375 # if, for instance, CONFIG_SHELL is bash and it inherits a
2376 # broken ls alias from the environment. This has actually
2377 # happened. Such a system could not be considered "sane".
2378 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2379 alias in your environment" "$LINENO" 5
2380 fi
2381 if test "$2" = conftest.file || test $am_try -eq 2; then
2382 break
2383 fi
2384 # Just in case.
2385 sleep 1
2386 am_has_slept=yes
2387 done
d9898ee8 2388 test "$2" = conftest.file
2389 )
2390then
2391 # Ok.
2392 :
2393else
b0322a85
CE
2394 as_fn_error $? "newly created file is older than distributed files!
2395Check your system clock" "$LINENO" 5
d9898ee8 2396fi
b0322a85 2397{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8d138742 2398$as_echo "yes" >&6; }
b0322a85
CE
2399# If we didn't sleep, we still need to ensure time stamps of config.status and
2400# generated files are strictly newer.
2401am_sleep_pid=
2402if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2403 ( sleep 1 ) &
2404 am_sleep_pid=$!
2405fi
2406
2407rm -f conftest.file
2408
d9898ee8 2409test "$program_prefix" != NONE &&
dd184caf 2410 program_transform_name="s&^&$program_prefix&;$program_transform_name"
d9898ee8 2411# Use a double $ so make ignores it.
2412test "$program_suffix" != NONE &&
dd184caf 2413 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
8d138742 2414# Double any \ or $.
d9898ee8 2415# By default was `s,x,x', remove it if useless.
8d138742
CE
2416ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2417program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
d9898ee8 2418
2419# expand $ac_aux_dir to an absolute path
2420am_aux_dir=`cd $ac_aux_dir && pwd`
2421
8d138742
CE
2422if test x"${MISSING+set}" != xset; then
2423 case $am_aux_dir in
2424 *\ * | *\ *)
2425 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2426 *)
2427 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2428 esac
2429fi
d9898ee8 2430# Use eval to expand $SHELL
b0322a85
CE
2431if eval "$MISSING --is-lightweight"; then
2432 am_missing_run="$MISSING "
d9898ee8 2433else
2434 am_missing_run=
b0322a85
CE
2435 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2436$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
8d138742
CE
2437fi
2438
2439if test x"${install_sh}" != xset; then
2440 case $am_aux_dir in
2441 *\ * | *\ *)
2442 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2443 *)
2444 install_sh="\${SHELL} $am_aux_dir/install-sh"
2445 esac
2446fi
2447
b0322a85
CE
2448# Installed binaries are usually stripped using 'strip' when the user
2449# run "make install-strip". However 'strip' might not be the right
8d138742 2450# tool to use in cross-compilation environments, therefore Automake
b0322a85 2451# will honor the 'STRIP' environment variable to overrule this program.
8d138742
CE
2452if test "$cross_compiling" != no; then
2453 if test -n "$ac_tool_prefix"; then
2454 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2455set dummy ${ac_tool_prefix}strip; ac_word=$2
b0322a85 2456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 2457$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 2458if ${ac_cv_prog_STRIP+:} false; then :
8d138742
CE
2459 $as_echo_n "(cached) " >&6
2460else
2461 if test -n "$STRIP"; then
2462 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2463else
2464as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2465for as_dir in $PATH
2466do
2467 IFS=$as_save_IFS
2468 test -z "$as_dir" && as_dir=.
b0322a85
CE
2469 for ac_exec_ext in '' $ac_executable_extensions; do
2470 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 2471 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
b0322a85 2472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
2473 break 2
2474 fi
2475done
b0322a85 2476 done
8d138742
CE
2477IFS=$as_save_IFS
2478
2479fi
2480fi
2481STRIP=$ac_cv_prog_STRIP
2482if test -n "$STRIP"; then
b0322a85 2483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8d138742
CE
2484$as_echo "$STRIP" >&6; }
2485else
b0322a85 2486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
2487$as_echo "no" >&6; }
2488fi
2489
2490
2491fi
2492if test -z "$ac_cv_prog_STRIP"; then
2493 ac_ct_STRIP=$STRIP
2494 # Extract the first word of "strip", so it can be a program name with args.
2495set dummy strip; ac_word=$2
b0322a85 2496{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 2497$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 2498if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
8d138742
CE
2499 $as_echo_n "(cached) " >&6
2500else
2501 if test -n "$ac_ct_STRIP"; then
2502 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2503else
2504as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2505for as_dir in $PATH
2506do
2507 IFS=$as_save_IFS
2508 test -z "$as_dir" && as_dir=.
b0322a85
CE
2509 for ac_exec_ext in '' $ac_executable_extensions; do
2510 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 2511 ac_cv_prog_ac_ct_STRIP="strip"
b0322a85 2512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
2513 break 2
2514 fi
2515done
b0322a85 2516 done
8d138742
CE
2517IFS=$as_save_IFS
2518
2519fi
2520fi
2521ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2522if test -n "$ac_ct_STRIP"; then
b0322a85 2523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
8d138742
CE
2524$as_echo "$ac_ct_STRIP" >&6; }
2525else
b0322a85 2526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
2527$as_echo "no" >&6; }
2528fi
2529
2530 if test "x$ac_ct_STRIP" = x; then
2531 STRIP=":"
2532 else
2533 case $cross_compiling:$ac_tool_warned in
2534yes:)
b0322a85 2535{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742
CE
2536$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2537ac_tool_warned=yes ;;
2538esac
2539 STRIP=$ac_ct_STRIP
2540 fi
2541else
2542 STRIP="$ac_cv_prog_STRIP"
2543fi
2544
d9898ee8 2545fi
8d138742 2546INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
d9898ee8 2547
b0322a85 2548{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
8d138742 2549$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
dd184caf 2550if test -z "$MKDIR_P"; then
b0322a85 2551 if ${ac_cv_path_mkdir+:} false; then :
8d138742 2552 $as_echo_n "(cached) " >&6
dd184caf 2553else
2554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2555for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2556do
2557 IFS=$as_save_IFS
2558 test -z "$as_dir" && as_dir=.
b0322a85 2559 for ac_prog in mkdir gmkdir; do
dd184caf 2560 for ac_exec_ext in '' $ac_executable_extensions; do
b0322a85 2561 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
dd184caf 2562 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2563 'mkdir (GNU coreutils) '* | \
2564 'mkdir (coreutils) '* | \
2565 'mkdir (fileutils) '4.1*)
2566 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2567 break 3;;
2568 esac
2569 done
2570 done
b0322a85 2571 done
dd184caf 2572IFS=$as_save_IFS
2573
2574fi
2575
b0322a85 2576 test -d ./--version && rmdir ./--version
dd184caf 2577 if test "${ac_cv_path_mkdir+set}" = set; then
2578 MKDIR_P="$ac_cv_path_mkdir -p"
d9898ee8 2579 else
dd184caf 2580 # As a last resort, use the slow shell script. Don't cache a
2581 # value for MKDIR_P within a source directory, because that will
2582 # break other packages using the cache if that directory is
2583 # removed, or if the value is a relative name.
dd184caf 2584 MKDIR_P="$ac_install_sh -d"
d9898ee8 2585 fi
2586fi
b0322a85 2587{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
8d138742 2588$as_echo "$MKDIR_P" >&6; }
dd184caf 2589
d9898ee8 2590for ac_prog in gawk mawk nawk awk
2591do
2592 # Extract the first word of "$ac_prog", so it can be a program name with args.
2593set dummy $ac_prog; ac_word=$2
b0322a85 2594{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 2595$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 2596if ${ac_cv_prog_AWK+:} false; then :
8d138742 2597 $as_echo_n "(cached) " >&6
d9898ee8 2598else
2599 if test -n "$AWK"; then
2600 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2601else
2602as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2603for as_dir in $PATH
2604do
2605 IFS=$as_save_IFS
2606 test -z "$as_dir" && as_dir=.
b0322a85
CE
2607 for ac_exec_ext in '' $ac_executable_extensions; do
2608 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d9898ee8 2609 ac_cv_prog_AWK="$ac_prog"
b0322a85 2610 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 2611 break 2
2612 fi
2613done
b0322a85 2614 done
dd184caf 2615IFS=$as_save_IFS
d9898ee8 2616
2617fi
2618fi
2619AWK=$ac_cv_prog_AWK
2620if test -n "$AWK"; then
b0322a85 2621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
8d138742 2622$as_echo "$AWK" >&6; }
d9898ee8 2623else
b0322a85 2624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 2625$as_echo "no" >&6; }
d9898ee8 2626fi
2627
dd184caf 2628
d9898ee8 2629 test -n "$AWK" && break
2630done
2631
b0322a85 2632{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
8d138742
CE
2633$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2634set x ${MAKE-make}
2635ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
b0322a85 2636if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
8d138742 2637 $as_echo_n "(cached) " >&6
d9898ee8 2638else
2639 cat >conftest.make <<\_ACEOF
dd184caf 2640SHELL = /bin/sh
d9898ee8 2641all:
dd184caf 2642 @echo '@@@%%%=$(MAKE)=@@@%%%'
d9898ee8 2643_ACEOF
b0322a85 2644# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
dd184caf 2645case `${MAKE-make} -f conftest.make 2>/dev/null` in
2646 *@@@%%%=?*=@@@%%%*)
2647 eval ac_cv_prog_make_${ac_make}_set=yes;;
2648 *)
2649 eval ac_cv_prog_make_${ac_make}_set=no;;
2650esac
d9898ee8 2651rm -f conftest.make
2652fi
dd184caf 2653if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
b0322a85 2654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8d138742 2655$as_echo "yes" >&6; }
d9898ee8 2656 SET_MAKE=
2657else
b0322a85 2658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 2659$as_echo "no" >&6; }
d9898ee8 2660 SET_MAKE="MAKE=${MAKE-make}"
2661fi
2662
2663rm -rf .tst 2>/dev/null
2664mkdir .tst 2>/dev/null
2665if test -d .tst; then
2666 am__leading_dot=.
2667else
2668 am__leading_dot=_
2669fi
2670rmdir .tst 2>/dev/null
2671
b0322a85
CE
2672# Check whether --enable-silent-rules was given.
2673if test "${enable_silent_rules+set}" = set; then :
2674 enableval=$enable_silent_rules;
2675fi
2676
2677case $enable_silent_rules in # (((
2678 yes) AM_DEFAULT_VERBOSITY=0;;
2679 no) AM_DEFAULT_VERBOSITY=1;;
2680 *) AM_DEFAULT_VERBOSITY=1;;
2681esac
2682am_make=${MAKE-make}
2683{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2684$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2685if ${am_cv_make_support_nested_variables+:} false; then :
2686 $as_echo_n "(cached) " >&6
2687else
2688 if $as_echo 'TRUE=$(BAR$(V))
2689BAR0=false
2690BAR1=true
2691V=1
2692am__doit:
2693 @$(TRUE)
2694.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2695 am_cv_make_support_nested_variables=yes
2696else
2697 am_cv_make_support_nested_variables=no
2698fi
2699fi
2700{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2701$as_echo "$am_cv_make_support_nested_variables" >&6; }
2702if test $am_cv_make_support_nested_variables = yes; then
2703 AM_V='$(V)'
2704 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2705else
2706 AM_V=$AM_DEFAULT_VERBOSITY
2707 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2708fi
2709AM_BACKSLASH='\'
2710
dd184caf 2711if test "`cd $srcdir && pwd`" != "`pwd`"; then
2712 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2713 # is not polluted with repeated "-I."
2714 am__isrc=' -I$(srcdir)'
2715 # test to see if srcdir already configured
2716 if test -f $srcdir/config.status; then
b0322a85 2717 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
dd184caf 2718 fi
d9898ee8 2719fi
2720
2721# test whether we have cygpath
2722if test -z "$CYGPATH_W"; then
2723 if (cygpath --version) >/dev/null 2>/dev/null; then
2724 CYGPATH_W='cygpath -w'
2725 else
2726 CYGPATH_W=echo
2727 fi
2728fi
2729
2730
2731# Define the identity of the package.
2732 PACKAGE='makedat'
2733 VERSION='0.60'
2734
2735
2736# Some tools Automake needs.
2737
2738ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2739
2740
2741AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2742
2743
2744AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2745
2746
2747AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2748
2749
2750MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2751
b0322a85
CE
2752# For better backward compatibility. To be removed once Automake 1.9.x
2753# dies out for good. For more background, see:
2754# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2755# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2756mkdir_p='$(MKDIR_P)'
2757
d9898ee8 2758# We need awk for the "check" target. The system "awk" is bad on
2759# some platforms.
b0322a85
CE
2760# Always define AMTAR for backward compatibility. Yes, it's still used
2761# in the wild :-( We should find a proper way to deprecate it ...
2762AMTAR='$${TAR-tar}'
2763
d9898ee8 2764
b0322a85
CE
2765# We'll loop over all known methods to create a tar archive until one works.
2766_am_tools='gnutar pax cpio none'
2767
2768am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
d9898ee8 2769
d9898ee8 2770
2771
2772
2773
2774
2775LPATH="$PATH:/usr/local/bin"
dd184caf 2776ac_config_headers="$ac_config_headers config.h"
d9898ee8 2777
2778
2779ac_ext=c
2780ac_cpp='$CPP $CPPFLAGS'
2781ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2782ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2783ac_compiler_gnu=$ac_cv_c_compiler_gnu
2784if test -n "$ac_tool_prefix"; then
2785 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2786set dummy ${ac_tool_prefix}gcc; ac_word=$2
b0322a85 2787{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 2788$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 2789if ${ac_cv_prog_CC+:} false; then :
8d138742 2790 $as_echo_n "(cached) " >&6
d9898ee8 2791else
2792 if test -n "$CC"; then
2793 ac_cv_prog_CC="$CC" # Let the user override the test.
2794else
2795as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2796for as_dir in $PATH
2797do
2798 IFS=$as_save_IFS
2799 test -z "$as_dir" && as_dir=.
b0322a85
CE
2800 for ac_exec_ext in '' $ac_executable_extensions; do
2801 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d9898ee8 2802 ac_cv_prog_CC="${ac_tool_prefix}gcc"
b0322a85 2803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 2804 break 2
2805 fi
2806done
b0322a85 2807 done
dd184caf 2808IFS=$as_save_IFS
d9898ee8 2809
2810fi
2811fi
2812CC=$ac_cv_prog_CC
2813if test -n "$CC"; then
b0322a85 2814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
8d138742 2815$as_echo "$CC" >&6; }
d9898ee8 2816else
b0322a85 2817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 2818$as_echo "no" >&6; }
d9898ee8 2819fi
2820
dd184caf 2821
d9898ee8 2822fi
2823if test -z "$ac_cv_prog_CC"; then
2824 ac_ct_CC=$CC
2825 # Extract the first word of "gcc", so it can be a program name with args.
2826set dummy gcc; ac_word=$2
b0322a85 2827{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 2828$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 2829if ${ac_cv_prog_ac_ct_CC+:} false; then :
8d138742 2830 $as_echo_n "(cached) " >&6
d9898ee8 2831else
2832 if test -n "$ac_ct_CC"; then
2833 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2834else
2835as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2836for as_dir in $PATH
2837do
2838 IFS=$as_save_IFS
2839 test -z "$as_dir" && as_dir=.
b0322a85
CE
2840 for ac_exec_ext in '' $ac_executable_extensions; do
2841 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d9898ee8 2842 ac_cv_prog_ac_ct_CC="gcc"
b0322a85 2843 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 2844 break 2
2845 fi
2846done
b0322a85 2847 done
dd184caf 2848IFS=$as_save_IFS
d9898ee8 2849
2850fi
2851fi
2852ac_ct_CC=$ac_cv_prog_ac_ct_CC
2853if test -n "$ac_ct_CC"; then
b0322a85 2854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
8d138742 2855$as_echo "$ac_ct_CC" >&6; }
d9898ee8 2856else
b0322a85 2857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 2858$as_echo "no" >&6; }
d9898ee8 2859fi
2860
dd184caf 2861 if test "x$ac_ct_CC" = x; then
2862 CC=""
2863 else
2864 case $cross_compiling:$ac_tool_warned in
2865yes:)
b0322a85 2866{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742 2867$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
dd184caf 2868ac_tool_warned=yes ;;
2869esac
2870 CC=$ac_ct_CC
2871 fi
d9898ee8 2872else
2873 CC="$ac_cv_prog_CC"
2874fi
2875
2876if test -z "$CC"; then
dd184caf 2877 if test -n "$ac_tool_prefix"; then
2878 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
d9898ee8 2879set dummy ${ac_tool_prefix}cc; ac_word=$2
b0322a85 2880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 2881$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 2882if ${ac_cv_prog_CC+:} false; then :
8d138742 2883 $as_echo_n "(cached) " >&6
d9898ee8 2884else
2885 if test -n "$CC"; then
2886 ac_cv_prog_CC="$CC" # Let the user override the test.
2887else
2888as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2889for as_dir in $PATH
2890do
2891 IFS=$as_save_IFS
2892 test -z "$as_dir" && as_dir=.
b0322a85
CE
2893 for ac_exec_ext in '' $ac_executable_extensions; do
2894 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d9898ee8 2895 ac_cv_prog_CC="${ac_tool_prefix}cc"
b0322a85 2896 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 2897 break 2
2898 fi
2899done
b0322a85 2900 done
dd184caf 2901IFS=$as_save_IFS
d9898ee8 2902
2903fi
2904fi
2905CC=$ac_cv_prog_CC
2906if test -n "$CC"; then
b0322a85 2907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
8d138742 2908$as_echo "$CC" >&6; }
d9898ee8 2909else
b0322a85 2910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 2911$as_echo "no" >&6; }
d9898ee8 2912fi
2913
d9898ee8 2914
dd184caf 2915 fi
d9898ee8 2916fi
2917if test -z "$CC"; then
2918 # Extract the first word of "cc", so it can be a program name with args.
2919set dummy cc; ac_word=$2
b0322a85 2920{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 2921$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 2922if ${ac_cv_prog_CC+:} false; then :
8d138742 2923 $as_echo_n "(cached) " >&6
d9898ee8 2924else
2925 if test -n "$CC"; then
2926 ac_cv_prog_CC="$CC" # Let the user override the test.
2927else
2928 ac_prog_rejected=no
2929as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2930for as_dir in $PATH
2931do
2932 IFS=$as_save_IFS
2933 test -z "$as_dir" && as_dir=.
b0322a85
CE
2934 for ac_exec_ext in '' $ac_executable_extensions; do
2935 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d9898ee8 2936 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2937 ac_prog_rejected=yes
2938 continue
2939 fi
2940 ac_cv_prog_CC="cc"
b0322a85 2941 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 2942 break 2
2943 fi
2944done
b0322a85 2945 done
dd184caf 2946IFS=$as_save_IFS
d9898ee8 2947
2948if test $ac_prog_rejected = yes; then
2949 # We found a bogon in the path, so make sure we never use it.
2950 set dummy $ac_cv_prog_CC
2951 shift
2952 if test $# != 0; then
2953 # We chose a different compiler from the bogus one.
2954 # However, it has the same basename, so the bogon will be chosen
2955 # first if we set CC to just the basename; use the full file name.
2956 shift
2957 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2958 fi
2959fi
2960fi
2961fi
2962CC=$ac_cv_prog_CC
2963if test -n "$CC"; then
b0322a85 2964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
8d138742 2965$as_echo "$CC" >&6; }
d9898ee8 2966else
b0322a85 2967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 2968$as_echo "no" >&6; }
d9898ee8 2969fi
2970
dd184caf 2971
d9898ee8 2972fi
2973if test -z "$CC"; then
2974 if test -n "$ac_tool_prefix"; then
dd184caf 2975 for ac_prog in cl.exe
d9898ee8 2976 do
2977 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2978set dummy $ac_tool_prefix$ac_prog; ac_word=$2
b0322a85 2979{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 2980$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 2981if ${ac_cv_prog_CC+:} false; then :
8d138742 2982 $as_echo_n "(cached) " >&6
d9898ee8 2983else
2984 if test -n "$CC"; then
2985 ac_cv_prog_CC="$CC" # Let the user override the test.
2986else
2987as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2988for as_dir in $PATH
2989do
2990 IFS=$as_save_IFS
2991 test -z "$as_dir" && as_dir=.
b0322a85
CE
2992 for ac_exec_ext in '' $ac_executable_extensions; do
2993 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d9898ee8 2994 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
b0322a85 2995 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 2996 break 2
2997 fi
2998done
b0322a85 2999 done
dd184caf 3000IFS=$as_save_IFS
d9898ee8 3001
3002fi
3003fi
3004CC=$ac_cv_prog_CC
3005if test -n "$CC"; then
b0322a85 3006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
8d138742 3007$as_echo "$CC" >&6; }
d9898ee8 3008else
b0322a85 3009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 3010$as_echo "no" >&6; }
d9898ee8 3011fi
3012
dd184caf 3013
d9898ee8 3014 test -n "$CC" && break
3015 done
3016fi
3017if test -z "$CC"; then
3018 ac_ct_CC=$CC
dd184caf 3019 for ac_prog in cl.exe
d9898ee8 3020do
3021 # Extract the first word of "$ac_prog", so it can be a program name with args.
3022set dummy $ac_prog; ac_word=$2
b0322a85 3023{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 3024$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 3025if ${ac_cv_prog_ac_ct_CC+:} false; then :
8d138742 3026 $as_echo_n "(cached) " >&6
d9898ee8 3027else
3028 if test -n "$ac_ct_CC"; then
3029 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3030else
3031as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3032for as_dir in $PATH
3033do
3034 IFS=$as_save_IFS
3035 test -z "$as_dir" && as_dir=.
b0322a85
CE
3036 for ac_exec_ext in '' $ac_executable_extensions; do
3037 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d9898ee8 3038 ac_cv_prog_ac_ct_CC="$ac_prog"
b0322a85 3039 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 3040 break 2
3041 fi
3042done
b0322a85 3043 done
dd184caf 3044IFS=$as_save_IFS
d9898ee8 3045
3046fi
3047fi
3048ac_ct_CC=$ac_cv_prog_ac_ct_CC
3049if test -n "$ac_ct_CC"; then
b0322a85 3050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
8d138742 3051$as_echo "$ac_ct_CC" >&6; }
d9898ee8 3052else
b0322a85 3053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 3054$as_echo "no" >&6; }
d9898ee8 3055fi
3056
dd184caf 3057
d9898ee8 3058 test -n "$ac_ct_CC" && break
3059done
3060
dd184caf 3061 if test "x$ac_ct_CC" = x; then
3062 CC=""
3063 else
3064 case $cross_compiling:$ac_tool_warned in
3065yes:)
b0322a85 3066{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742 3067$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
dd184caf 3068ac_tool_warned=yes ;;
3069esac
3070 CC=$ac_ct_CC
3071 fi
d9898ee8 3072fi
3073
3074fi
3075
3076
b0322a85 3077test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8d138742 3078$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
b0322a85
CE
3079as_fn_error $? "no acceptable C compiler found in \$PATH
3080See \`config.log' for more details" "$LINENO" 5; }
d9898ee8 3081
3082# Provide some information about the compiler.
b0322a85 3083$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
8d138742
CE
3084set X $ac_compile
3085ac_compiler=$2
b0322a85
CE
3086for ac_option in --version -v -V -qversion; do
3087 { { ac_try="$ac_compiler $ac_option >&5"
dd184caf 3088case "(($ac_try" in
3089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3090 *) ac_try_echo=$ac_try;;
3091esac
b0322a85
CE
3092eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3093$as_echo "$ac_try_echo"; } >&5
3094 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
d9898ee8 3095 ac_status=$?
b0322a85
CE
3096 if test -s conftest.err; then
3097 sed '10a\
3098... rest of stderr output deleted ...
3099 10q' conftest.err >conftest.er1
3100 cat conftest.er1 >&5
3101 fi
3102 rm -f conftest.er1 conftest.err
3103 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3104 test $ac_status = 0; }
3105done
d9898ee8 3106
b0322a85 3107cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d9898ee8 3108/* end confdefs.h. */
3109
3110int
3111main ()
3112{
3113
3114 ;
3115 return 0;
3116}
3117_ACEOF
3118ac_clean_files_save=$ac_clean_files
8d138742 3119ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
d9898ee8 3120# Try to create an executable without -o first, disregard a.out.
3121# It will help us diagnose broken compilers, and finding out an intuition
3122# of exeext.
b0322a85
CE
3123{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3124$as_echo_n "checking whether the C compiler works... " >&6; }
8d138742
CE
3125ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3126
3127# The possible output files:
3128ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3129
dd184caf 3130ac_rmfiles=
3131for ac_file in $ac_files
3132do
3133 case $ac_file in
8d138742 3134 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
dd184caf 3135 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3136 esac
3137done
3138rm -f $ac_rmfiles
3139
b0322a85 3140if { { ac_try="$ac_link_default"
dd184caf 3141case "(($ac_try" in
3142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3143 *) ac_try_echo=$ac_try;;
3144esac
b0322a85
CE
3145eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3146$as_echo "$ac_try_echo"; } >&5
dd184caf 3147 (eval "$ac_link_default") 2>&5
d9898ee8 3148 ac_status=$?
b0322a85
CE
3149 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3150 test $ac_status = 0; }; then :
dd184caf 3151 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3152# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3153# in a Makefile. We should not override ac_cv_exeext if it was cached,
3154# so that the user can short-circuit this test for compilers unknown to
3155# Autoconf.
3156for ac_file in $ac_files ''
d9898ee8 3157do
3158 test -f "$ac_file" || continue
3159 case $ac_file in
8d138742 3160 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
d9898ee8 3161 ;;
3162 [ab].out )
3163 # We found the default executable, but exeext='' is most
3164 # certainly right.
3165 break;;
3166 *.* )
b0322a85 3167 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
dd184caf 3168 then :; else
3169 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3170 fi
3171 # We set ac_cv_exeext here because the later test for it is not
3172 # safe: cross compilers may not add the suffix if given an `-o'
3173 # argument, so we may need to know it at that point already.
3174 # Even if this section looks crufty: it has the advantage of
3175 # actually working.
d9898ee8 3176 break;;
3177 * )
3178 break;;
3179 esac
3180done
dd184caf 3181test "$ac_cv_exeext" = no && ac_cv_exeext=
3182
d9898ee8 3183else
dd184caf 3184 ac_file=''
3185fi
b0322a85
CE
3186if test -z "$ac_file"; then :
3187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3188$as_echo "no" >&6; }
3189$as_echo "$as_me: failed program was:" >&5
d9898ee8 3190sed 's/^/| /' conftest.$ac_ext >&5
3191
b0322a85 3192{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8d138742 3193$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
b0322a85
CE
3194as_fn_error 77 "C compiler cannot create executables
3195See \`config.log' for more details" "$LINENO" 5; }
3196else
3197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3198$as_echo "yes" >&6; }
d9898ee8 3199fi
b0322a85
CE
3200{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3201$as_echo_n "checking for C compiler default output file name... " >&6; }
3202{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3203$as_echo "$ac_file" >&6; }
d9898ee8 3204ac_exeext=$ac_cv_exeext
d9898ee8 3205
8d138742 3206rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
d9898ee8 3207ac_clean_files=$ac_clean_files_save
b0322a85 3208{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
8d138742 3209$as_echo_n "checking for suffix of executables... " >&6; }
b0322a85 3210if { { ac_try="$ac_link"
dd184caf 3211case "(($ac_try" in
3212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3213 *) ac_try_echo=$ac_try;;
3214esac
b0322a85
CE
3215eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3216$as_echo "$ac_try_echo"; } >&5
dd184caf 3217 (eval "$ac_link") 2>&5
d9898ee8 3218 ac_status=$?
b0322a85
CE
3219 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3220 test $ac_status = 0; }; then :
d9898ee8 3221 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3222# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3223# work properly (i.e., refer to `conftest.exe'), while it won't with
3224# `rm'.
3225for ac_file in conftest.exe conftest conftest.*; do
3226 test -f "$ac_file" || continue
3227 case $ac_file in
8d138742 3228 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
d9898ee8 3229 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
d9898ee8 3230 break;;
3231 * ) break;;
3232 esac
3233done
3234else
b0322a85 3235 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8d138742 3236$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
b0322a85
CE
3237as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3238See \`config.log' for more details" "$LINENO" 5; }
d9898ee8 3239fi
b0322a85
CE
3240rm -f conftest conftest$ac_cv_exeext
3241{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
8d138742 3242$as_echo "$ac_cv_exeext" >&6; }
d9898ee8 3243
3244rm -f conftest.$ac_ext
3245EXEEXT=$ac_cv_exeext
3246ac_exeext=$EXEEXT
b0322a85
CE
3247cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3248/* end confdefs.h. */
3249#include <stdio.h>
3250int
3251main ()
3252{
3253FILE *f = fopen ("conftest.out", "w");
3254 return ferror (f) || fclose (f) != 0;
3255
3256 ;
3257 return 0;
3258}
3259_ACEOF
3260ac_clean_files="$ac_clean_files conftest.out"
3261# Check that the compiler produces executables we can run. If not, either
3262# the compiler is broken, or we cross compile.
3263{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3264$as_echo_n "checking whether we are cross compiling... " >&6; }
3265if test "$cross_compiling" != yes; then
3266 { { ac_try="$ac_link"
3267case "(($ac_try" in
3268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3269 *) ac_try_echo=$ac_try;;
3270esac
3271eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3272$as_echo "$ac_try_echo"; } >&5
3273 (eval "$ac_link") 2>&5
3274 ac_status=$?
3275 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3276 test $ac_status = 0; }
3277 if { ac_try='./conftest$ac_cv_exeext'
3278 { { case "(($ac_try" in
3279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3280 *) ac_try_echo=$ac_try;;
3281esac
3282eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3283$as_echo "$ac_try_echo"; } >&5
3284 (eval "$ac_try") 2>&5
3285 ac_status=$?
3286 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3287 test $ac_status = 0; }; }; then
3288 cross_compiling=no
3289 else
3290 if test "$cross_compiling" = maybe; then
3291 cross_compiling=yes
3292 else
3293 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3294$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3295as_fn_error $? "cannot run C compiled programs.
3296If you meant to cross compile, use \`--host'.
3297See \`config.log' for more details" "$LINENO" 5; }
3298 fi
3299 fi
3300fi
3301{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3302$as_echo "$cross_compiling" >&6; }
3303
3304rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3305ac_clean_files=$ac_clean_files_save
3306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
8d138742 3307$as_echo_n "checking for suffix of object files... " >&6; }
b0322a85 3308if ${ac_cv_objext+:} false; then :
8d138742 3309 $as_echo_n "(cached) " >&6
d9898ee8 3310else
b0322a85 3311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d9898ee8 3312/* end confdefs.h. */
3313
3314int
3315main ()
3316{
3317
3318 ;
3319 return 0;
3320}
3321_ACEOF
3322rm -f conftest.o conftest.obj
b0322a85 3323if { { ac_try="$ac_compile"
dd184caf 3324case "(($ac_try" in
3325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3326 *) ac_try_echo=$ac_try;;
3327esac
b0322a85
CE
3328eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3329$as_echo "$ac_try_echo"; } >&5
dd184caf 3330 (eval "$ac_compile") 2>&5
d9898ee8 3331 ac_status=$?
b0322a85
CE
3332 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3333 test $ac_status = 0; }; then :
dd184caf 3334 for ac_file in conftest.o conftest.obj conftest.*; do
3335 test -f "$ac_file" || continue;
d9898ee8 3336 case $ac_file in
8d138742 3337 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
d9898ee8 3338 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3339 break;;
3340 esac
3341done
3342else
8d138742 3343 $as_echo "$as_me: failed program was:" >&5
d9898ee8 3344sed 's/^/| /' conftest.$ac_ext >&5
3345
b0322a85 3346{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8d138742 3347$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
b0322a85
CE
3348as_fn_error $? "cannot compute suffix of object files: cannot compile
3349See \`config.log' for more details" "$LINENO" 5; }
d9898ee8 3350fi
d9898ee8 3351rm -f conftest.$ac_cv_objext conftest.$ac_ext
3352fi
b0322a85 3353{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
8d138742 3354$as_echo "$ac_cv_objext" >&6; }
d9898ee8 3355OBJEXT=$ac_cv_objext
3356ac_objext=$OBJEXT
b0322a85 3357{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
8d138742 3358$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
b0322a85 3359if ${ac_cv_c_compiler_gnu+:} false; then :
8d138742 3360 $as_echo_n "(cached) " >&6
d9898ee8 3361else
b0322a85 3362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d9898ee8 3363/* end confdefs.h. */
3364
3365int
3366main ()
3367{
3368#ifndef __GNUC__
3369 choke me
3370#endif
3371
3372 ;
3373 return 0;
3374}
3375_ACEOF
b0322a85 3376if ac_fn_c_try_compile "$LINENO"; then :
d9898ee8 3377 ac_compiler_gnu=yes
3378else
b0322a85 3379 ac_compiler_gnu=no
d9898ee8 3380fi
dd184caf 3381rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d9898ee8 3382ac_cv_c_compiler_gnu=$ac_compiler_gnu
3383
3384fi
b0322a85 3385{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
8d138742
CE
3386$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3387if test $ac_compiler_gnu = yes; then
3388 GCC=yes
3389else
3390 GCC=
3391fi
d9898ee8 3392ac_test_CFLAGS=${CFLAGS+set}
3393ac_save_CFLAGS=$CFLAGS
b0322a85 3394{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
8d138742 3395$as_echo_n "checking whether $CC accepts -g... " >&6; }
b0322a85 3396if ${ac_cv_prog_cc_g+:} false; then :
8d138742 3397 $as_echo_n "(cached) " >&6
d9898ee8 3398else
dd184caf 3399 ac_save_c_werror_flag=$ac_c_werror_flag
3400 ac_c_werror_flag=yes
3401 ac_cv_prog_cc_g=no
3402 CFLAGS="-g"
b0322a85 3403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d9898ee8 3404/* end confdefs.h. */
3405
3406int
3407main ()
3408{
3409
3410 ;
3411 return 0;
3412}
3413_ACEOF
b0322a85 3414if ac_fn_c_try_compile "$LINENO"; then :
dd184caf 3415 ac_cv_prog_cc_g=yes
3416else
b0322a85
CE
3417 CFLAGS=""
3418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dd184caf 3419/* end confdefs.h. */
3420
3421int
3422main ()
3423{
3424
3425 ;
3426 return 0;
3427}
3428_ACEOF
b0322a85 3429if ac_fn_c_try_compile "$LINENO"; then :
dd184caf 3430
b0322a85
CE
3431else
3432 ac_c_werror_flag=$ac_save_c_werror_flag
dd184caf 3433 CFLAGS="-g"
b0322a85 3434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dd184caf 3435/* end confdefs.h. */
3436
3437int
3438main ()
3439{
3440
3441 ;
3442 return 0;
3443}
3444_ACEOF
b0322a85 3445if ac_fn_c_try_compile "$LINENO"; then :
d9898ee8 3446 ac_cv_prog_cc_g=yes
dd184caf 3447fi
dd184caf 3448rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3449fi
dd184caf 3450rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d9898ee8 3451fi
dd184caf 3452rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3453 ac_c_werror_flag=$ac_save_c_werror_flag
d9898ee8 3454fi
b0322a85 3455{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
8d138742 3456$as_echo "$ac_cv_prog_cc_g" >&6; }
d9898ee8 3457if test "$ac_test_CFLAGS" = set; then
3458 CFLAGS=$ac_save_CFLAGS
3459elif test $ac_cv_prog_cc_g = yes; then
3460 if test "$GCC" = yes; then
3461 CFLAGS="-g -O2"
3462 else
3463 CFLAGS="-g"
3464 fi
3465else
3466 if test "$GCC" = yes; then
3467 CFLAGS="-O2"
3468 else
3469 CFLAGS=
3470 fi
3471fi
b0322a85 3472{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
8d138742 3473$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
b0322a85 3474if ${ac_cv_prog_cc_c89+:} false; then :
8d138742 3475 $as_echo_n "(cached) " >&6
d9898ee8 3476else
dd184caf 3477 ac_cv_prog_cc_c89=no
d9898ee8 3478ac_save_CC=$CC
b0322a85 3479cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d9898ee8 3480/* end confdefs.h. */
3481#include <stdarg.h>
3482#include <stdio.h>
b0322a85 3483struct stat;
d9898ee8 3484/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3485struct buf { int x; };
3486FILE * (*rcsopen) (struct buf *, struct stat *, int);
3487static char *e (p, i)
3488 char **p;
3489 int i;
3490{
3491 return p[i];
3492}
3493static char *f (char * (*g) (char **, int), char **p, ...)
3494{
3495 char *s;
3496 va_list v;
3497 va_start (v,p);
3498 s = g (p, va_arg (v,int));
3499 va_end (v);
3500 return s;
3501}
3502
3503/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3504 function prototypes and stuff, but not '\xHH' hex character constants.
3505 These don't provoke an error unfortunately, instead are silently treated
dd184caf 3506 as 'x'. The following induces an error, until -std is added to get
d9898ee8 3507 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3508 array size at least. It's necessary to write '\x00'==0 to get something
dd184caf 3509 that's true only with -std. */
d9898ee8 3510int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3511
dd184caf 3512/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3513 inside strings and character constants. */
3514#define FOO(x) 'x'
3515int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3516
d9898ee8 3517int test (int i, double x);
3518struct s1 {int (*f) (int a);};
3519struct s2 {int (*f) (double a);};
3520int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3521int argc;
3522char **argv;
3523int
3524main ()
3525{
3526return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3527 ;
3528 return 0;
3529}
3530_ACEOF
dd184caf 3531for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3532 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
d9898ee8 3533do
3534 CC="$ac_save_CC $ac_arg"
b0322a85 3535 if ac_fn_c_try_compile "$LINENO"; then :
dd184caf 3536 ac_cv_prog_cc_c89=$ac_arg
d9898ee8 3537fi
dd184caf 3538rm -f core conftest.err conftest.$ac_objext
3539 test "x$ac_cv_prog_cc_c89" != "xno" && break
d9898ee8 3540done
dd184caf 3541rm -f conftest.$ac_ext
d9898ee8 3542CC=$ac_save_CC
3543
3544fi
dd184caf 3545# AC_CACHE_VAL
3546case "x$ac_cv_prog_cc_c89" in
3547 x)
b0322a85 3548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
8d138742 3549$as_echo "none needed" >&6; } ;;
dd184caf 3550 xno)
b0322a85 3551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
8d138742 3552$as_echo "unsupported" >&6; } ;;
d9898ee8 3553 *)
dd184caf 3554 CC="$CC $ac_cv_prog_cc_c89"
b0322a85 3555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
8d138742 3556$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
d9898ee8 3557esac
b0322a85 3558if test "x$ac_cv_prog_cc_c89" != xno; then :
d9898ee8 3559
b0322a85 3560fi
d9898ee8 3561
d9898ee8 3562ac_ext=c
3563ac_cpp='$CPP $CPPFLAGS'
3564ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3565ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3566ac_compiler_gnu=$ac_cv_c_compiler_gnu
3567DEPDIR="${am__leading_dot}deps"
3568
dd184caf 3569ac_config_commands="$ac_config_commands depfiles"
d9898ee8 3570
3571
3572am_make=${MAKE-make}
3573cat > confinc << 'END'
3574am__doit:
8d138742 3575 @echo this is the am__doit target
d9898ee8 3576.PHONY: am__doit
3577END
3578# If we don't find an include directive, just comment out the code.
b0322a85 3579{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
8d138742 3580$as_echo_n "checking for style of include used by $am_make... " >&6; }
d9898ee8 3581am__include="#"
3582am__quote=
3583_am_result=none
3584# First try GNU make style include.
3585echo "include confinc" > confmf
b0322a85 3586# Ignore all kinds of additional output from 'make'.
8d138742
CE
3587case `$am_make -s -f confmf 2> /dev/null` in #(
3588*the\ am__doit\ target*)
3589 am__include=include
3590 am__quote=
3591 _am_result=GNU
3592 ;;
3593esac
d9898ee8 3594# Now try BSD make style include.
3595if test "$am__include" = "#"; then
3596 echo '.include "confinc"' > confmf
8d138742
CE
3597 case `$am_make -s -f confmf 2> /dev/null` in #(
3598 *the\ am__doit\ target*)
3599 am__include=.include
3600 am__quote="\""
3601 _am_result=BSD
3602 ;;
3603 esac
d9898ee8 3604fi
3605
3606
b0322a85 3607{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
8d138742 3608$as_echo "$_am_result" >&6; }
d9898ee8 3609rm -f confinc confmf
3610
dd184caf 3611# Check whether --enable-dependency-tracking was given.
b0322a85 3612if test "${enable_dependency_tracking+set}" = set; then :
dd184caf 3613 enableval=$enable_dependency_tracking;
3614fi
d9898ee8 3615
d9898ee8 3616if test "x$enable_dependency_tracking" != xno; then
3617 am_depcomp="$ac_aux_dir/depcomp"
3618 AMDEPBACKSLASH='\'
b0322a85 3619 am__nodep='_no'
d9898ee8 3620fi
dd184caf 3621 if test "x$enable_dependency_tracking" != xno; then
d9898ee8 3622 AMDEP_TRUE=
3623 AMDEP_FALSE='#'
3624else
3625 AMDEP_TRUE='#'
3626 AMDEP_FALSE=
3627fi
3628
3629
3630
d9898ee8 3631depcc="$CC" am_compiler_list=
3632
b0322a85 3633{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8d138742 3634$as_echo_n "checking dependency style of $depcc... " >&6; }
b0322a85 3635if ${am_cv_CC_dependencies_compiler_type+:} false; then :
8d138742 3636 $as_echo_n "(cached) " >&6
d9898ee8 3637else
3638 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3639 # We make a subdir and do the tests there. Otherwise we can end up
3640 # making bogus files that we don't know about and never remove. For
3641 # instance it was reported that on HP-UX the gcc test will end up
b0322a85
CE
3642 # making a dummy file named 'D' -- because '-MD' means "put the output
3643 # in D".
3644 rm -rf conftest.dir
d9898ee8 3645 mkdir conftest.dir
3646 # Copy depcomp to subdir because otherwise we won't find it if we're
3647 # using a relative directory.
3648 cp "$am_depcomp" conftest.dir
3649 cd conftest.dir
3650 # We will build objects and dependencies in a subdirectory because
3651 # it helps to detect inapplicable dependency modes. For instance
3652 # both Tru64's cc and ICC support -MD to output dependencies as a
3653 # side effect of compilation, but ICC will put the dependencies in
3654 # the current directory while Tru64 will put them in the object
3655 # directory.
3656 mkdir sub
3657
3658 am_cv_CC_dependencies_compiler_type=none
3659 if test "$am_compiler_list" = ""; then
3660 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3661 fi
8d138742
CE
3662 am__universal=false
3663 case " $depcc " in #(
3664 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3665 esac
3666
d9898ee8 3667 for depmode in $am_compiler_list; do
3668 # Setup a source with many dependencies, because some compilers
3669 # like to wrap large dependency lists on column 80 (with \), and
3670 # we should not choose a depcomp mode which is confused by this.
3671 #
3672 # We need to recreate these files for each test, as the compiler may
3673 # overwrite some of them when testing with obscure command lines.
3674 # This happens at least with the AIX C compiler.
3675 : > sub/conftest.c
3676 for i in 1 2 3 4 5 6; do
3677 echo '#include "conftst'$i'.h"' >> sub/conftest.c
b0322a85
CE
3678 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3679 # Solaris 10 /bin/sh.
3680 echo '/* dummy */' > sub/conftst$i.h
d9898ee8 3681 done
3682 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3683
b0322a85 3684 # We check with '-c' and '-o' for the sake of the "dashmstdout"
8d138742 3685 # mode. It turns out that the SunPro C++ compiler does not properly
b0322a85
CE
3686 # handle '-M -o', and we need to detect this. Also, some Intel
3687 # versions had trouble with output in subdirs.
8d138742
CE
3688 am__obj=sub/conftest.${OBJEXT-o}
3689 am__minus_obj="-o $am__obj"
d9898ee8 3690 case $depmode in
8d138742
CE
3691 gcc)
3692 # This depmode causes a compiler race in universal mode.
3693 test "$am__universal" = false || continue
3694 ;;
d9898ee8 3695 nosideeffect)
b0322a85
CE
3696 # After this tag, mechanisms are not by side-effect, so they'll
3697 # only be used when explicitly requested.
d9898ee8 3698 if test "x$enable_dependency_tracking" = xyes; then
3699 continue
3700 else
3701 break
3702 fi
3703 ;;
b0322a85
CE
3704 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3705 # This compiler won't grok '-c -o', but also, the minuso test has
8d138742
CE
3706 # not run yet. These depmodes are late enough in the game, and
3707 # so weak that their functioning should not be impacted.
3708 am__obj=conftest.${OBJEXT-o}
3709 am__minus_obj=
3710 ;;
d9898ee8 3711 none) break ;;
3712 esac
d9898ee8 3713 if depmode=$depmode \
8d138742 3714 source=sub/conftest.c object=$am__obj \
d9898ee8 3715 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8d138742 3716 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
d9898ee8 3717 >/dev/null 2>conftest.err &&
dd184caf 3718 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
d9898ee8 3719 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
8d138742 3720 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
d9898ee8 3721 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3722 # icc doesn't choke on unknown options, it will just issue warnings
3723 # or remarks (even with -Werror). So we grep stderr for any message
3724 # that says an option was ignored or not supported.
3725 # When given -MP, icc 7.0 and 7.1 complain thusly:
3726 # icc: Command line warning: ignoring option '-M'; no argument required
3727 # The diagnosis changed in icc 8.0:
3728 # icc: Command line remark: option '-MP' not supported
3729 if (grep 'ignoring option' conftest.err ||
3730 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3731 am_cv_CC_dependencies_compiler_type=$depmode
3732 break
3733 fi
3734 fi
3735 done
3736
3737 cd ..
3738 rm -rf conftest.dir
3739else
3740 am_cv_CC_dependencies_compiler_type=none
3741fi
3742
3743fi
b0322a85 3744{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8d138742 3745$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
d9898ee8 3746CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3747
dd184caf 3748 if
d9898ee8 3749 test "x$enable_dependency_tracking" != xno \
3750 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3751 am__fastdepCC_TRUE=
3752 am__fastdepCC_FALSE='#'
3753else
3754 am__fastdepCC_TRUE='#'
3755 am__fastdepCC_FALSE=
3756fi
3757
3758
d9898ee8 3759
b0322a85 3760{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
8d138742 3761$as_echo_n "checking whether ln -s works... " >&6; }
d9898ee8 3762LN_S=$as_ln_s
3763if test "$LN_S" = "ln -s"; then
b0322a85 3764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8d138742 3765$as_echo "yes" >&6; }
d9898ee8 3766else
b0322a85 3767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
8d138742 3768$as_echo "no, using $LN_S" >&6; }
d9898ee8 3769fi
3770
3771for ac_prog in perl5 perl
3772do
3773 # Extract the first word of "$ac_prog", so it can be a program name with args.
3774set dummy $ac_prog; ac_word=$2
b0322a85 3775{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 3776$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 3777if ${ac_cv_path_PERL+:} false; then :
8d138742 3778 $as_echo_n "(cached) " >&6
d9898ee8 3779else
3780 case $PERL in
3781 [\\/]* | ?:[\\/]*)
3782 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
3783 ;;
3784 *)
3785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3786for as_dir in $LPATH
3787do
3788 IFS=$as_save_IFS
3789 test -z "$as_dir" && as_dir=.
b0322a85
CE
3790 for ac_exec_ext in '' $ac_executable_extensions; do
3791 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d9898ee8 3792 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
b0322a85 3793 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 3794 break 2
3795 fi
3796done
b0322a85 3797 done
dd184caf 3798IFS=$as_save_IFS
d9898ee8 3799
3800 ;;
3801esac
3802fi
3803PERL=$ac_cv_path_PERL
d9898ee8 3804if test -n "$PERL"; then
b0322a85 3805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
8d138742 3806$as_echo "$PERL" >&6; }
d9898ee8 3807else
b0322a85 3808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 3809$as_echo "no" >&6; }
d9898ee8 3810fi
3811
dd184caf 3812
d9898ee8 3813 test -n "$PERL" && break
3814done
3815test -n "$PERL" || PERL="perl"
3816
3817
3818for ac_prog in cat
3819do
3820 # Extract the first word of "$ac_prog", so it can be a program name with args.
3821set dummy $ac_prog; ac_word=$2
b0322a85 3822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 3823$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 3824if ${ac_cv_path_CAT+:} false; then :
8d138742 3825 $as_echo_n "(cached) " >&6
d9898ee8 3826else
3827 case $CAT in
3828 [\\/]* | ?:[\\/]*)
3829 ac_cv_path_CAT="$CAT" # Let the user override the test with a path.
3830 ;;
3831 *)
3832 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3833for as_dir in $PATH
3834do
3835 IFS=$as_save_IFS
3836 test -z "$as_dir" && as_dir=.
b0322a85
CE
3837 for ac_exec_ext in '' $ac_executable_extensions; do
3838 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d9898ee8 3839 ac_cv_path_CAT="$as_dir/$ac_word$ac_exec_ext"
b0322a85 3840 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 3841 break 2
3842 fi
3843done
b0322a85 3844 done
dd184caf 3845IFS=$as_save_IFS
d9898ee8 3846
3847 ;;
3848esac
3849fi
3850CAT=$ac_cv_path_CAT
d9898ee8 3851if test -n "$CAT"; then
b0322a85 3852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CAT" >&5
8d138742 3853$as_echo "$CAT" >&6; }
d9898ee8 3854else
b0322a85 3855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 3856$as_echo "no" >&6; }
d9898ee8 3857fi
3858
dd184caf 3859
d9898ee8 3860 test -n "$CAT" && break
3861done
3862test -n "$CAT" || CAT="cat"
3863
8d138742 3864enable_dlopen=yes
d9898ee8 3865
3866
d9898ee8 3867
8d138742
CE
3868case `pwd` in
3869 *\ * | *\ *)
b0322a85 3870 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
8d138742
CE
3871$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3872esac
dd184caf 3873
d9898ee8 3874
dd184caf 3875
b0322a85
CE
3876macro_version='2.4.2'
3877macro_revision='1.3337'
dd184caf 3878
d9898ee8 3879
8d138742
CE
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891ltmain="$ac_aux_dir/ltmain.sh"
3892
d9898ee8 3893# Make sure we can run config.sub.
dd184caf 3894$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
b0322a85 3895 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
d9898ee8 3896
b0322a85 3897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
8d138742 3898$as_echo_n "checking build system type... " >&6; }
b0322a85 3899if ${ac_cv_build+:} false; then :
8d138742 3900 $as_echo_n "(cached) " >&6
d9898ee8 3901else
dd184caf 3902 ac_build_alias=$build_alias
3903test "x$ac_build_alias" = x &&
3904 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3905test "x$ac_build_alias" = x &&
b0322a85 3906 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
dd184caf 3907ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
b0322a85 3908 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
d9898ee8 3909
3910fi
b0322a85 3911{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
8d138742 3912$as_echo "$ac_cv_build" >&6; }
dd184caf 3913case $ac_cv_build in
3914*-*-*) ;;
b0322a85 3915*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
dd184caf 3916esac
d9898ee8 3917build=$ac_cv_build
dd184caf 3918ac_save_IFS=$IFS; IFS='-'
3919set x $ac_cv_build
3920shift
3921build_cpu=$1
3922build_vendor=$2
3923shift; shift
3924# Remember, the first character of IFS is used to create $*,
3925# except with old shells:
3926build_os=$*
3927IFS=$ac_save_IFS
3928case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3929
3930
b0322a85 3931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
8d138742 3932$as_echo_n "checking host system type... " >&6; }
b0322a85 3933if ${ac_cv_host+:} false; then :
8d138742 3934 $as_echo_n "(cached) " >&6
d9898ee8 3935else
dd184caf 3936 if test "x$host_alias" = x; then
3937 ac_cv_host=$ac_cv_build
3938else
3939 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
b0322a85 3940 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
dd184caf 3941fi
d9898ee8 3942
3943fi
b0322a85 3944{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
8d138742 3945$as_echo "$ac_cv_host" >&6; }
dd184caf 3946case $ac_cv_host in
3947*-*-*) ;;
b0322a85 3948*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
dd184caf 3949esac
d9898ee8 3950host=$ac_cv_host
dd184caf 3951ac_save_IFS=$IFS; IFS='-'
3952set x $ac_cv_host
3953shift
3954host_cpu=$1
3955host_vendor=$2
3956shift; shift
3957# Remember, the first character of IFS is used to create $*,
3958# except with old shells:
3959host_os=$*
3960IFS=$ac_save_IFS
3961case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3962
3963
b0322a85
CE
3964# Backslashify metacharacters that are still active within
3965# double-quoted strings.
3966sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3967
3968# Same as above, but do not quote variable references.
3969double_quote_subst='s/\(["`\\]\)/\\\1/g'
3970
3971# Sed substitution to delay expansion of an escaped shell variable in a
3972# double_quote_subst'ed string.
3973delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3974
3975# Sed substitution to delay expansion of an escaped single quote.
3976delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3977
3978# Sed substitution to avoid accidental globbing in evaled expressions
3979no_glob_subst='s/\*/\\\*/g'
3980
3981ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3982ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3983ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3984
3985{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3986$as_echo_n "checking how to print strings... " >&6; }
3987# Test print first, because it will be a builtin if present.
3988if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
3989 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3990 ECHO='print -r --'
3991elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3992 ECHO='printf %s\n'
3993else
3994 # Use this function as a fallback that always works.
3995 func_fallback_echo ()
3996 {
3997 eval 'cat <<_LTECHO_EOF
3998$1
3999_LTECHO_EOF'
4000 }
4001 ECHO='func_fallback_echo'
4002fi
4003
4004# func_echo_all arg...
4005# Invoke $ECHO with all args, space-separated.
4006func_echo_all ()
4007{
4008 $ECHO ""
4009}
4010
4011case "$ECHO" in
4012 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4013$as_echo "printf" >&6; } ;;
4014 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4015$as_echo "print -r" >&6; } ;;
4016 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4017$as_echo "cat" >&6; } ;;
4018esac
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
8d138742 4034$as_echo_n "checking for a sed that does not truncate output... " >&6; }
b0322a85 4035if ${ac_cv_path_SED+:} false; then :
8d138742
CE
4036 $as_echo_n "(cached) " >&6
4037else
4038 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4039 for ac_i in 1 2 3 4 5 6 7; do
4040 ac_script="$ac_script$as_nl$ac_script"
4041 done
4042 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
b0322a85 4043 { ac_script=; unset ac_script;}
8d138742
CE
4044 if test -z "$SED"; then
4045 ac_path_SED_found=false
4046 # Loop through the user's path and test for each of PROGNAME-LIST
4047 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
d9898ee8 4048for as_dir in $PATH
4049do
4050 IFS=$as_save_IFS
4051 test -z "$as_dir" && as_dir=.
b0322a85 4052 for ac_prog in sed gsed; do
d9898ee8 4053 for ac_exec_ext in '' $ac_executable_extensions; do
8d138742 4054 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
b0322a85 4055 as_fn_executable_p "$ac_path_SED" || continue
8d138742
CE
4056# Check for GNU ac_path_SED and select it if it is found.
4057 # Check for GNU $ac_path_SED
4058case `"$ac_path_SED" --version 2>&1` in
4059*GNU*)
4060 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4061*)
4062 ac_count=0
4063 $as_echo_n 0123456789 >"conftest.in"
4064 while :
4065 do
4066 cat "conftest.in" "conftest.in" >"conftest.tmp"
4067 mv "conftest.tmp" "conftest.in"
4068 cp "conftest.in" "conftest.nl"
4069 $as_echo '' >> "conftest.nl"
4070 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4071 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
b0322a85 4072 as_fn_arith $ac_count + 1 && ac_count=$as_val
8d138742
CE
4073 if test $ac_count -gt ${ac_path_SED_max-0}; then
4074 # Best one so far, save it but keep looking for a better one
4075 ac_cv_path_SED="$ac_path_SED"
4076 ac_path_SED_max=$ac_count
4077 fi
4078 # 10*(2^10) chars as input seems more than enough
4079 test $ac_count -gt 10 && break
4080 done
4081 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4082esac
4083
4084 $ac_path_SED_found && break 3
d9898ee8 4085 done
4086 done
b0322a85 4087 done
d9898ee8 4088IFS=$as_save_IFS
8d138742 4089 if test -z "$ac_cv_path_SED"; then
b0322a85 4090 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
d9898ee8 4091 fi
8d138742
CE
4092else
4093 ac_cv_path_SED=$SED
4094fi
d9898ee8 4095
4096fi
b0322a85 4097{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
8d138742
CE
4098$as_echo "$ac_cv_path_SED" >&6; }
4099 SED="$ac_cv_path_SED"
4100 rm -f conftest.sed
4101
4102test -z "$SED" && SED=sed
4103Xsed="$SED -e 1s/^X//"
d9898ee8 4104
d9898ee8 4105
dd184caf 4106
8d138742
CE
4107
4108
4109
4110
4111
4112
4113
4114
b0322a85 4115{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
8d138742 4116$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
b0322a85 4117if ${ac_cv_path_GREP+:} false; then :
8d138742 4118 $as_echo_n "(cached) " >&6
dd184caf 4119else
8d138742 4120 if test -z "$GREP"; then
dd184caf 4121 ac_path_GREP_found=false
8d138742
CE
4122 # Loop through the user's path and test for each of PROGNAME-LIST
4123 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
dd184caf 4124for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4125do
4126 IFS=$as_save_IFS
4127 test -z "$as_dir" && as_dir=.
b0322a85 4128 for ac_prog in grep ggrep; do
8d138742
CE
4129 for ac_exec_ext in '' $ac_executable_extensions; do
4130 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
b0322a85 4131 as_fn_executable_p "$ac_path_GREP" || continue
8d138742 4132# Check for GNU ac_path_GREP and select it if it is found.
dd184caf 4133 # Check for GNU $ac_path_GREP
4134case `"$ac_path_GREP" --version 2>&1` in
4135*GNU*)
4136 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4137*)
4138 ac_count=0
8d138742 4139 $as_echo_n 0123456789 >"conftest.in"
dd184caf 4140 while :
4141 do
4142 cat "conftest.in" "conftest.in" >"conftest.tmp"
4143 mv "conftest.tmp" "conftest.in"
4144 cp "conftest.in" "conftest.nl"
8d138742 4145 $as_echo 'GREP' >> "conftest.nl"
dd184caf 4146 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4147 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
b0322a85 4148 as_fn_arith $ac_count + 1 && ac_count=$as_val
dd184caf 4149 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4150 # Best one so far, save it but keep looking for a better one
4151 ac_cv_path_GREP="$ac_path_GREP"
4152 ac_path_GREP_max=$ac_count
4153 fi
4154 # 10*(2^10) chars as input seems more than enough
4155 test $ac_count -gt 10 && break
4156 done
4157 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4158esac
4159
8d138742
CE
4160 $ac_path_GREP_found && break 3
4161 done
dd184caf 4162 done
b0322a85 4163 done
dd184caf 4164IFS=$as_save_IFS
8d138742 4165 if test -z "$ac_cv_path_GREP"; then
b0322a85 4166 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
8d138742 4167 fi
dd184caf 4168else
4169 ac_cv_path_GREP=$GREP
4170fi
4171
dd184caf 4172fi
b0322a85 4173{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
8d138742 4174$as_echo "$ac_cv_path_GREP" >&6; }
dd184caf 4175 GREP="$ac_cv_path_GREP"
4176
d9898ee8 4177
b0322a85 4178{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
8d138742 4179$as_echo_n "checking for egrep... " >&6; }
b0322a85 4180if ${ac_cv_path_EGREP+:} false; then :
8d138742 4181 $as_echo_n "(cached) " >&6
dd184caf 4182else
4183 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4184 then ac_cv_path_EGREP="$GREP -E"
4185 else
8d138742 4186 if test -z "$EGREP"; then
dd184caf 4187 ac_path_EGREP_found=false
8d138742
CE
4188 # Loop through the user's path and test for each of PROGNAME-LIST
4189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
dd184caf 4190for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4191do
4192 IFS=$as_save_IFS
4193 test -z "$as_dir" && as_dir=.
b0322a85 4194 for ac_prog in egrep; do
8d138742
CE
4195 for ac_exec_ext in '' $ac_executable_extensions; do
4196 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
b0322a85 4197 as_fn_executable_p "$ac_path_EGREP" || continue
8d138742 4198# Check for GNU ac_path_EGREP and select it if it is found.
dd184caf 4199 # Check for GNU $ac_path_EGREP
4200case `"$ac_path_EGREP" --version 2>&1` in
4201*GNU*)
4202 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4203*)
4204 ac_count=0
8d138742 4205 $as_echo_n 0123456789 >"conftest.in"
dd184caf 4206 while :
4207 do
4208 cat "conftest.in" "conftest.in" >"conftest.tmp"
4209 mv "conftest.tmp" "conftest.in"
4210 cp "conftest.in" "conftest.nl"
8d138742 4211 $as_echo 'EGREP' >> "conftest.nl"
dd184caf 4212 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4213 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
b0322a85 4214 as_fn_arith $ac_count + 1 && ac_count=$as_val
dd184caf 4215 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4216 # Best one so far, save it but keep looking for a better one
4217 ac_cv_path_EGREP="$ac_path_EGREP"
4218 ac_path_EGREP_max=$ac_count
d9898ee8 4219 fi
dd184caf 4220 # 10*(2^10) chars as input seems more than enough
4221 test $ac_count -gt 10 && break
4222 done
4223 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4224esac
4225
8d138742
CE
4226 $ac_path_EGREP_found && break 3
4227 done
dd184caf 4228 done
b0322a85 4229 done
dd184caf 4230IFS=$as_save_IFS
8d138742 4231 if test -z "$ac_cv_path_EGREP"; then
b0322a85 4232 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
8d138742
CE
4233 fi
4234else
4235 ac_cv_path_EGREP=$EGREP
dd184caf 4236fi
4237
8d138742 4238 fi
dd184caf 4239fi
b0322a85 4240{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
8d138742
CE
4241$as_echo "$ac_cv_path_EGREP" >&6; }
4242 EGREP="$ac_cv_path_EGREP"
dd184caf 4243
8d138742 4244
b0322a85 4245{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
8d138742 4246$as_echo_n "checking for fgrep... " >&6; }
b0322a85 4247if ${ac_cv_path_FGREP+:} false; then :
8d138742 4248 $as_echo_n "(cached) " >&6
dd184caf 4249else
8d138742
CE
4250 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4251 then ac_cv_path_FGREP="$GREP -F"
4252 else
4253 if test -z "$FGREP"; then
4254 ac_path_FGREP_found=false
4255 # Loop through the user's path and test for each of PROGNAME-LIST
4256 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4257for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4258do
4259 IFS=$as_save_IFS
4260 test -z "$as_dir" && as_dir=.
b0322a85 4261 for ac_prog in fgrep; do
8d138742
CE
4262 for ac_exec_ext in '' $ac_executable_extensions; do
4263 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
b0322a85 4264 as_fn_executable_p "$ac_path_FGREP" || continue
8d138742
CE
4265# Check for GNU ac_path_FGREP and select it if it is found.
4266 # Check for GNU $ac_path_FGREP
4267case `"$ac_path_FGREP" --version 2>&1` in
4268*GNU*)
4269 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4270*)
4271 ac_count=0
4272 $as_echo_n 0123456789 >"conftest.in"
4273 while :
4274 do
4275 cat "conftest.in" "conftest.in" >"conftest.tmp"
4276 mv "conftest.tmp" "conftest.in"
4277 cp "conftest.in" "conftest.nl"
4278 $as_echo 'FGREP' >> "conftest.nl"
4279 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4280 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
b0322a85 4281 as_fn_arith $ac_count + 1 && ac_count=$as_val
8d138742
CE
4282 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4283 # Best one so far, save it but keep looking for a better one
4284 ac_cv_path_FGREP="$ac_path_FGREP"
4285 ac_path_FGREP_max=$ac_count
4286 fi
4287 # 10*(2^10) chars as input seems more than enough
4288 test $ac_count -gt 10 && break
4289 done
4290 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4291esac
dd184caf 4292
8d138742
CE
4293 $ac_path_FGREP_found && break 3
4294 done
4295 done
b0322a85 4296 done
8d138742
CE
4297IFS=$as_save_IFS
4298 if test -z "$ac_cv_path_FGREP"; then
b0322a85 4299 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
8d138742
CE
4300 fi
4301else
4302 ac_cv_path_FGREP=$FGREP
4303fi
dd184caf 4304
4305 fi
d9898ee8 4306fi
b0322a85 4307{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
8d138742
CE
4308$as_echo "$ac_cv_path_FGREP" >&6; }
4309 FGREP="$ac_cv_path_FGREP"
4310
4311
4312test -z "$GREP" && GREP=grep
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
d9898ee8 4329
4330
4331
dd184caf 4332# Check whether --with-gnu-ld was given.
b0322a85 4333if test "${with_gnu_ld+set}" = set; then :
dd184caf 4334 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
d9898ee8 4335else
4336 with_gnu_ld=no
dd184caf 4337fi
4338
d9898ee8 4339ac_prog=ld
4340if test "$GCC" = yes; then
4341 # Check if gcc -print-prog-name=ld gives a path.
b0322a85 4342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
8d138742 4343$as_echo_n "checking for ld used by $CC... " >&6; }
d9898ee8 4344 case $host in
4345 *-*-mingw*)
4346 # gcc leaves a trailing carriage return which upsets mingw
4347 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4348 *)
4349 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4350 esac
4351 case $ac_prog in
4352 # Accept absolute paths.
4353 [\\/]* | ?:[\\/]*)
4354 re_direlt='/[^/][^/]*/\.\./'
4355 # Canonicalize the pathname of ld
8d138742
CE
4356 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4357 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4358 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
d9898ee8 4359 done
4360 test -z "$LD" && LD="$ac_prog"
4361 ;;
4362 "")
4363 # If it fails, then pretend we aren't using GCC.
4364 ac_prog=ld
4365 ;;
4366 *)
4367 # If it is relative, then search for the first ld in PATH.
4368 with_gnu_ld=unknown
4369 ;;
4370 esac
4371elif test "$with_gnu_ld" = yes; then
b0322a85 4372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
8d138742 4373$as_echo_n "checking for GNU ld... " >&6; }
d9898ee8 4374else
b0322a85 4375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
8d138742 4376$as_echo_n "checking for non-GNU ld... " >&6; }
d9898ee8 4377fi
b0322a85 4378if ${lt_cv_path_LD+:} false; then :
8d138742 4379 $as_echo_n "(cached) " >&6
d9898ee8 4380else
4381 if test -z "$LD"; then
4382 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4383 for ac_dir in $PATH; do
4384 IFS="$lt_save_ifs"
4385 test -z "$ac_dir" && ac_dir=.
4386 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4387 lt_cv_path_LD="$ac_dir/$ac_prog"
4388 # Check to see if the program is GNU ld. I'd rather use --version,
4389 # but apparently some variants of GNU ld only accept -v.
4390 # Break only if it was the GNU/non-GNU ld that we prefer.
4391 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4392 *GNU* | *'with BFD'*)
4393 test "$with_gnu_ld" != no && break
4394 ;;
4395 *)
4396 test "$with_gnu_ld" != yes && break
4397 ;;
4398 esac
4399 fi
4400 done
4401 IFS="$lt_save_ifs"
4402else
4403 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4404fi
4405fi
4406
4407LD="$lt_cv_path_LD"
4408if test -n "$LD"; then
b0322a85 4409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8d138742 4410$as_echo "$LD" >&6; }
d9898ee8 4411else
b0322a85 4412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 4413$as_echo "no" >&6; }
d9898ee8 4414fi
b0322a85
CE
4415test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4416{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
8d138742 4417$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
b0322a85 4418if ${lt_cv_prog_gnu_ld+:} false; then :
8d138742 4419 $as_echo_n "(cached) " >&6
d9898ee8 4420else
4421 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4422case `$LD -v 2>&1 </dev/null` in
4423*GNU* | *'with BFD'*)
4424 lt_cv_prog_gnu_ld=yes
4425 ;;
4426*)
4427 lt_cv_prog_gnu_ld=no
4428 ;;
4429esac
4430fi
b0322a85 4431{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
8d138742 4432$as_echo "$lt_cv_prog_gnu_ld" >&6; }
d9898ee8 4433with_gnu_ld=$lt_cv_prog_gnu_ld
4434
4435
d9898ee8 4436
8d138742
CE
4437
4438
4439
4440
4441
4442
b0322a85 4443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
8d138742 4444$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
b0322a85 4445if ${lt_cv_path_NM+:} false; then :
8d138742 4446 $as_echo_n "(cached) " >&6
d9898ee8 4447else
4448 if test -n "$NM"; then
4449 # Let the user override the test.
4450 lt_cv_path_NM="$NM"
4451else
4452 lt_nm_to_check="${ac_tool_prefix}nm"
4453 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4454 lt_nm_to_check="$lt_nm_to_check nm"
4455 fi
4456 for lt_tmp_nm in $lt_nm_to_check; do
4457 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4458 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4459 IFS="$lt_save_ifs"
4460 test -z "$ac_dir" && ac_dir=.
4461 tmp_nm="$ac_dir/$lt_tmp_nm"
4462 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4463 # Check to see if the nm accepts a BSD-compat flag.
4464 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4465 # nm: unknown option "B" ignored
4466 # Tru64's nm complains that /dev/null is an invalid object file
4467 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4468 */dev/null* | *'Invalid file or object type'*)
4469 lt_cv_path_NM="$tmp_nm -B"
4470 break
4471 ;;
4472 *)
4473 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4474 */dev/null*)
4475 lt_cv_path_NM="$tmp_nm -p"
4476 break
4477 ;;
4478 *)
4479 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4480 continue # so that we can try to find one that supports BSD flags
4481 ;;
4482 esac
4483 ;;
4484 esac
4485 fi
4486 done
4487 IFS="$lt_save_ifs"
4488 done
8d138742 4489 : ${lt_cv_path_NM=no}
d9898ee8 4490fi
4491fi
b0322a85 4492{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
8d138742
CE
4493$as_echo "$lt_cv_path_NM" >&6; }
4494if test "$lt_cv_path_NM" != "no"; then
4495 NM="$lt_cv_path_NM"
4496else
4497 # Didn't find any BSD compatible name lister, look for dumpbin.
b0322a85
CE
4498 if test -n "$DUMPBIN"; then :
4499 # Let the user override the test.
4500 else
4501 if test -n "$ac_tool_prefix"; then
4502 for ac_prog in dumpbin "link -dump"
8d138742
CE
4503 do
4504 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4505set dummy $ac_tool_prefix$ac_prog; ac_word=$2
b0322a85 4506{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 4507$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 4508if ${ac_cv_prog_DUMPBIN+:} false; then :
8d138742
CE
4509 $as_echo_n "(cached) " >&6
4510else
4511 if test -n "$DUMPBIN"; then
4512 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4513else
4514as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4515for as_dir in $PATH
4516do
4517 IFS=$as_save_IFS
4518 test -z "$as_dir" && as_dir=.
b0322a85
CE
4519 for ac_exec_ext in '' $ac_executable_extensions; do
4520 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 4521 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
b0322a85 4522 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
4523 break 2
4524 fi
4525done
b0322a85 4526 done
8d138742 4527IFS=$as_save_IFS
d9898ee8 4528
8d138742
CE
4529fi
4530fi
4531DUMPBIN=$ac_cv_prog_DUMPBIN
4532if test -n "$DUMPBIN"; then
b0322a85 4533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
8d138742 4534$as_echo "$DUMPBIN" >&6; }
d9898ee8 4535else
b0322a85 4536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
4537$as_echo "no" >&6; }
4538fi
d9898ee8 4539
d9898ee8 4540
8d138742
CE
4541 test -n "$DUMPBIN" && break
4542 done
4543fi
4544if test -z "$DUMPBIN"; then
4545 ac_ct_DUMPBIN=$DUMPBIN
b0322a85 4546 for ac_prog in dumpbin "link -dump"
8d138742
CE
4547do
4548 # Extract the first word of "$ac_prog", so it can be a program name with args.
4549set dummy $ac_prog; ac_word=$2
b0322a85 4550{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 4551$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 4552if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
8d138742
CE
4553 $as_echo_n "(cached) " >&6
4554else
4555 if test -n "$ac_ct_DUMPBIN"; then
4556 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4557else
4558as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4559for as_dir in $PATH
4560do
4561 IFS=$as_save_IFS
4562 test -z "$as_dir" && as_dir=.
b0322a85
CE
4563 for ac_exec_ext in '' $ac_executable_extensions; do
4564 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 4565 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
b0322a85 4566 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
4567 break 2
4568 fi
4569done
b0322a85 4570 done
8d138742 4571IFS=$as_save_IFS
d9898ee8 4572
8d138742
CE
4573fi
4574fi
4575ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4576if test -n "$ac_ct_DUMPBIN"; then
b0322a85 4577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
8d138742
CE
4578$as_echo "$ac_ct_DUMPBIN" >&6; }
4579else
b0322a85 4580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
4581$as_echo "no" >&6; }
4582fi
d9898ee8 4583
d9898ee8 4584
8d138742
CE
4585 test -n "$ac_ct_DUMPBIN" && break
4586done
4587
4588 if test "x$ac_ct_DUMPBIN" = x; then
4589 DUMPBIN=":"
ac40fd9e 4590 else
8d138742
CE
4591 case $cross_compiling:$ac_tool_warned in
4592yes:)
b0322a85 4593{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742
CE
4594$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4595ac_tool_warned=yes ;;
4596esac
4597 DUMPBIN=$ac_ct_DUMPBIN
ac40fd9e 4598 fi
8d138742 4599fi
d9898ee8 4600
b0322a85
CE
4601 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4602 *COFF*)
4603 DUMPBIN="$DUMPBIN -symbols"
4604 ;;
4605 *)
4606 DUMPBIN=:
4607 ;;
4608 esac
4609 fi
d9898ee8 4610
8d138742
CE
4611 if test "$DUMPBIN" != ":"; then
4612 NM="$DUMPBIN"
d9898ee8 4613 fi
8d138742
CE
4614fi
4615test -z "$NM" && NM=nm
d9898ee8 4616
d9898ee8 4617
d9898ee8 4618
d9898ee8 4619
d9898ee8 4620
d9898ee8 4621
b0322a85 4622{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
8d138742 4623$as_echo_n "checking the name lister ($NM) interface... " >&6; }
b0322a85 4624if ${lt_cv_nm_interface+:} false; then :
8d138742
CE
4625 $as_echo_n "(cached) " >&6
4626else
4627 lt_cv_nm_interface="BSD nm"
4628 echo "int some_variable = 0;" > conftest.$ac_ext
b0322a85 4629 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
8d138742
CE
4630 (eval "$ac_compile" 2>conftest.err)
4631 cat conftest.err >&5
b0322a85 4632 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
8d138742
CE
4633 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4634 cat conftest.err >&5
b0322a85 4635 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
8d138742
CE
4636 cat conftest.out >&5
4637 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4638 lt_cv_nm_interface="MS dumpbin"
d9898ee8 4639 fi
8d138742
CE
4640 rm -f conftest*
4641fi
b0322a85 4642{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
8d138742 4643$as_echo "$lt_cv_nm_interface" >&6; }
d9898ee8 4644
8d138742 4645# find the maximum length of command line arguments
b0322a85 4646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
8d138742 4647$as_echo_n "checking the maximum length of command line arguments... " >&6; }
b0322a85 4648if ${lt_cv_sys_max_cmd_len+:} false; then :
8d138742
CE
4649 $as_echo_n "(cached) " >&6
4650else
4651 i=0
4652 teststring="ABCD"
d9898ee8 4653
8d138742
CE
4654 case $build_os in
4655 msdosdjgpp*)
4656 # On DJGPP, this test can blow up pretty badly due to problems in libc
4657 # (any single argument exceeding 2000 bytes causes a buffer overrun
4658 # during glob expansion). Even if it were fixed, the result of this
4659 # check would be larger than it should be.
4660 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4661 ;;
d9898ee8 4662
8d138742
CE
4663 gnu*)
4664 # Under GNU Hurd, this test is not required because there is
4665 # no limit to the length of command line arguments.
4666 # Libtool will interpret -1 as no limit whatsoever
4667 lt_cv_sys_max_cmd_len=-1;
4668 ;;
d9898ee8 4669
8d138742
CE
4670 cygwin* | mingw* | cegcc*)
4671 # On Win9x/ME, this test blows up -- it succeeds, but takes
4672 # about 5 minutes as the teststring grows exponentially.
4673 # Worse, since 9x/ME are not pre-emptively multitasking,
4674 # you end up with a "frozen" computer, even though with patience
4675 # the test eventually succeeds (with a max line length of 256k).
4676 # Instead, let's just punt: use the minimum linelength reported by
4677 # all of the supported platforms: 8192 (on NT/2K/XP).
4678 lt_cv_sys_max_cmd_len=8192;
4679 ;;
ac40fd9e 4680
b0322a85
CE
4681 mint*)
4682 # On MiNT this can take a long time and run out of memory.
4683 lt_cv_sys_max_cmd_len=8192;
4684 ;;
4685
8d138742
CE
4686 amigaos*)
4687 # On AmigaOS with pdksh, this test takes hours, literally.
4688 # So we just punt and use a minimum line length of 8192.
4689 lt_cv_sys_max_cmd_len=8192;
4690 ;;
d9898ee8 4691
8d138742
CE
4692 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4693 # This has been around since 386BSD, at least. Likely further.
4694 if test -x /sbin/sysctl; then
4695 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4696 elif test -x /usr/sbin/sysctl; then
4697 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4698 else
4699 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4700 fi
4701 # And add a safety zone
4702 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4703 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
d9898ee8 4704 ;;
8d138742
CE
4705
4706 interix*)
4707 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4708 lt_cv_sys_max_cmd_len=196608
d9898ee8 4709 ;;
8d138742 4710
b0322a85
CE
4711 os2*)
4712 # The test takes a long time on OS/2.
4713 lt_cv_sys_max_cmd_len=8192
4714 ;;
4715
8d138742
CE
4716 osf*)
4717 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4718 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4719 # nice to cause kernel panics so lets avoid the loop below.
4720 # First set a reasonable default.
4721 lt_cv_sys_max_cmd_len=16384
4722 #
4723 if test -x /sbin/sysconfig; then
4724 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4725 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4726 esac
4727 fi
d9898ee8 4728 ;;
8d138742
CE
4729 sco3.2v5*)
4730 lt_cv_sys_max_cmd_len=102400
d9898ee8 4731 ;;
8d138742
CE
4732 sysv5* | sco5v6* | sysv4.2uw2*)
4733 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4734 if test -n "$kargmax"; then
4735 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4736 else
4737 lt_cv_sys_max_cmd_len=32768
4738 fi
d9898ee8 4739 ;;
8d138742
CE
4740 *)
4741 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4742 if test -n "$lt_cv_sys_max_cmd_len"; then
4743 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4744 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4745 else
4746 # Make teststring a little bigger before we do anything with it.
4747 # a 1K string should be a reasonable start.
4748 for i in 1 2 3 4 5 6 7 8 ; do
4749 teststring=$teststring$teststring
4750 done
4751 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4752 # If test is not a shell built-in, we'll probably end up computing a
4753 # maximum length that is only half of the actual maximum length, but
4754 # we can't tell.
b0322a85
CE
4755 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
4756 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
8d138742
CE
4757 test $i != 17 # 1/2 MB should be enough
4758 do
4759 i=`expr $i + 1`
4760 teststring=$teststring$teststring
4761 done
4762 # Only check the string length outside the loop.
4763 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4764 teststring=
4765 # Add a significant safety factor because C++ compilers can tack on
4766 # massive amounts of additional arguments before passing them to the
4767 # linker. It appears as though 1/2 is a usable value.
4768 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4769 fi
d9898ee8 4770 ;;
4771 esac
d9898ee8 4772
4773fi
d9898ee8 4774
8d138742 4775if test -n $lt_cv_sys_max_cmd_len ; then
b0322a85 4776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
8d138742
CE
4777$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4778else
b0322a85 4779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
8d138742
CE
4780$as_echo "none" >&6; }
4781fi
4782max_cmd_len=$lt_cv_sys_max_cmd_len
d9898ee8 4783
d9898ee8 4784
d9898ee8 4785
d9898ee8 4786
4787
8d138742
CE
4788
4789: ${CP="cp -f"}
4790: ${MV="mv -f"}
4791: ${RM="rm -f"}
4792
b0322a85 4793{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
8d138742
CE
4794$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4795# Try some XSI features
4796xsi_shell=no
4797( _lt_dummy="a/b/c"
b0322a85
CE
4798 test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
4799 = c,a/b,b/c, \
8d138742
CE
4800 && eval 'test $(( 1 + 1 )) -eq 2 \
4801 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4802 && xsi_shell=yes
b0322a85 4803{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
8d138742
CE
4804$as_echo "$xsi_shell" >&6; }
4805
4806
b0322a85 4807{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
8d138742
CE
4808$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4809lt_shell_append=no
4810( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4811 >/dev/null 2>&1 \
4812 && lt_shell_append=yes
b0322a85 4813{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
8d138742
CE
4814$as_echo "$lt_shell_append" >&6; }
4815
4816
4817if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4818 lt_unset=unset
4819else
4820 lt_unset=false
dd184caf 4821fi
d9898ee8 4822
d9898ee8 4823
8d138742
CE
4824
4825
4826
4827# test EBCDIC or ASCII
4828case `echo X|tr X '\101'` in
4829 A) # ASCII based system
4830 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4831 lt_SP2NL='tr \040 \012'
4832 lt_NL2SP='tr \015\012 \040\040'
d9898ee8 4833 ;;
8d138742
CE
4834 *) # EBCDIC based system
4835 lt_SP2NL='tr \100 \n'
4836 lt_NL2SP='tr \r\n \100\100'
d9898ee8 4837 ;;
8d138742
CE
4838esac
4839
d9898ee8 4840
d9898ee8 4841
d9898ee8 4842
d9898ee8 4843
d9898ee8 4844
d9898ee8 4845
dd184caf 4846
d9898ee8 4847
b0322a85
CE
4848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
4849$as_echo_n "checking how to convert $build file names to $host format... " >&6; }
4850if ${lt_cv_to_host_file_cmd+:} false; then :
4851 $as_echo_n "(cached) " >&6
4852else
4853 case $host in
4854 *-*-mingw* )
4855 case $build in
4856 *-*-mingw* ) # actually msys
4857 lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
4858 ;;
4859 *-*-cygwin* )
4860 lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
4861 ;;
4862 * ) # otherwise, assume *nix
4863 lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
4864 ;;
4865 esac
4866 ;;
4867 *-*-cygwin* )
4868 case $build in
4869 *-*-mingw* ) # actually msys
4870 lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
4871 ;;
4872 *-*-cygwin* )
4873 lt_cv_to_host_file_cmd=func_convert_file_noop
4874 ;;
4875 * ) # otherwise, assume *nix
4876 lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
4877 ;;
4878 esac
4879 ;;
4880 * ) # unhandled hosts (and "normal" native builds)
4881 lt_cv_to_host_file_cmd=func_convert_file_noop
4882 ;;
4883esac
4884
4885fi
4886
4887to_host_file_cmd=$lt_cv_to_host_file_cmd
4888{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
4889$as_echo "$lt_cv_to_host_file_cmd" >&6; }
4890
4891
4892
4893
4894
4895{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
4896$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
4897if ${lt_cv_to_tool_file_cmd+:} false; then :
4898 $as_echo_n "(cached) " >&6
4899else
4900 #assume ordinary cross tools, or native build.
4901lt_cv_to_tool_file_cmd=func_convert_file_noop
4902case $host in
4903 *-*-mingw* )
4904 case $build in
4905 *-*-mingw* ) # actually msys
4906 lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
4907 ;;
4908 esac
4909 ;;
4910esac
4911
4912fi
4913
4914to_tool_file_cmd=$lt_cv_to_tool_file_cmd
4915{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
4916$as_echo "$lt_cv_to_tool_file_cmd" >&6; }
4917
4918
4919
4920
4921
4922{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
8d138742 4923$as_echo_n "checking for $LD option to reload object files... " >&6; }
b0322a85 4924if ${lt_cv_ld_reload_flag+:} false; then :
8d138742
CE
4925 $as_echo_n "(cached) " >&6
4926else
4927 lt_cv_ld_reload_flag='-r'
d9898ee8 4928fi
b0322a85 4929{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
8d138742
CE
4930$as_echo "$lt_cv_ld_reload_flag" >&6; }
4931reload_flag=$lt_cv_ld_reload_flag
4932case $reload_flag in
4933"" | " "*) ;;
4934*) reload_flag=" $reload_flag" ;;
4935esac
4936reload_cmds='$LD$reload_flag -o $output$reload_objs'
4937case $host_os in
b0322a85
CE
4938 cygwin* | mingw* | pw32* | cegcc*)
4939 if test "$GCC" != yes; then
4940 reload_cmds=false
4941 fi
4942 ;;
8d138742
CE
4943 darwin*)
4944 if test "$GCC" = yes; then
4945 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4946 else
4947 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4948 fi
4949 ;;
4950esac
d9898ee8 4951
4952
d9898ee8 4953
d9898ee8 4954
4955
8d138742
CE
4956
4957
4958
4959
4960if test -n "$ac_tool_prefix"; then
4961 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4962set dummy ${ac_tool_prefix}objdump; ac_word=$2
b0322a85 4963{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 4964$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 4965if ${ac_cv_prog_OBJDUMP+:} false; then :
8d138742 4966 $as_echo_n "(cached) " >&6
d9898ee8 4967else
8d138742
CE
4968 if test -n "$OBJDUMP"; then
4969 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
d9898ee8 4970else
8d138742
CE
4971as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4972for as_dir in $PATH
4973do
4974 IFS=$as_save_IFS
4975 test -z "$as_dir" && as_dir=.
b0322a85
CE
4976 for ac_exec_ext in '' $ac_executable_extensions; do
4977 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 4978 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
b0322a85 4979 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
4980 break 2
4981 fi
4982done
b0322a85 4983 done
8d138742 4984IFS=$as_save_IFS
d9898ee8 4985
8d138742
CE
4986fi
4987fi
4988OBJDUMP=$ac_cv_prog_OBJDUMP
4989if test -n "$OBJDUMP"; then
b0322a85 4990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
8d138742
CE
4991$as_echo "$OBJDUMP" >&6; }
4992else
b0322a85 4993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 4994$as_echo "no" >&6; }
d9898ee8 4995fi
dd184caf 4996
d9898ee8 4997
d9898ee8 4998fi
8d138742
CE
4999if test -z "$ac_cv_prog_OBJDUMP"; then
5000 ac_ct_OBJDUMP=$OBJDUMP
5001 # Extract the first word of "objdump", so it can be a program name with args.
5002set dummy objdump; ac_word=$2
b0322a85 5003{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 5004$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 5005if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
8d138742
CE
5006 $as_echo_n "(cached) " >&6
5007else
5008 if test -n "$ac_ct_OBJDUMP"; then
5009 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5010else
5011as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5012for as_dir in $PATH
5013do
5014 IFS=$as_save_IFS
5015 test -z "$as_dir" && as_dir=.
b0322a85
CE
5016 for ac_exec_ext in '' $ac_executable_extensions; do
5017 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 5018 ac_cv_prog_ac_ct_OBJDUMP="objdump"
b0322a85 5019 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
5020 break 2
5021 fi
d9898ee8 5022done
b0322a85 5023 done
8d138742 5024IFS=$as_save_IFS
d9898ee8 5025
5026fi
d9898ee8 5027fi
8d138742
CE
5028ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5029if test -n "$ac_ct_OBJDUMP"; then
b0322a85 5030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
8d138742 5031$as_echo "$ac_ct_OBJDUMP" >&6; }
d9898ee8 5032else
b0322a85 5033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 5034$as_echo "no" >&6; }
d9898ee8 5035fi
dd184caf 5036
8d138742
CE
5037 if test "x$ac_ct_OBJDUMP" = x; then
5038 OBJDUMP="false"
5039 else
5040 case $cross_compiling:$ac_tool_warned in
5041yes:)
b0322a85 5042{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742
CE
5043$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5044ac_tool_warned=yes ;;
dd184caf 5045esac
8d138742
CE
5046 OBJDUMP=$ac_ct_OBJDUMP
5047 fi
d9898ee8 5048else
8d138742 5049 OBJDUMP="$ac_cv_prog_OBJDUMP"
d9898ee8 5050fi
dd184caf 5051
8d138742 5052test -z "$OBJDUMP" && OBJDUMP=objdump
d9898ee8 5053
d9898ee8 5054
5055
d9898ee8 5056
d9898ee8 5057
d9898ee8 5058
dd184caf 5059
d9898ee8 5060
d9898ee8 5061
b0322a85 5062{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
8d138742 5063$as_echo_n "checking how to recognize dependent libraries... " >&6; }
b0322a85 5064if ${lt_cv_deplibs_check_method+:} false; then :
8d138742 5065 $as_echo_n "(cached) " >&6
d9898ee8 5066else
8d138742
CE
5067 lt_cv_file_magic_cmd='$MAGIC_CMD'
5068lt_cv_file_magic_test_file=
5069lt_cv_deplibs_check_method='unknown'
5070# Need to set the preceding variable on all platforms that support
5071# interlibrary dependencies.
5072# 'none' -- dependencies not supported.
5073# `unknown' -- same as none, but documents that we really don't know.
5074# 'pass_all' -- all dependencies passed with no checks.
5075# 'test_compile' -- check by making test program.
5076# 'file_magic [[regex]]' -- check by looking for files in library path
5077# which responds to the $file_magic_cmd with a given extended regex.
5078# If you have `file' or equivalent on your system and you're not sure
5079# whether `pass_all' will *always* work, you probably want this one.
d9898ee8 5080
8d138742
CE
5081case $host_os in
5082aix[4-9]*)
5083 lt_cv_deplibs_check_method=pass_all
5084 ;;
d9898ee8 5085
8d138742
CE
5086beos*)
5087 lt_cv_deplibs_check_method=pass_all
5088 ;;
d9898ee8 5089
8d138742
CE
5090bsdi[45]*)
5091 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5092 lt_cv_file_magic_cmd='/usr/bin/file -L'
5093 lt_cv_file_magic_test_file=/shlib/libc.so
5094 ;;
d9898ee8 5095
8d138742
CE
5096cygwin*)
5097 # func_win32_libid is a shell function defined in ltmain.sh
5098 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5099 lt_cv_file_magic_cmd='func_win32_libid'
5100 ;;
d9898ee8 5101
8d138742
CE
5102mingw* | pw32*)
5103 # Base MSYS/MinGW do not provide the 'file' command needed by
5104 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5105 # unless we find 'file', for example because we are cross-compiling.
b0322a85
CE
5106 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5107 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
8d138742
CE
5108 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5109 lt_cv_file_magic_cmd='func_win32_libid'
5110 else
b0322a85
CE
5111 # Keep this pattern in sync with the one in func_win32_libid.
5112 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
8d138742
CE
5113 lt_cv_file_magic_cmd='$OBJDUMP -f'
5114 fi
5115 ;;
d9898ee8 5116
b0322a85 5117cegcc*)
8d138742
CE
5118 # use the weaker test based on 'objdump'. See mingw*.
5119 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5120 lt_cv_file_magic_cmd='$OBJDUMP -f'
5121 ;;
d9898ee8 5122
8d138742
CE
5123darwin* | rhapsody*)
5124 lt_cv_deplibs_check_method=pass_all
5125 ;;
dd184caf 5126
8d138742
CE
5127freebsd* | dragonfly*)
5128 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5129 case $host_cpu in
5130 i*86 )
5131 # Not sure whether the presence of OpenBSD here was a mistake.
5132 # Let's accept both of them until this is cleared up.
5133 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5134 lt_cv_file_magic_cmd=/usr/bin/file
5135 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5136 ;;
5137 esac
5138 else
5139 lt_cv_deplibs_check_method=pass_all
5140 fi
5141 ;;
dd184caf 5142
8d138742
CE
5143gnu*)
5144 lt_cv_deplibs_check_method=pass_all
5145 ;;
d9898ee8 5146
b0322a85
CE
5147haiku*)
5148 lt_cv_deplibs_check_method=pass_all
5149 ;;
5150
8d138742
CE
5151hpux10.20* | hpux11*)
5152 lt_cv_file_magic_cmd=/usr/bin/file
5153 case $host_cpu in
5154 ia64*)
5155 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5156 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5157 ;;
5158 hppa*64*)
b0322a85 5159 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
8d138742
CE
5160 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5161 ;;
5162 *)
b0322a85 5163 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
8d138742
CE
5164 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5165 ;;
5166 esac
5167 ;;
d9898ee8 5168
8d138742
CE
5169interix[3-9]*)
5170 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5171 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5172 ;;
d9898ee8 5173
8d138742
CE
5174irix5* | irix6* | nonstopux*)
5175 case $LD in
5176 *-32|*"-32 ") libmagic=32-bit;;
5177 *-n32|*"-n32 ") libmagic=N32;;
5178 *-64|*"-64 ") libmagic=64-bit;;
5179 *) libmagic=never-match;;
5180 esac
5181 lt_cv_deplibs_check_method=pass_all
5182 ;;
d9898ee8 5183
b0322a85
CE
5184# This must be glibc/ELF.
5185linux* | k*bsd*-gnu | kopensolaris*-gnu)
8d138742
CE
5186 lt_cv_deplibs_check_method=pass_all
5187 ;;
d9898ee8 5188
8d138742
CE
5189netbsd*)
5190 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5191 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5192 else
5193 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5194 fi
5195 ;;
d9898ee8 5196
8d138742
CE
5197newos6*)
5198 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5199 lt_cv_file_magic_cmd=/usr/bin/file
5200 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5201 ;;
d9898ee8 5202
8d138742
CE
5203*nto* | *qnx*)
5204 lt_cv_deplibs_check_method=pass_all
5205 ;;
d9898ee8 5206
b0322a85
CE
5207openbsd*)
5208 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5209 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5210 else
5211 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5212 fi
5213 ;;
5214
5215osf3* | osf4* | osf5*)
5216 lt_cv_deplibs_check_method=pass_all
5217 ;;
5218
5219rdos*)
5220 lt_cv_deplibs_check_method=pass_all
5221 ;;
5222
5223solaris*)
5224 lt_cv_deplibs_check_method=pass_all
5225 ;;
5226
5227sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5228 lt_cv_deplibs_check_method=pass_all
5229 ;;
5230
5231sysv4 | sysv4.3*)
5232 case $host_vendor in
5233 motorola)
5234 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
5235 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5236 ;;
5237 ncr)
5238 lt_cv_deplibs_check_method=pass_all
5239 ;;
5240 sequent)
5241 lt_cv_file_magic_cmd='/bin/file'
5242 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5243 ;;
5244 sni)
5245 lt_cv_file_magic_cmd='/bin/file'
5246 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5247 lt_cv_file_magic_test_file=/lib/libc.so
5248 ;;
5249 siemens)
5250 lt_cv_deplibs_check_method=pass_all
5251 ;;
5252 pc)
5253 lt_cv_deplibs_check_method=pass_all
5254 ;;
5255 esac
5256 ;;
5257
5258tpf*)
5259 lt_cv_deplibs_check_method=pass_all
5260 ;;
5261esac
5262
5263fi
5264{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5265$as_echo "$lt_cv_deplibs_check_method" >&6; }
5266
5267file_magic_glob=
5268want_nocaseglob=no
5269if test "$build" = "$host"; then
5270 case $host_os in
5271 mingw* | pw32*)
5272 if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
5273 want_nocaseglob=yes
5274 else
5275 file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
5276 fi
5277 ;;
5278 esac
5279fi
5280
5281file_magic_cmd=$lt_cv_file_magic_cmd
5282deplibs_check_method=$lt_cv_deplibs_check_method
5283test -z "$deplibs_check_method" && deplibs_check_method=unknown
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306if test -n "$ac_tool_prefix"; then
5307 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
5308set dummy ${ac_tool_prefix}dlltool; ac_word=$2
5309{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5310$as_echo_n "checking for $ac_word... " >&6; }
5311if ${ac_cv_prog_DLLTOOL+:} false; then :
5312 $as_echo_n "(cached) " >&6
5313else
5314 if test -n "$DLLTOOL"; then
5315 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
5316else
5317as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5318for as_dir in $PATH
5319do
5320 IFS=$as_save_IFS
5321 test -z "$as_dir" && as_dir=.
5322 for ac_exec_ext in '' $ac_executable_extensions; do
5323 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5324 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5325 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5326 break 2
5327 fi
5328done
5329 done
5330IFS=$as_save_IFS
5331
5332fi
5333fi
5334DLLTOOL=$ac_cv_prog_DLLTOOL
5335if test -n "$DLLTOOL"; then
5336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
5337$as_echo "$DLLTOOL" >&6; }
5338else
5339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5340$as_echo "no" >&6; }
5341fi
5342
5343
5344fi
5345if test -z "$ac_cv_prog_DLLTOOL"; then
5346 ac_ct_DLLTOOL=$DLLTOOL
5347 # Extract the first word of "dlltool", so it can be a program name with args.
5348set dummy dlltool; ac_word=$2
5349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5350$as_echo_n "checking for $ac_word... " >&6; }
5351if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
5352 $as_echo_n "(cached) " >&6
5353else
5354 if test -n "$ac_ct_DLLTOOL"; then
5355 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
5356else
5357as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5358for as_dir in $PATH
5359do
5360 IFS=$as_save_IFS
5361 test -z "$as_dir" && as_dir=.
5362 for ac_exec_ext in '' $ac_executable_extensions; do
5363 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5364 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5366 break 2
5367 fi
5368done
5369 done
5370IFS=$as_save_IFS
5371
5372fi
5373fi
5374ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
5375if test -n "$ac_ct_DLLTOOL"; then
5376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
5377$as_echo "$ac_ct_DLLTOOL" >&6; }
5378else
5379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5380$as_echo "no" >&6; }
5381fi
5382
5383 if test "x$ac_ct_DLLTOOL" = x; then
5384 DLLTOOL="false"
8d138742 5385 else
b0322a85
CE
5386 case $cross_compiling:$ac_tool_warned in
5387yes:)
5388{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5389$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5390ac_tool_warned=yes ;;
5391esac
5392 DLLTOOL=$ac_ct_DLLTOOL
8d138742 5393 fi
b0322a85
CE
5394else
5395 DLLTOOL="$ac_cv_prog_DLLTOOL"
5396fi
d9898ee8 5397
b0322a85 5398test -z "$DLLTOOL" && DLLTOOL=dlltool
d9898ee8 5399
5400
5401
d9898ee8 5402
b0322a85
CE
5403
5404
5405
5406
5407
5408
5409{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
5410$as_echo_n "checking how to associate runtime and link libraries... " >&6; }
5411if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
5412 $as_echo_n "(cached) " >&6
5413else
5414 lt_cv_sharedlib_from_linklib_cmd='unknown'
5415
5416case $host_os in
5417cygwin* | mingw* | pw32* | cegcc*)
5418 # two different shell functions defined in ltmain.sh
5419 # decide which to use based on capabilities of $DLLTOOL
5420 case `$DLLTOOL --help 2>&1` in
5421 *--identify-strict*)
5422 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
8d138742 5423 ;;
b0322a85
CE
5424 *)
5425 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
8d138742
CE
5426 ;;
5427 esac
5428 ;;
b0322a85
CE
5429*)
5430 # fallback: assume linklib IS sharedlib
5431 lt_cv_sharedlib_from_linklib_cmd="$ECHO"
8d138742 5432 ;;
dd184caf 5433esac
d9898ee8 5434
d9898ee8 5435fi
b0322a85
CE
5436{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
5437$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
5438sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
5439test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
d9898ee8 5440
5441
8d138742
CE
5442
5443
5444
5445
5446
5447
5448if test -n "$ac_tool_prefix"; then
b0322a85
CE
5449 for ac_prog in ar
5450 do
5451 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5452set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5453{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 5454$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 5455if ${ac_cv_prog_AR+:} false; then :
8d138742 5456 $as_echo_n "(cached) " >&6
d9898ee8 5457else
8d138742
CE
5458 if test -n "$AR"; then
5459 ac_cv_prog_AR="$AR" # Let the user override the test.
d9898ee8 5460else
8d138742
CE
5461as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5462for as_dir in $PATH
5463do
5464 IFS=$as_save_IFS
5465 test -z "$as_dir" && as_dir=.
b0322a85
CE
5466 for ac_exec_ext in '' $ac_executable_extensions; do
5467 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5468 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5469 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
5470 break 2
5471 fi
5472done
b0322a85 5473 done
8d138742 5474IFS=$as_save_IFS
d9898ee8 5475
8d138742
CE
5476fi
5477fi
5478AR=$ac_cv_prog_AR
5479if test -n "$AR"; then
b0322a85 5480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8d138742
CE
5481$as_echo "$AR" >&6; }
5482else
b0322a85 5483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 5484$as_echo "no" >&6; }
d9898ee8 5485fi
dd184caf 5486
d9898ee8 5487
b0322a85
CE
5488 test -n "$AR" && break
5489 done
8d138742 5490fi
b0322a85 5491if test -z "$AR"; then
8d138742 5492 ac_ct_AR=$AR
b0322a85
CE
5493 for ac_prog in ar
5494do
5495 # Extract the first word of "$ac_prog", so it can be a program name with args.
5496set dummy $ac_prog; ac_word=$2
5497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 5498$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 5499if ${ac_cv_prog_ac_ct_AR+:} false; then :
8d138742 5500 $as_echo_n "(cached) " >&6
d9898ee8 5501else
8d138742
CE
5502 if test -n "$ac_ct_AR"; then
5503 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5504else
5505as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5506for as_dir in $PATH
5507do
5508 IFS=$as_save_IFS
5509 test -z "$as_dir" && as_dir=.
b0322a85
CE
5510 for ac_exec_ext in '' $ac_executable_extensions; do
5511 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5512 ac_cv_prog_ac_ct_AR="$ac_prog"
5513 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
5514 break 2
5515 fi
5516done
b0322a85 5517 done
8d138742 5518IFS=$as_save_IFS
d9898ee8 5519
8d138742
CE
5520fi
5521fi
5522ac_ct_AR=$ac_cv_prog_ac_ct_AR
5523if test -n "$ac_ct_AR"; then
b0322a85 5524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
8d138742
CE
5525$as_echo "$ac_ct_AR" >&6; }
5526else
b0322a85 5527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 5528$as_echo "no" >&6; }
d9898ee8 5529fi
dd184caf 5530
b0322a85
CE
5531
5532 test -n "$ac_ct_AR" && break
5533done
5534
8d138742
CE
5535 if test "x$ac_ct_AR" = x; then
5536 AR="false"
5537 else
5538 case $cross_compiling:$ac_tool_warned in
5539yes:)
b0322a85 5540{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742
CE
5541$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5542ac_tool_warned=yes ;;
d9898ee8 5543esac
8d138742
CE
5544 AR=$ac_ct_AR
5545 fi
d9898ee8 5546fi
d9898ee8 5547
b0322a85
CE
5548: ${AR=ar}
5549: ${AR_FLAGS=cru}
5550
5551
5552
5553
5554
5555
5556
d9898ee8 5557
d9898ee8 5558
d9898ee8 5559
8d138742 5560
b0322a85
CE
5561{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
5562$as_echo_n "checking for archiver @FILE support... " >&6; }
5563if ${lt_cv_ar_at_file+:} false; then :
5564 $as_echo_n "(cached) " >&6
5565else
5566 lt_cv_ar_at_file=no
5567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5568/* end confdefs.h. */
5569
5570int
5571main ()
5572{
5573
5574 ;
5575 return 0;
5576}
5577_ACEOF
5578if ac_fn_c_try_compile "$LINENO"; then :
5579 echo conftest.$ac_objext > conftest.lst
5580 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
5581 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
5582 (eval $lt_ar_try) 2>&5
5583 ac_status=$?
5584 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5585 test $ac_status = 0; }
5586 if test "$ac_status" -eq 0; then
5587 # Ensure the archiver fails upon bogus file names.
5588 rm -f conftest.$ac_objext libconftest.a
5589 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
5590 (eval $lt_ar_try) 2>&5
5591 ac_status=$?
5592 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5593 test $ac_status = 0; }
5594 if test "$ac_status" -ne 0; then
5595 lt_cv_ar_at_file=@
5596 fi
5597 fi
5598 rm -f conftest.* libconftest.a
5599
5600fi
5601rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5602
5603fi
5604{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
5605$as_echo "$lt_cv_ar_at_file" >&6; }
5606
5607if test "x$lt_cv_ar_at_file" = xno; then
5608 archiver_list_spec=
5609else
5610 archiver_list_spec=$lt_cv_ar_at_file
5611fi
8d138742
CE
5612
5613
5614
5615
5616
5617
5618
5619if test -n "$ac_tool_prefix"; then
5620 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5621set dummy ${ac_tool_prefix}strip; ac_word=$2
b0322a85 5622{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 5623$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 5624if ${ac_cv_prog_STRIP+:} false; then :
8d138742 5625 $as_echo_n "(cached) " >&6
d9898ee8 5626else
8d138742
CE
5627 if test -n "$STRIP"; then
5628 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
d9898ee8 5629else
5630as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5631for as_dir in $PATH
5632do
5633 IFS=$as_save_IFS
5634 test -z "$as_dir" && as_dir=.
b0322a85
CE
5635 for ac_exec_ext in '' $ac_executable_extensions; do
5636 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 5637 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
b0322a85 5638 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 5639 break 2
5640 fi
5641done
b0322a85 5642 done
dd184caf 5643IFS=$as_save_IFS
d9898ee8 5644
5645fi
5646fi
8d138742
CE
5647STRIP=$ac_cv_prog_STRIP
5648if test -n "$STRIP"; then
b0322a85 5649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8d138742 5650$as_echo "$STRIP" >&6; }
d9898ee8 5651else
b0322a85 5652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 5653$as_echo "no" >&6; }
d9898ee8 5654fi
5655
dd184caf 5656
d9898ee8 5657fi
8d138742
CE
5658if test -z "$ac_cv_prog_STRIP"; then
5659 ac_ct_STRIP=$STRIP
5660 # Extract the first word of "strip", so it can be a program name with args.
5661set dummy strip; ac_word=$2
b0322a85 5662{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 5663$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 5664if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
8d138742 5665 $as_echo_n "(cached) " >&6
d9898ee8 5666else
8d138742
CE
5667 if test -n "$ac_ct_STRIP"; then
5668 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
d9898ee8 5669else
5670as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5671for as_dir in $PATH
5672do
5673 IFS=$as_save_IFS
5674 test -z "$as_dir" && as_dir=.
b0322a85
CE
5675 for ac_exec_ext in '' $ac_executable_extensions; do
5676 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 5677 ac_cv_prog_ac_ct_STRIP="strip"
b0322a85 5678 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 5679 break 2
5680 fi
5681done
b0322a85 5682 done
dd184caf 5683IFS=$as_save_IFS
d9898ee8 5684
5685fi
5686fi
8d138742
CE
5687ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5688if test -n "$ac_ct_STRIP"; then
b0322a85 5689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
8d138742 5690$as_echo "$ac_ct_STRIP" >&6; }
d9898ee8 5691else
b0322a85 5692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 5693$as_echo "no" >&6; }
d9898ee8 5694fi
5695
8d138742
CE
5696 if test "x$ac_ct_STRIP" = x; then
5697 STRIP=":"
dd184caf 5698 else
5699 case $cross_compiling:$ac_tool_warned in
5700yes:)
b0322a85 5701{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742 5702$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
dd184caf 5703ac_tool_warned=yes ;;
5704esac
8d138742 5705 STRIP=$ac_ct_STRIP
dd184caf 5706 fi
8d138742
CE
5707else
5708 STRIP="$ac_cv_prog_STRIP"
dd184caf 5709fi
d9898ee8 5710
8d138742 5711test -z "$STRIP" && STRIP=:
d9898ee8 5712
d9898ee8 5713
d9898ee8 5714
dd184caf 5715
d9898ee8 5716
d9898ee8 5717
8d138742
CE
5718if test -n "$ac_tool_prefix"; then
5719 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5720set dummy ${ac_tool_prefix}ranlib; ac_word=$2
b0322a85 5721{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 5722$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 5723if ${ac_cv_prog_RANLIB+:} false; then :
8d138742 5724 $as_echo_n "(cached) " >&6
d9898ee8 5725else
8d138742
CE
5726 if test -n "$RANLIB"; then
5727 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
d9898ee8 5728else
8d138742
CE
5729as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5730for as_dir in $PATH
5731do
5732 IFS=$as_save_IFS
5733 test -z "$as_dir" && as_dir=.
b0322a85
CE
5734 for ac_exec_ext in '' $ac_executable_extensions; do
5735 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 5736 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
b0322a85 5737 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
5738 break 2
5739 fi
5740done
b0322a85 5741 done
8d138742 5742IFS=$as_save_IFS
dd184caf 5743
8d138742
CE
5744fi
5745fi
5746RANLIB=$ac_cv_prog_RANLIB
5747if test -n "$RANLIB"; then
b0322a85 5748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8d138742 5749$as_echo "$RANLIB" >&6; }
d9898ee8 5750else
b0322a85 5751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
5752$as_echo "no" >&6; }
5753fi
d9898ee8 5754
dd184caf 5755
d9898ee8 5756fi
8d138742
CE
5757if test -z "$ac_cv_prog_RANLIB"; then
5758 ac_ct_RANLIB=$RANLIB
5759 # Extract the first word of "ranlib", so it can be a program name with args.
5760set dummy ranlib; ac_word=$2
b0322a85 5761{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 5762$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 5763if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
8d138742
CE
5764 $as_echo_n "(cached) " >&6
5765else
5766 if test -n "$ac_ct_RANLIB"; then
5767 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5768else
5769as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5770for as_dir in $PATH
5771do
5772 IFS=$as_save_IFS
5773 test -z "$as_dir" && as_dir=.
b0322a85
CE
5774 for ac_exec_ext in '' $ac_executable_extensions; do
5775 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 5776 ac_cv_prog_ac_ct_RANLIB="ranlib"
b0322a85 5777 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
5778 break 2
5779 fi
5780done
b0322a85 5781 done
8d138742 5782IFS=$as_save_IFS
dd184caf 5783
d9898ee8 5784fi
8d138742
CE
5785fi
5786ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5787if test -n "$ac_ct_RANLIB"; then
b0322a85 5788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8d138742
CE
5789$as_echo "$ac_ct_RANLIB" >&6; }
5790else
b0322a85 5791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 5792$as_echo "no" >&6; }
dd184caf 5793fi
5794
8d138742
CE
5795 if test "x$ac_ct_RANLIB" = x; then
5796 RANLIB=":"
dd184caf 5797 else
8d138742
CE
5798 case $cross_compiling:$ac_tool_warned in
5799yes:)
b0322a85 5800{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742
CE
5801$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5802ac_tool_warned=yes ;;
5803esac
5804 RANLIB=$ac_ct_RANLIB
dd184caf 5805 fi
5806else
8d138742 5807 RANLIB="$ac_cv_prog_RANLIB"
dd184caf 5808fi
d9898ee8 5809
8d138742 5810test -z "$RANLIB" && RANLIB=:
d9898ee8 5811
d9898ee8 5812
d9898ee8 5813
d9898ee8 5814
d9898ee8 5815
d9898ee8 5816
8d138742
CE
5817# Determine commands to create old-style static archives.
5818old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5819old_postinstall_cmds='chmod 644 $oldlib'
5820old_postuninstall_cmds=
5821
5822if test -n "$RANLIB"; then
5823 case $host_os in
5824 openbsd*)
b0322a85 5825 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
8d138742
CE
5826 ;;
5827 *)
b0322a85 5828 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
8d138742
CE
5829 ;;
5830 esac
b0322a85 5831 old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
d9898ee8 5832fi
5833
b0322a85
CE
5834case $host_os in
5835 darwin*)
5836 lock_old_archive_extraction=yes ;;
5837 *)
5838 lock_old_archive_extraction=no ;;
5839esac
5840
5841
5842
5843
5844
5845
d9898ee8 5846
5847
5848
dd184caf 5849
d9898ee8 5850
d9898ee8 5851
dd184caf 5852
d9898ee8 5853
d9898ee8 5854
d9898ee8 5855
d9898ee8 5856
dd184caf 5857
d9898ee8 5858
d9898ee8 5859
dd184caf 5860
d9898ee8 5861
d9898ee8 5862
d9898ee8 5863
d9898ee8 5864
5865
d9898ee8 5866
d9898ee8 5867
dd184caf 5868
d9898ee8 5869
d9898ee8 5870
dd184caf 5871
d9898ee8 5872
d9898ee8 5873
5874
d9898ee8 5875
d9898ee8 5876
d9898ee8 5877
d9898ee8 5878
8d138742
CE
5879# If no C compiler was specified, use CC.
5880LTCC=${LTCC-"$CC"}
d9898ee8 5881
8d138742
CE
5882# If no C compiler flags were specified, use CFLAGS.
5883LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
d9898ee8 5884
8d138742
CE
5885# Allow CC to be a program name with arguments.
5886compiler=$CC
d9898ee8 5887
ac40fd9e 5888
d9898ee8 5889# Check for command to grab the raw symbol name followed by C symbol from nm.
b0322a85 5890{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
8d138742 5891$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
b0322a85 5892if ${lt_cv_sys_global_symbol_pipe+:} false; then :
8d138742 5893 $as_echo_n "(cached) " >&6
d9898ee8 5894else
5895
5896# These are sane defaults that work on at least a few old systems.
5897# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5898
5899# Character class describing NM global symbol codes.
5900symcode='[BCDEGRST]'
5901
5902# Regexp to match symbols that can be accessed directly from C.
5903sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5904
d9898ee8 5905# Define system-specific variables.
5906case $host_os in
5907aix*)
5908 symcode='[BCDT]'
5909 ;;
8d138742 5910cygwin* | mingw* | pw32* | cegcc*)
d9898ee8 5911 symcode='[ABCDGISTW]'
5912 ;;
8d138742 5913hpux*)
d9898ee8 5914 if test "$host_cpu" = ia64; then
5915 symcode='[ABCDEGRST]'
5916 fi
d9898ee8 5917 ;;
5918irix* | nonstopux*)
5919 symcode='[BCDEGRST]'
5920 ;;
5921osf*)
5922 symcode='[BCDEGQRST]'
5923 ;;
5924solaris*)
5925 symcode='[BDRT]'
5926 ;;
5927sco3.2v5*)
5928 symcode='[DT]'
5929 ;;
5930sysv4.2uw2*)
5931 symcode='[DT]'
5932 ;;
5933sysv5* | sco5v6* | unixware* | OpenUNIX*)
5934 symcode='[ABDT]'
5935 ;;
5936sysv4)
5937 symcode='[DFNSTU]'
5938 ;;
5939esac
5940
8d138742
CE
5941# If we're using GNU nm, then use its standard symbol codes.
5942case `$NM -V 2>&1` in
5943*GNU* | *'with BFD'*)
5944 symcode='[ABCDGIRSTW]' ;;
5945esac
5946
5947# Transform an extracted symbol line into a proper C declaration.
5948# Some systems (esp. on ia64) link data and code symbols differently,
5949# so use this general approach.
5950lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5951
5952# Transform an extracted symbol line into symbol name and symbol address
b0322a85
CE
5953lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5954lt_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'"
8d138742 5955
d9898ee8 5956# Handle CRLF in mingw tool chain
5957opt_cr=
5958case $build_os in
5959mingw*)
8d138742 5960 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
d9898ee8 5961 ;;
5962esac
5963
8d138742 5964# Try without a prefix underscore, then with it.
d9898ee8 5965for ac_symprfx in "" "_"; do
5966
5967 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5968 symxfrm="\\1 $ac_symprfx\\2 \\2"
5969
5970 # Write the raw and C identifiers.
8d138742
CE
5971 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5972 # Fake it for dumpbin and say T for any non-static function
5973 # and D for any global variable.
5974 # Also find C++ and __fastcall symbols from MSVC++,
5975 # which start with @ or ?.
5976 lt_cv_sys_global_symbol_pipe="$AWK '"\
5977" {last_section=section; section=\$ 3};"\
b0322a85 5978" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
8d138742
CE
5979" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5980" \$ 0!~/External *\|/{next};"\
5981" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5982" {if(hide[section]) next};"\
5983" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5984" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5985" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5986" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5987" ' prfx=^$ac_symprfx"
5988 else
5989 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5990 fi
b0322a85 5991 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
d9898ee8 5992
5993 # Check to see that the pipe works correctly.
5994 pipe_works=no
5995
5996 rm -f conftest*
8d138742 5997 cat > conftest.$ac_ext <<_LT_EOF
d9898ee8 5998#ifdef __cplusplus
5999extern "C" {
6000#endif
6001char nm_test_var;
8d138742
CE
6002void nm_test_func(void);
6003void nm_test_func(void){}
d9898ee8 6004#ifdef __cplusplus
6005}
6006#endif
6007int main(){nm_test_var='a';nm_test_func();return(0);}
8d138742 6008_LT_EOF
d9898ee8 6009
b0322a85 6010 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d9898ee8 6011 (eval $ac_compile) 2>&5
6012 ac_status=$?
b0322a85
CE
6013 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6014 test $ac_status = 0; }; then
d9898ee8 6015 # Now try to grab the symbols.
6016 nlist=conftest.nm
b0322a85
CE
6017 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6018 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
d9898ee8 6019 ac_status=$?
b0322a85
CE
6020 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6021 test $ac_status = 0; } && test -s "$nlist"; then
d9898ee8 6022 # Try sorting and uniquifying the output.
6023 if sort "$nlist" | uniq > "$nlist"T; then
6024 mv -f "$nlist"T "$nlist"
6025 else
6026 rm -f "$nlist"T
6027 fi
6028
6029 # Make sure that we snagged all the symbols we need.
8d138742
CE
6030 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6031 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6032 cat <<_LT_EOF > conftest.$ac_ext
b0322a85
CE
6033/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
6034#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
6035/* DATA imports from DLLs on WIN32 con't be const, because runtime
6036 relocations are performed -- see ld's documentation on pseudo-relocs. */
6037# define LT_DLSYM_CONST
6038#elif defined(__osf__)
6039/* This system does not cope well with relocations in const data. */
6040# define LT_DLSYM_CONST
6041#else
6042# define LT_DLSYM_CONST const
6043#endif
6044
d9898ee8 6045#ifdef __cplusplus
6046extern "C" {
6047#endif
6048
8d138742 6049_LT_EOF
d9898ee8 6050 # Now generate the symbol file.
8d138742 6051 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
d9898ee8 6052
8d138742 6053 cat <<_LT_EOF >> conftest.$ac_ext
d9898ee8 6054
8d138742 6055/* The mapping between symbol names and symbols. */
b0322a85 6056LT_DLSYM_CONST struct {
d9898ee8 6057 const char *name;
8d138742 6058 void *address;
d9898ee8 6059}
8d138742 6060lt__PROGRAM__LTX_preloaded_symbols[] =
d9898ee8 6061{
8d138742
CE
6062 { "@PROGRAM@", (void *) 0 },
6063_LT_EOF
6064 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6065 cat <<\_LT_EOF >> conftest.$ac_ext
6066 {0, (void *) 0}
d9898ee8 6067};
6068
8d138742
CE
6069/* This works around a problem in FreeBSD linker */
6070#ifdef FREEBSD_WORKAROUND
6071static const void *lt_preloaded_setup() {
6072 return lt__PROGRAM__LTX_preloaded_symbols;
6073}
6074#endif
6075
d9898ee8 6076#ifdef __cplusplus
6077}
6078#endif
8d138742 6079_LT_EOF
d9898ee8 6080 # Now try linking the two files.
6081 mv conftest.$ac_objext conftstm.$ac_objext
b0322a85
CE
6082 lt_globsym_save_LIBS=$LIBS
6083 lt_globsym_save_CFLAGS=$CFLAGS
d9898ee8 6084 LIBS="conftstm.$ac_objext"
6085 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
b0322a85 6086 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d9898ee8 6087 (eval $ac_link) 2>&5
6088 ac_status=$?
b0322a85
CE
6089 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6090 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
d9898ee8 6091 pipe_works=yes
6092 fi
b0322a85
CE
6093 LIBS=$lt_globsym_save_LIBS
6094 CFLAGS=$lt_globsym_save_CFLAGS
d9898ee8 6095 else
6096 echo "cannot find nm_test_func in $nlist" >&5
6097 fi
6098 else
6099 echo "cannot find nm_test_var in $nlist" >&5
6100 fi
6101 else
6102 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6103 fi
6104 else
6105 echo "$progname: failed program was:" >&5
6106 cat conftest.$ac_ext >&5
6107 fi
8d138742 6108 rm -rf conftest* conftst*
d9898ee8 6109
6110 # Do not use the global_symbol_pipe unless it works.
6111 if test "$pipe_works" = yes; then
6112 break
6113 else
6114 lt_cv_sys_global_symbol_pipe=
6115 fi
6116done
6117
6118fi
6119
6120if test -z "$lt_cv_sys_global_symbol_pipe"; then
6121 lt_cv_sys_global_symbol_to_cdecl=
6122fi
6123if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
b0322a85 6124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
8d138742 6125$as_echo "failed" >&6; }
d9898ee8 6126else
b0322a85 6127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
8d138742 6128$as_echo "ok" >&6; }
d9898ee8 6129fi
6130
b0322a85
CE
6131# Response file support.
6132if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6133 nm_file_list_spec='@'
6134elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
6135 nm_file_list_spec='@'
6136fi
6137
6138
6139
6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
d9898ee8 6151
6152
6153
6154
6155
d9898ee8 6156
d9898ee8 6157
d9898ee8 6158
d9898ee8 6159
d9898ee8 6160
d9898ee8 6161
d9898ee8 6162
d9898ee8 6163
b0322a85
CE
6164{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
6165$as_echo_n "checking for sysroot... " >&6; }
d9898ee8 6166
b0322a85
CE
6167# Check whether --with-sysroot was given.
6168if test "${with_sysroot+set}" = set; then :
6169 withval=$with_sysroot;
6170else
6171 with_sysroot=no
6172fi
d9898ee8 6173
dd184caf 6174
b0322a85
CE
6175lt_sysroot=
6176case ${with_sysroot} in #(
6177 yes)
6178 if test "$GCC" = yes; then
6179 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
6180 fi
6181 ;; #(
6182 /*)
6183 lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
6184 ;; #(
6185 no|'')
6186 ;; #(
6187 *)
6188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5
6189$as_echo "${with_sysroot}" >&6; }
6190 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
6191 ;;
6192esac
8d138742 6193
b0322a85
CE
6194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
6195$as_echo "${lt_sysroot:-no}" >&6; }
8d138742
CE
6196
6197
6198
6199
6200
6201# Check whether --enable-libtool-lock was given.
b0322a85 6202if test "${enable_libtool_lock+set}" = set; then :
8d138742 6203 enableval=$enable_libtool_lock;
d9898ee8 6204fi
8d138742
CE
6205
6206test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6207
6208# Some flags need to be propagated to the compiler or linker for good
6209# libtool support.
6210case $host in
6211ia64-*-hpux*)
6212 # Find out which ABI we are using.
6213 echo 'int i;' > conftest.$ac_ext
b0322a85 6214 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8d138742
CE
6215 (eval $ac_compile) 2>&5
6216 ac_status=$?
b0322a85
CE
6217 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6218 test $ac_status = 0; }; then
8d138742
CE
6219 case `/usr/bin/file conftest.$ac_objext` in
6220 *ELF-32*)
6221 HPUX_IA64_MODE="32"
6222 ;;
6223 *ELF-64*)
6224 HPUX_IA64_MODE="64"
6225 ;;
6226 esac
6227 fi
6228 rm -rf conftest*
6229 ;;
6230*-*-irix6*)
6231 # Find out which ABI we are using.
b0322a85
CE
6232 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6233 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8d138742
CE
6234 (eval $ac_compile) 2>&5
6235 ac_status=$?
b0322a85
CE
6236 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6237 test $ac_status = 0; }; then
8d138742
CE
6238 if test "$lt_cv_prog_gnu_ld" = yes; then
6239 case `/usr/bin/file conftest.$ac_objext` in
6240 *32-bit*)
6241 LD="${LD-ld} -melf32bsmip"
6242 ;;
6243 *N32*)
6244 LD="${LD-ld} -melf32bmipn32"
6245 ;;
6246 *64-bit*)
6247 LD="${LD-ld} -melf64bmip"
6248 ;;
6249 esac
6250 else
6251 case `/usr/bin/file conftest.$ac_objext` in
6252 *32-bit*)
6253 LD="${LD-ld} -32"
6254 ;;
6255 *N32*)
6256 LD="${LD-ld} -n32"
6257 ;;
6258 *64-bit*)
6259 LD="${LD-ld} -64"
6260 ;;
6261 esac
6262 fi
6263 fi
6264 rm -rf conftest*
6265 ;;
6266
6267x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6268s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6269 # Find out which ABI we are using.
6270 echo 'int i;' > conftest.$ac_ext
b0322a85 6271 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8d138742
CE
6272 (eval $ac_compile) 2>&5
6273 ac_status=$?
b0322a85
CE
6274 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6275 test $ac_status = 0; }; then
8d138742
CE
6276 case `/usr/bin/file conftest.o` in
6277 *32-bit*)
6278 case $host in
6279 x86_64-*kfreebsd*-gnu)
6280 LD="${LD-ld} -m elf_i386_fbsd"
6281 ;;
6282 x86_64-*linux*)
6283 LD="${LD-ld} -m elf_i386"
6284 ;;
6285 ppc64-*linux*|powerpc64-*linux*)
6286 LD="${LD-ld} -m elf32ppclinux"
6287 ;;
6288 s390x-*linux*)
6289 LD="${LD-ld} -m elf_s390"
6290 ;;
6291 sparc64-*linux*)
6292 LD="${LD-ld} -m elf32_sparc"
6293 ;;
6294 esac
6295 ;;
6296 *64-bit*)
6297 case $host in
6298 x86_64-*kfreebsd*-gnu)
6299 LD="${LD-ld} -m elf_x86_64_fbsd"
6300 ;;
6301 x86_64-*linux*)
6302 LD="${LD-ld} -m elf_x86_64"
6303 ;;
6304 ppc*-*linux*|powerpc*-*linux*)
6305 LD="${LD-ld} -m elf64ppc"
6306 ;;
6307 s390*-*linux*|s390*-*tpf*)
6308 LD="${LD-ld} -m elf64_s390"
6309 ;;
6310 sparc*-*linux*)
6311 LD="${LD-ld} -m elf64_sparc"
6312 ;;
6313 esac
6314 ;;
6315 esac
6316 fi
6317 rm -rf conftest*
6318 ;;
6319
6320*-*-sco3.2v5*)
6321 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6322 SAVE_CFLAGS="$CFLAGS"
6323 CFLAGS="$CFLAGS -belf"
b0322a85 6324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
8d138742 6325$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
b0322a85 6326if ${lt_cv_cc_needs_belf+:} false; then :
8d138742 6327 $as_echo_n "(cached) " >&6
d9898ee8 6328else
8d138742
CE
6329 ac_ext=c
6330ac_cpp='$CPP $CPPFLAGS'
6331ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6332ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6333ac_compiler_gnu=$ac_cv_c_compiler_gnu
6334
b0322a85 6335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
6336/* end confdefs.h. */
6337
6338int
6339main ()
6340{
6341
b0322a85
CE
6342 ;
6343 return 0;
6344}
6345_ACEOF
6346if ac_fn_c_try_link "$LINENO"; then :
6347 lt_cv_cc_needs_belf=yes
6348else
6349 lt_cv_cc_needs_belf=no
6350fi
6351rm -f core conftest.err conftest.$ac_objext \
6352 conftest$ac_exeext conftest.$ac_ext
6353 ac_ext=c
6354ac_cpp='$CPP $CPPFLAGS'
6355ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6356ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6357ac_compiler_gnu=$ac_cv_c_compiler_gnu
6358
6359fi
6360{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6361$as_echo "$lt_cv_cc_needs_belf" >&6; }
6362 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6363 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6364 CFLAGS="$SAVE_CFLAGS"
6365 fi
6366 ;;
6367*-*solaris*)
6368 # Find out which ABI we are using.
6369 echo 'int i;' > conftest.$ac_ext
6370 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6371 (eval $ac_compile) 2>&5
6372 ac_status=$?
6373 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6374 test $ac_status = 0; }; then
6375 case `/usr/bin/file conftest.o` in
6376 *64-bit*)
6377 case $lt_cv_prog_gnu_ld in
6378 yes*)
6379 case $host in
6380 i?86-*-solaris*)
6381 LD="${LD-ld} -m elf_x86_64"
6382 ;;
6383 sparc*-*-solaris*)
6384 LD="${LD-ld} -m elf64_sparc"
6385 ;;
6386 esac
6387 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
6388 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
6389 LD="${LD-ld}_sol2"
6390 fi
6391 ;;
6392 *)
6393 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6394 LD="${LD-ld} -64"
6395 fi
6396 ;;
6397 esac
6398 ;;
6399 esac
6400 fi
6401 rm -rf conftest*
6402 ;;
6403esac
6404
6405need_locks="$enable_libtool_lock"
6406
6407if test -n "$ac_tool_prefix"; then
6408 # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
6409set dummy ${ac_tool_prefix}mt; ac_word=$2
6410{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6411$as_echo_n "checking for $ac_word... " >&6; }
6412if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
6413 $as_echo_n "(cached) " >&6
6414else
6415 if test -n "$MANIFEST_TOOL"; then
6416 ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
6417else
6418as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6419for as_dir in $PATH
6420do
6421 IFS=$as_save_IFS
6422 test -z "$as_dir" && as_dir=.
6423 for ac_exec_ext in '' $ac_executable_extensions; do
6424 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6425 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
6426 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6427 break 2
6428 fi
6429done
6430 done
6431IFS=$as_save_IFS
6432
6433fi
6434fi
6435MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
6436if test -n "$MANIFEST_TOOL"; then
6437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
6438$as_echo "$MANIFEST_TOOL" >&6; }
6439else
6440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6441$as_echo "no" >&6; }
6442fi
6443
6444
6445fi
6446if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
6447 ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
6448 # Extract the first word of "mt", so it can be a program name with args.
6449set dummy mt; ac_word=$2
6450{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6451$as_echo_n "checking for $ac_word... " >&6; }
6452if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
6453 $as_echo_n "(cached) " >&6
6454else
6455 if test -n "$ac_ct_MANIFEST_TOOL"; then
6456 ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
6457else
6458as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6459for as_dir in $PATH
6460do
6461 IFS=$as_save_IFS
6462 test -z "$as_dir" && as_dir=.
6463 for ac_exec_ext in '' $ac_executable_extensions; do
6464 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6465 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
6466 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6467 break 2
6468 fi
6469done
6470 done
6471IFS=$as_save_IFS
6472
6473fi
6474fi
6475ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
6476if test -n "$ac_ct_MANIFEST_TOOL"; then
6477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
6478$as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
6479else
6480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6481$as_echo "no" >&6; }
6482fi
6483
6484 if test "x$ac_ct_MANIFEST_TOOL" = x; then
6485 MANIFEST_TOOL=":"
6486 else
6487 case $cross_compiling:$ac_tool_warned in
6488yes:)
6489{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6490$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6491ac_tool_warned=yes ;;
8d138742 6492esac
b0322a85
CE
6493 MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
6494 fi
8d138742 6495else
b0322a85
CE
6496 MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
6497fi
8d138742 6498
b0322a85
CE
6499test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
6500{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
6501$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
6502if ${lt_cv_path_mainfest_tool+:} false; then :
6503 $as_echo_n "(cached) " >&6
6504else
6505 lt_cv_path_mainfest_tool=no
6506 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
6507 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
6508 cat conftest.err >&5
6509 if $GREP 'Manifest Tool' conftest.out > /dev/null; then
6510 lt_cv_path_mainfest_tool=yes
6511 fi
6512 rm -f conftest*
6513fi
6514{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
6515$as_echo "$lt_cv_path_mainfest_tool" >&6; }
6516if test "x$lt_cv_path_mainfest_tool" != xyes; then
6517 MANIFEST_TOOL=:
8d138742
CE
6518fi
6519
8d138742 6520
8d138742 6521
b0322a85 6522
8d138742
CE
6523
6524
6525 case $host_os in
6526 rhapsody* | darwin*)
6527 if test -n "$ac_tool_prefix"; then
6528 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6529set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
b0322a85 6530{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 6531$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 6532if ${ac_cv_prog_DSYMUTIL+:} false; then :
8d138742
CE
6533 $as_echo_n "(cached) " >&6
6534else
6535 if test -n "$DSYMUTIL"; then
6536 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
d9898ee8 6537else
6538as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6539for as_dir in $PATH
6540do
6541 IFS=$as_save_IFS
6542 test -z "$as_dir" && as_dir=.
b0322a85
CE
6543 for ac_exec_ext in '' $ac_executable_extensions; do
6544 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 6545 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
b0322a85 6546 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 6547 break 2
6548 fi
6549done
b0322a85 6550 done
dd184caf 6551IFS=$as_save_IFS
d9898ee8 6552
d9898ee8 6553fi
6554fi
8d138742
CE
6555DSYMUTIL=$ac_cv_prog_DSYMUTIL
6556if test -n "$DSYMUTIL"; then
b0322a85 6557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
8d138742 6558$as_echo "$DSYMUTIL" >&6; }
d9898ee8 6559else
b0322a85 6560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 6561$as_echo "no" >&6; }
d9898ee8 6562fi
6563
8d138742
CE
6564
6565fi
6566if test -z "$ac_cv_prog_DSYMUTIL"; then
6567 ac_ct_DSYMUTIL=$DSYMUTIL
6568 # Extract the first word of "dsymutil", so it can be a program name with args.
6569set dummy dsymutil; ac_word=$2
b0322a85 6570{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 6571$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 6572if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
8d138742
CE
6573 $as_echo_n "(cached) " >&6
6574else
6575 if test -n "$ac_ct_DSYMUTIL"; then
6576 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6577else
6578as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6579for as_dir in $PATH
6580do
6581 IFS=$as_save_IFS
6582 test -z "$as_dir" && as_dir=.
b0322a85
CE
6583 for ac_exec_ext in '' $ac_executable_extensions; do
6584 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 6585 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
b0322a85 6586 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
6587 break 2
6588 fi
6589done
b0322a85 6590 done
8d138742
CE
6591IFS=$as_save_IFS
6592
6593fi
6594fi
6595ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6596if test -n "$ac_ct_DSYMUTIL"; then
b0322a85 6597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
8d138742
CE
6598$as_echo "$ac_ct_DSYMUTIL" >&6; }
6599else
b0322a85 6600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
6601$as_echo "no" >&6; }
6602fi
6603
6604 if test "x$ac_ct_DSYMUTIL" = x; then
6605 DSYMUTIL=":"
dd184caf 6606 else
6607 case $cross_compiling:$ac_tool_warned in
6608yes:)
b0322a85 6609{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742 6610$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
dd184caf 6611ac_tool_warned=yes ;;
6612esac
8d138742 6613 DSYMUTIL=$ac_ct_DSYMUTIL
dd184caf 6614 fi
d9898ee8 6615else
8d138742 6616 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
d9898ee8 6617fi
6618
8d138742
CE
6619 if test -n "$ac_tool_prefix"; then
6620 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6621set dummy ${ac_tool_prefix}nmedit; ac_word=$2
b0322a85 6622{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 6623$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 6624if ${ac_cv_prog_NMEDIT+:} false; then :
8d138742 6625 $as_echo_n "(cached) " >&6
d9898ee8 6626else
8d138742
CE
6627 if test -n "$NMEDIT"; then
6628 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
d9898ee8 6629else
6630as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6631for as_dir in $PATH
6632do
6633 IFS=$as_save_IFS
6634 test -z "$as_dir" && as_dir=.
b0322a85
CE
6635 for ac_exec_ext in '' $ac_executable_extensions; do
6636 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 6637 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
b0322a85 6638 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 6639 break 2
6640 fi
6641done
b0322a85 6642 done
dd184caf 6643IFS=$as_save_IFS
d9898ee8 6644
6645fi
6646fi
8d138742
CE
6647NMEDIT=$ac_cv_prog_NMEDIT
6648if test -n "$NMEDIT"; then
b0322a85 6649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
8d138742 6650$as_echo "$NMEDIT" >&6; }
d9898ee8 6651else
b0322a85 6652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 6653$as_echo "no" >&6; }
d9898ee8 6654fi
6655
dd184caf 6656
d9898ee8 6657fi
8d138742
CE
6658if test -z "$ac_cv_prog_NMEDIT"; then
6659 ac_ct_NMEDIT=$NMEDIT
6660 # Extract the first word of "nmedit", so it can be a program name with args.
6661set dummy nmedit; ac_word=$2
b0322a85 6662{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 6663$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 6664if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
8d138742 6665 $as_echo_n "(cached) " >&6
d9898ee8 6666else
8d138742
CE
6667 if test -n "$ac_ct_NMEDIT"; then
6668 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
d9898ee8 6669else
6670as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6671for as_dir in $PATH
6672do
6673 IFS=$as_save_IFS
6674 test -z "$as_dir" && as_dir=.
b0322a85
CE
6675 for ac_exec_ext in '' $ac_executable_extensions; do
6676 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 6677 ac_cv_prog_ac_ct_NMEDIT="nmedit"
b0322a85 6678 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 6679 break 2
6680 fi
6681done
b0322a85 6682 done
dd184caf 6683IFS=$as_save_IFS
d9898ee8 6684
d9898ee8 6685fi
6686fi
8d138742
CE
6687ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6688if test -n "$ac_ct_NMEDIT"; then
b0322a85 6689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
8d138742 6690$as_echo "$ac_ct_NMEDIT" >&6; }
d9898ee8 6691else
b0322a85 6692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 6693$as_echo "no" >&6; }
d9898ee8 6694fi
6695
8d138742
CE
6696 if test "x$ac_ct_NMEDIT" = x; then
6697 NMEDIT=":"
dd184caf 6698 else
6699 case $cross_compiling:$ac_tool_warned in
6700yes:)
b0322a85 6701{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742 6702$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
dd184caf 6703ac_tool_warned=yes ;;
6704esac
8d138742 6705 NMEDIT=$ac_ct_NMEDIT
dd184caf 6706 fi
d9898ee8 6707else
8d138742 6708 NMEDIT="$ac_cv_prog_NMEDIT"
d9898ee8 6709fi
6710
8d138742
CE
6711 if test -n "$ac_tool_prefix"; then
6712 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6713set dummy ${ac_tool_prefix}lipo; ac_word=$2
b0322a85 6714{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 6715$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 6716if ${ac_cv_prog_LIPO+:} false; then :
8d138742 6717 $as_echo_n "(cached) " >&6
d9898ee8 6718else
8d138742
CE
6719 if test -n "$LIPO"; then
6720 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
d9898ee8 6721else
6722as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6723for as_dir in $PATH
6724do
6725 IFS=$as_save_IFS
6726 test -z "$as_dir" && as_dir=.
b0322a85
CE
6727 for ac_exec_ext in '' $ac_executable_extensions; do
6728 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 6729 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
b0322a85 6730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 6731 break 2
6732 fi
6733done
b0322a85 6734 done
dd184caf 6735IFS=$as_save_IFS
d9898ee8 6736
6737fi
6738fi
8d138742
CE
6739LIPO=$ac_cv_prog_LIPO
6740if test -n "$LIPO"; then
b0322a85 6741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8d138742 6742$as_echo "$LIPO" >&6; }
d9898ee8 6743else
b0322a85 6744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 6745$as_echo "no" >&6; }
d9898ee8 6746fi
6747
dd184caf 6748
d9898ee8 6749fi
8d138742
CE
6750if test -z "$ac_cv_prog_LIPO"; then
6751 ac_ct_LIPO=$LIPO
6752 # Extract the first word of "lipo", so it can be a program name with args.
6753set dummy lipo; ac_word=$2
b0322a85 6754{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 6755$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 6756if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
8d138742 6757 $as_echo_n "(cached) " >&6
d9898ee8 6758else
8d138742
CE
6759 if test -n "$ac_ct_LIPO"; then
6760 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
d9898ee8 6761else
6762as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6763for as_dir in $PATH
6764do
6765 IFS=$as_save_IFS
6766 test -z "$as_dir" && as_dir=.
b0322a85
CE
6767 for ac_exec_ext in '' $ac_executable_extensions; do
6768 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 6769 ac_cv_prog_ac_ct_LIPO="lipo"
b0322a85 6770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 6771 break 2
6772 fi
6773done
b0322a85 6774 done
dd184caf 6775IFS=$as_save_IFS
d9898ee8 6776
d9898ee8 6777fi
6778fi
8d138742
CE
6779ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6780if test -n "$ac_ct_LIPO"; then
b0322a85 6781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
8d138742 6782$as_echo "$ac_ct_LIPO" >&6; }
d9898ee8 6783else
b0322a85 6784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 6785$as_echo "no" >&6; }
d9898ee8 6786fi
6787
8d138742
CE
6788 if test "x$ac_ct_LIPO" = x; then
6789 LIPO=":"
dd184caf 6790 else
6791 case $cross_compiling:$ac_tool_warned in
6792yes:)
b0322a85 6793{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742 6794$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
dd184caf 6795ac_tool_warned=yes ;;
6796esac
8d138742 6797 LIPO=$ac_ct_LIPO
dd184caf 6798 fi
d9898ee8 6799else
8d138742 6800 LIPO="$ac_cv_prog_LIPO"
d9898ee8 6801fi
6802
8d138742
CE
6803 if test -n "$ac_tool_prefix"; then
6804 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6805set dummy ${ac_tool_prefix}otool; ac_word=$2
b0322a85 6806{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 6807$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 6808if ${ac_cv_prog_OTOOL+:} false; then :
8d138742
CE
6809 $as_echo_n "(cached) " >&6
6810else
6811 if test -n "$OTOOL"; then
6812 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6813else
6814as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6815for as_dir in $PATH
6816do
6817 IFS=$as_save_IFS
6818 test -z "$as_dir" && as_dir=.
b0322a85
CE
6819 for ac_exec_ext in '' $ac_executable_extensions; do
6820 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 6821 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
b0322a85 6822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
6823 break 2
6824 fi
6825done
b0322a85 6826 done
8d138742 6827IFS=$as_save_IFS
d9898ee8 6828
8d138742
CE
6829fi
6830fi
6831OTOOL=$ac_cv_prog_OTOOL
6832if test -n "$OTOOL"; then
b0322a85 6833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
8d138742
CE
6834$as_echo "$OTOOL" >&6; }
6835else
b0322a85 6836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
6837$as_echo "no" >&6; }
6838fi
d9898ee8 6839
d9898ee8 6840
d9898ee8 6841fi
8d138742
CE
6842if test -z "$ac_cv_prog_OTOOL"; then
6843 ac_ct_OTOOL=$OTOOL
6844 # Extract the first word of "otool", so it can be a program name with args.
6845set dummy otool; ac_word=$2
b0322a85 6846{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 6847$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 6848if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
8d138742
CE
6849 $as_echo_n "(cached) " >&6
6850else
6851 if test -n "$ac_ct_OTOOL"; then
6852 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6853else
6854as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6855for as_dir in $PATH
6856do
6857 IFS=$as_save_IFS
6858 test -z "$as_dir" && as_dir=.
b0322a85
CE
6859 for ac_exec_ext in '' $ac_executable_extensions; do
6860 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 6861 ac_cv_prog_ac_ct_OTOOL="otool"
b0322a85 6862 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
6863 break 2
6864 fi
d9898ee8 6865done
b0322a85 6866 done
8d138742 6867IFS=$as_save_IFS
d9898ee8 6868
8d138742
CE
6869fi
6870fi
6871ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6872if test -n "$ac_ct_OTOOL"; then
b0322a85 6873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8d138742 6874$as_echo "$ac_ct_OTOOL" >&6; }
d9898ee8 6875else
b0322a85 6876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
6877$as_echo "no" >&6; }
6878fi
d9898ee8 6879
8d138742
CE
6880 if test "x$ac_ct_OTOOL" = x; then
6881 OTOOL=":"
6882 else
6883 case $cross_compiling:$ac_tool_warned in
6884yes:)
b0322a85 6885{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742
CE
6886$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6887ac_tool_warned=yes ;;
d9898ee8 6888esac
8d138742
CE
6889 OTOOL=$ac_ct_OTOOL
6890 fi
6891else
6892 OTOOL="$ac_cv_prog_OTOOL"
d9898ee8 6893fi
6894
8d138742
CE
6895 if test -n "$ac_tool_prefix"; then
6896 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6897set dummy ${ac_tool_prefix}otool64; ac_word=$2
b0322a85 6898{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 6899$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 6900if ${ac_cv_prog_OTOOL64+:} false; then :
8d138742 6901 $as_echo_n "(cached) " >&6
d9898ee8 6902else
8d138742
CE
6903 if test -n "$OTOOL64"; then
6904 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6905else
6906as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6907for as_dir in $PATH
6908do
6909 IFS=$as_save_IFS
6910 test -z "$as_dir" && as_dir=.
b0322a85
CE
6911 for ac_exec_ext in '' $ac_executable_extensions; do
6912 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 6913 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
b0322a85 6914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
6915 break 2
6916 fi
6917done
b0322a85 6918 done
8d138742 6919IFS=$as_save_IFS
d9898ee8 6920
8d138742
CE
6921fi
6922fi
6923OTOOL64=$ac_cv_prog_OTOOL64
6924if test -n "$OTOOL64"; then
b0322a85 6925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8d138742 6926$as_echo "$OTOOL64" >&6; }
d9898ee8 6927else
b0322a85 6928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
6929$as_echo "no" >&6; }
6930fi
d9898ee8 6931
d9898ee8 6932
d9898ee8 6933fi
8d138742
CE
6934if test -z "$ac_cv_prog_OTOOL64"; then
6935 ac_ct_OTOOL64=$OTOOL64
6936 # Extract the first word of "otool64", so it can be a program name with args.
6937set dummy otool64; ac_word=$2
b0322a85 6938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 6939$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 6940if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
8d138742
CE
6941 $as_echo_n "(cached) " >&6
6942else
6943 if test -n "$ac_ct_OTOOL64"; then
6944 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6945else
6946as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6947for as_dir in $PATH
6948do
6949 IFS=$as_save_IFS
6950 test -z "$as_dir" && as_dir=.
b0322a85
CE
6951 for ac_exec_ext in '' $ac_executable_extensions; do
6952 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 6953 ac_cv_prog_ac_ct_OTOOL64="otool64"
b0322a85 6954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
6955 break 2
6956 fi
6957done
b0322a85 6958 done
8d138742 6959IFS=$as_save_IFS
d9898ee8 6960
8d138742
CE
6961fi
6962fi
6963ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6964if test -n "$ac_ct_OTOOL64"; then
b0322a85 6965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8d138742 6966$as_echo "$ac_ct_OTOOL64" >&6; }
d9898ee8 6967else
b0322a85 6968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 6969$as_echo "no" >&6; }
d9898ee8 6970fi
6971
8d138742
CE
6972 if test "x$ac_ct_OTOOL64" = x; then
6973 OTOOL64=":"
d9898ee8 6974 else
8d138742
CE
6975 case $cross_compiling:$ac_tool_warned in
6976yes:)
b0322a85 6977{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742
CE
6978$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6979ac_tool_warned=yes ;;
6980esac
6981 OTOOL64=$ac_ct_OTOOL64
d9898ee8 6982 fi
8d138742
CE
6983else
6984 OTOOL64="$ac_cv_prog_OTOOL64"
d9898ee8 6985fi
6986
d9898ee8 6987
d9898ee8 6988
d9898ee8 6989
d9898ee8 6990
6991
dd184caf 6992
d9898ee8 6993
d9898ee8 6994
6995
d9898ee8 6996
d9898ee8 6997
d9898ee8 6998
d9898ee8 6999
7000
d9898ee8 7001
d9898ee8 7002
d9898ee8 7003
7004
d9898ee8 7005
d9898ee8 7006
7007
7008
d9898ee8 7009
d9898ee8 7010
7011
8d138742 7012
b0322a85 7013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8d138742 7014$as_echo_n "checking for -single_module linker flag... " >&6; }
b0322a85 7015if ${lt_cv_apple_cc_single_mod+:} false; then :
8d138742 7016 $as_echo_n "(cached) " >&6
d9898ee8 7017else
8d138742
CE
7018 lt_cv_apple_cc_single_mod=no
7019 if test -z "${LT_MULTI_MODULE}"; then
7020 # By default we will add the -single_module flag. You can override
7021 # by either setting the environment variable LT_MULTI_MODULE
7022 # non-empty at configure time, or by adding -multi_module to the
7023 # link flags.
7024 rm -rf libconftest.dylib*
7025 echo "int foo(void){return 1;}" > conftest.c
7026 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7027-dynamiclib -Wl,-single_module conftest.c" >&5
7028 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7029 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7030 _lt_result=$?
b0322a85
CE
7031 # If there is a non-empty error log, and "single_module"
7032 # appears in it, assume the flag caused a linker warning
7033 if test -s conftest.err && $GREP single_module conftest.err; then
7034 cat conftest.err >&5
7035 # Otherwise, if the output was created with a 0 exit code from
7036 # the compiler, it worked.
7037 elif test -f libconftest.dylib && test $_lt_result -eq 0; then
8d138742
CE
7038 lt_cv_apple_cc_single_mod=yes
7039 else
7040 cat conftest.err >&5
7041 fi
7042 rm -rf libconftest.dylib*
7043 rm -f conftest.*
7044 fi
d9898ee8 7045fi
b0322a85 7046{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8d138742 7047$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
b0322a85
CE
7048
7049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8d138742 7050$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
b0322a85 7051if ${lt_cv_ld_exported_symbols_list+:} false; then :
8d138742
CE
7052 $as_echo_n "(cached) " >&6
7053else
7054 lt_cv_ld_exported_symbols_list=no
7055 save_LDFLAGS=$LDFLAGS
7056 echo "_main" > conftest.sym
7057 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
b0322a85 7058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742 7059/* end confdefs.h. */
d9898ee8 7060
8d138742
CE
7061int
7062main ()
7063{
7064
7065 ;
7066 return 0;
7067}
7068_ACEOF
b0322a85 7069if ac_fn_c_try_link "$LINENO"; then :
8d138742 7070 lt_cv_ld_exported_symbols_list=yes
d9898ee8 7071else
b0322a85 7072 lt_cv_ld_exported_symbols_list=no
d9898ee8 7073fi
b0322a85
CE
7074rm -f core conftest.err conftest.$ac_objext \
7075 conftest$ac_exeext conftest.$ac_ext
8d138742 7076 LDFLAGS="$save_LDFLAGS"
d9898ee8 7077
8d138742 7078fi
b0322a85 7079{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8d138742 7080$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
b0322a85
CE
7081
7082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7083$as_echo_n "checking for -force_load linker flag... " >&6; }
7084if ${lt_cv_ld_force_load+:} false; then :
7085 $as_echo_n "(cached) " >&6
7086else
7087 lt_cv_ld_force_load=no
7088 cat > conftest.c << _LT_EOF
7089int forced_loaded() { return 2;}
7090_LT_EOF
7091 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7092 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7093 echo "$AR cru libconftest.a conftest.o" >&5
7094 $AR cru libconftest.a conftest.o 2>&5
7095 echo "$RANLIB libconftest.a" >&5
7096 $RANLIB libconftest.a 2>&5
7097 cat > conftest.c << _LT_EOF
7098int main() { return 0;}
7099_LT_EOF
7100 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7101 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7102 _lt_result=$?
7103 if test -s conftest.err && $GREP force_load conftest.err; then
7104 cat conftest.err >&5
7105 elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
7106 lt_cv_ld_force_load=yes
7107 else
7108 cat conftest.err >&5
7109 fi
7110 rm -f conftest.err libconftest.a conftest conftest.c
7111 rm -rf conftest.dSYM
7112
7113fi
7114{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7115$as_echo "$lt_cv_ld_force_load" >&6; }
d9898ee8 7116 case $host_os in
8d138742
CE
7117 rhapsody* | darwin1.[012])
7118 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7119 darwin1.*)
7120 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7121 darwin*) # darwin 5.x on
7122 # if running on 10.5 or later, the deployment target defaults
7123 # to the OS version, if on x86, and 10.4, the deployment
7124 # target defaults to 10.4. Don't you love it?
7125 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7126 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7127 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7128 10.[012]*)
7129 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7130 10.*)
7131 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7132 esac
7133 ;;
7134 esac
7135 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7136 _lt_dar_single_mod='$single_module'
7137 fi
7138 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7139 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7140 else
7141 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7142 fi
b0322a85 7143 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8d138742
CE
7144 _lt_dsymutil='~$DSYMUTIL $lib || :'
7145 else
7146 _lt_dsymutil=
7147 fi
7148 ;;
7149 esac
d9898ee8 7150
8d138742
CE
7151ac_ext=c
7152ac_cpp='$CPP $CPPFLAGS'
7153ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7154ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7155ac_compiler_gnu=$ac_cv_c_compiler_gnu
b0322a85 7156{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
8d138742
CE
7157$as_echo_n "checking how to run the C preprocessor... " >&6; }
7158# On Suns, sometimes $CPP names a directory.
7159if test -n "$CPP" && test -d "$CPP"; then
7160 CPP=
7161fi
7162if test -z "$CPP"; then
b0322a85 7163 if ${ac_cv_prog_CPP+:} false; then :
8d138742
CE
7164 $as_echo_n "(cached) " >&6
7165else
7166 # Double quotes because CPP needs to be expanded
7167 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7168 do
7169 ac_preproc_ok=false
7170for ac_c_preproc_warn_flag in '' yes
7171do
7172 # Use a header file that comes with gcc, so configuring glibc
7173 # with a fresh cross-compiler works.
7174 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7175 # <limits.h> exists even on freestanding compilers.
7176 # On the NeXT, cc -E runs the code through the compiler's parser,
7177 # not just through cpp. "Syntax error" is here to catch this case.
b0322a85 7178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
7179/* end confdefs.h. */
7180#ifdef __STDC__
7181# include <limits.h>
7182#else
7183# include <assert.h>
7184#endif
7185 Syntax error
7186_ACEOF
b0322a85 7187if ac_fn_c_try_cpp "$LINENO"; then :
d9898ee8 7188
b0322a85 7189else
8d138742
CE
7190 # Broken: fails on valid input.
7191continue
7192fi
b0322a85 7193rm -f conftest.err conftest.i conftest.$ac_ext
d9898ee8 7194
8d138742
CE
7195 # OK, works on sane cases. Now check whether nonexistent headers
7196 # can be detected and how.
b0322a85 7197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
7198/* end confdefs.h. */
7199#include <ac_nonexistent.h>
7200_ACEOF
b0322a85 7201if ac_fn_c_try_cpp "$LINENO"; then :
8d138742
CE
7202 # Broken: success on invalid input.
7203continue
7204else
8d138742
CE
7205 # Passes both tests.
7206ac_preproc_ok=:
7207break
7208fi
b0322a85 7209rm -f conftest.err conftest.i conftest.$ac_ext
d9898ee8 7210
8d138742
CE
7211done
7212# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
b0322a85
CE
7213rm -f conftest.i conftest.err conftest.$ac_ext
7214if $ac_preproc_ok; then :
8d138742
CE
7215 break
7216fi
d9898ee8 7217
8d138742
CE
7218 done
7219 ac_cv_prog_CPP=$CPP
d9898ee8 7220
8d138742
CE
7221fi
7222 CPP=$ac_cv_prog_CPP
7223else
7224 ac_cv_prog_CPP=$CPP
7225fi
b0322a85 7226{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
8d138742
CE
7227$as_echo "$CPP" >&6; }
7228ac_preproc_ok=false
7229for ac_c_preproc_warn_flag in '' yes
7230do
7231 # Use a header file that comes with gcc, so configuring glibc
7232 # with a fresh cross-compiler works.
7233 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7234 # <limits.h> exists even on freestanding compilers.
7235 # On the NeXT, cc -E runs the code through the compiler's parser,
7236 # not just through cpp. "Syntax error" is here to catch this case.
b0322a85 7237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
7238/* end confdefs.h. */
7239#ifdef __STDC__
7240# include <limits.h>
7241#else
7242# include <assert.h>
7243#endif
7244 Syntax error
7245_ACEOF
b0322a85 7246if ac_fn_c_try_cpp "$LINENO"; then :
d9898ee8 7247
b0322a85 7248else
8d138742
CE
7249 # Broken: fails on valid input.
7250continue
7251fi
b0322a85 7252rm -f conftest.err conftest.i conftest.$ac_ext
d9898ee8 7253
8d138742
CE
7254 # OK, works on sane cases. Now check whether nonexistent headers
7255 # can be detected and how.
b0322a85 7256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
7257/* end confdefs.h. */
7258#include <ac_nonexistent.h>
7259_ACEOF
b0322a85 7260if ac_fn_c_try_cpp "$LINENO"; then :
8d138742
CE
7261 # Broken: success on invalid input.
7262continue
7263else
8d138742
CE
7264 # Passes both tests.
7265ac_preproc_ok=:
7266break
7267fi
b0322a85 7268rm -f conftest.err conftest.i conftest.$ac_ext
d9898ee8 7269
8d138742
CE
7270done
7271# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
b0322a85
CE
7272rm -f conftest.i conftest.err conftest.$ac_ext
7273if $ac_preproc_ok; then :
7274
8d138742 7275else
b0322a85 7276 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8d138742 7277$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
b0322a85
CE
7278as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7279See \`config.log' for more details" "$LINENO" 5; }
8d138742 7280fi
d9898ee8 7281
8d138742
CE
7282ac_ext=c
7283ac_cpp='$CPP $CPPFLAGS'
7284ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7285ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7286ac_compiler_gnu=$ac_cv_c_compiler_gnu
d9898ee8 7287
d9898ee8 7288
b0322a85 7289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
8d138742 7290$as_echo_n "checking for ANSI C header files... " >&6; }
b0322a85 7291if ${ac_cv_header_stdc+:} false; then :
8d138742
CE
7292 $as_echo_n "(cached) " >&6
7293else
b0322a85 7294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
7295/* end confdefs.h. */
7296#include <stdlib.h>
7297#include <stdarg.h>
7298#include <string.h>
7299#include <float.h>
d9898ee8 7300
8d138742
CE
7301int
7302main ()
7303{
d9898ee8 7304
8d138742
CE
7305 ;
7306 return 0;
7307}
7308_ACEOF
b0322a85 7309if ac_fn_c_try_compile "$LINENO"; then :
8d138742
CE
7310 ac_cv_header_stdc=yes
7311else
b0322a85 7312 ac_cv_header_stdc=no
8d138742 7313fi
8d138742 7314rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d9898ee8 7315
8d138742
CE
7316if test $ac_cv_header_stdc = yes; then
7317 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
b0322a85 7318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
7319/* end confdefs.h. */
7320#include <string.h>
d9898ee8 7321
8d138742
CE
7322_ACEOF
7323if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
b0322a85
CE
7324 $EGREP "memchr" >/dev/null 2>&1; then :
7325
d9898ee8 7326else
8d138742
CE
7327 ac_cv_header_stdc=no
7328fi
7329rm -f conftest*
d9898ee8 7330
7331fi
d9898ee8 7332
8d138742
CE
7333if test $ac_cv_header_stdc = yes; then
7334 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
b0322a85 7335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
7336/* end confdefs.h. */
7337#include <stdlib.h>
7338
7339_ACEOF
7340if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
b0322a85
CE
7341 $EGREP "free" >/dev/null 2>&1; then :
7342
d9898ee8 7343else
8d138742 7344 ac_cv_header_stdc=no
d9898ee8 7345fi
8d138742 7346rm -f conftest*
d9898ee8 7347
7348fi
d9898ee8 7349
8d138742
CE
7350if test $ac_cv_header_stdc = yes; then
7351 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
b0322a85 7352 if test "$cross_compiling" = yes; then :
8d138742 7353 :
d9898ee8 7354else
b0322a85 7355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
7356/* end confdefs.h. */
7357#include <ctype.h>
7358#include <stdlib.h>
7359#if ((' ' & 0x0FF) == 0x020)
7360# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7361# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7362#else
7363# define ISLOWER(c) \
7364 (('a' <= (c) && (c) <= 'i') \
7365 || ('j' <= (c) && (c) <= 'r') \
7366 || ('s' <= (c) && (c) <= 'z'))
7367# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7368#endif
d9898ee8 7369
8d138742
CE
7370#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7371int
7372main ()
7373{
7374 int i;
7375 for (i = 0; i < 256; i++)
7376 if (XOR (islower (i), ISLOWER (i))
7377 || toupper (i) != TOUPPER (i))
7378 return 2;
7379 return 0;
7380}
b0322a85
CE
7381_ACEOF
7382if ac_fn_c_try_run "$LINENO"; then :
7383
8d138742 7384else
b0322a85
CE
7385 ac_cv_header_stdc=no
7386fi
7387rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7388 conftest.$ac_objext conftest.beam conftest.$ac_ext
7389fi
d9898ee8 7390
8d138742 7391fi
b0322a85
CE
7392fi
7393{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7394$as_echo "$ac_cv_header_stdc" >&6; }
7395if test $ac_cv_header_stdc = yes; then
7396
7397$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d9898ee8 7398
8d138742 7399fi
b0322a85
CE
7400
7401# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7402for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7403 inttypes.h stdint.h unistd.h
7404do :
7405 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7406ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7407"
7408if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8d138742
CE
7409 cat >>confdefs.h <<_ACEOF
7410#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7411_ACEOF
d9898ee8 7412
8d138742 7413fi
d9898ee8 7414
8d138742 7415done
d9898ee8 7416
d9898ee8 7417
8d138742 7418for ac_header in dlfcn.h
b0322a85
CE
7419do :
7420 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7421"
7422if test "x$ac_cv_header_dlfcn_h" = xyes; then :
8d138742 7423 cat >>confdefs.h <<_ACEOF
b0322a85 7424#define HAVE_DLFCN_H 1
8d138742 7425_ACEOF
d9898ee8 7426
8d138742 7427fi
d9898ee8 7428
8d138742 7429done
d9898ee8 7430
d9898ee8 7431
d9898ee8 7432
b0322a85
CE
7433
7434
8d138742
CE
7435# Set options
7436
7437
7438
7439
7440 enable_win32_dll=no
d9898ee8 7441
8d138742
CE
7442
7443 # Check whether --enable-shared was given.
b0322a85 7444if test "${enable_shared+set}" = set; then :
8d138742
CE
7445 enableval=$enable_shared; p=${PACKAGE-default}
7446 case $enableval in
7447 yes) enable_shared=yes ;;
7448 no) enable_shared=no ;;
d9898ee8 7449 *)
8d138742
CE
7450 enable_shared=no
7451 # Look at the argument we got. We use all the common list separators.
7452 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7453 for pkg in $enableval; do
7454 IFS="$lt_save_ifs"
7455 if test "X$pkg" = "X$p"; then
7456 enable_shared=yes
7457 fi
7458 done
7459 IFS="$lt_save_ifs"
d9898ee8 7460 ;;
7461 esac
8d138742
CE
7462else
7463 enable_shared=yes
7464fi
d9898ee8 7465
d9898ee8 7466
d9898ee8 7467
d9898ee8 7468
d9898ee8 7469
d9898ee8 7470
d9898ee8 7471
d9898ee8 7472
d9898ee8 7473
8d138742 7474 # Check whether --enable-static was given.
b0322a85 7475if test "${enable_static+set}" = set; then :
8d138742
CE
7476 enableval=$enable_static; p=${PACKAGE-default}
7477 case $enableval in
7478 yes) enable_static=yes ;;
7479 no) enable_static=no ;;
7480 *)
7481 enable_static=no
7482 # Look at the argument we got. We use all the common list separators.
7483 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7484 for pkg in $enableval; do
7485 IFS="$lt_save_ifs"
7486 if test "X$pkg" = "X$p"; then
7487 enable_static=yes
7488 fi
7489 done
7490 IFS="$lt_save_ifs"
7491 ;;
7492 esac
d9898ee8 7493else
8d138742
CE
7494 enable_static=yes
7495fi
7496
d9898ee8 7497
dd184caf 7498
dd184caf 7499
d9898ee8 7500
d9898ee8 7501
d9898ee8 7502
d9898ee8 7503
d9898ee8 7504
dd184caf 7505
8d138742 7506# Check whether --with-pic was given.
b0322a85
CE
7507if test "${with_pic+set}" = set; then :
7508 withval=$with_pic; lt_p=${PACKAGE-default}
7509 case $withval in
7510 yes|no) pic_mode=$withval ;;
7511 *)
7512 pic_mode=default
7513 # Look at the argument we got. We use all the common list separators.
7514 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7515 for lt_pkg in $withval; do
7516 IFS="$lt_save_ifs"
7517 if test "X$lt_pkg" = "X$lt_p"; then
7518 pic_mode=yes
7519 fi
7520 done
7521 IFS="$lt_save_ifs"
7522 ;;
7523 esac
8d138742
CE
7524else
7525 pic_mode=default
d9898ee8 7526fi
dd184caf 7527
d9898ee8 7528
8d138742 7529test -z "$pic_mode" && pic_mode=default
d9898ee8 7530
d9898ee8 7531
d9898ee8 7532
d9898ee8 7533
d9898ee8 7534
d9898ee8 7535
d9898ee8 7536
8d138742 7537 # Check whether --enable-fast-install was given.
b0322a85 7538if test "${enable_fast_install+set}" = set; then :
8d138742
CE
7539 enableval=$enable_fast_install; p=${PACKAGE-default}
7540 case $enableval in
7541 yes) enable_fast_install=yes ;;
7542 no) enable_fast_install=no ;;
7543 *)
7544 enable_fast_install=no
7545 # Look at the argument we got. We use all the common list separators.
7546 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7547 for pkg in $enableval; do
7548 IFS="$lt_save_ifs"
7549 if test "X$pkg" = "X$p"; then
7550 enable_fast_install=yes
7551 fi
7552 done
7553 IFS="$lt_save_ifs"
d9898ee8 7554 ;;
8d138742
CE
7555 esac
7556else
7557 enable_fast_install=yes
7558fi
d9898ee8 7559
d9898ee8 7560
d9898ee8 7561
d9898ee8 7562
d9898ee8 7563
d9898ee8 7564
d9898ee8 7565
d9898ee8 7566
d9898ee8 7567
d9898ee8 7568
d9898ee8 7569
8d138742
CE
7570# This can be used to rebuild libtool when needed
7571LIBTOOL_DEPS="$ltmain"
d9898ee8 7572
8d138742
CE
7573# Always use our own libtool.
7574LIBTOOL='$(SHELL) $(top_builddir)/libtool'
d9898ee8 7575
d9898ee8 7576
d9898ee8 7577
d9898ee8 7578
d9898ee8 7579
d9898ee8 7580
d9898ee8 7581
d9898ee8 7582
d9898ee8 7583
d9898ee8 7584
d9898ee8 7585
d9898ee8 7586
d9898ee8 7587
d9898ee8 7588
d9898ee8 7589
d9898ee8 7590
d9898ee8 7591
d9898ee8 7592
d9898ee8 7593
b0322a85
CE
7594
7595
7596
7597
7598
d9898ee8 7599
d9898ee8 7600
d9898ee8 7601
ac40fd9e 7602
d9898ee8 7603
d9898ee8 7604
8d138742 7605test -z "$LN_S" && LN_S="ln -s"
d9898ee8 7606
d9898ee8 7607
d9898ee8 7608
d9898ee8 7609
d9898ee8 7610
d9898ee8 7611
d9898ee8 7612
d9898ee8 7613
d9898ee8 7614
d9898ee8 7615
ac40fd9e 7616
d9898ee8 7617
d9898ee8 7618
d9898ee8 7619
8d138742
CE
7620if test -n "${ZSH_VERSION+set}" ; then
7621 setopt NO_GLOB_SUBST
7622fi
d9898ee8 7623
b0322a85 7624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8d138742 7625$as_echo_n "checking for objdir... " >&6; }
b0322a85 7626if ${lt_cv_objdir+:} false; then :
8d138742
CE
7627 $as_echo_n "(cached) " >&6
7628else
7629 rm -f .libs 2>/dev/null
7630mkdir .libs 2>/dev/null
7631if test -d .libs; then
7632 lt_cv_objdir=.libs
7633else
7634 # MS-DOS does not allow filenames that begin with a dot.
7635 lt_cv_objdir=_libs
7636fi
7637rmdir .libs 2>/dev/null
7638fi
b0322a85 7639{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8d138742
CE
7640$as_echo "$lt_cv_objdir" >&6; }
7641objdir=$lt_cv_objdir
d9898ee8 7642
d9898ee8 7643
d9898ee8 7644
d9898ee8 7645
d9898ee8 7646
8d138742
CE
7647cat >>confdefs.h <<_ACEOF
7648#define LT_OBJDIR "$lt_cv_objdir/"
7649_ACEOF
d9898ee8 7650
d9898ee8 7651
d9898ee8 7652
d9898ee8 7653
8d138742
CE
7654case $host_os in
7655aix3*)
7656 # AIX sometimes has problems with the GCC collect2 program. For some
7657 # reason, if we set the COLLECT_NAMES environment variable, the problems
7658 # vanish in a puff of smoke.
7659 if test "X${COLLECT_NAMES+set}" != Xset; then
7660 COLLECT_NAMES=
7661 export COLLECT_NAMES
7662 fi
d9898ee8 7663 ;;
7664esac
d9898ee8 7665
8d138742
CE
7666# Global variables:
7667ofile=libtool
7668can_build_shared=yes
d9898ee8 7669
8d138742
CE
7670# All known linkers require a `.a' archive for static linking (except MSVC,
7671# which needs '.lib').
7672libext=a
d9898ee8 7673
8d138742 7674with_gnu_ld="$lt_cv_prog_gnu_ld"
d9898ee8 7675
8d138742
CE
7676old_CC="$CC"
7677old_CFLAGS="$CFLAGS"
d9898ee8 7678
8d138742
CE
7679# Set sane defaults for various variables
7680test -z "$CC" && CC=cc
7681test -z "$LTCC" && LTCC=$CC
7682test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7683test -z "$LD" && LD=ld
7684test -z "$ac_objext" && ac_objext=o
d9898ee8 7685
8d138742
CE
7686for cc_temp in $compiler""; do
7687 case $cc_temp in
7688 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7689 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7690 \-*) ;;
7691 *) break;;
7692 esac
7693done
b0322a85 7694cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d9898ee8 7695
dd184caf 7696
8d138742
CE
7697# Only perform the check for file, if the check method requires it
7698test -z "$MAGIC_CMD" && MAGIC_CMD=file
7699case $deplibs_check_method in
7700file_magic*)
7701 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
b0322a85 7702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8d138742 7703$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
b0322a85 7704if ${lt_cv_path_MAGIC_CMD+:} false; then :
8d138742 7705 $as_echo_n "(cached) " >&6
d9898ee8 7706else
8d138742
CE
7707 case $MAGIC_CMD in
7708[\\/*] | ?:[\\/]*)
7709 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7710 ;;
7711*)
7712 lt_save_MAGIC_CMD="$MAGIC_CMD"
7713 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7714 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7715 for ac_dir in $ac_dummy; do
7716 IFS="$lt_save_ifs"
7717 test -z "$ac_dir" && ac_dir=.
7718 if test -f $ac_dir/${ac_tool_prefix}file; then
7719 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7720 if test -n "$file_magic_test_file"; then
7721 case $deplibs_check_method in
7722 "file_magic "*)
7723 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7724 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7725 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7726 $EGREP "$file_magic_regex" > /dev/null; then
7727 :
7728 else
7729 cat <<_LT_EOF 1>&2
d9898ee8 7730
8d138742
CE
7731*** Warning: the command libtool uses to detect shared libraries,
7732*** $file_magic_cmd, produces output that libtool cannot recognize.
7733*** The result is that libtool may fail to recognize shared libraries
7734*** as such. This will affect the creation of libtool libraries that
7735*** depend on shared libraries, but programs linked with such libtool
7736*** libraries will work regardless of this problem. Nevertheless, you
7737*** may want to report the problem to your system manager and/or to
7738*** bug-libtool@gnu.org
d9898ee8 7739
8d138742
CE
7740_LT_EOF
7741 fi ;;
7742 esac
7743 fi
7744 break
7745 fi
7746 done
7747 IFS="$lt_save_ifs"
7748 MAGIC_CMD="$lt_save_MAGIC_CMD"
7749 ;;
7750esac
d9898ee8 7751fi
7752
8d138742
CE
7753MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7754if test -n "$MAGIC_CMD"; then
b0322a85 7755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8d138742 7756$as_echo "$MAGIC_CMD" >&6; }
d9898ee8 7757else
b0322a85 7758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
7759$as_echo "no" >&6; }
7760fi
d9898ee8 7761
d9898ee8 7762
d9898ee8 7763
d9898ee8 7764
d9898ee8 7765
8d138742
CE
7766if test -z "$lt_cv_path_MAGIC_CMD"; then
7767 if test -n "$ac_tool_prefix"; then
b0322a85 7768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8d138742 7769$as_echo_n "checking for file... " >&6; }
b0322a85 7770if ${lt_cv_path_MAGIC_CMD+:} false; then :
8d138742 7771 $as_echo_n "(cached) " >&6
d9898ee8 7772else
8d138742
CE
7773 case $MAGIC_CMD in
7774[\\/*] | ?:[\\/]*)
7775 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7776 ;;
7777*)
7778 lt_save_MAGIC_CMD="$MAGIC_CMD"
7779 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7780 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7781 for ac_dir in $ac_dummy; do
7782 IFS="$lt_save_ifs"
7783 test -z "$ac_dir" && ac_dir=.
7784 if test -f $ac_dir/file; then
7785 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7786 if test -n "$file_magic_test_file"; then
7787 case $deplibs_check_method in
7788 "file_magic "*)
7789 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7790 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7791 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7792 $EGREP "$file_magic_regex" > /dev/null; then
7793 :
7794 else
7795 cat <<_LT_EOF 1>&2
d9898ee8 7796
8d138742
CE
7797*** Warning: the command libtool uses to detect shared libraries,
7798*** $file_magic_cmd, produces output that libtool cannot recognize.
7799*** The result is that libtool may fail to recognize shared libraries
7800*** as such. This will affect the creation of libtool libraries that
7801*** depend on shared libraries, but programs linked with such libtool
7802*** libraries will work regardless of this problem. Nevertheless, you
7803*** may want to report the problem to your system manager and/or to
7804*** bug-libtool@gnu.org
dd184caf 7805
8d138742
CE
7806_LT_EOF
7807 fi ;;
7808 esac
7809 fi
7810 break
7811 fi
7812 done
7813 IFS="$lt_save_ifs"
7814 MAGIC_CMD="$lt_save_MAGIC_CMD"
7815 ;;
7816esac
d9898ee8 7817fi
d9898ee8 7818
8d138742
CE
7819MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7820if test -n "$MAGIC_CMD"; then
b0322a85 7821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8d138742 7822$as_echo "$MAGIC_CMD" >&6; }
d9898ee8 7823else
b0322a85 7824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 7825$as_echo "no" >&6; }
d9898ee8 7826fi
dd184caf 7827
8d138742
CE
7828
7829 else
7830 MAGIC_CMD=:
7831 fi
d9898ee8 7832fi
d9898ee8 7833
8d138742
CE
7834 fi
7835 ;;
7836esac
d9898ee8 7837
8d138742 7838# Use C for the default configuration in the libtool script
d9898ee8 7839
8d138742
CE
7840lt_save_CC="$CC"
7841ac_ext=c
7842ac_cpp='$CPP $CPPFLAGS'
7843ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7844ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7845ac_compiler_gnu=$ac_cv_c_compiler_gnu
d9898ee8 7846
d9898ee8 7847
8d138742
CE
7848# Source file extension for C test sources.
7849ac_ext=c
d9898ee8 7850
8d138742
CE
7851# Object file extension for compiled C test sources.
7852objext=o
7853objext=$objext
dd184caf 7854
8d138742
CE
7855# Code to be used in simple compile tests
7856lt_simple_compile_test_code="int some_variable = 0;"
d9898ee8 7857
8d138742
CE
7858# Code to be used in simple link tests
7859lt_simple_link_test_code='int main(){return(0);}'
d9898ee8 7860
dd184caf 7861
d9898ee8 7862
d9898ee8 7863
dd184caf 7864
d9898ee8 7865
d9898ee8 7866
8d138742
CE
7867# If no C compiler was specified, use CC.
7868LTCC=${LTCC-"$CC"}
dd184caf 7869
8d138742
CE
7870# If no C compiler flags were specified, use CFLAGS.
7871LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
d9898ee8 7872
8d138742
CE
7873# Allow CC to be a program name with arguments.
7874compiler=$CC
d9898ee8 7875
8d138742
CE
7876# Save the default compiler, since it gets overwritten when the other
7877# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7878compiler_DEFAULT=$CC
d9898ee8 7879
8d138742
CE
7880# save warnings/boilerplate of simple test code
7881ac_outfile=conftest.$ac_objext
7882echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7883eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7884_lt_compiler_boilerplate=`cat conftest.err`
7885$RM conftest*
d9898ee8 7886
8d138742
CE
7887ac_outfile=conftest.$ac_objext
7888echo "$lt_simple_link_test_code" >conftest.$ac_ext
7889eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7890_lt_linker_boilerplate=`cat conftest.err`
7891$RM -r conftest*
d9898ee8 7892
7893
8d138742 7894if test -n "$compiler"; then
d9898ee8 7895
8d138742 7896lt_prog_compiler_no_builtin_flag=
d9898ee8 7897
8d138742 7898if test "$GCC" = yes; then
b0322a85
CE
7899 case $cc_basename in
7900 nvcc*)
7901 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7902 *)
7903 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7904 esac
d9898ee8 7905
b0322a85 7906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8d138742 7907$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
b0322a85 7908if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8d138742
CE
7909 $as_echo_n "(cached) " >&6
7910else
7911 lt_cv_prog_compiler_rtti_exceptions=no
7912 ac_outfile=conftest.$ac_objext
7913 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7914 lt_compiler_flag="-fno-rtti -fno-exceptions"
7915 # Insert the option either (1) after the last *FLAGS variable, or
7916 # (2) before a word containing "conftest.", or (3) at the end.
7917 # Note that $ac_compile itself does not contain backslashes and begins
7918 # with a dollar sign (not a hyphen), so the echo should work correctly.
7919 # The option is referenced via a variable to avoid confusing sed.
7920 lt_compile=`echo "$ac_compile" | $SED \
7921 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7922 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7923 -e 's:$: $lt_compiler_flag:'`
b0322a85 7924 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8d138742
CE
7925 (eval "$lt_compile" 2>conftest.err)
7926 ac_status=$?
7927 cat conftest.err >&5
b0322a85 7928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8d138742
CE
7929 if (exit $ac_status) && test -s "$ac_outfile"; then
7930 # The compiler can only warn and ignore the option if not recognized
7931 # So say no if there are warnings other than the usual output.
b0322a85 7932 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8d138742
CE
7933 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7934 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7935 lt_cv_prog_compiler_rtti_exceptions=yes
7936 fi
7937 fi
7938 $RM conftest*
d9898ee8 7939
7940fi
b0322a85 7941{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8d138742 7942$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
d9898ee8 7943
8d138742
CE
7944if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7945 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7946else
7947 :
7948fi
d9898ee8 7949
8d138742 7950fi
d9898ee8 7951
d9898ee8 7952
d9898ee8 7953
d9898ee8 7954
d9898ee8 7955
d9898ee8 7956
8d138742
CE
7957 lt_prog_compiler_wl=
7958lt_prog_compiler_pic=
7959lt_prog_compiler_static=
d9898ee8 7960
d9898ee8 7961
8d138742
CE
7962 if test "$GCC" = yes; then
7963 lt_prog_compiler_wl='-Wl,'
7964 lt_prog_compiler_static='-static'
d9898ee8 7965
8d138742
CE
7966 case $host_os in
7967 aix*)
7968 # All AIX code is PIC.
7969 if test "$host_cpu" = ia64; then
7970 # AIX 5 now supports IA64 processor
7971 lt_prog_compiler_static='-Bstatic'
7972 fi
7973 ;;
d9898ee8 7974
8d138742
CE
7975 amigaos*)
7976 case $host_cpu in
7977 powerpc)
7978 # see comment about AmigaOS4 .so support
7979 lt_prog_compiler_pic='-fPIC'
7980 ;;
7981 m68k)
7982 # FIXME: we need at least 68020 code to build shared libraries, but
7983 # adding the `-m68020' flag to GCC prevents building anything better,
7984 # like `-m68040'.
7985 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7986 ;;
7987 esac
7988 ;;
d9898ee8 7989
8d138742
CE
7990 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7991 # PIC is the default for these OSes.
7992 ;;
d9898ee8 7993
8d138742
CE
7994 mingw* | cygwin* | pw32* | os2* | cegcc*)
7995 # This hack is so that the source file can tell whether it is being
7996 # built for inclusion in a dll (and should export symbols for example).
7997 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7998 # (--disable-auto-import) libraries
7999 lt_prog_compiler_pic='-DDLL_EXPORT'
8000 ;;
d9898ee8 8001
8d138742
CE
8002 darwin* | rhapsody*)
8003 # PIC is the default on this platform
8004 # Common symbols not allowed in MH_DYLIB files
8005 lt_prog_compiler_pic='-fno-common'
8006 ;;
d9898ee8 8007
b0322a85
CE
8008 haiku*)
8009 # PIC is the default for Haiku.
8010 # The "-static" flag exists, but is broken.
8011 lt_prog_compiler_static=
8012 ;;
8013
8d138742
CE
8014 hpux*)
8015 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8016 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8017 # sets the default TLS model and affects inlining.
8018 case $host_cpu in
8019 hppa*64*)
8020 # +Z the default
8021 ;;
8022 *)
8023 lt_prog_compiler_pic='-fPIC'
8024 ;;
8025 esac
8026 ;;
d9898ee8 8027
8d138742
CE
8028 interix[3-9]*)
8029 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8030 # Instead, we relocate shared libraries at runtime.
8031 ;;
d9898ee8 8032
8d138742
CE
8033 msdosdjgpp*)
8034 # Just because we use GCC doesn't mean we suddenly get shared libraries
8035 # on systems that don't support them.
8036 lt_prog_compiler_can_build_shared=no
8037 enable_shared=no
8038 ;;
d9898ee8 8039
8d138742
CE
8040 *nto* | *qnx*)
8041 # QNX uses GNU C++, but need to define -shared option too, otherwise
8042 # it will coredump.
8043 lt_prog_compiler_pic='-fPIC -shared'
8044 ;;
d9898ee8 8045
8d138742
CE
8046 sysv4*MP*)
8047 if test -d /usr/nec; then
8048 lt_prog_compiler_pic=-Kconform_pic
8049 fi
8050 ;;
d9898ee8 8051
8d138742
CE
8052 *)
8053 lt_prog_compiler_pic='-fPIC'
8054 ;;
8055 esac
b0322a85
CE
8056
8057 case $cc_basename in
8058 nvcc*) # Cuda Compiler Driver 2.2
8059 lt_prog_compiler_wl='-Xlinker '
8060 if test -n "$lt_prog_compiler_pic"; then
8061 lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
8062 fi
8063 ;;
8064 esac
8d138742
CE
8065 else
8066 # PORTME Check for flag to pass linker flags through the system compiler.
8067 case $host_os in
8068 aix*)
8069 lt_prog_compiler_wl='-Wl,'
8070 if test "$host_cpu" = ia64; then
8071 # AIX 5 now supports IA64 processor
8072 lt_prog_compiler_static='-Bstatic'
8073 else
8074 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8075 fi
8076 ;;
d9898ee8 8077
8d138742
CE
8078 mingw* | cygwin* | pw32* | os2* | cegcc*)
8079 # This hack is so that the source file can tell whether it is being
8080 # built for inclusion in a dll (and should export symbols for example).
8081 lt_prog_compiler_pic='-DDLL_EXPORT'
8082 ;;
d9898ee8 8083
8d138742
CE
8084 hpux9* | hpux10* | hpux11*)
8085 lt_prog_compiler_wl='-Wl,'
8086 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8087 # not for PA HP-UX.
8088 case $host_cpu in
8089 hppa*64*|ia64*)
8090 # +Z the default
8091 ;;
8092 *)
8093 lt_prog_compiler_pic='+Z'
8094 ;;
8095 esac
8096 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8097 lt_prog_compiler_static='${wl}-a ${wl}archive'
8098 ;;
d9898ee8 8099
8d138742
CE
8100 irix5* | irix6* | nonstopux*)
8101 lt_prog_compiler_wl='-Wl,'
8102 # PIC (with -KPIC) is the default.
8103 lt_prog_compiler_static='-non_shared'
8104 ;;
d9898ee8 8105
b0322a85 8106 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8d138742
CE
8107 case $cc_basename in
8108 # old Intel for x86_64 which still supported -KPIC.
8109 ecc*)
8110 lt_prog_compiler_wl='-Wl,'
8111 lt_prog_compiler_pic='-KPIC'
8112 lt_prog_compiler_static='-static'
8113 ;;
8114 # icc used to be incompatible with GCC.
8115 # ICC 10 doesn't accept -KPIC any more.
8116 icc* | ifort*)
8117 lt_prog_compiler_wl='-Wl,'
8118 lt_prog_compiler_pic='-fPIC'
8119 lt_prog_compiler_static='-static'
8120 ;;
8121 # Lahey Fortran 8.1.
8122 lf95*)
8123 lt_prog_compiler_wl='-Wl,'
8124 lt_prog_compiler_pic='--shared'
8125 lt_prog_compiler_static='--static'
8126 ;;
b0322a85
CE
8127 nagfor*)
8128 # NAG Fortran compiler
8129 lt_prog_compiler_wl='-Wl,-Wl,,'
8130 lt_prog_compiler_pic='-PIC'
8131 lt_prog_compiler_static='-Bstatic'
8132 ;;
8133 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8d138742
CE
8134 # Portland Group compilers (*not* the Pentium gcc compiler,
8135 # which looks to be a dead project)
8136 lt_prog_compiler_wl='-Wl,'
8137 lt_prog_compiler_pic='-fpic'
8138 lt_prog_compiler_static='-Bstatic'
8139 ;;
8140 ccc*)
8141 lt_prog_compiler_wl='-Wl,'
8142 # All Alpha code is PIC.
8143 lt_prog_compiler_static='-non_shared'
8144 ;;
b0322a85
CE
8145 xl* | bgxl* | bgf* | mpixl*)
8146 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8d138742
CE
8147 lt_prog_compiler_wl='-Wl,'
8148 lt_prog_compiler_pic='-qpic'
8149 lt_prog_compiler_static='-qstaticlink'
8150 ;;
8151 *)
8152 case `$CC -V 2>&1 | sed 5q` in
b0322a85
CE
8153 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
8154 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8155 lt_prog_compiler_pic='-KPIC'
8156 lt_prog_compiler_static='-Bstatic'
8157 lt_prog_compiler_wl=''
8158 ;;
8159 *Sun\ F* | *Sun*Fortran*)
8160 lt_prog_compiler_pic='-KPIC'
8161 lt_prog_compiler_static='-Bstatic'
8162 lt_prog_compiler_wl='-Qoption ld '
8163 ;;
8d138742
CE
8164 *Sun\ C*)
8165 # Sun C 5.9
8166 lt_prog_compiler_pic='-KPIC'
8167 lt_prog_compiler_static='-Bstatic'
8168 lt_prog_compiler_wl='-Wl,'
8169 ;;
b0322a85
CE
8170 *Intel*\ [CF]*Compiler*)
8171 lt_prog_compiler_wl='-Wl,'
8172 lt_prog_compiler_pic='-fPIC'
8173 lt_prog_compiler_static='-static'
8174 ;;
8175 *Portland\ Group*)
8176 lt_prog_compiler_wl='-Wl,'
8177 lt_prog_compiler_pic='-fpic'
8d138742 8178 lt_prog_compiler_static='-Bstatic'
8d138742
CE
8179 ;;
8180 esac
8181 ;;
8182 esac
8183 ;;
d9898ee8 8184
8d138742
CE
8185 newsos6)
8186 lt_prog_compiler_pic='-KPIC'
8187 lt_prog_compiler_static='-Bstatic'
8188 ;;
d9898ee8 8189
8d138742
CE
8190 *nto* | *qnx*)
8191 # QNX uses GNU C++, but need to define -shared option too, otherwise
8192 # it will coredump.
8193 lt_prog_compiler_pic='-fPIC -shared'
8194 ;;
d9898ee8 8195
8d138742
CE
8196 osf3* | osf4* | osf5*)
8197 lt_prog_compiler_wl='-Wl,'
8198 # All OSF/1 code is PIC.
8199 lt_prog_compiler_static='-non_shared'
8200 ;;
d9898ee8 8201
8d138742
CE
8202 rdos*)
8203 lt_prog_compiler_static='-non_shared'
8204 ;;
d9898ee8 8205
8d138742
CE
8206 solaris*)
8207 lt_prog_compiler_pic='-KPIC'
8208 lt_prog_compiler_static='-Bstatic'
8209 case $cc_basename in
b0322a85 8210 f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
8d138742
CE
8211 lt_prog_compiler_wl='-Qoption ld ';;
8212 *)
8213 lt_prog_compiler_wl='-Wl,';;
8214 esac
8215 ;;
d9898ee8 8216
8d138742
CE
8217 sunos4*)
8218 lt_prog_compiler_wl='-Qoption ld '
8219 lt_prog_compiler_pic='-PIC'
8220 lt_prog_compiler_static='-Bstatic'
8221 ;;
d9898ee8 8222
8d138742
CE
8223 sysv4 | sysv4.2uw2* | sysv4.3*)
8224 lt_prog_compiler_wl='-Wl,'
8225 lt_prog_compiler_pic='-KPIC'
8226 lt_prog_compiler_static='-Bstatic'
8227 ;;
d9898ee8 8228
8d138742
CE
8229 sysv4*MP*)
8230 if test -d /usr/nec ;then
8231 lt_prog_compiler_pic='-Kconform_pic'
8232 lt_prog_compiler_static='-Bstatic'
8233 fi
8234 ;;
d9898ee8 8235
8d138742
CE
8236 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8237 lt_prog_compiler_wl='-Wl,'
8238 lt_prog_compiler_pic='-KPIC'
8239 lt_prog_compiler_static='-Bstatic'
8240 ;;
d9898ee8 8241
8d138742
CE
8242 unicos*)
8243 lt_prog_compiler_wl='-Wl,'
8244 lt_prog_compiler_can_build_shared=no
8245 ;;
8246
8247 uts4*)
8248 lt_prog_compiler_pic='-pic'
8249 lt_prog_compiler_static='-Bstatic'
d9898ee8 8250 ;;
8d138742 8251
d9898ee8 8252 *)
8d138742 8253 lt_prog_compiler_can_build_shared=no
d9898ee8 8254 ;;
8255 esac
8d138742 8256 fi
d9898ee8 8257
8d138742
CE
8258case $host_os in
8259 # For platforms which do not support PIC, -DPIC is meaningless:
8260 *djgpp*)
8261 lt_prog_compiler_pic=
d9898ee8 8262 ;;
8d138742
CE
8263 *)
8264 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8265 ;;
8266esac
d9898ee8 8267
b0322a85
CE
8268{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8269$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8270if ${lt_cv_prog_compiler_pic+:} false; then :
8271 $as_echo_n "(cached) " >&6
8272else
8273 lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
8274fi
8275{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
8276$as_echo "$lt_cv_prog_compiler_pic" >&6; }
8277lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
d9898ee8 8278
d9898ee8 8279#
8d138742 8280# Check to make sure the PIC flag actually works.
d9898ee8 8281#
8d138742 8282if test -n "$lt_prog_compiler_pic"; then
b0322a85 8283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8d138742 8284$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
b0322a85 8285if ${lt_cv_prog_compiler_pic_works+:} false; then :
8d138742
CE
8286 $as_echo_n "(cached) " >&6
8287else
8288 lt_cv_prog_compiler_pic_works=no
8289 ac_outfile=conftest.$ac_objext
8290 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8291 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8292 # Insert the option either (1) after the last *FLAGS variable, or
8293 # (2) before a word containing "conftest.", or (3) at the end.
8294 # Note that $ac_compile itself does not contain backslashes and begins
8295 # with a dollar sign (not a hyphen), so the echo should work correctly.
8296 # The option is referenced via a variable to avoid confusing sed.
8297 lt_compile=`echo "$ac_compile" | $SED \
8298 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8299 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8300 -e 's:$: $lt_compiler_flag:'`
b0322a85 8301 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8d138742
CE
8302 (eval "$lt_compile" 2>conftest.err)
8303 ac_status=$?
8304 cat conftest.err >&5
b0322a85 8305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8d138742
CE
8306 if (exit $ac_status) && test -s "$ac_outfile"; then
8307 # The compiler can only warn and ignore the option if not recognized
8308 # So say no if there are warnings other than the usual output.
b0322a85 8309 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8d138742
CE
8310 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8311 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8312 lt_cv_prog_compiler_pic_works=yes
8313 fi
8314 fi
8315 $RM conftest*
d9898ee8 8316
8d138742 8317fi
b0322a85 8318{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8d138742 8319$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d9898ee8 8320
8d138742
CE
8321if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8322 case $lt_prog_compiler_pic in
8323 "" | " "*) ;;
8324 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8325 esac
8326else
8327 lt_prog_compiler_pic=
8328 lt_prog_compiler_can_build_shared=no
8329fi
d9898ee8 8330
8d138742 8331fi
d9898ee8 8332
d9898ee8 8333
d9898ee8 8334
d9898ee8 8335
d9898ee8 8336
d9898ee8 8337
b0322a85
CE
8338
8339
8340
8341
8342
8d138742
CE
8343#
8344# Check to make sure the static flag actually works.
8345#
8346wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
b0322a85 8347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8d138742 8348$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
b0322a85 8349if ${lt_cv_prog_compiler_static_works+:} false; then :
8d138742
CE
8350 $as_echo_n "(cached) " >&6
8351else
8352 lt_cv_prog_compiler_static_works=no
8353 save_LDFLAGS="$LDFLAGS"
8354 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8355 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8356 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8357 # The linker can only warn and ignore the option if not recognized
8358 # So say no if there are warnings
8359 if test -s conftest.err; then
8360 # Append any errors to the config.log.
8361 cat conftest.err 1>&5
b0322a85 8362 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8d138742
CE
8363 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8364 if diff conftest.exp conftest.er2 >/dev/null; then
8365 lt_cv_prog_compiler_static_works=yes
8366 fi
8367 else
8368 lt_cv_prog_compiler_static_works=yes
8369 fi
8370 fi
8371 $RM -r conftest*
8372 LDFLAGS="$save_LDFLAGS"
d9898ee8 8373
8d138742 8374fi
b0322a85 8375{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8d138742 8376$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d9898ee8 8377
8d138742
CE
8378if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8379 :
8380else
8381 lt_prog_compiler_static=
8382fi
d9898ee8 8383
d9898ee8 8384
d9898ee8 8385
d9898ee8 8386
d9898ee8 8387
d9898ee8 8388
d9898ee8 8389
b0322a85 8390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8d138742 8391$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
b0322a85 8392if ${lt_cv_prog_compiler_c_o+:} false; then :
8d138742
CE
8393 $as_echo_n "(cached) " >&6
8394else
8395 lt_cv_prog_compiler_c_o=no
8396 $RM -r conftest 2>/dev/null
8397 mkdir conftest
8398 cd conftest
8399 mkdir out
8400 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d9898ee8 8401
8d138742
CE
8402 lt_compiler_flag="-o out/conftest2.$ac_objext"
8403 # Insert the option either (1) after the last *FLAGS variable, or
8404 # (2) before a word containing "conftest.", or (3) at the end.
8405 # Note that $ac_compile itself does not contain backslashes and begins
8406 # with a dollar sign (not a hyphen), so the echo should work correctly.
8407 lt_compile=`echo "$ac_compile" | $SED \
8408 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8409 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8410 -e 's:$: $lt_compiler_flag:'`
b0322a85 8411 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8d138742
CE
8412 (eval "$lt_compile" 2>out/conftest.err)
8413 ac_status=$?
8414 cat out/conftest.err >&5
b0322a85 8415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8d138742
CE
8416 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8417 then
8418 # The compiler can only warn and ignore the option if not recognized
8419 # So say no if there are warnings
b0322a85 8420 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8d138742
CE
8421 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8422 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8423 lt_cv_prog_compiler_c_o=yes
8424 fi
8425 fi
8426 chmod u+w . 2>&5
8427 $RM conftest*
8428 # SGI C++ compiler will create directory out/ii_files/ for
8429 # template instantiation
8430 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8431 $RM out/* && rmdir out
8432 cd ..
8433 $RM -r conftest
8434 $RM conftest*
d9898ee8 8435
8d138742 8436fi
b0322a85 8437{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8d138742 8438$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d9898ee8 8439
d9898ee8 8440
d9898ee8 8441
d9898ee8 8442
d9898ee8 8443
d9898ee8 8444
b0322a85 8445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8d138742 8446$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
b0322a85 8447if ${lt_cv_prog_compiler_c_o+:} false; then :
8d138742
CE
8448 $as_echo_n "(cached) " >&6
8449else
8450 lt_cv_prog_compiler_c_o=no
8451 $RM -r conftest 2>/dev/null
8452 mkdir conftest
8453 cd conftest
8454 mkdir out
8455 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d9898ee8 8456
8d138742
CE
8457 lt_compiler_flag="-o out/conftest2.$ac_objext"
8458 # Insert the option either (1) after the last *FLAGS variable, or
8459 # (2) before a word containing "conftest.", or (3) at the end.
8460 # Note that $ac_compile itself does not contain backslashes and begins
8461 # with a dollar sign (not a hyphen), so the echo should work correctly.
8462 lt_compile=`echo "$ac_compile" | $SED \
8463 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8464 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8465 -e 's:$: $lt_compiler_flag:'`
b0322a85 8466 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8d138742
CE
8467 (eval "$lt_compile" 2>out/conftest.err)
8468 ac_status=$?
8469 cat out/conftest.err >&5
b0322a85 8470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8d138742
CE
8471 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8472 then
8473 # The compiler can only warn and ignore the option if not recognized
8474 # So say no if there are warnings
b0322a85 8475 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8d138742
CE
8476 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8477 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8478 lt_cv_prog_compiler_c_o=yes
8479 fi
8480 fi
8481 chmod u+w . 2>&5
8482 $RM conftest*
8483 # SGI C++ compiler will create directory out/ii_files/ for
8484 # template instantiation
8485 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8486 $RM out/* && rmdir out
8487 cd ..
8488 $RM -r conftest
8489 $RM conftest*
d9898ee8 8490
8d138742 8491fi
b0322a85 8492{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8d138742 8493$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d9898ee8 8494
d9898ee8 8495
d9898ee8 8496
d9898ee8 8497
8d138742
CE
8498hard_links="nottested"
8499if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8500 # do not overwrite the value of need_locks provided by the user
b0322a85 8501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8d138742
CE
8502$as_echo_n "checking if we can lock with hard links... " >&6; }
8503 hard_links=yes
8504 $RM conftest*
8505 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8506 touch conftest.a
8507 ln conftest.a conftest.b 2>&5 || hard_links=no
8508 ln conftest.a conftest.b 2>/dev/null && hard_links=no
b0322a85 8509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8d138742
CE
8510$as_echo "$hard_links" >&6; }
8511 if test "$hard_links" = no; then
b0322a85 8512 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8d138742
CE
8513$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8514 need_locks=warn
8515 fi
8516else
8517 need_locks=no
8518fi
d9898ee8 8519
d9898ee8 8520
d9898ee8 8521
d9898ee8 8522
d9898ee8 8523
d9898ee8 8524
b0322a85 8525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8d138742 8526$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d9898ee8 8527
8d138742
CE
8528 runpath_var=
8529 allow_undefined_flag=
8530 always_export_symbols=no
8531 archive_cmds=
8532 archive_expsym_cmds=
8533 compiler_needs_object=no
8534 enable_shared_with_static_runtimes=no
8535 export_dynamic_flag_spec=
8536 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8537 hardcode_automatic=no
8538 hardcode_direct=no
8539 hardcode_direct_absolute=no
8540 hardcode_libdir_flag_spec=
8d138742
CE
8541 hardcode_libdir_separator=
8542 hardcode_minus_L=no
8543 hardcode_shlibpath_var=unsupported
8544 inherit_rpath=no
8545 link_all_deplibs=unknown
8546 module_cmds=
8547 module_expsym_cmds=
8548 old_archive_from_new_cmds=
8549 old_archive_from_expsyms_cmds=
8550 thread_safe_flag_spec=
8551 whole_archive_flag_spec=
8552 # include_expsyms should be a list of space-separated symbols to be *always*
8553 # included in the symbol list
8554 include_expsyms=
8555 # exclude_expsyms can be an extended regexp of symbols to exclude
8556 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8557 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8558 # as well as any symbol that contains `d'.
8559 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8560 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8561 # platforms (ab)use it in PIC code, but their linkers get confused if
8562 # the symbol is explicitly referenced. Since portable code cannot
8563 # rely on this symbol name, it's probably fine to never include it in
8564 # preloaded symbol tables.
8565 # Exclude shared library initialization/finalization symbols.
8566 extract_expsyms_cmds=
d9898ee8 8567
8d138742
CE
8568 case $host_os in
8569 cygwin* | mingw* | pw32* | cegcc*)
8570 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8571 # When not using gcc, we currently assume that we are using
8572 # Microsoft Visual C++.
8573 if test "$GCC" != yes; then
8574 with_gnu_ld=no
8575 fi
8576 ;;
8577 interix*)
8578 # we just hope/assume this is gcc and not c89 (= MSVC++)
8579 with_gnu_ld=yes
8580 ;;
8581 openbsd*)
8582 with_gnu_ld=no
8583 ;;
8584 esac
d9898ee8 8585
8d138742 8586 ld_shlibs=yes
b0322a85
CE
8587
8588 # On some targets, GNU ld is compatible enough with the native linker
8589 # that we're better off using the native interface for both.
8590 lt_use_gnu_ld_interface=no
8d138742 8591 if test "$with_gnu_ld" = yes; then
b0322a85
CE
8592 case $host_os in
8593 aix*)
8594 # The AIX port of GNU ld has always aspired to compatibility
8595 # with the native linker. However, as the warning in the GNU ld
8596 # block says, versions before 2.19.5* couldn't really create working
8597 # shared libraries, regardless of the interface used.
8598 case `$LD -v 2>&1` in
8599 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8600 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8601 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8602 *)
8603 lt_use_gnu_ld_interface=yes
8604 ;;
8605 esac
8606 ;;
8607 *)
8608 lt_use_gnu_ld_interface=yes
8609 ;;
8610 esac
8611 fi
8612
8613 if test "$lt_use_gnu_ld_interface" = yes; then
8d138742
CE
8614 # If archive_cmds runs LD, not CC, wlarc should be empty
8615 wlarc='${wl}'
d9898ee8 8616
8d138742
CE
8617 # Set some defaults for GNU ld with shared library support. These
8618 # are reset later if shared libraries are not supported. Putting them
8619 # here allows them to be overridden if necessary.
8620 runpath_var=LD_RUN_PATH
8621 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8622 export_dynamic_flag_spec='${wl}--export-dynamic'
8623 # ancient GNU ld didn't support --whole-archive et. al.
8624 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8625 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8626 else
8627 whole_archive_flag_spec=
8628 fi
8629 supports_anon_versioning=no
8630 case `$LD -v 2>&1` in
b0322a85 8631 *GNU\ gold*) supports_anon_versioning=yes ;;
8d138742
CE
8632 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8633 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8634 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8635 *\ 2.11.*) ;; # other 2.11 versions
8636 *) supports_anon_versioning=yes ;;
8637 esac
d9898ee8 8638
8d138742
CE
8639 # See if GNU ld supports shared libraries.
8640 case $host_os in
8641 aix[3-9]*)
8642 # On AIX/PPC, the GNU linker is very broken
8643 if test "$host_cpu" != ia64; then
8644 ld_shlibs=no
8645 cat <<_LT_EOF 1>&2
d9898ee8 8646
b0322a85 8647*** Warning: the GNU linker, at least up to release 2.19, is reported
8d138742
CE
8648*** to be unable to reliably create shared libraries on AIX.
8649*** Therefore, libtool is disabling shared libraries support. If you
b0322a85
CE
8650*** really care for shared libraries, you may want to install binutils
8651*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8652*** You will then need to restart the configuration process.
d9898ee8 8653
8d138742
CE
8654_LT_EOF
8655 fi
8656 ;;
d9898ee8 8657
8d138742
CE
8658 amigaos*)
8659 case $host_cpu in
8660 powerpc)
8661 # see comment about AmigaOS4 .so support
8662 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8663 archive_expsym_cmds=''
8664 ;;
8665 m68k)
8666 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
8667 hardcode_libdir_flag_spec='-L$libdir'
8668 hardcode_minus_L=yes
8669 ;;
8670 esac
8671 ;;
d9898ee8 8672
8d138742
CE
8673 beos*)
8674 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8675 allow_undefined_flag=unsupported
8676 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8677 # support --undefined. This deserves some investigation. FIXME
8678 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8679 else
8680 ld_shlibs=no
8681 fi
8682 ;;
d9898ee8 8683
8d138742
CE
8684 cygwin* | mingw* | pw32* | cegcc*)
8685 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8686 # as there is no search path for DLLs.
8687 hardcode_libdir_flag_spec='-L$libdir'
b0322a85 8688 export_dynamic_flag_spec='${wl}--export-all-symbols'
8d138742
CE
8689 allow_undefined_flag=unsupported
8690 always_export_symbols=no
8691 enable_shared_with_static_runtimes=yes
b0322a85
CE
8692 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
8693 exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
d9898ee8 8694
8d138742
CE
8695 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8696 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8697 # If the export-symbols file already is a .def file (1st line
8698 # is EXPORTS), use it as is; otherwise, prepend...
8699 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8700 cp $export_symbols $output_objdir/$soname.def;
8701 else
8702 echo EXPORTS > $output_objdir/$soname.def;
8703 cat $export_symbols >> $output_objdir/$soname.def;
8704 fi~
8705 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8706 else
8707 ld_shlibs=no
8708 fi
8709 ;;
d9898ee8 8710
b0322a85
CE
8711 haiku*)
8712 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8713 link_all_deplibs=yes
8714 ;;
8715
8d138742
CE
8716 interix[3-9]*)
8717 hardcode_direct=no
8718 hardcode_shlibpath_var=no
8719 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8720 export_dynamic_flag_spec='${wl}-E'
8721 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8722 # Instead, shared libraries are loaded at an image base (0x10000000 by
8723 # default) and relocated if they conflict, which is a slow very memory
8724 # consuming and fragmenting process. To avoid this, we pick a random,
8725 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8726 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8727 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8728 archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8729 ;;
d9898ee8 8730
b0322a85 8731 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8d138742
CE
8732 tmp_diet=no
8733 if test "$host_os" = linux-dietlibc; then
8734 case $cc_basename in
8735 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8736 esac
8737 fi
8738 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8739 && test "$tmp_diet" = no
8740 then
b0322a85 8741 tmp_addflag=' $pic_flag'
8d138742
CE
8742 tmp_sharedflag='-shared'
8743 case $cc_basename,$host_cpu in
8744 pgcc*) # Portland Group C compiler
b0322a85 8745 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8d138742
CE
8746 tmp_addflag=' $pic_flag'
8747 ;;
b0322a85
CE
8748 pgf77* | pgf90* | pgf95* | pgfortran*)
8749 # Portland Group f77 and f90 compilers
8750 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8d138742
CE
8751 tmp_addflag=' $pic_flag -Mnomain' ;;
8752 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8753 tmp_addflag=' -i_dynamic' ;;
8754 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8755 tmp_addflag=' -i_dynamic -nofor_main' ;;
8756 ifc* | ifort*) # Intel Fortran compiler
8757 tmp_addflag=' -nofor_main' ;;
8758 lf95*) # Lahey Fortran 8.1
8759 whole_archive_flag_spec=
8760 tmp_sharedflag='--shared' ;;
b0322a85 8761 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8d138742
CE
8762 tmp_sharedflag='-qmkshrobj'
8763 tmp_addflag= ;;
b0322a85
CE
8764 nvcc*) # Cuda Compiler Driver 2.2
8765 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8766 compiler_needs_object=yes
8767 ;;
8d138742
CE
8768 esac
8769 case `$CC -V 2>&1 | sed 5q` in
8770 *Sun\ C*) # Sun C 5.9
b0322a85 8771 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8d138742
CE
8772 compiler_needs_object=yes
8773 tmp_sharedflag='-G' ;;
8774 *Sun\ F*) # Sun Fortran 8.3
8775 tmp_sharedflag='-G' ;;
8776 esac
8777 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
d9898ee8 8778
8d138742
CE
8779 if test "x$supports_anon_versioning" = xyes; then
8780 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8781 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8782 echo "local: *; };" >> $output_objdir/$libname.ver~
8783 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8784 fi
d9898ee8 8785
8d138742 8786 case $cc_basename in
b0322a85 8787 xlf* | bgf* | bgxlf* | mpixlf*)
8d138742
CE
8788 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8789 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
b0322a85
CE
8790 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8791 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
8d138742
CE
8792 if test "x$supports_anon_versioning" = xyes; then
8793 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8794 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8795 echo "local: *; };" >> $output_objdir/$libname.ver~
b0322a85 8796 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8d138742
CE
8797 fi
8798 ;;
8799 esac
8800 else
8801 ld_shlibs=no
8802 fi
8803 ;;
d9898ee8 8804
8d138742
CE
8805 netbsd*)
8806 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8807 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8808 wlarc=
8809 else
b0322a85
CE
8810 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8811 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8d138742
CE
8812 fi
8813 ;;
d9898ee8 8814
8d138742
CE
8815 solaris*)
8816 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8817 ld_shlibs=no
8818 cat <<_LT_EOF 1>&2
d9898ee8 8819
8d138742
CE
8820*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8821*** create shared libraries on Solaris systems. Therefore, libtool
8822*** is disabling shared libraries support. We urge you to upgrade GNU
8823*** binutils to release 2.9.1 or newer. Another option is to modify
8824*** your PATH or compiler configuration so that the native linker is
8825*** used, and then restart.
d9898ee8 8826
8d138742
CE
8827_LT_EOF
8828 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
b0322a85
CE
8829 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8830 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8d138742
CE
8831 else
8832 ld_shlibs=no
8833 fi
8834 ;;
d9898ee8 8835
8d138742
CE
8836 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8837 case `$LD -v 2>&1` in
8838 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8839 ld_shlibs=no
8840 cat <<_LT_EOF 1>&2
d9898ee8 8841
8d138742
CE
8842*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8843*** reliably create shared libraries on SCO systems. Therefore, libtool
8844*** is disabling shared libraries support. We urge you to upgrade GNU
8845*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8846*** your PATH or compiler configuration so that the native linker is
8847*** used, and then restart.
d9898ee8 8848
8d138742
CE
8849_LT_EOF
8850 ;;
8851 *)
8852 # For security reasons, it is highly recommended that you always
8853 # use absolute paths for naming shared libraries, and exclude the
8854 # DT_RUNPATH tag from executables and libraries. But doing so
8855 # requires that you compile everything twice, which is a pain.
8856 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8857 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8858 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8859 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8860 else
8861 ld_shlibs=no
8862 fi
8863 ;;
8864 esac
8865 ;;
d9898ee8 8866
8d138742
CE
8867 sunos4*)
8868 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8869 wlarc=
8870 hardcode_direct=yes
8871 hardcode_shlibpath_var=no
8872 ;;
d9898ee8 8873
8d138742
CE
8874 *)
8875 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
b0322a85
CE
8876 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8877 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8d138742
CE
8878 else
8879 ld_shlibs=no
8880 fi
8881 ;;
8882 esac
d9898ee8 8883
8d138742
CE
8884 if test "$ld_shlibs" = no; then
8885 runpath_var=
8886 hardcode_libdir_flag_spec=
8887 export_dynamic_flag_spec=
8888 whole_archive_flag_spec=
8889 fi
8890 else
8891 # PORTME fill in a description of your system's linker (not GNU ld)
8892 case $host_os in
8893 aix3*)
8894 allow_undefined_flag=unsupported
8895 always_export_symbols=yes
8896 archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
8897 # Note: this linker hardcodes the directories in LIBPATH if there
8898 # are no directories specified by -L.
8899 hardcode_minus_L=yes
8900 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8901 # Neither direct hardcoding nor static linking is supported with a
8902 # broken collect2.
8903 hardcode_direct=unsupported
8904 fi
8905 ;;
d9898ee8 8906
8d138742
CE
8907 aix[4-9]*)
8908 if test "$host_cpu" = ia64; then
8909 # On IA64, the linker does run time linking by default, so we don't
8910 # have to do anything special.
8911 aix_use_runtimelinking=no
8912 exp_sym_flag='-Bexport'
8913 no_entry_flag=""
8914 else
8915 # If we're using GNU nm, then we don't want the "-C" option.
8916 # -C means demangle to AIX nm, but means don't demangle with GNU nm
b0322a85
CE
8917 # Also, AIX nm treats weak defined symbols like other global
8918 # defined symbols, whereas GNU nm marks them as "W".
8d138742 8919 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
b0322a85 8920 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8d138742
CE
8921 else
8922 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8923 fi
8924 aix_use_runtimelinking=no
d9898ee8 8925
8d138742
CE
8926 # Test if we are trying to use run time linking or normal
8927 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8928 # need to do runtime linking.
8929 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8930 for ld_flag in $LDFLAGS; do
8931 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8932 aix_use_runtimelinking=yes
8933 break
8934 fi
8935 done
8936 ;;
8937 esac
d9898ee8 8938
8d138742
CE
8939 exp_sym_flag='-bexport'
8940 no_entry_flag='-bnoentry'
8941 fi
d9898ee8 8942
8d138742
CE
8943 # When large executables or shared objects are built, AIX ld can
8944 # have problems creating the table of contents. If linking a library
8945 # or program results in "error TOC overflow" add -mminimal-toc to
8946 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8947 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
d9898ee8 8948
8d138742
CE
8949 archive_cmds=''
8950 hardcode_direct=yes
8951 hardcode_direct_absolute=yes
8952 hardcode_libdir_separator=':'
8953 link_all_deplibs=yes
8954 file_list_spec='${wl}-f,'
d9898ee8 8955
8d138742
CE
8956 if test "$GCC" = yes; then
8957 case $host_os in aix4.[012]|aix4.[012].*)
8958 # We only want to do this on AIX 4.2 and lower, the check
8959 # below for broken collect2 doesn't work under 4.3+
8960 collect2name=`${CC} -print-prog-name=collect2`
8961 if test -f "$collect2name" &&
8962 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8963 then
8964 # We have reworked collect2
8965 :
8966 else
8967 # We have old collect2
8968 hardcode_direct=unsupported
8969 # It fails to find uninstalled libraries when the uninstalled
8970 # path is not listed in the libpath. Setting hardcode_minus_L
8971 # to unsupported forces relinking
8972 hardcode_minus_L=yes
8973 hardcode_libdir_flag_spec='-L$libdir'
8974 hardcode_libdir_separator=
8975 fi
8976 ;;
8977 esac
8978 shared_flag='-shared'
8979 if test "$aix_use_runtimelinking" = yes; then
8980 shared_flag="$shared_flag "'${wl}-G'
8981 fi
8982 else
8983 # not using gcc
8984 if test "$host_cpu" = ia64; then
8985 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8986 # chokes on -Wl,-G. The following line is correct:
8987 shared_flag='-G'
8988 else
8989 if test "$aix_use_runtimelinking" = yes; then
8990 shared_flag='${wl}-G'
8991 else
8992 shared_flag='${wl}-bM:SRE'
8993 fi
8994 fi
8995 fi
d9898ee8 8996
8d138742
CE
8997 export_dynamic_flag_spec='${wl}-bexpall'
8998 # It seems that -bexpall does not export symbols beginning with
8999 # underscore (_), so it is better to generate a list of symbols to export.
9000 always_export_symbols=yes
9001 if test "$aix_use_runtimelinking" = yes; then
9002 # Warning - without using the other runtime loading flags (-brtl),
9003 # -berok will link without error, but may produce a broken library.
9004 allow_undefined_flag='-berok'
9005 # Determine the default libpath from the value encoded in an
9006 # empty executable.
b0322a85
CE
9007 if test "${lt_cv_aix_libpath+set}" = set; then
9008 aix_libpath=$lt_cv_aix_libpath
9009else
9010 if ${lt_cv_aix_libpath_+:} false; then :
9011 $as_echo_n "(cached) " >&6
9012else
9013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742 9014/* end confdefs.h. */
d9898ee8 9015
8d138742
CE
9016int
9017main ()
9018{
d9898ee8 9019
8d138742
CE
9020 ;
9021 return 0;
9022}
9023_ACEOF
b0322a85 9024if ac_fn_c_try_link "$LINENO"; then :
d9898ee8 9025
b0322a85
CE
9026 lt_aix_libpath_sed='
9027 /Import File Strings/,/^$/ {
9028 /^0/ {
9029 s/^0 *\([^ ]*\) *$/\1/
9030 p
9031 }
9032 }'
9033 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9034 # Check for a 64-bit object if we didn't find anything.
9035 if test -z "$lt_cv_aix_libpath_"; then
9036 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9037 fi
9038fi
9039rm -f core conftest.err conftest.$ac_objext \
9040 conftest$ac_exeext conftest.$ac_ext
9041 if test -z "$lt_cv_aix_libpath_"; then
9042 lt_cv_aix_libpath_="/usr/lib:/lib"
9043 fi
d9898ee8 9044
8d138742 9045fi
d9898ee8 9046
b0322a85
CE
9047 aix_libpath=$lt_cv_aix_libpath_
9048fi
d9898ee8 9049
8d138742 9050 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
b0322a85 9051 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
8d138742
CE
9052 else
9053 if test "$host_cpu" = ia64; then
9054 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9055 allow_undefined_flag="-z nodefs"
9056 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
9057 else
9058 # Determine the default libpath from the value encoded in an
9059 # empty executable.
b0322a85
CE
9060 if test "${lt_cv_aix_libpath+set}" = set; then
9061 aix_libpath=$lt_cv_aix_libpath
9062else
9063 if ${lt_cv_aix_libpath_+:} false; then :
9064 $as_echo_n "(cached) " >&6
9065else
9066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742 9067/* end confdefs.h. */
d9898ee8 9068
8d138742
CE
9069int
9070main ()
9071{
d9898ee8 9072
8d138742
CE
9073 ;
9074 return 0;
9075}
9076_ACEOF
b0322a85 9077if ac_fn_c_try_link "$LINENO"; then :
d9898ee8 9078
b0322a85
CE
9079 lt_aix_libpath_sed='
9080 /Import File Strings/,/^$/ {
9081 /^0/ {
9082 s/^0 *\([^ ]*\) *$/\1/
9083 p
9084 }
9085 }'
9086 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9087 # Check for a 64-bit object if we didn't find anything.
9088 if test -z "$lt_cv_aix_libpath_"; then
9089 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9090 fi
9091fi
9092rm -f core conftest.err conftest.$ac_objext \
9093 conftest$ac_exeext conftest.$ac_ext
9094 if test -z "$lt_cv_aix_libpath_"; then
9095 lt_cv_aix_libpath_="/usr/lib:/lib"
9096 fi
d9898ee8 9097
8d138742 9098fi
d9898ee8 9099
b0322a85
CE
9100 aix_libpath=$lt_cv_aix_libpath_
9101fi
d9898ee8 9102
8d138742
CE
9103 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9104 # Warning - without using the other run time loading flags,
9105 # -berok will link without error, but may produce a broken library.
9106 no_undefined_flag=' ${wl}-bernotok'
9107 allow_undefined_flag=' ${wl}-berok'
b0322a85
CE
9108 if test "$with_gnu_ld" = yes; then
9109 # We only use this code for GNU lds that support --whole-archive.
9110 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9111 else
9112 # Exported symbols can be pulled into shared objects from archives
9113 whole_archive_flag_spec='$convenience'
9114 fi
8d138742
CE
9115 archive_cmds_need_lc=yes
9116 # This is similar to how AIX traditionally builds its shared libraries.
9117 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
9118 fi
9119 fi
9120 ;;
d9898ee8 9121
8d138742
CE
9122 amigaos*)
9123 case $host_cpu in
9124 powerpc)
9125 # see comment about AmigaOS4 .so support
9126 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9127 archive_expsym_cmds=''
9128 ;;
9129 m68k)
9130 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
9131 hardcode_libdir_flag_spec='-L$libdir'
9132 hardcode_minus_L=yes
9133 ;;
9134 esac
9135 ;;
d9898ee8 9136
8d138742
CE
9137 bsdi[45]*)
9138 export_dynamic_flag_spec=-rdynamic
9139 ;;
d9898ee8 9140
8d138742
CE
9141 cygwin* | mingw* | pw32* | cegcc*)
9142 # When not using gcc, we currently assume that we are using
9143 # Microsoft Visual C++.
9144 # hardcode_libdir_flag_spec is actually meaningless, as there is
9145 # no search path for DLLs.
b0322a85
CE
9146 case $cc_basename in
9147 cl*)
9148 # Native MSVC
9149 hardcode_libdir_flag_spec=' '
9150 allow_undefined_flag=unsupported
9151 always_export_symbols=yes
9152 file_list_spec='@'
9153 # Tell ltmain to make .lib files, not .a files.
9154 libext=lib
9155 # Tell ltmain to make .dll files, not .so files.
9156 shrext_cmds=".dll"
9157 # FIXME: Setting linknames here is a bad hack.
9158 archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
9159 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9160 sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
9161 else
9162 sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
9163 fi~
9164 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
9165 linknames='
9166 # The linker will not automatically build a static lib if we build a DLL.
9167 # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9168 enable_shared_with_static_runtimes=yes
9169 exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
9170 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9171 # Don't use ranlib
9172 old_postinstall_cmds='chmod 644 $oldlib'
9173 postlink_cmds='lt_outputfile="@OUTPUT@"~
9174 lt_tool_outputfile="@TOOL_OUTPUT@"~
9175 case $lt_outputfile in
9176 *.exe|*.EXE) ;;
9177 *)
9178 lt_outputfile="$lt_outputfile.exe"
9179 lt_tool_outputfile="$lt_tool_outputfile.exe"
9180 ;;
9181 esac~
9182 if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
9183 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
9184 $RM "$lt_outputfile.manifest";
9185 fi'
9186 ;;
9187 *)
9188 # Assume MSVC wrapper
9189 hardcode_libdir_flag_spec=' '
9190 allow_undefined_flag=unsupported
9191 # Tell ltmain to make .lib files, not .a files.
9192 libext=lib
9193 # Tell ltmain to make .dll files, not .so files.
9194 shrext_cmds=".dll"
9195 # FIXME: Setting linknames here is a bad hack.
9196 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9197 # The linker will automatically build a .lib file if we build a DLL.
9198 old_archive_from_new_cmds='true'
9199 # FIXME: Should let the user specify the lib program.
9200 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9201 enable_shared_with_static_runtimes=yes
9202 ;;
9203 esac
8d138742 9204 ;;
d9898ee8 9205
8d138742 9206 darwin* | rhapsody*)
d9898ee8 9207
d9898ee8 9208
8d138742
CE
9209 archive_cmds_need_lc=no
9210 hardcode_direct=no
9211 hardcode_automatic=yes
9212 hardcode_shlibpath_var=unsupported
b0322a85
CE
9213 if test "$lt_cv_ld_force_load" = "yes"; then
9214 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9215
9216 else
9217 whole_archive_flag_spec=''
9218 fi
8d138742
CE
9219 link_all_deplibs=yes
9220 allow_undefined_flag="$_lt_dar_allow_undefined"
9221 case $cc_basename in
9222 ifort*) _lt_dar_can_shared=yes ;;
9223 *) _lt_dar_can_shared=$GCC ;;
d9898ee8 9224 esac
8d138742 9225 if test "$_lt_dar_can_shared" = "yes"; then
b0322a85 9226 output_verbose_link_cmd=func_echo_all
8d138742
CE
9227 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9228 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9229 archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
9230 module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
d9898ee8 9231
8d138742
CE
9232 else
9233 ld_shlibs=no
d9898ee8 9234 fi
d9898ee8 9235
8d138742 9236 ;;
d9898ee8 9237
8d138742
CE
9238 dgux*)
9239 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9240 hardcode_libdir_flag_spec='-L$libdir'
9241 hardcode_shlibpath_var=no
9242 ;;
d9898ee8 9243
8d138742
CE
9244 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9245 # support. Future versions do this automatically, but an explicit c++rt0.o
9246 # does not break anything, and helps significantly (at the cost of a little
9247 # extra space).
9248 freebsd2.2*)
9249 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9250 hardcode_libdir_flag_spec='-R$libdir'
9251 hardcode_direct=yes
9252 hardcode_shlibpath_var=no
9253 ;;
dd184caf 9254
8d138742 9255 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
b0322a85 9256 freebsd2.*)
8d138742
CE
9257 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9258 hardcode_direct=yes
9259 hardcode_minus_L=yes
9260 hardcode_shlibpath_var=no
9261 ;;
d9898ee8 9262
8d138742
CE
9263 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9264 freebsd* | dragonfly*)
b0322a85 9265 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8d138742
CE
9266 hardcode_libdir_flag_spec='-R$libdir'
9267 hardcode_direct=yes
9268 hardcode_shlibpath_var=no
9269 ;;
d9898ee8 9270
8d138742
CE
9271 hpux9*)
9272 if test "$GCC" = yes; then
b0322a85 9273 archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8d138742
CE
9274 else
9275 archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9276 fi
9277 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9278 hardcode_libdir_separator=:
9279 hardcode_direct=yes
d9898ee8 9280
8d138742
CE
9281 # hardcode_minus_L: Not really in the search PATH,
9282 # but as the default location of the library.
9283 hardcode_minus_L=yes
9284 export_dynamic_flag_spec='${wl}-E'
9285 ;;
d9898ee8 9286
8d138742 9287 hpux10*)
b0322a85
CE
9288 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9289 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8d138742
CE
9290 else
9291 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9292 fi
9293 if test "$with_gnu_ld" = no; then
9294 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8d138742
CE
9295 hardcode_libdir_separator=:
9296 hardcode_direct=yes
9297 hardcode_direct_absolute=yes
9298 export_dynamic_flag_spec='${wl}-E'
9299 # hardcode_minus_L: Not really in the search PATH,
9300 # but as the default location of the library.
9301 hardcode_minus_L=yes
9302 fi
9303 ;;
d9898ee8 9304
b0322a85
CE
9305 hpux11*)
9306 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9307 case $host_cpu in
9308 hppa*64*)
9309 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9310 ;;
9311 ia64*)
9312 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9313 ;;
9314 *)
9315 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9316 ;;
9317 esac
9318 else
9319 case $host_cpu in
9320 hppa*64*)
9321 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9322 ;;
9323 ia64*)
9324 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9325 ;;
9326 *)
9327
9328 # Older versions of the 11.00 compiler do not understand -b yet
9329 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9331$as_echo_n "checking if $CC understands -b... " >&6; }
9332if ${lt_cv_prog_compiler__b+:} false; then :
9333 $as_echo_n "(cached) " >&6
9334else
9335 lt_cv_prog_compiler__b=no
9336 save_LDFLAGS="$LDFLAGS"
9337 LDFLAGS="$LDFLAGS -b"
9338 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9339 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9340 # The linker can only warn and ignore the option if not recognized
9341 # So say no if there are warnings
9342 if test -s conftest.err; then
9343 # Append any errors to the config.log.
9344 cat conftest.err 1>&5
9345 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9346 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9347 if diff conftest.exp conftest.er2 >/dev/null; then
9348 lt_cv_prog_compiler__b=yes
9349 fi
9350 else
9351 lt_cv_prog_compiler__b=yes
9352 fi
9353 fi
9354 $RM -r conftest*
9355 LDFLAGS="$save_LDFLAGS"
9356
9357fi
9358{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9359$as_echo "$lt_cv_prog_compiler__b" >&6; }
9360
9361if test x"$lt_cv_prog_compiler__b" = xyes; then
9362 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9363else
9364 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9365fi
9366
8d138742
CE
9367 ;;
9368 esac
d9898ee8 9369 fi
8d138742
CE
9370 if test "$with_gnu_ld" = no; then
9371 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9372 hardcode_libdir_separator=:
d9898ee8 9373
8d138742
CE
9374 case $host_cpu in
9375 hppa*64*|ia64*)
9376 hardcode_direct=no
9377 hardcode_shlibpath_var=no
9378 ;;
9379 *)
9380 hardcode_direct=yes
9381 hardcode_direct_absolute=yes
9382 export_dynamic_flag_spec='${wl}-E'
d9898ee8 9383
8d138742
CE
9384 # hardcode_minus_L: Not really in the search PATH,
9385 # but as the default location of the library.
9386 hardcode_minus_L=yes
9387 ;;
9388 esac
9389 fi
9390 ;;
d9898ee8 9391
8d138742
CE
9392 irix5* | irix6* | nonstopux*)
9393 if test "$GCC" = yes; then
b0322a85 9394 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8d138742
CE
9395 # Try to use the -exported_symbol ld option, if it does not
9396 # work, assume that -exports_file does not work either and
9397 # implicitly export all symbols.
b0322a85
CE
9398 # This should be the same for all languages, so no per-tag cache variable.
9399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
9400$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
9401if ${lt_cv_irix_exported_symbol+:} false; then :
9402 $as_echo_n "(cached) " >&6
9403else
9404 save_LDFLAGS="$LDFLAGS"
9405 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9407/* end confdefs.h. */
9408int foo (void) { return 0; }
d9898ee8 9409_ACEOF
b0322a85
CE
9410if ac_fn_c_try_link "$LINENO"; then :
9411 lt_cv_irix_exported_symbol=yes
d9898ee8 9412else
b0322a85 9413 lt_cv_irix_exported_symbol=no
d9898ee8 9414fi
b0322a85
CE
9415rm -f core conftest.err conftest.$ac_objext \
9416 conftest$ac_exeext conftest.$ac_ext
9417 LDFLAGS="$save_LDFLAGS"
9418fi
9419{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
9420$as_echo "$lt_cv_irix_exported_symbol" >&6; }
9421 if test "$lt_cv_irix_exported_symbol" = yes; then
9422 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9423 fi
d9898ee8 9424 else
b0322a85
CE
9425 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9426 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
8d138742
CE
9427 fi
9428 archive_cmds_need_lc='no'
9429 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9430 hardcode_libdir_separator=:
9431 inherit_rpath=yes
9432 link_all_deplibs=yes
9433 ;;
d9898ee8 9434
8d138742
CE
9435 netbsd*)
9436 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9437 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9438 else
9439 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
d9898ee8 9440 fi
8d138742
CE
9441 hardcode_libdir_flag_spec='-R$libdir'
9442 hardcode_direct=yes
9443 hardcode_shlibpath_var=no
9444 ;;
d9898ee8 9445
8d138742
CE
9446 newsos6)
9447 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9448 hardcode_direct=yes
9449 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9450 hardcode_libdir_separator=:
9451 hardcode_shlibpath_var=no
9452 ;;
d9898ee8 9453
8d138742
CE
9454 *nto* | *qnx*)
9455 ;;
d9898ee8 9456
8d138742
CE
9457 openbsd*)
9458 if test -f /usr/libexec/ld.so; then
9459 hardcode_direct=yes
9460 hardcode_shlibpath_var=no
9461 hardcode_direct_absolute=yes
9462 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9463 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9464 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9465 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9466 export_dynamic_flag_spec='${wl}-E'
9467 else
9468 case $host_os in
9469 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9470 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9471 hardcode_libdir_flag_spec='-R$libdir'
9472 ;;
9473 *)
9474 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9475 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9476 ;;
9477 esac
9478 fi
d9898ee8 9479 else
8d138742 9480 ld_shlibs=no
d9898ee8 9481 fi
d9898ee8 9482 ;;
8d138742
CE
9483
9484 os2*)
9485 hardcode_libdir_flag_spec='-L$libdir'
9486 hardcode_minus_L=yes
9487 allow_undefined_flag=unsupported
b0322a85 9488 archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
8d138742 9489 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
d9898ee8 9490 ;;
8d138742
CE
9491
9492 osf3*)
9493 if test "$GCC" = yes; then
9494 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
b0322a85 9495 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
d9898ee8 9496 else
8d138742 9497 allow_undefined_flag=' -expect_unresolved \*'
b0322a85 9498 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
d9898ee8 9499 fi
8d138742
CE
9500 archive_cmds_need_lc='no'
9501 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9502 hardcode_libdir_separator=:
d9898ee8 9503 ;;
d9898ee8 9504
8d138742
CE
9505 osf4* | osf5*) # as osf3* with the addition of -msym flag
9506 if test "$GCC" = yes; then
9507 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
b0322a85 9508 archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8d138742
CE
9509 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9510 else
9511 allow_undefined_flag=' -expect_unresolved \*'
b0322a85 9512 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
8d138742 9513 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
b0322a85 9514 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
8d138742
CE
9515
9516 # Both c and cxx compiler support -rpath directly
9517 hardcode_libdir_flag_spec='-rpath $libdir'
9518 fi
9519 archive_cmds_need_lc='no'
9520 hardcode_libdir_separator=:
d9898ee8 9521 ;;
d9898ee8 9522
8d138742
CE
9523 solaris*)
9524 no_undefined_flag=' -z defs'
9525 if test "$GCC" = yes; then
9526 wlarc='${wl}'
b0322a85 9527 archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8d138742 9528 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
b0322a85 9529 $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8d138742
CE
9530 else
9531 case `$CC -V 2>&1` in
9532 *"Compilers 5.0"*)
9533 wlarc=''
9534 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9535 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9536 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
d9898ee8 9537 ;;
9538 *)
8d138742
CE
9539 wlarc='${wl}'
9540 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9541 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9542 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
d9898ee8 9543 ;;
9544 esac
8d138742
CE
9545 fi
9546 hardcode_libdir_flag_spec='-R$libdir'
9547 hardcode_shlibpath_var=no
9548 case $host_os in
9549 solaris2.[0-5] | solaris2.[0-5].*) ;;
d9898ee8 9550 *)
8d138742
CE
9551 # The compiler driver will combine and reorder linker options,
9552 # but understands `-z linker_flag'. GCC discards it without `$wl',
9553 # but is careful enough not to reorder.
9554 # Supported since Solaris 2.6 (maybe 2.5.1?)
9555 if test "$GCC" = yes; then
9556 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
d9898ee8 9557 else
8d138742 9558 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
d9898ee8 9559 fi
d9898ee8 9560 ;;
8d138742
CE
9561 esac
9562 link_all_deplibs=yes
9563 ;;
9564
9565 sunos4*)
9566 if test "x$host_vendor" = xsequent; then
9567 # Use $CC to link under sequent, because it throws in some extra .o
9568 # files that make .init and .fini sections work.
9569 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9570 else
9571 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9572 fi
9573 hardcode_libdir_flag_spec='-L$libdir'
9574 hardcode_direct=yes
9575 hardcode_minus_L=yes
9576 hardcode_shlibpath_var=no
9577 ;;
9578
9579 sysv4)
9580 case $host_vendor in
9581 sni)
9582 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9583 hardcode_direct=yes # is this really true???
d9898ee8 9584 ;;
8d138742
CE
9585 siemens)
9586 ## LD is ld it makes a PLAMLIB
9587 ## CC just makes a GrossModule.
9588 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9589 reload_cmds='$CC -r -o $output$reload_objs'
9590 hardcode_direct=no
d9898ee8 9591 ;;
8d138742
CE
9592 motorola)
9593 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9594 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9595 ;;
9596 esac
9597 runpath_var='LD_RUN_PATH'
9598 hardcode_shlibpath_var=no
9599 ;;
9600
9601 sysv4.3*)
9602 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9603 hardcode_shlibpath_var=no
9604 export_dynamic_flag_spec='-Bexport'
9605 ;;
d9898ee8 9606
8d138742
CE
9607 sysv4*MP*)
9608 if test -d /usr/nec; then
9609 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9610 hardcode_shlibpath_var=no
d9898ee8 9611 runpath_var=LD_RUN_PATH
8d138742
CE
9612 hardcode_runpath_var=yes
9613 ld_shlibs=yes
ac40fd9e 9614 fi
8d138742 9615 ;;
d9898ee8 9616
8d138742
CE
9617 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9618 no_undefined_flag='${wl}-z,text'
9619 archive_cmds_need_lc=no
9620 hardcode_shlibpath_var=no
9621 runpath_var='LD_RUN_PATH'
d9898ee8 9622
8d138742
CE
9623 if test "$GCC" = yes; then
9624 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9625 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9626 else
9627 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9628 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9629 fi
9630 ;;
d9898ee8 9631
8d138742
CE
9632 sysv5* | sco3.2v5* | sco5v6*)
9633 # Note: We can NOT use -z defs as we might desire, because we do not
9634 # link with -lc, and that would cause any symbols used from libc to
9635 # always be unresolved, which means just about no library would
9636 # ever link correctly. If we're not using GNU ld we use -z text
9637 # though, which does catch some bad symbols but isn't as heavy-handed
9638 # as -z defs.
9639 no_undefined_flag='${wl}-z,text'
9640 allow_undefined_flag='${wl}-z,nodefs'
9641 archive_cmds_need_lc=no
9642 hardcode_shlibpath_var=no
9643 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9644 hardcode_libdir_separator=':'
9645 link_all_deplibs=yes
9646 export_dynamic_flag_spec='${wl}-Bexport'
9647 runpath_var='LD_RUN_PATH'
d9898ee8 9648
8d138742
CE
9649 if test "$GCC" = yes; then
9650 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9651 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9652 else
9653 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9654 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9655 fi
9656 ;;
d9898ee8 9657
8d138742
CE
9658 uts4*)
9659 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9660 hardcode_libdir_flag_spec='-L$libdir'
9661 hardcode_shlibpath_var=no
9662 ;;
d9898ee8 9663
8d138742
CE
9664 *)
9665 ld_shlibs=no
9666 ;;
d9898ee8 9667 esac
d9898ee8 9668
8d138742
CE
9669 if test x$host_vendor = xsni; then
9670 case $host in
9671 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9672 export_dynamic_flag_spec='${wl}-Blargedynsym'
9673 ;;
9674 esac
9675 fi
9676 fi
d9898ee8 9677
b0322a85 9678{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
8d138742
CE
9679$as_echo "$ld_shlibs" >&6; }
9680test "$ld_shlibs" = no && can_build_shared=no
d9898ee8 9681
8d138742 9682with_gnu_ld=$with_gnu_ld
d9898ee8 9683
d9898ee8 9684
d9898ee8 9685
d9898ee8 9686
d9898ee8 9687
d9898ee8 9688
9689
d9898ee8 9690
d9898ee8 9691
d9898ee8 9692
d9898ee8 9693
d9898ee8 9694
d9898ee8 9695
d9898ee8 9696
d9898ee8 9697
8d138742
CE
9698#
9699# Do we need to explicitly link libc?
9700#
9701case "x$archive_cmds_need_lc" in
9702x|xyes)
9703 # Assume -lc should be added
9704 archive_cmds_need_lc=yes
d9898ee8 9705
8d138742
CE
9706 if test "$enable_shared" = yes && test "$GCC" = yes; then
9707 case $archive_cmds in
9708 *'~'*)
9709 # FIXME: we may have to deal with multi-command sequences.
ac40fd9e 9710 ;;
8d138742
CE
9711 '$CC '*)
9712 # Test whether the compiler implicitly links with -lc since on some
9713 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9714 # to ld, don't add -lc before -lgcc.
b0322a85 9715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
8d138742 9716$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
b0322a85
CE
9717if ${lt_cv_archive_cmds_need_lc+:} false; then :
9718 $as_echo_n "(cached) " >&6
9719else
9720 $RM conftest*
9721 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
ac40fd9e 9722
b0322a85 9723 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8d138742
CE
9724 (eval $ac_compile) 2>&5
9725 ac_status=$?
b0322a85
CE
9726 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9727 test $ac_status = 0; } 2>conftest.err; then
9728 soname=conftest
9729 lib=conftest
9730 libobjs=conftest.$ac_objext
9731 deplibs=
9732 wl=$lt_prog_compiler_wl
9733 pic_flag=$lt_prog_compiler_pic
9734 compiler_flags=-v
9735 linker_flags=-v
9736 verstring=
9737 output_objdir=.
9738 libname=conftest
9739 lt_save_allow_undefined_flag=$allow_undefined_flag
9740 allow_undefined_flag=
9741 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
8d138742
CE
9742 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9743 ac_status=$?
b0322a85
CE
9744 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9745 test $ac_status = 0; }
9746 then
9747 lt_cv_archive_cmds_need_lc=no
9748 else
9749 lt_cv_archive_cmds_need_lc=yes
9750 fi
9751 allow_undefined_flag=$lt_save_allow_undefined_flag
9752 else
9753 cat conftest.err 1>&5
9754 fi
9755 $RM conftest*
9756
9757fi
9758{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9759$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9760 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
ac40fd9e 9761 ;;
9762 esac
8d138742 9763 fi
d9898ee8 9764 ;;
9765esac
9766
9767
d9898ee8 9768
d9898ee8 9769
d9898ee8 9770
d9898ee8 9771
d9898ee8 9772
d9898ee8 9773
d9898ee8 9774
d9898ee8 9775
d9898ee8 9776
d9898ee8 9777
d9898ee8 9778
d9898ee8 9779
d9898ee8 9780
d9898ee8 9781
9782
d9898ee8 9783
d9898ee8 9784
d9898ee8 9785
9786
d9898ee8 9787
d9898ee8 9788
d9898ee8 9789
d9898ee8 9790
d9898ee8 9791
d9898ee8 9792
d9898ee8 9793
ac40fd9e 9794
8d138742
CE
9795
9796
9797
9798
9799
9800
9801
9802
9803
9804
9805
9806
9807
9808
9809
9810
9811
9812
9813
9814
9815
9816
9817
9818
9819
9820
9821
9822
9823
9824
9825
9826
9827
9828
9829
9830
9831
9832
9833
9834
9835
9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
9850
9851
9852
9853
9854
9855
9856
9857
9858
9859
9860
9861
9862
9863
9864
9865
9866
9867
9868
9869
9870
9871
9872
9873
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
9887
9888
9889
9890
9891
9892
9893
9894
9895
9896
9897
9898
9899
9900
9901
9902
9903
9904
9905
9906
9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
b0322a85 9918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
8d138742
CE
9919$as_echo_n "checking dynamic linker characteristics... " >&6; }
9920
9921if test "$GCC" = yes; then
9922 case $host_os in
9923 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9924 *) lt_awk_arg="/^libraries:/" ;;
9925 esac
b0322a85
CE
9926 case $host_os in
9927 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9928 *) lt_sed_strip_eq="s,=/,/,g" ;;
9929 esac
9930 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9931 case $lt_search_path_spec in
9932 *\;*)
8d138742
CE
9933 # if the path contains ";" then we assume it to be the separator
9934 # otherwise default to the standard path separator (i.e. ":") - it is
9935 # assumed that no part of a normal pathname contains ";" but that should
9936 # okay in the real world where ";" in dirpaths is itself problematic.
b0322a85
CE
9937 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9938 ;;
9939 *)
9940 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9941 ;;
9942 esac
8d138742
CE
9943 # Ok, now we have the path, separated by spaces, we can step through it
9944 # and add multilib dir if necessary.
9945 lt_tmp_lt_search_path_spec=
9946 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9947 for lt_sys_path in $lt_search_path_spec; do
9948 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9949 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9950 else
9951 test -d "$lt_sys_path" && \
9952 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9953 fi
9954 done
b0322a85 9955 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
8d138742
CE
9956BEGIN {RS=" "; FS="/|\n";} {
9957 lt_foo="";
9958 lt_count=0;
9959 for (lt_i = NF; lt_i > 0; lt_i--) {
9960 if ($lt_i != "" && $lt_i != ".") {
9961 if ($lt_i == "..") {
9962 lt_count++;
9963 } else {
9964 if (lt_count == 0) {
9965 lt_foo="/" $lt_i lt_foo;
9966 } else {
9967 lt_count--;
9968 }
9969 }
9970 }
9971 }
9972 if (lt_foo != "") { lt_freq[lt_foo]++; }
9973 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9974}'`
b0322a85
CE
9975 # AWK program above erroneously prepends '/' to C:/dos/paths
9976 # for these hosts.
9977 case $host_os in
9978 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9979 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9980 esac
9981 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
8d138742
CE
9982else
9983 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9984fi
9985library_names_spec=
9986libname_spec='lib$name'
9987soname_spec=
9988shrext_cmds=".so"
9989postinstall_cmds=
9990postuninstall_cmds=
9991finish_cmds=
9992finish_eval=
9993shlibpath_var=
9994shlibpath_overrides_runpath=unknown
9995version_type=none
9996dynamic_linker="$host_os ld.so"
9997sys_lib_dlsearch_path_spec="/lib /usr/lib"
9998need_lib_prefix=unknown
d9898ee8 9999hardcode_into_libs=no
10000
10001# when you set need_version to no, make sure it does not cause -set_version
10002# flags to be left without arguments
10003need_version=unknown
10004
10005case $host_os in
10006aix3*)
b0322a85 10007 version_type=linux # correct to gnu/linux during the next big refactor
d9898ee8 10008 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10009 shlibpath_var=LIBPATH
10010
10011 # AIX 3 has no versioning support, so we append a major version to the name.
10012 soname_spec='${libname}${release}${shared_ext}$major'
10013 ;;
10014
8d138742 10015aix[4-9]*)
b0322a85 10016 version_type=linux # correct to gnu/linux during the next big refactor
d9898ee8 10017 need_lib_prefix=no
10018 need_version=no
10019 hardcode_into_libs=yes
10020 if test "$host_cpu" = ia64; then
10021 # AIX 5 supports IA64
10022 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10023 shlibpath_var=LD_LIBRARY_PATH
10024 else
10025 # With GCC up to 2.95.x, collect2 would create an import file
10026 # for dependence libraries. The import file would start with
10027 # the line `#! .'. This would cause the generated library to
10028 # depend on `.', always an invalid library. This was fixed in
10029 # development snapshots of GCC prior to 3.0.
10030 case $host_os in
10031 aix4 | aix4.[01] | aix4.[01].*)
10032 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10033 echo ' yes '
8d138742 10034 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
d9898ee8 10035 :
10036 else
10037 can_build_shared=no
10038 fi
10039 ;;
10040 esac
10041 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10042 # soname into executable. Probably we can add versioning support to
10043 # collect2, so additional links can be useful in future.
10044 if test "$aix_use_runtimelinking" = yes; then
10045 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10046 # instead of lib<name>.a to let people know that these are not
10047 # typical AIX shared libraries.
10048 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10049 else
10050 # We preserve .a as extension for shared libraries through AIX4.2
10051 # and later when we are not doing run time linking.
10052 library_names_spec='${libname}${release}.a $libname.a'
10053 soname_spec='${libname}${release}${shared_ext}$major'
10054 fi
10055 shlibpath_var=LIBPATH
10056 fi
10057 ;;
10058
10059amigaos*)
8d138742
CE
10060 case $host_cpu in
10061 powerpc)
10062 # Since July 2007 AmigaOS4 officially supports .so libraries.
10063 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10064 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10065 ;;
10066 m68k)
10067 library_names_spec='$libname.ixlibrary $libname.a'
10068 # Create ${libname}_ixlibrary.a entries in /sys/libs.
b0322a85 10069 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
8d138742
CE
10070 ;;
10071 esac
d9898ee8 10072 ;;
10073
10074beos*)
10075 library_names_spec='${libname}${shared_ext}'
10076 dynamic_linker="$host_os ld.so"
10077 shlibpath_var=LIBRARY_PATH
10078 ;;
10079
10080bsdi[45]*)
b0322a85 10081 version_type=linux # correct to gnu/linux during the next big refactor
d9898ee8 10082 need_version=no
10083 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10084 soname_spec='${libname}${release}${shared_ext}$major'
10085 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10086 shlibpath_var=LD_LIBRARY_PATH
10087 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10088 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10089 # the default ld.so.conf also contains /usr/contrib/lib and
10090 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10091 # libtool to hard-code these into programs
10092 ;;
10093
8d138742 10094cygwin* | mingw* | pw32* | cegcc*)
d9898ee8 10095 version_type=windows
10096 shrext_cmds=".dll"
10097 need_version=no
10098 need_lib_prefix=no
10099
b0322a85
CE
10100 case $GCC,$cc_basename in
10101 yes,*)
10102 # gcc
d9898ee8 10103 library_names_spec='$libname.dll.a'
10104 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10105 postinstall_cmds='base_file=`basename \${file}`~
8d138742 10106 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
d9898ee8 10107 dldir=$destdir/`dirname \$dlpath`~
10108 test -d \$dldir || mkdir -p \$dldir~
10109 $install_prog $dir/$dlname \$dldir/$dlname~
8d138742
CE
10110 chmod a+x \$dldir/$dlname~
10111 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10112 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10113 fi'
d9898ee8 10114 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10115 dlpath=$dir/\$dldll~
8d138742 10116 $RM \$dlpath'
d9898ee8 10117 shlibpath_overrides_runpath=yes
10118
10119 case $host_os in
10120 cygwin*)
10121 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10122 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
b0322a85
CE
10123
10124 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
d9898ee8 10125 ;;
8d138742 10126 mingw* | cegcc*)
d9898ee8 10127 # MinGW DLLs use traditional 'lib' prefix
10128 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
d9898ee8 10129 ;;
10130 pw32*)
10131 # pw32 DLLs use 'pw' prefix rather than 'lib'
10132 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10133 ;;
10134 esac
b0322a85
CE
10135 dynamic_linker='Win32 ld.exe'
10136 ;;
10137
10138 *,cl*)
10139 # Native MSVC
10140 libname_spec='$name'
10141 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10142 library_names_spec='${libname}.dll.lib'
10143
10144 case $build_os in
10145 mingw*)
10146 sys_lib_search_path_spec=
10147 lt_save_ifs=$IFS
10148 IFS=';'
10149 for lt_path in $LIB
10150 do
10151 IFS=$lt_save_ifs
10152 # Let DOS variable expansion print the short 8.3 style file name.
10153 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
10154 sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
10155 done
10156 IFS=$lt_save_ifs
10157 # Convert to MSYS style.
10158 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
10159 ;;
10160 cygwin*)
10161 # Convert to unix form, then to dos form, then back to unix form
10162 # but this time dos style (no spaces!) so that the unix form looks
10163 # like /cygdrive/c/PROGRA~1:/cygdr...
10164 sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
10165 sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
10166 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10167 ;;
10168 *)
10169 sys_lib_search_path_spec="$LIB"
10170 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
10171 # It is most probably a Windows format PATH.
10172 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
10173 else
10174 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10175 fi
10176 # FIXME: find the short name or the path components, as spaces are
10177 # common. (e.g. "Program Files" -> "PROGRA~1")
10178 ;;
10179 esac
10180
10181 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10182 postinstall_cmds='base_file=`basename \${file}`~
10183 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10184 dldir=$destdir/`dirname \$dlpath`~
10185 test -d \$dldir || mkdir -p \$dldir~
10186 $install_prog $dir/$dlname \$dldir/$dlname'
10187 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10188 dlpath=$dir/\$dldll~
10189 $RM \$dlpath'
10190 shlibpath_overrides_runpath=yes
10191 dynamic_linker='Win32 link.exe'
d9898ee8 10192 ;;
10193
10194 *)
b0322a85 10195 # Assume MSVC wrapper
d9898ee8 10196 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
b0322a85 10197 dynamic_linker='Win32 ld.exe'
d9898ee8 10198 ;;
10199 esac
d9898ee8 10200 # FIXME: first we should search . and the directory the executable is in
10201 shlibpath_var=PATH
10202 ;;
10203
10204darwin* | rhapsody*)
10205 dynamic_linker="$host_os dyld"
10206 version_type=darwin
10207 need_lib_prefix=no
10208 need_version=no
8d138742 10209 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
d9898ee8 10210 soname_spec='${libname}${release}${major}$shared_ext'
10211 shlibpath_overrides_runpath=yes
10212 shlibpath_var=DYLD_LIBRARY_PATH
10213 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
ac40fd9e 10214
8d138742 10215 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
d9898ee8 10216 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10217 ;;
10218
10219dgux*)
b0322a85 10220 version_type=linux # correct to gnu/linux during the next big refactor
d9898ee8 10221 need_lib_prefix=no
10222 need_version=no
10223 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10224 soname_spec='${libname}${release}${shared_ext}$major'
10225 shlibpath_var=LD_LIBRARY_PATH
10226 ;;
10227
d9898ee8 10228freebsd* | dragonfly*)
10229 # DragonFly does not have aout. When/if they implement a new
10230 # versioning mechanism, adjust this.
10231 if test -x /usr/bin/objformat; then
10232 objformat=`/usr/bin/objformat`
10233 else
10234 case $host_os in
b0322a85 10235 freebsd[23].*) objformat=aout ;;
d9898ee8 10236 *) objformat=elf ;;
10237 esac
10238 fi
10239 version_type=freebsd-$objformat
10240 case $version_type in
10241 freebsd-elf*)
10242 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10243 need_version=no
10244 need_lib_prefix=no
10245 ;;
10246 freebsd-*)
10247 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10248 need_version=yes
10249 ;;
10250 esac
10251 shlibpath_var=LD_LIBRARY_PATH
10252 case $host_os in
b0322a85 10253 freebsd2.*)
d9898ee8 10254 shlibpath_overrides_runpath=yes
10255 ;;
10256 freebsd3.[01]* | freebsdelf3.[01]*)
10257 shlibpath_overrides_runpath=yes
10258 hardcode_into_libs=yes
10259 ;;
10260 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10261 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10262 shlibpath_overrides_runpath=no
10263 hardcode_into_libs=yes
10264 ;;
ac40fd9e 10265 *) # from 4.6 on, and DragonFly
d9898ee8 10266 shlibpath_overrides_runpath=yes
10267 hardcode_into_libs=yes
10268 ;;
10269 esac
10270 ;;
10271
10272gnu*)
b0322a85 10273 version_type=linux # correct to gnu/linux during the next big refactor
d9898ee8 10274 need_lib_prefix=no
10275 need_version=no
10276 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10277 soname_spec='${libname}${release}${shared_ext}$major'
10278 shlibpath_var=LD_LIBRARY_PATH
b0322a85
CE
10279 shlibpath_overrides_runpath=no
10280 hardcode_into_libs=yes
10281 ;;
10282
10283haiku*)
10284 version_type=linux # correct to gnu/linux during the next big refactor
10285 need_lib_prefix=no
10286 need_version=no
10287 dynamic_linker="$host_os runtime_loader"
10288 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10289 soname_spec='${libname}${release}${shared_ext}$major'
10290 shlibpath_var=LIBRARY_PATH
10291 shlibpath_overrides_runpath=yes
10292 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
d9898ee8 10293 hardcode_into_libs=yes
10294 ;;
10295
10296hpux9* | hpux10* | hpux11*)
10297 # Give a soname corresponding to the major version so that dld.sl refuses to
10298 # link against other versions.
10299 version_type=sunos
10300 need_lib_prefix=no
10301 need_version=no
10302 case $host_cpu in
10303 ia64*)
10304 shrext_cmds='.so'
10305 hardcode_into_libs=yes
10306 dynamic_linker="$host_os dld.so"
10307 shlibpath_var=LD_LIBRARY_PATH
10308 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10309 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10310 soname_spec='${libname}${release}${shared_ext}$major'
10311 if test "X$HPUX_IA64_MODE" = X32; then
10312 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10313 else
10314 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10315 fi
10316 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10317 ;;
8d138742
CE
10318 hppa*64*)
10319 shrext_cmds='.sl'
10320 hardcode_into_libs=yes
10321 dynamic_linker="$host_os dld.sl"
10322 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10323 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10324 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10325 soname_spec='${libname}${release}${shared_ext}$major'
10326 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10327 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10328 ;;
10329 *)
d9898ee8 10330 shrext_cmds='.sl'
10331 dynamic_linker="$host_os dld.sl"
10332 shlibpath_var=SHLIB_PATH
10333 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10334 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10335 soname_spec='${libname}${release}${shared_ext}$major'
10336 ;;
10337 esac
b0322a85 10338 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
d9898ee8 10339 postinstall_cmds='chmod 555 $lib'
b0322a85
CE
10340 # or fails outright, so override atomically:
10341 install_override_mode=555
d9898ee8 10342 ;;
10343
ac40fd9e 10344interix[3-9]*)
b0322a85 10345 version_type=linux # correct to gnu/linux during the next big refactor
d9898ee8 10346 need_lib_prefix=no
10347 need_version=no
10348 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10349 soname_spec='${libname}${release}${shared_ext}$major'
10350 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10351 shlibpath_var=LD_LIBRARY_PATH
10352 shlibpath_overrides_runpath=no
10353 hardcode_into_libs=yes
10354 ;;
10355
10356irix5* | irix6* | nonstopux*)
10357 case $host_os in
10358 nonstopux*) version_type=nonstopux ;;
10359 *)
10360 if test "$lt_cv_prog_gnu_ld" = yes; then
b0322a85 10361 version_type=linux # correct to gnu/linux during the next big refactor
d9898ee8 10362 else
10363 version_type=irix
10364 fi ;;
10365 esac
10366 need_lib_prefix=no
10367 need_version=no
10368 soname_spec='${libname}${release}${shared_ext}$major'
10369 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10370 case $host_os in
10371 irix5* | nonstopux*)
10372 libsuff= shlibsuff=
10373 ;;
10374 *)
10375 case $LD in # libtool.m4 will add one of these switches to LD
10376 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10377 libsuff= shlibsuff= libmagic=32-bit;;
10378 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10379 libsuff=32 shlibsuff=N32 libmagic=N32;;
10380 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10381 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10382 *) libsuff= shlibsuff= libmagic=never-match;;
10383 esac
10384 ;;
10385 esac
10386 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10387 shlibpath_overrides_runpath=no
10388 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10389 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10390 hardcode_into_libs=yes
10391 ;;
10392
10393# No shared lib support for Linux oldld, aout, or coff.
10394linux*oldld* | linux*aout* | linux*coff*)
10395 dynamic_linker=no
10396 ;;
10397
b0322a85
CE
10398# This must be glibc/ELF.
10399linux* | k*bsd*-gnu | kopensolaris*-gnu)
10400 version_type=linux # correct to gnu/linux during the next big refactor
d9898ee8 10401 need_lib_prefix=no
10402 need_version=no
10403 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10404 soname_spec='${libname}${release}${shared_ext}$major'
10405 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10406 shlibpath_var=LD_LIBRARY_PATH
10407 shlibpath_overrides_runpath=no
b0322a85 10408
8d138742 10409 # Some binutils ld are patched to set DT_RUNPATH
b0322a85
CE
10410 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10411 $as_echo_n "(cached) " >&6
10412else
10413 lt_cv_shlibpath_overrides_runpath=no
10414 save_LDFLAGS=$LDFLAGS
10415 save_libdir=$libdir
10416 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10417 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
10419/* end confdefs.h. */
10420
10421int
10422main ()
10423{
10424
10425 ;
10426 return 0;
10427}
10428_ACEOF
b0322a85
CE
10429if ac_fn_c_try_link "$LINENO"; then :
10430 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10431 lt_cv_shlibpath_overrides_runpath=yes
8d138742 10432fi
b0322a85
CE
10433fi
10434rm -f core conftest.err conftest.$ac_objext \
10435 conftest$ac_exeext conftest.$ac_ext
10436 LDFLAGS=$save_LDFLAGS
10437 libdir=$save_libdir
8d138742
CE
10438
10439fi
10440
b0322a85 10441 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
8d138742 10442
d9898ee8 10443 # This implies no fast_install, which is unacceptable.
10444 # Some rework will be needed to allow for fast_install
10445 # before this can be enabled.
10446 hardcode_into_libs=yes
8d138742
CE
10447
10448 # Add ABI-specific directories to the system library path.
10449 sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
d9898ee8 10450
10451 # Append ld.so.conf contents to the search path
10452 if test -f /etc/ld.so.conf; then
b0322a85 10453 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
ac40fd9e 10454 sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
b0322a85 10455
d9898ee8 10456 fi
10457
10458 # We used to test for /lib/ld.so.1 and disable shared libraries on
10459 # powerpc, because MkLinux only supported shared libraries with the
10460 # GNU dynamic linker. Since this was broken with cross compilers,
10461 # most powerpc-linux boxes support dynamic linking these days and
10462 # people can always --disable-shared, the test was removed, and we
10463 # assume the GNU/Linux dynamic linker is in use.
10464 dynamic_linker='GNU/Linux ld.so'
10465 ;;
10466
d9898ee8 10467netbsd*)
10468 version_type=sunos
10469 need_lib_prefix=no
10470 need_version=no
8d138742 10471 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
d9898ee8 10472 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10473 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10474 dynamic_linker='NetBSD (a.out) ld.so'
10475 else
10476 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10477 soname_spec='${libname}${release}${shared_ext}$major'
10478 dynamic_linker='NetBSD ld.elf_so'
10479 fi
10480 shlibpath_var=LD_LIBRARY_PATH
10481 shlibpath_overrides_runpath=yes
10482 hardcode_into_libs=yes
10483 ;;
10484
10485newsos6)
b0322a85 10486 version_type=linux # correct to gnu/linux during the next big refactor
d9898ee8 10487 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10488 shlibpath_var=LD_LIBRARY_PATH
10489 shlibpath_overrides_runpath=yes
10490 ;;
10491
8d138742
CE
10492*nto* | *qnx*)
10493 version_type=qnx
d9898ee8 10494 need_lib_prefix=no
10495 need_version=no
10496 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10497 soname_spec='${libname}${release}${shared_ext}$major'
10498 shlibpath_var=LD_LIBRARY_PATH
8d138742
CE
10499 shlibpath_overrides_runpath=no
10500 hardcode_into_libs=yes
10501 dynamic_linker='ldqnx.so'
d9898ee8 10502 ;;
10503
10504openbsd*)
10505 version_type=sunos
10506 sys_lib_dlsearch_path_spec="/usr/lib"
10507 need_lib_prefix=no
10508 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10509 case $host_os in
8d138742
CE
10510 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10511 *) need_version=no ;;
d9898ee8 10512 esac
10513 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10514 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10515 shlibpath_var=LD_LIBRARY_PATH
8d138742 10516 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
d9898ee8 10517 case $host_os in
10518 openbsd2.[89] | openbsd2.[89].*)
10519 shlibpath_overrides_runpath=no
10520 ;;
10521 *)
10522 shlibpath_overrides_runpath=yes
10523 ;;
10524 esac
10525 else
10526 shlibpath_overrides_runpath=yes
10527 fi
10528 ;;
10529
10530os2*)
10531 libname_spec='$name'
10532 shrext_cmds=".dll"
10533 need_lib_prefix=no
10534 library_names_spec='$libname${shared_ext} $libname.a'
10535 dynamic_linker='OS/2 ld.exe'
10536 shlibpath_var=LIBPATH
10537 ;;
10538
10539osf3* | osf4* | osf5*)
10540 version_type=osf
10541 need_lib_prefix=no
10542 need_version=no
10543 soname_spec='${libname}${release}${shared_ext}$major'
10544 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10545 shlibpath_var=LD_LIBRARY_PATH
10546 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10547 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10548 ;;
10549
ac40fd9e 10550rdos*)
10551 dynamic_linker=no
10552 ;;
10553
d9898ee8 10554solaris*)
b0322a85 10555 version_type=linux # correct to gnu/linux during the next big refactor
d9898ee8 10556 need_lib_prefix=no
10557 need_version=no
10558 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10559 soname_spec='${libname}${release}${shared_ext}$major'
10560 shlibpath_var=LD_LIBRARY_PATH
10561 shlibpath_overrides_runpath=yes
10562 hardcode_into_libs=yes
10563 # ldd complains unless libraries are executable
10564 postinstall_cmds='chmod +x $lib'
10565 ;;
10566
10567sunos4*)
10568 version_type=sunos
10569 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10570 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10571 shlibpath_var=LD_LIBRARY_PATH
10572 shlibpath_overrides_runpath=yes
10573 if test "$with_gnu_ld" = yes; then
10574 need_lib_prefix=no
10575 fi
10576 need_version=yes
10577 ;;
10578
10579sysv4 | sysv4.3*)
b0322a85 10580 version_type=linux # correct to gnu/linux during the next big refactor
d9898ee8 10581 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10582 soname_spec='${libname}${release}${shared_ext}$major'
10583 shlibpath_var=LD_LIBRARY_PATH
10584 case $host_vendor in
10585 sni)
10586 shlibpath_overrides_runpath=no
10587 need_lib_prefix=no
d9898ee8 10588 runpath_var=LD_RUN_PATH
10589 ;;
10590 siemens)
10591 need_lib_prefix=no
10592 ;;
10593 motorola)
10594 need_lib_prefix=no
10595 need_version=no
10596 shlibpath_overrides_runpath=no
10597 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10598 ;;
10599 esac
10600 ;;
10601
10602sysv4*MP*)
10603 if test -d /usr/nec ;then
b0322a85 10604 version_type=linux # correct to gnu/linux during the next big refactor
d9898ee8 10605 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10606 soname_spec='$libname${shared_ext}.$major'
10607 shlibpath_var=LD_LIBRARY_PATH
10608 fi
10609 ;;
10610
10611sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10612 version_type=freebsd-elf
10613 need_lib_prefix=no
10614 need_version=no
10615 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10616 soname_spec='${libname}${release}${shared_ext}$major'
10617 shlibpath_var=LD_LIBRARY_PATH
8d138742 10618 shlibpath_overrides_runpath=yes
d9898ee8 10619 hardcode_into_libs=yes
10620 if test "$with_gnu_ld" = yes; then
10621 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
d9898ee8 10622 else
10623 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
d9898ee8 10624 case $host_os in
10625 sco3.2v5*)
10626 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10627 ;;
10628 esac
10629 fi
10630 sys_lib_dlsearch_path_spec='/usr/lib'
10631 ;;
10632
8d138742
CE
10633tpf*)
10634 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
b0322a85 10635 version_type=linux # correct to gnu/linux during the next big refactor
8d138742
CE
10636 need_lib_prefix=no
10637 need_version=no
10638 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10639 shlibpath_var=LD_LIBRARY_PATH
10640 shlibpath_overrides_runpath=no
10641 hardcode_into_libs=yes
10642 ;;
10643
d9898ee8 10644uts4*)
b0322a85 10645 version_type=linux # correct to gnu/linux during the next big refactor
d9898ee8 10646 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10647 soname_spec='${libname}${release}${shared_ext}$major'
10648 shlibpath_var=LD_LIBRARY_PATH
10649 ;;
10650
10651*)
10652 dynamic_linker=no
10653 ;;
10654esac
b0322a85 10655{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
8d138742 10656$as_echo "$dynamic_linker" >&6; }
d9898ee8 10657test "$dynamic_linker" = no && can_build_shared=no
10658
10659variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10660if test "$GCC" = yes; then
10661 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10662fi
10663
8d138742
CE
10664if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10665 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
d9898ee8 10666fi
8d138742
CE
10667if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10668 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
d9898ee8 10669fi
10670
10671
d9898ee8 10672
d9898ee8 10673
d9898ee8 10674
d9898ee8 10675
d9898ee8 10676
d9898ee8 10677
d9898ee8 10678
d9898ee8 10679
d9898ee8 10680
d9898ee8 10681
d9898ee8 10682
d9898ee8 10683
d9898ee8 10684
d9898ee8 10685
d9898ee8 10686
d9898ee8 10687
d9898ee8 10688
d9898ee8 10689
d9898ee8 10690
d9898ee8 10691
d9898ee8 10692
d9898ee8 10693
d9898ee8 10694
d9898ee8 10695
d9898ee8 10696
d9898ee8 10697
d9898ee8 10698
d9898ee8 10699
d9898ee8 10700
d9898ee8 10701
d9898ee8 10702
d9898ee8 10703
d9898ee8 10704
d9898ee8 10705
d9898ee8 10706
d9898ee8 10707
d9898ee8 10708
d9898ee8 10709
d9898ee8 10710
d9898ee8 10711
d9898ee8 10712
d9898ee8 10713
d9898ee8 10714
d9898ee8 10715
d9898ee8 10716
d9898ee8 10717
d9898ee8 10718
d9898ee8 10719
d9898ee8 10720
d9898ee8 10721
d9898ee8 10722
d9898ee8 10723
d9898ee8 10724
d9898ee8 10725
d9898ee8 10726
d9898ee8 10727
d9898ee8 10728
d9898ee8 10729
d9898ee8 10730
d9898ee8 10731
d9898ee8 10732
d9898ee8 10733
d9898ee8 10734
d9898ee8 10735
d9898ee8 10736
d9898ee8 10737
d9898ee8 10738
d9898ee8 10739
d9898ee8 10740
d9898ee8 10741
d9898ee8 10742
d9898ee8 10743
d9898ee8 10744
d9898ee8 10745
d9898ee8 10746
d9898ee8 10747
d9898ee8 10748
d9898ee8 10749
d9898ee8 10750
d9898ee8 10751
d9898ee8 10752
d9898ee8 10753
d9898ee8 10754
d9898ee8 10755
d9898ee8 10756
b0322a85
CE
10757
10758
10759
10760
10761
10762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
8d138742
CE
10763$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10764hardcode_action=
10765if test -n "$hardcode_libdir_flag_spec" ||
10766 test -n "$runpath_var" ||
10767 test "X$hardcode_automatic" = "Xyes" ; then
d9898ee8 10768
8d138742
CE
10769 # We can hardcode non-existent directories.
10770 if test "$hardcode_direct" != no &&
10771 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10772 # have to relink, otherwise we might link with an installed library
10773 # when we should be linking with a yet-to-be-installed one
10774 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10775 test "$hardcode_minus_L" != no; then
10776 # Linking always hardcodes the temporary library directory.
10777 hardcode_action=relink
10778 else
10779 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10780 hardcode_action=immediate
10781 fi
10782else
10783 # We cannot hardcode anything, or else we can only hardcode existing
10784 # directories.
10785 hardcode_action=unsupported
10786fi
b0322a85 10787{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
8d138742 10788$as_echo "$hardcode_action" >&6; }
d9898ee8 10789
8d138742
CE
10790if test "$hardcode_action" = relink ||
10791 test "$inherit_rpath" = yes; then
10792 # Fast installation is not supported
10793 enable_fast_install=no
10794elif test "$shlibpath_overrides_runpath" = yes ||
10795 test "$enable_shared" = no; then
10796 # Fast installation is not necessary
10797 enable_fast_install=needless
10798fi
d9898ee8 10799
d9898ee8 10800
d9898ee8 10801
d9898ee8 10802
d9898ee8 10803
d9898ee8 10804
8d138742
CE
10805 if test "x$enable_dlopen" != xyes; then
10806 enable_dlopen=unknown
10807 enable_dlopen_self=unknown
10808 enable_dlopen_self_static=unknown
10809else
10810 lt_cv_dlopen=no
10811 lt_cv_dlopen_libs=
d9898ee8 10812
8d138742
CE
10813 case $host_os in
10814 beos*)
10815 lt_cv_dlopen="load_add_on"
10816 lt_cv_dlopen_libs=
10817 lt_cv_dlopen_self=yes
10818 ;;
d9898ee8 10819
8d138742
CE
10820 mingw* | pw32* | cegcc*)
10821 lt_cv_dlopen="LoadLibrary"
10822 lt_cv_dlopen_libs=
10823 ;;
d9898ee8 10824
8d138742
CE
10825 cygwin*)
10826 lt_cv_dlopen="dlopen"
b0322a85
CE
10827 lt_cv_dlopen_libs=
10828 ;;
10829
10830 darwin*)
10831 # if libdl is installed we need to link against it
10832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10833$as_echo_n "checking for dlopen in -ldl... " >&6; }
10834if ${ac_cv_lib_dl_dlopen+:} false; then :
8d138742
CE
10835 $as_echo_n "(cached) " >&6
10836else
10837 ac_check_lib_save_LIBS=$LIBS
b0322a85
CE
10838LIBS="-ldl $LIBS"
10839cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742 10840/* end confdefs.h. */
d9898ee8 10841
8d138742
CE
10842/* Override any GCC internal prototype to avoid an error.
10843 Use char because int might match the return type of a GCC
10844 builtin and then its argument prototype would still apply. */
10845#ifdef __cplusplus
10846extern "C"
10847#endif
b0322a85 10848char dlopen ();
8d138742
CE
10849int
10850main ()
10851{
b0322a85 10852return dlopen ();
8d138742
CE
10853 ;
10854 return 0;
10855}
10856_ACEOF
b0322a85
CE
10857if ac_fn_c_try_link "$LINENO"; then :
10858 ac_cv_lib_dl_dlopen=yes
8d138742 10859else
b0322a85 10860 ac_cv_lib_dl_dlopen=no
8d138742 10861fi
b0322a85
CE
10862rm -f core conftest.err conftest.$ac_objext \
10863 conftest$ac_exeext conftest.$ac_ext
8d138742
CE
10864LIBS=$ac_check_lib_save_LIBS
10865fi
b0322a85
CE
10866{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10867$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10868if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10869 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
8d138742 10870else
d9898ee8 10871
b0322a85
CE
10872 lt_cv_dlopen="dyld"
10873 lt_cv_dlopen_libs=
10874 lt_cv_dlopen_self=yes
d9898ee8 10875
b0322a85
CE
10876fi
10877
10878 ;;
d9898ee8 10879
b0322a85
CE
10880 *)
10881 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10882if test "x$ac_cv_func_shl_load" = xyes; then :
10883 lt_cv_dlopen="shl_load"
10884else
10885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10886$as_echo_n "checking for shl_load in -ldld... " >&6; }
10887if ${ac_cv_lib_dld_shl_load+:} false; then :
10888 $as_echo_n "(cached) " >&6
10889else
10890 ac_check_lib_save_LIBS=$LIBS
10891LIBS="-ldld $LIBS"
10892cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10893/* end confdefs.h. */
d9898ee8 10894
8d138742
CE
10895/* Override any GCC internal prototype to avoid an error.
10896 Use char because int might match the return type of a GCC
10897 builtin and then its argument prototype would still apply. */
10898#ifdef __cplusplus
10899extern "C"
10900#endif
b0322a85 10901char shl_load ();
8d138742
CE
10902int
10903main ()
10904{
b0322a85 10905return shl_load ();
8d138742
CE
10906 ;
10907 return 0;
10908}
10909_ACEOF
b0322a85
CE
10910if ac_fn_c_try_link "$LINENO"; then :
10911 ac_cv_lib_dld_shl_load=yes
8d138742 10912else
b0322a85 10913 ac_cv_lib_dld_shl_load=no
8d138742 10914fi
b0322a85
CE
10915rm -f core conftest.err conftest.$ac_objext \
10916 conftest$ac_exeext conftest.$ac_ext
10917LIBS=$ac_check_lib_save_LIBS
8d138742 10918fi
b0322a85
CE
10919{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10920$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10921if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10922 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10923else
10924 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10925if test "x$ac_cv_func_dlopen" = xyes; then :
8d138742
CE
10926 lt_cv_dlopen="dlopen"
10927else
b0322a85 10928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
8d138742 10929$as_echo_n "checking for dlopen in -ldl... " >&6; }
b0322a85 10930if ${ac_cv_lib_dl_dlopen+:} false; then :
8d138742
CE
10931 $as_echo_n "(cached) " >&6
10932else
10933 ac_check_lib_save_LIBS=$LIBS
10934LIBS="-ldl $LIBS"
b0322a85 10935cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742 10936/* end confdefs.h. */
d9898ee8 10937
8d138742
CE
10938/* Override any GCC internal prototype to avoid an error.
10939 Use char because int might match the return type of a GCC
10940 builtin and then its argument prototype would still apply. */
10941#ifdef __cplusplus
10942extern "C"
10943#endif
10944char dlopen ();
10945int
10946main ()
10947{
10948return dlopen ();
10949 ;
10950 return 0;
10951}
10952_ACEOF
b0322a85 10953if ac_fn_c_try_link "$LINENO"; then :
8d138742
CE
10954 ac_cv_lib_dl_dlopen=yes
10955else
b0322a85 10956 ac_cv_lib_dl_dlopen=no
8d138742 10957fi
b0322a85
CE
10958rm -f core conftest.err conftest.$ac_objext \
10959 conftest$ac_exeext conftest.$ac_ext
8d138742
CE
10960LIBS=$ac_check_lib_save_LIBS
10961fi
b0322a85 10962{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
8d138742 10963$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
b0322a85 10964if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
8d138742
CE
10965 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10966else
b0322a85 10967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
8d138742 10968$as_echo_n "checking for dlopen in -lsvld... " >&6; }
b0322a85 10969if ${ac_cv_lib_svld_dlopen+:} false; then :
8d138742
CE
10970 $as_echo_n "(cached) " >&6
10971else
10972 ac_check_lib_save_LIBS=$LIBS
10973LIBS="-lsvld $LIBS"
b0322a85 10974cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742 10975/* end confdefs.h. */
d9898ee8 10976
8d138742
CE
10977/* Override any GCC internal prototype to avoid an error.
10978 Use char because int might match the return type of a GCC
10979 builtin and then its argument prototype would still apply. */
10980#ifdef __cplusplus
10981extern "C"
10982#endif
10983char dlopen ();
10984int
10985main ()
10986{
10987return dlopen ();
10988 ;
10989 return 0;
10990}
10991_ACEOF
b0322a85 10992if ac_fn_c_try_link "$LINENO"; then :
8d138742
CE
10993 ac_cv_lib_svld_dlopen=yes
10994else
b0322a85 10995 ac_cv_lib_svld_dlopen=no
8d138742 10996fi
b0322a85
CE
10997rm -f core conftest.err conftest.$ac_objext \
10998 conftest$ac_exeext conftest.$ac_ext
8d138742
CE
10999LIBS=$ac_check_lib_save_LIBS
11000fi
b0322a85 11001{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
8d138742 11002$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
b0322a85 11003if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
8d138742
CE
11004 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11005else
b0322a85 11006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
8d138742 11007$as_echo_n "checking for dld_link in -ldld... " >&6; }
b0322a85 11008if ${ac_cv_lib_dld_dld_link+:} false; then :
8d138742
CE
11009 $as_echo_n "(cached) " >&6
11010else
11011 ac_check_lib_save_LIBS=$LIBS
11012LIBS="-ldld $LIBS"
b0322a85 11013cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742 11014/* end confdefs.h. */
d9898ee8 11015
8d138742
CE
11016/* Override any GCC internal prototype to avoid an error.
11017 Use char because int might match the return type of a GCC
11018 builtin and then its argument prototype would still apply. */
11019#ifdef __cplusplus
11020extern "C"
11021#endif
11022char dld_link ();
11023int
11024main ()
11025{
11026return dld_link ();
11027 ;
11028 return 0;
11029}
11030_ACEOF
b0322a85 11031if ac_fn_c_try_link "$LINENO"; then :
8d138742
CE
11032 ac_cv_lib_dld_dld_link=yes
11033else
b0322a85 11034 ac_cv_lib_dld_dld_link=no
8d138742 11035fi
b0322a85
CE
11036rm -f core conftest.err conftest.$ac_objext \
11037 conftest$ac_exeext conftest.$ac_ext
8d138742
CE
11038LIBS=$ac_check_lib_save_LIBS
11039fi
b0322a85 11040{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
8d138742 11041$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
b0322a85 11042if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
8d138742
CE
11043 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11044fi
d9898ee8 11045
d9898ee8 11046
8d138742 11047fi
d9898ee8 11048
d9898ee8 11049
8d138742 11050fi
d9898ee8 11051
ac40fd9e 11052
8d138742 11053fi
d9898ee8 11054
d9898ee8 11055
8d138742 11056fi
d9898ee8 11057
d9898ee8 11058
8d138742 11059fi
d9898ee8 11060
8d138742
CE
11061 ;;
11062 esac
d9898ee8 11063
8d138742
CE
11064 if test "x$lt_cv_dlopen" != xno; then
11065 enable_dlopen=yes
11066 else
11067 enable_dlopen=no
d9898ee8 11068 fi
11069
8d138742
CE
11070 case $lt_cv_dlopen in
11071 dlopen)
11072 save_CPPFLAGS="$CPPFLAGS"
11073 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
d9898ee8 11074
8d138742
CE
11075 save_LDFLAGS="$LDFLAGS"
11076 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
d9898ee8 11077
8d138742
CE
11078 save_LIBS="$LIBS"
11079 LIBS="$lt_cv_dlopen_libs $LIBS"
d9898ee8 11080
b0322a85 11081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
8d138742 11082$as_echo_n "checking whether a program can dlopen itself... " >&6; }
b0322a85 11083if ${lt_cv_dlopen_self+:} false; then :
8d138742 11084 $as_echo_n "(cached) " >&6
d9898ee8 11085else
8d138742
CE
11086 if test "$cross_compiling" = yes; then :
11087 lt_cv_dlopen_self=cross
d9898ee8 11088else
8d138742
CE
11089 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11090 lt_status=$lt_dlunknown
11091 cat > conftest.$ac_ext <<_LT_EOF
b0322a85 11092#line $LINENO "configure"
8d138742 11093#include "confdefs.h"
d9898ee8 11094
8d138742
CE
11095#if HAVE_DLFCN_H
11096#include <dlfcn.h>
11097#endif
d9898ee8 11098
8d138742 11099#include <stdio.h>
d9898ee8 11100
8d138742
CE
11101#ifdef RTLD_GLOBAL
11102# define LT_DLGLOBAL RTLD_GLOBAL
11103#else
11104# ifdef DL_GLOBAL
11105# define LT_DLGLOBAL DL_GLOBAL
11106# else
11107# define LT_DLGLOBAL 0
11108# endif
11109#endif
d9898ee8 11110
8d138742
CE
11111/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11112 find out it does not work in some platform. */
11113#ifndef LT_DLLAZY_OR_NOW
11114# ifdef RTLD_LAZY
11115# define LT_DLLAZY_OR_NOW RTLD_LAZY
11116# else
11117# ifdef DL_LAZY
11118# define LT_DLLAZY_OR_NOW DL_LAZY
11119# else
11120# ifdef RTLD_NOW
11121# define LT_DLLAZY_OR_NOW RTLD_NOW
11122# else
11123# ifdef DL_NOW
11124# define LT_DLLAZY_OR_NOW DL_NOW
11125# else
11126# define LT_DLLAZY_OR_NOW 0
11127# endif
11128# endif
11129# endif
11130# endif
11131#endif
d9898ee8 11132
b0322a85
CE
11133/* When -fvisbility=hidden is used, assume the code has been annotated
11134 correspondingly for the symbols needed. */
11135#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11136int fnord () __attribute__((visibility("default")));
11137#endif
11138
11139int fnord () { return 42; }
8d138742
CE
11140int main ()
11141{
11142 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11143 int status = $lt_dlunknown;
11144
11145 if (self)
11146 {
11147 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
b0322a85
CE
11148 else
11149 {
11150 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11151 else puts (dlerror ());
11152 }
8d138742
CE
11153 /* dlclose (self); */
11154 }
11155 else
11156 puts (dlerror ());
d9898ee8 11157
8d138742
CE
11158 return status;
11159}
11160_LT_EOF
b0322a85 11161 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
8d138742
CE
11162 (eval $ac_link) 2>&5
11163 ac_status=$?
b0322a85
CE
11164 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11165 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
8d138742
CE
11166 (./conftest; exit; ) >&5 2>/dev/null
11167 lt_status=$?
11168 case x$lt_status in
11169 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11170 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11171 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11172 esac
11173 else :
11174 # compilation failed
11175 lt_cv_dlopen_self=no
11176 fi
d9898ee8 11177fi
8d138742 11178rm -fr conftest*
d9898ee8 11179
11180
d9898ee8 11181fi
b0322a85 11182{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
8d138742 11183$as_echo "$lt_cv_dlopen_self" >&6; }
d9898ee8 11184
8d138742
CE
11185 if test "x$lt_cv_dlopen_self" = xyes; then
11186 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
b0322a85 11187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
8d138742 11188$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
b0322a85 11189if ${lt_cv_dlopen_self_static+:} false; then :
8d138742
CE
11190 $as_echo_n "(cached) " >&6
11191else
11192 if test "$cross_compiling" = yes; then :
11193 lt_cv_dlopen_self_static=cross
11194else
11195 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11196 lt_status=$lt_dlunknown
11197 cat > conftest.$ac_ext <<_LT_EOF
b0322a85 11198#line $LINENO "configure"
8d138742 11199#include "confdefs.h"
d9898ee8 11200
8d138742
CE
11201#if HAVE_DLFCN_H
11202#include <dlfcn.h>
11203#endif
d9898ee8 11204
8d138742 11205#include <stdio.h>
d9898ee8 11206
8d138742
CE
11207#ifdef RTLD_GLOBAL
11208# define LT_DLGLOBAL RTLD_GLOBAL
11209#else
11210# ifdef DL_GLOBAL
11211# define LT_DLGLOBAL DL_GLOBAL
11212# else
11213# define LT_DLGLOBAL 0
11214# endif
11215#endif
d9898ee8 11216
8d138742
CE
11217/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11218 find out it does not work in some platform. */
11219#ifndef LT_DLLAZY_OR_NOW
11220# ifdef RTLD_LAZY
11221# define LT_DLLAZY_OR_NOW RTLD_LAZY
11222# else
11223# ifdef DL_LAZY
11224# define LT_DLLAZY_OR_NOW DL_LAZY
11225# else
11226# ifdef RTLD_NOW
11227# define LT_DLLAZY_OR_NOW RTLD_NOW
11228# else
11229# ifdef DL_NOW
11230# define LT_DLLAZY_OR_NOW DL_NOW
11231# else
11232# define LT_DLLAZY_OR_NOW 0
11233# endif
11234# endif
11235# endif
11236# endif
11237#endif
11238
b0322a85
CE
11239/* When -fvisbility=hidden is used, assume the code has been annotated
11240 correspondingly for the symbols needed. */
11241#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11242int fnord () __attribute__((visibility("default")));
11243#endif
11244
11245int fnord () { return 42; }
8d138742
CE
11246int main ()
11247{
11248 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11249 int status = $lt_dlunknown;
11250
11251 if (self)
11252 {
11253 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
b0322a85
CE
11254 else
11255 {
11256 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11257 else puts (dlerror ());
11258 }
8d138742
CE
11259 /* dlclose (self); */
11260 }
11261 else
11262 puts (dlerror ());
11263
11264 return status;
11265}
11266_LT_EOF
b0322a85 11267 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
8d138742
CE
11268 (eval $ac_link) 2>&5
11269 ac_status=$?
b0322a85
CE
11270 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11271 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
8d138742
CE
11272 (./conftest; exit; ) >&5 2>/dev/null
11273 lt_status=$?
11274 case x$lt_status in
11275 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11276 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11277 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
d9898ee8 11278 esac
8d138742
CE
11279 else :
11280 # compilation failed
11281 lt_cv_dlopen_self_static=no
11282 fi
11283fi
11284rm -fr conftest*
d9898ee8 11285
d9898ee8 11286
8d138742 11287fi
b0322a85 11288{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
8d138742
CE
11289$as_echo "$lt_cv_dlopen_self_static" >&6; }
11290 fi
d9898ee8 11291
8d138742
CE
11292 CPPFLAGS="$save_CPPFLAGS"
11293 LDFLAGS="$save_LDFLAGS"
11294 LIBS="$save_LIBS"
11295 ;;
11296 esac
d9898ee8 11297
8d138742
CE
11298 case $lt_cv_dlopen_self in
11299 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11300 *) enable_dlopen_self=unknown ;;
11301 esac
d9898ee8 11302
8d138742
CE
11303 case $lt_cv_dlopen_self_static in
11304 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11305 *) enable_dlopen_self_static=unknown ;;
11306 esac
11307fi
d9898ee8 11308
d9898ee8 11309
d9898ee8 11310
d9898ee8 11311
d9898ee8 11312
d9898ee8 11313
d9898ee8 11314
d9898ee8 11315
d9898ee8 11316
d9898ee8 11317
d9898ee8 11318
d9898ee8 11319
d9898ee8 11320
d9898ee8 11321
8d138742
CE
11322
11323
11324
11325striplib=
11326old_striplib=
b0322a85 11327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
8d138742
CE
11328$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11329if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11330 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11331 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
b0322a85 11332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8d138742
CE
11333$as_echo "yes" >&6; }
11334else
11335# FIXME - insert some real tests, host_os isn't really good enough
11336 case $host_os in
11337 darwin*)
11338 if test -n "$STRIP" ; then
11339 striplib="$STRIP -x"
11340 old_striplib="$STRIP -S"
b0322a85 11341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8d138742
CE
11342$as_echo "yes" >&6; }
11343 else
b0322a85 11344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 11345$as_echo "no" >&6; }
d9898ee8 11346 fi
8d138742
CE
11347 ;;
11348 *)
b0322a85 11349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
11350$as_echo "no" >&6; }
11351 ;;
11352 esac
11353fi
d9898ee8 11354
d9898ee8 11355
d9898ee8 11356
d9898ee8 11357
d9898ee8 11358
d9898ee8 11359
d9898ee8 11360
d9898ee8 11361
d9898ee8 11362
d9898ee8 11363
dd184caf 11364
dd184caf 11365
8d138742 11366 # Report which library types will actually be built
b0322a85 11367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
8d138742 11368$as_echo_n "checking if libtool supports shared libraries... " >&6; }
b0322a85 11369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
8d138742 11370$as_echo "$can_build_shared" >&6; }
d9898ee8 11371
b0322a85 11372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
8d138742
CE
11373$as_echo_n "checking whether to build shared libraries... " >&6; }
11374 test "$can_build_shared" = "no" && enable_shared=no
11375
11376 # On AIX, shared libraries and static libraries use the same namespace, and
11377 # are all built from PIC.
11378 case $host_os in
11379 aix3*)
11380 test "$enable_shared" = yes && enable_static=no
11381 if test -n "$RANLIB"; then
11382 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11383 postinstall_cmds='$RANLIB $lib'
11384 fi
11385 ;;
11386
11387 aix[4-9]*)
11388 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11389 test "$enable_shared" = yes && enable_static=no
11390 fi
11391 ;;
11392 esac
b0322a85 11393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
8d138742
CE
11394$as_echo "$enable_shared" >&6; }
11395
b0322a85 11396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
8d138742
CE
11397$as_echo_n "checking whether to build static libraries... " >&6; }
11398 # Make sure either enable_shared or enable_static is yes.
11399 test "$enable_shared" = yes || enable_static=yes
b0322a85 11400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
8d138742 11401$as_echo "$enable_static" >&6; }
d9898ee8 11402
d9898ee8 11403
d9898ee8 11404
dd184caf 11405
d9898ee8 11406fi
8d138742
CE
11407ac_ext=c
11408ac_cpp='$CPP $CPPFLAGS'
11409ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11410ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11411ac_compiler_gnu=$ac_cv_c_compiler_gnu
dd184caf 11412
8d138742 11413CC="$lt_save_CC"
d9898ee8 11414
d9898ee8 11415
d9898ee8 11416
d9898ee8 11417
d9898ee8 11418
d9898ee8 11419
d9898ee8 11420
d9898ee8 11421
d9898ee8 11422
d9898ee8 11423
d9898ee8 11424
d9898ee8 11425
d9898ee8 11426
b0322a85
CE
11427
11428
8d138742 11429 ac_config_commands="$ac_config_commands libtool"
d9898ee8 11430
d9898ee8 11431
d9898ee8 11432
d9898ee8 11433
8d138742 11434# Only expand once:
d9898ee8 11435
d9898ee8 11436
b0322a85
CE
11437# Check whether --enable-largefile was given.
11438if test "${enable_largefile+set}" = set; then :
11439 enableval=$enable_largefile;
11440fi
11441
11442if test "$enable_largefile" != no; then
11443
11444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11445$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11446if ${ac_cv_sys_largefile_CC+:} false; then :
11447 $as_echo_n "(cached) " >&6
11448else
11449 ac_cv_sys_largefile_CC=no
11450 if test "$GCC" != yes; then
11451 ac_save_CC=$CC
11452 while :; do
11453 # IRIX 6.2 and later do not support large files by default,
11454 # so use the C compiler's -n32 option if that helps.
11455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11456/* end confdefs.h. */
11457#include <sys/types.h>
11458 /* Check that off_t can represent 2**63 - 1 correctly.
11459 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11460 since some C++ compilers masquerading as C compilers
11461 incorrectly reject 9223372036854775807. */
11462#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11463 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11464 && LARGE_OFF_T % 2147483647 == 1)
11465 ? 1 : -1];
11466int
11467main ()
11468{
11469
11470 ;
11471 return 0;
11472}
11473_ACEOF
11474 if ac_fn_c_try_compile "$LINENO"; then :
11475 break
11476fi
11477rm -f core conftest.err conftest.$ac_objext
11478 CC="$CC -n32"
11479 if ac_fn_c_try_compile "$LINENO"; then :
11480 ac_cv_sys_largefile_CC=' -n32'; break
11481fi
11482rm -f core conftest.err conftest.$ac_objext
11483 break
11484 done
11485 CC=$ac_save_CC
11486 rm -f conftest.$ac_ext
11487 fi
11488fi
11489{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11490$as_echo "$ac_cv_sys_largefile_CC" >&6; }
11491 if test "$ac_cv_sys_largefile_CC" != no; then
11492 CC=$CC$ac_cv_sys_largefile_CC
11493 fi
11494
11495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11496$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11497if ${ac_cv_sys_file_offset_bits+:} false; then :
11498 $as_echo_n "(cached) " >&6
11499else
11500 while :; do
11501 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11502/* end confdefs.h. */
11503#include <sys/types.h>
11504 /* Check that off_t can represent 2**63 - 1 correctly.
11505 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11506 since some C++ compilers masquerading as C compilers
11507 incorrectly reject 9223372036854775807. */
11508#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11509 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11510 && LARGE_OFF_T % 2147483647 == 1)
11511 ? 1 : -1];
11512int
11513main ()
11514{
11515
11516 ;
11517 return 0;
11518}
11519_ACEOF
11520if ac_fn_c_try_compile "$LINENO"; then :
11521 ac_cv_sys_file_offset_bits=no; break
11522fi
11523rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11525/* end confdefs.h. */
11526#define _FILE_OFFSET_BITS 64
11527#include <sys/types.h>
11528 /* Check that off_t can represent 2**63 - 1 correctly.
11529 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11530 since some C++ compilers masquerading as C compilers
11531 incorrectly reject 9223372036854775807. */
11532#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11533 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11534 && LARGE_OFF_T % 2147483647 == 1)
11535 ? 1 : -1];
11536int
11537main ()
11538{
11539
11540 ;
11541 return 0;
11542}
11543_ACEOF
11544if ac_fn_c_try_compile "$LINENO"; then :
11545 ac_cv_sys_file_offset_bits=64; break
11546fi
11547rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11548 ac_cv_sys_file_offset_bits=unknown
11549 break
11550done
11551fi
11552{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11553$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11554case $ac_cv_sys_file_offset_bits in #(
11555 no | unknown) ;;
11556 *)
11557cat >>confdefs.h <<_ACEOF
11558#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11559_ACEOF
11560;;
11561esac
11562rm -rf conftest*
11563 if test $ac_cv_sys_file_offset_bits = unknown; then
11564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11565$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11566if ${ac_cv_sys_large_files+:} false; then :
11567 $as_echo_n "(cached) " >&6
11568else
11569 while :; do
11570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11571/* end confdefs.h. */
11572#include <sys/types.h>
11573 /* Check that off_t can represent 2**63 - 1 correctly.
11574 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11575 since some C++ compilers masquerading as C compilers
11576 incorrectly reject 9223372036854775807. */
11577#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11578 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11579 && LARGE_OFF_T % 2147483647 == 1)
11580 ? 1 : -1];
11581int
11582main ()
11583{
11584
11585 ;
11586 return 0;
11587}
11588_ACEOF
11589if ac_fn_c_try_compile "$LINENO"; then :
11590 ac_cv_sys_large_files=no; break
11591fi
11592rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11594/* end confdefs.h. */
11595#define _LARGE_FILES 1
11596#include <sys/types.h>
11597 /* Check that off_t can represent 2**63 - 1 correctly.
11598 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11599 since some C++ compilers masquerading as C compilers
11600 incorrectly reject 9223372036854775807. */
11601#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11602 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11603 && LARGE_OFF_T % 2147483647 == 1)
11604 ? 1 : -1];
11605int
11606main ()
11607{
11608
11609 ;
11610 return 0;
11611}
11612_ACEOF
11613if ac_fn_c_try_compile "$LINENO"; then :
11614 ac_cv_sys_large_files=1; break
11615fi
11616rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11617 ac_cv_sys_large_files=unknown
11618 break
11619done
11620fi
11621{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11622$as_echo "$ac_cv_sys_large_files" >&6; }
11623case $ac_cv_sys_large_files in #(
11624 no | unknown) ;;
11625 *)
11626cat >>confdefs.h <<_ACEOF
11627#define _LARGE_FILES $ac_cv_sys_large_files
11628_ACEOF
11629;;
11630esac
11631rm -rf conftest*
11632 fi
11633
11634
11635fi
11636
d9898ee8 11637
8d138742
CE
11638if test x$GCC = xyes
11639then
11640 CFLAGS="-Wall $CFLAGS"
11641fi
11642if test x$GXX = xyes
11643then
11644 CXXFLAGS="-Wall $CXXFLAGS"
11645fi
d9898ee8 11646
b0322a85
CE
11647CFLAGS="-I$srcdir/.. -I.. -I$srcdir/../.. -I../.. $CFLAGS"
11648CXXFLAGS="-I$srcdir/.. -I.. -I$srcdir/../.. -I../.. $CXXFLAGS"
d9898ee8 11649
d9898ee8 11650
b0322a85 11651. ../../dbobj.config
8d138742
CE
11652if test "$dblibrary" != ""
11653then
b0322a85 11654 dblibrary="../../$dblibrary"
8d138742 11655fi
d9898ee8 11656
d9898ee8 11657
8d138742
CE
11658makedatprog_target=""
11659if test "$dblibrary" != ""
11660then
11661 makedatprog_target=makedatprog
11662fi
d9898ee8 11663
d9898ee8 11664
d9898ee8 11665
b0322a85 11666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
8d138742 11667$as_echo_n "checking for ANSI C header files... " >&6; }
b0322a85 11668if ${ac_cv_header_stdc+:} false; then :
8d138742
CE
11669 $as_echo_n "(cached) " >&6
11670else
b0322a85 11671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
11672/* end confdefs.h. */
11673#include <stdlib.h>
11674#include <stdarg.h>
11675#include <string.h>
11676#include <float.h>
d9898ee8 11677
8d138742
CE
11678int
11679main ()
b0322a85
CE
11680{
11681
11682 ;
11683 return 0;
11684}
11685_ACEOF
11686if ac_fn_c_try_compile "$LINENO"; then :
8d138742
CE
11687 ac_cv_header_stdc=yes
11688else
b0322a85 11689 ac_cv_header_stdc=no
8d138742 11690fi
8d138742 11691rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d9898ee8 11692
8d138742
CE
11693if test $ac_cv_header_stdc = yes; then
11694 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
b0322a85 11695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
11696/* end confdefs.h. */
11697#include <string.h>
d9898ee8 11698
8d138742
CE
11699_ACEOF
11700if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
b0322a85
CE
11701 $EGREP "memchr" >/dev/null 2>&1; then :
11702
8d138742
CE
11703else
11704 ac_cv_header_stdc=no
11705fi
11706rm -f conftest*
d9898ee8 11707
8d138742 11708fi
d9898ee8 11709
8d138742
CE
11710if test $ac_cv_header_stdc = yes; then
11711 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
b0322a85 11712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
11713/* end confdefs.h. */
11714#include <stdlib.h>
d9898ee8 11715
8d138742
CE
11716_ACEOF
11717if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
b0322a85
CE
11718 $EGREP "free" >/dev/null 2>&1; then :
11719
8d138742
CE
11720else
11721 ac_cv_header_stdc=no
11722fi
11723rm -f conftest*
d9898ee8 11724
8d138742 11725fi
d9898ee8 11726
8d138742
CE
11727if test $ac_cv_header_stdc = yes; then
11728 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
b0322a85 11729 if test "$cross_compiling" = yes; then :
8d138742
CE
11730 :
11731else
b0322a85 11732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
11733/* end confdefs.h. */
11734#include <ctype.h>
11735#include <stdlib.h>
11736#if ((' ' & 0x0FF) == 0x020)
11737# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11738# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11739#else
11740# define ISLOWER(c) \
11741 (('a' <= (c) && (c) <= 'i') \
11742 || ('j' <= (c) && (c) <= 'r') \
11743 || ('s' <= (c) && (c) <= 'z'))
11744# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
11745#endif
d9898ee8 11746
8d138742
CE
11747#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
11748int
11749main ()
11750{
11751 int i;
11752 for (i = 0; i < 256; i++)
11753 if (XOR (islower (i), ISLOWER (i))
11754 || toupper (i) != TOUPPER (i))
11755 return 2;
11756 return 0;
11757}
11758_ACEOF
b0322a85 11759if ac_fn_c_try_run "$LINENO"; then :
d9898ee8 11760
b0322a85
CE
11761else
11762 ac_cv_header_stdc=no
8d138742 11763fi
b0322a85
CE
11764rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11765 conftest.$ac_objext conftest.beam conftest.$ac_ext
8d138742 11766fi
ac40fd9e 11767
8d138742
CE
11768fi
11769fi
b0322a85 11770{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
8d138742
CE
11771$as_echo "$ac_cv_header_stdc" >&6; }
11772if test $ac_cv_header_stdc = yes; then
d9898ee8 11773
b0322a85 11774$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d9898ee8 11775
8d138742 11776fi
d9898ee8 11777
8d138742 11778for ac_header in unistd.h
b0322a85
CE
11779do :
11780 ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
11781if test "x$ac_cv_header_unistd_h" = xyes; then :
8d138742 11782 cat >>confdefs.h <<_ACEOF
b0322a85 11783#define HAVE_UNISTD_H 1
8d138742 11784_ACEOF
ac40fd9e 11785
8d138742 11786fi
d9898ee8 11787
8d138742 11788done
d9898ee8 11789
d9898ee8 11790
d9898ee8 11791
d9898ee8 11792
d9898ee8 11793
8d138742 11794# Check whether --with-makedatprog was given.
b0322a85 11795if test "${with_makedatprog+set}" = set; then :
8d138742
CE
11796 withval=$with_makedatprog; makedatprog="$withval"
11797else
11798 makedatprog="$bindir/makedatprog"
11799fi
d9898ee8 11800
d9898ee8 11801
8d138742 11802makedatprogpath="$makedatprog"
d9898ee8 11803
d9898ee8 11804
8d138742 11805ac_config_files="$ac_config_files Makefile makedat"
d9898ee8 11806
8d138742
CE
11807cat >confcache <<\_ACEOF
11808# This file is a shell script that caches the results of configure
11809# tests run on this system so they can be shared between configure
11810# scripts and configure runs, see configure's option --config-cache.
11811# It is not useful on other systems. If it contains results you don't
11812# want to keep, you may remove or edit it.
11813#
11814# config.status only pays attention to the cache file if you give it
11815# the --recheck option to rerun configure.
11816#
11817# `ac_cv_env_foo' variables (set or unset) will be overridden when
11818# loading this file, other *unset* `ac_cv_foo' will be assigned the
11819# following values.
d9898ee8 11820
8d138742
CE
11821_ACEOF
11822
11823# The following way of writing the cache mishandles newlines in values,
11824# but we know of no workaround that is simple, portable, and efficient.
11825# So, we kill variables containing newlines.
11826# Ultrix sh set writes to stderr and can't be redirected directly,
11827# and sets the high bit in the cache file unless we assign to the vars.
11828(
11829 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11830 eval ac_val=\$$ac_var
11831 case $ac_val in #(
11832 *${as_nl}*)
11833 case $ac_var in #(
b0322a85 11834 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
8d138742
CE
11835$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11836 esac
11837 case $ac_var in #(
11838 _ | IFS | as_nl) ;; #(
11839 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
b0322a85 11840 *) { eval $ac_var=; unset $ac_var;} ;;
8d138742
CE
11841 esac ;;
11842 esac
11843 done
11844
11845 (set) 2>&1 |
11846 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11847 *${as_nl}ac_space=\ *)
b0322a85
CE
11848 # `set' does not quote correctly, so add quotes: double-quote
11849 # substitution turns \\\\ into \\, and sed turns \\ into \.
8d138742
CE
11850 sed -n \
11851 "s/'/'\\\\''/g;
11852 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11853 ;; #(
11854 *)
11855 # `set' quotes correctly as required by POSIX, so do not add quotes.
11856 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11857 ;;
11858 esac |
11859 sort
11860) |
11861 sed '
11862 /^ac_cv_env_/b end
11863 t clear
11864 :clear
11865 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11866 t end
11867 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11868 :end' >>confcache
11869if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11870 if test -w "$cache_file"; then
b0322a85
CE
11871 if test "x$cache_file" != "x/dev/null"; then
11872 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
8d138742 11873$as_echo "$as_me: updating cache $cache_file" >&6;}
b0322a85
CE
11874 if test ! -f "$cache_file" || test -h "$cache_file"; then
11875 cat confcache >"$cache_file"
11876 else
11877 case $cache_file in #(
11878 */* | ?:*)
11879 mv -f confcache "$cache_file"$$ &&
11880 mv -f "$cache_file"$$ "$cache_file" ;; #(
11881 *)
11882 mv -f confcache "$cache_file" ;;
11883 esac
11884 fi
11885 fi
d9898ee8 11886 else
b0322a85 11887 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
8d138742 11888$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
d9898ee8 11889 fi
8d138742
CE
11890fi
11891rm -f confcache
d9898ee8 11892
8d138742
CE
11893test "x$prefix" = xNONE && prefix=$ac_default_prefix
11894# Let make expand exec_prefix.
11895test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
d9898ee8 11896
8d138742 11897DEFS=-DHAVE_CONFIG_H
d9898ee8 11898
8d138742
CE
11899ac_libobjs=
11900ac_ltlibobjs=
11901for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11902 # 1. Remove the extension, and $U if already installed.
11903 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11904 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11905 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11906 # will be set to the directory where LIBOBJS objects are built.
b0322a85
CE
11907 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11908 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
8d138742
CE
11909done
11910LIBOBJS=$ac_libobjs
d9898ee8 11911
8d138742 11912LTLIBOBJS=$ac_ltlibobjs
ac40fd9e 11913
d9898ee8 11914
b0322a85
CE
11915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
11916$as_echo_n "checking that generated files are newer than configure... " >&6; }
11917 if test -n "$am_sleep_pid"; then
11918 # Hide warnings about reused PIDs.
11919 wait $am_sleep_pid 2>/dev/null
11920 fi
11921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
11922$as_echo "done" >&6; }
8d138742
CE
11923 if test -n "$EXEEXT"; then
11924 am__EXEEXT_TRUE=
11925 am__EXEEXT_FALSE='#'
11926else
11927 am__EXEEXT_TRUE='#'
11928 am__EXEEXT_FALSE=
11929fi
d9898ee8 11930
8d138742 11931if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
b0322a85
CE
11932 as_fn_error $? "conditional \"AMDEP\" was never defined.
11933Usually this means the macro was only invoked conditionally." "$LINENO" 5
8d138742
CE
11934fi
11935if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
b0322a85
CE
11936 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
11937Usually this means the macro was only invoked conditionally." "$LINENO" 5
8d138742 11938fi
d9898ee8 11939
b0322a85 11940: "${CONFIG_STATUS=./config.status}"
8d138742
CE
11941ac_write_fail=0
11942ac_clean_files_save=$ac_clean_files
11943ac_clean_files="$ac_clean_files $CONFIG_STATUS"
b0322a85 11944{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
8d138742 11945$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
b0322a85
CE
11946as_write_fail=0
11947cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
8d138742
CE
11948#! $SHELL
11949# Generated by $as_me.
11950# Run this file to recreate the current configuration.
11951# Compiler output produced by configure, useful for debugging
11952# configure, is in config.log if it exists.
d9898ee8 11953
8d138742
CE
11954debug=false
11955ac_cs_recheck=false
11956ac_cs_silent=false
d9898ee8 11957
b0322a85
CE
11958SHELL=\${CONFIG_SHELL-$SHELL}
11959export SHELL
11960_ASEOF
11961cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11962## -------------------- ##
11963## M4sh Initialization. ##
11964## -------------------- ##
d9898ee8 11965
8d138742
CE
11966# Be more Bourne compatible
11967DUALCASE=1; export DUALCASE # for MKS sh
b0322a85 11968if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
8d138742
CE
11969 emulate sh
11970 NULLCMD=:
11971 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11972 # is contrary to our usage. Disable this feature.
11973 alias -g '${1+"$@"}'='"$@"'
11974 setopt NO_GLOB_SUBST
11975else
b0322a85
CE
11976 case `(set -o) 2>/dev/null` in #(
11977 *posix*) :
11978 set -o posix ;; #(
11979 *) :
11980 ;;
d9898ee8 11981esac
d9898ee8 11982fi
11983
d9898ee8 11984
8d138742
CE
11985as_nl='
11986'
11987export as_nl
11988# Printing a long string crashes Solaris 7 /usr/bin/printf.
11989as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11990as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11991as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
b0322a85
CE
11992# Prefer a ksh shell builtin over an external printf program on Solaris,
11993# but without wasting forks for bash or zsh.
11994if test -z "$BASH_VERSION$ZSH_VERSION" \
11995 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11996 as_echo='print -r --'
11997 as_echo_n='print -rn --'
11998elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
8d138742
CE
11999 as_echo='printf %s\n'
12000 as_echo_n='printf %s'
12001else
12002 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12003 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12004 as_echo_n='/usr/ucb/echo -n'
d9898ee8 12005 else
8d138742
CE
12006 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12007 as_echo_n_body='eval
12008 arg=$1;
b0322a85 12009 case $arg in #(
8d138742
CE
12010 *"$as_nl"*)
12011 expr "X$arg" : "X\\(.*\\)$as_nl";
12012 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12013 esac;
12014 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12015 '
12016 export as_echo_n_body
12017 as_echo_n='sh -c $as_echo_n_body as_echo'
12018 fi
12019 export as_echo_body
12020 as_echo='sh -c $as_echo_body as_echo'
d9898ee8 12021fi
d9898ee8 12022
8d138742
CE
12023# The user is always right.
12024if test "${PATH_SEPARATOR+set}" != set; then
12025 PATH_SEPARATOR=:
12026 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12027 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12028 PATH_SEPARATOR=';'
12029 }
d9898ee8 12030fi
12031
d9898ee8 12032
8d138742
CE
12033# IFS
12034# We need space, tab and new line, in precisely that order. Quoting is
12035# there to prevent editors from complaining about space-tab.
12036# (If _AS_PATH_WALK were called with IFS unset, it would disable word
12037# splitting by setting IFS to empty value.)
12038IFS=" "" $as_nl"
d9898ee8 12039
8d138742 12040# Find who we are. Look in the path if we contain no directory separator.
b0322a85
CE
12041as_myself=
12042case $0 in #((
8d138742
CE
12043 *[\\/]* ) as_myself=$0 ;;
12044 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12045for as_dir in $PATH
12046do
12047 IFS=$as_save_IFS
12048 test -z "$as_dir" && as_dir=.
b0322a85
CE
12049 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12050 done
8d138742 12051IFS=$as_save_IFS
d9898ee8 12052
8d138742
CE
12053 ;;
12054esac
12055# We did not find ourselves, most probably we were run as `sh COMMAND'
12056# in which case we are not to be found in the path.
12057if test "x$as_myself" = x; then
12058 as_myself=$0
12059fi
12060if test ! -f "$as_myself"; then
12061 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
b0322a85 12062 exit 1
8d138742 12063fi
d9898ee8 12064
b0322a85
CE
12065# Unset variables that we do not need and which cause bugs (e.g. in
12066# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12067# suppresses any "Segmentation fault" message there. '((' could
12068# trigger a bug in pdksh 5.2.14.
12069for as_var in BASH_ENV ENV MAIL MAILPATH
12070do eval test x\${$as_var+set} = xset \
12071 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
8d138742
CE
12072done
12073PS1='$ '
12074PS2='> '
12075PS4='+ '
d9898ee8 12076
8d138742
CE
12077# NLS nuisances.
12078LC_ALL=C
12079export LC_ALL
12080LANGUAGE=C
12081export LANGUAGE
d9898ee8 12082
b0322a85
CE
12083# CDPATH.
12084(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12085
12086
12087# as_fn_error STATUS ERROR [LINENO LOG_FD]
12088# ----------------------------------------
12089# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12090# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
12091# script with STATUS, using 1 if that was 0.
12092as_fn_error ()
12093{
12094 as_status=$1; test $as_status -eq 0 && as_status=1
12095 if test "$4"; then
12096 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12097 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
12098 fi
12099 $as_echo "$as_me: error: $2" >&2
12100 as_fn_exit $as_status
12101} # as_fn_error
12102
12103
12104# as_fn_set_status STATUS
12105# -----------------------
12106# Set $? to STATUS, without forking.
12107as_fn_set_status ()
12108{
12109 return $1
12110} # as_fn_set_status
12111
12112# as_fn_exit STATUS
12113# -----------------
12114# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12115as_fn_exit ()
12116{
12117 set +e
12118 as_fn_set_status $1
12119 exit $1
12120} # as_fn_exit
12121
12122# as_fn_unset VAR
12123# ---------------
12124# Portably unset VAR.
12125as_fn_unset ()
12126{
12127 { eval $1=; unset $1;}
12128}
12129as_unset=as_fn_unset
12130# as_fn_append VAR VALUE
12131# ----------------------
12132# Append the text in VALUE to the end of the definition contained in VAR. Take
12133# advantage of any shell optimizations that allow amortized linear growth over
12134# repeated appends, instead of the typical quadratic growth present in naive
12135# implementations.
12136if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12137 eval 'as_fn_append ()
12138 {
12139 eval $1+=\$2
12140 }'
12141else
12142 as_fn_append ()
12143 {
12144 eval $1=\$$1\$2
12145 }
12146fi # as_fn_append
12147
12148# as_fn_arith ARG...
12149# ------------------
12150# Perform arithmetic evaluation on the ARGs, and store the result in the
12151# global $as_val. Take advantage of shells that can avoid forks. The arguments
12152# must be portable across $(()) and expr.
12153if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12154 eval 'as_fn_arith ()
12155 {
12156 as_val=$(( $* ))
12157 }'
12158else
12159 as_fn_arith ()
12160 {
12161 as_val=`expr "$@" || test $? -eq 1`
12162 }
12163fi # as_fn_arith
12164
12165
8d138742
CE
12166if expr a : '\(a\)' >/dev/null 2>&1 &&
12167 test "X`expr 00001 : '.*\(...\)'`" = X001; then
12168 as_expr=expr
12169else
12170 as_expr=false
12171fi
d9898ee8 12172
8d138742
CE
12173if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12174 as_basename=basename
12175else
12176 as_basename=false
12177fi
d9898ee8 12178
b0322a85
CE
12179if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12180 as_dirname=dirname
12181else
12182 as_dirname=false
12183fi
d9898ee8 12184
8d138742
CE
12185as_me=`$as_basename -- "$0" ||
12186$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12187 X"$0" : 'X\(//\)$' \| \
12188 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12189$as_echo X/"$0" |
12190 sed '/^.*\/\([^/][^/]*\)\/*$/{
12191 s//\1/
12192 q
12193 }
12194 /^X\/\(\/\/\)$/{
12195 s//\1/
12196 q
12197 }
12198 /^X\/\(\/\).*/{
12199 s//\1/
12200 q
12201 }
12202 s/.*/./; q'`
d9898ee8 12203
b0322a85
CE
12204# Avoid depending upon Character Ranges.
12205as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12206as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12207as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12208as_cr_digits='0123456789'
12209as_cr_alnum=$as_cr_Letters$as_cr_digits
d9898ee8 12210
8d138742 12211ECHO_C= ECHO_N= ECHO_T=
b0322a85 12212case `echo -n x` in #(((((
8d138742 12213-n*)
b0322a85 12214 case `echo 'xy\c'` in
8d138742 12215 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
b0322a85
CE
12216 xy) ECHO_C='\c';;
12217 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12218 ECHO_T=' ';;
8d138742
CE
12219 esac;;
12220*)
12221 ECHO_N='-n';;
12222esac
b0322a85
CE
12223
12224rm -f conf$$ conf$$.exe conf$$.file
12225if test -d conf$$.dir; then
12226 rm -f conf$$.dir/conf$$.file
8d138742 12227else
b0322a85
CE
12228 rm -f conf$$.dir
12229 mkdir conf$$.dir 2>/dev/null
12230fi
12231if (echo >conf$$.file) 2>/dev/null; then
12232 if ln -s conf$$.file conf$$ 2>/dev/null; then
12233 as_ln_s='ln -s'
12234 # ... but there are two gotchas:
12235 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12236 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12237 # In both cases, we have to default to `cp -pR'.
12238 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
12239 as_ln_s='cp -pR'
12240 elif ln conf$$.file conf$$ 2>/dev/null; then
12241 as_ln_s=ln
12242 else
12243 as_ln_s='cp -pR'
12244 fi
12245else
12246 as_ln_s='cp -pR'
8d138742 12247fi
b0322a85
CE
12248rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12249rmdir conf$$.dir 2>/dev/null
12250
12251
12252# as_fn_mkdir_p
12253# -------------
12254# Create "$as_dir" as a directory, including parents if necessary.
12255as_fn_mkdir_p ()
12256{
12257
12258 case $as_dir in #(
12259 -*) as_dir=./$as_dir;;
12260 esac
12261 test -d "$as_dir" || eval $as_mkdir_p || {
12262 as_dirs=
12263 while :; do
12264 case $as_dir in #(
12265 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12266 *) as_qdir=$as_dir;;
12267 esac
12268 as_dirs="'$as_qdir' $as_dirs"
12269 as_dir=`$as_dirname -- "$as_dir" ||
12270$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12271 X"$as_dir" : 'X\(//\)[^/]' \| \
12272 X"$as_dir" : 'X\(//\)$' \| \
12273 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12274$as_echo X"$as_dir" |
12275 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12276 s//\1/
12277 q
12278 }
12279 /^X\(\/\/\)[^/].*/{
12280 s//\1/
12281 q
12282 }
12283 /^X\(\/\/\)$/{
12284 s//\1/
12285 q
12286 }
12287 /^X\(\/\).*/{
12288 s//\1/
12289 q
12290 }
12291 s/.*/./; q'`
12292 test -d "$as_dir" && break
12293 done
12294 test -z "$as_dirs" || eval "mkdir $as_dirs"
12295 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
d9898ee8 12296
d9898ee8 12297
b0322a85 12298} # as_fn_mkdir_p
8d138742 12299if mkdir -p . 2>/dev/null; then
b0322a85 12300 as_mkdir_p='mkdir -p "$as_dir"'
8d138742
CE
12301else
12302 test -d ./-p && rmdir ./-p
12303 as_mkdir_p=false
12304fi
d9898ee8 12305
b0322a85
CE
12306
12307# as_fn_executable_p FILE
12308# -----------------------
12309# Test if FILE is an executable regular file.
12310as_fn_executable_p ()
12311{
12312 test -f "$1" && test -x "$1"
12313} # as_fn_executable_p
12314as_test_x='test -x'
12315as_executable_p=as_fn_executable_p
d9898ee8 12316
8d138742
CE
12317# Sed expression to map a string onto a valid CPP name.
12318as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
d9898ee8 12319
8d138742
CE
12320# Sed expression to map a string onto a valid variable name.
12321as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
d9898ee8 12322
d9898ee8 12323
8d138742 12324exec 6>&1
b0322a85
CE
12325## ----------------------------------- ##
12326## Main body of $CONFIG_STATUS script. ##
12327## ----------------------------------- ##
12328_ASEOF
12329test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
d9898ee8 12330
b0322a85
CE
12331cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12332# Save the log message, to keep $0 and so on meaningful, and to
8d138742
CE
12333# report actual input values of CONFIG_FILES etc. instead of their
12334# values after options handling.
12335ac_log="
12336This file was extended by makedat $as_me 0.60, which was
b0322a85 12337generated by GNU Autoconf 2.69. Invocation command line was
d9898ee8 12338
8d138742
CE
12339 CONFIG_FILES = $CONFIG_FILES
12340 CONFIG_HEADERS = $CONFIG_HEADERS
12341 CONFIG_LINKS = $CONFIG_LINKS
12342 CONFIG_COMMANDS = $CONFIG_COMMANDS
12343 $ $0 $@
d9898ee8 12344
8d138742
CE
12345on `(hostname || uname -n) 2>/dev/null | sed 1q`
12346"
d9898ee8 12347
8d138742 12348_ACEOF
d9898ee8 12349
8d138742
CE
12350case $ac_config_files in *"
12351"*) set x $ac_config_files; shift; ac_config_files=$*;;
12352esac
d9898ee8 12353
8d138742
CE
12354case $ac_config_headers in *"
12355"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12356esac
d9898ee8 12357
d9898ee8 12358
8d138742
CE
12359cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12360# Files that config.status was made for.
12361config_files="$ac_config_files"
12362config_headers="$ac_config_headers"
12363config_commands="$ac_config_commands"
d9898ee8 12364
8d138742 12365_ACEOF
d9898ee8 12366
8d138742
CE
12367cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12368ac_cs_usage="\
b0322a85
CE
12369\`$as_me' instantiates files and other configuration actions
12370from templates according to the current configuration. Unless the files
12371and actions are specified as TAGs, all are instantiated by default.
d9898ee8 12372
b0322a85 12373Usage: $0 [OPTION]... [TAG]...
d9898ee8 12374
8d138742
CE
12375 -h, --help print this help, then exit
12376 -V, --version print version number and configuration settings, then exit
b0322a85 12377 --config print configuration, then exit
8d138742
CE
12378 -q, --quiet, --silent
12379 do not print progress messages
12380 -d, --debug don't remove temporary files
12381 --recheck update $as_me by reconfiguring in the same conditions
12382 --file=FILE[:TEMPLATE]
12383 instantiate the configuration file FILE
12384 --header=FILE[:TEMPLATE]
12385 instantiate the configuration header FILE
d9898ee8 12386
8d138742
CE
12387Configuration files:
12388$config_files
d9898ee8 12389
8d138742
CE
12390Configuration headers:
12391$config_headers
d9898ee8 12392
8d138742
CE
12393Configuration commands:
12394$config_commands
d9898ee8 12395
b0322a85 12396Report bugs to <courier-users@lists.sourceforge.net>."
d9898ee8 12397
8d138742
CE
12398_ACEOF
12399cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b0322a85 12400ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
8d138742
CE
12401ac_cs_version="\\
12402makedat config.status 0.60
b0322a85
CE
12403configured by $0, generated by GNU Autoconf 2.69,
12404 with options \\"\$ac_cs_config\\"
d9898ee8 12405
b0322a85 12406Copyright (C) 2012 Free Software Foundation, Inc.
8d138742
CE
12407This config.status script is free software; the Free Software Foundation
12408gives unlimited permission to copy, distribute and modify it."
d9898ee8 12409
8d138742
CE
12410ac_pwd='$ac_pwd'
12411srcdir='$srcdir'
12412INSTALL='$INSTALL'
12413MKDIR_P='$MKDIR_P'
12414AWK='$AWK'
12415test -n "\$AWK" || AWK=awk
12416_ACEOF
d9898ee8 12417
8d138742
CE
12418cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12419# The default lists apply if the user does not specify any file.
12420ac_need_defaults=:
12421while test $# != 0
12422do
12423 case $1 in
b0322a85 12424 --*=?*)
8d138742
CE
12425 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12426 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12427 ac_shift=:
12428 ;;
b0322a85
CE
12429 --*=)
12430 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12431 ac_optarg=
12432 ac_shift=:
12433 ;;
8d138742
CE
12434 *)
12435 ac_option=$1
12436 ac_optarg=$2
12437 ac_shift=shift
12438 ;;
12439 esac
d9898ee8 12440
8d138742
CE
12441 case $ac_option in
12442 # Handling of the options.
12443 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12444 ac_cs_recheck=: ;;
12445 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12446 $as_echo "$ac_cs_version"; exit ;;
b0322a85
CE
12447 --config | --confi | --conf | --con | --co | --c )
12448 $as_echo "$ac_cs_config"; exit ;;
8d138742
CE
12449 --debug | --debu | --deb | --de | --d | -d )
12450 debug=: ;;
12451 --file | --fil | --fi | --f )
12452 $ac_shift
12453 case $ac_optarg in
12454 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
b0322a85 12455 '') as_fn_error $? "missing file argument" ;;
8d138742 12456 esac
b0322a85 12457 as_fn_append CONFIG_FILES " '$ac_optarg'"
8d138742
CE
12458 ac_need_defaults=false;;
12459 --header | --heade | --head | --hea )
12460 $ac_shift
12461 case $ac_optarg in
12462 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12463 esac
b0322a85 12464 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
8d138742
CE
12465 ac_need_defaults=false;;
12466 --he | --h)
12467 # Conflict between --help and --header
b0322a85
CE
12468 as_fn_error $? "ambiguous option: \`$1'
12469Try \`$0 --help' for more information.";;
8d138742
CE
12470 --help | --hel | -h )
12471 $as_echo "$ac_cs_usage"; exit ;;
12472 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12473 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12474 ac_cs_silent=: ;;
d9898ee8 12475
8d138742 12476 # This is an error.
b0322a85
CE
12477 -*) as_fn_error $? "unrecognized option: \`$1'
12478Try \`$0 --help' for more information." ;;
d9898ee8 12479
b0322a85 12480 *) as_fn_append ac_config_targets " $1"
8d138742 12481 ac_need_defaults=false ;;
d9898ee8 12482
8d138742
CE
12483 esac
12484 shift
12485done
d9898ee8 12486
8d138742 12487ac_configure_extra_args=
d9898ee8 12488
8d138742
CE
12489if $ac_cs_silent; then
12490 exec 6>/dev/null
12491 ac_configure_extra_args="$ac_configure_extra_args --silent"
12492fi
d9898ee8 12493
8d138742
CE
12494_ACEOF
12495cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12496if \$ac_cs_recheck; then
b0322a85 12497 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
8d138742
CE
12498 shift
12499 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12500 CONFIG_SHELL='$SHELL'
12501 export CONFIG_SHELL
12502 exec "\$@"
12503fi
d9898ee8 12504
8d138742
CE
12505_ACEOF
12506cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12507exec 5>>config.log
12508{
12509 echo
12510 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12511## Running $as_me. ##
12512_ASBOX
12513 $as_echo "$ac_log"
12514} >&5
d9898ee8 12515
8d138742
CE
12516_ACEOF
12517cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12518#
12519# INIT-COMMANDS
12520#
12521AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d9898ee8 12522
d9898ee8 12523
8d138742
CE
12524# The HP-UX ksh and POSIX shell print the target directory to stdout
12525# if CDPATH is set.
12526(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
d9898ee8 12527
8d138742
CE
12528sed_quote_subst='$sed_quote_subst'
12529double_quote_subst='$double_quote_subst'
12530delay_variable_subst='$delay_variable_subst'
b0322a85
CE
12531macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12532macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12533enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12534enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12535pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12536enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12537SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12538ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12539PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
12540host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12541host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12542host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12543build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12544build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12545build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12546SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12547Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12548GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12549EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12550FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12551LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12552NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12553LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12554max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12555ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12556exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12557lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12558lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12559lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12560lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
12561lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
12562reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12563reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12564OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12565deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12566file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12567file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
12568want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
12569DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
12570sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
12571AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12572AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12573archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
12574STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12575RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12576old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12577old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12578old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12579lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12580CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12581CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12582compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12583GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12584lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12585lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12586lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12587lt_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"`'
12588nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
12589lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
12590objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12591MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12592lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12593lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12594lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12595lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12596lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12597need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12598MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
12599DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12600NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12601LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12602OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12603OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12604libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12605shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12606extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12607archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12608enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12609export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12610whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12611compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12612old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12613old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12614archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12615archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12616module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12617module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12618with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12619allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12620no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12621hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12622hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12623hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12624hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12625hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12626hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12627hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12628inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12629link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12630always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12631export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12632exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12633include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12634prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12635postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
12636file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12637variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12638need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12639need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12640version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12641runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12642shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12643shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12644libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12645library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12646soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12647install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12648postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12649postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12650finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12651finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12652hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12653sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12654sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12655hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12656enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12657enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12658enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12659old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12660striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
8d138742
CE
12661
12662LTCC='$LTCC'
12663LTCFLAGS='$LTCFLAGS'
12664compiler='$compiler_DEFAULT'
12665
b0322a85
CE
12666# A function that is used when there is no print builtin or printf.
12667func_fallback_echo ()
12668{
12669 eval 'cat <<_LTECHO_EOF
12670\$1
12671_LTECHO_EOF'
12672}
12673
8d138742 12674# Quote evaled strings.
b0322a85
CE
12675for var in SHELL \
12676ECHO \
12677PATH_SEPARATOR \
12678SED \
8d138742
CE
12679GREP \
12680EGREP \
12681FGREP \
12682LD \
12683NM \
12684LN_S \
12685lt_SP2NL \
12686lt_NL2SP \
12687reload_flag \
12688OBJDUMP \
12689deplibs_check_method \
12690file_magic_cmd \
b0322a85
CE
12691file_magic_glob \
12692want_nocaseglob \
12693DLLTOOL \
12694sharedlib_from_linklib_cmd \
8d138742
CE
12695AR \
12696AR_FLAGS \
b0322a85 12697archiver_list_spec \
8d138742
CE
12698STRIP \
12699RANLIB \
12700CC \
12701CFLAGS \
12702compiler \
12703lt_cv_sys_global_symbol_pipe \
12704lt_cv_sys_global_symbol_to_cdecl \
12705lt_cv_sys_global_symbol_to_c_name_address \
12706lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
b0322a85 12707nm_file_list_spec \
8d138742 12708lt_prog_compiler_no_builtin_flag \
8d138742 12709lt_prog_compiler_pic \
b0322a85 12710lt_prog_compiler_wl \
8d138742
CE
12711lt_prog_compiler_static \
12712lt_cv_prog_compiler_c_o \
12713need_locks \
b0322a85 12714MANIFEST_TOOL \
8d138742
CE
12715DSYMUTIL \
12716NMEDIT \
12717LIPO \
12718OTOOL \
12719OTOOL64 \
12720shrext_cmds \
12721export_dynamic_flag_spec \
12722whole_archive_flag_spec \
12723compiler_needs_object \
12724with_gnu_ld \
12725allow_undefined_flag \
12726no_undefined_flag \
12727hardcode_libdir_flag_spec \
8d138742 12728hardcode_libdir_separator \
8d138742
CE
12729exclude_expsyms \
12730include_expsyms \
12731file_list_spec \
12732variables_saved_for_relink \
12733libname_spec \
12734library_names_spec \
12735soname_spec \
b0322a85 12736install_override_mode \
8d138742
CE
12737finish_eval \
12738old_striplib \
12739striplib; do
b0322a85 12740 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
8d138742 12741 *[\\\\\\\`\\"\\\$]*)
b0322a85 12742 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
8d138742
CE
12743 ;;
12744 *)
12745 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12746 ;;
12747 esac
12748done
d9898ee8 12749
8d138742
CE
12750# Double-quote double-evaled strings.
12751for var in reload_cmds \
12752old_postinstall_cmds \
12753old_postuninstall_cmds \
12754old_archive_cmds \
12755extract_expsyms_cmds \
12756old_archive_from_new_cmds \
12757old_archive_from_expsyms_cmds \
12758archive_cmds \
12759archive_expsym_cmds \
12760module_cmds \
12761module_expsym_cmds \
12762export_symbols_cmds \
12763prelink_cmds \
b0322a85 12764postlink_cmds \
8d138742
CE
12765postinstall_cmds \
12766postuninstall_cmds \
12767finish_cmds \
12768sys_lib_search_path_spec \
12769sys_lib_dlsearch_path_spec; do
b0322a85 12770 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
8d138742 12771 *[\\\\\\\`\\"\\\$]*)
b0322a85 12772 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
8d138742
CE
12773 ;;
12774 *)
12775 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12776 ;;
12777 esac
12778done
d9898ee8 12779
8d138742
CE
12780ac_aux_dir='$ac_aux_dir'
12781xsi_shell='$xsi_shell'
12782lt_shell_append='$lt_shell_append'
d9898ee8 12783
8d138742
CE
12784# See if we are running on zsh, and set the options which allow our
12785# commands through without removal of \ escapes INIT.
12786if test -n "\${ZSH_VERSION+set}" ; then
12787 setopt NO_GLOB_SUBST
12788fi
d9898ee8 12789
d9898ee8 12790
8d138742
CE
12791 PACKAGE='$PACKAGE'
12792 VERSION='$VERSION'
12793 TIMESTAMP='$TIMESTAMP'
12794 RM='$RM'
12795 ofile='$ofile'
d9898ee8 12796
d9898ee8 12797
d9898ee8 12798
d9898ee8 12799
8d138742 12800_ACEOF
d9898ee8 12801
8d138742 12802cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d9898ee8 12803
8d138742
CE
12804# Handling of arguments.
12805for ac_config_target in $ac_config_targets
12806do
12807 case $ac_config_target in
12808 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
12809 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
12810 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12811 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12812 "makedat") CONFIG_FILES="$CONFIG_FILES makedat" ;;
d9898ee8 12813
b0322a85 12814 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
8d138742
CE
12815 esac
12816done
d9898ee8 12817
d9898ee8 12818
8d138742
CE
12819# If the user did not use the arguments to specify the items to instantiate,
12820# then the envvar interface is used. Set only those that are not.
12821# We use the long form for the default assignment because of an extremely
12822# bizarre bug on SunOS 4.1.3.
12823if $ac_need_defaults; then
12824 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12825 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12826 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12827fi
d9898ee8 12828
8d138742
CE
12829# Have a temporary directory for convenience. Make it in the build tree
12830# simply because there is no reason against having it here, and in addition,
12831# creating and moving files from /tmp can sometimes cause problems.
12832# Hook for its removal unless debugging.
12833# Note that there is a small window in which the directory will not be cleaned:
12834# after its creation but before its name has been assigned to `$tmp'.
12835$debug ||
12836{
b0322a85 12837 tmp= ac_tmp=
8d138742 12838 trap 'exit_status=$?
b0322a85
CE
12839 : "${ac_tmp:=$tmp}"
12840 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
8d138742 12841' 0
b0322a85 12842 trap 'as_fn_exit 1' 1 2 13 15
8d138742
CE
12843}
12844# Create a (secure) tmp directory for tmp files.
d9898ee8 12845
8d138742
CE
12846{
12847 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
b0322a85 12848 test -d "$tmp"
8d138742
CE
12849} ||
12850{
12851 tmp=./conf$$-$RANDOM
12852 (umask 077 && mkdir "$tmp")
b0322a85
CE
12853} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12854ac_tmp=$tmp
d9898ee8 12855
8d138742
CE
12856# Set up the scripts for CONFIG_FILES section.
12857# No need to generate them if there are no CONFIG_FILES.
12858# This happens for instance with `./config.status config.h'.
12859if test -n "$CONFIG_FILES"; then
d9898ee8 12860
12861
b0322a85
CE
12862ac_cr=`echo X | tr X '\015'`
12863# On cygwin, bash can eat \r inside `` if the user requested igncr.
12864# But we know of no other shell where ac_cr would be empty at this
12865# point, so we can use a bashism as a fallback.
12866if test "x$ac_cr" = x; then
12867 eval ac_cr=\$\'\\r\'
12868fi
8d138742
CE
12869ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12870if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12871 ac_cs_awk_cr='\\r'
d9898ee8 12872else
8d138742 12873 ac_cs_awk_cr=$ac_cr
d9898ee8 12874fi
12875
b0322a85 12876echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
8d138742 12877_ACEOF
d9898ee8 12878
d9898ee8 12879
8d138742
CE
12880{
12881 echo "cat >conf$$subs.awk <<_ACEOF" &&
12882 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12883 echo "_ACEOF"
12884} >conf$$subs.sh ||
b0322a85
CE
12885 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12886ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
8d138742
CE
12887ac_delim='%!_!# '
12888for ac_last_try in false false false false false :; do
12889 . ./conf$$subs.sh ||
b0322a85 12890 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
d9898ee8 12891
8d138742
CE
12892 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12893 if test $ac_delim_n = $ac_delim_num; then
12894 break
12895 elif $ac_last_try; then
b0322a85 12896 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8d138742
CE
12897 else
12898 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12899 fi
12900done
12901rm -f conf$$subs.sh
12902
12903cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b0322a85 12904cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
8d138742
CE
12905_ACEOF
12906sed -n '
12907h
12908s/^/S["/; s/!.*/"]=/
12909p
12910g
12911s/^[^!]*!//
12912:repl
12913t repl
12914s/'"$ac_delim"'$//
12915t delim
12916:nl
12917h
b0322a85 12918s/\(.\{148\}\)..*/\1/
8d138742
CE
12919t more1
12920s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12921p
12922n
12923b repl
12924:more1
12925s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12926p
12927g
12928s/.\{148\}//
12929t nl
12930:delim
12931h
b0322a85 12932s/\(.\{148\}\)..*/\1/
8d138742
CE
12933t more2
12934s/["\\]/\\&/g; s/^/"/; s/$/"/
12935p
12936b
12937:more2
12938s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12939p
12940g
12941s/.\{148\}//
12942t delim
12943' <conf$$subs.awk | sed '
12944/^[^""]/{
12945 N
12946 s/\n//
12947}
12948' >>$CONFIG_STATUS || ac_write_fail=1
12949rm -f conf$$subs.awk
12950cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12951_ACAWK
b0322a85 12952cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
8d138742
CE
12953 for (key in S) S_is_set[key] = 1
12954 FS = "\a"
d9898ee8 12955
8d138742
CE
12956}
12957{
12958 line = $ 0
12959 nfields = split(line, field, "@")
12960 substed = 0
12961 len = length(field[1])
12962 for (i = 2; i < nfields; i++) {
12963 key = field[i]
12964 keylen = length(key)
12965 if (S_is_set[key]) {
12966 value = S[key]
12967 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12968 len += length(value) + length(field[++i])
12969 substed = 1
12970 } else
12971 len += 1 + keylen
12972 }
d9898ee8 12973
8d138742
CE
12974 print line
12975}
d9898ee8 12976
8d138742
CE
12977_ACAWK
12978_ACEOF
12979cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12980if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12981 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12982else
12983 cat
b0322a85
CE
12984fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12985 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
8d138742 12986_ACEOF
d9898ee8 12987
b0322a85
CE
12988# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12989# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
8d138742
CE
12990# trailing colons and then remove the whole line if VPATH becomes empty
12991# (actually we leave an empty line to preserve line numbers).
12992if test "x$srcdir" = x.; then
b0322a85
CE
12993 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12994h
12995s///
12996s/^/:/
12997s/[ ]*$/:/
12998s/:\$(srcdir):/:/g
12999s/:\${srcdir}:/:/g
13000s/:@srcdir@:/:/g
13001s/^:*//
8d138742 13002s/:*$//
b0322a85
CE
13003x
13004s/\(=[ ]*\).*/\1/
13005G
13006s/\n//
8d138742
CE
13007s/^[^=]*=[ ]*$//
13008}'
13009fi
d9898ee8 13010
8d138742
CE
13011cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13012fi # test -n "$CONFIG_FILES"
d9898ee8 13013
8d138742
CE
13014# Set up the scripts for CONFIG_HEADERS section.
13015# No need to generate them if there are no CONFIG_HEADERS.
13016# This happens for instance with `./config.status Makefile'.
13017if test -n "$CONFIG_HEADERS"; then
b0322a85 13018cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
8d138742
CE
13019BEGIN {
13020_ACEOF
d9898ee8 13021
8d138742
CE
13022# Transform confdefs.h into an awk script `defines.awk', embedded as
13023# here-document in config.status, that substitutes the proper values into
13024# config.h.in to produce config.h.
d9898ee8 13025
8d138742
CE
13026# Create a delimiter string that does not exist in confdefs.h, to ease
13027# handling of long lines.
13028ac_delim='%!_!# '
13029for ac_last_try in false false :; do
b0322a85
CE
13030 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13031 if test -z "$ac_tt"; then
8d138742
CE
13032 break
13033 elif $ac_last_try; then
b0322a85 13034 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
8d138742
CE
13035 else
13036 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13037 fi
13038done
d9898ee8 13039
8d138742
CE
13040# For the awk script, D is an array of macro values keyed by name,
13041# likewise P contains macro parameters if any. Preserve backslash
13042# newline sequences.
d9898ee8 13043
8d138742
CE
13044ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13045sed -n '
13046s/.\{148\}/&'"$ac_delim"'/g
13047t rset
13048:rset
13049s/^[ ]*#[ ]*define[ ][ ]*/ /
13050t def
13051d
13052:def
13053s/\\$//
13054t bsnl
13055s/["\\]/\\&/g
13056s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13057D["\1"]=" \3"/p
13058s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13059d
13060:bsnl
13061s/["\\]/\\&/g
13062s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13063D["\1"]=" \3\\\\\\n"\\/p
13064t cont
13065s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13066t cont
13067d
13068:cont
13069n
13070s/.\{148\}/&'"$ac_delim"'/g
13071t clear
13072:clear
13073s/\\$//
13074t bsnlc
13075s/["\\]/\\&/g; s/^/"/; s/$/"/p
13076d
13077:bsnlc
13078s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13079b cont
13080' <confdefs.h | sed '
13081s/'"$ac_delim"'/"\\\
13082"/g' >>$CONFIG_STATUS || ac_write_fail=1
13083
13084cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13085 for (key in D) D_is_set[key] = 1
13086 FS = "\a"
13087}
13088/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13089 line = \$ 0
13090 split(line, arg, " ")
13091 if (arg[1] == "#") {
13092 defundef = arg[2]
13093 mac1 = arg[3]
13094 } else {
13095 defundef = substr(arg[1], 2)
13096 mac1 = arg[2]
13097 }
13098 split(mac1, mac2, "(") #)
13099 macro = mac2[1]
13100 prefix = substr(line, 1, index(line, defundef) - 1)
13101 if (D_is_set[macro]) {
13102 # Preserve the white space surrounding the "#".
13103 print prefix "define", macro P[macro] D[macro]
13104 next
13105 } else {
13106 # Replace #undef with comments. This is necessary, for example,
13107 # in the case of _POSIX_SOURCE, which is predefined and required
13108 # on some systems where configure will not decide to define it.
13109 if (defundef == "undef") {
13110 print "/*", prefix defundef, macro, "*/"
13111 next
13112 }
13113 }
13114}
13115{ print }
13116_ACAWK
13117_ACEOF
13118cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b0322a85 13119 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
8d138742 13120fi # test -n "$CONFIG_HEADERS"
d9898ee8 13121
13122
8d138742
CE
13123eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
13124shift
13125for ac_tag
13126do
13127 case $ac_tag in
13128 :[FHLC]) ac_mode=$ac_tag; continue;;
13129 esac
13130 case $ac_mode$ac_tag in
13131 :[FHL]*:*);;
b0322a85 13132 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
8d138742
CE
13133 :[FH]-) ac_tag=-:-;;
13134 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13135 esac
13136 ac_save_IFS=$IFS
13137 IFS=:
13138 set x $ac_tag
13139 IFS=$ac_save_IFS
13140 shift
13141 ac_file=$1
13142 shift
dd184caf 13143
8d138742
CE
13144 case $ac_mode in
13145 :L) ac_source=$1;;
13146 :[FH])
13147 ac_file_inputs=
13148 for ac_f
13149 do
13150 case $ac_f in
b0322a85 13151 -) ac_f="$ac_tmp/stdin";;
8d138742
CE
13152 *) # Look for the file first in the build tree, then in the source tree
13153 # (if the path is not absolute). The absolute path cannot be DOS-style,
13154 # because $ac_f cannot contain `:'.
13155 test -f "$ac_f" ||
13156 case $ac_f in
13157 [\\/$]*) false;;
13158 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13159 esac ||
b0322a85 13160 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
8d138742
CE
13161 esac
13162 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
b0322a85 13163 as_fn_append ac_file_inputs " '$ac_f'"
8d138742 13164 done
dd184caf 13165
8d138742
CE
13166 # Let's still pretend it is `configure' which instantiates (i.e., don't
13167 # use $as_me), people would be surprised to read:
13168 # /* config.h. Generated by config.status. */
13169 configure_input='Generated from '`
13170 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13171 `' by configure.'
13172 if test x"$ac_file" != x-; then
13173 configure_input="$ac_file. $configure_input"
b0322a85 13174 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
8d138742
CE
13175$as_echo "$as_me: creating $ac_file" >&6;}
13176 fi
13177 # Neutralize special characters interpreted by sed in replacement strings.
13178 case $configure_input in #(
13179 *\&* | *\|* | *\\* )
13180 ac_sed_conf_input=`$as_echo "$configure_input" |
13181 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13182 *) ac_sed_conf_input=$configure_input;;
13183 esac
d9898ee8 13184
8d138742 13185 case $ac_tag in
b0322a85
CE
13186 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13187 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
8d138742
CE
13188 esac
13189 ;;
13190 esac
d9898ee8 13191
8d138742
CE
13192 ac_dir=`$as_dirname -- "$ac_file" ||
13193$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13194 X"$ac_file" : 'X\(//\)[^/]' \| \
13195 X"$ac_file" : 'X\(//\)$' \| \
13196 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13197$as_echo X"$ac_file" |
13198 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13199 s//\1/
13200 q
13201 }
13202 /^X\(\/\/\)[^/].*/{
13203 s//\1/
13204 q
13205 }
13206 /^X\(\/\/\)$/{
13207 s//\1/
13208 q
13209 }
13210 /^X\(\/\).*/{
13211 s//\1/
13212 q
13213 }
13214 s/.*/./; q'`
b0322a85 13215 as_dir="$ac_dir"; as_fn_mkdir_p
8d138742 13216 ac_builddir=.
d9898ee8 13217
8d138742
CE
13218case "$ac_dir" in
13219.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13220*)
13221 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13222 # A ".." for each directory in $ac_dir_suffix.
13223 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13224 case $ac_top_builddir_sub in
13225 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13226 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13227 esac ;;
13228esac
13229ac_abs_top_builddir=$ac_pwd
13230ac_abs_builddir=$ac_pwd$ac_dir_suffix
13231# for backward compatibility:
13232ac_top_builddir=$ac_top_build_prefix
d9898ee8 13233
8d138742
CE
13234case $srcdir in
13235 .) # We are building in place.
13236 ac_srcdir=.
13237 ac_top_srcdir=$ac_top_builddir_sub
13238 ac_abs_top_srcdir=$ac_pwd ;;
13239 [\\/]* | ?:[\\/]* ) # Absolute name.
13240 ac_srcdir=$srcdir$ac_dir_suffix;
13241 ac_top_srcdir=$srcdir
13242 ac_abs_top_srcdir=$srcdir ;;
13243 *) # Relative name.
13244 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13245 ac_top_srcdir=$ac_top_build_prefix$srcdir
13246 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
dd184caf 13247esac
8d138742 13248ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
d9898ee8 13249
dd184caf 13250
8d138742
CE
13251 case $ac_mode in
13252 :F)
13253 #
13254 # CONFIG_FILE
13255 #
d9898ee8 13256
8d138742
CE
13257 case $INSTALL in
13258 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13259 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
13260 esac
13261 ac_MKDIR_P=$MKDIR_P
13262 case $MKDIR_P in
13263 [\\/$]* | ?:[\\/]* ) ;;
13264 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
13265 esac
d9898ee8 13266_ACEOF
dd184caf 13267
8d138742
CE
13268cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13269# If the template does not know about datarootdir, expand it.
13270# FIXME: This hack should be removed a few years after 2.60.
13271ac_datarootdir_hack=; ac_datarootdir_seen=
8d138742
CE
13272ac_sed_dataroot='
13273/datarootdir/ {
13274 p
13275 q
13276}
13277/@datadir@/p
13278/@docdir@/p
13279/@infodir@/p
13280/@localedir@/p
b0322a85 13281/@mandir@/p'
8d138742
CE
13282case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13283*datarootdir*) ac_datarootdir_seen=yes;;
13284*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
b0322a85 13285 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
8d138742
CE
13286$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13287_ACEOF
13288cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13289 ac_datarootdir_hack='
13290 s&@datadir@&$datadir&g
13291 s&@docdir@&$docdir&g
13292 s&@infodir@&$infodir&g
13293 s&@localedir@&$localedir&g
13294 s&@mandir@&$mandir&g
b0322a85 13295 s&\\\${datarootdir}&$datarootdir&g' ;;
d9898ee8 13296esac
8d138742 13297_ACEOF
d9898ee8 13298
8d138742
CE
13299# Neutralize VPATH when `$srcdir' = `.'.
13300# Shell code in configure.ac might set extrasub.
13301# FIXME: do we really want to maintain this feature?
13302cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13303ac_sed_extra="$ac_vpsub
13304$extrasub
d9898ee8 13305_ACEOF
8d138742
CE
13306cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13307:t
13308/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13309s|@configure_input@|$ac_sed_conf_input|;t t
13310s&@top_builddir@&$ac_top_builddir_sub&;t t
13311s&@top_build_prefix@&$ac_top_build_prefix&;t t
13312s&@srcdir@&$ac_srcdir&;t t
13313s&@abs_srcdir@&$ac_abs_srcdir&;t t
13314s&@top_srcdir@&$ac_top_srcdir&;t t
13315s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13316s&@builddir@&$ac_builddir&;t t
13317s&@abs_builddir@&$ac_abs_builddir&;t t
13318s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13319s&@INSTALL@&$ac_INSTALL&;t t
13320s&@MKDIR_P@&$ac_MKDIR_P&;t t
13321$ac_datarootdir_hack
13322"
b0322a85
CE
13323eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13324 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
d9898ee8 13325
8d138742 13326test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
b0322a85
CE
13327 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13328 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13329 "$ac_tmp/out"`; test -z "$ac_out"; } &&
13330 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13331which seems to be undefined. Please make sure it is defined" >&5
8d138742 13332$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
b0322a85 13333which seems to be undefined. Please make sure it is defined" >&2;}
d9898ee8 13334
b0322a85 13335 rm -f "$ac_tmp/stdin"
8d138742 13336 case $ac_file in
b0322a85
CE
13337 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13338 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
8d138742 13339 esac \
b0322a85 13340 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8d138742
CE
13341 ;;
13342 :H)
13343 #
13344 # CONFIG_HEADER
13345 #
13346 if test x"$ac_file" != x-; then
13347 {
13348 $as_echo "/* $configure_input */" \
b0322a85
CE
13349 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13350 } >"$ac_tmp/config.h" \
13351 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13352 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
13353 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
8d138742
CE
13354$as_echo "$as_me: $ac_file is unchanged" >&6;}
13355 else
13356 rm -f "$ac_file"
b0322a85
CE
13357 mv "$ac_tmp/config.h" "$ac_file" \
13358 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8d138742
CE
13359 fi
13360 else
13361 $as_echo "/* $configure_input */" \
b0322a85
CE
13362 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13363 || as_fn_error $? "could not create -" "$LINENO" 5
8d138742
CE
13364 fi
13365# Compute "$ac_file"'s index in $config_headers.
13366_am_arg="$ac_file"
13367_am_stamp_count=1
13368for _am_header in $config_headers :; do
13369 case $_am_header in
13370 $_am_arg | $_am_arg:* )
13371 break ;;
13372 * )
13373 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
13374 esac
d9898ee8 13375done
8d138742
CE
13376echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
13377$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13378 X"$_am_arg" : 'X\(//\)[^/]' \| \
13379 X"$_am_arg" : 'X\(//\)$' \| \
13380 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
13381$as_echo X"$_am_arg" |
13382 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13383 s//\1/
13384 q
13385 }
13386 /^X\(\/\/\)[^/].*/{
13387 s//\1/
13388 q
13389 }
13390 /^X\(\/\/\)$/{
13391 s//\1/
13392 q
13393 }
13394 /^X\(\/\).*/{
13395 s//\1/
13396 q
13397 }
13398 s/.*/./; q'`/stamp-h$_am_stamp_count
13399 ;;
d9898ee8 13400
b0322a85 13401 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
8d138742
CE
13402$as_echo "$as_me: executing $ac_file commands" >&6;}
13403 ;;
13404 esac
d9898ee8 13405
13406
8d138742
CE
13407 case $ac_file$ac_mode in
13408 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
b0322a85 13409 # Older Autoconf quotes --file arguments for eval, but not when files
8d138742
CE
13410 # are listed without --file. Let's play safe and only enable the eval
13411 # if we detect the quoting.
13412 case $CONFIG_FILES in
13413 *\'*) eval set x "$CONFIG_FILES" ;;
13414 *) set x $CONFIG_FILES ;;
13415 esac
13416 shift
13417 for mf
13418 do
13419 # Strip MF so we end up with the name of the file.
13420 mf=`echo "$mf" | sed -e 's/:.*$//'`
13421 # Check whether this is an Automake generated Makefile or not.
b0322a85 13422 # We used to match only the files named 'Makefile.in', but
8d138742
CE
13423 # some people rename them; so instead we look at the file content.
13424 # Grep'ing the first line is not enough: some people post-process
13425 # each Makefile.in and add a new line on top of each file to say so.
13426 # Grep'ing the whole file is not good either: AIX grep has a line
13427 # limit of 2048, but all sed's we know have understand at least 4000.
13428 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
13429 dirpart=`$as_dirname -- "$mf" ||
13430$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13431 X"$mf" : 'X\(//\)[^/]' \| \
13432 X"$mf" : 'X\(//\)$' \| \
13433 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
13434$as_echo X"$mf" |
13435 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13436 s//\1/
13437 q
13438 }
13439 /^X\(\/\/\)[^/].*/{
13440 s//\1/
13441 q
13442 }
13443 /^X\(\/\/\)$/{
13444 s//\1/
13445 q
13446 }
13447 /^X\(\/\).*/{
13448 s//\1/
13449 q
13450 }
13451 s/.*/./; q'`
13452 else
13453 continue
13454 fi
13455 # Extract the definition of DEPDIR, am__include, and am__quote
b0322a85 13456 # from the Makefile without running 'make'.
8d138742
CE
13457 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
13458 test -z "$DEPDIR" && continue
13459 am__include=`sed -n 's/^am__include = //p' < "$mf"`
b0322a85 13460 test -z "$am__include" && continue
8d138742 13461 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
8d138742
CE
13462 # Find all dependency output files, they are included files with
13463 # $(DEPDIR) in their names. We invoke sed twice because it is the
13464 # simplest approach to changing $(DEPDIR) to its actual value in the
13465 # expansion.
13466 for file in `sed -n "
13467 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
b0322a85 13468 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
8d138742
CE
13469 # Make sure the directory exists.
13470 test -f "$dirpart/$file" && continue
13471 fdir=`$as_dirname -- "$file" ||
13472$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13473 X"$file" : 'X\(//\)[^/]' \| \
13474 X"$file" : 'X\(//\)$' \| \
13475 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
13476$as_echo X"$file" |
13477 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13478 s//\1/
13479 q
13480 }
13481 /^X\(\/\/\)[^/].*/{
13482 s//\1/
13483 q
13484 }
13485 /^X\(\/\/\)$/{
13486 s//\1/
13487 q
13488 }
13489 /^X\(\/\).*/{
13490 s//\1/
13491 q
13492 }
13493 s/.*/./; q'`
b0322a85 13494 as_dir=$dirpart/$fdir; as_fn_mkdir_p
8d138742
CE
13495 # echo "creating $dirpart/$file"
13496 echo '# dummy' > "$dirpart/$file"
13497 done
13498 done
13499}
13500 ;;
13501 "libtool":C)
d9898ee8 13502
8d138742
CE
13503 # See if we are running on zsh, and set the options which allow our
13504 # commands through without removal of \ escapes.
13505 if test -n "${ZSH_VERSION+set}" ; then
13506 setopt NO_GLOB_SUBST
13507 fi
d9898ee8 13508
8d138742
CE
13509 cfgfile="${ofile}T"
13510 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13511 $RM "$cfgfile"
d9898ee8 13512
8d138742
CE
13513 cat <<_LT_EOF >> "$cfgfile"
13514#! $SHELL
dd184caf 13515
8d138742
CE
13516# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13517# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13518# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13519# NOTE: Changes made to this file will be lost: look at ltmain.sh.
d9898ee8 13520#
8d138742 13521# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
b0322a85
CE
13522# 2006, 2007, 2008, 2009, 2010, 2011 Free Software
13523# Foundation, Inc.
8d138742 13524# Written by Gordon Matzigkeit, 1996
d9898ee8 13525#
8d138742
CE
13526# This file is part of GNU Libtool.
13527#
13528# GNU Libtool is free software; you can redistribute it and/or
13529# modify it under the terms of the GNU General Public License as
13530# published by the Free Software Foundation; either version 2 of
13531# the License, or (at your option) any later version.
13532#
13533# As a special exception to the GNU General Public License,
13534# if you distribute this file as part of a program or library that
13535# is built using GNU Libtool, you may include this file under the
13536# same distribution terms that you use for the rest of that program.
13537#
13538# GNU Libtool is distributed in the hope that it will be useful,
13539# but WITHOUT ANY WARRANTY; without even the implied warranty of
13540# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13541# GNU General Public License for more details.
13542#
13543# You should have received a copy of the GNU General Public License
13544# along with GNU Libtool; see the file COPYING. If not, a copy
13545# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13546# obtained by writing to the Free Software Foundation, Inc.,
13547# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
dd184caf 13548
d9898ee8 13549
8d138742
CE
13550# The names of the tagged configurations supported by this script.
13551available_tags=""
d9898ee8 13552
8d138742 13553# ### BEGIN LIBTOOL CONFIG
d9898ee8 13554
8d138742
CE
13555# Which release of libtool.m4 was used?
13556macro_version=$macro_version
13557macro_revision=$macro_revision
d9898ee8 13558
8d138742
CE
13559# Whether or not to build shared libraries.
13560build_libtool_libs=$enable_shared
d9898ee8 13561
8d138742
CE
13562# Whether or not to build static libraries.
13563build_old_libs=$enable_static
d9898ee8 13564
8d138742
CE
13565# What type of objects to build.
13566pic_mode=$pic_mode
d9898ee8 13567
8d138742
CE
13568# Whether or not to optimize for fast installation.
13569fast_install=$enable_fast_install
d9898ee8 13570
b0322a85
CE
13571# Shell to use when invoking shell scripts.
13572SHELL=$lt_SHELL
13573
13574# An echo program that protects backslashes.
13575ECHO=$lt_ECHO
13576
13577# The PATH separator for the build system.
13578PATH_SEPARATOR=$lt_PATH_SEPARATOR
13579
8d138742
CE
13580# The host system.
13581host_alias=$host_alias
13582host=$host
13583host_os=$host_os
d9898ee8 13584
8d138742
CE
13585# The build system.
13586build_alias=$build_alias
13587build=$build
13588build_os=$build_os
d9898ee8 13589
8d138742
CE
13590# A sed program that does not truncate output.
13591SED=$lt_SED
dd184caf 13592
8d138742
CE
13593# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13594Xsed="\$SED -e 1s/^X//"
dd184caf 13595
8d138742
CE
13596# A grep program that handles long lines.
13597GREP=$lt_GREP
dd184caf 13598
8d138742
CE
13599# An ERE matcher.
13600EGREP=$lt_EGREP
dd184caf 13601
8d138742
CE
13602# A literal string matcher.
13603FGREP=$lt_FGREP
dd184caf 13604
8d138742
CE
13605# A BSD- or MS-compatible name lister.
13606NM=$lt_NM
dd184caf 13607
8d138742
CE
13608# Whether we need soft or hard links.
13609LN_S=$lt_LN_S
d9898ee8 13610
8d138742
CE
13611# What is the maximum length of a command?
13612max_cmd_len=$max_cmd_len
d9898ee8 13613
8d138742
CE
13614# Object file suffix (normally "o").
13615objext=$ac_objext
d9898ee8 13616
8d138742
CE
13617# Executable file suffix (normally "").
13618exeext=$exeext
dd184caf 13619
8d138742
CE
13620# whether the shell understands "unset".
13621lt_unset=$lt_unset
dd184caf 13622
8d138742
CE
13623# turn spaces into newlines.
13624SP2NL=$lt_lt_SP2NL
dd184caf 13625
8d138742
CE
13626# turn newlines into spaces.
13627NL2SP=$lt_lt_NL2SP
d9898ee8 13628
b0322a85
CE
13629# convert \$build file names to \$host format.
13630to_host_file_cmd=$lt_cv_to_host_file_cmd
13631
13632# convert \$build files to toolchain format.
13633to_tool_file_cmd=$lt_cv_to_tool_file_cmd
d9898ee8 13634
8d138742
CE
13635# An object symbol dumper.
13636OBJDUMP=$lt_OBJDUMP
d9898ee8 13637
8d138742
CE
13638# Method to check whether dependent libraries are shared objects.
13639deplibs_check_method=$lt_deplibs_check_method
d9898ee8 13640
b0322a85 13641# Command to use when deplibs_check_method = "file_magic".
8d138742 13642file_magic_cmd=$lt_file_magic_cmd
d9898ee8 13643
b0322a85
CE
13644# How to find potential files when deplibs_check_method = "file_magic".
13645file_magic_glob=$lt_file_magic_glob
13646
13647# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
13648want_nocaseglob=$lt_want_nocaseglob
13649
13650# DLL creation program.
13651DLLTOOL=$lt_DLLTOOL
13652
13653# Command to associate shared and link libraries.
13654sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
13655
8d138742
CE
13656# The archiver.
13657AR=$lt_AR
b0322a85
CE
13658
13659# Flags to create an archive.
8d138742 13660AR_FLAGS=$lt_AR_FLAGS
d9898ee8 13661
b0322a85
CE
13662# How to feed a file listing to the archiver.
13663archiver_list_spec=$lt_archiver_list_spec
13664
8d138742
CE
13665# A symbol stripping program.
13666STRIP=$lt_STRIP
d9898ee8 13667
8d138742
CE
13668# Commands used to install an old-style archive.
13669RANLIB=$lt_RANLIB
13670old_postinstall_cmds=$lt_old_postinstall_cmds
13671old_postuninstall_cmds=$lt_old_postuninstall_cmds
d9898ee8 13672
b0322a85
CE
13673# Whether to use a lock for old archive extraction.
13674lock_old_archive_extraction=$lock_old_archive_extraction
13675
8d138742
CE
13676# A C compiler.
13677LTCC=$lt_CC
d9898ee8 13678
8d138742
CE
13679# LTCC compiler flags.
13680LTCFLAGS=$lt_CFLAGS
d9898ee8 13681
8d138742
CE
13682# Take the output of nm and produce a listing of raw symbols and C names.
13683global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
d9898ee8 13684
8d138742
CE
13685# Transform the output of nm in a proper C declaration.
13686global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
d9898ee8 13687
8d138742
CE
13688# Transform the output of nm in a C name address pair.
13689global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
d9898ee8 13690
8d138742
CE
13691# Transform the output of nm in a C name address pair when lib prefix is needed.
13692global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
dd184caf 13693
b0322a85
CE
13694# Specify filename containing input files for \$NM.
13695nm_file_list_spec=$lt_nm_file_list_spec
8d138742 13696
b0322a85
CE
13697# The root where to search for dependent libraries,and in which our libraries should be installed.
13698lt_sysroot=$lt_sysroot
8d138742 13699
b0322a85
CE
13700# The name of the directory that contains temporary libtool files.
13701objdir=$objdir
d9898ee8 13702
8d138742
CE
13703# Used to examine libraries when file_magic_cmd begins with "file".
13704MAGIC_CMD=$MAGIC_CMD
d9898ee8 13705
8d138742
CE
13706# Must we lock files when doing compilation?
13707need_locks=$lt_need_locks
d9898ee8 13708
b0322a85
CE
13709# Manifest tool.
13710MANIFEST_TOOL=$lt_MANIFEST_TOOL
13711
8d138742
CE
13712# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13713DSYMUTIL=$lt_DSYMUTIL
d9898ee8 13714
8d138742
CE
13715# Tool to change global to local symbols on Mac OS X.
13716NMEDIT=$lt_NMEDIT
d9898ee8 13717
8d138742
CE
13718# Tool to manipulate fat objects and archives on Mac OS X.
13719LIPO=$lt_LIPO
d9898ee8 13720
8d138742
CE
13721# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13722OTOOL=$lt_OTOOL
d9898ee8 13723
8d138742
CE
13724# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13725OTOOL64=$lt_OTOOL64
d9898ee8 13726
8d138742
CE
13727# Old archive suffix (normally "a").
13728libext=$libext
d9898ee8 13729
8d138742
CE
13730# Shared library suffix (normally ".so").
13731shrext_cmds=$lt_shrext_cmds
d9898ee8 13732
8d138742
CE
13733# The commands to extract the exported symbol list from a shared archive.
13734extract_expsyms_cmds=$lt_extract_expsyms_cmds
d9898ee8 13735
8d138742
CE
13736# Variables whose values should be saved in libtool wrapper scripts and
13737# restored at link time.
13738variables_saved_for_relink=$lt_variables_saved_for_relink
dd184caf 13739
8d138742
CE
13740# Do we need the "lib" prefix for modules?
13741need_lib_prefix=$need_lib_prefix
d9898ee8 13742
8d138742
CE
13743# Do we need a version for libraries?
13744need_version=$need_version
d9898ee8 13745
8d138742
CE
13746# Library versioning type.
13747version_type=$version_type
d9898ee8 13748
8d138742
CE
13749# Shared library runtime path variable.
13750runpath_var=$runpath_var
d9898ee8 13751
8d138742
CE
13752# Shared library path variable.
13753shlibpath_var=$shlibpath_var
d9898ee8 13754
8d138742
CE
13755# Is shlibpath searched before the hard-coded library search path?
13756shlibpath_overrides_runpath=$shlibpath_overrides_runpath
d9898ee8 13757
8d138742
CE
13758# Format of library name prefix.
13759libname_spec=$lt_libname_spec
d9898ee8 13760
8d138742
CE
13761# List of archive names. First name is the real one, the rest are links.
13762# The last name is the one that the linker finds with -lNAME
13763library_names_spec=$lt_library_names_spec
d9898ee8 13764
8d138742
CE
13765# The coded name of the library, if different from the real name.
13766soname_spec=$lt_soname_spec
d9898ee8 13767
b0322a85
CE
13768# Permission mode override for installation of shared libraries.
13769install_override_mode=$lt_install_override_mode
13770
8d138742
CE
13771# Command to use after installation of a shared archive.
13772postinstall_cmds=$lt_postinstall_cmds
d9898ee8 13773
8d138742
CE
13774# Command to use after uninstallation of a shared archive.
13775postuninstall_cmds=$lt_postuninstall_cmds
d9898ee8 13776
8d138742
CE
13777# Commands used to finish a libtool library installation in a directory.
13778finish_cmds=$lt_finish_cmds
dd184caf 13779
8d138742
CE
13780# As "finish_cmds", except a single script fragment to be evaled but
13781# not shown.
13782finish_eval=$lt_finish_eval
d9898ee8 13783
8d138742
CE
13784# Whether we should hardcode library paths into libraries.
13785hardcode_into_libs=$hardcode_into_libs
d9898ee8 13786
8d138742
CE
13787# Compile-time system search path for libraries.
13788sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
d9898ee8 13789
8d138742
CE
13790# Run-time system search path for libraries.
13791sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
d9898ee8 13792
8d138742
CE
13793# Whether dlopen is supported.
13794dlopen_support=$enable_dlopen
d9898ee8 13795
8d138742
CE
13796# Whether dlopen of programs is supported.
13797dlopen_self=$enable_dlopen_self
d9898ee8 13798
8d138742
CE
13799# Whether dlopen of statically linked programs is supported.
13800dlopen_self_static=$enable_dlopen_self_static
d9898ee8 13801
8d138742
CE
13802# Commands to strip libraries.
13803old_striplib=$lt_old_striplib
13804striplib=$lt_striplib
d9898ee8 13805
d9898ee8 13806
8d138742
CE
13807# The linker used to build libraries.
13808LD=$lt_LD
d9898ee8 13809
b0322a85
CE
13810# How to create reloadable object files.
13811reload_flag=$lt_reload_flag
13812reload_cmds=$lt_reload_cmds
13813
8d138742
CE
13814# Commands used to build an old-style archive.
13815old_archive_cmds=$lt_old_archive_cmds
d9898ee8 13816
8d138742
CE
13817# A language specific compiler.
13818CC=$lt_compiler
d9898ee8 13819
8d138742
CE
13820# Is the compiler the GNU compiler?
13821with_gcc=$GCC
dd184caf 13822
8d138742
CE
13823# Compiler flag to turn off builtin functions.
13824no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
dd184caf 13825
8d138742
CE
13826# Additional compiler flags for building library objects.
13827pic_flag=$lt_lt_prog_compiler_pic
dd184caf 13828
b0322a85
CE
13829# How to pass a linker flag through the compiler.
13830wl=$lt_lt_prog_compiler_wl
13831
8d138742
CE
13832# Compiler flag to prevent dynamic linking.
13833link_static_flag=$lt_lt_prog_compiler_static
d9898ee8 13834
8d138742
CE
13835# Does compiler simultaneously support -c and -o options?
13836compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13837
13838# Whether or not to add -lc for building shared libraries.
13839build_libtool_need_lc=$archive_cmds_need_lc
13840
13841# Whether or not to disallow shared libs when runtime libs are static.
13842allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13843
13844# Compiler flag to allow reflexive dlopens.
13845export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
d9898ee8 13846
8d138742
CE
13847# Compiler flag to generate shared objects directly from archives.
13848whole_archive_flag_spec=$lt_whole_archive_flag_spec
d9898ee8 13849
8d138742
CE
13850# Whether the compiler copes with passing no objects directly.
13851compiler_needs_object=$lt_compiler_needs_object
d9898ee8 13852
8d138742
CE
13853# Create an old-style archive from a shared archive.
13854old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
d9898ee8 13855
8d138742
CE
13856# Create a temporary old-style archive to link instead of a shared archive.
13857old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
d9898ee8 13858
8d138742
CE
13859# Commands used to build a shared archive.
13860archive_cmds=$lt_archive_cmds
13861archive_expsym_cmds=$lt_archive_expsym_cmds
dd184caf 13862
8d138742
CE
13863# Commands used to build a loadable module if different from building
13864# a shared archive.
13865module_cmds=$lt_module_cmds
13866module_expsym_cmds=$lt_module_expsym_cmds
dd184caf 13867
8d138742
CE
13868# Whether we are building with GNU ld or not.
13869with_gnu_ld=$lt_with_gnu_ld
dd184caf 13870
8d138742
CE
13871# Flag that allows shared libraries with undefined symbols to be built.
13872allow_undefined_flag=$lt_allow_undefined_flag
dd184caf 13873
8d138742
CE
13874# Flag that enforces no undefined symbols.
13875no_undefined_flag=$lt_no_undefined_flag
dd184caf 13876
8d138742
CE
13877# Flag to hardcode \$libdir into a binary during linking.
13878# This must work even if \$libdir does not exist
13879hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
dd184caf 13880
8d138742
CE
13881# Whether we need a single "-rpath" flag with a separated argument.
13882hardcode_libdir_separator=$lt_hardcode_libdir_separator
dd184caf 13883
8d138742
CE
13884# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13885# DIR into the resulting binary.
13886hardcode_direct=$hardcode_direct
dd184caf 13887
8d138742
CE
13888# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13889# DIR into the resulting binary and the resulting library dependency is
13890# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13891# library is relocated.
13892hardcode_direct_absolute=$hardcode_direct_absolute
d9898ee8 13893
8d138742
CE
13894# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13895# into the resulting binary.
13896hardcode_minus_L=$hardcode_minus_L
dd184caf 13897
8d138742
CE
13898# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13899# into the resulting binary.
13900hardcode_shlibpath_var=$hardcode_shlibpath_var
dd184caf 13901
8d138742
CE
13902# Set to "yes" if building a shared library automatically hardcodes DIR
13903# into the library and all subsequent libraries and executables linked
13904# against it.
13905hardcode_automatic=$hardcode_automatic
dd184caf 13906
8d138742
CE
13907# Set to yes if linker adds runtime paths of dependent libraries
13908# to runtime path list.
13909inherit_rpath=$inherit_rpath
dd184caf 13910
8d138742
CE
13911# Whether libtool must link a program against all its dependency libraries.
13912link_all_deplibs=$link_all_deplibs
dd184caf 13913
8d138742
CE
13914# Set to "yes" if exported symbols are required.
13915always_export_symbols=$always_export_symbols
dd184caf 13916
8d138742
CE
13917# The commands to list exported symbols.
13918export_symbols_cmds=$lt_export_symbols_cmds
d9898ee8 13919
8d138742
CE
13920# Symbols that should not be listed in the preloaded symbols.
13921exclude_expsyms=$lt_exclude_expsyms
dd184caf 13922
8d138742
CE
13923# Symbols that must always be exported.
13924include_expsyms=$lt_include_expsyms
d9898ee8 13925
8d138742
CE
13926# Commands necessary for linking programs (against libraries) with templates.
13927prelink_cmds=$lt_prelink_cmds
d9898ee8 13928
b0322a85
CE
13929# Commands necessary for finishing linking programs.
13930postlink_cmds=$lt_postlink_cmds
13931
8d138742
CE
13932# Specify filename containing input files.
13933file_list_spec=$lt_file_list_spec
13934
13935# How to hardcode a shared library path into an executable.
13936hardcode_action=$hardcode_action
d9898ee8 13937
8d138742 13938# ### END LIBTOOL CONFIG
d9898ee8 13939
8d138742 13940_LT_EOF
d9898ee8 13941
8d138742
CE
13942 case $host_os in
13943 aix3*)
13944 cat <<\_LT_EOF >> "$cfgfile"
13945# AIX sometimes has problems with the GCC collect2 program. For some
13946# reason, if we set the COLLECT_NAMES environment variable, the problems
13947# vanish in a puff of smoke.
13948if test "X${COLLECT_NAMES+set}" != Xset; then
13949 COLLECT_NAMES=
13950 export COLLECT_NAMES
13951fi
13952_LT_EOF
13953 ;;
d9898ee8 13954 esac
8d138742
CE
13955
13956
13957ltmain="$ac_aux_dir/ltmain.sh"
13958
13959
13960 # We use sed instead of cat because bash on DJGPP gets confused if
13961 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13962 # text mode, it properly converts lines to CR/LF. This bash problem
13963 # is reportedly fixed, but why not run on old versions too?
b0322a85
CE
13964 sed '$q' "$ltmain" >> "$cfgfile" \
13965 || (rm -f "$cfgfile"; exit 1)
13966
13967 if test x"$xsi_shell" = xyes; then
13968 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
13969func_dirname ()\
13970{\
13971\ case ${1} in\
13972\ */*) func_dirname_result="${1%/*}${2}" ;;\
13973\ * ) func_dirname_result="${3}" ;;\
13974\ esac\
13975} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
13976 && mv -f "$cfgfile.tmp" "$cfgfile" \
13977 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13978test 0 -eq $? || _lt_function_replace_fail=:
13979
13980
13981 sed -e '/^func_basename ()$/,/^} # func_basename /c\
13982func_basename ()\
13983{\
13984\ func_basename_result="${1##*/}"\
13985} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
13986 && mv -f "$cfgfile.tmp" "$cfgfile" \
13987 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13988test 0 -eq $? || _lt_function_replace_fail=:
13989
13990
13991 sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
13992func_dirname_and_basename ()\
13993{\
13994\ case ${1} in\
13995\ */*) func_dirname_result="${1%/*}${2}" ;;\
13996\ * ) func_dirname_result="${3}" ;;\
13997\ esac\
13998\ func_basename_result="${1##*/}"\
13999} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
14000 && mv -f "$cfgfile.tmp" "$cfgfile" \
14001 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14002test 0 -eq $? || _lt_function_replace_fail=:
14003
14004
14005 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
14006func_stripname ()\
14007{\
14008\ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
14009\ # positional parameters, so assign one to ordinary parameter first.\
14010\ func_stripname_result=${3}\
14011\ func_stripname_result=${func_stripname_result#"${1}"}\
14012\ func_stripname_result=${func_stripname_result%"${2}"}\
14013} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
14014 && mv -f "$cfgfile.tmp" "$cfgfile" \
14015 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14016test 0 -eq $? || _lt_function_replace_fail=:
14017
14018
14019 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
14020func_split_long_opt ()\
14021{\
14022\ func_split_long_opt_name=${1%%=*}\
14023\ func_split_long_opt_arg=${1#*=}\
14024} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
14025 && mv -f "$cfgfile.tmp" "$cfgfile" \
14026 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14027test 0 -eq $? || _lt_function_replace_fail=:
14028
14029
14030 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
14031func_split_short_opt ()\
14032{\
14033\ func_split_short_opt_arg=${1#??}\
14034\ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
14035} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
14036 && mv -f "$cfgfile.tmp" "$cfgfile" \
14037 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14038test 0 -eq $? || _lt_function_replace_fail=:
14039
14040
14041 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
14042func_lo2o ()\
14043{\
14044\ case ${1} in\
14045\ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
14046\ *) func_lo2o_result=${1} ;;\
14047\ esac\
14048} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
14049 && mv -f "$cfgfile.tmp" "$cfgfile" \
14050 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14051test 0 -eq $? || _lt_function_replace_fail=:
14052
14053
14054 sed -e '/^func_xform ()$/,/^} # func_xform /c\
14055func_xform ()\
14056{\
14057 func_xform_result=${1%.*}.lo\
14058} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
14059 && mv -f "$cfgfile.tmp" "$cfgfile" \
14060 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14061test 0 -eq $? || _lt_function_replace_fail=:
14062
14063
14064 sed -e '/^func_arith ()$/,/^} # func_arith /c\
14065func_arith ()\
14066{\
14067 func_arith_result=$(( $* ))\
14068} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
14069 && mv -f "$cfgfile.tmp" "$cfgfile" \
14070 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14071test 0 -eq $? || _lt_function_replace_fail=:
14072
14073
14074 sed -e '/^func_len ()$/,/^} # func_len /c\
14075func_len ()\
14076{\
14077 func_len_result=${#1}\
14078} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
14079 && mv -f "$cfgfile.tmp" "$cfgfile" \
14080 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14081test 0 -eq $? || _lt_function_replace_fail=:
14082
14083fi
14084
14085if test x"$lt_shell_append" = xyes; then
14086 sed -e '/^func_append ()$/,/^} # func_append /c\
14087func_append ()\
14088{\
14089 eval "${1}+=\\${2}"\
14090} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
14091 && mv -f "$cfgfile.tmp" "$cfgfile" \
14092 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14093test 0 -eq $? || _lt_function_replace_fail=:
14094
14095
14096 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
14097func_append_quoted ()\
14098{\
14099\ func_quote_for_eval "${2}"\
14100\ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
14101} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
14102 && mv -f "$cfgfile.tmp" "$cfgfile" \
14103 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14104test 0 -eq $? || _lt_function_replace_fail=:
14105
14106
14107 # Save a `func_append' function call where possible by direct use of '+='
14108 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
14109 && mv -f "$cfgfile.tmp" "$cfgfile" \
14110 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14111 test 0 -eq $? || _lt_function_replace_fail=:
14112else
14113 # Save a `func_append' function call even when '+=' is not available
14114 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
14115 && mv -f "$cfgfile.tmp" "$cfgfile" \
14116 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14117 test 0 -eq $? || _lt_function_replace_fail=:
14118fi
14119
14120if test x"$_lt_function_replace_fail" = x":"; then
14121 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
14122$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
14123fi
14124
14125
14126 mv -f "$cfgfile" "$ofile" ||
8d138742
CE
14127 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14128 chmod +x "$ofile"
14129
d9898ee8 14130 ;;
dd184caf 14131
d9898ee8 14132 esac
dd184caf 14133done # for ac_tag
d9898ee8 14134
d9898ee8 14135
b0322a85 14136as_fn_exit 0
d9898ee8 14137_ACEOF
d9898ee8 14138ac_clean_files=$ac_clean_files_save
14139
8d138742 14140test $ac_write_fail = 0 ||
b0322a85 14141 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
8d138742 14142
d9898ee8 14143
14144# configure is writing to config.log, and then calls config.status.
14145# config.status does its own redirection, appending to config.log.
14146# Unfortunately, on DOS this fails, as config.log is still kept open
14147# by configure, so config.status won't be able to write to it; its
14148# output is simply discarded. So we exec the FD to /dev/null,
14149# effectively closing config.log, so it can be properly (re)opened and
14150# appended to by config.status. When coming back to configure, we
14151# need to make the FD available again.
14152if test "$no_create" != yes; then
14153 ac_cs_success=:
14154 ac_config_status_args=
14155 test "$silent" = yes &&
14156 ac_config_status_args="$ac_config_status_args --quiet"
14157 exec 5>/dev/null
14158 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14159 exec 5>>config.log
14160 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14161 # would make configure fail if this is the last instruction.
b0322a85 14162 $ac_cs_success || as_fn_exit 1
d9898ee8 14163fi
8d138742 14164if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
b0322a85 14165 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
8d138742
CE
14166$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
14167fi
d9898ee8 14168