]>
Commit | Line | Data |
---|---|---|
252b5132 | 1 | #! /bin/sh |
252b5132 | 2 | # Guess values for system-dependent variables and create Makefiles. |
c4dd807e | 3 | # Generated by GNU Autoconf 2.64 for bfd 2.23.51. |
81ecdfbb RW |
4 | # |
5 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | |
6 | # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software | |
7 | # Foundation, Inc. | |
252b5132 RH |
8 | # |
9 | # This configure script is free software; the Free Software Foundation | |
10 | # gives unlimited permission to copy, distribute and modify it. | |
81ecdfbb RW |
11 | ## -------------------- ## |
12 | ## M4sh Initialization. ## | |
13 | ## -------------------- ## | |
5464f5a1 | 14 | |
81ecdfbb RW |
15 | # Be more Bourne compatible |
16 | DUALCASE=1; export DUALCASE # for MKS sh | |
17 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : | |
5464f5a1 NN |
18 | emulate sh |
19 | NULLCMD=: | |
81ecdfbb | 20 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
5464f5a1 NN |
21 | # is contrary to our usage. Disable this feature. |
22 | alias -g '${1+"$@"}'='"$@"' | |
81ecdfbb RW |
23 | setopt NO_GLOB_SUBST |
24 | else | |
25 | case `(set -o) 2>/dev/null` in #( | |
26 | *posix*) : | |
27 | set -o posix ;; #( | |
28 | *) : | |
29 | ;; | |
30 | esac | |
5464f5a1 | 31 | fi |
5464f5a1 | 32 | |
81ecdfbb RW |
33 | |
34 | as_nl=' | |
35 | ' | |
36 | export as_nl | |
37 | # Printing a long string crashes Solaris 7 /usr/bin/printf. | |
38 | as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' | |
39 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo | |
40 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo | |
41 | # Prefer a ksh shell builtin over an external printf program on Solaris, | |
42 | # but without wasting forks for bash or zsh. | |
43 | if test -z "$BASH_VERSION$ZSH_VERSION" \ | |
44 | && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then | |
45 | as_echo='print -r --' | |
46 | as_echo_n='print -rn --' | |
47 | elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then | |
48 | as_echo='printf %s\n' | |
49 | as_echo_n='printf %s' | |
50 | else | |
51 | if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then | |
52 | as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' | |
53 | as_echo_n='/usr/ucb/echo -n' | |
54 | else | |
55 | as_echo_body='eval expr "X$1" : "X\\(.*\\)"' | |
56 | as_echo_n_body='eval | |
57 | arg=$1; | |
58 | case $arg in #( | |
59 | *"$as_nl"*) | |
60 | expr "X$arg" : "X\\(.*\\)$as_nl"; | |
61 | arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; | |
62 | esac; | |
63 | expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" | |
64 | ' | |
65 | export as_echo_n_body | |
66 | as_echo_n='sh -c $as_echo_n_body as_echo' | |
67 | fi | |
68 | export as_echo_body | |
69 | as_echo='sh -c $as_echo_body as_echo' | |
70 | fi | |
71 | ||
72 | # The user is always right. | |
73 | if test "${PATH_SEPARATOR+set}" != set; then | |
74 | PATH_SEPARATOR=: | |
75 | (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { | |
76 | (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || | |
77 | PATH_SEPARATOR=';' | |
78 | } | |
5464f5a1 NN |
79 | fi |
80 | ||
81 | ||
81ecdfbb RW |
82 | # IFS |
83 | # We need space, tab and new line, in precisely that order. Quoting is | |
84 | # there to prevent editors from complaining about space-tab. | |
85 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word | |
86 | # splitting by setting IFS to empty value.) | |
87 | IFS=" "" $as_nl" | |
88 | ||
89 | # Find who we are. Look in the path if we contain no directory separator. | |
90 | case $0 in #(( | |
91 | *[\\/]* ) as_myself=$0 ;; | |
92 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
93 | for as_dir in $PATH | |
94 | do | |
95 | IFS=$as_save_IFS | |
96 | test -z "$as_dir" && as_dir=. | |
97 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break | |
98 | done | |
99 | IFS=$as_save_IFS | |
100 | ||
101 | ;; | |
102 | esac | |
103 | # We did not find ourselves, most probably we were run as `sh COMMAND' | |
104 | # in which case we are not to be found in the path. | |
105 | if test "x$as_myself" = x; then | |
106 | as_myself=$0 | |
107 | fi | |
108 | if test ! -f "$as_myself"; then | |
109 | $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 | |
110 | exit 1 | |
111 | fi | |
112 | ||
113 | # Unset variables that we do not need and which cause bugs (e.g. in | |
114 | # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" | |
115 | # suppresses any "Segmentation fault" message there. '((' could | |
116 | # trigger a bug in pdksh 5.2.14. | |
117 | for as_var in BASH_ENV ENV MAIL MAILPATH | |
118 | do eval test x\${$as_var+set} = xset \ | |
119 | && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : | |
120 | done | |
5464f5a1 NN |
121 | PS1='$ ' |
122 | PS2='> ' | |
123 | PS4='+ ' | |
124 | ||
125 | # NLS nuisances. | |
81ecdfbb RW |
126 | LC_ALL=C |
127 | export LC_ALL | |
128 | LANGUAGE=C | |
129 | export LANGUAGE | |
130 | ||
131 | # CDPATH. | |
132 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | |
133 | ||
134 | if test "x$CONFIG_SHELL" = x; then | |
135 | as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : | |
136 | emulate sh | |
137 | NULLCMD=: | |
138 | # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which | |
139 | # is contrary to our usage. Disable this feature. | |
140 | alias -g '\${1+\"\$@\"}'='\"\$@\"' | |
141 | setopt NO_GLOB_SUBST | |
142 | else | |
143 | case \`(set -o) 2>/dev/null\` in #( | |
144 | *posix*) : | |
145 | set -o posix ;; #( | |
146 | *) : | |
147 | ;; | |
148 | esac | |
149 | fi | |
150 | " | |
151 | as_required="as_fn_return () { (exit \$1); } | |
152 | as_fn_success () { as_fn_return 0; } | |
153 | as_fn_failure () { as_fn_return 1; } | |
154 | as_fn_ret_success () { return 0; } | |
155 | as_fn_ret_failure () { return 1; } | |
156 | ||
157 | exitcode=0 | |
158 | as_fn_success || { exitcode=1; echo as_fn_success failed.; } | |
159 | as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } | |
160 | as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } | |
161 | as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } | |
162 | if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : | |
163 | ||
164 | else | |
165 | exitcode=1; echo positional parameters were not saved. | |
166 | fi | |
167 | test x\$exitcode = x0 || exit 1" | |
168 | as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO | |
169 | as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO | |
170 | eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && | |
171 | test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 | |
3725885a RW |
172 | test \$(( 1 + 1 )) = 2 || exit 1 |
173 | ||
174 | test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( | |
175 | ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' | |
176 | ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO | |
177 | ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO | |
178 | PATH=/empty FPATH=/empty; export PATH FPATH | |
179 | test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ | |
180 | || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1" | |
81ecdfbb RW |
181 | if (eval "$as_required") 2>/dev/null; then : |
182 | as_have_required=yes | |
183 | else | |
184 | as_have_required=no | |
185 | fi | |
186 | if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : | |
187 | ||
188 | else | |
189 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
190 | as_found=false | |
191 | for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH | |
5464f5a1 | 192 | do |
81ecdfbb RW |
193 | IFS=$as_save_IFS |
194 | test -z "$as_dir" && as_dir=. | |
195 | as_found=: | |
196 | case $as_dir in #( | |
197 | /*) | |
198 | for as_base in sh bash ksh sh5; do | |
199 | # Try only shells that exist, to save several forks. | |
200 | as_shell=$as_dir/$as_base | |
201 | if { test -f "$as_shell" || test -f "$as_shell.exe"; } && | |
202 | { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : | |
203 | CONFIG_SHELL=$as_shell as_have_required=yes | |
204 | if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : | |
205 | break 2 | |
206 | fi | |
207 | fi | |
208 | done;; | |
209 | esac | |
210 | as_found=false | |
211 | done | |
212 | $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && | |
213 | { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : | |
214 | CONFIG_SHELL=$SHELL as_have_required=yes | |
215 | fi; } | |
216 | IFS=$as_save_IFS | |
217 | ||
218 | ||
219 | if test "x$CONFIG_SHELL" != x; then : | |
220 | # We cannot yet assume a decent shell, so we have to provide a | |
221 | # neutralization value for shells without unset; and this also | |
222 | # works around shells that cannot unset nonexistent variables. | |
223 | BASH_ENV=/dev/null | |
224 | ENV=/dev/null | |
225 | (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV | |
226 | export CONFIG_SHELL | |
227 | exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} | |
228 | fi | |
229 | ||
230 | if test x$as_have_required = xno; then : | |
231 | $as_echo "$0: This script requires a shell more modern than all" | |
232 | $as_echo "$0: the shells that I found on your system." | |
233 | if test x${ZSH_VERSION+set} = xset ; then | |
234 | $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" | |
235 | $as_echo "$0: be upgraded to zsh 4.3.4 or later." | |
5464f5a1 | 236 | else |
81ecdfbb RW |
237 | $as_echo "$0: Please tell [email protected] about your system, |
238 | $0: including any error possibly output before this | |
239 | $0: message. Then install a modern shell, or manually run | |
240 | $0: the script under such a shell if you do have one." | |
5464f5a1 | 241 | fi |
81ecdfbb RW |
242 | exit 1 |
243 | fi | |
244 | fi | |
245 | fi | |
246 | SHELL=${CONFIG_SHELL-/bin/sh} | |
247 | export SHELL | |
248 | # Unset more variables known to interfere with behavior of common tools. | |
249 | CLICOLOR_FORCE= GREP_OPTIONS= | |
250 | unset CLICOLOR_FORCE GREP_OPTIONS | |
251 | ||
252 | ## --------------------- ## | |
253 | ## M4sh Shell Functions. ## | |
254 | ## --------------------- ## | |
255 | # as_fn_unset VAR | |
256 | # --------------- | |
257 | # Portably unset VAR. | |
258 | as_fn_unset () | |
259 | { | |
260 | { eval $1=; unset $1;} | |
261 | } | |
262 | as_unset=as_fn_unset | |
263 | ||
264 | # as_fn_set_status STATUS | |
265 | # ----------------------- | |
266 | # Set $? to STATUS, without forking. | |
267 | as_fn_set_status () | |
268 | { | |
269 | return $1 | |
270 | } # as_fn_set_status | |
271 | ||
272 | # as_fn_exit STATUS | |
273 | # ----------------- | |
274 | # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. | |
275 | as_fn_exit () | |
276 | { | |
277 | set +e | |
278 | as_fn_set_status $1 | |
279 | exit $1 | |
280 | } # as_fn_exit | |
281 | ||
282 | # as_fn_mkdir_p | |
283 | # ------------- | |
284 | # Create "$as_dir" as a directory, including parents if necessary. | |
285 | as_fn_mkdir_p () | |
286 | { | |
287 | ||
288 | case $as_dir in #( | |
289 | -*) as_dir=./$as_dir;; | |
290 | esac | |
291 | test -d "$as_dir" || eval $as_mkdir_p || { | |
292 | as_dirs= | |
293 | while :; do | |
294 | case $as_dir in #( | |
295 | *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( | |
296 | *) as_qdir=$as_dir;; | |
297 | esac | |
298 | as_dirs="'$as_qdir' $as_dirs" | |
299 | as_dir=`$as_dirname -- "$as_dir" || | |
300 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
301 | X"$as_dir" : 'X\(//\)[^/]' \| \ | |
302 | X"$as_dir" : 'X\(//\)$' \| \ | |
303 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || | |
304 | $as_echo X"$as_dir" | | |
305 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
306 | s//\1/ | |
307 | q | |
308 | } | |
309 | /^X\(\/\/\)[^/].*/{ | |
310 | s//\1/ | |
311 | q | |
312 | } | |
313 | /^X\(\/\/\)$/{ | |
314 | s//\1/ | |
315 | q | |
316 | } | |
317 | /^X\(\/\).*/{ | |
318 | s//\1/ | |
319 | q | |
320 | } | |
321 | s/.*/./; q'` | |
322 | test -d "$as_dir" && break | |
323 | done | |
324 | test -z "$as_dirs" || eval "mkdir $as_dirs" | |
325 | } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" | |
326 | ||
327 | ||
328 | } # as_fn_mkdir_p | |
329 | # as_fn_append VAR VALUE | |
330 | # ---------------------- | |
331 | # Append the text in VALUE to the end of the definition contained in VAR. Take | |
332 | # advantage of any shell optimizations that allow amortized linear growth over | |
333 | # repeated appends, instead of the typical quadratic growth present in naive | |
334 | # implementations. | |
335 | if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : | |
336 | eval 'as_fn_append () | |
337 | { | |
338 | eval $1+=\$2 | |
339 | }' | |
340 | else | |
341 | as_fn_append () | |
342 | { | |
343 | eval $1=\$$1\$2 | |
344 | } | |
345 | fi # as_fn_append | |
346 | ||
347 | # as_fn_arith ARG... | |
348 | # ------------------ | |
349 | # Perform arithmetic evaluation on the ARGs, and store the result in the | |
350 | # global $as_val. Take advantage of shells that can avoid forks. The arguments | |
351 | # must be portable across $(()) and expr. | |
352 | if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : | |
353 | eval 'as_fn_arith () | |
354 | { | |
355 | as_val=$(( $* )) | |
356 | }' | |
357 | else | |
358 | as_fn_arith () | |
359 | { | |
360 | as_val=`expr "$@" || test $? -eq 1` | |
361 | } | |
362 | fi # as_fn_arith | |
363 | ||
5464f5a1 | 364 | |
81ecdfbb RW |
365 | # as_fn_error ERROR [LINENO LOG_FD] |
366 | # --------------------------------- | |
367 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | |
368 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | |
369 | # script with status $?, using 1 if that was 0. | |
370 | as_fn_error () | |
371 | { | |
372 | as_status=$?; test $as_status -eq 0 && as_status=1 | |
373 | if test "$3"; then | |
374 | as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
375 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | |
376 | fi | |
377 | $as_echo "$as_me: error: $1" >&2 | |
378 | as_fn_exit $as_status | |
379 | } # as_fn_error | |
380 | ||
381 | if expr a : '\(a\)' >/dev/null 2>&1 && | |
382 | test "X`expr 00001 : '.*\(...\)'`" = X001; then | |
5464f5a1 NN |
383 | as_expr=expr |
384 | else | |
385 | as_expr=false | |
386 | fi | |
387 | ||
81ecdfbb | 388 | if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then |
5464f5a1 NN |
389 | as_basename=basename |
390 | else | |
391 | as_basename=false | |
392 | fi | |
393 | ||
81ecdfbb RW |
394 | if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
395 | as_dirname=dirname | |
396 | else | |
397 | as_dirname=false | |
398 | fi | |
5464f5a1 | 399 | |
81ecdfbb | 400 | as_me=`$as_basename -- "$0" || |
5464f5a1 NN |
401 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
402 | X"$0" : 'X\(//\)$' \| \ | |
81ecdfbb RW |
403 | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
404 | $as_echo X/"$0" | | |
405 | sed '/^.*\/\([^/][^/]*\)\/*$/{ | |
406 | s//\1/ | |
407 | q | |
408 | } | |
409 | /^X\/\(\/\/\)$/{ | |
410 | s//\1/ | |
411 | q | |
412 | } | |
413 | /^X\/\(\/\).*/{ | |
414 | s//\1/ | |
415 | q | |
416 | } | |
417 | s/.*/./; q'` | |
5464f5a1 | 418 | |
5464f5a1 NN |
419 | # Avoid depending upon Character Ranges. |
420 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' | |
421 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
422 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |
423 | as_cr_digits='0123456789' | |
424 | as_cr_alnum=$as_cr_Letters$as_cr_digits | |
425 | ||
5464f5a1 | 426 | |
81ecdfbb RW |
427 | as_lineno_1=$LINENO as_lineno_1a=$LINENO |
428 | as_lineno_2=$LINENO as_lineno_2a=$LINENO | |
429 | eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && | |
430 | test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { | |
431 | # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) | |
432 | sed -n ' | |
433 | p | |
434 | /[$]LINENO/= | |
435 | ' <$as_myself | | |
5464f5a1 | 436 | sed ' |
81ecdfbb RW |
437 | s/[$]LINENO.*/&-/ |
438 | t lineno | |
439 | b | |
440 | :lineno | |
5464f5a1 | 441 | N |
81ecdfbb RW |
442 | :loop |
443 | s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ | |
5464f5a1 | 444 | t loop |
81ecdfbb | 445 | s/-\n.*// |
5464f5a1 | 446 | ' >$as_me.lineno && |
81ecdfbb RW |
447 | chmod +x "$as_me.lineno" || |
448 | { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } | |
5464f5a1 NN |
449 | |
450 | # Don't try to exec as it changes $[0], causing all sort of problems | |
451 | # (the dirname of $[0] is not the place where we might find the | |
81ecdfbb RW |
452 | # original and so on. Autoconf is especially sensitive to this). |
453 | . "./$as_me.lineno" | |
5464f5a1 NN |
454 | # Exit status is that of the last command. |
455 | exit | |
456 | } | |
457 | ||
81ecdfbb RW |
458 | ECHO_C= ECHO_N= ECHO_T= |
459 | case `echo -n x` in #((((( | |
460 | -n*) | |
461 | case `echo 'xy\c'` in | |
462 | *c*) ECHO_T=' ';; # ECHO_T is single tab character. | |
463 | xy) ECHO_C='\c';; | |
464 | *) echo `echo ksh88 bug on AIX 6.1` > /dev/null | |
465 | ECHO_T=' ';; | |
466 | esac;; | |
467 | *) | |
468 | ECHO_N='-n';; | |
5464f5a1 NN |
469 | esac |
470 | ||
81ecdfbb RW |
471 | rm -f conf$$ conf$$.exe conf$$.file |
472 | if test -d conf$$.dir; then | |
473 | rm -f conf$$.dir/conf$$.file | |
5464f5a1 | 474 | else |
81ecdfbb RW |
475 | rm -f conf$$.dir |
476 | mkdir conf$$.dir 2>/dev/null | |
5464f5a1 | 477 | fi |
81ecdfbb RW |
478 | if (echo >conf$$.file) 2>/dev/null; then |
479 | if ln -s conf$$.file conf$$ 2>/dev/null; then | |
5464f5a1 | 480 | as_ln_s='ln -s' |
81ecdfbb RW |
481 | # ... but there are two gotchas: |
482 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | |
483 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | |
484 | # In both cases, we have to default to `cp -p'. | |
485 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || | |
486 | as_ln_s='cp -p' | |
487 | elif ln conf$$.file conf$$ 2>/dev/null; then | |
488 | as_ln_s=ln | |
489 | else | |
490 | as_ln_s='cp -p' | |
5464f5a1 | 491 | fi |
5464f5a1 NN |
492 | else |
493 | as_ln_s='cp -p' | |
494 | fi | |
81ecdfbb RW |
495 | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
496 | rmdir conf$$.dir 2>/dev/null | |
5464f5a1 NN |
497 | |
498 | if mkdir -p . 2>/dev/null; then | |
81ecdfbb | 499 | as_mkdir_p='mkdir -p "$as_dir"' |
5464f5a1 NN |
500 | else |
501 | test -d ./-p && rmdir ./-p | |
502 | as_mkdir_p=false | |
503 | fi | |
504 | ||
81ecdfbb RW |
505 | if test -x / >/dev/null 2>&1; then |
506 | as_test_x='test -x' | |
507 | else | |
508 | if ls -dL / >/dev/null 2>&1; then | |
509 | as_ls_L_option=L | |
510 | else | |
511 | as_ls_L_option= | |
512 | fi | |
513 | as_test_x=' | |
514 | eval sh -c '\'' | |
515 | if test -d "$1"; then | |
516 | test -d "$1/."; | |
517 | else | |
518 | case $1 in #( | |
519 | -*)set "./$1";; | |
520 | esac; | |
521 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( | |
522 | ???[sx]*):;;*)false;;esac;fi | |
523 | '\'' sh | |
524 | ' | |
525 | fi | |
526 | as_executable_p=$as_test_x | |
5464f5a1 NN |
527 | |
528 | # Sed expression to map a string onto a valid CPP name. | |
529 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | |
530 | ||
531 | # Sed expression to map a string onto a valid variable name. | |
532 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | |
533 | ||
d7040cdb SE |
534 | SHELL=${CONFIG_SHELL-/bin/sh} |
535 | ||
d7040cdb | 536 | |
81ecdfbb RW |
537 | exec 7<&0 </dev/null 6>&1 |
538 | ||
5464f5a1 NN |
539 | # Name of the host. |
540 | # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, | |
541 | # so uname gets run too. | |
542 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | |
252b5132 | 543 | |
5464f5a1 NN |
544 | # |
545 | # Initializations. | |
546 | # | |
252b5132 | 547 | ac_default_prefix=/usr/local |
81ecdfbb | 548 | ac_clean_files= |
5464f5a1 | 549 | ac_config_libobj_dir=. |
81ecdfbb | 550 | LIBOBJS= |
5464f5a1 NN |
551 | cross_compiling=no |
552 | subdirs= | |
553 | MFLAGS= | |
554 | MAKEFLAGS= | |
5464f5a1 NN |
555 | |
556 | # Identity of this package. | |
c4dd807e MF |
557 | PACKAGE_NAME='bfd' |
558 | PACKAGE_TARNAME='bfd' | |
559 | PACKAGE_VERSION='2.23.51' | |
560 | PACKAGE_STRING='bfd 2.23.51' | |
561 | PACKAGE_BUGREPORT='' | |
562 | PACKAGE_URL='' | |
5464f5a1 NN |
563 | |
564 | ac_unique_file="libbfd.c" | |
565 | # Factoring default headers for most tests. | |
566 | ac_includes_default="\ | |
567 | #include <stdio.h> | |
81ecdfbb | 568 | #ifdef HAVE_SYS_TYPES_H |
5464f5a1 NN |
569 | # include <sys/types.h> |
570 | #endif | |
81ecdfbb | 571 | #ifdef HAVE_SYS_STAT_H |
5464f5a1 NN |
572 | # include <sys/stat.h> |
573 | #endif | |
81ecdfbb | 574 | #ifdef STDC_HEADERS |
5464f5a1 NN |
575 | # include <stdlib.h> |
576 | # include <stddef.h> | |
577 | #else | |
81ecdfbb | 578 | # ifdef HAVE_STDLIB_H |
5464f5a1 NN |
579 | # include <stdlib.h> |
580 | # endif | |
581 | #endif | |
81ecdfbb RW |
582 | #ifdef HAVE_STRING_H |
583 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
5464f5a1 NN |
584 | # include <memory.h> |
585 | # endif | |
586 | # include <string.h> | |
587 | #endif | |
81ecdfbb | 588 | #ifdef HAVE_STRINGS_H |
5464f5a1 NN |
589 | # include <strings.h> |
590 | #endif | |
81ecdfbb | 591 | #ifdef HAVE_INTTYPES_H |
5464f5a1 | 592 | # include <inttypes.h> |
5464f5a1 | 593 | #endif |
81ecdfbb RW |
594 | #ifdef HAVE_STDINT_H |
595 | # include <stdint.h> | |
596 | #endif | |
597 | #ifdef HAVE_UNISTD_H | |
5464f5a1 NN |
598 | # include <unistd.h> |
599 | #endif" | |
600 | ||
81ecdfbb RW |
601 | ac_subst_vars='am__EXEEXT_FALSE |
602 | am__EXEEXT_TRUE | |
603 | LTLIBOBJS | |
604 | LIBOBJS | |
7256a114 | 605 | havevecs |
81ecdfbb RW |
606 | tdefaults |
607 | bfd_ufile_ptr | |
608 | bfd_file_ptr | |
3cf9e6c4 | 609 | lt_cv_dlopen_libs |
81ecdfbb RW |
610 | supports_plugins |
611 | bfd_default_target_size | |
612 | bfd_machines | |
613 | bfd_backends | |
614 | all_backends | |
615 | bfd64_libs | |
616 | wordsize | |
617 | TDEFINES | |
618 | SHARED_LIBADD | |
619 | SHARED_LDFLAGS | |
620 | LIBM | |
621 | COREFLAG | |
622 | COREFILE | |
623 | EXEEXT_FOR_BUILD | |
624 | CC_FOR_BUILD | |
625 | BFD_HOSTPTR_T | |
626 | BFD_HOST_U_64_BIT | |
627 | BFD_HOST_64_BIT | |
628 | BFD_HOST_64_BIT_DEFINED | |
629 | BFD_HOST_64BIT_LONG_LONG | |
630 | BFD_HOST_64BIT_LONG | |
631 | HDEFINES | |
632 | MSGMERGE | |
633 | MSGFMT | |
634 | MKINSTALLDIRS | |
635 | CATOBJEXT | |
636 | GENCAT | |
637 | INSTOBJEXT | |
638 | DATADIRNAME | |
639 | CATALOGS | |
640 | POSUB | |
641 | GMSGFMT | |
642 | XGETTEXT | |
643 | INCINTL | |
644 | LIBINTL_DEP | |
645 | LIBINTL | |
646 | USE_NLS | |
647 | bfdincludedir | |
648 | bfdlibdir | |
649 | target_noncanonical | |
650 | host_noncanonical | |
651 | INSTALL_LIBBFD_FALSE | |
652 | INSTALL_LIBBFD_TRUE | |
653 | GENINSRC_NEVER_FALSE | |
654 | GENINSRC_NEVER_TRUE | |
655 | MAINT | |
656 | MAINTAINER_MODE_FALSE | |
657 | MAINTAINER_MODE_TRUE | |
658 | NO_WERROR | |
659 | WARN_CFLAGS | |
660 | REPORT_BUGS_TEXI | |
661 | REPORT_BUGS_TO | |
662 | PKGVERSION | |
663 | DEBUGDIR | |
664 | PLUGINS_FALSE | |
665 | PLUGINS_TRUE | |
666 | OTOOL64 | |
667 | OTOOL | |
668 | LIPO | |
669 | NMEDIT | |
670 | DSYMUTIL | |
81ecdfbb RW |
671 | OBJDUMP |
672 | LN_S | |
673 | NM | |
674 | ac_ct_DUMPBIN | |
675 | DUMPBIN | |
676 | LD | |
677 | FGREP | |
678 | SED | |
679 | LIBTOOL | |
680 | EGREP | |
681 | GREP | |
682 | CPP | |
683 | RANLIB | |
684 | AR | |
685 | am__fastdepCC_FALSE | |
686 | am__fastdepCC_TRUE | |
687 | CCDEPMODE | |
688 | AMDEPBACKSLASH | |
689 | AMDEP_FALSE | |
690 | AMDEP_TRUE | |
691 | am__quote | |
692 | am__include | |
693 | DEPDIR | |
694 | am__untar | |
695 | am__tar | |
696 | AMTAR | |
697 | am__leading_dot | |
698 | SET_MAKE | |
699 | AWK | |
700 | mkdir_p | |
701 | MKDIR_P | |
702 | INSTALL_STRIP_PROGRAM | |
703 | STRIP | |
704 | install_sh | |
705 | MAKEINFO | |
706 | AUTOHEADER | |
707 | AUTOMAKE | |
708 | AUTOCONF | |
709 | ACLOCAL | |
710 | VERSION | |
711 | PACKAGE | |
712 | CYGPATH_W | |
713 | am__isrc | |
714 | INSTALL_DATA | |
715 | INSTALL_SCRIPT | |
716 | INSTALL_PROGRAM | |
717 | OBJEXT | |
718 | EXEEXT | |
719 | ac_ct_CC | |
720 | CPPFLAGS | |
721 | LDFLAGS | |
722 | CFLAGS | |
723 | CC | |
724 | target_os | |
725 | target_vendor | |
726 | target_cpu | |
727 | target | |
728 | host_os | |
729 | host_vendor | |
730 | host_cpu | |
731 | host | |
732 | build_os | |
733 | build_vendor | |
734 | build_cpu | |
735 | build | |
736 | target_alias | |
737 | host_alias | |
738 | build_alias | |
739 | LIBS | |
740 | ECHO_T | |
741 | ECHO_N | |
742 | ECHO_C | |
743 | DEFS | |
744 | mandir | |
745 | localedir | |
746 | libdir | |
747 | psdir | |
748 | pdfdir | |
749 | dvidir | |
750 | htmldir | |
751 | infodir | |
752 | docdir | |
753 | oldincludedir | |
754 | includedir | |
755 | localstatedir | |
756 | sharedstatedir | |
757 | sysconfdir | |
758 | datadir | |
759 | datarootdir | |
760 | libexecdir | |
761 | sbindir | |
762 | bindir | |
763 | program_transform_name | |
764 | prefix | |
765 | exec_prefix | |
766 | PACKAGE_URL | |
767 | PACKAGE_BUGREPORT | |
768 | PACKAGE_STRING | |
769 | PACKAGE_VERSION | |
770 | PACKAGE_TARNAME | |
771 | PACKAGE_NAME | |
772 | PATH_SEPARATOR | |
773 | SHELL' | |
5464f5a1 | 774 | ac_subst_files='' |
81ecdfbb RW |
775 | ac_user_opts=' |
776 | enable_option_checking | |
777 | enable_dependency_tracking | |
778 | enable_shared | |
779 | enable_static | |
780 | with_pic | |
781 | enable_fast_install | |
782 | with_gnu_ld | |
783 | enable_libtool_lock | |
784 | enable_plugins | |
785 | enable_largefile | |
786 | enable_64_bit_bfd | |
787 | enable_targets | |
788 | with_mmap | |
789 | enable_secureplt | |
ef72a554 | 790 | enable_leading_mingw64_underscores |
81ecdfbb RW |
791 | with_separate_debug_dir |
792 | enable_elf_stt_common | |
793 | with_pkgversion | |
794 | with_bugurl | |
795 | enable_werror | |
796 | enable_build_warnings | |
797 | enable_maintainer_mode | |
798 | enable_install_libbfd | |
799 | enable_nls | |
bf993e3c | 800 | with_zlib |
81ecdfbb RW |
801 | ' |
802 | ac_precious_vars='build_alias | |
803 | host_alias | |
804 | target_alias | |
805 | CC | |
806 | CFLAGS | |
807 | LDFLAGS | |
808 | LIBS | |
809 | CPPFLAGS | |
810 | CPP' | |
811 | ||
252b5132 RH |
812 | |
813 | # Initialize some variables set by options. | |
5464f5a1 NN |
814 | ac_init_help= |
815 | ac_init_version=false | |
81ecdfbb RW |
816 | ac_unrecognized_opts= |
817 | ac_unrecognized_sep= | |
252b5132 RH |
818 | # The variables have the same names as the options, with |
819 | # dashes changed to underlines. | |
5464f5a1 | 820 | cache_file=/dev/null |
252b5132 | 821 | exec_prefix=NONE |
252b5132 | 822 | no_create= |
252b5132 RH |
823 | no_recursion= |
824 | prefix=NONE | |
825 | program_prefix=NONE | |
826 | program_suffix=NONE | |
827 | program_transform_name=s,x,x, | |
828 | silent= | |
829 | site= | |
830 | srcdir= | |
252b5132 RH |
831 | verbose= |
832 | x_includes=NONE | |
833 | x_libraries=NONE | |
5464f5a1 NN |
834 | |
835 | # Installation directory options. | |
836 | # These are left unexpanded so users can "make install exec_prefix=/foo" | |
837 | # and all the variables that are supposed to be based on exec_prefix | |
838 | # by default will actually change. | |
839 | # Use braces instead of parens because sh, perl, etc. also accept them. | |
81ecdfbb | 840 | # (The list follows the same order as the GNU Coding Standards.) |
252b5132 RH |
841 | bindir='${exec_prefix}/bin' |
842 | sbindir='${exec_prefix}/sbin' | |
843 | libexecdir='${exec_prefix}/libexec' | |
81ecdfbb RW |
844 | datarootdir='${prefix}/share' |
845 | datadir='${datarootdir}' | |
252b5132 RH |
846 | sysconfdir='${prefix}/etc' |
847 | sharedstatedir='${prefix}/com' | |
848 | localstatedir='${prefix}/var' | |
252b5132 RH |
849 | includedir='${prefix}/include' |
850 | oldincludedir='/usr/include' | |
c4dd807e | 851 | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
81ecdfbb RW |
852 | infodir='${datarootdir}/info' |
853 | htmldir='${docdir}' | |
854 | dvidir='${docdir}' | |
855 | pdfdir='${docdir}' | |
856 | psdir='${docdir}' | |
857 | libdir='${exec_prefix}/lib' | |
858 | localedir='${datarootdir}/locale' | |
859 | mandir='${datarootdir}/man' | |
252b5132 | 860 | |
252b5132 | 861 | ac_prev= |
81ecdfbb | 862 | ac_dashdash= |
252b5132 RH |
863 | for ac_option |
864 | do | |
252b5132 RH |
865 | # If the previous option needs an argument, assign it. |
866 | if test -n "$ac_prev"; then | |
81ecdfbb | 867 | eval $ac_prev=\$ac_option |
252b5132 RH |
868 | ac_prev= |
869 | continue | |
870 | fi | |
871 | ||
81ecdfbb RW |
872 | case $ac_option in |
873 | *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; | |
874 | *) ac_optarg=yes ;; | |
875 | esac | |
252b5132 RH |
876 | |
877 | # Accept the important Cygnus configure options, so we can diagnose typos. | |
878 | ||
81ecdfbb RW |
879 | case $ac_dashdash$ac_option in |
880 | --) | |
881 | ac_dashdash=yes ;; | |
252b5132 RH |
882 | |
883 | -bindir | --bindir | --bindi | --bind | --bin | --bi) | |
884 | ac_prev=bindir ;; | |
885 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) | |
5464f5a1 | 886 | bindir=$ac_optarg ;; |
252b5132 RH |
887 | |
888 | -build | --build | --buil | --bui | --bu) | |
5464f5a1 | 889 | ac_prev=build_alias ;; |
252b5132 | 890 | -build=* | --build=* | --buil=* | --bui=* | --bu=*) |
5464f5a1 | 891 | build_alias=$ac_optarg ;; |
252b5132 RH |
892 | |
893 | -cache-file | --cache-file | --cache-fil | --cache-fi \ | |
894 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
895 | ac_prev=cache_file ;; | |
896 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
897 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) | |
5464f5a1 NN |
898 | cache_file=$ac_optarg ;; |
899 | ||
900 | --config-cache | -C) | |
901 | cache_file=config.cache ;; | |
252b5132 | 902 | |
81ecdfbb | 903 | -datadir | --datadir | --datadi | --datad) |
252b5132 | 904 | ac_prev=datadir ;; |
81ecdfbb | 905 | -datadir=* | --datadir=* | --datadi=* | --datad=*) |
5464f5a1 | 906 | datadir=$ac_optarg ;; |
252b5132 | 907 | |
81ecdfbb RW |
908 | -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ |
909 | | --dataroo | --dataro | --datar) | |
910 | ac_prev=datarootdir ;; | |
911 | -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | |
912 | | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) | |
913 | datarootdir=$ac_optarg ;; | |
914 | ||
252b5132 | 915 | -disable-* | --disable-*) |
81ecdfbb | 916 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
252b5132 | 917 | # Reject names that are not valid shell variable names. |
81ecdfbb RW |
918 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
919 | as_fn_error "invalid feature name: $ac_useropt" | |
920 | ac_useropt_orig=$ac_useropt | |
921 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | |
922 | case $ac_user_opts in | |
923 | *" | |
924 | "enable_$ac_useropt" | |
925 | "*) ;; | |
926 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" | |
927 | ac_unrecognized_sep=', ';; | |
928 | esac | |
929 | eval enable_$ac_useropt=no ;; | |
930 | ||
931 | -docdir | --docdir | --docdi | --doc | --do) | |
932 | ac_prev=docdir ;; | |
933 | -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) | |
934 | docdir=$ac_optarg ;; | |
935 | ||
936 | -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) | |
937 | ac_prev=dvidir ;; | |
938 | -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) | |
939 | dvidir=$ac_optarg ;; | |
252b5132 RH |
940 | |
941 | -enable-* | --enable-*) | |
81ecdfbb | 942 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
252b5132 | 943 | # Reject names that are not valid shell variable names. |
81ecdfbb RW |
944 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
945 | as_fn_error "invalid feature name: $ac_useropt" | |
946 | ac_useropt_orig=$ac_useropt | |
947 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | |
948 | case $ac_user_opts in | |
949 | *" | |
950 | "enable_$ac_useropt" | |
951 | "*) ;; | |
952 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" | |
953 | ac_unrecognized_sep=', ';; | |
252b5132 | 954 | esac |
81ecdfbb | 955 | eval enable_$ac_useropt=\$ac_optarg ;; |
252b5132 RH |
956 | |
957 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | |
958 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | |
959 | | --exec | --exe | --ex) | |
960 | ac_prev=exec_prefix ;; | |
961 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | |
962 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | |
963 | | --exec=* | --exe=* | --ex=*) | |
5464f5a1 | 964 | exec_prefix=$ac_optarg ;; |
252b5132 RH |
965 | |
966 | -gas | --gas | --ga | --g) | |
967 | # Obsolete; use --with-gas. | |
968 | with_gas=yes ;; | |
969 | ||
5464f5a1 NN |
970 | -help | --help | --hel | --he | -h) |
971 | ac_init_help=long ;; | |
972 | -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) | |
973 | ac_init_help=recursive ;; | |
974 | -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) | |
975 | ac_init_help=short ;; | |
252b5132 RH |
976 | |
977 | -host | --host | --hos | --ho) | |
5464f5a1 | 978 | ac_prev=host_alias ;; |
252b5132 | 979 | -host=* | --host=* | --hos=* | --ho=*) |
5464f5a1 | 980 | host_alias=$ac_optarg ;; |
252b5132 | 981 | |
81ecdfbb RW |
982 | -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) |
983 | ac_prev=htmldir ;; | |
984 | -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | |
985 | | --ht=*) | |
986 | htmldir=$ac_optarg ;; | |
987 | ||
252b5132 RH |
988 | -includedir | --includedir | --includedi | --included | --include \ |
989 | | --includ | --inclu | --incl | --inc) | |
990 | ac_prev=includedir ;; | |
991 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | |
992 | | --includ=* | --inclu=* | --incl=* | --inc=*) | |
5464f5a1 | 993 | includedir=$ac_optarg ;; |
252b5132 RH |
994 | |
995 | -infodir | --infodir | --infodi | --infod | --info | --inf) | |
996 | ac_prev=infodir ;; | |
997 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) | |
5464f5a1 | 998 | infodir=$ac_optarg ;; |
252b5132 RH |
999 | |
1000 | -libdir | --libdir | --libdi | --libd) | |
1001 | ac_prev=libdir ;; | |
1002 | -libdir=* | --libdir=* | --libdi=* | --libd=*) | |
5464f5a1 | 1003 | libdir=$ac_optarg ;; |
252b5132 RH |
1004 | |
1005 | -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | |
1006 | | --libexe | --libex | --libe) | |
1007 | ac_prev=libexecdir ;; | |
1008 | -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | |
1009 | | --libexe=* | --libex=* | --libe=*) | |
5464f5a1 | 1010 | libexecdir=$ac_optarg ;; |
252b5132 | 1011 | |
81ecdfbb RW |
1012 | -localedir | --localedir | --localedi | --localed | --locale) |
1013 | ac_prev=localedir ;; | |
1014 | -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) | |
1015 | localedir=$ac_optarg ;; | |
1016 | ||
252b5132 | 1017 | -localstatedir | --localstatedir | --localstatedi | --localstated \ |
81ecdfbb | 1018 | | --localstate | --localstat | --localsta | --localst | --locals) |
252b5132 RH |
1019 | ac_prev=localstatedir ;; |
1020 | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | |
81ecdfbb | 1021 | | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) |
5464f5a1 | 1022 | localstatedir=$ac_optarg ;; |
252b5132 RH |
1023 | |
1024 | -mandir | --mandir | --mandi | --mand | --man | --ma | --m) | |
1025 | ac_prev=mandir ;; | |
1026 | -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) | |
5464f5a1 | 1027 | mandir=$ac_optarg ;; |
252b5132 RH |
1028 | |
1029 | -nfp | --nfp | --nf) | |
1030 | # Obsolete; use --without-fp. | |
1031 | with_fp=no ;; | |
1032 | ||
1033 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
5464f5a1 | 1034 | | --no-cr | --no-c | -n) |
252b5132 RH |
1035 | no_create=yes ;; |
1036 | ||
1037 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
1038 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) | |
1039 | no_recursion=yes ;; | |
1040 | ||
1041 | -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | |
1042 | | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | |
1043 | | --oldin | --oldi | --old | --ol | --o) | |
1044 | ac_prev=oldincludedir ;; | |
1045 | -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | |
1046 | | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | |
1047 | | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) | |
5464f5a1 | 1048 | oldincludedir=$ac_optarg ;; |
252b5132 RH |
1049 | |
1050 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) | |
1051 | ac_prev=prefix ;; | |
1052 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) | |
5464f5a1 | 1053 | prefix=$ac_optarg ;; |
252b5132 RH |
1054 | |
1055 | -program-prefix | --program-prefix | --program-prefi | --program-pref \ | |
1056 | | --program-pre | --program-pr | --program-p) | |
1057 | ac_prev=program_prefix ;; | |
1058 | -program-prefix=* | --program-prefix=* | --program-prefi=* \ | |
1059 | | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) | |
5464f5a1 | 1060 | program_prefix=$ac_optarg ;; |
252b5132 RH |
1061 | |
1062 | -program-suffix | --program-suffix | --program-suffi | --program-suff \ | |
1063 | | --program-suf | --program-su | --program-s) | |
1064 | ac_prev=program_suffix ;; | |
1065 | -program-suffix=* | --program-suffix=* | --program-suffi=* \ | |
1066 | | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) | |
5464f5a1 | 1067 | program_suffix=$ac_optarg ;; |
252b5132 RH |
1068 | |
1069 | -program-transform-name | --program-transform-name \ | |
1070 | | --program-transform-nam | --program-transform-na \ | |
1071 | | --program-transform-n | --program-transform- \ | |
1072 | | --program-transform | --program-transfor \ | |
1073 | | --program-transfo | --program-transf \ | |
1074 | | --program-trans | --program-tran \ | |
1075 | | --progr-tra | --program-tr | --program-t) | |
1076 | ac_prev=program_transform_name ;; | |
1077 | -program-transform-name=* | --program-transform-name=* \ | |
1078 | | --program-transform-nam=* | --program-transform-na=* \ | |
1079 | | --program-transform-n=* | --program-transform-=* \ | |
1080 | | --program-transform=* | --program-transfor=* \ | |
1081 | | --program-transfo=* | --program-transf=* \ | |
1082 | | --program-trans=* | --program-tran=* \ | |
1083 | | --progr-tra=* | --program-tr=* | --program-t=*) | |
5464f5a1 | 1084 | program_transform_name=$ac_optarg ;; |
252b5132 | 1085 | |
81ecdfbb RW |
1086 | -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) |
1087 | ac_prev=pdfdir ;; | |
1088 | -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) | |
1089 | pdfdir=$ac_optarg ;; | |
1090 | ||
1091 | -psdir | --psdir | --psdi | --psd | --ps) | |
1092 | ac_prev=psdir ;; | |
1093 | -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) | |
1094 | psdir=$ac_optarg ;; | |
1095 | ||
252b5132 RH |
1096 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
1097 | | -silent | --silent | --silen | --sile | --sil) | |
1098 | silent=yes ;; | |
1099 | ||
1100 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) | |
1101 | ac_prev=sbindir ;; | |
1102 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | |
1103 | | --sbi=* | --sb=*) | |
5464f5a1 | 1104 | sbindir=$ac_optarg ;; |
252b5132 RH |
1105 | |
1106 | -sharedstatedir | --sharedstatedir | --sharedstatedi \ | |
1107 | | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | |
1108 | | --sharedst | --shareds | --shared | --share | --shar \ | |
1109 | | --sha | --sh) | |
1110 | ac_prev=sharedstatedir ;; | |
1111 | -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | |
1112 | | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | |
1113 | | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | |
1114 | | --sha=* | --sh=*) | |
5464f5a1 | 1115 | sharedstatedir=$ac_optarg ;; |
252b5132 RH |
1116 | |
1117 | -site | --site | --sit) | |
1118 | ac_prev=site ;; | |
1119 | -site=* | --site=* | --sit=*) | |
5464f5a1 | 1120 | site=$ac_optarg ;; |
6be7c12c | 1121 | |
252b5132 RH |
1122 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) |
1123 | ac_prev=srcdir ;; | |
1124 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
5464f5a1 | 1125 | srcdir=$ac_optarg ;; |
252b5132 RH |
1126 | |
1127 | -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | |
1128 | | --syscon | --sysco | --sysc | --sys | --sy) | |
1129 | ac_prev=sysconfdir ;; | |
1130 | -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | |
1131 | | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) | |
5464f5a1 | 1132 | sysconfdir=$ac_optarg ;; |
252b5132 RH |
1133 | |
1134 | -target | --target | --targe | --targ | --tar | --ta | --t) | |
5464f5a1 | 1135 | ac_prev=target_alias ;; |
252b5132 | 1136 | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) |
5464f5a1 | 1137 | target_alias=$ac_optarg ;; |
252b5132 RH |
1138 | |
1139 | -v | -verbose | --verbose | --verbos | --verbo | --verb) | |
1140 | verbose=yes ;; | |
1141 | ||
5464f5a1 NN |
1142 | -version | --version | --versio | --versi | --vers | -V) |
1143 | ac_init_version=: ;; | |
252b5132 RH |
1144 | |
1145 | -with-* | --with-*) | |
81ecdfbb | 1146 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
252b5132 | 1147 | # Reject names that are not valid shell variable names. |
81ecdfbb RW |
1148 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1149 | as_fn_error "invalid package name: $ac_useropt" | |
1150 | ac_useropt_orig=$ac_useropt | |
1151 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | |
1152 | case $ac_user_opts in | |
1153 | *" | |
1154 | "with_$ac_useropt" | |
1155 | "*) ;; | |
1156 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" | |
1157 | ac_unrecognized_sep=', ';; | |
252b5132 | 1158 | esac |
81ecdfbb | 1159 | eval with_$ac_useropt=\$ac_optarg ;; |
252b5132 RH |
1160 | |
1161 | -without-* | --without-*) | |
81ecdfbb | 1162 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
252b5132 | 1163 | # Reject names that are not valid shell variable names. |
81ecdfbb RW |
1164 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1165 | as_fn_error "invalid package name: $ac_useropt" | |
1166 | ac_useropt_orig=$ac_useropt | |
1167 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | |
1168 | case $ac_user_opts in | |
1169 | *" | |
1170 | "with_$ac_useropt" | |
1171 | "*) ;; | |
1172 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" | |
1173 | ac_unrecognized_sep=', ';; | |
1174 | esac | |
1175 | eval with_$ac_useropt=no ;; | |
252b5132 RH |
1176 | |
1177 | --x) | |
1178 | # Obsolete; use --with-x. | |
1179 | with_x=yes ;; | |
1180 | ||
1181 | -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | |
1182 | | --x-incl | --x-inc | --x-in | --x-i) | |
1183 | ac_prev=x_includes ;; | |
1184 | -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | |
1185 | | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) | |
5464f5a1 | 1186 | x_includes=$ac_optarg ;; |
252b5132 RH |
1187 | |
1188 | -x-libraries | --x-libraries | --x-librarie | --x-librari \ | |
1189 | | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) | |
1190 | ac_prev=x_libraries ;; | |
1191 | -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | |
1192 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | |
5464f5a1 | 1193 | x_libraries=$ac_optarg ;; |
252b5132 | 1194 | |
81ecdfbb RW |
1195 | -*) as_fn_error "unrecognized option: \`$ac_option' |
1196 | Try \`$0 --help' for more information." | |
252b5132 RH |
1197 | ;; |
1198 | ||
5464f5a1 NN |
1199 | *=*) |
1200 | ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` | |
1201 | # Reject names that are not valid shell variable names. | |
81ecdfbb RW |
1202 | case $ac_envvar in #( |
1203 | '' | [0-9]* | *[!_$as_cr_alnum]* ) | |
1204 | as_fn_error "invalid variable name: \`$ac_envvar'" ;; | |
1205 | esac | |
1206 | eval $ac_envvar=\$ac_optarg | |
5464f5a1 NN |
1207 | export $ac_envvar ;; |
1208 | ||
252b5132 | 1209 | *) |
5464f5a1 | 1210 | # FIXME: should be removed in autoconf 3.0. |
81ecdfbb | 1211 | $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
5464f5a1 | 1212 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
81ecdfbb | 1213 | $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
5464f5a1 | 1214 | : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} |
252b5132 RH |
1215 | ;; |
1216 | ||
1217 | esac | |
1218 | done | |
1219 | ||
1220 | if test -n "$ac_prev"; then | |
5464f5a1 | 1221 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
81ecdfbb | 1222 | as_fn_error "missing argument to $ac_option" |
252b5132 | 1223 | fi |
252b5132 | 1224 | |
81ecdfbb RW |
1225 | if test -n "$ac_unrecognized_opts"; then |
1226 | case $enable_option_checking in | |
1227 | no) ;; | |
1228 | fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; | |
1229 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; | |
5464f5a1 | 1230 | esac |
81ecdfbb | 1231 | fi |
6be7c12c | 1232 | |
81ecdfbb RW |
1233 | # Check all directory arguments for consistency. |
1234 | for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ | |
1235 | datadir sysconfdir sharedstatedir localstatedir includedir \ | |
1236 | oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ | |
1237 | libdir localedir mandir | |
252b5132 | 1238 | do |
81ecdfbb RW |
1239 | eval ac_val=\$$ac_var |
1240 | # Remove trailing slashes. | |
5464f5a1 | 1241 | case $ac_val in |
81ecdfbb RW |
1242 | */ ) |
1243 | ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` | |
1244 | eval $ac_var=\$ac_val;; | |
252b5132 | 1245 | esac |
81ecdfbb RW |
1246 | # Be sure to have absolute directory names. |
1247 | case $ac_val in | |
1248 | [\\/$]* | ?:[\\/]* ) continue;; | |
1249 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | |
1250 | esac | |
1251 | as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" | |
252b5132 RH |
1252 | done |
1253 | ||
5464f5a1 NN |
1254 | # There might be people who depend on the old broken behavior: `$host' |
1255 | # used to hold the argument of --host etc. | |
1256 | # FIXME: To remove some day. | |
1257 | build=$build_alias | |
1258 | host=$host_alias | |
1259 | target=$target_alias | |
1260 | ||
1261 | # FIXME: To remove some day. | |
1262 | if test "x$host_alias" != x; then | |
1263 | if test "x$build_alias" = x; then | |
1264 | cross_compiling=maybe | |
81ecdfbb | 1265 | $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. |
5464f5a1 NN |
1266 | If a cross compiler is detected then cross compile mode will be used." >&2 |
1267 | elif test "x$build_alias" != "x$host_alias"; then | |
1268 | cross_compiling=yes | |
1269 | fi | |
1270 | fi | |
252b5132 | 1271 | |
5464f5a1 NN |
1272 | ac_tool_prefix= |
1273 | test -n "$host_alias" && ac_tool_prefix=$host_alias- | |
1274 | ||
1275 | test "$silent" = yes && exec 6>/dev/null | |
252b5132 | 1276 | |
252b5132 | 1277 | |
81ecdfbb RW |
1278 | ac_pwd=`pwd` && test -n "$ac_pwd" && |
1279 | ac_ls_di=`ls -di .` && | |
1280 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | |
1281 | as_fn_error "working directory cannot be determined" | |
1282 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | |
1283 | as_fn_error "pwd does not report name of working directory" | |
1284 | ||
1285 | ||
252b5132 RH |
1286 | # Find the source files, if location was not specified. |
1287 | if test -z "$srcdir"; then | |
1288 | ac_srcdir_defaulted=yes | |
81ecdfbb RW |
1289 | # Try the directory containing this script, then the parent directory. |
1290 | ac_confdir=`$as_dirname -- "$as_myself" || | |
1291 | $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
1292 | X"$as_myself" : 'X\(//\)[^/]' \| \ | |
1293 | X"$as_myself" : 'X\(//\)$' \| \ | |
1294 | X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || | |
1295 | $as_echo X"$as_myself" | | |
1296 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
1297 | s//\1/ | |
1298 | q | |
1299 | } | |
1300 | /^X\(\/\/\)[^/].*/{ | |
1301 | s//\1/ | |
1302 | q | |
1303 | } | |
1304 | /^X\(\/\/\)$/{ | |
1305 | s//\1/ | |
1306 | q | |
1307 | } | |
1308 | /^X\(\/\).*/{ | |
1309 | s//\1/ | |
1310 | q | |
1311 | } | |
1312 | s/.*/./; q'` | |
252b5132 | 1313 | srcdir=$ac_confdir |
81ecdfbb | 1314 | if test ! -r "$srcdir/$ac_unique_file"; then |
252b5132 RH |
1315 | srcdir=.. |
1316 | fi | |
1317 | else | |
1318 | ac_srcdir_defaulted=no | |
1319 | fi | |
81ecdfbb RW |
1320 | if test ! -r "$srcdir/$ac_unique_file"; then |
1321 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | |
1322 | as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" | |
1323 | fi | |
1324 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | |
1325 | ac_abs_confdir=`( | |
1326 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" | |
1327 | pwd)` | |
1328 | # When building in place, set srcdir=. | |
1329 | if test "$ac_abs_confdir" = "$ac_pwd"; then | |
1330 | srcdir=. | |
1331 | fi | |
1332 | # Remove unnecessary trailing slashes from srcdir. | |
1333 | # Double slashes in file names in object file debugging info | |
1334 | # mess up M-x gdb in Emacs. | |
1335 | case $srcdir in | |
1336 | */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; | |
1337 | esac | |
1338 | for ac_var in $ac_precious_vars; do | |
1339 | eval ac_env_${ac_var}_set=\${${ac_var}+set} | |
1340 | eval ac_env_${ac_var}_value=\$${ac_var} | |
1341 | eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} | |
1342 | eval ac_cv_env_${ac_var}_value=\$${ac_var} | |
1343 | done | |
b3baf5d0 | 1344 | |
5464f5a1 NN |
1345 | # |
1346 | # Report the --help message. | |
1347 | # | |
1348 | if test "$ac_init_help" = "long"; then | |
1349 | # Omit some internal or obsolete options to make the list less imposing. | |
1350 | # This message is too long to be a string in the A/UX 3.1 sh. | |
1351 | cat <<_ACEOF | |
c4dd807e | 1352 | \`configure' configures bfd 2.23.51 to adapt to many kinds of systems. |
252b5132 | 1353 | |
5464f5a1 | 1354 | Usage: $0 [OPTION]... [VAR=VALUE]... |
252b5132 | 1355 | |
5464f5a1 NN |
1356 | To assign environment variables (e.g., CC, CFLAGS...), specify them as |
1357 | VAR=VALUE. See below for descriptions of some of the useful variables. | |
6be7c12c | 1358 | |
5464f5a1 | 1359 | Defaults for the options are specified in brackets. |
6be7c12c | 1360 | |
5464f5a1 NN |
1361 | Configuration: |
1362 | -h, --help display this help and exit | |
1363 | --help=short display options specific to this package | |
1364 | --help=recursive display the short help of all the included packages | |
1365 | -V, --version display version information and exit | |
1366 | -q, --quiet, --silent do not print \`checking...' messages | |
1367 | --cache-file=FILE cache test results in FILE [disabled] | |
1368 | -C, --config-cache alias for \`--cache-file=config.cache' | |
1369 | -n, --no-create do not create output files | |
1370 | --srcdir=DIR find the sources in DIR [configure dir or \`..'] | |
1371 | ||
5464f5a1 NN |
1372 | Installation directories: |
1373 | --prefix=PREFIX install architecture-independent files in PREFIX | |
81ecdfbb | 1374 | [$ac_default_prefix] |
5464f5a1 | 1375 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX |
81ecdfbb | 1376 | [PREFIX] |
6be7c12c | 1377 | |
5464f5a1 NN |
1378 | By default, \`make install' will install all the files in |
1379 | \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify | |
1380 | an installation prefix other than \`$ac_default_prefix' using \`--prefix', | |
1381 | for instance \`--prefix=\$HOME'. | |
6be7c12c | 1382 | |
5464f5a1 | 1383 | For better control, use the options below. |
6be7c12c | 1384 | |
5464f5a1 | 1385 | Fine tuning of the installation directories: |
81ecdfbb RW |
1386 | --bindir=DIR user executables [EPREFIX/bin] |
1387 | --sbindir=DIR system admin executables [EPREFIX/sbin] | |
1388 | --libexecdir=DIR program executables [EPREFIX/libexec] | |
1389 | --sysconfdir=DIR read-only single-machine data [PREFIX/etc] | |
1390 | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] | |
1391 | --localstatedir=DIR modifiable single-machine data [PREFIX/var] | |
1392 | --libdir=DIR object code libraries [EPREFIX/lib] | |
1393 | --includedir=DIR C header files [PREFIX/include] | |
1394 | --oldincludedir=DIR C header files for non-gcc [/usr/include] | |
1395 | --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] | |
1396 | --datadir=DIR read-only architecture-independent data [DATAROOTDIR] | |
1397 | --infodir=DIR info documentation [DATAROOTDIR/info] | |
1398 | --localedir=DIR locale-dependent data [DATAROOTDIR/locale] | |
1399 | --mandir=DIR man documentation [DATAROOTDIR/man] | |
c4dd807e | 1400 | --docdir=DIR documentation root [DATAROOTDIR/doc/bfd] |
81ecdfbb RW |
1401 | --htmldir=DIR html documentation [DOCDIR] |
1402 | --dvidir=DIR dvi documentation [DOCDIR] | |
1403 | --pdfdir=DIR pdf documentation [DOCDIR] | |
1404 | --psdir=DIR ps documentation [DOCDIR] | |
5464f5a1 | 1405 | _ACEOF |
6be7c12c | 1406 | |
5464f5a1 | 1407 | cat <<\_ACEOF |
6be7c12c | 1408 | |
5464f5a1 NN |
1409 | Program names: |
1410 | --program-prefix=PREFIX prepend PREFIX to installed program names | |
1411 | --program-suffix=SUFFIX append SUFFIX to installed program names | |
1412 | --program-transform-name=PROGRAM run sed PROGRAM on installed program names | |
252b5132 | 1413 | |
5464f5a1 NN |
1414 | System types: |
1415 | --build=BUILD configure for building on BUILD [guessed] | |
1416 | --host=HOST cross-compile to build programs to run on HOST [BUILD] | |
1417 | --target=TARGET configure for building compilers for TARGET [HOST] | |
1418 | _ACEOF | |
252b5132 | 1419 | fi |
252b5132 | 1420 | |
5464f5a1 | 1421 | if test -n "$ac_init_help"; then |
c4dd807e MF |
1422 | case $ac_init_help in |
1423 | short | recursive ) echo "Configuration of bfd 2.23.51:";; | |
1424 | esac | |
5464f5a1 | 1425 | cat <<\_ACEOF |
252b5132 | 1426 | |
5464f5a1 | 1427 | Optional Features: |
81ecdfbb | 1428 | --disable-option-checking ignore unrecognized --enable/--with options |
5464f5a1 NN |
1429 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
1430 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | |
f5385ebf AM |
1431 | --disable-dependency-tracking speeds up one-time build |
1432 | --enable-dependency-tracking do not reject slow dependency extractors | |
81ecdfbb RW |
1433 | --enable-shared[=PKGS] build shared libraries [default=no] |
1434 | --enable-static[=PKGS] build static libraries [default=yes] | |
d7040cdb SE |
1435 | --enable-fast-install[=PKGS] |
1436 | optimize for fast installation [default=yes] | |
5464f5a1 | 1437 | --disable-libtool-lock avoid locking (might break parallel builds) |
5691d22d | 1438 | --enable-plugins Enable support for plugins (defaults no) |
ce3c775b | 1439 | --disable-largefile omit support for large files |
5464f5a1 NN |
1440 | --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes) |
1441 | --enable-targets alternative target configurations | |
6ec7057a | 1442 | --enable-secureplt Default to creating read-only plt entries |
ef72a554 KT |
1443 | --enable-leading-mingw64-underscores |
1444 | Enable leading underscores on 64 bit mingw targets | |
504b7d20 | 1445 | --enable-elf-stt-common Allow the generation of ELF symbols with the STT_COMMON type |
241a6c40 AM |
1446 | --enable-werror treat compile warnings as errors |
1447 | --enable-build-warnings enable build-time compiler warnings | |
f5385ebf AM |
1448 | --enable-maintainer-mode enable make rules and dependencies not useful |
1449 | (and sometimes confusing) to the casual installer | |
5464f5a1 NN |
1450 | --enable-install-libbfd controls installation of libbfd and related headers |
1451 | --disable-nls do not use Native Language Support | |
1452 | ||
1453 | Optional Packages: | |
1454 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | |
1455 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | |
d7040cdb SE |
1456 | --with-pic try to use only PIC/non-PIC objects [default=use |
1457 | both] | |
1458 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] | |
5464f5a1 | 1459 | --with-mmap try using mmap for BFD input files if available |
0d4a1476 AS |
1460 | --with-separate-debug-dir=DIR |
1461 | Look for global separate debug info in DIR | |
1462 | [default=LIBDIR/debug] | |
a1ac8190 JM |
1463 | --with-pkgversion=PKG Use PKG in the version string in place of "GNU |
1464 | Binutils" | |
c428fa83 | 1465 | --with-bugurl=URL Direct users to URL to report a bug |
bf993e3c | 1466 | --with-zlib include zlib support (auto/yes/no) default=auto |
5464f5a1 NN |
1467 | |
1468 | Some influential environment variables: | |
1469 | CC C compiler command | |
1470 | CFLAGS C compiler flags | |
1471 | LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a | |
1472 | nonstandard directory <lib dir> | |
81ecdfbb RW |
1473 | LIBS libraries to pass to the linker, e.g. -l<library> |
1474 | CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if | |
1475 | you have headers in a nonstandard directory <include dir> | |
5464f5a1 NN |
1476 | CPP C preprocessor |
1477 | ||
1478 | Use these variables to override the choices made by `configure' or to help | |
1479 | it to find libraries and programs with nonstandard names/locations. | |
1480 | ||
81ecdfbb | 1481 | Report bugs to the package provider. |
5464f5a1 | 1482 | _ACEOF |
81ecdfbb | 1483 | ac_status=$? |
5464f5a1 NN |
1484 | fi |
1485 | ||
1486 | if test "$ac_init_help" = "recursive"; then | |
1487 | # If there are subdirs, report their specific --help. | |
5464f5a1 | 1488 | for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue |
81ecdfbb RW |
1489 | test -d "$ac_dir" || |
1490 | { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || | |
1491 | continue | |
5464f5a1 NN |
1492 | ac_builddir=. |
1493 | ||
81ecdfbb RW |
1494 | case "$ac_dir" in |
1495 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
1496 | *) | |
1497 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` | |
1498 | # A ".." for each directory in $ac_dir_suffix. | |
1499 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` | |
1500 | case $ac_top_builddir_sub in | |
1501 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
1502 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; | |
1503 | esac ;; | |
1504 | esac | |
1505 | ac_abs_top_builddir=$ac_pwd | |
1506 | ac_abs_builddir=$ac_pwd$ac_dir_suffix | |
1507 | # for backward compatibility: | |
1508 | ac_top_builddir=$ac_top_build_prefix | |
5464f5a1 NN |
1509 | |
1510 | case $srcdir in | |
81ecdfbb | 1511 | .) # We are building in place. |
5464f5a1 | 1512 | ac_srcdir=. |
81ecdfbb RW |
1513 | ac_top_srcdir=$ac_top_builddir_sub |
1514 | ac_abs_top_srcdir=$ac_pwd ;; | |
1515 | [\\/]* | ?:[\\/]* ) # Absolute name. | |
5464f5a1 | 1516 | ac_srcdir=$srcdir$ac_dir_suffix; |
81ecdfbb RW |
1517 | ac_top_srcdir=$srcdir |
1518 | ac_abs_top_srcdir=$srcdir ;; | |
1519 | *) # Relative name. | |
1520 | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix | |
1521 | ac_top_srcdir=$ac_top_build_prefix$srcdir | |
1522 | ac_abs_top_srcdir=$ac_pwd/$srcdir ;; | |
5464f5a1 | 1523 | esac |
81ecdfbb RW |
1524 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
1525 | ||
1526 | cd "$ac_dir" || { ac_status=$?; continue; } | |
1527 | # Check for guested configure. | |
1528 | if test -f "$ac_srcdir/configure.gnu"; then | |
1529 | echo && | |
1530 | $SHELL "$ac_srcdir/configure.gnu" --help=recursive | |
1531 | elif test -f "$ac_srcdir/configure"; then | |
1532 | echo && | |
1533 | $SHELL "$ac_srcdir/configure" --help=recursive | |
5464f5a1 | 1534 | else |
81ecdfbb RW |
1535 | $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
1536 | fi || ac_status=$? | |
1537 | cd "$ac_pwd" || { ac_status=$?; break; } | |
5464f5a1 | 1538 | done |
6be7c12c AO |
1539 | fi |
1540 | ||
81ecdfbb | 1541 | test -n "$ac_init_help" && exit $ac_status |
5464f5a1 NN |
1542 | if $ac_init_version; then |
1543 | cat <<\_ACEOF | |
c4dd807e | 1544 | bfd configure 2.23.51 |
81ecdfbb | 1545 | generated by GNU Autoconf 2.64 |
6be7c12c | 1546 | |
81ecdfbb | 1547 | Copyright (C) 2009 Free Software Foundation, Inc. |
5464f5a1 NN |
1548 | This configure script is free software; the Free Software Foundation |
1549 | gives unlimited permission to copy, distribute and modify it. | |
1550 | _ACEOF | |
81ecdfbb | 1551 | exit |
5464f5a1 | 1552 | fi |
6be7c12c | 1553 | |
81ecdfbb RW |
1554 | ## ------------------------ ## |
1555 | ## Autoconf initialization. ## | |
1556 | ## ------------------------ ## | |
6be7c12c | 1557 | |
81ecdfbb RW |
1558 | # ac_fn_c_try_compile LINENO |
1559 | # -------------------------- | |
1560 | # Try to compile conftest.$ac_ext, and return whether this succeeded. | |
1561 | ac_fn_c_try_compile () | |
5464f5a1 | 1562 | { |
81ecdfbb RW |
1563 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1564 | rm -f conftest.$ac_objext | |
1565 | if { { ac_try="$ac_compile" | |
1566 | case "(($ac_try" in | |
1567 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1568 | *) ac_try_echo=$ac_try;; | |
1569 | esac | |
1570 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1571 | $as_echo "$ac_try_echo"; } >&5 | |
1572 | (eval "$ac_compile") 2>conftest.err | |
1573 | ac_status=$? | |
1574 | if test -s conftest.err; then | |
1575 | grep -v '^ *+' conftest.err >conftest.er1 | |
1576 | cat conftest.er1 >&5 | |
1577 | mv -f conftest.er1 conftest.err | |
1578 | fi | |
1579 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1580 | test $ac_status = 0; } && { | |
1581 | test -z "$ac_c_werror_flag" || | |
1582 | test ! -s conftest.err | |
1583 | } && test -s conftest.$ac_objext; then : | |
1584 | ac_retval=0 | |
1585 | else | |
1586 | $as_echo "$as_me: failed program was:" >&5 | |
1587 | sed 's/^/| /' conftest.$ac_ext >&5 | |
5464f5a1 | 1588 | |
81ecdfbb RW |
1589 | ac_retval=1 |
1590 | fi | |
1591 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1592 | return $ac_retval | |
5464f5a1 | 1593 | |
81ecdfbb | 1594 | } # ac_fn_c_try_compile |
5464f5a1 | 1595 | |
81ecdfbb RW |
1596 | # ac_fn_c_try_link LINENO |
1597 | # ----------------------- | |
1598 | # Try to link conftest.$ac_ext, and return whether this succeeded. | |
1599 | ac_fn_c_try_link () | |
1600 | { | |
1601 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1602 | rm -f conftest.$ac_objext conftest$ac_exeext | |
1603 | if { { ac_try="$ac_link" | |
1604 | case "(($ac_try" in | |
1605 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1606 | *) ac_try_echo=$ac_try;; | |
1607 | esac | |
1608 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1609 | $as_echo "$ac_try_echo"; } >&5 | |
1610 | (eval "$ac_link") 2>conftest.err | |
1611 | ac_status=$? | |
1612 | if test -s conftest.err; then | |
1613 | grep -v '^ *+' conftest.err >conftest.er1 | |
1614 | cat conftest.er1 >&5 | |
1615 | mv -f conftest.er1 conftest.err | |
1616 | fi | |
1617 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1618 | test $ac_status = 0; } && { | |
1619 | test -z "$ac_c_werror_flag" || | |
1620 | test ! -s conftest.err | |
1621 | } && test -s conftest$ac_exeext && { | |
1622 | test "$cross_compiling" = yes || | |
1623 | $as_test_x conftest$ac_exeext | |
1624 | }; then : | |
1625 | ac_retval=0 | |
1626 | else | |
1627 | $as_echo "$as_me: failed program was:" >&5 | |
1628 | sed 's/^/| /' conftest.$ac_ext >&5 | |
5464f5a1 | 1629 | |
81ecdfbb RW |
1630 | ac_retval=1 |
1631 | fi | |
1632 | # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information | |
1633 | # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would | |
1634 | # interfere with the next link command; also delete a directory that is | |
1635 | # left behind by Apple's compiler. We do this before executing the actions. | |
1636 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo | |
1637 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1638 | return $ac_retval | |
6be7c12c | 1639 | |
81ecdfbb | 1640 | } # ac_fn_c_try_link |
66e25bab | 1641 | |
81ecdfbb RW |
1642 | # ac_fn_c_try_cpp LINENO |
1643 | # ---------------------- | |
1644 | # Try to preprocess conftest.$ac_ext, and return whether this succeeded. | |
1645 | ac_fn_c_try_cpp () | |
1646 | { | |
1647 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1648 | if { { ac_try="$ac_cpp conftest.$ac_ext" | |
1649 | case "(($ac_try" in | |
1650 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1651 | *) ac_try_echo=$ac_try;; | |
1652 | esac | |
1653 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1654 | $as_echo "$ac_try_echo"; } >&5 | |
1655 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err | |
1656 | ac_status=$? | |
1657 | if test -s conftest.err; then | |
1658 | grep -v '^ *+' conftest.err >conftest.er1 | |
1659 | cat conftest.er1 >&5 | |
1660 | mv -f conftest.er1 conftest.err | |
1661 | fi | |
1662 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1663 | test $ac_status = 0; } >/dev/null && { | |
1664 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | |
1665 | test ! -s conftest.err | |
1666 | }; then : | |
1667 | ac_retval=0 | |
1668 | else | |
1669 | $as_echo "$as_me: failed program was:" >&5 | |
1670 | sed 's/^/| /' conftest.$ac_ext >&5 | |
b3baf5d0 | 1671 | |
81ecdfbb RW |
1672 | ac_retval=1 |
1673 | fi | |
1674 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1675 | return $ac_retval | |
6be7c12c | 1676 | |
81ecdfbb | 1677 | } # ac_fn_c_try_cpp |
252b5132 | 1678 | |
81ecdfbb RW |
1679 | # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES |
1680 | # ------------------------------------------------------- | |
1681 | # Tests whether HEADER exists, giving a warning if it cannot be compiled using | |
1682 | # the include files in INCLUDES and setting the cache variable VAR | |
1683 | # accordingly. | |
1684 | ac_fn_c_check_header_mongrel () | |
1685 | { | |
1686 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1687 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | |
1688 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
1689 | $as_echo_n "checking for $2... " >&6; } | |
1690 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | |
1691 | $as_echo_n "(cached) " >&6 | |
1692 | fi | |
1693 | eval ac_res=\$$3 | |
1694 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1695 | $as_echo "$ac_res" >&6; } | |
1696 | else | |
1697 | # Is the header compilable? | |
1698 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 | |
1699 | $as_echo_n "checking $2 usability... " >&6; } | |
1700 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1701 | /* end confdefs.h. */ | |
1702 | $4 | |
1703 | #include <$2> | |
5464f5a1 | 1704 | _ACEOF |
81ecdfbb RW |
1705 | if ac_fn_c_try_compile "$LINENO"; then : |
1706 | ac_header_compiler=yes | |
1707 | else | |
1708 | ac_header_compiler=no | |
1709 | fi | |
1710 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
1711 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 | |
1712 | $as_echo "$ac_header_compiler" >&6; } | |
c5d1701e | 1713 | |
81ecdfbb RW |
1714 | # Is the header present? |
1715 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 | |
1716 | $as_echo_n "checking $2 presence... " >&6; } | |
1717 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1718 | /* end confdefs.h. */ | |
1719 | #include <$2> | |
1720 | _ACEOF | |
1721 | if ac_fn_c_try_cpp "$LINENO"; then : | |
1722 | ac_header_preproc=yes | |
1723 | else | |
1724 | ac_header_preproc=no | |
1725 | fi | |
1726 | rm -f conftest.err conftest.$ac_ext | |
1727 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 | |
1728 | $as_echo "$ac_header_preproc" >&6; } | |
6be7c12c | 1729 | |
81ecdfbb RW |
1730 | # So? What about this header? |
1731 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( | |
1732 | yes:no: ) | |
1733 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 | |
1734 | $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
1735 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 | |
1736 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | |
1737 | ;; | |
1738 | no:yes:* ) | |
1739 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 | |
1740 | $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} | |
1741 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 | |
1742 | $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} | |
1743 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 | |
1744 | $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} | |
1745 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 | |
1746 | $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} | |
1747 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 | |
1748 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | |
1749 | ;; | |
1750 | esac | |
1751 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
1752 | $as_echo_n "checking for $2... " >&6; } | |
1753 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | |
1754 | $as_echo_n "(cached) " >&6 | |
1755 | else | |
1756 | eval "$3=\$ac_header_compiler" | |
1757 | fi | |
1758 | eval ac_res=\$$3 | |
1759 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1760 | $as_echo "$ac_res" >&6; } | |
1761 | fi | |
1762 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
5464f5a1 | 1763 | |
81ecdfbb | 1764 | } # ac_fn_c_check_header_mongrel |
5464f5a1 | 1765 | |
81ecdfbb RW |
1766 | # ac_fn_c_try_run LINENO |
1767 | # ---------------------- | |
1768 | # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes | |
1769 | # that executables *can* be run. | |
1770 | ac_fn_c_try_run () | |
5464f5a1 | 1771 | { |
81ecdfbb RW |
1772 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1773 | if { { ac_try="$ac_link" | |
1774 | case "(($ac_try" in | |
1775 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1776 | *) ac_try_echo=$ac_try;; | |
1777 | esac | |
1778 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1779 | $as_echo "$ac_try_echo"; } >&5 | |
1780 | (eval "$ac_link") 2>&5 | |
1781 | ac_status=$? | |
1782 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1783 | test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' | |
1784 | { { case "(($ac_try" in | |
1785 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1786 | *) ac_try_echo=$ac_try;; | |
1787 | esac | |
1788 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1789 | $as_echo "$ac_try_echo"; } >&5 | |
1790 | (eval "$ac_try") 2>&5 | |
1791 | ac_status=$? | |
1792 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1793 | test $ac_status = 0; }; }; then : | |
1794 | ac_retval=0 | |
1795 | else | |
1796 | $as_echo "$as_me: program exited with status $ac_status" >&5 | |
1797 | $as_echo "$as_me: failed program was:" >&5 | |
1798 | sed 's/^/| /' conftest.$ac_ext >&5 | |
5464f5a1 | 1799 | |
81ecdfbb RW |
1800 | ac_retval=$ac_status |
1801 | fi | |
1802 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo | |
1803 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1804 | return $ac_retval | |
5464f5a1 | 1805 | |
81ecdfbb | 1806 | } # ac_fn_c_try_run |
5464f5a1 | 1807 | |
81ecdfbb RW |
1808 | # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES |
1809 | # ------------------------------------------------------- | |
1810 | # Tests whether HEADER exists and can be compiled using the include files in | |
1811 | # INCLUDES, setting the cache variable VAR accordingly. | |
1812 | ac_fn_c_check_header_compile () | |
1813 | { | |
1814 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1815 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
1816 | $as_echo_n "checking for $2... " >&6; } | |
1817 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | |
1818 | $as_echo_n "(cached) " >&6 | |
1819 | else | |
1820 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1821 | /* end confdefs.h. */ | |
1822 | $4 | |
1823 | #include <$2> | |
1824 | _ACEOF | |
1825 | if ac_fn_c_try_compile "$LINENO"; then : | |
1826 | eval "$3=yes" | |
1827 | else | |
1828 | eval "$3=no" | |
1829 | fi | |
1830 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
1831 | fi | |
1832 | eval ac_res=\$$3 | |
1833 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1834 | $as_echo "$ac_res" >&6; } | |
1835 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
5464f5a1 | 1836 | |
81ecdfbb | 1837 | } # ac_fn_c_check_header_compile |
5464f5a1 | 1838 | |
81ecdfbb RW |
1839 | # ac_fn_c_check_func LINENO FUNC VAR |
1840 | # ---------------------------------- | |
1841 | # Tests whether FUNC exists, setting the cache variable VAR accordingly | |
1842 | ac_fn_c_check_func () | |
1843 | { | |
1844 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1845 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
1846 | $as_echo_n "checking for $2... " >&6; } | |
1847 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | |
1848 | $as_echo_n "(cached) " >&6 | |
1849 | else | |
1850 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1851 | /* end confdefs.h. */ | |
1852 | /* Define $2 to an innocuous variant, in case <limits.h> declares $2. | |
1853 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
1854 | #define $2 innocuous_$2 | |
5464f5a1 | 1855 | |
81ecdfbb RW |
1856 | /* System header to define __stub macros and hopefully few prototypes, |
1857 | which can conflict with char $2 (); below. | |
1858 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
1859 | <limits.h> exists even on freestanding compilers. */ | |
5464f5a1 | 1860 | |
81ecdfbb RW |
1861 | #ifdef __STDC__ |
1862 | # include <limits.h> | |
1863 | #else | |
1864 | # include <assert.h> | |
1865 | #endif | |
5464f5a1 | 1866 | |
81ecdfbb | 1867 | #undef $2 |
5464f5a1 | 1868 | |
81ecdfbb RW |
1869 | /* Override any GCC internal prototype to avoid an error. |
1870 | Use char because int might match the return type of a GCC | |
1871 | builtin and then its argument prototype would still apply. */ | |
1872 | #ifdef __cplusplus | |
1873 | extern "C" | |
1874 | #endif | |
1875 | char $2 (); | |
1876 | /* The GNU C library defines this for functions which it implements | |
1877 | to always fail with ENOSYS. Some functions are actually named | |
1878 | something starting with __ and the normal name is an alias. */ | |
1879 | #if defined __stub_$2 || defined __stub___$2 | |
1880 | choke me | |
1881 | #endif | |
5464f5a1 | 1882 | |
81ecdfbb RW |
1883 | int |
1884 | main () | |
1885 | { | |
1886 | return $2 (); | |
1887 | ; | |
1888 | return 0; | |
1889 | } | |
5464f5a1 | 1890 | _ACEOF |
81ecdfbb RW |
1891 | if ac_fn_c_try_link "$LINENO"; then : |
1892 | eval "$3=yes" | |
1893 | else | |
1894 | eval "$3=no" | |
1895 | fi | |
1896 | rm -f core conftest.err conftest.$ac_objext \ | |
1897 | conftest$ac_exeext conftest.$ac_ext | |
1898 | fi | |
1899 | eval ac_res=\$$3 | |
1900 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1901 | $as_echo "$ac_res" >&6; } | |
1902 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
5464f5a1 | 1903 | |
81ecdfbb | 1904 | } # ac_fn_c_check_func |
5464f5a1 | 1905 | |
81ecdfbb RW |
1906 | # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES |
1907 | # -------------------------------------------- | |
1908 | # Tries to find the compile-time value of EXPR in a program that includes | |
1909 | # INCLUDES, setting VAR accordingly. Returns whether the value could be | |
1910 | # computed | |
1911 | ac_fn_c_compute_int () | |
1912 | { | |
1913 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1914 | if test "$cross_compiling" = yes; then | |
1915 | # Depending upon the size, compute the lo and hi bounds. | |
1916 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1917 | /* end confdefs.h. */ | |
1918 | $4 | |
1919 | int | |
1920 | main () | |
1921 | { | |
1922 | static int test_array [1 - 2 * !(($2) >= 0)]; | |
1923 | test_array [0] = 0 | |
5464f5a1 | 1924 | |
81ecdfbb RW |
1925 | ; |
1926 | return 0; | |
1927 | } | |
5464f5a1 | 1928 | _ACEOF |
81ecdfbb RW |
1929 | if ac_fn_c_try_compile "$LINENO"; then : |
1930 | ac_lo=0 ac_mid=0 | |
1931 | while :; do | |
1932 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1933 | /* end confdefs.h. */ | |
1934 | $4 | |
1935 | int | |
1936 | main () | |
1937 | { | |
1938 | static int test_array [1 - 2 * !(($2) <= $ac_mid)]; | |
1939 | test_array [0] = 0 | |
5464f5a1 | 1940 | |
81ecdfbb RW |
1941 | ; |
1942 | return 0; | |
1943 | } | |
1944 | _ACEOF | |
1945 | if ac_fn_c_try_compile "$LINENO"; then : | |
1946 | ac_hi=$ac_mid; break | |
5464f5a1 | 1947 | else |
81ecdfbb RW |
1948 | as_fn_arith $ac_mid + 1 && ac_lo=$as_val |
1949 | if test $ac_lo -le $ac_mid; then | |
1950 | ac_lo= ac_hi= | |
1951 | break | |
1952 | fi | |
1953 | as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val | |
5464f5a1 | 1954 | fi |
81ecdfbb RW |
1955 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
1956 | done | |
1957 | else | |
1958 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1959 | /* end confdefs.h. */ | |
1960 | $4 | |
1961 | int | |
1962 | main () | |
1963 | { | |
1964 | static int test_array [1 - 2 * !(($2) < 0)]; | |
1965 | test_array [0] = 0 | |
5464f5a1 | 1966 | |
81ecdfbb RW |
1967 | ; |
1968 | return 0; | |
1969 | } | |
1970 | _ACEOF | |
1971 | if ac_fn_c_try_compile "$LINENO"; then : | |
1972 | ac_hi=-1 ac_mid=-1 | |
1973 | while :; do | |
1974 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1975 | /* end confdefs.h. */ | |
1976 | $4 | |
1977 | int | |
1978 | main () | |
1979 | { | |
1980 | static int test_array [1 - 2 * !(($2) >= $ac_mid)]; | |
1981 | test_array [0] = 0 | |
5464f5a1 | 1982 | |
81ecdfbb RW |
1983 | ; |
1984 | return 0; | |
1985 | } | |
1986 | _ACEOF | |
1987 | if ac_fn_c_try_compile "$LINENO"; then : | |
1988 | ac_lo=$ac_mid; break | |
1989 | else | |
1990 | as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val | |
1991 | if test $ac_mid -le $ac_hi; then | |
1992 | ac_lo= ac_hi= | |
1993 | break | |
1994 | fi | |
1995 | as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val | |
1996 | fi | |
1997 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
1998 | done | |
1999 | else | |
2000 | ac_lo= ac_hi= | |
2001 | fi | |
2002 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
2003 | fi | |
2004 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
2005 | # Binary search between lo and hi bounds. | |
2006 | while test "x$ac_lo" != "x$ac_hi"; do | |
2007 | as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val | |
2008 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
2009 | /* end confdefs.h. */ | |
2010 | $4 | |
2011 | int | |
2012 | main () | |
2013 | { | |
2014 | static int test_array [1 - 2 * !(($2) <= $ac_mid)]; | |
2015 | test_array [0] = 0 | |
5464f5a1 | 2016 | |
81ecdfbb RW |
2017 | ; |
2018 | return 0; | |
2019 | } | |
2020 | _ACEOF | |
2021 | if ac_fn_c_try_compile "$LINENO"; then : | |
2022 | ac_hi=$ac_mid | |
2023 | else | |
2024 | as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val | |
2025 | fi | |
2026 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
2027 | done | |
2028 | case $ac_lo in #(( | |
2029 | ?*) eval "$3=\$ac_lo"; ac_retval=0 ;; | |
2030 | '') ac_retval=1 ;; | |
2031 | esac | |
2032 | else | |
2033 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
2034 | /* end confdefs.h. */ | |
2035 | $4 | |
2036 | static long int longval () { return $2; } | |
2037 | static unsigned long int ulongval () { return $2; } | |
2038 | #include <stdio.h> | |
2039 | #include <stdlib.h> | |
2040 | int | |
2041 | main () | |
2042 | { | |
5464f5a1 | 2043 | |
81ecdfbb RW |
2044 | FILE *f = fopen ("conftest.val", "w"); |
2045 | if (! f) | |
2046 | return 1; | |
2047 | if (($2) < 0) | |
2048 | { | |
2049 | long int i = longval (); | |
2050 | if (i != ($2)) | |
2051 | return 1; | |
2052 | fprintf (f, "%ld", i); | |
2053 | } | |
2054 | else | |
2055 | { | |
2056 | unsigned long int i = ulongval (); | |
2057 | if (i != ($2)) | |
2058 | return 1; | |
2059 | fprintf (f, "%lu", i); | |
2060 | } | |
2061 | /* Do not output a trailing newline, as this causes \r\n confusion | |
2062 | on some platforms. */ | |
2063 | return ferror (f) || fclose (f) != 0; | |
5464f5a1 | 2064 | |
81ecdfbb RW |
2065 | ; |
2066 | return 0; | |
2067 | } | |
2068 | _ACEOF | |
2069 | if ac_fn_c_try_run "$LINENO"; then : | |
2070 | echo >>conftest.val; read $3 <conftest.val; ac_retval=0 | |
2071 | else | |
2072 | ac_retval=1 | |
2073 | fi | |
2074 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ | |
2075 | conftest.$ac_objext conftest.beam conftest.$ac_ext | |
2076 | rm -f conftest.val | |
7357c5b6 | 2077 | |
81ecdfbb RW |
2078 | fi |
2079 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
2080 | return $ac_retval | |
7357c5b6 | 2081 | |
81ecdfbb | 2082 | } # ac_fn_c_compute_int |
7357c5b6 | 2083 | |
81ecdfbb RW |
2084 | # ac_fn_c_check_type LINENO TYPE VAR INCLUDES |
2085 | # ------------------------------------------- | |
2086 | # Tests whether TYPE exists after having included INCLUDES, setting cache | |
2087 | # variable VAR accordingly. | |
2088 | ac_fn_c_check_type () | |
2089 | { | |
2090 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
2091 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
2092 | $as_echo_n "checking for $2... " >&6; } | |
2093 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | |
2094 | $as_echo_n "(cached) " >&6 | |
2095 | else | |
2096 | eval "$3=no" | |
2097 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
2098 | /* end confdefs.h. */ | |
2099 | $4 | |
2100 | int | |
2101 | main () | |
2102 | { | |
2103 | if (sizeof ($2)) | |
2104 | return 0; | |
2105 | ; | |
2106 | return 0; | |
2107 | } | |
2108 | _ACEOF | |
2109 | if ac_fn_c_try_compile "$LINENO"; then : | |
2110 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
2111 | /* end confdefs.h. */ | |
2112 | $4 | |
2113 | int | |
2114 | main () | |
2115 | { | |
2116 | if (sizeof (($2))) | |
2117 | return 0; | |
2118 | ; | |
2119 | return 0; | |
2120 | } | |
2121 | _ACEOF | |
2122 | if ac_fn_c_try_compile "$LINENO"; then : | |
5464f5a1 | 2123 | |
81ecdfbb RW |
2124 | else |
2125 | eval "$3=yes" | |
2126 | fi | |
2127 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
2128 | fi | |
2129 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
2130 | fi | |
2131 | eval ac_res=\$$3 | |
2132 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
2133 | $as_echo "$ac_res" >&6; } | |
2134 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
5464f5a1 | 2135 | |
81ecdfbb | 2136 | } # ac_fn_c_check_type |
5464f5a1 | 2137 | |
81ecdfbb RW |
2138 | # ac_fn_c_check_decl LINENO SYMBOL VAR |
2139 | # ------------------------------------ | |
2140 | # Tests whether SYMBOL is declared, setting cache variable VAR accordingly. | |
2141 | ac_fn_c_check_decl () | |
2142 | { | |
2143 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
360cfc9c AM |
2144 | as_decl_name=`echo $2|sed 's/ *(.*//'` |
2145 | as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` | |
2146 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 | |
2147 | $as_echo_n "checking whether $as_decl_name is declared... " >&6; } | |
81ecdfbb RW |
2148 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
2149 | $as_echo_n "(cached) " >&6 | |
2150 | else | |
2151 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
2152 | /* end confdefs.h. */ | |
2153 | $4 | |
2154 | int | |
2155 | main () | |
2156 | { | |
360cfc9c AM |
2157 | #ifndef $as_decl_name |
2158 | #ifdef __cplusplus | |
2159 | (void) $as_decl_use; | |
2160 | #else | |
2161 | (void) $as_decl_name; | |
2162 | #endif | |
81ecdfbb | 2163 | #endif |
5464f5a1 | 2164 | |
81ecdfbb RW |
2165 | ; |
2166 | return 0; | |
2167 | } | |
2168 | _ACEOF | |
2169 | if ac_fn_c_try_compile "$LINENO"; then : | |
2170 | eval "$3=yes" | |
2171 | else | |
2172 | eval "$3=no" | |
5464f5a1 | 2173 | fi |
81ecdfbb RW |
2174 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
2175 | fi | |
2176 | eval ac_res=\$$3 | |
2177 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
2178 | $as_echo "$ac_res" >&6; } | |
2179 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
5464f5a1 | 2180 | |
81ecdfbb RW |
2181 | } # ac_fn_c_check_decl |
2182 | cat >config.log <<_ACEOF | |
2183 | This file contains any messages produced by compilers while | |
2184 | running configure, to aid debugging if configure makes a mistake. | |
5464f5a1 | 2185 | |
c4dd807e | 2186 | It was created by bfd $as_me 2.23.51, which was |
81ecdfbb | 2187 | generated by GNU Autoconf 2.64. Invocation command line was |
5464f5a1 | 2188 | |
81ecdfbb | 2189 | $ $0 $@ |
5464f5a1 | 2190 | |
81ecdfbb RW |
2191 | _ACEOF |
2192 | exec 5>>config.log | |
2193 | { | |
2194 | cat <<_ASUNAME | |
2195 | ## --------- ## | |
2196 | ## Platform. ## | |
2197 | ## --------- ## | |
5464f5a1 | 2198 | |
81ecdfbb RW |
2199 | hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` |
2200 | uname -m = `(uname -m) 2>/dev/null || echo unknown` | |
2201 | uname -r = `(uname -r) 2>/dev/null || echo unknown` | |
2202 | uname -s = `(uname -s) 2>/dev/null || echo unknown` | |
2203 | uname -v = `(uname -v) 2>/dev/null || echo unknown` | |
5464f5a1 | 2204 | |
81ecdfbb RW |
2205 | /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` |
2206 | /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` | |
5464f5a1 | 2207 | |
81ecdfbb RW |
2208 | /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` |
2209 | /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` | |
2210 | /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` | |
2211 | /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` | |
2212 | /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` | |
2213 | /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` | |
2214 | /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` | |
5464f5a1 | 2215 | |
81ecdfbb | 2216 | _ASUNAME |
5464f5a1 | 2217 | |
5464f5a1 NN |
2218 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
2219 | for as_dir in $PATH | |
2220 | do | |
2221 | IFS=$as_save_IFS | |
2222 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2223 | $as_echo "PATH: $as_dir" |
2224 | done | |
2225 | IFS=$as_save_IFS | |
5464f5a1 | 2226 | |
81ecdfbb | 2227 | } >&5 |
5464f5a1 | 2228 | |
81ecdfbb | 2229 | cat >&5 <<_ACEOF |
5464f5a1 | 2230 | |
5464f5a1 | 2231 | |
81ecdfbb RW |
2232 | ## ----------- ## |
2233 | ## Core tests. ## | |
2234 | ## ----------- ## | |
5464f5a1 | 2235 | |
81ecdfbb RW |
2236 | _ACEOF |
2237 | ||
2238 | ||
2239 | # Keep a trace of the command line. | |
2240 | # Strip out --no-create and --no-recursion so they do not pile up. | |
2241 | # Strip out --silent because we don't want to record it for future runs. | |
2242 | # Also quote any args containing shell meta-characters. | |
2243 | # Make two passes to allow for proper duplicate-argument suppression. | |
2244 | ac_configure_args= | |
2245 | ac_configure_args0= | |
2246 | ac_configure_args1= | |
2247 | ac_must_keep_next=false | |
2248 | for ac_pass in 1 2 | |
2249 | do | |
2250 | for ac_arg | |
2251 | do | |
2252 | case $ac_arg in | |
2253 | -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; | |
2254 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
2255 | | -silent | --silent | --silen | --sile | --sil) | |
2256 | continue ;; | |
2257 | *\'*) | |
2258 | ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; | |
2259 | esac | |
2260 | case $ac_pass in | |
2261 | 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; | |
2262 | 2) | |
2263 | as_fn_append ac_configure_args1 " '$ac_arg'" | |
2264 | if test $ac_must_keep_next = true; then | |
2265 | ac_must_keep_next=false # Got value, back to normal. | |
2266 | else | |
2267 | case $ac_arg in | |
2268 | *=* | --config-cache | -C | -disable-* | --disable-* \ | |
2269 | | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | |
2270 | | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | |
2271 | | -with-* | --with-* | -without-* | --without-* | --x) | |
2272 | case "$ac_configure_args0 " in | |
2273 | "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; | |
2274 | esac | |
2275 | ;; | |
2276 | -* ) ac_must_keep_next=true ;; | |
2277 | esac | |
2278 | fi | |
2279 | as_fn_append ac_configure_args " '$ac_arg'" | |
2280 | ;; | |
2281 | esac | |
2282 | done | |
2283 | done | |
2284 | { ac_configure_args0=; unset ac_configure_args0;} | |
2285 | { ac_configure_args1=; unset ac_configure_args1;} | |
2286 | ||
2287 | # When interrupted or exit'd, cleanup temporary files, and complete | |
2288 | # config.log. We remove comments because anyway the quotes in there | |
2289 | # would cause problems or look ugly. | |
2290 | # WARNING: Use '\'' to represent an apostrophe within the trap. | |
2291 | # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. | |
2292 | trap 'exit_status=$? | |
2293 | # Save into config.log some information that might help in debugging. | |
2294 | { | |
2295 | echo | |
2296 | ||
2297 | cat <<\_ASBOX | |
2298 | ## ---------------- ## | |
2299 | ## Cache variables. ## | |
2300 | ## ---------------- ## | |
2301 | _ASBOX | |
2302 | echo | |
2303 | # The following way of writing the cache mishandles newlines in values, | |
2304 | ( | |
2305 | for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do | |
2306 | eval ac_val=\$$ac_var | |
2307 | case $ac_val in #( | |
2308 | *${as_nl}*) | |
2309 | case $ac_var in #( | |
2310 | *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 | |
2311 | $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |
2312 | esac | |
2313 | case $ac_var in #( | |
2314 | _ | IFS | as_nl) ;; #( | |
2315 | BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( | |
2316 | *) { eval $ac_var=; unset $ac_var;} ;; | |
2317 | esac ;; | |
2318 | esac | |
2319 | done | |
2320 | (set) 2>&1 | | |
2321 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( | |
2322 | *${as_nl}ac_space=\ *) | |
2323 | sed -n \ | |
2324 | "s/'\''/'\''\\\\'\'''\''/g; | |
2325 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" | |
2326 | ;; #( | |
2327 | *) | |
2328 | sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" | |
2329 | ;; | |
2330 | esac | | |
2331 | sort | |
2332 | ) | |
2333 | echo | |
2334 | ||
2335 | cat <<\_ASBOX | |
2336 | ## ----------------- ## | |
2337 | ## Output variables. ## | |
2338 | ## ----------------- ## | |
2339 | _ASBOX | |
2340 | echo | |
2341 | for ac_var in $ac_subst_vars | |
2342 | do | |
2343 | eval ac_val=\$$ac_var | |
2344 | case $ac_val in | |
2345 | *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; | |
2346 | esac | |
2347 | $as_echo "$ac_var='\''$ac_val'\''" | |
2348 | done | sort | |
2349 | echo | |
2350 | ||
2351 | if test -n "$ac_subst_files"; then | |
2352 | cat <<\_ASBOX | |
2353 | ## ------------------- ## | |
2354 | ## File substitutions. ## | |
2355 | ## ------------------- ## | |
2356 | _ASBOX | |
2357 | echo | |
2358 | for ac_var in $ac_subst_files | |
2359 | do | |
2360 | eval ac_val=\$$ac_var | |
2361 | case $ac_val in | |
2362 | *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; | |
2363 | esac | |
2364 | $as_echo "$ac_var='\''$ac_val'\''" | |
2365 | done | sort | |
2366 | echo | |
2367 | fi | |
2368 | ||
2369 | if test -s confdefs.h; then | |
2370 | cat <<\_ASBOX | |
2371 | ## ----------- ## | |
2372 | ## confdefs.h. ## | |
2373 | ## ----------- ## | |
2374 | _ASBOX | |
2375 | echo | |
2376 | cat confdefs.h | |
2377 | echo | |
2378 | fi | |
2379 | test "$ac_signal" != 0 && | |
2380 | $as_echo "$as_me: caught signal $ac_signal" | |
2381 | $as_echo "$as_me: exit $exit_status" | |
2382 | } >&5 | |
2383 | rm -f core *.core core.conftest.* && | |
2384 | rm -f -r conftest* confdefs* conf$$* $ac_clean_files && | |
2385 | exit $exit_status | |
2386 | ' 0 | |
2387 | for ac_signal in 1 2 13 15; do | |
2388 | trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal | |
2389 | done | |
2390 | ac_signal=0 | |
2391 | ||
2392 | # confdefs.h avoids OS command line length limits that DEFS can exceed. | |
2393 | rm -f -r conftest* confdefs.h | |
2394 | ||
2395 | $as_echo "/* confdefs.h */" > confdefs.h | |
2396 | ||
2397 | # Predefined preprocessor variables. | |
2398 | ||
2399 | cat >>confdefs.h <<_ACEOF | |
2400 | #define PACKAGE_NAME "$PACKAGE_NAME" | |
2401 | _ACEOF | |
2402 | ||
2403 | cat >>confdefs.h <<_ACEOF | |
2404 | #define PACKAGE_TARNAME "$PACKAGE_TARNAME" | |
2405 | _ACEOF | |
2406 | ||
2407 | cat >>confdefs.h <<_ACEOF | |
2408 | #define PACKAGE_VERSION "$PACKAGE_VERSION" | |
2409 | _ACEOF | |
2410 | ||
2411 | cat >>confdefs.h <<_ACEOF | |
2412 | #define PACKAGE_STRING "$PACKAGE_STRING" | |
2413 | _ACEOF | |
2414 | ||
2415 | cat >>confdefs.h <<_ACEOF | |
2416 | #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" | |
2417 | _ACEOF | |
2418 | ||
2419 | cat >>confdefs.h <<_ACEOF | |
2420 | #define PACKAGE_URL "$PACKAGE_URL" | |
2421 | _ACEOF | |
2422 | ||
2423 | ||
2424 | # Let the site file select an alternate cache file if it wants to. | |
2425 | # Prefer an explicitly selected file to automatically selected ones. | |
2426 | ac_site_file1=NONE | |
2427 | ac_site_file2=NONE | |
2428 | if test -n "$CONFIG_SITE"; then | |
2429 | ac_site_file1=$CONFIG_SITE | |
2430 | elif test "x$prefix" != xNONE; then | |
2431 | ac_site_file1=$prefix/share/config.site | |
2432 | ac_site_file2=$prefix/etc/config.site | |
2433 | else | |
2434 | ac_site_file1=$ac_default_prefix/share/config.site | |
2435 | ac_site_file2=$ac_default_prefix/etc/config.site | |
2436 | fi | |
2437 | for ac_site_file in "$ac_site_file1" "$ac_site_file2" | |
2438 | do | |
2439 | test "x$ac_site_file" = xNONE && continue | |
2440 | if test -r "$ac_site_file"; then | |
2441 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | |
2442 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} | |
2443 | sed 's/^/| /' "$ac_site_file" >&5 | |
2444 | . "$ac_site_file" | |
2445 | fi | |
2446 | done | |
2447 | ||
2448 | if test -r "$cache_file"; then | |
2449 | # Some versions of bash will fail to source /dev/null (special | |
2450 | # files actually), so we avoid doing that. | |
2451 | if test -f "$cache_file"; then | |
2452 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 | |
2453 | $as_echo "$as_me: loading cache $cache_file" >&6;} | |
2454 | case $cache_file in | |
2455 | [\\/]* | ?:[\\/]* ) . "$cache_file";; | |
2456 | *) . "./$cache_file";; | |
2457 | esac | |
2458 | fi | |
2459 | else | |
2460 | { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 | |
2461 | $as_echo "$as_me: creating cache $cache_file" >&6;} | |
2462 | >$cache_file | |
2463 | fi | |
2464 | ||
2465 | # Check that the precious variables saved in the cache have kept the same | |
2466 | # value. | |
2467 | ac_cache_corrupted=false | |
2468 | for ac_var in $ac_precious_vars; do | |
2469 | eval ac_old_set=\$ac_cv_env_${ac_var}_set | |
2470 | eval ac_new_set=\$ac_env_${ac_var}_set | |
2471 | eval ac_old_val=\$ac_cv_env_${ac_var}_value | |
2472 | eval ac_new_val=\$ac_env_${ac_var}_value | |
2473 | case $ac_old_set,$ac_new_set in | |
2474 | set,) | |
2475 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 | |
2476 | $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} | |
2477 | ac_cache_corrupted=: ;; | |
2478 | ,set) | |
2479 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 | |
2480 | $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} | |
2481 | ac_cache_corrupted=: ;; | |
2482 | ,);; | |
2483 | *) | |
2484 | if test "x$ac_old_val" != "x$ac_new_val"; then | |
2485 | # differences in whitespace do not lead to failure. | |
2486 | ac_old_val_w=`echo x $ac_old_val` | |
2487 | ac_new_val_w=`echo x $ac_new_val` | |
2488 | if test "$ac_old_val_w" != "$ac_new_val_w"; then | |
2489 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 | |
2490 | $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} | |
2491 | ac_cache_corrupted=: | |
2492 | else | |
2493 | { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 | |
2494 | $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} | |
2495 | eval $ac_var=\$ac_old_val | |
2496 | fi | |
2497 | { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 | |
2498 | $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} | |
2499 | { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 | |
2500 | $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} | |
2501 | fi;; | |
2502 | esac | |
2503 | # Pass precious variables to config.status. | |
2504 | if test "$ac_new_set" = set; then | |
2505 | case $ac_new_val in | |
2506 | *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; | |
2507 | *) ac_arg=$ac_var=$ac_new_val ;; | |
2508 | esac | |
2509 | case " $ac_configure_args " in | |
2510 | *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. | |
2511 | *) as_fn_append ac_configure_args " '$ac_arg'" ;; | |
2512 | esac | |
5464f5a1 NN |
2513 | fi |
2514 | done | |
81ecdfbb RW |
2515 | if $ac_cache_corrupted; then |
2516 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
2517 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
2518 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 | |
2519 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} | |
2520 | as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 | |
2521 | fi | |
2522 | ## -------------------- ## | |
2523 | ## Main body of script. ## | |
2524 | ## -------------------- ## | |
2525 | ||
2526 | ac_ext=c | |
2527 | ac_cpp='$CPP $CPPFLAGS' | |
2528 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
2529 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
2530 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
2531 | ||
2532 | ||
2533 | ||
2534 | ||
2535 | ||
2536 | ||
2537 | ||
2538 | ac_aux_dir= | |
2539 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do | |
2540 | for ac_t in install-sh install.sh shtool; do | |
2541 | if test -f "$ac_dir/$ac_t"; then | |
2542 | ac_aux_dir=$ac_dir | |
2543 | ac_install_sh="$ac_aux_dir/$ac_t -c" | |
2544 | break 2 | |
2545 | fi | |
2546 | done | |
5464f5a1 | 2547 | done |
81ecdfbb RW |
2548 | if test -z "$ac_aux_dir"; then |
2549 | as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 | |
2550 | fi | |
2551 | ||
2552 | # These three variables are undocumented and unsupported, | |
2553 | # and are intended to be withdrawn in a future Autoconf release. | |
2554 | # They can cause serious problems if a builder's source tree is in a directory | |
2555 | # whose full name contains unusual characters. | |
2556 | ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. | |
2557 | ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. | |
2558 | ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. | |
2559 | ||
2560 | ||
2561 | # Make sure we can run config.sub. | |
2562 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || | |
2563 | as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 | |
2564 | ||
2565 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 | |
2566 | $as_echo_n "checking build system type... " >&6; } | |
2567 | if test "${ac_cv_build+set}" = set; then : | |
2568 | $as_echo_n "(cached) " >&6 | |
2569 | else | |
2570 | ac_build_alias=$build_alias | |
2571 | test "x$ac_build_alias" = x && | |
2572 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` | |
2573 | test "x$ac_build_alias" = x && | |
2574 | as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 | |
2575 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || | |
2576 | as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 | |
2577 | ||
2578 | fi | |
2579 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 | |
2580 | $as_echo "$ac_cv_build" >&6; } | |
2581 | case $ac_cv_build in | |
2582 | *-*-*) ;; | |
2583 | *) as_fn_error "invalid value of canonical build" "$LINENO" 5;; | |
2584 | esac | |
2585 | build=$ac_cv_build | |
2586 | ac_save_IFS=$IFS; IFS='-' | |
2587 | set x $ac_cv_build | |
2588 | shift | |
2589 | build_cpu=$1 | |
2590 | build_vendor=$2 | |
2591 | shift; shift | |
2592 | # Remember, the first character of IFS is used to create $*, | |
2593 | # except with old shells: | |
2594 | build_os=$* | |
2595 | IFS=$ac_save_IFS | |
2596 | case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac | |
5464f5a1 | 2597 | |
81ecdfbb RW |
2598 | |
2599 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 | |
2600 | $as_echo_n "checking host system type... " >&6; } | |
2601 | if test "${ac_cv_host+set}" = set; then : | |
2602 | $as_echo_n "(cached) " >&6 | |
2603 | else | |
2604 | if test "x$host_alias" = x; then | |
2605 | ac_cv_host=$ac_cv_build | |
2606 | else | |
2607 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || | |
2608 | as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 | |
5464f5a1 | 2609 | fi |
81ecdfbb | 2610 | |
5464f5a1 | 2611 | fi |
81ecdfbb RW |
2612 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 |
2613 | $as_echo "$ac_cv_host" >&6; } | |
2614 | case $ac_cv_host in | |
2615 | *-*-*) ;; | |
2616 | *) as_fn_error "invalid value of canonical host" "$LINENO" 5;; | |
2617 | esac | |
2618 | host=$ac_cv_host | |
2619 | ac_save_IFS=$IFS; IFS='-' | |
2620 | set x $ac_cv_host | |
2621 | shift | |
2622 | host_cpu=$1 | |
2623 | host_vendor=$2 | |
2624 | shift; shift | |
2625 | # Remember, the first character of IFS is used to create $*, | |
2626 | # except with old shells: | |
2627 | host_os=$* | |
2628 | IFS=$ac_save_IFS | |
2629 | case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac | |
2630 | ||
2631 | ||
2632 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5 | |
2633 | $as_echo_n "checking target system type... " >&6; } | |
2634 | if test "${ac_cv_target+set}" = set; then : | |
2635 | $as_echo_n "(cached) " >&6 | |
5464f5a1 | 2636 | else |
81ecdfbb RW |
2637 | if test "x$target_alias" = x; then |
2638 | ac_cv_target=$ac_cv_host | |
2639 | else | |
2640 | ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || | |
2641 | as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 | |
5464f5a1 NN |
2642 | fi |
2643 | ||
2644 | fi | |
81ecdfbb RW |
2645 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5 |
2646 | $as_echo "$ac_cv_target" >&6; } | |
2647 | case $ac_cv_target in | |
2648 | *-*-*) ;; | |
2649 | *) as_fn_error "invalid value of canonical target" "$LINENO" 5;; | |
2650 | esac | |
2651 | target=$ac_cv_target | |
2652 | ac_save_IFS=$IFS; IFS='-' | |
2653 | set x $ac_cv_target | |
2654 | shift | |
2655 | target_cpu=$1 | |
2656 | target_vendor=$2 | |
2657 | shift; shift | |
2658 | # Remember, the first character of IFS is used to create $*, | |
2659 | # except with old shells: | |
2660 | target_os=$* | |
2661 | IFS=$ac_save_IFS | |
2662 | case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac | |
2663 | ||
2664 | ||
2665 | # The aliases save the names the user supplied, while $host etc. | |
2666 | # will get canonicalized. | |
2667 | test -n "$target_alias" && | |
2668 | test "$program_prefix$program_suffix$program_transform_name" = \ | |
2669 | NONENONEs,x,x, && | |
2670 | program_prefix=${target_alias}- | |
2671 | ac_ext=c | |
2672 | ac_cpp='$CPP $CPPFLAGS' | |
2673 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
2674 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
2675 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
2676 | if test -n "$ac_tool_prefix"; then | |
2677 | # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | |
2678 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 | |
2679 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
2680 | $as_echo_n "checking for $ac_word... " >&6; } | |
2681 | if test "${ac_cv_prog_CC+set}" = set; then : | |
2682 | $as_echo_n "(cached) " >&6 | |
5464f5a1 | 2683 | else |
81ecdfbb RW |
2684 | if test -n "$CC"; then |
2685 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
5464f5a1 NN |
2686 | else |
2687 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2688 | for as_dir in $PATH | |
2689 | do | |
2690 | IFS=$as_save_IFS | |
2691 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2692 | for ac_exec_ext in '' $ac_executable_extensions; do |
2693 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
2694 | ac_cv_prog_CC="${ac_tool_prefix}gcc" | |
2695 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
5464f5a1 NN |
2696 | break 2 |
2697 | fi | |
2698 | done | |
81ecdfbb RW |
2699 | done |
2700 | IFS=$as_save_IFS | |
5464f5a1 NN |
2701 | |
2702 | fi | |
2703 | fi | |
81ecdfbb RW |
2704 | CC=$ac_cv_prog_CC |
2705 | if test -n "$CC"; then | |
2706 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 | |
2707 | $as_echo "$CC" >&6; } | |
5464f5a1 | 2708 | else |
81ecdfbb RW |
2709 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2710 | $as_echo "no" >&6; } | |
5464f5a1 NN |
2711 | fi |
2712 | ||
81ecdfbb RW |
2713 | |
2714 | fi | |
2715 | if test -z "$ac_cv_prog_CC"; then | |
2716 | ac_ct_CC=$CC | |
2717 | # Extract the first word of "gcc", so it can be a program name with args. | |
2718 | set dummy gcc; ac_word=$2 | |
2719 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
2720 | $as_echo_n "checking for $ac_word... " >&6; } | |
2721 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | |
2722 | $as_echo_n "(cached) " >&6 | |
2723 | else | |
2724 | if test -n "$ac_ct_CC"; then | |
2725 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
2726 | else | |
2727 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2728 | for as_dir in $PATH | |
2729 | do | |
2730 | IFS=$as_save_IFS | |
2731 | test -z "$as_dir" && as_dir=. | |
2732 | for ac_exec_ext in '' $ac_executable_extensions; do | |
2733 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
2734 | ac_cv_prog_ac_ct_CC="gcc" | |
2735 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
2736 | break 2 | |
2737 | fi | |
2738 | done | |
2739 | done | |
2740 | IFS=$as_save_IFS | |
2741 | ||
2742 | fi | |
2743 | fi | |
2744 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
2745 | if test -n "$ac_ct_CC"; then | |
2746 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 | |
2747 | $as_echo "$ac_ct_CC" >&6; } | |
2748 | else | |
2749 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
2750 | $as_echo "no" >&6; } | |
2751 | fi | |
2752 | ||
2753 | if test "x$ac_ct_CC" = x; then | |
2754 | CC="" | |
2755 | else | |
2756 | case $cross_compiling:$ac_tool_warned in | |
2757 | yes:) | |
2758 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
2759 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
2760 | ac_tool_warned=yes ;; | |
2761 | esac | |
2762 | CC=$ac_ct_CC | |
2763 | fi | |
2764 | else | |
2765 | CC="$ac_cv_prog_CC" | |
2766 | fi | |
2767 | ||
2768 | if test -z "$CC"; then | |
2769 | if test -n "$ac_tool_prefix"; then | |
2770 | # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | |
2771 | set dummy ${ac_tool_prefix}cc; ac_word=$2 | |
2772 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
2773 | $as_echo_n "checking for $ac_word... " >&6; } | |
2774 | if test "${ac_cv_prog_CC+set}" = set; then : | |
2775 | $as_echo_n "(cached) " >&6 | |
2776 | else | |
2777 | if test -n "$CC"; then | |
2778 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
2779 | else | |
2780 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2781 | for as_dir in $PATH | |
2782 | do | |
2783 | IFS=$as_save_IFS | |
2784 | test -z "$as_dir" && as_dir=. | |
2785 | for ac_exec_ext in '' $ac_executable_extensions; do | |
2786 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
2787 | ac_cv_prog_CC="${ac_tool_prefix}cc" | |
2788 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
2789 | break 2 | |
2790 | fi | |
2791 | done | |
2792 | done | |
2793 | IFS=$as_save_IFS | |
2794 | ||
5464f5a1 | 2795 | fi |
81ecdfbb RW |
2796 | fi |
2797 | CC=$ac_cv_prog_CC | |
2798 | if test -n "$CC"; then | |
2799 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 | |
2800 | $as_echo "$CC" >&6; } | |
2801 | else | |
2802 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
2803 | $as_echo "no" >&6; } | |
2804 | fi | |
2805 | ||
5464f5a1 | 2806 | |
81ecdfbb | 2807 | fi |
5464f5a1 NN |
2808 | fi |
2809 | if test -z "$CC"; then | |
2810 | # Extract the first word of "cc", so it can be a program name with args. | |
2811 | set dummy cc; ac_word=$2 | |
81ecdfbb RW |
2812 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2813 | $as_echo_n "checking for $ac_word... " >&6; } | |
2814 | if test "${ac_cv_prog_CC+set}" = set; then : | |
2815 | $as_echo_n "(cached) " >&6 | |
5464f5a1 NN |
2816 | else |
2817 | if test -n "$CC"; then | |
2818 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
2819 | else | |
2820 | ac_prog_rejected=no | |
2821 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2822 | for as_dir in $PATH | |
2823 | do | |
2824 | IFS=$as_save_IFS | |
2825 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2826 | for ac_exec_ext in '' $ac_executable_extensions; do |
2827 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
5464f5a1 NN |
2828 | if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
2829 | ac_prog_rejected=yes | |
2830 | continue | |
2831 | fi | |
2832 | ac_cv_prog_CC="cc" | |
81ecdfbb | 2833 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5464f5a1 NN |
2834 | break 2 |
2835 | fi | |
2836 | done | |
81ecdfbb RW |
2837 | done |
2838 | IFS=$as_save_IFS | |
5464f5a1 NN |
2839 | |
2840 | if test $ac_prog_rejected = yes; then | |
2841 | # We found a bogon in the path, so make sure we never use it. | |
2842 | set dummy $ac_cv_prog_CC | |
2843 | shift | |
2844 | if test $# != 0; then | |
2845 | # We chose a different compiler from the bogus one. | |
2846 | # However, it has the same basename, so the bogon will be chosen | |
2847 | # first if we set CC to just the basename; use the full file name. | |
2848 | shift | |
2849 | ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" | |
2850 | fi | |
2851 | fi | |
2852 | fi | |
2853 | fi | |
2854 | CC=$ac_cv_prog_CC | |
2855 | if test -n "$CC"; then | |
81ecdfbb RW |
2856 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
2857 | $as_echo "$CC" >&6; } | |
5464f5a1 | 2858 | else |
81ecdfbb RW |
2859 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2860 | $as_echo "no" >&6; } | |
5464f5a1 NN |
2861 | fi |
2862 | ||
81ecdfbb | 2863 | |
5464f5a1 NN |
2864 | fi |
2865 | if test -z "$CC"; then | |
2866 | if test -n "$ac_tool_prefix"; then | |
81ecdfbb | 2867 | for ac_prog in cl.exe |
5464f5a1 NN |
2868 | do |
2869 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
2870 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
81ecdfbb RW |
2871 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2872 | $as_echo_n "checking for $ac_word... " >&6; } | |
2873 | if test "${ac_cv_prog_CC+set}" = set; then : | |
2874 | $as_echo_n "(cached) " >&6 | |
5464f5a1 NN |
2875 | else |
2876 | if test -n "$CC"; then | |
2877 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
2878 | else | |
2879 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2880 | for as_dir in $PATH | |
2881 | do | |
2882 | IFS=$as_save_IFS | |
2883 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2884 | for ac_exec_ext in '' $ac_executable_extensions; do |
2885 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
5464f5a1 | 2886 | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
81ecdfbb | 2887 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5464f5a1 NN |
2888 | break 2 |
2889 | fi | |
2890 | done | |
81ecdfbb RW |
2891 | done |
2892 | IFS=$as_save_IFS | |
5464f5a1 NN |
2893 | |
2894 | fi | |
2895 | fi | |
2896 | CC=$ac_cv_prog_CC | |
2897 | if test -n "$CC"; then | |
81ecdfbb RW |
2898 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
2899 | $as_echo "$CC" >&6; } | |
5464f5a1 | 2900 | else |
81ecdfbb RW |
2901 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2902 | $as_echo "no" >&6; } | |
5464f5a1 NN |
2903 | fi |
2904 | ||
81ecdfbb | 2905 | |
5464f5a1 NN |
2906 | test -n "$CC" && break |
2907 | done | |
2908 | fi | |
2909 | if test -z "$CC"; then | |
2910 | ac_ct_CC=$CC | |
81ecdfbb | 2911 | for ac_prog in cl.exe |
5464f5a1 NN |
2912 | do |
2913 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
2914 | set dummy $ac_prog; ac_word=$2 | |
81ecdfbb RW |
2915 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2916 | $as_echo_n "checking for $ac_word... " >&6; } | |
2917 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | |
2918 | $as_echo_n "(cached) " >&6 | |
5464f5a1 NN |
2919 | else |
2920 | if test -n "$ac_ct_CC"; then | |
2921 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
2922 | else | |
2923 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2924 | for as_dir in $PATH | |
2925 | do | |
2926 | IFS=$as_save_IFS | |
2927 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2928 | for ac_exec_ext in '' $ac_executable_extensions; do |
2929 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
5464f5a1 | 2930 | ac_cv_prog_ac_ct_CC="$ac_prog" |
81ecdfbb | 2931 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5464f5a1 NN |
2932 | break 2 |
2933 | fi | |
2934 | done | |
81ecdfbb RW |
2935 | done |
2936 | IFS=$as_save_IFS | |
5464f5a1 NN |
2937 | |
2938 | fi | |
2939 | fi | |
2940 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
2941 | if test -n "$ac_ct_CC"; then | |
81ecdfbb RW |
2942 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
2943 | $as_echo "$ac_ct_CC" >&6; } | |
5464f5a1 | 2944 | else |
81ecdfbb RW |
2945 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2946 | $as_echo "no" >&6; } | |
5464f5a1 NN |
2947 | fi |
2948 | ||
81ecdfbb | 2949 | |
5464f5a1 NN |
2950 | test -n "$ac_ct_CC" && break |
2951 | done | |
2952 | ||
81ecdfbb RW |
2953 | if test "x$ac_ct_CC" = x; then |
2954 | CC="" | |
2955 | else | |
2956 | case $cross_compiling:$ac_tool_warned in | |
2957 | yes:) | |
2958 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
2959 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
2960 | ac_tool_warned=yes ;; | |
2961 | esac | |
2962 | CC=$ac_ct_CC | |
2963 | fi | |
5464f5a1 NN |
2964 | fi |
2965 | ||
2966 | fi | |
2967 | ||
2968 | ||
81ecdfbb RW |
2969 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2970 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
2971 | as_fn_error "no acceptable C compiler found in \$PATH | |
2972 | See \`config.log' for more details." "$LINENO" 5; } | |
5464f5a1 NN |
2973 | |
2974 | # Provide some information about the compiler. | |
81ecdfbb RW |
2975 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
2976 | set X $ac_compile | |
2977 | ac_compiler=$2 | |
2978 | for ac_option in --version -v -V -qversion; do | |
2979 | { { ac_try="$ac_compiler $ac_option >&5" | |
2980 | case "(($ac_try" in | |
2981 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
2982 | *) ac_try_echo=$ac_try;; | |
2983 | esac | |
2984 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
2985 | $as_echo "$ac_try_echo"; } >&5 | |
2986 | (eval "$ac_compiler $ac_option >&5") 2>conftest.err | |
5464f5a1 | 2987 | ac_status=$? |
81ecdfbb RW |
2988 | if test -s conftest.err; then |
2989 | sed '10a\ | |
2990 | ... rest of stderr output deleted ... | |
2991 | 10q' conftest.err >conftest.er1 | |
2992 | cat conftest.er1 >&5 | |
2993 | rm -f conftest.er1 conftest.err | |
2994 | fi | |
2995 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
2996 | test $ac_status = 0; } | |
2997 | done | |
5464f5a1 | 2998 | |
81ecdfbb | 2999 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5464f5a1 NN |
3000 | /* end confdefs.h. */ |
3001 | ||
3002 | int | |
3003 | main () | |
3004 | { | |
3005 | ||
3006 | ; | |
3007 | return 0; | |
3008 | } | |
3009 | _ACEOF | |
3010 | ac_clean_files_save=$ac_clean_files | |
81ecdfbb | 3011 | ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out" |
5464f5a1 NN |
3012 | # Try to create an executable without -o first, disregard a.out. |
3013 | # It will help us diagnose broken compilers, and finding out an intuition | |
3014 | # of exeext. | |
81ecdfbb RW |
3015 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 |
3016 | $as_echo_n "checking for C compiler default output file name... " >&6; } | |
3017 | ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` | |
3018 | ||
3019 | # The possible output files: | |
3020 | ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" | |
3021 | ||
3022 | ac_rmfiles= | |
3023 | for ac_file in $ac_files | |
3024 | do | |
3025 | case $ac_file in | |
3026 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; | |
3027 | * ) ac_rmfiles="$ac_rmfiles $ac_file";; | |
3028 | esac | |
3029 | done | |
3030 | rm -f $ac_rmfiles | |
3031 | ||
3032 | if { { ac_try="$ac_link_default" | |
3033 | case "(($ac_try" in | |
3034 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3035 | *) ac_try_echo=$ac_try;; | |
3036 | esac | |
3037 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
3038 | $as_echo "$ac_try_echo"; } >&5 | |
3039 | (eval "$ac_link_default") 2>&5 | |
3040 | ac_status=$? | |
3041 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
3042 | test $ac_status = 0; }; then : | |
3043 | # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. | |
3044 | # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' | |
3045 | # in a Makefile. We should not override ac_cv_exeext if it was cached, | |
3046 | # so that the user can short-circuit this test for compilers unknown to | |
3047 | # Autoconf. | |
3048 | for ac_file in $ac_files '' | |
5464f5a1 NN |
3049 | do |
3050 | test -f "$ac_file" || continue | |
3051 | case $ac_file in | |
81ecdfbb | 3052 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) |
5464f5a1 NN |
3053 | ;; |
3054 | [ab].out ) | |
3055 | # We found the default executable, but exeext='' is most | |
3056 | # certainly right. | |
3057 | break;; | |
3058 | *.* ) | |
81ecdfbb RW |
3059 | if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; |
3060 | then :; else | |
3061 | ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | |
3062 | fi | |
3063 | # We set ac_cv_exeext here because the later test for it is not | |
3064 | # safe: cross compilers may not add the suffix if given an `-o' | |
3065 | # argument, so we may need to know it at that point already. | |
3066 | # Even if this section looks crufty: it has the advantage of | |
3067 | # actually working. | |
5464f5a1 NN |
3068 | break;; |
3069 | * ) | |
3070 | break;; | |
3071 | esac | |
3072 | done | |
81ecdfbb RW |
3073 | test "$ac_cv_exeext" = no && ac_cv_exeext= |
3074 | ||
5464f5a1 | 3075 | else |
81ecdfbb RW |
3076 | ac_file='' |
3077 | fi | |
3078 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 | |
3079 | $as_echo "$ac_file" >&6; } | |
3080 | if test -z "$ac_file"; then : | |
3081 | $as_echo "$as_me: failed program was:" >&5 | |
5464f5a1 NN |
3082 | sed 's/^/| /' conftest.$ac_ext >&5 |
3083 | ||
81ecdfbb RW |
3084 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3085 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
3086 | { as_fn_set_status 77 | |
3087 | as_fn_error "C compiler cannot create executables | |
3088 | See \`config.log' for more details." "$LINENO" 5; }; } | |
5464f5a1 | 3089 | fi |
5464f5a1 | 3090 | ac_exeext=$ac_cv_exeext |
5464f5a1 | 3091 | |
81ecdfbb | 3092 | # Check that the compiler produces executables we can run. If not, either |
5464f5a1 | 3093 | # the compiler is broken, or we cross compile. |
81ecdfbb RW |
3094 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 |
3095 | $as_echo_n "checking whether the C compiler works... " >&6; } | |
5464f5a1 NN |
3096 | # If not cross compiling, check that we can run a simple program. |
3097 | if test "$cross_compiling" != yes; then | |
3098 | if { ac_try='./$ac_file' | |
81ecdfbb RW |
3099 | { { case "(($ac_try" in |
3100 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3101 | *) ac_try_echo=$ac_try;; | |
3102 | esac | |
3103 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
3104 | $as_echo "$ac_try_echo"; } >&5 | |
3105 | (eval "$ac_try") 2>&5 | |
5464f5a1 | 3106 | ac_status=$? |
81ecdfbb RW |
3107 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3108 | test $ac_status = 0; }; }; then | |
5464f5a1 NN |
3109 | cross_compiling=no |
3110 | else | |
3111 | if test "$cross_compiling" = maybe; then | |
3112 | cross_compiling=yes | |
3113 | else | |
81ecdfbb RW |
3114 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3115 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
3116 | as_fn_error "cannot run C compiled programs. | |
5464f5a1 | 3117 | If you meant to cross compile, use \`--host'. |
81ecdfbb | 3118 | See \`config.log' for more details." "$LINENO" 5; } |
5464f5a1 NN |
3119 | fi |
3120 | fi | |
3121 | fi | |
81ecdfbb RW |
3122 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
3123 | $as_echo "yes" >&6; } | |
5464f5a1 | 3124 | |
81ecdfbb | 3125 | rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out |
5464f5a1 | 3126 | ac_clean_files=$ac_clean_files_save |
81ecdfbb | 3127 | # Check that the compiler produces executables we can run. If not, either |
5464f5a1 | 3128 | # the compiler is broken, or we cross compile. |
81ecdfbb RW |
3129 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 |
3130 | $as_echo_n "checking whether we are cross compiling... " >&6; } | |
3131 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 | |
3132 | $as_echo "$cross_compiling" >&6; } | |
3133 | ||
3134 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 | |
3135 | $as_echo_n "checking for suffix of executables... " >&6; } | |
3136 | if { { ac_try="$ac_link" | |
3137 | case "(($ac_try" in | |
3138 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3139 | *) ac_try_echo=$ac_try;; | |
3140 | esac | |
3141 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
3142 | $as_echo "$ac_try_echo"; } >&5 | |
3143 | (eval "$ac_link") 2>&5 | |
5464f5a1 | 3144 | ac_status=$? |
81ecdfbb RW |
3145 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3146 | test $ac_status = 0; }; then : | |
5464f5a1 NN |
3147 | # If both `conftest.exe' and `conftest' are `present' (well, observable) |
3148 | # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will | |
3149 | # work properly (i.e., refer to `conftest.exe'), while it won't with | |
3150 | # `rm'. | |
3151 | for ac_file in conftest.exe conftest conftest.*; do | |
3152 | test -f "$ac_file" || continue | |
3153 | case $ac_file in | |
81ecdfbb | 3154 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; |
5464f5a1 | 3155 | *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
5464f5a1 NN |
3156 | break;; |
3157 | * ) break;; | |
3158 | esac | |
3159 | done | |
3160 | else | |
81ecdfbb RW |
3161 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3162 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
3163 | as_fn_error "cannot compute suffix of executables: cannot compile and link | |
3164 | See \`config.log' for more details." "$LINENO" 5; } | |
5464f5a1 | 3165 | fi |
5464f5a1 | 3166 | rm -f conftest$ac_cv_exeext |
81ecdfbb RW |
3167 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
3168 | $as_echo "$ac_cv_exeext" >&6; } | |
5464f5a1 NN |
3169 | |
3170 | rm -f conftest.$ac_ext | |
3171 | EXEEXT=$ac_cv_exeext | |
3172 | ac_exeext=$EXEEXT | |
81ecdfbb RW |
3173 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
3174 | $as_echo_n "checking for suffix of object files... " >&6; } | |
3175 | if test "${ac_cv_objext+set}" = set; then : | |
3176 | $as_echo_n "(cached) " >&6 | |
5464f5a1 | 3177 | else |
81ecdfbb | 3178 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5464f5a1 NN |
3179 | /* end confdefs.h. */ |
3180 | ||
3181 | int | |
3182 | main () | |
3183 | { | |
3184 | ||
3185 | ; | |
3186 | return 0; | |
3187 | } | |
3188 | _ACEOF | |
3189 | rm -f conftest.o conftest.obj | |
81ecdfbb RW |
3190 | if { { ac_try="$ac_compile" |
3191 | case "(($ac_try" in | |
3192 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3193 | *) ac_try_echo=$ac_try;; | |
3194 | esac | |
3195 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
3196 | $as_echo "$ac_try_echo"; } >&5 | |
3197 | (eval "$ac_compile") 2>&5 | |
3198 | ac_status=$? | |
3199 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
3200 | test $ac_status = 0; }; then : | |
3201 | for ac_file in conftest.o conftest.obj conftest.*; do | |
3202 | test -f "$ac_file" || continue; | |
5464f5a1 | 3203 | case $ac_file in |
81ecdfbb | 3204 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; |
5464f5a1 NN |
3205 | *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` |
3206 | break;; | |
3207 | esac | |
3208 | done | |
3209 | else | |
81ecdfbb | 3210 | $as_echo "$as_me: failed program was:" >&5 |
5464f5a1 NN |
3211 | sed 's/^/| /' conftest.$ac_ext >&5 |
3212 | ||
81ecdfbb RW |
3213 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3214 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
3215 | as_fn_error "cannot compute suffix of object files: cannot compile | |
3216 | See \`config.log' for more details." "$LINENO" 5; } | |
5464f5a1 | 3217 | fi |
5464f5a1 NN |
3218 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
3219 | fi | |
81ecdfbb RW |
3220 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 |
3221 | $as_echo "$ac_cv_objext" >&6; } | |
5464f5a1 NN |
3222 | OBJEXT=$ac_cv_objext |
3223 | ac_objext=$OBJEXT | |
81ecdfbb RW |
3224 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
3225 | $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } | |
3226 | if test "${ac_cv_c_compiler_gnu+set}" = set; then : | |
3227 | $as_echo_n "(cached) " >&6 | |
5464f5a1 | 3228 | else |
81ecdfbb | 3229 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5464f5a1 NN |
3230 | /* end confdefs.h. */ |
3231 | ||
3232 | int | |
3233 | main () | |
3234 | { | |
3235 | #ifndef __GNUC__ | |
3236 | choke me | |
3237 | #endif | |
3238 | ||
3239 | ; | |
3240 | return 0; | |
3241 | } | |
3242 | _ACEOF | |
81ecdfbb | 3243 | if ac_fn_c_try_compile "$LINENO"; then : |
5464f5a1 NN |
3244 | ac_compiler_gnu=yes |
3245 | else | |
81ecdfbb | 3246 | ac_compiler_gnu=no |
5464f5a1 | 3247 | fi |
81ecdfbb | 3248 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5464f5a1 NN |
3249 | ac_cv_c_compiler_gnu=$ac_compiler_gnu |
3250 | ||
3251 | fi | |
81ecdfbb RW |
3252 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 |
3253 | $as_echo "$ac_cv_c_compiler_gnu" >&6; } | |
3254 | if test $ac_compiler_gnu = yes; then | |
3255 | GCC=yes | |
3256 | else | |
3257 | GCC= | |
3258 | fi | |
5464f5a1 NN |
3259 | ac_test_CFLAGS=${CFLAGS+set} |
3260 | ac_save_CFLAGS=$CFLAGS | |
81ecdfbb RW |
3261 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
3262 | $as_echo_n "checking whether $CC accepts -g... " >&6; } | |
3263 | if test "${ac_cv_prog_cc_g+set}" = set; then : | |
3264 | $as_echo_n "(cached) " >&6 | |
3265 | else | |
3266 | ac_save_c_werror_flag=$ac_c_werror_flag | |
3267 | ac_c_werror_flag=yes | |
3268 | ac_cv_prog_cc_g=no | |
3269 | CFLAGS="-g" | |
3270 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
5464f5a1 NN |
3271 | /* end confdefs.h. */ |
3272 | ||
3273 | int | |
3274 | main () | |
3275 | { | |
3276 | ||
3277 | ; | |
3278 | return 0; | |
3279 | } | |
3280 | _ACEOF | |
81ecdfbb | 3281 | if ac_fn_c_try_compile "$LINENO"; then : |
5464f5a1 NN |
3282 | ac_cv_prog_cc_g=yes |
3283 | else | |
81ecdfbb RW |
3284 | CFLAGS="" |
3285 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
3286 | /* end confdefs.h. */ | |
5464f5a1 | 3287 | |
81ecdfbb RW |
3288 | int |
3289 | main () | |
3290 | { | |
3291 | ||
3292 | ; | |
3293 | return 0; | |
3294 | } | |
3295 | _ACEOF | |
3296 | if ac_fn_c_try_compile "$LINENO"; then : | |
3297 | ||
3298 | else | |
3299 | ac_c_werror_flag=$ac_save_c_werror_flag | |
3300 | CFLAGS="-g" | |
3301 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
3302 | /* end confdefs.h. */ | |
3303 | ||
3304 | int | |
3305 | main () | |
3306 | { | |
3307 | ||
3308 | ; | |
3309 | return 0; | |
3310 | } | |
3311 | _ACEOF | |
3312 | if ac_fn_c_try_compile "$LINENO"; then : | |
3313 | ac_cv_prog_cc_g=yes | |
3314 | fi | |
3315 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
5464f5a1 | 3316 | fi |
81ecdfbb | 3317 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5464f5a1 | 3318 | fi |
81ecdfbb RW |
3319 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
3320 | ac_c_werror_flag=$ac_save_c_werror_flag | |
3321 | fi | |
3322 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 | |
3323 | $as_echo "$ac_cv_prog_cc_g" >&6; } | |
5464f5a1 NN |
3324 | if test "$ac_test_CFLAGS" = set; then |
3325 | CFLAGS=$ac_save_CFLAGS | |
3326 | elif test $ac_cv_prog_cc_g = yes; then | |
3327 | if test "$GCC" = yes; then | |
3328 | CFLAGS="-g -O2" | |
3329 | else | |
3330 | CFLAGS="-g" | |
3331 | fi | |
3332 | else | |
3333 | if test "$GCC" = yes; then | |
3334 | CFLAGS="-O2" | |
3335 | else | |
3336 | CFLAGS= | |
3337 | fi | |
3338 | fi | |
81ecdfbb RW |
3339 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
3340 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } | |
3341 | if test "${ac_cv_prog_cc_c89+set}" = set; then : | |
3342 | $as_echo_n "(cached) " >&6 | |
5464f5a1 | 3343 | else |
81ecdfbb | 3344 | ac_cv_prog_cc_c89=no |
5464f5a1 | 3345 | ac_save_CC=$CC |
81ecdfbb | 3346 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5464f5a1 NN |
3347 | /* end confdefs.h. */ |
3348 | #include <stdarg.h> | |
3349 | #include <stdio.h> | |
3350 | #include <sys/types.h> | |
3351 | #include <sys/stat.h> | |
3352 | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | |
3353 | struct buf { int x; }; | |
3354 | FILE * (*rcsopen) (struct buf *, struct stat *, int); | |
3355 | static char *e (p, i) | |
3356 | char **p; | |
3357 | int i; | |
3358 | { | |
3359 | return p[i]; | |
3360 | } | |
3361 | static char *f (char * (*g) (char **, int), char **p, ...) | |
3362 | { | |
3363 | char *s; | |
3364 | va_list v; | |
3365 | va_start (v,p); | |
3366 | s = g (p, va_arg (v,int)); | |
3367 | va_end (v); | |
3368 | return s; | |
3369 | } | |
3370 | ||
3371 | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | |
3372 | function prototypes and stuff, but not '\xHH' hex character constants. | |
3373 | These don't provoke an error unfortunately, instead are silently treated | |
81ecdfbb | 3374 | as 'x'. The following induces an error, until -std is added to get |
5464f5a1 NN |
3375 | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an |
3376 | array size at least. It's necessary to write '\x00'==0 to get something | |
81ecdfbb | 3377 | that's true only with -std. */ |
5464f5a1 NN |
3378 | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; |
3379 | ||
81ecdfbb RW |
3380 | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters |
3381 | inside strings and character constants. */ | |
3382 | #define FOO(x) 'x' | |
3383 | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | |
3384 | ||
5464f5a1 NN |
3385 | int test (int i, double x); |
3386 | struct s1 {int (*f) (int a);}; | |
3387 | struct s2 {int (*f) (double a);}; | |
3388 | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | |
3389 | int argc; | |
3390 | char **argv; | |
3391 | int | |
3392 | main () | |
3393 | { | |
3394 | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | |
3395 | ; | |
3396 | return 0; | |
3397 | } | |
3398 | _ACEOF | |
81ecdfbb RW |
3399 | for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ |
3400 | -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" | |
5464f5a1 NN |
3401 | do |
3402 | CC="$ac_save_CC $ac_arg" | |
81ecdfbb RW |
3403 | if ac_fn_c_try_compile "$LINENO"; then : |
3404 | ac_cv_prog_cc_c89=$ac_arg | |
5464f5a1 | 3405 | fi |
81ecdfbb RW |
3406 | rm -f core conftest.err conftest.$ac_objext |
3407 | test "x$ac_cv_prog_cc_c89" != "xno" && break | |
5464f5a1 | 3408 | done |
81ecdfbb | 3409 | rm -f conftest.$ac_ext |
5464f5a1 NN |
3410 | CC=$ac_save_CC |
3411 | ||
3412 | fi | |
81ecdfbb RW |
3413 | # AC_CACHE_VAL |
3414 | case "x$ac_cv_prog_cc_c89" in | |
3415 | x) | |
3416 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 | |
3417 | $as_echo "none needed" >&6; } ;; | |
3418 | xno) | |
3419 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 | |
3420 | $as_echo "unsupported" >&6; } ;; | |
5464f5a1 | 3421 | *) |
81ecdfbb RW |
3422 | CC="$CC $ac_cv_prog_cc_c89" |
3423 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 | |
3424 | $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; | |
5464f5a1 | 3425 | esac |
81ecdfbb | 3426 | if test "x$ac_cv_prog_cc_c89" != xno; then : |
5464f5a1 NN |
3427 | |
3428 | fi | |
5464f5a1 | 3429 | |
5464f5a1 NN |
3430 | ac_ext=c |
3431 | ac_cpp='$CPP $CPPFLAGS' | |
3432 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
3433 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
3434 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
3435 | ||
3436 | ||
81ecdfbb RW |
3437 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5 |
3438 | $as_echo_n "checking for library containing strerror... " >&6; } | |
3439 | if test "${ac_cv_search_strerror+set}" = set; then : | |
3440 | $as_echo_n "(cached) " >&6 | |
5464f5a1 | 3441 | else |
f5385ebf | 3442 | ac_func_search_save_LIBS=$LIBS |
81ecdfbb | 3443 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5464f5a1 NN |
3444 | /* end confdefs.h. */ |
3445 | ||
81ecdfbb RW |
3446 | /* Override any GCC internal prototype to avoid an error. |
3447 | Use char because int might match the return type of a GCC | |
3448 | builtin and then its argument prototype would still apply. */ | |
5464f5a1 NN |
3449 | #ifdef __cplusplus |
3450 | extern "C" | |
3451 | #endif | |
5464f5a1 NN |
3452 | char strerror (); |
3453 | int | |
3454 | main () | |
3455 | { | |
81ecdfbb | 3456 | return strerror (); |
5464f5a1 NN |
3457 | ; |
3458 | return 0; | |
3459 | } | |
3460 | _ACEOF | |
81ecdfbb RW |
3461 | for ac_lib in '' cposix; do |
3462 | if test -z "$ac_lib"; then | |
3463 | ac_res="none required" | |
3464 | else | |
3465 | ac_res=-l$ac_lib | |
f5385ebf | 3466 | LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
81ecdfbb RW |
3467 | fi |
3468 | if ac_fn_c_try_link "$LINENO"; then : | |
3469 | ac_cv_search_strerror=$ac_res | |
3470 | fi | |
3471 | rm -f core conftest.err conftest.$ac_objext \ | |
3472 | conftest$ac_exeext | |
3473 | if test "${ac_cv_search_strerror+set}" = set; then : | |
3474 | break | |
3475 | fi | |
3476 | done | |
3477 | if test "${ac_cv_search_strerror+set}" = set; then : | |
f5385ebf | 3478 | |
f5385ebf | 3479 | else |
81ecdfbb | 3480 | ac_cv_search_strerror=no |
5464f5a1 | 3481 | fi |
81ecdfbb | 3482 | rm conftest.$ac_ext |
f5385ebf AM |
3483 | LIBS=$ac_func_search_save_LIBS |
3484 | fi | |
81ecdfbb RW |
3485 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5 |
3486 | $as_echo "$ac_cv_search_strerror" >&6; } | |
3487 | ac_res=$ac_cv_search_strerror | |
3488 | if test "$ac_res" != no; then : | |
3489 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | |
5464f5a1 | 3490 | |
f5385ebf | 3491 | fi |
5464f5a1 NN |
3492 | |
3493 | ||
81ecdfbb RW |
3494 | am__api_version='1.11' |
3495 | ||
5464f5a1 NN |
3496 | # Find a good install program. We prefer a C program (faster), |
3497 | # so one script is as good as another. But avoid the broken or | |
3498 | # incompatible versions: | |
3499 | # SysV /etc/install, /usr/sbin/install | |
3500 | # SunOS /usr/etc/install | |
3501 | # IRIX /sbin/install | |
3502 | # AIX /bin/install | |
3503 | # AmigaOS /C/install, which installs bootblocks on floppy discs | |
252b5132 RH |
3504 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
3505 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args | |
3506 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
5464f5a1 | 3507 | # OS/2's system install, which has a completely different semantic |
252b5132 | 3508 | # ./install, which can be erroneously created by make from ./install.sh. |
58c85be7 | 3509 | # Reject install programs that cannot install multiple files. |
81ecdfbb RW |
3510 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 |
3511 | $as_echo_n "checking for a BSD-compatible install... " >&6; } | |
252b5132 | 3512 | if test -z "$INSTALL"; then |
81ecdfbb RW |
3513 | if test "${ac_cv_path_install+set}" = set; then : |
3514 | $as_echo_n "(cached) " >&6 | |
252b5132 | 3515 | else |
5464f5a1 NN |
3516 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3517 | for as_dir in $PATH | |
3518 | do | |
3519 | IFS=$as_save_IFS | |
3520 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
3521 | # Account for people who put trailing slashes in PATH elements. |
3522 | case $as_dir/ in #(( | |
3523 | ./ | .// | /[cC]/* | \ | |
5464f5a1 | 3524 | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ |
81ecdfbb | 3525 | ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ |
5464f5a1 NN |
3526 | /usr/ucb/* ) ;; |
3527 | *) | |
3528 | # OSF1 and SCO ODT 3.0 have their own names for install. | |
3529 | # Don't use installbsd from OSF since it installs stuff as root | |
3530 | # by default. | |
3531 | for ac_prog in ginstall scoinst install; do | |
3532 | for ac_exec_ext in '' $ac_executable_extensions; do | |
81ecdfbb | 3533 | if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then |
252b5132 | 3534 | if test $ac_prog = install && |
5464f5a1 | 3535 | grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
252b5132 RH |
3536 | # AIX install. It has an incompatible calling convention. |
3537 | : | |
5464f5a1 NN |
3538 | elif test $ac_prog = install && |
3539 | grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
3540 | # program-specific install script used by HP pwplus--don't use. | |
3541 | : | |
252b5132 | 3542 | else |
58c85be7 RW |
3543 | rm -rf conftest.one conftest.two conftest.dir |
3544 | echo one > conftest.one | |
3545 | echo two > conftest.two | |
3546 | mkdir conftest.dir | |
3547 | if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && | |
3548 | test -s conftest.one && test -s conftest.two && | |
3549 | test -s conftest.dir/conftest.one && | |
3550 | test -s conftest.dir/conftest.two | |
3551 | then | |
3552 | ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" | |
3553 | break 3 | |
3554 | fi | |
252b5132 RH |
3555 | fi |
3556 | fi | |
3557 | done | |
5464f5a1 NN |
3558 | done |
3559 | ;; | |
3560 | esac | |
81ecdfbb RW |
3561 | |
3562 | done | |
3563 | IFS=$as_save_IFS | |
5464f5a1 | 3564 | |
58c85be7 | 3565 | rm -rf conftest.one conftest.two conftest.dir |
252b5132 RH |
3566 | |
3567 | fi | |
3568 | if test "${ac_cv_path_install+set}" = set; then | |
5464f5a1 | 3569 | INSTALL=$ac_cv_path_install |
252b5132 | 3570 | else |
58c85be7 RW |
3571 | # As a last resort, use the slow shell script. Don't cache a |
3572 | # value for INSTALL within a source directory, because that will | |
252b5132 | 3573 | # break other packages using the cache if that directory is |
58c85be7 | 3574 | # removed, or if the value is a relative name. |
5464f5a1 | 3575 | INSTALL=$ac_install_sh |
252b5132 RH |
3576 | fi |
3577 | fi | |
81ecdfbb RW |
3578 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 |
3579 | $as_echo "$INSTALL" >&6; } | |
252b5132 RH |
3580 | |
3581 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
3582 | # It thinks the first close brace ends the variable substitution. | |
3583 | test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
3584 | ||
5464f5a1 | 3585 | test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' |
252b5132 RH |
3586 | |
3587 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | |
3588 | ||
81ecdfbb RW |
3589 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 |
3590 | $as_echo_n "checking whether build environment is sane... " >&6; } | |
252b5132 RH |
3591 | # Just in case |
3592 | sleep 1 | |
f5385ebf | 3593 | echo timestamp > conftest.file |
81ecdfbb RW |
3594 | # Reject unsafe characters in $srcdir or the absolute working directory |
3595 | # name. Accept space and tab only in the latter. | |
3596 | am_lf=' | |
3597 | ' | |
3598 | case `pwd` in | |
3599 | *[\\\"\#\$\&\'\`$am_lf]*) | |
3600 | as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; | |
3601 | esac | |
3602 | case $srcdir in | |
3603 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) | |
3604 | as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; | |
3605 | esac | |
3606 | ||
252b5132 RH |
3607 | # Do `set' in a subshell so we don't clobber the current shell's |
3608 | # arguments. Must try -L first in case configure is actually a | |
3609 | # symlink; some systems play weird games with the mod time of symlinks | |
3610 | # (eg FreeBSD returns the mod time of the symlink's containing | |
3611 | # directory). | |
3612 | if ( | |
81ecdfbb | 3613 | set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
252b5132 RH |
3614 | if test "$*" = "X"; then |
3615 | # -L didn't work. | |
81ecdfbb | 3616 | set X `ls -t "$srcdir/configure" conftest.file` |
252b5132 | 3617 | fi |
f5385ebf AM |
3618 | rm -f conftest.file |
3619 | if test "$*" != "X $srcdir/configure conftest.file" \ | |
3620 | && test "$*" != "X conftest.file $srcdir/configure"; then | |
252b5132 RH |
3621 | |
3622 | # If neither matched, then we have a broken ls. This can happen | |
3623 | # if, for instance, CONFIG_SHELL is bash and it inherits a | |
3624 | # broken ls alias from the environment. This has actually | |
3625 | # happened. Such a system could not be considered "sane". | |
81ecdfbb RW |
3626 | as_fn_error "ls -t appears to fail. Make sure there is not a broken |
3627 | alias in your environment" "$LINENO" 5 | |
252b5132 RH |
3628 | fi |
3629 | ||
f5385ebf | 3630 | test "$2" = conftest.file |
252b5132 RH |
3631 | ) |
3632 | then | |
3633 | # Ok. | |
3634 | : | |
3635 | else | |
81ecdfbb RW |
3636 | as_fn_error "newly created file is older than distributed files! |
3637 | Check your system clock" "$LINENO" 5 | |
252b5132 | 3638 | fi |
81ecdfbb RW |
3639 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
3640 | $as_echo "yes" >&6; } | |
252b5132 | 3641 | test "$program_prefix" != NONE && |
81ecdfbb | 3642 | program_transform_name="s&^&$program_prefix&;$program_transform_name" |
252b5132 RH |
3643 | # Use a double $ so make ignores it. |
3644 | test "$program_suffix" != NONE && | |
81ecdfbb RW |
3645 | program_transform_name="s&\$&$program_suffix&;$program_transform_name" |
3646 | # Double any \ or $. | |
5464f5a1 | 3647 | # By default was `s,x,x', remove it if useless. |
81ecdfbb RW |
3648 | ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' |
3649 | program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` | |
5464f5a1 | 3650 | |
f5385ebf AM |
3651 | # expand $ac_aux_dir to an absolute path |
3652 | am_aux_dir=`cd $ac_aux_dir && pwd` | |
3653 | ||
81ecdfbb RW |
3654 | if test x"${MISSING+set}" != xset; then |
3655 | case $am_aux_dir in | |
3656 | *\ * | *\ *) | |
3657 | MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; | |
3658 | *) | |
3659 | MISSING="\${SHELL} $am_aux_dir/missing" ;; | |
3660 | esac | |
3661 | fi | |
f5385ebf AM |
3662 | # Use eval to expand $SHELL |
3663 | if eval "$MISSING --run true"; then | |
3664 | am_missing_run="$MISSING --run " | |
3665 | else | |
3666 | am_missing_run= | |
81ecdfbb RW |
3667 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 |
3668 | $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} | |
3669 | fi | |
3670 | ||
3671 | if test x"${install_sh}" != xset; then | |
3672 | case $am_aux_dir in | |
3673 | *\ * | *\ *) | |
3674 | install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; | |
3675 | *) | |
3676 | install_sh="\${SHELL} $am_aux_dir/install-sh" | |
3677 | esac | |
3678 | fi | |
3679 | ||
3680 | # Installed binaries are usually stripped using `strip' when the user | |
3681 | # run `make install-strip'. However `strip' might not be the right | |
3682 | # tool to use in cross-compilation environments, therefore Automake | |
3683 | # will honor the `STRIP' environment variable to overrule this program. | |
3684 | if test "$cross_compiling" != no; then | |
3685 | if test -n "$ac_tool_prefix"; then | |
3686 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | |
3687 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | |
3688 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
3689 | $as_echo_n "checking for $ac_word... " >&6; } | |
3690 | if test "${ac_cv_prog_STRIP+set}" = set; then : | |
3691 | $as_echo_n "(cached) " >&6 | |
3692 | else | |
3693 | if test -n "$STRIP"; then | |
3694 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
3695 | else | |
3696 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3697 | for as_dir in $PATH | |
3698 | do | |
3699 | IFS=$as_save_IFS | |
3700 | test -z "$as_dir" && as_dir=. | |
3701 | for ac_exec_ext in '' $ac_executable_extensions; do | |
3702 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
3703 | ac_cv_prog_STRIP="${ac_tool_prefix}strip" | |
3704 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
3705 | break 2 | |
3706 | fi | |
3707 | done | |
3708 | done | |
3709 | IFS=$as_save_IFS | |
3710 | ||
3711 | fi | |
3712 | fi | |
3713 | STRIP=$ac_cv_prog_STRIP | |
3714 | if test -n "$STRIP"; then | |
3715 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 | |
3716 | $as_echo "$STRIP" >&6; } | |
3717 | else | |
3718 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
3719 | $as_echo "no" >&6; } | |
3720 | fi | |
3721 | ||
3722 | ||
3723 | fi | |
3724 | if test -z "$ac_cv_prog_STRIP"; then | |
3725 | ac_ct_STRIP=$STRIP | |
3726 | # Extract the first word of "strip", so it can be a program name with args. | |
3727 | set dummy strip; ac_word=$2 | |
3728 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
3729 | $as_echo_n "checking for $ac_word... " >&6; } | |
3730 | if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : | |
3731 | $as_echo_n "(cached) " >&6 | |
3732 | else | |
3733 | if test -n "$ac_ct_STRIP"; then | |
3734 | ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. | |
3735 | else | |
3736 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3737 | for as_dir in $PATH | |
3738 | do | |
3739 | IFS=$as_save_IFS | |
3740 | test -z "$as_dir" && as_dir=. | |
3741 | for ac_exec_ext in '' $ac_executable_extensions; do | |
3742 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
3743 | ac_cv_prog_ac_ct_STRIP="strip" | |
3744 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
3745 | break 2 | |
3746 | fi | |
3747 | done | |
3748 | done | |
3749 | IFS=$as_save_IFS | |
3750 | ||
3751 | fi | |
3752 | fi | |
3753 | ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP | |
3754 | if test -n "$ac_ct_STRIP"; then | |
3755 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 | |
3756 | $as_echo "$ac_ct_STRIP" >&6; } | |
3757 | else | |
3758 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
3759 | $as_echo "no" >&6; } | |
3760 | fi | |
3761 | ||
3762 | if test "x$ac_ct_STRIP" = x; then | |
3763 | STRIP=":" | |
3764 | else | |
3765 | case $cross_compiling:$ac_tool_warned in | |
3766 | yes:) | |
3767 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
3768 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
3769 | ac_tool_warned=yes ;; | |
3770 | esac | |
3771 | STRIP=$ac_ct_STRIP | |
3772 | fi | |
3773 | else | |
3774 | STRIP="$ac_cv_prog_STRIP" | |
3775 | fi | |
3776 | ||
3777 | fi | |
3778 | INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" | |
3779 | ||
3780 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 | |
3781 | $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } | |
3782 | if test -z "$MKDIR_P"; then | |
3783 | if test "${ac_cv_path_mkdir+set}" = set; then : | |
3784 | $as_echo_n "(cached) " >&6 | |
3785 | else | |
3786 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3787 | for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin | |
3788 | do | |
3789 | IFS=$as_save_IFS | |
3790 | test -z "$as_dir" && as_dir=. | |
3791 | for ac_prog in mkdir gmkdir; do | |
3792 | for ac_exec_ext in '' $ac_executable_extensions; do | |
3793 | { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue | |
3794 | case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( | |
3795 | 'mkdir (GNU coreutils) '* | \ | |
3796 | 'mkdir (coreutils) '* | \ | |
3797 | 'mkdir (fileutils) '4.1*) | |
3798 | ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext | |
3799 | break 3;; | |
3800 | esac | |
3801 | done | |
3802 | done | |
f5385ebf | 3803 | done |
81ecdfbb RW |
3804 | IFS=$as_save_IFS |
3805 | ||
3806 | fi | |
3807 | ||
3808 | if test "${ac_cv_path_mkdir+set}" = set; then | |
3809 | MKDIR_P="$ac_cv_path_mkdir -p" | |
f5385ebf | 3810 | else |
81ecdfbb RW |
3811 | # As a last resort, use the slow shell script. Don't cache a |
3812 | # value for MKDIR_P within a source directory, because that will | |
3813 | # break other packages using the cache if that directory is | |
3814 | # removed, or if the value is a relative name. | |
3815 | test -d ./--version && rmdir ./--version | |
3816 | MKDIR_P="$ac_install_sh -d" | |
f5385ebf AM |
3817 | fi |
3818 | fi | |
81ecdfbb RW |
3819 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 |
3820 | $as_echo "$MKDIR_P" >&6; } | |
3821 | ||
3822 | mkdir_p="$MKDIR_P" | |
3823 | case $mkdir_p in | |
3824 | [\\/$]* | ?:[\\/]*) ;; | |
3825 | */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; | |
3826 | esac | |
f5385ebf AM |
3827 | |
3828 | for ac_prog in gawk mawk nawk awk | |
3829 | do | |
3830 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
3831 | set dummy $ac_prog; ac_word=$2 | |
81ecdfbb RW |
3832 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3833 | $as_echo_n "checking for $ac_word... " >&6; } | |
3834 | if test "${ac_cv_prog_AWK+set}" = set; then : | |
3835 | $as_echo_n "(cached) " >&6 | |
f5385ebf AM |
3836 | else |
3837 | if test -n "$AWK"; then | |
3838 | ac_cv_prog_AWK="$AWK" # Let the user override the test. | |
3839 | else | |
3840 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3841 | for as_dir in $PATH | |
3842 | do | |
3843 | IFS=$as_save_IFS | |
3844 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
3845 | for ac_exec_ext in '' $ac_executable_extensions; do |
3846 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
f5385ebf | 3847 | ac_cv_prog_AWK="$ac_prog" |
81ecdfbb | 3848 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
f5385ebf AM |
3849 | break 2 |
3850 | fi | |
3851 | done | |
81ecdfbb RW |
3852 | done |
3853 | IFS=$as_save_IFS | |
f5385ebf AM |
3854 | |
3855 | fi | |
3856 | fi | |
3857 | AWK=$ac_cv_prog_AWK | |
3858 | if test -n "$AWK"; then | |
81ecdfbb RW |
3859 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 |
3860 | $as_echo "$AWK" >&6; } | |
f5385ebf | 3861 | else |
81ecdfbb RW |
3862 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3863 | $as_echo "no" >&6; } | |
f5385ebf AM |
3864 | fi |
3865 | ||
81ecdfbb | 3866 | |
f5385ebf AM |
3867 | test -n "$AWK" && break |
3868 | done | |
3869 | ||
81ecdfbb RW |
3870 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
3871 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } | |
3872 | set x ${MAKE-make} | |
3873 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | |
3874 | if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : | |
3875 | $as_echo_n "(cached) " >&6 | |
5464f5a1 NN |
3876 | else |
3877 | cat >conftest.make <<\_ACEOF | |
81ecdfbb | 3878 | SHELL = /bin/sh |
252b5132 | 3879 | all: |
81ecdfbb | 3880 | @echo '@@@%%%=$(MAKE)=@@@%%%' |
5464f5a1 | 3881 | _ACEOF |
252b5132 | 3882 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
81ecdfbb RW |
3883 | case `${MAKE-make} -f conftest.make 2>/dev/null` in |
3884 | *@@@%%%=?*=@@@%%%*) | |
3885 | eval ac_cv_prog_make_${ac_make}_set=yes;; | |
3886 | *) | |
3887 | eval ac_cv_prog_make_${ac_make}_set=no;; | |
3888 | esac | |
5464f5a1 | 3889 | rm -f conftest.make |
252b5132 | 3890 | fi |
81ecdfbb RW |
3891 | if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then |
3892 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
3893 | $as_echo "yes" >&6; } | |
252b5132 RH |
3894 | SET_MAKE= |
3895 | else | |
81ecdfbb RW |
3896 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3897 | $as_echo "no" >&6; } | |
252b5132 RH |
3898 | SET_MAKE="MAKE=${MAKE-make}" |
3899 | fi | |
3900 | ||
f5385ebf AM |
3901 | rm -rf .tst 2>/dev/null |
3902 | mkdir .tst 2>/dev/null | |
3903 | if test -d .tst; then | |
3904 | am__leading_dot=. | |
3905 | else | |
3906 | am__leading_dot=_ | |
3907 | fi | |
3908 | rmdir .tst 2>/dev/null | |
3909 | ||
3910 | DEPDIR="${am__leading_dot}deps" | |
3911 | ||
81ecdfbb | 3912 | ac_config_commands="$ac_config_commands depfiles" |
f5385ebf AM |
3913 | |
3914 | ||
3915 | am_make=${MAKE-make} | |
3916 | cat > confinc << 'END' | |
3917 | am__doit: | |
81ecdfbb | 3918 | @echo this is the am__doit target |
f5385ebf AM |
3919 | .PHONY: am__doit |
3920 | END | |
3921 | # If we don't find an include directive, just comment out the code. | |
81ecdfbb RW |
3922 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 |
3923 | $as_echo_n "checking for style of include used by $am_make... " >&6; } | |
f5385ebf AM |
3924 | am__include="#" |
3925 | am__quote= | |
3926 | _am_result=none | |
3927 | # First try GNU make style include. | |
3928 | echo "include confinc" > confmf | |
81ecdfbb RW |
3929 | # Ignore all kinds of additional output from `make'. |
3930 | case `$am_make -s -f confmf 2> /dev/null` in #( | |
3931 | *the\ am__doit\ target*) | |
3932 | am__include=include | |
3933 | am__quote= | |
3934 | _am_result=GNU | |
3935 | ;; | |
3936 | esac | |
f5385ebf AM |
3937 | # Now try BSD make style include. |
3938 | if test "$am__include" = "#"; then | |
3939 | echo '.include "confinc"' > confmf | |
81ecdfbb RW |
3940 | case `$am_make -s -f confmf 2> /dev/null` in #( |
3941 | *the\ am__doit\ target*) | |
3942 | am__include=.include | |
3943 | am__quote="\"" | |
3944 | _am_result=BSD | |
3945 | ;; | |
3946 | esac | |
f5385ebf AM |
3947 | fi |
3948 | ||
3949 | ||
81ecdfbb RW |
3950 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 |
3951 | $as_echo "$_am_result" >&6; } | |
f5385ebf AM |
3952 | rm -f confinc confmf |
3953 | ||
81ecdfbb RW |
3954 | # Check whether --enable-dependency-tracking was given. |
3955 | if test "${enable_dependency_tracking+set}" = set; then : | |
3956 | enableval=$enable_dependency_tracking; | |
3957 | fi | |
f5385ebf | 3958 | |
f5385ebf AM |
3959 | if test "x$enable_dependency_tracking" != xno; then |
3960 | am_depcomp="$ac_aux_dir/depcomp" | |
3961 | AMDEPBACKSLASH='\' | |
3962 | fi | |
81ecdfbb | 3963 | if test "x$enable_dependency_tracking" != xno; then |
f5385ebf AM |
3964 | AMDEP_TRUE= |
3965 | AMDEP_FALSE='#' | |
3966 | else | |
3967 | AMDEP_TRUE='#' | |
3968 | AMDEP_FALSE= | |
3969 | fi | |
6be7c12c | 3970 | |
252b5132 | 3971 | |
81ecdfbb RW |
3972 | if test "`cd $srcdir && pwd`" != "`pwd`"; then |
3973 | # Use -I$(srcdir) only when $(srcdir) != ., so that make's output | |
3974 | # is not polluted with repeated "-I." | |
3975 | am__isrc=' -I$(srcdir)' | |
3976 | # test to see if srcdir already configured | |
3977 | if test -f $srcdir/config.status; then | |
3978 | as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 | |
3979 | fi | |
252b5132 | 3980 | fi |
5464f5a1 | 3981 | |
f5385ebf AM |
3982 | # test whether we have cygpath |
3983 | if test -z "$CYGPATH_W"; then | |
3984 | if (cygpath --version) >/dev/null 2>/dev/null; then | |
3985 | CYGPATH_W='cygpath -w' | |
3986 | else | |
3987 | CYGPATH_W=echo | |
3988 | fi | |
3989 | fi | |
3990 | ||
3991 | ||
3992 | # Define the identity of the package. | |
c4dd807e MF |
3993 | PACKAGE='bfd' |
3994 | VERSION='2.23.51' | |
f5385ebf AM |
3995 | |
3996 | ||
5464f5a1 | 3997 | cat >>confdefs.h <<_ACEOF |
252b5132 | 3998 | #define PACKAGE "$PACKAGE" |
5464f5a1 | 3999 | _ACEOF |
252b5132 | 4000 | |
5464f5a1 NN |
4001 | |
4002 | cat >>confdefs.h <<_ACEOF | |
252b5132 | 4003 | #define VERSION "$VERSION" |
5464f5a1 | 4004 | _ACEOF |
252b5132 | 4005 | |
f5385ebf AM |
4006 | # Some tools Automake needs. |
4007 | ||
4008 | ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} | |
4009 | ||
4010 | ||
4011 | AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} | |
4012 | ||
4013 | ||
4014 | AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} | |
4015 | ||
4016 | ||
4017 | AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} | |
4018 | ||
4019 | ||
4020 | MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} | |
6be7c12c | 4021 | |
f5385ebf AM |
4022 | # We need awk for the "check" target. The system "awk" is bad on |
4023 | # some platforms. | |
4024 | # Always define AMTAR for backward compatibility. | |
4025 | ||
4026 | AMTAR=${AMTAR-"${am_missing_run}tar"} | |
4027 | ||
4028 | am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' | |
4029 | ||
252b5132 | 4030 | |
f5385ebf AM |
4031 | |
4032 | ||
4033 | depcc="$CC" am_compiler_list= | |
4034 | ||
81ecdfbb RW |
4035 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 |
4036 | $as_echo_n "checking dependency style of $depcc... " >&6; } | |
4037 | if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : | |
4038 | $as_echo_n "(cached) " >&6 | |
252b5132 | 4039 | else |
f5385ebf AM |
4040 | if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
4041 | # We make a subdir and do the tests there. Otherwise we can end up | |
4042 | # making bogus files that we don't know about and never remove. For | |
4043 | # instance it was reported that on HP-UX the gcc test will end up | |
4044 | # making a dummy file named `D' -- because `-MD' means `put the output | |
4045 | # in D'. | |
4046 | mkdir conftest.dir | |
4047 | # Copy depcomp to subdir because otherwise we won't find it if we're | |
4048 | # using a relative directory. | |
4049 | cp "$am_depcomp" conftest.dir | |
4050 | cd conftest.dir | |
4051 | # We will build objects and dependencies in a subdirectory because | |
4052 | # it helps to detect inapplicable dependency modes. For instance | |
4053 | # both Tru64's cc and ICC support -MD to output dependencies as a | |
4054 | # side effect of compilation, but ICC will put the dependencies in | |
4055 | # the current directory while Tru64 will put them in the object | |
4056 | # directory. | |
4057 | mkdir sub | |
4058 | ||
4059 | am_cv_CC_dependencies_compiler_type=none | |
4060 | if test "$am_compiler_list" = ""; then | |
4061 | am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` | |
4062 | fi | |
81ecdfbb RW |
4063 | am__universal=false |
4064 | case " $depcc " in #( | |
4065 | *\ -arch\ *\ -arch\ *) am__universal=true ;; | |
4066 | esac | |
4067 | ||
f5385ebf AM |
4068 | for depmode in $am_compiler_list; do |
4069 | # Setup a source with many dependencies, because some compilers | |
4070 | # like to wrap large dependency lists on column 80 (with \), and | |
4071 | # we should not choose a depcomp mode which is confused by this. | |
4072 | # | |
4073 | # We need to recreate these files for each test, as the compiler may | |
4074 | # overwrite some of them when testing with obscure command lines. | |
4075 | # This happens at least with the AIX C compiler. | |
4076 | : > sub/conftest.c | |
4077 | for i in 1 2 3 4 5 6; do | |
4078 | echo '#include "conftst'$i'.h"' >> sub/conftest.c | |
4079 | # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with | |
4080 | # Solaris 8's {/usr,}/bin/sh. | |
4081 | touch sub/conftst$i.h | |
4082 | done | |
4083 | echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf | |
4084 | ||
81ecdfbb RW |
4085 | # We check with `-c' and `-o' for the sake of the "dashmstdout" |
4086 | # mode. It turns out that the SunPro C++ compiler does not properly | |
4087 | # handle `-M -o', and we need to detect this. Also, some Intel | |
4088 | # versions had trouble with output in subdirs | |
4089 | am__obj=sub/conftest.${OBJEXT-o} | |
4090 | am__minus_obj="-o $am__obj" | |
f5385ebf | 4091 | case $depmode in |
81ecdfbb RW |
4092 | gcc) |
4093 | # This depmode causes a compiler race in universal mode. | |
4094 | test "$am__universal" = false || continue | |
4095 | ;; | |
f5385ebf AM |
4096 | nosideeffect) |
4097 | # after this tag, mechanisms are not by side-effect, so they'll | |
4098 | # only be used when explicitly requested | |
4099 | if test "x$enable_dependency_tracking" = xyes; then | |
4100 | continue | |
4101 | else | |
4102 | break | |
4103 | fi | |
4104 | ;; | |
81ecdfbb RW |
4105 | msvisualcpp | msvcmsys) |
4106 | # This compiler won't grok `-c -o', but also, the minuso test has | |
4107 | # not run yet. These depmodes are late enough in the game, and | |
4108 | # so weak that their functioning should not be impacted. | |
4109 | am__obj=conftest.${OBJEXT-o} | |
4110 | am__minus_obj= | |
4111 | ;; | |
f5385ebf AM |
4112 | none) break ;; |
4113 | esac | |
f5385ebf | 4114 | if depmode=$depmode \ |
81ecdfbb | 4115 | source=sub/conftest.c object=$am__obj \ |
f5385ebf | 4116 | depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ |
81ecdfbb | 4117 | $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ |
f5385ebf | 4118 | >/dev/null 2>conftest.err && |
81ecdfbb | 4119 | grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && |
f5385ebf | 4120 | grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && |
81ecdfbb | 4121 | grep $am__obj sub/conftest.Po > /dev/null 2>&1 && |
f5385ebf AM |
4122 | ${MAKE-make} -s -f confmf > /dev/null 2>&1; then |
4123 | # icc doesn't choke on unknown options, it will just issue warnings | |
4124 | # or remarks (even with -Werror). So we grep stderr for any message | |
4125 | # that says an option was ignored or not supported. | |
4126 | # When given -MP, icc 7.0 and 7.1 complain thusly: | |
4127 | # icc: Command line warning: ignoring option '-M'; no argument required | |
4128 | # The diagnosis changed in icc 8.0: | |
4129 | # icc: Command line remark: option '-MP' not supported | |
4130 | if (grep 'ignoring option' conftest.err || | |
4131 | grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else | |
4132 | am_cv_CC_dependencies_compiler_type=$depmode | |
4133 | break | |
4134 | fi | |
4135 | fi | |
4136 | done | |
4137 | ||
4138 | cd .. | |
4139 | rm -rf conftest.dir | |
4140 | else | |
4141 | am_cv_CC_dependencies_compiler_type=none | |
4142 | fi | |
4143 | ||
252b5132 | 4144 | fi |
81ecdfbb RW |
4145 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 |
4146 | $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } | |
f5385ebf | 4147 | CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type |
252b5132 | 4148 | |
81ecdfbb | 4149 | if |
f5385ebf AM |
4150 | test "x$enable_dependency_tracking" != xno \ |
4151 | && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then | |
4152 | am__fastdepCC_TRUE= | |
4153 | am__fastdepCC_FALSE='#' | |
252b5132 | 4154 | else |
f5385ebf AM |
4155 | am__fastdepCC_TRUE='#' |
4156 | am__fastdepCC_FALSE= | |
252b5132 RH |
4157 | fi |
4158 | ||
6be7c12c | 4159 | |
e43d48cc | 4160 | |
f5385ebf | 4161 | |
5464f5a1 NN |
4162 | if test -n "$ac_tool_prefix"; then |
4163 | # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. | |
252b5132 | 4164 | set dummy ${ac_tool_prefix}ar; ac_word=$2 |
81ecdfbb RW |
4165 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4166 | $as_echo_n "checking for $ac_word... " >&6; } | |
4167 | if test "${ac_cv_prog_AR+set}" = set; then : | |
4168 | $as_echo_n "(cached) " >&6 | |
252b5132 RH |
4169 | else |
4170 | if test -n "$AR"; then | |
4171 | ac_cv_prog_AR="$AR" # Let the user override the test. | |
4172 | else | |
5464f5a1 NN |
4173 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4174 | for as_dir in $PATH | |
4175 | do | |
4176 | IFS=$as_save_IFS | |
4177 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4178 | for ac_exec_ext in '' $ac_executable_extensions; do |
4179 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
5464f5a1 | 4180 | ac_cv_prog_AR="${ac_tool_prefix}ar" |
81ecdfbb | 4181 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5464f5a1 NN |
4182 | break 2 |
4183 | fi | |
4184 | done | |
81ecdfbb RW |
4185 | done |
4186 | IFS=$as_save_IFS | |
5464f5a1 | 4187 | |
252b5132 RH |
4188 | fi |
4189 | fi | |
5464f5a1 | 4190 | AR=$ac_cv_prog_AR |
252b5132 | 4191 | if test -n "$AR"; then |
81ecdfbb RW |
4192 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 |
4193 | $as_echo "$AR" >&6; } | |
252b5132 | 4194 | else |
81ecdfbb RW |
4195 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4196 | $as_echo "no" >&6; } | |
5464f5a1 NN |
4197 | fi |
4198 | ||
81ecdfbb | 4199 | |
252b5132 | 4200 | fi |
5464f5a1 NN |
4201 | if test -z "$ac_cv_prog_AR"; then |
4202 | ac_ct_AR=$AR | |
4203 | # Extract the first word of "ar", so it can be a program name with args. | |
4204 | set dummy ar; ac_word=$2 | |
81ecdfbb RW |
4205 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4206 | $as_echo_n "checking for $ac_word... " >&6; } | |
4207 | if test "${ac_cv_prog_ac_ct_AR+set}" = set; then : | |
4208 | $as_echo_n "(cached) " >&6 | |
5464f5a1 NN |
4209 | else |
4210 | if test -n "$ac_ct_AR"; then | |
4211 | ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. | |
4212 | else | |
4213 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4214 | for as_dir in $PATH | |
4215 | do | |
4216 | IFS=$as_save_IFS | |
4217 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4218 | for ac_exec_ext in '' $ac_executable_extensions; do |
4219 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
5464f5a1 | 4220 | ac_cv_prog_ac_ct_AR="ar" |
81ecdfbb | 4221 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5464f5a1 NN |
4222 | break 2 |
4223 | fi | |
4224 | done | |
81ecdfbb RW |
4225 | done |
4226 | IFS=$as_save_IFS | |
252b5132 | 4227 | |
5464f5a1 NN |
4228 | fi |
4229 | fi | |
4230 | ac_ct_AR=$ac_cv_prog_ac_ct_AR | |
4231 | if test -n "$ac_ct_AR"; then | |
81ecdfbb RW |
4232 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 |
4233 | $as_echo "$ac_ct_AR" >&6; } | |
5464f5a1 | 4234 | else |
81ecdfbb RW |
4235 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4236 | $as_echo "no" >&6; } | |
5464f5a1 | 4237 | fi |
252b5132 | 4238 | |
81ecdfbb RW |
4239 | if test "x$ac_ct_AR" = x; then |
4240 | AR="" | |
4241 | else | |
4242 | case $cross_compiling:$ac_tool_warned in | |
4243 | yes:) | |
4244 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
4245 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
4246 | ac_tool_warned=yes ;; | |
4247 | esac | |
4248 | AR=$ac_ct_AR | |
4249 | fi | |
5464f5a1 NN |
4250 | else |
4251 | AR="$ac_cv_prog_AR" | |
4252 | fi | |
6be7c12c | 4253 | |
5464f5a1 NN |
4254 | if test -n "$ac_tool_prefix"; then |
4255 | # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. | |
252b5132 | 4256 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
81ecdfbb RW |
4257 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4258 | $as_echo_n "checking for $ac_word... " >&6; } | |
4259 | if test "${ac_cv_prog_RANLIB+set}" = set; then : | |
4260 | $as_echo_n "(cached) " >&6 | |
252b5132 RH |
4261 | else |
4262 | if test -n "$RANLIB"; then | |
4263 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
4264 | else | |
5464f5a1 NN |
4265 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4266 | for as_dir in $PATH | |
4267 | do | |
4268 | IFS=$as_save_IFS | |
4269 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4270 | for ac_exec_ext in '' $ac_executable_extensions; do |
4271 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
5464f5a1 | 4272 | ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
81ecdfbb | 4273 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5464f5a1 NN |
4274 | break 2 |
4275 | fi | |
4276 | done | |
81ecdfbb RW |
4277 | done |
4278 | IFS=$as_save_IFS | |
5464f5a1 | 4279 | |
252b5132 RH |
4280 | fi |
4281 | fi | |
5464f5a1 | 4282 | RANLIB=$ac_cv_prog_RANLIB |
252b5132 | 4283 | if test -n "$RANLIB"; then |
81ecdfbb RW |
4284 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 |
4285 | $as_echo "$RANLIB" >&6; } | |
252b5132 | 4286 | else |
81ecdfbb RW |
4287 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4288 | $as_echo "no" >&6; } | |
252b5132 RH |
4289 | fi |
4290 | ||
81ecdfbb | 4291 | |
5464f5a1 | 4292 | fi |
252b5132 | 4293 | if test -z "$ac_cv_prog_RANLIB"; then |
5464f5a1 | 4294 | ac_ct_RANLIB=$RANLIB |
252b5132 RH |
4295 | # Extract the first word of "ranlib", so it can be a program name with args. |
4296 | set dummy ranlib; ac_word=$2 | |
81ecdfbb RW |
4297 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4298 | $as_echo_n "checking for $ac_word... " >&6; } | |
4299 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : | |
4300 | $as_echo_n "(cached) " >&6 | |
6be7c12c | 4301 | else |
5464f5a1 NN |
4302 | if test -n "$ac_ct_RANLIB"; then |
4303 | ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. | |
6be7c12c | 4304 | else |
5464f5a1 NN |
4305 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4306 | for as_dir in $PATH | |
4307 | do | |
4308 | IFS=$as_save_IFS | |
4309 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4310 | for ac_exec_ext in '' $ac_executable_extensions; do |
4311 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
5464f5a1 | 4312 | ac_cv_prog_ac_ct_RANLIB="ranlib" |
81ecdfbb | 4313 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5464f5a1 NN |
4314 | break 2 |
4315 | fi | |
4316 | done | |
81ecdfbb RW |
4317 | done |
4318 | IFS=$as_save_IFS | |
5464f5a1 | 4319 | |
252b5132 RH |
4320 | fi |
4321 | fi | |
5464f5a1 NN |
4322 | ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB |
4323 | if test -n "$ac_ct_RANLIB"; then | |
81ecdfbb RW |
4324 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 |
4325 | $as_echo "$ac_ct_RANLIB" >&6; } | |
252b5132 | 4326 | else |
81ecdfbb RW |
4327 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4328 | $as_echo "no" >&6; } | |
252b5132 RH |
4329 | fi |
4330 | ||
81ecdfbb RW |
4331 | if test "x$ac_ct_RANLIB" = x; then |
4332 | RANLIB=":" | |
4333 | else | |
4334 | case $cross_compiling:$ac_tool_warned in | |
4335 | yes:) | |
4336 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
4337 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
4338 | ac_tool_warned=yes ;; | |
4339 | esac | |
4340 | RANLIB=$ac_ct_RANLIB | |
4341 | fi | |
252b5132 | 4342 | else |
5464f5a1 | 4343 | RANLIB="$ac_cv_prog_RANLIB" |
6be7c12c AO |
4344 | fi |
4345 | ||
252b5132 | 4346 | |
81ecdfbb RW |
4347 | # Check whether --enable-shared was given. |
4348 | if test "${enable_shared+set}" = set; then : | |
4349 | enableval=$enable_shared; p=${PACKAGE-default} | |
d7040cdb SE |
4350 | case $enableval in |
4351 | yes) enable_shared=yes ;; | |
4352 | no) enable_shared=no ;; | |
4353 | *) | |
4354 | enable_shared=no | |
4355 | # Look at the argument we got. We use all the common list separators. | |
4356 | lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," | |
4357 | for pkg in $enableval; do | |
4358 | IFS="$lt_save_ifs" | |
4359 | if test "X$pkg" = "X$p"; then | |
4360 | enable_shared=yes | |
4361 | fi | |
4362 | done | |
4363 | IFS="$lt_save_ifs" | |
4364 | ;; | |
4365 | esac | |
252b5132 RH |
4366 | else |
4367 | enable_shared=no | |
81ecdfbb RW |
4368 | fi |
4369 | ||
252b5132 | 4370 | |
d7040cdb SE |
4371 | |
4372 | ||
4373 | ||
4374 | ||
4375 | ||
4376 | ||
4377 | ||
4378 | ||
cfbc9945 SE |
4379 | ac_ext=c |
4380 | ac_cpp='$CPP $CPPFLAGS' | |
4381 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
4382 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
4383 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
4384 | if test -n "$ac_tool_prefix"; then | |
4385 | # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | |
4386 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 | |
81ecdfbb RW |
4387 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4388 | $as_echo_n "checking for $ac_word... " >&6; } | |
4389 | if test "${ac_cv_prog_CC+set}" = set; then : | |
4390 | $as_echo_n "(cached) " >&6 | |
252b5132 | 4391 | else |
cfbc9945 SE |
4392 | if test -n "$CC"; then |
4393 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
b2ef150d | 4394 | else |
cfbc9945 SE |
4395 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4396 | for as_dir in $PATH | |
4397 | do | |
4398 | IFS=$as_save_IFS | |
4399 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4400 | for ac_exec_ext in '' $ac_executable_extensions; do |
4401 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
cfbc9945 | 4402 | ac_cv_prog_CC="${ac_tool_prefix}gcc" |
81ecdfbb | 4403 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
cfbc9945 SE |
4404 | break 2 |
4405 | fi | |
4406 | done | |
81ecdfbb RW |
4407 | done |
4408 | IFS=$as_save_IFS | |
c5d1701e | 4409 | |
cfbc9945 SE |
4410 | fi |
4411 | fi | |
4412 | CC=$ac_cv_prog_CC | |
4413 | if test -n "$CC"; then | |
81ecdfbb RW |
4414 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
4415 | $as_echo "$CC" >&6; } | |
252b5132 | 4416 | else |
81ecdfbb RW |
4417 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4418 | $as_echo "no" >&6; } | |
252b5132 | 4419 | fi |
cfbc9945 | 4420 | |
81ecdfbb | 4421 | |
cfbc9945 SE |
4422 | fi |
4423 | if test -z "$ac_cv_prog_CC"; then | |
4424 | ac_ct_CC=$CC | |
4425 | # Extract the first word of "gcc", so it can be a program name with args. | |
4426 | set dummy gcc; ac_word=$2 | |
81ecdfbb RW |
4427 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4428 | $as_echo_n "checking for $ac_word... " >&6; } | |
4429 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | |
4430 | $as_echo_n "(cached) " >&6 | |
252b5132 | 4431 | else |
cfbc9945 SE |
4432 | if test -n "$ac_ct_CC"; then |
4433 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
252b5132 | 4434 | else |
cfbc9945 SE |
4435 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4436 | for as_dir in $PATH | |
4437 | do | |
4438 | IFS=$as_save_IFS | |
4439 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4440 | for ac_exec_ext in '' $ac_executable_extensions; do |
4441 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
cfbc9945 | 4442 | ac_cv_prog_ac_ct_CC="gcc" |
81ecdfbb | 4443 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
cfbc9945 SE |
4444 | break 2 |
4445 | fi | |
4446 | done | |
81ecdfbb RW |
4447 | done |
4448 | IFS=$as_save_IFS | |
cfbc9945 | 4449 | |
252b5132 RH |
4450 | fi |
4451 | fi | |
cfbc9945 SE |
4452 | ac_ct_CC=$ac_cv_prog_ac_ct_CC |
4453 | if test -n "$ac_ct_CC"; then | |
81ecdfbb RW |
4454 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
4455 | $as_echo "$ac_ct_CC" >&6; } | |
252b5132 | 4456 | else |
81ecdfbb RW |
4457 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4458 | $as_echo "no" >&6; } | |
252b5132 | 4459 | fi |
cfbc9945 | 4460 | |
81ecdfbb RW |
4461 | if test "x$ac_ct_CC" = x; then |
4462 | CC="" | |
4463 | else | |
4464 | case $cross_compiling:$ac_tool_warned in | |
4465 | yes:) | |
4466 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
4467 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
4468 | ac_tool_warned=yes ;; | |
4469 | esac | |
4470 | CC=$ac_ct_CC | |
4471 | fi | |
cfbc9945 SE |
4472 | else |
4473 | CC="$ac_cv_prog_CC" | |
4474 | fi | |
4475 | ||
4476 | if test -z "$CC"; then | |
81ecdfbb RW |
4477 | if test -n "$ac_tool_prefix"; then |
4478 | # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | |
cfbc9945 | 4479 | set dummy ${ac_tool_prefix}cc; ac_word=$2 |
81ecdfbb RW |
4480 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4481 | $as_echo_n "checking for $ac_word... " >&6; } | |
4482 | if test "${ac_cv_prog_CC+set}" = set; then : | |
4483 | $as_echo_n "(cached) " >&6 | |
252b5132 | 4484 | else |
cfbc9945 SE |
4485 | if test -n "$CC"; then |
4486 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
252b5132 | 4487 | else |
cfbc9945 SE |
4488 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4489 | for as_dir in $PATH | |
4490 | do | |
4491 | IFS=$as_save_IFS | |
4492 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4493 | for ac_exec_ext in '' $ac_executable_extensions; do |
4494 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
cfbc9945 | 4495 | ac_cv_prog_CC="${ac_tool_prefix}cc" |
81ecdfbb | 4496 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
cfbc9945 SE |
4497 | break 2 |
4498 | fi | |
4499 | done | |
81ecdfbb RW |
4500 | done |
4501 | IFS=$as_save_IFS | |
cfbc9945 | 4502 | |
252b5132 RH |
4503 | fi |
4504 | fi | |
cfbc9945 SE |
4505 | CC=$ac_cv_prog_CC |
4506 | if test -n "$CC"; then | |
81ecdfbb RW |
4507 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
4508 | $as_echo "$CC" >&6; } | |
ac48eca1 | 4509 | else |
81ecdfbb RW |
4510 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4511 | $as_echo "no" >&6; } | |
ac48eca1 | 4512 | fi |
ac48eca1 | 4513 | |
81ecdfbb RW |
4514 | |
4515 | fi | |
cfbc9945 | 4516 | fi |
81ecdfbb | 4517 | if test -z "$CC"; then |
cfbc9945 SE |
4518 | # Extract the first word of "cc", so it can be a program name with args. |
4519 | set dummy cc; ac_word=$2 | |
81ecdfbb RW |
4520 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4521 | $as_echo_n "checking for $ac_word... " >&6; } | |
4522 | if test "${ac_cv_prog_CC+set}" = set; then : | |
4523 | $as_echo_n "(cached) " >&6 | |
252b5132 | 4524 | else |
81ecdfbb RW |
4525 | if test -n "$CC"; then |
4526 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
252b5132 | 4527 | else |
81ecdfbb | 4528 | ac_prog_rejected=no |
cfbc9945 SE |
4529 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4530 | for as_dir in $PATH | |
4531 | do | |
4532 | IFS=$as_save_IFS | |
4533 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4534 | for ac_exec_ext in '' $ac_executable_extensions; do |
4535 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
cfbc9945 SE |
4536 | if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
4537 | ac_prog_rejected=yes | |
4538 | continue | |
4539 | fi | |
4540 | ac_cv_prog_CC="cc" | |
81ecdfbb | 4541 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
cfbc9945 SE |
4542 | break 2 |
4543 | fi | |
4544 | done | |
81ecdfbb RW |
4545 | done |
4546 | IFS=$as_save_IFS | |
cfbc9945 SE |
4547 | |
4548 | if test $ac_prog_rejected = yes; then | |
4549 | # We found a bogon in the path, so make sure we never use it. | |
4550 | set dummy $ac_cv_prog_CC | |
4551 | shift | |
4552 | if test $# != 0; then | |
4553 | # We chose a different compiler from the bogus one. | |
4554 | # However, it has the same basename, so the bogon will be chosen | |
4555 | # first if we set CC to just the basename; use the full file name. | |
4556 | shift | |
4557 | ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" | |
4558 | fi | |
4559 | fi | |
4560 | fi | |
4561 | fi | |
4562 | CC=$ac_cv_prog_CC | |
4563 | if test -n "$CC"; then | |
81ecdfbb RW |
4564 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
4565 | $as_echo "$CC" >&6; } | |
cfbc9945 | 4566 | else |
81ecdfbb RW |
4567 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4568 | $as_echo "no" >&6; } | |
252b5132 RH |
4569 | fi |
4570 | ||
81ecdfbb | 4571 | |
cfbc9945 SE |
4572 | fi |
4573 | if test -z "$CC"; then | |
4574 | if test -n "$ac_tool_prefix"; then | |
81ecdfbb | 4575 | for ac_prog in cl.exe |
cfbc9945 SE |
4576 | do |
4577 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
4578 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
81ecdfbb RW |
4579 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4580 | $as_echo_n "checking for $ac_word... " >&6; } | |
4581 | if test "${ac_cv_prog_CC+set}" = set; then : | |
4582 | $as_echo_n "(cached) " >&6 | |
ac48eca1 | 4583 | else |
cfbc9945 SE |
4584 | if test -n "$CC"; then |
4585 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
4586 | else | |
4587 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4588 | for as_dir in $PATH | |
4589 | do | |
4590 | IFS=$as_save_IFS | |
4591 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4592 | for ac_exec_ext in '' $ac_executable_extensions; do |
4593 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
cfbc9945 | 4594 | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
81ecdfbb | 4595 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
cfbc9945 SE |
4596 | break 2 |
4597 | fi | |
4598 | done | |
81ecdfbb RW |
4599 | done |
4600 | IFS=$as_save_IFS | |
ac48eca1 | 4601 | |
cfbc9945 SE |
4602 | fi |
4603 | fi | |
4604 | CC=$ac_cv_prog_CC | |
4605 | if test -n "$CC"; then | |
81ecdfbb RW |
4606 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
4607 | $as_echo "$CC" >&6; } | |
cfbc9945 | 4608 | else |
81ecdfbb RW |
4609 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4610 | $as_echo "no" >&6; } | |
cfbc9945 | 4611 | fi |
ac48eca1 | 4612 | |
81ecdfbb | 4613 | |
cfbc9945 SE |
4614 | test -n "$CC" && break |
4615 | done | |
4616 | fi | |
4617 | if test -z "$CC"; then | |
4618 | ac_ct_CC=$CC | |
81ecdfbb | 4619 | for ac_prog in cl.exe |
cfbc9945 SE |
4620 | do |
4621 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
4622 | set dummy $ac_prog; ac_word=$2 | |
81ecdfbb RW |
4623 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4624 | $as_echo_n "checking for $ac_word... " >&6; } | |
4625 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | |
4626 | $as_echo_n "(cached) " >&6 | |
cfbc9945 SE |
4627 | else |
4628 | if test -n "$ac_ct_CC"; then | |
4629 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
4630 | else | |
4631 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4632 | for as_dir in $PATH | |
4633 | do | |
4634 | IFS=$as_save_IFS | |
4635 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4636 | for ac_exec_ext in '' $ac_executable_extensions; do |
4637 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
cfbc9945 | 4638 | ac_cv_prog_ac_ct_CC="$ac_prog" |
81ecdfbb | 4639 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
cfbc9945 SE |
4640 | break 2 |
4641 | fi | |
4642 | done | |
81ecdfbb RW |
4643 | done |
4644 | IFS=$as_save_IFS | |
ac48eca1 | 4645 | |
cfbc9945 SE |
4646 | fi |
4647 | fi | |
4648 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
4649 | if test -n "$ac_ct_CC"; then | |
81ecdfbb RW |
4650 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
4651 | $as_echo "$ac_ct_CC" >&6; } | |
cfbc9945 | 4652 | else |
81ecdfbb RW |
4653 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4654 | $as_echo "no" >&6; } | |
cfbc9945 | 4655 | fi |
ac48eca1 | 4656 | |
81ecdfbb | 4657 | |
cfbc9945 SE |
4658 | test -n "$ac_ct_CC" && break |
4659 | done | |
ac48eca1 | 4660 | |
81ecdfbb RW |
4661 | if test "x$ac_ct_CC" = x; then |
4662 | CC="" | |
4663 | else | |
4664 | case $cross_compiling:$ac_tool_warned in | |
4665 | yes:) | |
4666 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
4667 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
4668 | ac_tool_warned=yes ;; | |
4669 | esac | |
4670 | CC=$ac_ct_CC | |
4671 | fi | |
cfbc9945 | 4672 | fi |
55c80943 | 4673 | |
cfbc9945 | 4674 | fi |
ac48eca1 | 4675 | |
ac48eca1 | 4676 | |
81ecdfbb RW |
4677 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4678 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
4679 | as_fn_error "no acceptable C compiler found in \$PATH | |
4680 | See \`config.log' for more details." "$LINENO" 5; } | |
ac48eca1 | 4681 | |
cfbc9945 | 4682 | # Provide some information about the compiler. |
81ecdfbb RW |
4683 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
4684 | set X $ac_compile | |
4685 | ac_compiler=$2 | |
4686 | for ac_option in --version -v -V -qversion; do | |
4687 | { { ac_try="$ac_compiler $ac_option >&5" | |
4688 | case "(($ac_try" in | |
4689 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
4690 | *) ac_try_echo=$ac_try;; | |
4691 | esac | |
4692 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
4693 | $as_echo "$ac_try_echo"; } >&5 | |
4694 | (eval "$ac_compiler $ac_option >&5") 2>conftest.err | |
cfbc9945 | 4695 | ac_status=$? |
81ecdfbb RW |
4696 | if test -s conftest.err; then |
4697 | sed '10a\ | |
4698 | ... rest of stderr output deleted ... | |
4699 | 10q' conftest.err >conftest.er1 | |
4700 | cat conftest.er1 >&5 | |
4701 | rm -f conftest.er1 conftest.err | |
4702 | fi | |
4703 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
4704 | test $ac_status = 0; } | |
4705 | done | |
ac48eca1 | 4706 | |
81ecdfbb RW |
4707 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
4708 | $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } | |
4709 | if test "${ac_cv_c_compiler_gnu+set}" = set; then : | |
4710 | $as_echo_n "(cached) " >&6 | |
ac48eca1 | 4711 | else |
81ecdfbb | 4712 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
cfbc9945 | 4713 | /* end confdefs.h. */ |
ac48eca1 | 4714 | |
cfbc9945 SE |
4715 | int |
4716 | main () | |
4717 | { | |
4718 | #ifndef __GNUC__ | |
4719 | choke me | |
4720 | #endif | |
5464f5a1 | 4721 | |
cfbc9945 SE |
4722 | ; |
4723 | return 0; | |
4724 | } | |
4725 | _ACEOF | |
81ecdfbb | 4726 | if ac_fn_c_try_compile "$LINENO"; then : |
cfbc9945 | 4727 | ac_compiler_gnu=yes |
ac48eca1 | 4728 | else |
81ecdfbb | 4729 | ac_compiler_gnu=no |
ac48eca1 | 4730 | fi |
81ecdfbb | 4731 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
cfbc9945 | 4732 | ac_cv_c_compiler_gnu=$ac_compiler_gnu |
ac48eca1 | 4733 | |
5464f5a1 | 4734 | fi |
81ecdfbb RW |
4735 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 |
4736 | $as_echo "$ac_cv_c_compiler_gnu" >&6; } | |
4737 | if test $ac_compiler_gnu = yes; then | |
4738 | GCC=yes | |
4739 | else | |
4740 | GCC= | |
4741 | fi | |
cfbc9945 SE |
4742 | ac_test_CFLAGS=${CFLAGS+set} |
4743 | ac_save_CFLAGS=$CFLAGS | |
81ecdfbb RW |
4744 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
4745 | $as_echo_n "checking whether $CC accepts -g... " >&6; } | |
4746 | if test "${ac_cv_prog_cc_g+set}" = set; then : | |
4747 | $as_echo_n "(cached) " >&6 | |
4748 | else | |
4749 | ac_save_c_werror_flag=$ac_c_werror_flag | |
4750 | ac_c_werror_flag=yes | |
4751 | ac_cv_prog_cc_g=no | |
4752 | CFLAGS="-g" | |
4753 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
cfbc9945 SE |
4754 | /* end confdefs.h. */ |
4755 | ||
4756 | int | |
4757 | main () | |
4758 | { | |
4759 | ||
4760 | ; | |
4761 | return 0; | |
4762 | } | |
4763 | _ACEOF | |
81ecdfbb | 4764 | if ac_fn_c_try_compile "$LINENO"; then : |
cfbc9945 | 4765 | ac_cv_prog_cc_g=yes |
6be7c12c | 4766 | else |
81ecdfbb RW |
4767 | CFLAGS="" |
4768 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
4769 | /* end confdefs.h. */ | |
4770 | ||
4771 | int | |
4772 | main () | |
4773 | { | |
4774 | ||
4775 | ; | |
4776 | return 0; | |
4777 | } | |
4778 | _ACEOF | |
4779 | if ac_fn_c_try_compile "$LINENO"; then : | |
4780 | ||
4781 | else | |
4782 | ac_c_werror_flag=$ac_save_c_werror_flag | |
4783 | CFLAGS="-g" | |
4784 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
4785 | /* end confdefs.h. */ | |
4786 | ||
4787 | int | |
4788 | main () | |
4789 | { | |
5464f5a1 | 4790 | |
81ecdfbb RW |
4791 | ; |
4792 | return 0; | |
4793 | } | |
4794 | _ACEOF | |
4795 | if ac_fn_c_try_compile "$LINENO"; then : | |
4796 | ac_cv_prog_cc_g=yes | |
4797 | fi | |
4798 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
ac48eca1 | 4799 | fi |
81ecdfbb | 4800 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
ac48eca1 | 4801 | fi |
81ecdfbb RW |
4802 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
4803 | ac_c_werror_flag=$ac_save_c_werror_flag | |
4804 | fi | |
4805 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 | |
4806 | $as_echo "$ac_cv_prog_cc_g" >&6; } | |
cfbc9945 SE |
4807 | if test "$ac_test_CFLAGS" = set; then |
4808 | CFLAGS=$ac_save_CFLAGS | |
4809 | elif test $ac_cv_prog_cc_g = yes; then | |
4810 | if test "$GCC" = yes; then | |
4811 | CFLAGS="-g -O2" | |
4812 | else | |
4813 | CFLAGS="-g" | |
4814 | fi | |
ac48eca1 | 4815 | else |
cfbc9945 SE |
4816 | if test "$GCC" = yes; then |
4817 | CFLAGS="-O2" | |
4818 | else | |
4819 | CFLAGS= | |
4820 | fi | |
ac48eca1 | 4821 | fi |
81ecdfbb RW |
4822 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
4823 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } | |
4824 | if test "${ac_cv_prog_cc_c89+set}" = set; then : | |
4825 | $as_echo_n "(cached) " >&6 | |
ac48eca1 | 4826 | else |
81ecdfbb | 4827 | ac_cv_prog_cc_c89=no |
cfbc9945 | 4828 | ac_save_CC=$CC |
81ecdfbb | 4829 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
cfbc9945 SE |
4830 | /* end confdefs.h. */ |
4831 | #include <stdarg.h> | |
4832 | #include <stdio.h> | |
4833 | #include <sys/types.h> | |
4834 | #include <sys/stat.h> | |
4835 | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | |
4836 | struct buf { int x; }; | |
4837 | FILE * (*rcsopen) (struct buf *, struct stat *, int); | |
4838 | static char *e (p, i) | |
4839 | char **p; | |
4840 | int i; | |
4841 | { | |
4842 | return p[i]; | |
4843 | } | |
4844 | static char *f (char * (*g) (char **, int), char **p, ...) | |
4845 | { | |
4846 | char *s; | |
4847 | va_list v; | |
4848 | va_start (v,p); | |
4849 | s = g (p, va_arg (v,int)); | |
4850 | va_end (v); | |
4851 | return s; | |
4852 | } | |
5464f5a1 | 4853 | |
cfbc9945 SE |
4854 | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has |
4855 | function prototypes and stuff, but not '\xHH' hex character constants. | |
4856 | These don't provoke an error unfortunately, instead are silently treated | |
81ecdfbb | 4857 | as 'x'. The following induces an error, until -std is added to get |
cfbc9945 SE |
4858 | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an |
4859 | array size at least. It's necessary to write '\x00'==0 to get something | |
81ecdfbb | 4860 | that's true only with -std. */ |
cfbc9945 SE |
4861 | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; |
4862 | ||
81ecdfbb RW |
4863 | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters |
4864 | inside strings and character constants. */ | |
4865 | #define FOO(x) 'x' | |
4866 | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | |
4867 | ||
cfbc9945 SE |
4868 | int test (int i, double x); |
4869 | struct s1 {int (*f) (int a);}; | |
4870 | struct s2 {int (*f) (double a);}; | |
4871 | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | |
4872 | int argc; | |
4873 | char **argv; | |
4874 | int | |
4875 | main () | |
4876 | { | |
4877 | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | |
4878 | ; | |
4879 | return 0; | |
4880 | } | |
4881 | _ACEOF | |
81ecdfbb RW |
4882 | for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ |
4883 | -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" | |
cfbc9945 SE |
4884 | do |
4885 | CC="$ac_save_CC $ac_arg" | |
81ecdfbb RW |
4886 | if ac_fn_c_try_compile "$LINENO"; then : |
4887 | ac_cv_prog_cc_c89=$ac_arg | |
5464f5a1 | 4888 | fi |
81ecdfbb RW |
4889 | rm -f core conftest.err conftest.$ac_objext |
4890 | test "x$ac_cv_prog_cc_c89" != "xno" && break | |
5464f5a1 | 4891 | done |
81ecdfbb | 4892 | rm -f conftest.$ac_ext |
cfbc9945 | 4893 | CC=$ac_save_CC |
5464f5a1 | 4894 | |
ac48eca1 | 4895 | fi |
81ecdfbb RW |
4896 | # AC_CACHE_VAL |
4897 | case "x$ac_cv_prog_cc_c89" in | |
4898 | x) | |
4899 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 | |
4900 | $as_echo "none needed" >&6; } ;; | |
4901 | xno) | |
4902 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 | |
4903 | $as_echo "unsupported" >&6; } ;; | |
cfbc9945 | 4904 | *) |
81ecdfbb RW |
4905 | CC="$CC $ac_cv_prog_cc_c89" |
4906 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 | |
4907 | $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; | |
cfbc9945 | 4908 | esac |
81ecdfbb | 4909 | if test "x$ac_cv_prog_cc_c89" != xno; then : |
6be7c12c | 4910 | |
6ec7057a | 4911 | fi |
cfbc9945 | 4912 | |
cfbc9945 SE |
4913 | ac_ext=c |
4914 | ac_cpp='$CPP $CPPFLAGS' | |
4915 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
4916 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
4917 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
92f01d61 | 4918 | |
7357c5b6 AM |
4919 | ac_ext=c |
4920 | ac_cpp='$CPP $CPPFLAGS' | |
4921 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
4922 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
4923 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
81ecdfbb RW |
4924 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 |
4925 | $as_echo_n "checking how to run the C preprocessor... " >&6; } | |
7357c5b6 AM |
4926 | # On Suns, sometimes $CPP names a directory. |
4927 | if test -n "$CPP" && test -d "$CPP"; then | |
4928 | CPP= | |
4929 | fi | |
4930 | if test -z "$CPP"; then | |
81ecdfbb RW |
4931 | if test "${ac_cv_prog_CPP+set}" = set; then : |
4932 | $as_echo_n "(cached) " >&6 | |
7357c5b6 AM |
4933 | else |
4934 | # Double quotes because CPP needs to be expanded | |
4935 | for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" | |
4936 | do | |
4937 | ac_preproc_ok=false | |
4938 | for ac_c_preproc_warn_flag in '' yes | |
4939 | do | |
4940 | # Use a header file that comes with gcc, so configuring glibc | |
4941 | # with a fresh cross-compiler works. | |
4942 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
4943 | # <limits.h> exists even on freestanding compilers. | |
4944 | # On the NeXT, cc -E runs the code through the compiler's parser, | |
4945 | # not just through cpp. "Syntax error" is here to catch this case. | |
81ecdfbb | 4946 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
4947 | /* end confdefs.h. */ |
4948 | #ifdef __STDC__ | |
4949 | # include <limits.h> | |
4950 | #else | |
4951 | # include <assert.h> | |
4952 | #endif | |
4953 | Syntax error | |
4954 | _ACEOF | |
81ecdfbb | 4955 | if ac_fn_c_try_cpp "$LINENO"; then : |
cfbc9945 | 4956 | |
81ecdfbb | 4957 | else |
7357c5b6 AM |
4958 | # Broken: fails on valid input. |
4959 | continue | |
4960 | fi | |
4961 | rm -f conftest.err conftest.$ac_ext | |
d7040cdb | 4962 | |
81ecdfbb | 4963 | # OK, works on sane cases. Now check whether nonexistent headers |
7357c5b6 | 4964 | # can be detected and how. |
81ecdfbb | 4965 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
4966 | /* end confdefs.h. */ |
4967 | #include <ac_nonexistent.h> | |
4968 | _ACEOF | |
81ecdfbb | 4969 | if ac_fn_c_try_cpp "$LINENO"; then : |
7357c5b6 AM |
4970 | # Broken: success on invalid input. |
4971 | continue | |
4972 | else | |
7357c5b6 AM |
4973 | # Passes both tests. |
4974 | ac_preproc_ok=: | |
4975 | break | |
4976 | fi | |
4977 | rm -f conftest.err conftest.$ac_ext | |
d7040cdb | 4978 | |
7357c5b6 AM |
4979 | done |
4980 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
4981 | rm -f conftest.err conftest.$ac_ext | |
81ecdfbb | 4982 | if $ac_preproc_ok; then : |
7357c5b6 AM |
4983 | break |
4984 | fi | |
d7040cdb | 4985 | |
7357c5b6 AM |
4986 | done |
4987 | ac_cv_prog_CPP=$CPP | |
d7040cdb | 4988 | |
7357c5b6 AM |
4989 | fi |
4990 | CPP=$ac_cv_prog_CPP | |
4991 | else | |
4992 | ac_cv_prog_CPP=$CPP | |
4993 | fi | |
81ecdfbb RW |
4994 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 |
4995 | $as_echo "$CPP" >&6; } | |
7357c5b6 AM |
4996 | ac_preproc_ok=false |
4997 | for ac_c_preproc_warn_flag in '' yes | |
4998 | do | |
4999 | # Use a header file that comes with gcc, so configuring glibc | |
5000 | # with a fresh cross-compiler works. | |
5001 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
5002 | # <limits.h> exists even on freestanding compilers. | |
5003 | # On the NeXT, cc -E runs the code through the compiler's parser, | |
5004 | # not just through cpp. "Syntax error" is here to catch this case. | |
81ecdfbb | 5005 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
5006 | /* end confdefs.h. */ |
5007 | #ifdef __STDC__ | |
5008 | # include <limits.h> | |
5009 | #else | |
5010 | # include <assert.h> | |
5011 | #endif | |
5012 | Syntax error | |
5013 | _ACEOF | |
81ecdfbb | 5014 | if ac_fn_c_try_cpp "$LINENO"; then : |
d7040cdb | 5015 | |
81ecdfbb | 5016 | else |
7357c5b6 AM |
5017 | # Broken: fails on valid input. |
5018 | continue | |
5019 | fi | |
5020 | rm -f conftest.err conftest.$ac_ext | |
d7040cdb | 5021 | |
81ecdfbb | 5022 | # OK, works on sane cases. Now check whether nonexistent headers |
7357c5b6 | 5023 | # can be detected and how. |
81ecdfbb | 5024 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
5025 | /* end confdefs.h. */ |
5026 | #include <ac_nonexistent.h> | |
5027 | _ACEOF | |
81ecdfbb | 5028 | if ac_fn_c_try_cpp "$LINENO"; then : |
7357c5b6 AM |
5029 | # Broken: success on invalid input. |
5030 | continue | |
5031 | else | |
7357c5b6 AM |
5032 | # Passes both tests. |
5033 | ac_preproc_ok=: | |
5034 | break | |
5035 | fi | |
5036 | rm -f conftest.err conftest.$ac_ext | |
d7040cdb | 5037 | |
7357c5b6 AM |
5038 | done |
5039 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
5040 | rm -f conftest.err conftest.$ac_ext | |
81ecdfbb RW |
5041 | if $ac_preproc_ok; then : |
5042 | ||
7357c5b6 | 5043 | else |
81ecdfbb RW |
5044 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
5045 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
5046 | as_fn_error "C preprocessor \"$CPP\" fails sanity check | |
5047 | See \`config.log' for more details." "$LINENO" 5; } | |
7357c5b6 | 5048 | fi |
d7040cdb | 5049 | |
7357c5b6 AM |
5050 | ac_ext=c |
5051 | ac_cpp='$CPP $CPPFLAGS' | |
5052 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
5053 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
5054 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
d7040cdb | 5055 | |
d7040cdb | 5056 | |
81ecdfbb RW |
5057 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 |
5058 | $as_echo_n "checking for grep that handles long lines and -e... " >&6; } | |
5059 | if test "${ac_cv_path_GREP+set}" = set; then : | |
5060 | $as_echo_n "(cached) " >&6 | |
5061 | else | |
5062 | if test -z "$GREP"; then | |
5063 | ac_path_GREP_found=false | |
5064 | # Loop through the user's path and test for each of PROGNAME-LIST | |
5065 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
5066 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin | |
5067 | do | |
5068 | IFS=$as_save_IFS | |
5069 | test -z "$as_dir" && as_dir=. | |
5070 | for ac_prog in grep ggrep; do | |
5071 | for ac_exec_ext in '' $ac_executable_extensions; do | |
5072 | ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" | |
5073 | { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue | |
5074 | # Check for GNU ac_path_GREP and select it if it is found. | |
5075 | # Check for GNU $ac_path_GREP | |
5076 | case `"$ac_path_GREP" --version 2>&1` in | |
5077 | *GNU*) | |
5078 | ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; | |
5079 | *) | |
5080 | ac_count=0 | |
5081 | $as_echo_n 0123456789 >"conftest.in" | |
5082 | while : | |
5083 | do | |
5084 | cat "conftest.in" "conftest.in" >"conftest.tmp" | |
5085 | mv "conftest.tmp" "conftest.in" | |
5086 | cp "conftest.in" "conftest.nl" | |
5087 | $as_echo 'GREP' >> "conftest.nl" | |
5088 | "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break | |
5089 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | |
5090 | as_fn_arith $ac_count + 1 && ac_count=$as_val | |
5091 | if test $ac_count -gt ${ac_path_GREP_max-0}; then | |
5092 | # Best one so far, save it but keep looking for a better one | |
5093 | ac_cv_path_GREP="$ac_path_GREP" | |
5094 | ac_path_GREP_max=$ac_count | |
5095 | fi | |
5096 | # 10*(2^10) chars as input seems more than enough | |
5097 | test $ac_count -gt 10 && break | |
5098 | done | |
5099 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | |
5100 | esac | |
5101 | ||
5102 | $ac_path_GREP_found && break 3 | |
5103 | done | |
5104 | done | |
5105 | done | |
5106 | IFS=$as_save_IFS | |
5107 | if test -z "$ac_cv_path_GREP"; then | |
5108 | as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | |
5109 | fi | |
5110 | else | |
5111 | ac_cv_path_GREP=$GREP | |
5112 | fi | |
5113 | ||
5114 | fi | |
5115 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 | |
5116 | $as_echo "$ac_cv_path_GREP" >&6; } | |
5117 | GREP="$ac_cv_path_GREP" | |
5118 | ||
5119 | ||
5120 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 | |
5121 | $as_echo_n "checking for egrep... " >&6; } | |
5122 | if test "${ac_cv_path_EGREP+set}" = set; then : | |
5123 | $as_echo_n "(cached) " >&6 | |
7357c5b6 | 5124 | else |
81ecdfbb RW |
5125 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
5126 | then ac_cv_path_EGREP="$GREP -E" | |
5127 | else | |
5128 | if test -z "$EGREP"; then | |
5129 | ac_path_EGREP_found=false | |
5130 | # Loop through the user's path and test for each of PROGNAME-LIST | |
5131 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
5132 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin | |
5133 | do | |
5134 | IFS=$as_save_IFS | |
5135 | test -z "$as_dir" && as_dir=. | |
5136 | for ac_prog in egrep; do | |
5137 | for ac_exec_ext in '' $ac_executable_extensions; do | |
5138 | ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" | |
5139 | { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue | |
5140 | # Check for GNU ac_path_EGREP and select it if it is found. | |
5141 | # Check for GNU $ac_path_EGREP | |
5142 | case `"$ac_path_EGREP" --version 2>&1` in | |
5143 | *GNU*) | |
5144 | ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; | |
5145 | *) | |
5146 | ac_count=0 | |
5147 | $as_echo_n 0123456789 >"conftest.in" | |
5148 | while : | |
5149 | do | |
5150 | cat "conftest.in" "conftest.in" >"conftest.tmp" | |
5151 | mv "conftest.tmp" "conftest.in" | |
5152 | cp "conftest.in" "conftest.nl" | |
5153 | $as_echo 'EGREP' >> "conftest.nl" | |
5154 | "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break | |
5155 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | |
5156 | as_fn_arith $ac_count + 1 && ac_count=$as_val | |
5157 | if test $ac_count -gt ${ac_path_EGREP_max-0}; then | |
5158 | # Best one so far, save it but keep looking for a better one | |
5159 | ac_cv_path_EGREP="$ac_path_EGREP" | |
5160 | ac_path_EGREP_max=$ac_count | |
7357c5b6 | 5161 | fi |
81ecdfbb RW |
5162 | # 10*(2^10) chars as input seems more than enough |
5163 | test $ac_count -gt 10 && break | |
5164 | done | |
5165 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | |
5166 | esac | |
5167 | ||
5168 | $ac_path_EGREP_found && break 3 | |
5169 | done | |
5170 | done | |
5171 | done | |
5172 | IFS=$as_save_IFS | |
5173 | if test -z "$ac_cv_path_EGREP"; then | |
5174 | as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | |
5175 | fi | |
5176 | else | |
5177 | ac_cv_path_EGREP=$EGREP | |
5178 | fi | |
5179 | ||
5180 | fi | |
7357c5b6 | 5181 | fi |
81ecdfbb RW |
5182 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 |
5183 | $as_echo "$ac_cv_path_EGREP" >&6; } | |
5184 | EGREP="$ac_cv_path_EGREP" | |
d7040cdb SE |
5185 | |
5186 | ||
81ecdfbb RW |
5187 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
5188 | $as_echo_n "checking for ANSI C header files... " >&6; } | |
5189 | if test "${ac_cv_header_stdc+set}" = set; then : | |
5190 | $as_echo_n "(cached) " >&6 | |
7357c5b6 | 5191 | else |
81ecdfbb | 5192 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
5193 | /* end confdefs.h. */ |
5194 | #include <stdlib.h> | |
5195 | #include <stdarg.h> | |
5196 | #include <string.h> | |
5197 | #include <float.h> | |
d7040cdb | 5198 | |
7357c5b6 AM |
5199 | int |
5200 | main () | |
5201 | { | |
d7040cdb | 5202 | |
7357c5b6 AM |
5203 | ; |
5204 | return 0; | |
5205 | } | |
5206 | _ACEOF | |
81ecdfbb | 5207 | if ac_fn_c_try_compile "$LINENO"; then : |
7357c5b6 | 5208 | ac_cv_header_stdc=yes |
c428fa83 | 5209 | else |
81ecdfbb | 5210 | ac_cv_header_stdc=no |
7357c5b6 | 5211 | fi |
81ecdfbb | 5212 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
d7040cdb | 5213 | |
7357c5b6 AM |
5214 | if test $ac_cv_header_stdc = yes; then |
5215 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
81ecdfbb | 5216 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
5217 | /* end confdefs.h. */ |
5218 | #include <string.h> | |
d7040cdb | 5219 | |
7357c5b6 AM |
5220 | _ACEOF |
5221 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
81ecdfbb RW |
5222 | $EGREP "memchr" >/dev/null 2>&1; then : |
5223 | ||
7357c5b6 AM |
5224 | else |
5225 | ac_cv_header_stdc=no | |
5226 | fi | |
5227 | rm -f conftest* | |
d7040cdb | 5228 | |
7357c5b6 | 5229 | fi |
d7040cdb | 5230 | |
7357c5b6 AM |
5231 | if test $ac_cv_header_stdc = yes; then |
5232 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
81ecdfbb | 5233 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
5234 | /* end confdefs.h. */ |
5235 | #include <stdlib.h> | |
d7040cdb | 5236 | |
7357c5b6 AM |
5237 | _ACEOF |
5238 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
81ecdfbb RW |
5239 | $EGREP "free" >/dev/null 2>&1; then : |
5240 | ||
7357c5b6 AM |
5241 | else |
5242 | ac_cv_header_stdc=no | |
5243 | fi | |
5244 | rm -f conftest* | |
d7040cdb | 5245 | |
7357c5b6 | 5246 | fi |
d7040cdb | 5247 | |
7357c5b6 AM |
5248 | if test $ac_cv_header_stdc = yes; then |
5249 | # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
81ecdfbb | 5250 | if test "$cross_compiling" = yes; then : |
7357c5b6 AM |
5251 | : |
5252 | else | |
81ecdfbb | 5253 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
5254 | /* end confdefs.h. */ |
5255 | #include <ctype.h> | |
81ecdfbb | 5256 | #include <stdlib.h> |
7357c5b6 AM |
5257 | #if ((' ' & 0x0FF) == 0x020) |
5258 | # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
5259 | # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
5260 | #else | |
5261 | # define ISLOWER(c) \ | |
5262 | (('a' <= (c) && (c) <= 'i') \ | |
5263 | || ('j' <= (c) && (c) <= 'r') \ | |
5264 | || ('s' <= (c) && (c) <= 'z')) | |
5265 | # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) | |
5266 | #endif | |
d7040cdb | 5267 | |
7357c5b6 AM |
5268 | #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) |
5269 | int | |
5270 | main () | |
5271 | { | |
5272 | int i; | |
5273 | for (i = 0; i < 256; i++) | |
5274 | if (XOR (islower (i), ISLOWER (i)) | |
5275 | || toupper (i) != TOUPPER (i)) | |
81ecdfbb RW |
5276 | return 2; |
5277 | return 0; | |
7357c5b6 AM |
5278 | } |
5279 | _ACEOF | |
81ecdfbb | 5280 | if ac_fn_c_try_run "$LINENO"; then : |
d7040cdb | 5281 | |
81ecdfbb RW |
5282 | else |
5283 | ac_cv_header_stdc=no | |
7357c5b6 | 5284 | fi |
81ecdfbb RW |
5285 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ |
5286 | conftest.$ac_objext conftest.beam conftest.$ac_ext | |
7357c5b6 | 5287 | fi |
81ecdfbb | 5288 | |
7357c5b6 AM |
5289 | fi |
5290 | fi | |
81ecdfbb RW |
5291 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 |
5292 | $as_echo "$ac_cv_header_stdc" >&6; } | |
7357c5b6 | 5293 | if test $ac_cv_header_stdc = yes; then |
d7040cdb | 5294 | |
81ecdfbb | 5295 | $as_echo "#define STDC_HEADERS 1" >>confdefs.h |
d7040cdb | 5296 | |
7357c5b6 | 5297 | fi |
d7040cdb | 5298 | |
7357c5b6 | 5299 | # On IRIX 5.3, sys/types and inttypes.h are conflicting. |
7357c5b6 AM |
5300 | for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ |
5301 | inttypes.h stdint.h unistd.h | |
81ecdfbb RW |
5302 | do : |
5303 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
5304 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | |
5305 | " | |
5306 | eval as_val=\$$as_ac_Header | |
5307 | if test "x$as_val" = x""yes; then : | |
7357c5b6 | 5308 | cat >>confdefs.h <<_ACEOF |
81ecdfbb | 5309 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
7357c5b6 | 5310 | _ACEOF |
d7040cdb | 5311 | |
7357c5b6 AM |
5312 | fi |
5313 | ||
5314 | done | |
5315 | ||
5316 | ||
5317 | ||
81ecdfbb RW |
5318 | ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" |
5319 | if test "x$ac_cv_header_minix_config_h" = x""yes; then : | |
7357c5b6 AM |
5320 | MINIX=yes |
5321 | else | |
5322 | MINIX= | |
5323 | fi | |
d7040cdb SE |
5324 | |
5325 | ||
7357c5b6 | 5326 | if test "$MINIX" = yes; then |
d7040cdb | 5327 | |
81ecdfbb | 5328 | $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h |
d7040cdb SE |
5329 | |
5330 | ||
81ecdfbb | 5331 | $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h |
d7040cdb SE |
5332 | |
5333 | ||
81ecdfbb | 5334 | $as_echo "#define _MINIX 1" >>confdefs.h |
d7040cdb | 5335 | |
7357c5b6 | 5336 | fi |
d7040cdb SE |
5337 | |
5338 | ||
81ecdfbb RW |
5339 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 |
5340 | $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } | |
5341 | if test "${ac_cv_safe_to_define___extensions__+set}" = set; then : | |
5342 | $as_echo_n "(cached) " >&6 | |
d053aef8 | 5343 | else |
81ecdfbb | 5344 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d053aef8 | 5345 | /* end confdefs.h. */ |
ce3c775b NC |
5346 | |
5347 | # define __EXTENSIONS__ 1 | |
5348 | $ac_includes_default | |
d053aef8 JK |
5349 | int |
5350 | main () | |
5351 | { | |
5352 | ||
5353 | ; | |
5354 | return 0; | |
5355 | } | |
5356 | _ACEOF | |
81ecdfbb | 5357 | if ac_fn_c_try_compile "$LINENO"; then : |
ce3c775b | 5358 | ac_cv_safe_to_define___extensions__=yes |
d053aef8 | 5359 | else |
81ecdfbb | 5360 | ac_cv_safe_to_define___extensions__=no |
d053aef8 | 5361 | fi |
81ecdfbb | 5362 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
ce3c775b | 5363 | fi |
81ecdfbb RW |
5364 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5 |
5365 | $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } | |
ce3c775b | 5366 | test $ac_cv_safe_to_define___extensions__ = yes && |
81ecdfbb | 5367 | $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h |
d053aef8 | 5368 | |
81ecdfbb | 5369 | $as_echo "#define _ALL_SOURCE 1" >>confdefs.h |
d053aef8 | 5370 | |
81ecdfbb RW |
5371 | $as_echo "#define _GNU_SOURCE 1" >>confdefs.h |
5372 | ||
5373 | $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h | |
5374 | ||
5375 | $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h | |
d053aef8 | 5376 | |
ce3c775b | 5377 | |
d053aef8 | 5378 | |
d053aef8 | 5379 | |
d7040cdb | 5380 | |
718a6fd8 SE |
5381 | case `pwd` in |
5382 | *\ * | *\ *) | |
81ecdfbb RW |
5383 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 |
5384 | $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; | |
718a6fd8 | 5385 | esac |
d7040cdb SE |
5386 | |
5387 | ||
7357c5b6 | 5388 | |
3725885a RW |
5389 | macro_version='2.2.7a' |
5390 | macro_revision='1.3134' | |
7357c5b6 AM |
5391 | |
5392 | ||
5393 | ||
5394 | ||
5395 | ||
5396 | ||
7357c5b6 AM |
5397 | |
5398 | ||
5399 | ||
5400 | ||
5401 | ||
5402 | ||
5403 | ||
718a6fd8 | 5404 | ltmain="$ac_aux_dir/ltmain.sh" |
7357c5b6 | 5405 | |
3725885a RW |
5406 | # Backslashify metacharacters that are still active within |
5407 | # double-quoted strings. | |
5408 | sed_quote_subst='s/\(["`$\\]\)/\\\1/g' | |
5409 | ||
5410 | # Same as above, but do not quote variable references. | |
5411 | double_quote_subst='s/\(["`\\]\)/\\\1/g' | |
5412 | ||
5413 | # Sed substitution to delay expansion of an escaped shell variable in a | |
5414 | # double_quote_subst'ed string. | |
5415 | delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' | |
5416 | ||
5417 | # Sed substitution to delay expansion of an escaped single quote. | |
5418 | delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' | |
5419 | ||
5420 | # Sed substitution to avoid accidental globbing in evaled expressions | |
5421 | no_glob_subst='s/\*/\\\*/g' | |
5422 | ||
5423 | ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' | |
5424 | ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO | |
5425 | ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | |
5426 | ||
5427 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | |
5428 | $as_echo_n "checking how to print strings... " >&6; } | |
5429 | # Test print first, because it will be a builtin if present. | |
5430 | if test "X`print -r -- -n 2>/dev/null`" = X-n && \ | |
5431 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | |
5432 | ECHO='print -r --' | |
5433 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | |
5434 | ECHO='printf %s\n' | |
5435 | else | |
5436 | # Use this function as a fallback that always works. | |
5437 | func_fallback_echo () | |
5438 | { | |
5439 | eval 'cat <<_LTECHO_EOF | |
5440 | $1 | |
5441 | _LTECHO_EOF' | |
5442 | } | |
5443 | ECHO='func_fallback_echo' | |
5444 | fi | |
5445 | ||
5446 | # func_echo_all arg... | |
5447 | # Invoke $ECHO with all args, space-separated. | |
5448 | func_echo_all () | |
5449 | { | |
5450 | $ECHO "" | |
5451 | } | |
5452 | ||
5453 | case "$ECHO" in | |
5454 | printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 | |
5455 | $as_echo "printf" >&6; } ;; | |
5456 | print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 | |
5457 | $as_echo "print -r" >&6; } ;; | |
5458 | *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 | |
5459 | $as_echo "cat" >&6; } ;; | |
5460 | esac | |
5461 | ||
5462 | ||
5463 | ||
5464 | ||
5465 | ||
5466 | ||
5467 | ||
5468 | ||
5469 | ||
5470 | ||
5471 | ||
5472 | ||
5473 | ||
5474 | ||
81ecdfbb RW |
5475 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 |
5476 | $as_echo_n "checking for a sed that does not truncate output... " >&6; } | |
5477 | if test "${ac_cv_path_SED+set}" = set; then : | |
5478 | $as_echo_n "(cached) " >&6 | |
7357c5b6 | 5479 | else |
81ecdfbb RW |
5480 | ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ |
5481 | for ac_i in 1 2 3 4 5 6 7; do | |
5482 | ac_script="$ac_script$as_nl$ac_script" | |
5483 | done | |
5484 | echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed | |
5485 | { ac_script=; unset ac_script;} | |
5486 | if test -z "$SED"; then | |
5487 | ac_path_SED_found=false | |
5488 | # Loop through the user's path and test for each of PROGNAME-LIST | |
5489 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7357c5b6 AM |
5490 | for as_dir in $PATH |
5491 | do | |
5492 | IFS=$as_save_IFS | |
5493 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 5494 | for ac_prog in sed gsed; do |
7357c5b6 | 5495 | for ac_exec_ext in '' $ac_executable_extensions; do |
81ecdfbb RW |
5496 | ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" |
5497 | { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue | |
5498 | # Check for GNU ac_path_SED and select it if it is found. | |
5499 | # Check for GNU $ac_path_SED | |
5500 | case `"$ac_path_SED" --version 2>&1` in | |
5501 | *GNU*) | |
5502 | ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; | |
5503 | *) | |
5504 | ac_count=0 | |
5505 | $as_echo_n 0123456789 >"conftest.in" | |
5506 | while : | |
5507 | do | |
5508 | cat "conftest.in" "conftest.in" >"conftest.tmp" | |
5509 | mv "conftest.tmp" "conftest.in" | |
5510 | cp "conftest.in" "conftest.nl" | |
5511 | $as_echo '' >> "conftest.nl" | |
5512 | "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break | |
5513 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | |
5514 | as_fn_arith $ac_count + 1 && ac_count=$as_val | |
5515 | if test $ac_count -gt ${ac_path_SED_max-0}; then | |
5516 | # Best one so far, save it but keep looking for a better one | |
5517 | ac_cv_path_SED="$ac_path_SED" | |
5518 | ac_path_SED_max=$ac_count | |
5519 | fi | |
5520 | # 10*(2^10) chars as input seems more than enough | |
5521 | test $ac_count -gt 10 && break | |
5522 | done | |
5523 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | |
5524 | esac | |
5525 | ||
5526 | $ac_path_SED_found && break 3 | |
7357c5b6 AM |
5527 | done |
5528 | done | |
81ecdfbb | 5529 | done |
7357c5b6 | 5530 | IFS=$as_save_IFS |
81ecdfbb RW |
5531 | if test -z "$ac_cv_path_SED"; then |
5532 | as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5 | |
7357c5b6 | 5533 | fi |
81ecdfbb RW |
5534 | else |
5535 | ac_cv_path_SED=$SED | |
7357c5b6 AM |
5536 | fi |
5537 | ||
81ecdfbb RW |
5538 | fi |
5539 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 | |
5540 | $as_echo "$ac_cv_path_SED" >&6; } | |
5541 | SED="$ac_cv_path_SED" | |
5542 | rm -f conftest.sed | |
7357c5b6 AM |
5543 | |
5544 | test -z "$SED" && SED=sed | |
5545 | Xsed="$SED -e 1s/^X//" | |
5546 | ||
5547 | ||
5548 | ||
5549 | ||
5550 | ||
5551 | ||
5552 | ||
5553 | ||
5554 | ||
5555 | ||
5556 | ||
81ecdfbb RW |
5557 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 |
5558 | $as_echo_n "checking for fgrep... " >&6; } | |
5559 | if test "${ac_cv_path_FGREP+set}" = set; then : | |
5560 | $as_echo_n "(cached) " >&6 | |
7357c5b6 | 5561 | else |
81ecdfbb RW |
5562 | if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 |
5563 | then ac_cv_path_FGREP="$GREP -F" | |
5564 | else | |
5565 | if test -z "$FGREP"; then | |
5566 | ac_path_FGREP_found=false | |
5567 | # Loop through the user's path and test for each of PROGNAME-LIST | |
5568 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
5569 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin | |
5570 | do | |
5571 | IFS=$as_save_IFS | |
5572 | test -z "$as_dir" && as_dir=. | |
5573 | for ac_prog in fgrep; do | |
5574 | for ac_exec_ext in '' $ac_executable_extensions; do | |
5575 | ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" | |
5576 | { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue | |
5577 | # Check for GNU ac_path_FGREP and select it if it is found. | |
5578 | # Check for GNU $ac_path_FGREP | |
5579 | case `"$ac_path_FGREP" --version 2>&1` in | |
5580 | *GNU*) | |
5581 | ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; | |
5582 | *) | |
5583 | ac_count=0 | |
5584 | $as_echo_n 0123456789 >"conftest.in" | |
5585 | while : | |
5586 | do | |
5587 | cat "conftest.in" "conftest.in" >"conftest.tmp" | |
5588 | mv "conftest.tmp" "conftest.in" | |
5589 | cp "conftest.in" "conftest.nl" | |
5590 | $as_echo 'FGREP' >> "conftest.nl" | |
5591 | "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break | |
5592 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | |
5593 | as_fn_arith $ac_count + 1 && ac_count=$as_val | |
5594 | if test $ac_count -gt ${ac_path_FGREP_max-0}; then | |
5595 | # Best one so far, save it but keep looking for a better one | |
5596 | ac_cv_path_FGREP="$ac_path_FGREP" | |
5597 | ac_path_FGREP_max=$ac_count | |
7357c5b6 | 5598 | fi |
81ecdfbb RW |
5599 | # 10*(2^10) chars as input seems more than enough |
5600 | test $ac_count -gt 10 && break | |
5601 | done | |
5602 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | |
5603 | esac | |
5604 | ||
5605 | $ac_path_FGREP_found && break 3 | |
5606 | done | |
5607 | done | |
5608 | done | |
5609 | IFS=$as_save_IFS | |
5610 | if test -z "$ac_cv_path_FGREP"; then | |
5611 | as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | |
5612 | fi | |
5613 | else | |
5614 | ac_cv_path_FGREP=$FGREP | |
7357c5b6 | 5615 | fi |
81ecdfbb RW |
5616 | |
5617 | fi | |
5618 | fi | |
5619 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 | |
5620 | $as_echo "$ac_cv_path_FGREP" >&6; } | |
5621 | FGREP="$ac_cv_path_FGREP" | |
7357c5b6 AM |
5622 | |
5623 | ||
5624 | test -z "$GREP" && GREP=grep | |
5625 | ||
5626 | ||
5627 | ||
5628 | ||
5629 | ||
5630 | ||
5631 | ||
5632 | ||
5633 | ||
5634 | ||
5635 | ||
5636 | ||
5637 | ||
5638 | ||
5639 | ||
5640 | ||
5641 | ||
5642 | ||
5643 | ||
81ecdfbb RW |
5644 | # Check whether --with-gnu-ld was given. |
5645 | if test "${with_gnu_ld+set}" = set; then : | |
5646 | withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes | |
7357c5b6 AM |
5647 | else |
5648 | with_gnu_ld=no | |
81ecdfbb RW |
5649 | fi |
5650 | ||
7357c5b6 AM |
5651 | ac_prog=ld |
5652 | if test "$GCC" = yes; then | |
5653 | # Check if gcc -print-prog-name=ld gives a path. | |
81ecdfbb RW |
5654 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 |
5655 | $as_echo_n "checking for ld used by $CC... " >&6; } | |
7357c5b6 AM |
5656 | case $host in |
5657 | *-*-mingw*) | |
5658 | # gcc leaves a trailing carriage return which upsets mingw | |
5659 | ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; | |
5660 | *) | |
5661 | ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; | |
5662 | esac | |
5663 | case $ac_prog in | |
5664 | # Accept absolute paths. | |
5665 | [\\/]* | ?:[\\/]*) | |
5666 | re_direlt='/[^/][^/]*/\.\./' | |
5667 | # Canonicalize the pathname of ld | |
5668 | ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` | |
5669 | while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do | |
d7040cdb | 5670 | ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` |
cfbc9945 SE |
5671 | done |
5672 | test -z "$LD" && LD="$ac_prog" | |
5673 | ;; | |
5bd8253d | 5674 | "") |
cfbc9945 SE |
5675 | # If it fails, then pretend we aren't using GCC. |
5676 | ac_prog=ld | |
5bd8253d L |
5677 | ;; |
5678 | *) | |
cfbc9945 SE |
5679 | # If it is relative, then search for the first ld in PATH. |
5680 | with_gnu_ld=unknown | |
5bd8253d | 5681 | ;; |
cfbc9945 SE |
5682 | esac |
5683 | elif test "$with_gnu_ld" = yes; then | |
81ecdfbb RW |
5684 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 |
5685 | $as_echo_n "checking for GNU ld... " >&6; } | |
cfbc9945 | 5686 | else |
81ecdfbb RW |
5687 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 |
5688 | $as_echo_n "checking for non-GNU ld... " >&6; } | |
cfbc9945 | 5689 | fi |
81ecdfbb RW |
5690 | if test "${lt_cv_path_LD+set}" = set; then : |
5691 | $as_echo_n "(cached) " >&6 | |
cfbc9945 SE |
5692 | else |
5693 | if test -z "$LD"; then | |
d7040cdb | 5694 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR |
cfbc9945 | 5695 | for ac_dir in $PATH; do |
d7040cdb | 5696 | IFS="$lt_save_ifs" |
cfbc9945 SE |
5697 | test -z "$ac_dir" && ac_dir=. |
5698 | if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then | |
5699 | lt_cv_path_LD="$ac_dir/$ac_prog" | |
5700 | # Check to see if the program is GNU ld. I'd rather use --version, | |
d7040cdb | 5701 | # but apparently some variants of GNU ld only accept -v. |
cfbc9945 | 5702 | # Break only if it was the GNU/non-GNU ld that we prefer. |
d7040cdb SE |
5703 | case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in |
5704 | *GNU* | *'with BFD'*) | |
cfbc9945 | 5705 | test "$with_gnu_ld" != no && break |
d7040cdb SE |
5706 | ;; |
5707 | *) | |
cfbc9945 | 5708 | test "$with_gnu_ld" != yes && break |
d7040cdb SE |
5709 | ;; |
5710 | esac | |
cfbc9945 SE |
5711 | fi |
5712 | done | |
d7040cdb | 5713 | IFS="$lt_save_ifs" |
cfbc9945 SE |
5714 | else |
5715 | lt_cv_path_LD="$LD" # Let the user override the test with a path. | |
9e9b66a9 | 5716 | fi |
1ad12f97 NC |
5717 | fi |
5718 | ||
cfbc9945 SE |
5719 | LD="$lt_cv_path_LD" |
5720 | if test -n "$LD"; then | |
81ecdfbb RW |
5721 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5 |
5722 | $as_echo "$LD" >&6; } | |
cfbc9945 | 5723 | else |
81ecdfbb RW |
5724 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
5725 | $as_echo "no" >&6; } | |
cfbc9945 | 5726 | fi |
81ecdfbb RW |
5727 | test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 |
5728 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 | |
5729 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } | |
5730 | if test "${lt_cv_prog_gnu_ld+set}" = set; then : | |
5731 | $as_echo_n "(cached) " >&6 | |
cfbc9945 | 5732 | else |
d7040cdb SE |
5733 | # I'd rather use --version here, but apparently some GNU lds only accept -v. |
5734 | case `$LD -v 2>&1 </dev/null` in | |
5735 | *GNU* | *'with BFD'*) | |
cfbc9945 | 5736 | lt_cv_prog_gnu_ld=yes |
d7040cdb SE |
5737 | ;; |
5738 | *) | |
cfbc9945 | 5739 | lt_cv_prog_gnu_ld=no |
d7040cdb SE |
5740 | ;; |
5741 | esac | |
49c96104 | 5742 | fi |
81ecdfbb RW |
5743 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5 |
5744 | $as_echo "$lt_cv_prog_gnu_ld" >&6; } | |
cfbc9945 | 5745 | with_gnu_ld=$lt_cv_prog_gnu_ld |
49c96104 | 5746 | |
9e9b66a9 | 5747 | |
cfbc9945 | 5748 | |
d7040cdb SE |
5749 | |
5750 | ||
5751 | ||
5752 | ||
5753 | ||
5754 | ||
81ecdfbb RW |
5755 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 |
5756 | $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } | |
5757 | if test "${lt_cv_path_NM+set}" = set; then : | |
5758 | $as_echo_n "(cached) " >&6 | |
cfbc9945 SE |
5759 | else |
5760 | if test -n "$NM"; then | |
5761 | # Let the user override the test. | |
5762 | lt_cv_path_NM="$NM" | |
5763 | else | |
d7040cdb SE |
5764 | lt_nm_to_check="${ac_tool_prefix}nm" |
5765 | if test -n "$ac_tool_prefix" && test "$build" = "$host"; then | |
5766 | lt_nm_to_check="$lt_nm_to_check nm" | |
5767 | fi | |
5768 | for lt_tmp_nm in $lt_nm_to_check; do | |
5769 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR | |
5770 | for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do | |
5771 | IFS="$lt_save_ifs" | |
5772 | test -z "$ac_dir" && ac_dir=. | |
5773 | tmp_nm="$ac_dir/$lt_tmp_nm" | |
5774 | if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then | |
5775 | # Check to see if the nm accepts a BSD-compat flag. | |
5776 | # Adding the `sed 1q' prevents false positives on HP-UX, which says: | |
5777 | # nm: unknown option "B" ignored | |
5778 | # Tru64's nm complains that /dev/null is an invalid object file | |
5779 | case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in | |
5780 | */dev/null* | *'Invalid file or object type'*) | |
5781 | lt_cv_path_NM="$tmp_nm -B" | |
5782 | break | |
5783 | ;; | |
5784 | *) | |
5785 | case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in | |
5786 | */dev/null*) | |
5787 | lt_cv_path_NM="$tmp_nm -p" | |
5788 | break | |
5789 | ;; | |
5790 | *) | |
5791 | lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but | |
5792 | continue # so that we can try to find one that supports BSD flags | |
5793 | ;; | |
5794 | esac | |
5795 | ;; | |
5796 | esac | |
cfbc9945 | 5797 | fi |
d7040cdb SE |
5798 | done |
5799 | IFS="$lt_save_ifs" | |
cfbc9945 | 5800 | done |
d7040cdb | 5801 | : ${lt_cv_path_NM=no} |
cfbc9945 | 5802 | fi |
a2d91340 | 5803 | fi |
81ecdfbb RW |
5804 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 |
5805 | $as_echo "$lt_cv_path_NM" >&6; } | |
d7040cdb SE |
5806 | if test "$lt_cv_path_NM" != "no"; then |
5807 | NM="$lt_cv_path_NM" | |
cfbc9945 | 5808 | else |
d7040cdb | 5809 | # Didn't find any BSD compatible name lister, look for dumpbin. |
3725885a RW |
5810 | if test -n "$DUMPBIN"; then : |
5811 | # Let the user override the test. | |
5812 | else | |
5813 | if test -n "$ac_tool_prefix"; then | |
5814 | for ac_prog in dumpbin "link -dump" | |
d7040cdb SE |
5815 | do |
5816 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
5817 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
81ecdfbb RW |
5818 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
5819 | $as_echo_n "checking for $ac_word... " >&6; } | |
5820 | if test "${ac_cv_prog_DUMPBIN+set}" = set; then : | |
5821 | $as_echo_n "(cached) " >&6 | |
252b5132 | 5822 | else |
d7040cdb SE |
5823 | if test -n "$DUMPBIN"; then |
5824 | ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. | |
5825 | else | |
5826 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
5827 | for as_dir in $PATH | |
5828 | do | |
5829 | IFS=$as_save_IFS | |
5830 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
5831 | for ac_exec_ext in '' $ac_executable_extensions; do |
5832 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d7040cdb | 5833 | ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" |
81ecdfbb | 5834 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb SE |
5835 | break 2 |
5836 | fi | |
5837 | done | |
81ecdfbb RW |
5838 | done |
5839 | IFS=$as_save_IFS | |
5464f5a1 | 5840 | |
d7040cdb SE |
5841 | fi |
5842 | fi | |
5843 | DUMPBIN=$ac_cv_prog_DUMPBIN | |
5844 | if test -n "$DUMPBIN"; then | |
81ecdfbb RW |
5845 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 |
5846 | $as_echo "$DUMPBIN" >&6; } | |
d7040cdb | 5847 | else |
81ecdfbb RW |
5848 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
5849 | $as_echo "no" >&6; } | |
d7040cdb | 5850 | fi |
d5fbea21 | 5851 | |
81ecdfbb | 5852 | |
d7040cdb SE |
5853 | test -n "$DUMPBIN" && break |
5854 | done | |
5855 | fi | |
5856 | if test -z "$DUMPBIN"; then | |
5857 | ac_ct_DUMPBIN=$DUMPBIN | |
3725885a | 5858 | for ac_prog in dumpbin "link -dump" |
d7040cdb SE |
5859 | do |
5860 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
5861 | set dummy $ac_prog; ac_word=$2 | |
81ecdfbb RW |
5862 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
5863 | $as_echo_n "checking for $ac_word... " >&6; } | |
5864 | if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then : | |
5865 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
5866 | else |
5867 | if test -n "$ac_ct_DUMPBIN"; then | |
5868 | ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. | |
5869 | else | |
5870 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
5871 | for as_dir in $PATH | |
5872 | do | |
5873 | IFS=$as_save_IFS | |
5874 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
5875 | for ac_exec_ext in '' $ac_executable_extensions; do |
5876 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d7040cdb | 5877 | ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" |
81ecdfbb | 5878 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb | 5879 | break 2 |
cfbc9945 | 5880 | fi |
d7040cdb | 5881 | done |
81ecdfbb RW |
5882 | done |
5883 | IFS=$as_save_IFS | |
d5fbea21 | 5884 | |
d7040cdb SE |
5885 | fi |
5886 | fi | |
5887 | ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN | |
5888 | if test -n "$ac_ct_DUMPBIN"; then | |
81ecdfbb RW |
5889 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 |
5890 | $as_echo "$ac_ct_DUMPBIN" >&6; } | |
d7040cdb | 5891 | else |
81ecdfbb RW |
5892 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
5893 | $as_echo "no" >&6; } | |
d7040cdb | 5894 | fi |
d5fbea21 | 5895 | |
81ecdfbb | 5896 | |
d7040cdb SE |
5897 | test -n "$ac_ct_DUMPBIN" && break |
5898 | done | |
24443139 | 5899 | |
81ecdfbb RW |
5900 | if test "x$ac_ct_DUMPBIN" = x; then |
5901 | DUMPBIN=":" | |
5902 | else | |
5903 | case $cross_compiling:$ac_tool_warned in | |
5904 | yes:) | |
5905 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
5906 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
5907 | ac_tool_warned=yes ;; | |
5908 | esac | |
5909 | DUMPBIN=$ac_ct_DUMPBIN | |
5910 | fi | |
d7040cdb | 5911 | fi |
24443139 | 5912 | |
3725885a RW |
5913 | case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in |
5914 | *COFF*) | |
5915 | DUMPBIN="$DUMPBIN -symbols" | |
5916 | ;; | |
5917 | *) | |
5918 | DUMPBIN=: | |
5919 | ;; | |
5920 | esac | |
5921 | fi | |
24443139 | 5922 | |
d7040cdb SE |
5923 | if test "$DUMPBIN" != ":"; then |
5924 | NM="$DUMPBIN" | |
cfbc9945 | 5925 | fi |
d7040cdb SE |
5926 | fi |
5927 | test -z "$NM" && NM=nm | |
a703a6ea | 5928 | |
f5385ebf | 5929 | |
cfbc9945 | 5930 | |
24443139 AS |
5931 | |
5932 | ||
5933 | ||
81ecdfbb RW |
5934 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 |
5935 | $as_echo_n "checking the name lister ($NM) interface... " >&6; } | |
5936 | if test "${lt_cv_nm_interface+set}" = set; then : | |
5937 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
5938 | else |
5939 | lt_cv_nm_interface="BSD nm" | |
5940 | echo "int some_variable = 0;" > conftest.$ac_ext | |
3725885a | 5941 | (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) |
d7040cdb SE |
5942 | (eval "$ac_compile" 2>conftest.err) |
5943 | cat conftest.err >&5 | |
3725885a | 5944 | (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) |
d7040cdb SE |
5945 | (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) |
5946 | cat conftest.err >&5 | |
3725885a | 5947 | (eval echo "\"\$as_me:$LINENO: output\"" >&5) |
d7040cdb SE |
5948 | cat conftest.out >&5 |
5949 | if $GREP 'External.*some_variable' conftest.out > /dev/null; then | |
5950 | lt_cv_nm_interface="MS dumpbin" | |
5951 | fi | |
5952 | rm -f conftest* | |
cfbc9945 | 5953 | fi |
81ecdfbb RW |
5954 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 |
5955 | $as_echo "$lt_cv_nm_interface" >&6; } | |
a703a6ea | 5956 | |
81ecdfbb RW |
5957 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 |
5958 | $as_echo_n "checking whether ln -s works... " >&6; } | |
d7040cdb SE |
5959 | LN_S=$as_ln_s |
5960 | if test "$LN_S" = "ln -s"; then | |
81ecdfbb RW |
5961 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
5962 | $as_echo "yes" >&6; } | |
d7040cdb | 5963 | else |
81ecdfbb RW |
5964 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 |
5965 | $as_echo "no, using $LN_S" >&6; } | |
d7040cdb | 5966 | fi |
252b5132 | 5967 | |
cfbc9945 | 5968 | # find the maximum length of command line arguments |
81ecdfbb RW |
5969 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 |
5970 | $as_echo_n "checking the maximum length of command line arguments... " >&6; } | |
5971 | if test "${lt_cv_sys_max_cmd_len+set}" = set; then : | |
5972 | $as_echo_n "(cached) " >&6 | |
cfbc9945 SE |
5973 | else |
5974 | i=0 | |
5975 | teststring="ABCD" | |
5464f5a1 | 5976 | |
cfbc9945 SE |
5977 | case $build_os in |
5978 | msdosdjgpp*) | |
5979 | # On DJGPP, this test can blow up pretty badly due to problems in libc | |
5980 | # (any single argument exceeding 2000 bytes causes a buffer overrun | |
5981 | # during glob expansion). Even if it were fixed, the result of this | |
5982 | # check would be larger than it should be. | |
5983 | lt_cv_sys_max_cmd_len=12288; # 12K is about right | |
5984 | ;; | |
5464f5a1 | 5985 | |
d7040cdb SE |
5986 | gnu*) |
5987 | # Under GNU Hurd, this test is not required because there is | |
5988 | # no limit to the length of command line arguments. | |
5989 | # Libtool will interpret -1 as no limit whatsoever | |
5990 | lt_cv_sys_max_cmd_len=-1; | |
5991 | ;; | |
5992 | ||
718a6fd8 | 5993 | cygwin* | mingw* | cegcc*) |
cfbc9945 SE |
5994 | # On Win9x/ME, this test blows up -- it succeeds, but takes |
5995 | # about 5 minutes as the teststring grows exponentially. | |
5996 | # Worse, since 9x/ME are not pre-emptively multitasking, | |
5997 | # you end up with a "frozen" computer, even though with patience | |
5998 | # the test eventually succeeds (with a max line length of 256k). | |
5999 | # Instead, let's just punt: use the minimum linelength reported by | |
6000 | # all of the supported platforms: 8192 (on NT/2K/XP). | |
6001 | lt_cv_sys_max_cmd_len=8192; | |
6002 | ;; | |
5464f5a1 | 6003 | |
3725885a RW |
6004 | mint*) |
6005 | # On MiNT this can take a long time and run out of memory. | |
6006 | lt_cv_sys_max_cmd_len=8192; | |
6007 | ;; | |
6008 | ||
cfbc9945 SE |
6009 | amigaos*) |
6010 | # On AmigaOS with pdksh, this test takes hours, literally. | |
6011 | # So we just punt and use a minimum line length of 8192. | |
6012 | lt_cv_sys_max_cmd_len=8192; | |
6013 | ;; | |
5464f5a1 | 6014 | |
cfbc9945 SE |
6015 | netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) |
6016 | # This has been around since 386BSD, at least. Likely further. | |
6017 | if test -x /sbin/sysctl; then | |
6018 | lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` | |
6019 | elif test -x /usr/sbin/sysctl; then | |
6020 | lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` | |
6021 | else | |
d7040cdb | 6022 | lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs |
cfbc9945 SE |
6023 | fi |
6024 | # And add a safety zone | |
6025 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` | |
6026 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` | |
6027 | ;; | |
d7040cdb SE |
6028 | |
6029 | interix*) | |
6030 | # We know the value 262144 and hardcode it with a safety zone (like BSD) | |
6031 | lt_cv_sys_max_cmd_len=196608 | |
6032 | ;; | |
6033 | ||
6034 | osf*) | |
6035 | # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure | |
6036 | # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not | |
6037 | # nice to cause kernel panics so lets avoid the loop below. | |
6038 | # First set a reasonable default. | |
6039 | lt_cv_sys_max_cmd_len=16384 | |
6040 | # | |
6041 | if test -x /sbin/sysconfig; then | |
6042 | case `/sbin/sysconfig -q proc exec_disable_arg_limit` in | |
6043 | *1*) lt_cv_sys_max_cmd_len=-1 ;; | |
6044 | esac | |
6045 | fi | |
6046 | ;; | |
6047 | sco3.2v5*) | |
6048 | lt_cv_sys_max_cmd_len=102400 | |
6049 | ;; | |
6050 | sysv5* | sco5v6* | sysv4.2uw2*) | |
6051 | kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` | |
6052 | if test -n "$kargmax"; then | |
6053 | lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` | |
6054 | else | |
6055 | lt_cv_sys_max_cmd_len=32768 | |
6056 | fi | |
6057 | ;; | |
6058 | *) | |
718a6fd8 SE |
6059 | lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` |
6060 | if test -n "$lt_cv_sys_max_cmd_len"; then | |
79887925 L |
6061 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` |
6062 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` | |
6063 | else | |
6064 | # Make teststring a little bigger before we do anything with it. | |
6065 | # a 1K string should be a reasonable start. | |
6066 | for i in 1 2 3 4 5 6 7 8 ; do | |
6067 | teststring=$teststring$teststring | |
6068 | done | |
6069 | SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} | |
6070 | # If test is not a shell built-in, we'll probably end up computing a | |
6071 | # maximum length that is only half of the actual maximum length, but | |
6072 | # we can't tell. | |
3725885a RW |
6073 | while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ |
6074 | = "X$teststring$teststring"; } >/dev/null 2>&1 && | |
79887925 L |
6075 | test $i != 17 # 1/2 MB should be enough |
6076 | do | |
6077 | i=`expr $i + 1` | |
6078 | teststring=$teststring$teststring | |
6079 | done | |
6080 | # Only check the string length outside the loop. | |
6081 | lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` | |
6082 | teststring= | |
6083 | # Add a significant safety factor because C++ compilers can tack on | |
6084 | # massive amounts of additional arguments before passing them to the | |
6085 | # linker. It appears as though 1/2 is a usable value. | |
6086 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` | |
6087 | fi | |
d7040cdb | 6088 | ;; |
cfbc9945 | 6089 | esac |
5464f5a1 | 6090 | |
252b5132 | 6091 | fi |
cfbc9945 | 6092 | |
d7040cdb | 6093 | if test -n $lt_cv_sys_max_cmd_len ; then |
81ecdfbb RW |
6094 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 |
6095 | $as_echo "$lt_cv_sys_max_cmd_len" >&6; } | |
5464f5a1 | 6096 | else |
81ecdfbb RW |
6097 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 |
6098 | $as_echo "none" >&6; } | |
5464f5a1 | 6099 | fi |
d7040cdb | 6100 | max_cmd_len=$lt_cv_sys_max_cmd_len |
252b5132 | 6101 | |
cfbc9945 | 6102 | |
252b5132 | 6103 | |
cfbc9945 | 6104 | |
cfbc9945 | 6105 | |
d7040cdb | 6106 | |
d7040cdb SE |
6107 | : ${CP="cp -f"} |
6108 | : ${MV="mv -f"} | |
6109 | : ${RM="rm -f"} | |
6110 | ||
81ecdfbb RW |
6111 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5 |
6112 | $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; } | |
d7040cdb SE |
6113 | # Try some XSI features |
6114 | xsi_shell=no | |
6115 | ( _lt_dummy="a/b/c" | |
6116 | test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \ | |
718a6fd8 SE |
6117 | = c,a/b,, \ |
6118 | && eval 'test $(( 1 + 1 )) -eq 2 \ | |
6119 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | |
d7040cdb | 6120 | && xsi_shell=yes |
81ecdfbb RW |
6121 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5 |
6122 | $as_echo "$xsi_shell" >&6; } | |
d7040cdb SE |
6123 | |
6124 | ||
81ecdfbb RW |
6125 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5 |
6126 | $as_echo_n "checking whether the shell understands \"+=\"... " >&6; } | |
d7040cdb SE |
6127 | lt_shell_append=no |
6128 | ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \ | |
6129 | >/dev/null 2>&1 \ | |
6130 | && lt_shell_append=yes | |
81ecdfbb RW |
6131 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5 |
6132 | $as_echo "$lt_shell_append" >&6; } | |
d7040cdb SE |
6133 | |
6134 | ||
6135 | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then | |
6136 | lt_unset=unset | |
5464f5a1 | 6137 | else |
d7040cdb | 6138 | lt_unset=false |
5464f5a1 | 6139 | fi |
252b5132 | 6140 | |
d7040cdb SE |
6141 | |
6142 | ||
6143 | ||
6144 | ||
6145 | # test EBCDIC or ASCII | |
6146 | case `echo X|tr X '\101'` in | |
6147 | A) # ASCII based system | |
6148 | # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr | |
6149 | lt_SP2NL='tr \040 \012' | |
6150 | lt_NL2SP='tr \015\012 \040\040' | |
6151 | ;; | |
6152 | *) # EBCDIC based system | |
6153 | lt_SP2NL='tr \100 \n' | |
6154 | lt_NL2SP='tr \r\n \100\100' | |
6155 | ;; | |
6156 | esac | |
6157 | ||
6158 | ||
6159 | ||
6160 | ||
6161 | ||
6162 | ||
6163 | ||
6164 | ||
6165 | ||
81ecdfbb RW |
6166 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
6167 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | |
6168 | if test "${lt_cv_ld_reload_flag+set}" = set; then : | |
6169 | $as_echo_n "(cached) " >&6 | |
5464f5a1 | 6170 | else |
d7040cdb SE |
6171 | lt_cv_ld_reload_flag='-r' |
6172 | fi | |
81ecdfbb RW |
6173 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 |
6174 | $as_echo "$lt_cv_ld_reload_flag" >&6; } | |
d7040cdb SE |
6175 | reload_flag=$lt_cv_ld_reload_flag |
6176 | case $reload_flag in | |
6177 | "" | " "*) ;; | |
6178 | *) reload_flag=" $reload_flag" ;; | |
6179 | esac | |
6180 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | |
6181 | case $host_os in | |
6182 | darwin*) | |
6183 | if test "$GCC" = yes; then | |
6184 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | |
6185 | else | |
6186 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | |
6187 | fi | |
6188 | ;; | |
6189 | esac | |
6190 | ||
6191 | ||
6192 | ||
6193 | ||
6194 | ||
6195 | ||
6196 | ||
6197 | ||
6198 | ||
718a6fd8 SE |
6199 | if test -n "$ac_tool_prefix"; then |
6200 | # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. | |
6201 | set dummy ${ac_tool_prefix}objdump; ac_word=$2 | |
81ecdfbb RW |
6202 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6203 | $as_echo_n "checking for $ac_word... " >&6; } | |
6204 | if test "${ac_cv_prog_OBJDUMP+set}" = set; then : | |
6205 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
6206 | else |
6207 | if test -n "$OBJDUMP"; then | |
6208 | ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. | |
6209 | else | |
6210 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6211 | for as_dir in $PATH | |
6212 | do | |
6213 | IFS=$as_save_IFS | |
6214 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6215 | for ac_exec_ext in '' $ac_executable_extensions; do |
6216 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
718a6fd8 | 6217 | ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" |
81ecdfbb | 6218 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
6219 | break 2 |
6220 | fi | |
6221 | done | |
81ecdfbb RW |
6222 | done |
6223 | IFS=$as_save_IFS | |
718a6fd8 SE |
6224 | |
6225 | fi | |
6226 | fi | |
6227 | OBJDUMP=$ac_cv_prog_OBJDUMP | |
6228 | if test -n "$OBJDUMP"; then | |
81ecdfbb RW |
6229 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 |
6230 | $as_echo "$OBJDUMP" >&6; } | |
718a6fd8 | 6231 | else |
81ecdfbb RW |
6232 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6233 | $as_echo "no" >&6; } | |
718a6fd8 SE |
6234 | fi |
6235 | ||
81ecdfbb | 6236 | |
718a6fd8 SE |
6237 | fi |
6238 | if test -z "$ac_cv_prog_OBJDUMP"; then | |
6239 | ac_ct_OBJDUMP=$OBJDUMP | |
6240 | # Extract the first word of "objdump", so it can be a program name with args. | |
6241 | set dummy objdump; ac_word=$2 | |
81ecdfbb RW |
6242 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6243 | $as_echo_n "checking for $ac_word... " >&6; } | |
6244 | if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then : | |
6245 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
6246 | else |
6247 | if test -n "$ac_ct_OBJDUMP"; then | |
6248 | ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. | |
6249 | else | |
6250 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6251 | for as_dir in $PATH | |
6252 | do | |
6253 | IFS=$as_save_IFS | |
6254 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6255 | for ac_exec_ext in '' $ac_executable_extensions; do |
6256 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
718a6fd8 | 6257 | ac_cv_prog_ac_ct_OBJDUMP="objdump" |
81ecdfbb | 6258 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
6259 | break 2 |
6260 | fi | |
6261 | done | |
81ecdfbb RW |
6262 | done |
6263 | IFS=$as_save_IFS | |
718a6fd8 | 6264 | |
718a6fd8 SE |
6265 | fi |
6266 | fi | |
6267 | ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP | |
6268 | if test -n "$ac_ct_OBJDUMP"; then | |
81ecdfbb RW |
6269 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 |
6270 | $as_echo "$ac_ct_OBJDUMP" >&6; } | |
718a6fd8 | 6271 | else |
81ecdfbb RW |
6272 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6273 | $as_echo "no" >&6; } | |
718a6fd8 SE |
6274 | fi |
6275 | ||
81ecdfbb RW |
6276 | if test "x$ac_ct_OBJDUMP" = x; then |
6277 | OBJDUMP="false" | |
6278 | else | |
6279 | case $cross_compiling:$ac_tool_warned in | |
6280 | yes:) | |
6281 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
6282 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
6283 | ac_tool_warned=yes ;; | |
6284 | esac | |
6285 | OBJDUMP=$ac_ct_OBJDUMP | |
6286 | fi | |
718a6fd8 SE |
6287 | else |
6288 | OBJDUMP="$ac_cv_prog_OBJDUMP" | |
6289 | fi | |
6290 | ||
6291 | test -z "$OBJDUMP" && OBJDUMP=objdump | |
6292 | ||
6293 | ||
6294 | ||
6295 | ||
6296 | ||
6297 | ||
6298 | ||
6299 | ||
d7040cdb | 6300 | |
81ecdfbb RW |
6301 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 |
6302 | $as_echo_n "checking how to recognize dependent libraries... " >&6; } | |
6303 | if test "${lt_cv_deplibs_check_method+set}" = set; then : | |
6304 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
6305 | else |
6306 | lt_cv_file_magic_cmd='$MAGIC_CMD' | |
6307 | lt_cv_file_magic_test_file= | |
6308 | lt_cv_deplibs_check_method='unknown' | |
6309 | # Need to set the preceding variable on all platforms that support | |
6310 | # interlibrary dependencies. | |
6311 | # 'none' -- dependencies not supported. | |
6312 | # `unknown' -- same as none, but documents that we really don't know. | |
6313 | # 'pass_all' -- all dependencies passed with no checks. | |
6314 | # 'test_compile' -- check by making test program. | |
6315 | # 'file_magic [[regex]]' -- check by looking for files in library path | |
6316 | # which responds to the $file_magic_cmd with a given extended regex. | |
6317 | # If you have `file' or equivalent on your system and you're not sure | |
6318 | # whether `pass_all' will *always* work, you probably want this one. | |
6319 | ||
6320 | case $host_os in | |
e81819a5 | 6321 | aix[4-9]*) |
d7040cdb SE |
6322 | lt_cv_deplibs_check_method=pass_all |
6323 | ;; | |
6324 | ||
6325 | beos*) | |
6326 | lt_cv_deplibs_check_method=pass_all | |
6327 | ;; | |
6328 | ||
6329 | bsdi[45]*) | |
6330 | lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' | |
6331 | lt_cv_file_magic_cmd='/usr/bin/file -L' | |
6332 | lt_cv_file_magic_test_file=/shlib/libc.so | |
6333 | ;; | |
6334 | ||
6335 | cygwin*) | |
6336 | # func_win32_libid is a shell function defined in ltmain.sh | |
6337 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | |
6338 | lt_cv_file_magic_cmd='func_win32_libid' | |
6339 | ;; | |
6340 | ||
6341 | mingw* | pw32*) | |
6342 | # Base MSYS/MinGW do not provide the 'file' command needed by | |
6343 | # func_win32_libid shell function, so use a weaker test based on 'objdump', | |
6344 | # unless we find 'file', for example because we are cross-compiling. | |
3725885a RW |
6345 | # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. |
6346 | if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then | |
d7040cdb SE |
6347 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
6348 | lt_cv_file_magic_cmd='func_win32_libid' | |
6349 | else | |
6350 | lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' | |
6351 | lt_cv_file_magic_cmd='$OBJDUMP -f' | |
6352 | fi | |
6353 | ;; | |
6354 | ||
3725885a | 6355 | cegcc*) |
718a6fd8 SE |
6356 | # use the weaker test based on 'objdump'. See mingw*. |
6357 | lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' | |
6358 | lt_cv_file_magic_cmd='$OBJDUMP -f' | |
6359 | ;; | |
6360 | ||
d7040cdb SE |
6361 | darwin* | rhapsody*) |
6362 | lt_cv_deplibs_check_method=pass_all | |
cfbc9945 | 6363 | ;; |
d7040cdb SE |
6364 | |
6365 | freebsd* | dragonfly*) | |
6366 | if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then | |
6367 | case $host_cpu in | |
6368 | i*86 ) | |
6369 | # Not sure whether the presence of OpenBSD here was a mistake. | |
6370 | # Let's accept both of them until this is cleared up. | |
6371 | lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' | |
6372 | lt_cv_file_magic_cmd=/usr/bin/file | |
6373 | lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` | |
6374 | ;; | |
6375 | esac | |
6376 | else | |
6377 | lt_cv_deplibs_check_method=pass_all | |
6378 | fi | |
6379 | ;; | |
6380 | ||
6381 | gnu*) | |
6382 | lt_cv_deplibs_check_method=pass_all | |
cfbc9945 | 6383 | ;; |
d7040cdb | 6384 | |
3725885a RW |
6385 | haiku*) |
6386 | lt_cv_deplibs_check_method=pass_all | |
6387 | ;; | |
6388 | ||
d7040cdb SE |
6389 | hpux10.20* | hpux11*) |
6390 | lt_cv_file_magic_cmd=/usr/bin/file | |
6391 | case $host_cpu in | |
6392 | ia64*) | |
6393 | lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' | |
6394 | lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so | |
6395 | ;; | |
6396 | hppa*64*) | |
3725885a | 6397 | 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]' |
d7040cdb SE |
6398 | lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl |
6399 | ;; | |
cfbc9945 | 6400 | *) |
3725885a | 6401 | lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' |
d7040cdb SE |
6402 | lt_cv_file_magic_test_file=/usr/lib/libc.sl |
6403 | ;; | |
6404 | esac | |
6405 | ;; | |
6be7c12c | 6406 | |
d7040cdb SE |
6407 | interix[3-9]*) |
6408 | # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here | |
6409 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' | |
6410 | ;; | |
cfbc9945 | 6411 | |
d7040cdb SE |
6412 | irix5* | irix6* | nonstopux*) |
6413 | case $LD in | |
6414 | *-32|*"-32 ") libmagic=32-bit;; | |
6415 | *-n32|*"-n32 ") libmagic=N32;; | |
6416 | *-64|*"-64 ") libmagic=64-bit;; | |
6417 | *) libmagic=never-match;; | |
6418 | esac | |
6419 | lt_cv_deplibs_check_method=pass_all | |
cfbc9945 | 6420 | ;; |
cfbc9945 | 6421 | |
d7040cdb | 6422 | # This must be Linux ELF. |
58e24671 | 6423 | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
d7040cdb SE |
6424 | lt_cv_deplibs_check_method=pass_all |
6425 | ;; | |
5464f5a1 | 6426 | |
d7040cdb SE |
6427 | netbsd*) |
6428 | if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then | |
6429 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' | |
cfbc9945 | 6430 | else |
d7040cdb | 6431 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' |
cfbc9945 | 6432 | fi |
d7040cdb SE |
6433 | ;; |
6434 | ||
6435 | newos6*) | |
6436 | lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' | |
6437 | lt_cv_file_magic_cmd=/usr/bin/file | |
6438 | lt_cv_file_magic_test_file=/usr/lib/libnls.so | |
6439 | ;; | |
6440 | ||
6441 | *nto* | *qnx*) | |
6442 | lt_cv_deplibs_check_method=pass_all | |
6443 | ;; | |
cfbc9945 | 6444 | |
d7040cdb SE |
6445 | openbsd*) |
6446 | if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then | |
6447 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' | |
6448 | else | |
6449 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' | |
cfbc9945 SE |
6450 | fi |
6451 | ;; | |
d7040cdb SE |
6452 | |
6453 | osf3* | osf4* | osf5*) | |
6454 | lt_cv_deplibs_check_method=pass_all | |
6455 | ;; | |
6456 | ||
6457 | rdos*) | |
6458 | lt_cv_deplibs_check_method=pass_all | |
6459 | ;; | |
6460 | ||
6461 | solaris*) | |
6462 | lt_cv_deplibs_check_method=pass_all | |
6463 | ;; | |
6464 | ||
6465 | sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) | |
6466 | lt_cv_deplibs_check_method=pass_all | |
6467 | ;; | |
6468 | ||
6469 | sysv4 | sysv4.3*) | |
6470 | case $host_vendor in | |
6471 | motorola) | |
6472 | 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]' | |
6473 | lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` | |
6474 | ;; | |
6475 | ncr) | |
6476 | lt_cv_deplibs_check_method=pass_all | |
6477 | ;; | |
6478 | sequent) | |
6479 | lt_cv_file_magic_cmd='/bin/file' | |
6480 | lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' | |
6481 | ;; | |
6482 | sni) | |
6483 | lt_cv_file_magic_cmd='/bin/file' | |
6484 | lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" | |
6485 | lt_cv_file_magic_test_file=/lib/libc.so | |
6486 | ;; | |
6487 | siemens) | |
6488 | lt_cv_deplibs_check_method=pass_all | |
6489 | ;; | |
6490 | pc) | |
6491 | lt_cv_deplibs_check_method=pass_all | |
6492 | ;; | |
6493 | esac | |
6494 | ;; | |
6495 | ||
6496 | tpf*) | |
6497 | lt_cv_deplibs_check_method=pass_all | |
6498 | ;; | |
cfbc9945 SE |
6499 | esac |
6500 | ||
d7040cdb | 6501 | fi |
81ecdfbb RW |
6502 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
6503 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | |
d7040cdb SE |
6504 | file_magic_cmd=$lt_cv_file_magic_cmd |
6505 | deplibs_check_method=$lt_cv_deplibs_check_method | |
6506 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | |
6507 | ||
6508 | ||
6509 | ||
6510 | ||
6511 | ||
6512 | ||
6513 | ||
6514 | ||
6515 | ||
6516 | ||
6517 | ||
6518 | ||
cfbc9945 | 6519 | if test -n "$ac_tool_prefix"; then |
d7040cdb SE |
6520 | # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. |
6521 | set dummy ${ac_tool_prefix}ar; ac_word=$2 | |
81ecdfbb RW |
6522 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6523 | $as_echo_n "checking for $ac_word... " >&6; } | |
6524 | if test "${ac_cv_prog_AR+set}" = set; then : | |
6525 | $as_echo_n "(cached) " >&6 | |
5464f5a1 | 6526 | else |
d7040cdb SE |
6527 | if test -n "$AR"; then |
6528 | ac_cv_prog_AR="$AR" # Let the user override the test. | |
5464f5a1 NN |
6529 | else |
6530 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6531 | for as_dir in $PATH | |
6532 | do | |
6533 | IFS=$as_save_IFS | |
6534 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6535 | for ac_exec_ext in '' $ac_executable_extensions; do |
6536 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d7040cdb | 6537 | ac_cv_prog_AR="${ac_tool_prefix}ar" |
81ecdfbb | 6538 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5464f5a1 NN |
6539 | break 2 |
6540 | fi | |
6541 | done | |
81ecdfbb RW |
6542 | done |
6543 | IFS=$as_save_IFS | |
5464f5a1 NN |
6544 | |
6545 | fi | |
6546 | fi | |
d7040cdb SE |
6547 | AR=$ac_cv_prog_AR |
6548 | if test -n "$AR"; then | |
81ecdfbb RW |
6549 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 |
6550 | $as_echo "$AR" >&6; } | |
5464f5a1 | 6551 | else |
81ecdfbb RW |
6552 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6553 | $as_echo "no" >&6; } | |
5464f5a1 NN |
6554 | fi |
6555 | ||
81ecdfbb | 6556 | |
5464f5a1 | 6557 | fi |
d7040cdb SE |
6558 | if test -z "$ac_cv_prog_AR"; then |
6559 | ac_ct_AR=$AR | |
6560 | # Extract the first word of "ar", so it can be a program name with args. | |
6561 | set dummy ar; ac_word=$2 | |
81ecdfbb RW |
6562 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6563 | $as_echo_n "checking for $ac_word... " >&6; } | |
6564 | if test "${ac_cv_prog_ac_ct_AR+set}" = set; then : | |
6565 | $as_echo_n "(cached) " >&6 | |
252b5132 | 6566 | else |
d7040cdb SE |
6567 | if test -n "$ac_ct_AR"; then |
6568 | ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. | |
252b5132 | 6569 | else |
5464f5a1 NN |
6570 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
6571 | for as_dir in $PATH | |
6572 | do | |
6573 | IFS=$as_save_IFS | |
6574 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6575 | for ac_exec_ext in '' $ac_executable_extensions; do |
6576 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d7040cdb | 6577 | ac_cv_prog_ac_ct_AR="ar" |
81ecdfbb | 6578 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5464f5a1 NN |
6579 | break 2 |
6580 | fi | |
6581 | done | |
81ecdfbb RW |
6582 | done |
6583 | IFS=$as_save_IFS | |
5464f5a1 | 6584 | |
5464f5a1 NN |
6585 | fi |
6586 | fi | |
d7040cdb SE |
6587 | ac_ct_AR=$ac_cv_prog_ac_ct_AR |
6588 | if test -n "$ac_ct_AR"; then | |
81ecdfbb RW |
6589 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 |
6590 | $as_echo "$ac_ct_AR" >&6; } | |
d7040cdb | 6591 | else |
81ecdfbb RW |
6592 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6593 | $as_echo "no" >&6; } | |
5464f5a1 NN |
6594 | fi |
6595 | ||
81ecdfbb RW |
6596 | if test "x$ac_ct_AR" = x; then |
6597 | AR="false" | |
6598 | else | |
6599 | case $cross_compiling:$ac_tool_warned in | |
6600 | yes:) | |
6601 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
6602 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
6603 | ac_tool_warned=yes ;; | |
6604 | esac | |
6605 | AR=$ac_ct_AR | |
6606 | fi | |
cfbc9945 | 6607 | else |
d7040cdb | 6608 | AR="$ac_cv_prog_AR" |
5464f5a1 | 6609 | fi |
cfbc9945 | 6610 | |
d7040cdb SE |
6611 | test -z "$AR" && AR=ar |
6612 | test -z "$AR_FLAGS" && AR_FLAGS=cru | |
6613 | ||
6614 | ||
6615 | ||
6616 | ||
6617 | ||
6618 | ||
6619 | ||
6620 | ||
6621 | ||
6622 | ||
6623 | ||
cfbc9945 SE |
6624 | if test -n "$ac_tool_prefix"; then |
6625 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | |
6626 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | |
81ecdfbb RW |
6627 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6628 | $as_echo_n "checking for $ac_word... " >&6; } | |
6629 | if test "${ac_cv_prog_STRIP+set}" = set; then : | |
6630 | $as_echo_n "(cached) " >&6 | |
5464f5a1 | 6631 | else |
cfbc9945 SE |
6632 | if test -n "$STRIP"; then |
6633 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
5464f5a1 NN |
6634 | else |
6635 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6636 | for as_dir in $PATH | |
6637 | do | |
6638 | IFS=$as_save_IFS | |
6639 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6640 | for ac_exec_ext in '' $ac_executable_extensions; do |
6641 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
cfbc9945 | 6642 | ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
81ecdfbb | 6643 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5464f5a1 NN |
6644 | break 2 |
6645 | fi | |
6646 | done | |
81ecdfbb RW |
6647 | done |
6648 | IFS=$as_save_IFS | |
5464f5a1 NN |
6649 | |
6650 | fi | |
6651 | fi | |
cfbc9945 SE |
6652 | STRIP=$ac_cv_prog_STRIP |
6653 | if test -n "$STRIP"; then | |
81ecdfbb RW |
6654 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 |
6655 | $as_echo "$STRIP" >&6; } | |
5464f5a1 | 6656 | else |
81ecdfbb RW |
6657 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6658 | $as_echo "no" >&6; } | |
5464f5a1 NN |
6659 | fi |
6660 | ||
81ecdfbb | 6661 | |
252b5132 | 6662 | fi |
cfbc9945 SE |
6663 | if test -z "$ac_cv_prog_STRIP"; then |
6664 | ac_ct_STRIP=$STRIP | |
6665 | # Extract the first word of "strip", so it can be a program name with args. | |
6666 | set dummy strip; ac_word=$2 | |
81ecdfbb RW |
6667 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6668 | $as_echo_n "checking for $ac_word... " >&6; } | |
6669 | if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : | |
6670 | $as_echo_n "(cached) " >&6 | |
5464f5a1 | 6671 | else |
cfbc9945 SE |
6672 | if test -n "$ac_ct_STRIP"; then |
6673 | ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. | |
5464f5a1 NN |
6674 | else |
6675 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6676 | for as_dir in $PATH | |
6677 | do | |
6678 | IFS=$as_save_IFS | |
6679 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6680 | for ac_exec_ext in '' $ac_executable_extensions; do |
6681 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
cfbc9945 | 6682 | ac_cv_prog_ac_ct_STRIP="strip" |
81ecdfbb | 6683 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5464f5a1 NN |
6684 | break 2 |
6685 | fi | |
6686 | done | |
81ecdfbb RW |
6687 | done |
6688 | IFS=$as_save_IFS | |
5464f5a1 NN |
6689 | |
6690 | fi | |
6691 | fi | |
cfbc9945 SE |
6692 | ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP |
6693 | if test -n "$ac_ct_STRIP"; then | |
81ecdfbb RW |
6694 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 |
6695 | $as_echo "$ac_ct_STRIP" >&6; } | |
5464f5a1 | 6696 | else |
81ecdfbb RW |
6697 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6698 | $as_echo "no" >&6; } | |
5464f5a1 NN |
6699 | fi |
6700 | ||
81ecdfbb RW |
6701 | if test "x$ac_ct_STRIP" = x; then |
6702 | STRIP=":" | |
6703 | else | |
6704 | case $cross_compiling:$ac_tool_warned in | |
6705 | yes:) | |
6706 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
6707 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
6708 | ac_tool_warned=yes ;; | |
6709 | esac | |
6710 | STRIP=$ac_ct_STRIP | |
6711 | fi | |
cfbc9945 SE |
6712 | else |
6713 | STRIP="$ac_cv_prog_STRIP" | |
5464f5a1 NN |
6714 | fi |
6715 | ||
d7040cdb | 6716 | test -z "$STRIP" && STRIP=: |
5464f5a1 | 6717 | |
cfbc9945 SE |
6718 | |
6719 | ||
cfbc9945 | 6720 | |
cfbc9945 SE |
6721 | |
6722 | ||
d7040cdb SE |
6723 | if test -n "$ac_tool_prefix"; then |
6724 | # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. | |
6725 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | |
81ecdfbb RW |
6726 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6727 | $as_echo_n "checking for $ac_word... " >&6; } | |
6728 | if test "${ac_cv_prog_RANLIB+set}" = set; then : | |
6729 | $as_echo_n "(cached) " >&6 | |
cfbc9945 | 6730 | else |
d7040cdb SE |
6731 | if test -n "$RANLIB"; then |
6732 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
6733 | else | |
6734 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6735 | for as_dir in $PATH | |
6736 | do | |
6737 | IFS=$as_save_IFS | |
6738 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6739 | for ac_exec_ext in '' $ac_executable_extensions; do |
6740 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d7040cdb | 6741 | ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
81ecdfbb | 6742 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb | 6743 | break 2 |
cfbc9945 | 6744 | fi |
d7040cdb | 6745 | done |
81ecdfbb RW |
6746 | done |
6747 | IFS=$as_save_IFS | |
cfbc9945 | 6748 | |
d7040cdb SE |
6749 | fi |
6750 | fi | |
6751 | RANLIB=$ac_cv_prog_RANLIB | |
6752 | if test -n "$RANLIB"; then | |
81ecdfbb RW |
6753 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 |
6754 | $as_echo "$RANLIB" >&6; } | |
d7040cdb | 6755 | else |
81ecdfbb RW |
6756 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6757 | $as_echo "no" >&6; } | |
d7040cdb | 6758 | fi |
cfbc9945 | 6759 | |
81ecdfbb | 6760 | |
d7040cdb SE |
6761 | fi |
6762 | if test -z "$ac_cv_prog_RANLIB"; then | |
6763 | ac_ct_RANLIB=$RANLIB | |
6764 | # Extract the first word of "ranlib", so it can be a program name with args. | |
6765 | set dummy ranlib; ac_word=$2 | |
81ecdfbb RW |
6766 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6767 | $as_echo_n "checking for $ac_word... " >&6; } | |
6768 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : | |
6769 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
6770 | else |
6771 | if test -n "$ac_ct_RANLIB"; then | |
6772 | ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. | |
6773 | else | |
6774 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6775 | for as_dir in $PATH | |
6776 | do | |
6777 | IFS=$as_save_IFS | |
6778 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6779 | for ac_exec_ext in '' $ac_executable_extensions; do |
6780 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d7040cdb | 6781 | ac_cv_prog_ac_ct_RANLIB="ranlib" |
81ecdfbb | 6782 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb | 6783 | break 2 |
cfbc9945 | 6784 | fi |
d7040cdb | 6785 | done |
81ecdfbb RW |
6786 | done |
6787 | IFS=$as_save_IFS | |
cfbc9945 | 6788 | |
d7040cdb SE |
6789 | fi |
6790 | fi | |
6791 | ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB | |
6792 | if test -n "$ac_ct_RANLIB"; then | |
81ecdfbb RW |
6793 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 |
6794 | $as_echo "$ac_ct_RANLIB" >&6; } | |
cfbc9945 | 6795 | else |
81ecdfbb RW |
6796 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6797 | $as_echo "no" >&6; } | |
d7040cdb | 6798 | fi |
5464f5a1 | 6799 | |
81ecdfbb RW |
6800 | if test "x$ac_ct_RANLIB" = x; then |
6801 | RANLIB=":" | |
6802 | else | |
6803 | case $cross_compiling:$ac_tool_warned in | |
6804 | yes:) | |
6805 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
6806 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
6807 | ac_tool_warned=yes ;; | |
6808 | esac | |
6809 | RANLIB=$ac_ct_RANLIB | |
6810 | fi | |
d7040cdb SE |
6811 | else |
6812 | RANLIB="$ac_cv_prog_RANLIB" | |
6813 | fi | |
5464f5a1 | 6814 | |
d7040cdb | 6815 | test -z "$RANLIB" && RANLIB=: |
5464f5a1 | 6816 | |
5464f5a1 | 6817 | |
5464f5a1 | 6818 | |
cfbc9945 | 6819 | |
cfbc9945 | 6820 | |
d7040cdb SE |
6821 | |
6822 | # Determine commands to create old-style static archives. | |
718a6fd8 | 6823 | old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' |
d7040cdb SE |
6824 | old_postinstall_cmds='chmod 644 $oldlib' |
6825 | old_postuninstall_cmds= | |
6826 | ||
6827 | if test -n "$RANLIB"; then | |
6828 | case $host_os in | |
6829 | openbsd*) | |
6830 | old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" | |
6831 | ;; | |
6832 | *) | |
6833 | old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" | |
6834 | ;; | |
6835 | esac | |
6836 | old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" | |
cfbc9945 | 6837 | fi |
cfbc9945 | 6838 | |
3725885a RW |
6839 | case $host_os in |
6840 | darwin*) | |
6841 | lock_old_archive_extraction=yes ;; | |
6842 | *) | |
6843 | lock_old_archive_extraction=no ;; | |
6844 | esac | |
6845 | ||
6846 | ||
6847 | ||
6848 | ||
6849 | ||
6850 | ||
cfbc9945 | 6851 | |
cfbc9945 SE |
6852 | |
6853 | ||
cfbc9945 | 6854 | |
cfbc9945 | 6855 | |
cfbc9945 | 6856 | |
cfbc9945 | 6857 | |
cfbc9945 SE |
6858 | |
6859 | ||
cfbc9945 | 6860 | |
cfbc9945 | 6861 | |
cfbc9945 SE |
6862 | |
6863 | ||
6864 | ||
6865 | ||
6866 | ||
6867 | ||
6868 | ||
5464f5a1 | 6869 | |
5464f5a1 | 6870 | |
cfbc9945 SE |
6871 | |
6872 | ||
6873 | ||
5464f5a1 | 6874 | |
5464f5a1 | 6875 | |
cfbc9945 SE |
6876 | |
6877 | ||
6878 | ||
5464f5a1 | 6879 | |
cfbc9945 SE |
6880 | |
6881 | ||
6882 | ||
6883 | ||
d7040cdb SE |
6884 | # If no C compiler was specified, use CC. |
6885 | LTCC=${LTCC-"$CC"} | |
cfbc9945 | 6886 | |
d7040cdb SE |
6887 | # If no C compiler flags were specified, use CFLAGS. |
6888 | LTCFLAGS=${LTCFLAGS-"$CFLAGS"} | |
cfbc9945 | 6889 | |
d7040cdb SE |
6890 | # Allow CC to be a program name with arguments. |
6891 | compiler=$CC | |
cfbc9945 | 6892 | |
cfbc9945 | 6893 | |
d7040cdb | 6894 | # Check for command to grab the raw symbol name followed by C symbol from nm. |
81ecdfbb RW |
6895 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 |
6896 | $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } | |
6897 | if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then : | |
6898 | $as_echo_n "(cached) " >&6 | |
d7040cdb | 6899 | else |
5464f5a1 | 6900 | |
d7040cdb SE |
6901 | # These are sane defaults that work on at least a few old systems. |
6902 | # [They come from Ultrix. What could be older than Ultrix?!! ;)] | |
5464f5a1 | 6903 | |
d7040cdb SE |
6904 | # Character class describing NM global symbol codes. |
6905 | symcode='[BCDEGRST]' | |
6906 | ||
6907 | # Regexp to match symbols that can be accessed directly from C. | |
6908 | sympat='\([_A-Za-z][_A-Za-z0-9]*\)' | |
6909 | ||
6910 | # Define system-specific variables. | |
6911 | case $host_os in | |
6912 | aix*) | |
6913 | symcode='[BCDT]' | |
6914 | ;; | |
718a6fd8 | 6915 | cygwin* | mingw* | pw32* | cegcc*) |
d7040cdb SE |
6916 | symcode='[ABCDGISTW]' |
6917 | ;; | |
6918 | hpux*) | |
6919 | if test "$host_cpu" = ia64; then | |
6920 | symcode='[ABCDEGRST]' | |
6921 | fi | |
6922 | ;; | |
6923 | irix* | nonstopux*) | |
6924 | symcode='[BCDEGRST]' | |
6925 | ;; | |
6926 | osf*) | |
6927 | symcode='[BCDEGQRST]' | |
6928 | ;; | |
6929 | solaris*) | |
6930 | symcode='[BDRT]' | |
6931 | ;; | |
6932 | sco3.2v5*) | |
6933 | symcode='[DT]' | |
6934 | ;; | |
6935 | sysv4.2uw2*) | |
6936 | symcode='[DT]' | |
6937 | ;; | |
6938 | sysv5* | sco5v6* | unixware* | OpenUNIX*) | |
6939 | symcode='[ABDT]' | |
6940 | ;; | |
6941 | sysv4) | |
6942 | symcode='[DFNSTU]' | |
6943 | ;; | |
cfbc9945 | 6944 | esac |
5464f5a1 | 6945 | |
d7040cdb SE |
6946 | # If we're using GNU nm, then use its standard symbol codes. |
6947 | case `$NM -V 2>&1` in | |
6948 | *GNU* | *'with BFD'*) | |
6949 | symcode='[ABCDGIRSTW]' ;; | |
6950 | esac | |
5464f5a1 | 6951 | |
d7040cdb SE |
6952 | # Transform an extracted symbol line into a proper C declaration. |
6953 | # Some systems (esp. on ia64) link data and code symbols differently, | |
6954 | # so use this general approach. | |
6955 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | |
5464f5a1 | 6956 | |
d7040cdb SE |
6957 | # Transform an extracted symbol line into symbol name and symbol address |
6958 | lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" | |
718a6fd8 | 6959 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'" |
5464f5a1 | 6960 | |
d7040cdb SE |
6961 | # Handle CRLF in mingw tool chain |
6962 | opt_cr= | |
6963 | case $build_os in | |
6964 | mingw*) | |
6965 | opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp | |
6966 | ;; | |
6967 | esac | |
5464f5a1 | 6968 | |
d7040cdb SE |
6969 | # Try without a prefix underscore, then with it. |
6970 | for ac_symprfx in "" "_"; do | |
6971 | ||
6972 | # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. | |
6973 | symxfrm="\\1 $ac_symprfx\\2 \\2" | |
6974 | ||
6975 | # Write the raw and C identifiers. | |
6976 | if test "$lt_cv_nm_interface" = "MS dumpbin"; then | |
6977 | # Fake it for dumpbin and say T for any non-static function | |
6978 | # and D for any global variable. | |
6979 | # Also find C++ and __fastcall symbols from MSVC++, | |
6980 | # which start with @ or ?. | |
6981 | lt_cv_sys_global_symbol_pipe="$AWK '"\ | |
6982 | " {last_section=section; section=\$ 3};"\ | |
6983 | " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ | |
6984 | " \$ 0!~/External *\|/{next};"\ | |
6985 | " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ | |
6986 | " {if(hide[section]) next};"\ | |
6987 | " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ | |
6988 | " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ | |
6989 | " s[1]~/^[@?]/{print s[1], s[1]; next};"\ | |
6990 | " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ | |
6991 | " ' prfx=^$ac_symprfx" | |
6992 | else | |
6993 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | |
6994 | fi | |
cfbc9945 | 6995 | |
d7040cdb SE |
6996 | # Check to see that the pipe works correctly. |
6997 | pipe_works=no | |
cfbc9945 | 6998 | |
d7040cdb SE |
6999 | rm -f conftest* |
7000 | cat > conftest.$ac_ext <<_LT_EOF | |
7001 | #ifdef __cplusplus | |
7002 | extern "C" { | |
7003 | #endif | |
7004 | char nm_test_var; | |
7005 | void nm_test_func(void); | |
7006 | void nm_test_func(void){} | |
7007 | #ifdef __cplusplus | |
7008 | } | |
7009 | #endif | |
7010 | int main(){nm_test_var='a';nm_test_func();return(0);} | |
7011 | _LT_EOF | |
cfbc9945 | 7012 | |
81ecdfbb | 7013 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
d7040cdb SE |
7014 | (eval $ac_compile) 2>&5 |
7015 | ac_status=$? | |
81ecdfbb RW |
7016 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7017 | test $ac_status = 0; }; then | |
d7040cdb SE |
7018 | # Now try to grab the symbols. |
7019 | nlist=conftest.nm | |
3725885a RW |
7020 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 |
7021 | (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 | |
d7040cdb | 7022 | ac_status=$? |
81ecdfbb RW |
7023 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7024 | test $ac_status = 0; } && test -s "$nlist"; then | |
d7040cdb SE |
7025 | # Try sorting and uniquifying the output. |
7026 | if sort "$nlist" | uniq > "$nlist"T; then | |
7027 | mv -f "$nlist"T "$nlist" | |
7028 | else | |
7029 | rm -f "$nlist"T | |
7030 | fi | |
cfbc9945 | 7031 | |
d7040cdb SE |
7032 | # Make sure that we snagged all the symbols we need. |
7033 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | |
7034 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | |
7035 | cat <<_LT_EOF > conftest.$ac_ext | |
7036 | #ifdef __cplusplus | |
7037 | extern "C" { | |
7038 | #endif | |
cfbc9945 | 7039 | |
d7040cdb SE |
7040 | _LT_EOF |
7041 | # Now generate the symbol file. | |
7042 | eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' | |
5464f5a1 | 7043 | |
d7040cdb | 7044 | cat <<_LT_EOF >> conftest.$ac_ext |
cfbc9945 | 7045 | |
d7040cdb SE |
7046 | /* The mapping between symbol names and symbols. */ |
7047 | const struct { | |
7048 | const char *name; | |
7049 | void *address; | |
7050 | } | |
7051 | lt__PROGRAM__LTX_preloaded_symbols[] = | |
7052 | { | |
7053 | { "@PROGRAM@", (void *) 0 }, | |
7054 | _LT_EOF | |
7055 | $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext | |
7056 | cat <<\_LT_EOF >> conftest.$ac_ext | |
7057 | {0, (void *) 0} | |
7058 | }; | |
7059 | ||
7060 | /* This works around a problem in FreeBSD linker */ | |
7061 | #ifdef FREEBSD_WORKAROUND | |
7062 | static const void *lt_preloaded_setup() { | |
7063 | return lt__PROGRAM__LTX_preloaded_symbols; | |
7064 | } | |
7065 | #endif | |
cfbc9945 | 7066 | |
d7040cdb SE |
7067 | #ifdef __cplusplus |
7068 | } | |
7069 | #endif | |
7070 | _LT_EOF | |
7071 | # Now try linking the two files. | |
7072 | mv conftest.$ac_objext conftstm.$ac_objext | |
7073 | lt_save_LIBS="$LIBS" | |
7074 | lt_save_CFLAGS="$CFLAGS" | |
7075 | LIBS="conftstm.$ac_objext" | |
7076 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | |
81ecdfbb | 7077 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
d7040cdb SE |
7078 | (eval $ac_link) 2>&5 |
7079 | ac_status=$? | |
81ecdfbb RW |
7080 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7081 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | |
d7040cdb SE |
7082 | pipe_works=yes |
7083 | fi | |
7084 | LIBS="$lt_save_LIBS" | |
7085 | CFLAGS="$lt_save_CFLAGS" | |
7086 | else | |
7087 | echo "cannot find nm_test_func in $nlist" >&5 | |
7088 | fi | |
7089 | else | |
7090 | echo "cannot find nm_test_var in $nlist" >&5 | |
7091 | fi | |
7092 | else | |
7093 | echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 | |
7094 | fi | |
7095 | else | |
7096 | echo "$progname: failed program was:" >&5 | |
7097 | cat conftest.$ac_ext >&5 | |
7098 | fi | |
718a6fd8 | 7099 | rm -rf conftest* conftst* |
cfbc9945 | 7100 | |
d7040cdb SE |
7101 | # Do not use the global_symbol_pipe unless it works. |
7102 | if test "$pipe_works" = yes; then | |
7103 | break | |
7104 | else | |
7105 | lt_cv_sys_global_symbol_pipe= | |
7106 | fi | |
7107 | done | |
cfbc9945 | 7108 | |
252b5132 | 7109 | fi |
5464f5a1 | 7110 | |
d7040cdb SE |
7111 | if test -z "$lt_cv_sys_global_symbol_pipe"; then |
7112 | lt_cv_sys_global_symbol_to_cdecl= | |
7113 | fi | |
7114 | if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then | |
81ecdfbb RW |
7115 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 |
7116 | $as_echo "failed" >&6; } | |
b3baf5d0 | 7117 | else |
81ecdfbb RW |
7118 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 |
7119 | $as_echo "ok" >&6; } | |
d7040cdb | 7120 | fi |
5464f5a1 | 7121 | |
cfbc9945 | 7122 | |
b3baf5d0 | 7123 | |
cfbc9945 SE |
7124 | |
7125 | ||
7126 | ||
7127 | ||
5464f5a1 | 7128 | |
4a2a2686 HPN |
7129 | |
7130 | ||
7131 | ||
cfbc9945 SE |
7132 | |
7133 | ||
cfbc9945 | 7134 | |
cfbc9945 | 7135 | |
718a6fd8 SE |
7136 | |
7137 | ||
7138 | ||
7139 | ||
7140 | ||
9d7cbccd | 7141 | |
20e95c23 | 7142 | |
81ecdfbb RW |
7143 | # Check whether --enable-libtool-lock was given. |
7144 | if test "${enable_libtool_lock+set}" = set; then : | |
7145 | enableval=$enable_libtool_lock; | |
7146 | fi | |
20e95c23 | 7147 | |
d7040cdb | 7148 | test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes |
20e95c23 | 7149 | |
d7040cdb SE |
7150 | # Some flags need to be propagated to the compiler or linker for good |
7151 | # libtool support. | |
7152 | case $host in | |
7153 | ia64-*-hpux*) | |
7154 | # Find out which ABI we are using. | |
7155 | echo 'int i;' > conftest.$ac_ext | |
81ecdfbb | 7156 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
d7040cdb SE |
7157 | (eval $ac_compile) 2>&5 |
7158 | ac_status=$? | |
81ecdfbb RW |
7159 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7160 | test $ac_status = 0; }; then | |
d7040cdb SE |
7161 | case `/usr/bin/file conftest.$ac_objext` in |
7162 | *ELF-32*) | |
7163 | HPUX_IA64_MODE="32" | |
7164 | ;; | |
7165 | *ELF-64*) | |
7166 | HPUX_IA64_MODE="64" | |
7167 | ;; | |
20e95c23 | 7168 | esac |
d7040cdb SE |
7169 | fi |
7170 | rm -rf conftest* | |
7171 | ;; | |
7172 | *-*-irix6*) | |
7173 | # Find out which ABI we are using. | |
3725885a | 7174 | echo '#line '$LINENO' "configure"' > conftest.$ac_ext |
81ecdfbb | 7175 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
d7040cdb SE |
7176 | (eval $ac_compile) 2>&5 |
7177 | ac_status=$? | |
81ecdfbb RW |
7178 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7179 | test $ac_status = 0; }; then | |
d7040cdb SE |
7180 | if test "$lt_cv_prog_gnu_ld" = yes; then |
7181 | case `/usr/bin/file conftest.$ac_objext` in | |
7182 | *32-bit*) | |
7183 | LD="${LD-ld} -melf32bsmip" | |
7184 | ;; | |
7185 | *N32*) | |
7186 | LD="${LD-ld} -melf32bmipn32" | |
7187 | ;; | |
7188 | *64-bit*) | |
7189 | LD="${LD-ld} -melf64bmip" | |
7190 | ;; | |
7191 | esac | |
20e95c23 | 7192 | else |
d7040cdb SE |
7193 | case `/usr/bin/file conftest.$ac_objext` in |
7194 | *32-bit*) | |
7195 | LD="${LD-ld} -32" | |
7196 | ;; | |
7197 | *N32*) | |
7198 | LD="${LD-ld} -n32" | |
7199 | ;; | |
7200 | *64-bit*) | |
7201 | LD="${LD-ld} -64" | |
7202 | ;; | |
20e95c23 DJ |
7203 | esac |
7204 | fi | |
d7040cdb SE |
7205 | fi |
7206 | rm -rf conftest* | |
7207 | ;; | |
20e95c23 | 7208 | |
d7040cdb SE |
7209 | x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ |
7210 | s390*-*linux*|s390*-*tpf*|sparc*-*linux*) | |
7211 | # Find out which ABI we are using. | |
7212 | echo 'int i;' > conftest.$ac_ext | |
81ecdfbb | 7213 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
d7040cdb SE |
7214 | (eval $ac_compile) 2>&5 |
7215 | ac_status=$? | |
81ecdfbb RW |
7216 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7217 | test $ac_status = 0; }; then | |
d7040cdb SE |
7218 | case `/usr/bin/file conftest.o` in |
7219 | *32-bit*) | |
7220 | case $host in | |
7221 | x86_64-*kfreebsd*-gnu) | |
7222 | LD="${LD-ld} -m elf_i386_fbsd" | |
7223 | ;; | |
7224 | x86_64-*linux*) | |
6d2920c8 L |
7225 | case `/usr/bin/file conftest.o` in |
7226 | *x86-64*) | |
7227 | LD="${LD-ld} -m elf32_x86_64" | |
7228 | ;; | |
7229 | *) | |
7230 | LD="${LD-ld} -m elf_i386" | |
7231 | ;; | |
7232 | esac | |
d7040cdb SE |
7233 | ;; |
7234 | ppc64-*linux*|powerpc64-*linux*) | |
7235 | LD="${LD-ld} -m elf32ppclinux" | |
7236 | ;; | |
7237 | s390x-*linux*) | |
7238 | LD="${LD-ld} -m elf_s390" | |
7239 | ;; | |
7240 | sparc64-*linux*) | |
7241 | LD="${LD-ld} -m elf32_sparc" | |
7242 | ;; | |
7243 | esac | |
7244 | ;; | |
7245 | *64-bit*) | |
7246 | case $host in | |
7247 | x86_64-*kfreebsd*-gnu) | |
7248 | LD="${LD-ld} -m elf_x86_64_fbsd" | |
7249 | ;; | |
7250 | x86_64-*linux*) | |
7251 | LD="${LD-ld} -m elf_x86_64" | |
7252 | ;; | |
7253 | ppc*-*linux*|powerpc*-*linux*) | |
7254 | LD="${LD-ld} -m elf64ppc" | |
7255 | ;; | |
7256 | s390*-*linux*|s390*-*tpf*) | |
7257 | LD="${LD-ld} -m elf64_s390" | |
7258 | ;; | |
7259 | sparc*-*linux*) | |
7260 | LD="${LD-ld} -m elf64_sparc" | |
7261 | ;; | |
7262 | esac | |
7263 | ;; | |
20e95c23 DJ |
7264 | esac |
7265 | fi | |
d7040cdb | 7266 | rm -rf conftest* |
7357c5b6 | 7267 | ;; |
d7040cdb | 7268 | |
7357c5b6 AM |
7269 | *-*-sco3.2v5*) |
7270 | # On SCO OpenServer 5, we need -belf to get full-featured binaries. | |
7271 | SAVE_CFLAGS="$CFLAGS" | |
7272 | CFLAGS="$CFLAGS -belf" | |
81ecdfbb RW |
7273 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 |
7274 | $as_echo_n "checking whether the C compiler needs -belf... " >&6; } | |
7275 | if test "${lt_cv_cc_needs_belf+set}" = set; then : | |
7276 | $as_echo_n "(cached) " >&6 | |
d7040cdb | 7277 | else |
7357c5b6 AM |
7278 | ac_ext=c |
7279 | ac_cpp='$CPP $CPPFLAGS' | |
7280 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
7281 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
7282 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
d7040cdb | 7283 | |
81ecdfbb | 7284 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb | 7285 | /* end confdefs.h. */ |
d7040cdb | 7286 | |
d7040cdb SE |
7287 | int |
7288 | main () | |
7289 | { | |
7357c5b6 AM |
7290 | |
7291 | ; | |
7292 | return 0; | |
d7040cdb SE |
7293 | } |
7294 | _ACEOF | |
81ecdfbb | 7295 | if ac_fn_c_try_link "$LINENO"; then : |
7357c5b6 | 7296 | lt_cv_cc_needs_belf=yes |
d7040cdb | 7297 | else |
81ecdfbb | 7298 | lt_cv_cc_needs_belf=no |
d7040cdb | 7299 | fi |
81ecdfbb RW |
7300 | rm -f core conftest.err conftest.$ac_objext \ |
7301 | conftest$ac_exeext conftest.$ac_ext | |
7357c5b6 AM |
7302 | ac_ext=c |
7303 | ac_cpp='$CPP $CPPFLAGS' | |
7304 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
7305 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
7306 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
d7040cdb SE |
7307 | |
7308 | fi | |
81ecdfbb RW |
7309 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 |
7310 | $as_echo "$lt_cv_cc_needs_belf" >&6; } | |
7357c5b6 AM |
7311 | if test x"$lt_cv_cc_needs_belf" != x"yes"; then |
7312 | # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf | |
7313 | CFLAGS="$SAVE_CFLAGS" | |
7314 | fi | |
7315 | ;; | |
7316 | sparc*-*solaris*) | |
7317 | # Find out which ABI we are using. | |
7318 | echo 'int i;' > conftest.$ac_ext | |
81ecdfbb | 7319 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
7357c5b6 AM |
7320 | (eval $ac_compile) 2>&5 |
7321 | ac_status=$? | |
81ecdfbb RW |
7322 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7323 | test $ac_status = 0; }; then | |
7357c5b6 AM |
7324 | case `/usr/bin/file conftest.o` in |
7325 | *64-bit*) | |
7326 | case $lt_cv_prog_gnu_ld in | |
7327 | yes*) LD="${LD-ld} -m elf64_sparc" ;; | |
718a6fd8 SE |
7328 | *) |
7329 | if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then | |
7330 | LD="${LD-ld} -64" | |
7331 | fi | |
7332 | ;; | |
7357c5b6 AM |
7333 | esac |
7334 | ;; | |
7335 | esac | |
7336 | fi | |
7337 | rm -rf conftest* | |
7338 | ;; | |
7339 | esac | |
d7040cdb | 7340 | |
7357c5b6 | 7341 | need_locks="$enable_libtool_lock" |
d7040cdb SE |
7342 | |
7343 | ||
718a6fd8 SE |
7344 | case $host_os in |
7345 | rhapsody* | darwin*) | |
7346 | if test -n "$ac_tool_prefix"; then | |
7347 | # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. | |
7348 | set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 | |
81ecdfbb RW |
7349 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7350 | $as_echo_n "checking for $ac_word... " >&6; } | |
7351 | if test "${ac_cv_prog_DSYMUTIL+set}" = set; then : | |
7352 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
7353 | else |
7354 | if test -n "$DSYMUTIL"; then | |
7355 | ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. | |
7356 | else | |
7357 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7358 | for as_dir in $PATH | |
7359 | do | |
7360 | IFS=$as_save_IFS | |
7361 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7362 | for ac_exec_ext in '' $ac_executable_extensions; do |
7363 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
718a6fd8 | 7364 | ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" |
81ecdfbb | 7365 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7366 | break 2 |
7367 | fi | |
7368 | done | |
81ecdfbb RW |
7369 | done |
7370 | IFS=$as_save_IFS | |
718a6fd8 SE |
7371 | |
7372 | fi | |
7373 | fi | |
7374 | DSYMUTIL=$ac_cv_prog_DSYMUTIL | |
7375 | if test -n "$DSYMUTIL"; then | |
81ecdfbb RW |
7376 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 |
7377 | $as_echo "$DSYMUTIL" >&6; } | |
718a6fd8 | 7378 | else |
81ecdfbb RW |
7379 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7380 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7381 | fi |
7382 | ||
81ecdfbb | 7383 | |
718a6fd8 SE |
7384 | fi |
7385 | if test -z "$ac_cv_prog_DSYMUTIL"; then | |
7386 | ac_ct_DSYMUTIL=$DSYMUTIL | |
7387 | # Extract the first word of "dsymutil", so it can be a program name with args. | |
7388 | set dummy dsymutil; ac_word=$2 | |
81ecdfbb RW |
7389 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7390 | $as_echo_n "checking for $ac_word... " >&6; } | |
7391 | if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then : | |
7392 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
7393 | else |
7394 | if test -n "$ac_ct_DSYMUTIL"; then | |
7395 | ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. | |
7396 | else | |
7397 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7398 | for as_dir in $PATH | |
7399 | do | |
7400 | IFS=$as_save_IFS | |
7401 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7402 | for ac_exec_ext in '' $ac_executable_extensions; do |
7403 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
718a6fd8 | 7404 | ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" |
81ecdfbb | 7405 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7406 | break 2 |
7407 | fi | |
7408 | done | |
81ecdfbb RW |
7409 | done |
7410 | IFS=$as_save_IFS | |
718a6fd8 | 7411 | |
718a6fd8 SE |
7412 | fi |
7413 | fi | |
7414 | ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL | |
7415 | if test -n "$ac_ct_DSYMUTIL"; then | |
81ecdfbb RW |
7416 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 |
7417 | $as_echo "$ac_ct_DSYMUTIL" >&6; } | |
718a6fd8 | 7418 | else |
81ecdfbb RW |
7419 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7420 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7421 | fi |
7422 | ||
81ecdfbb RW |
7423 | if test "x$ac_ct_DSYMUTIL" = x; then |
7424 | DSYMUTIL=":" | |
7425 | else | |
7426 | case $cross_compiling:$ac_tool_warned in | |
7427 | yes:) | |
7428 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7429 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7430 | ac_tool_warned=yes ;; | |
7431 | esac | |
7432 | DSYMUTIL=$ac_ct_DSYMUTIL | |
7433 | fi | |
718a6fd8 SE |
7434 | else |
7435 | DSYMUTIL="$ac_cv_prog_DSYMUTIL" | |
7436 | fi | |
7437 | ||
7438 | if test -n "$ac_tool_prefix"; then | |
7439 | # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. | |
7440 | set dummy ${ac_tool_prefix}nmedit; ac_word=$2 | |
81ecdfbb RW |
7441 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7442 | $as_echo_n "checking for $ac_word... " >&6; } | |
7443 | if test "${ac_cv_prog_NMEDIT+set}" = set; then : | |
7444 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
7445 | else |
7446 | if test -n "$NMEDIT"; then | |
7447 | ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. | |
7448 | else | |
7449 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7450 | for as_dir in $PATH | |
7451 | do | |
7452 | IFS=$as_save_IFS | |
7453 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7454 | for ac_exec_ext in '' $ac_executable_extensions; do |
7455 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
718a6fd8 | 7456 | ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" |
81ecdfbb | 7457 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7458 | break 2 |
7459 | fi | |
7460 | done | |
81ecdfbb RW |
7461 | done |
7462 | IFS=$as_save_IFS | |
718a6fd8 SE |
7463 | |
7464 | fi | |
7465 | fi | |
7466 | NMEDIT=$ac_cv_prog_NMEDIT | |
7467 | if test -n "$NMEDIT"; then | |
81ecdfbb RW |
7468 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 |
7469 | $as_echo "$NMEDIT" >&6; } | |
718a6fd8 | 7470 | else |
81ecdfbb RW |
7471 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7472 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7473 | fi |
7474 | ||
81ecdfbb | 7475 | |
718a6fd8 SE |
7476 | fi |
7477 | if test -z "$ac_cv_prog_NMEDIT"; then | |
7478 | ac_ct_NMEDIT=$NMEDIT | |
7479 | # Extract the first word of "nmedit", so it can be a program name with args. | |
7480 | set dummy nmedit; ac_word=$2 | |
81ecdfbb RW |
7481 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7482 | $as_echo_n "checking for $ac_word... " >&6; } | |
7483 | if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then : | |
7484 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
7485 | else |
7486 | if test -n "$ac_ct_NMEDIT"; then | |
7487 | ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. | |
7488 | else | |
7489 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7490 | for as_dir in $PATH | |
7491 | do | |
7492 | IFS=$as_save_IFS | |
7493 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7494 | for ac_exec_ext in '' $ac_executable_extensions; do |
7495 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
718a6fd8 | 7496 | ac_cv_prog_ac_ct_NMEDIT="nmedit" |
81ecdfbb | 7497 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7498 | break 2 |
7499 | fi | |
7500 | done | |
81ecdfbb RW |
7501 | done |
7502 | IFS=$as_save_IFS | |
718a6fd8 | 7503 | |
718a6fd8 SE |
7504 | fi |
7505 | fi | |
7506 | ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT | |
7507 | if test -n "$ac_ct_NMEDIT"; then | |
81ecdfbb RW |
7508 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 |
7509 | $as_echo "$ac_ct_NMEDIT" >&6; } | |
718a6fd8 | 7510 | else |
81ecdfbb RW |
7511 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7512 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7513 | fi |
7514 | ||
81ecdfbb RW |
7515 | if test "x$ac_ct_NMEDIT" = x; then |
7516 | NMEDIT=":" | |
7517 | else | |
7518 | case $cross_compiling:$ac_tool_warned in | |
7519 | yes:) | |
7520 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7521 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7522 | ac_tool_warned=yes ;; | |
7523 | esac | |
7524 | NMEDIT=$ac_ct_NMEDIT | |
7525 | fi | |
718a6fd8 SE |
7526 | else |
7527 | NMEDIT="$ac_cv_prog_NMEDIT" | |
7528 | fi | |
7529 | ||
7530 | if test -n "$ac_tool_prefix"; then | |
7531 | # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. | |
7532 | set dummy ${ac_tool_prefix}lipo; ac_word=$2 | |
81ecdfbb RW |
7533 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7534 | $as_echo_n "checking for $ac_word... " >&6; } | |
7535 | if test "${ac_cv_prog_LIPO+set}" = set; then : | |
7536 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
7537 | else |
7538 | if test -n "$LIPO"; then | |
7539 | ac_cv_prog_LIPO="$LIPO" # Let the user override the test. | |
7540 | else | |
7541 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7542 | for as_dir in $PATH | |
7543 | do | |
7544 | IFS=$as_save_IFS | |
7545 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7546 | for ac_exec_ext in '' $ac_executable_extensions; do |
7547 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
718a6fd8 | 7548 | ac_cv_prog_LIPO="${ac_tool_prefix}lipo" |
81ecdfbb | 7549 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7550 | break 2 |
7551 | fi | |
7552 | done | |
81ecdfbb RW |
7553 | done |
7554 | IFS=$as_save_IFS | |
718a6fd8 SE |
7555 | |
7556 | fi | |
7557 | fi | |
7558 | LIPO=$ac_cv_prog_LIPO | |
7559 | if test -n "$LIPO"; then | |
81ecdfbb RW |
7560 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 |
7561 | $as_echo "$LIPO" >&6; } | |
718a6fd8 | 7562 | else |
81ecdfbb RW |
7563 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7564 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7565 | fi |
7566 | ||
81ecdfbb | 7567 | |
718a6fd8 SE |
7568 | fi |
7569 | if test -z "$ac_cv_prog_LIPO"; then | |
7570 | ac_ct_LIPO=$LIPO | |
7571 | # Extract the first word of "lipo", so it can be a program name with args. | |
7572 | set dummy lipo; ac_word=$2 | |
81ecdfbb RW |
7573 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7574 | $as_echo_n "checking for $ac_word... " >&6; } | |
7575 | if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then : | |
7576 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
7577 | else |
7578 | if test -n "$ac_ct_LIPO"; then | |
7579 | ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. | |
7580 | else | |
7581 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7582 | for as_dir in $PATH | |
7583 | do | |
7584 | IFS=$as_save_IFS | |
7585 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7586 | for ac_exec_ext in '' $ac_executable_extensions; do |
7587 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
718a6fd8 | 7588 | ac_cv_prog_ac_ct_LIPO="lipo" |
81ecdfbb | 7589 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7590 | break 2 |
7591 | fi | |
7592 | done | |
81ecdfbb RW |
7593 | done |
7594 | IFS=$as_save_IFS | |
718a6fd8 | 7595 | |
718a6fd8 SE |
7596 | fi |
7597 | fi | |
7598 | ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO | |
7599 | if test -n "$ac_ct_LIPO"; then | |
81ecdfbb RW |
7600 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 |
7601 | $as_echo "$ac_ct_LIPO" >&6; } | |
718a6fd8 | 7602 | else |
81ecdfbb RW |
7603 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7604 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7605 | fi |
7606 | ||
81ecdfbb RW |
7607 | if test "x$ac_ct_LIPO" = x; then |
7608 | LIPO=":" | |
7609 | else | |
7610 | case $cross_compiling:$ac_tool_warned in | |
7611 | yes:) | |
7612 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7613 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7614 | ac_tool_warned=yes ;; | |
7615 | esac | |
7616 | LIPO=$ac_ct_LIPO | |
7617 | fi | |
7618 | else | |
718a6fd8 SE |
7619 | LIPO="$ac_cv_prog_LIPO" |
7620 | fi | |
7621 | ||
7622 | if test -n "$ac_tool_prefix"; then | |
7623 | # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. | |
7624 | set dummy ${ac_tool_prefix}otool; ac_word=$2 | |
81ecdfbb RW |
7625 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7626 | $as_echo_n "checking for $ac_word... " >&6; } | |
7627 | if test "${ac_cv_prog_OTOOL+set}" = set; then : | |
7628 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
7629 | else |
7630 | if test -n "$OTOOL"; then | |
7631 | ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. | |
7632 | else | |
7633 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7634 | for as_dir in $PATH | |
7635 | do | |
7636 | IFS=$as_save_IFS | |
7637 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7638 | for ac_exec_ext in '' $ac_executable_extensions; do |
7639 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
718a6fd8 | 7640 | ac_cv_prog_OTOOL="${ac_tool_prefix}otool" |
81ecdfbb | 7641 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7642 | break 2 |
7643 | fi | |
7644 | done | |
81ecdfbb RW |
7645 | done |
7646 | IFS=$as_save_IFS | |
718a6fd8 SE |
7647 | |
7648 | fi | |
7649 | fi | |
7650 | OTOOL=$ac_cv_prog_OTOOL | |
7651 | if test -n "$OTOOL"; then | |
81ecdfbb RW |
7652 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 |
7653 | $as_echo "$OTOOL" >&6; } | |
718a6fd8 | 7654 | else |
81ecdfbb RW |
7655 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7656 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7657 | fi |
7658 | ||
81ecdfbb | 7659 | |
718a6fd8 SE |
7660 | fi |
7661 | if test -z "$ac_cv_prog_OTOOL"; then | |
7662 | ac_ct_OTOOL=$OTOOL | |
7663 | # Extract the first word of "otool", so it can be a program name with args. | |
7664 | set dummy otool; ac_word=$2 | |
81ecdfbb RW |
7665 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7666 | $as_echo_n "checking for $ac_word... " >&6; } | |
7667 | if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then : | |
7668 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
7669 | else |
7670 | if test -n "$ac_ct_OTOOL"; then | |
7671 | ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. | |
7672 | else | |
7673 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7674 | for as_dir in $PATH | |
7675 | do | |
7676 | IFS=$as_save_IFS | |
7677 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7678 | for ac_exec_ext in '' $ac_executable_extensions; do |
7679 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
718a6fd8 | 7680 | ac_cv_prog_ac_ct_OTOOL="otool" |
81ecdfbb | 7681 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7682 | break 2 |
7683 | fi | |
7684 | done | |
81ecdfbb RW |
7685 | done |
7686 | IFS=$as_save_IFS | |
718a6fd8 | 7687 | |
718a6fd8 SE |
7688 | fi |
7689 | fi | |
7690 | ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL | |
7691 | if test -n "$ac_ct_OTOOL"; then | |
81ecdfbb RW |
7692 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 |
7693 | $as_echo "$ac_ct_OTOOL" >&6; } | |
718a6fd8 | 7694 | else |
81ecdfbb RW |
7695 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7696 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7697 | fi |
7698 | ||
81ecdfbb RW |
7699 | if test "x$ac_ct_OTOOL" = x; then |
7700 | OTOOL=":" | |
7701 | else | |
7702 | case $cross_compiling:$ac_tool_warned in | |
7703 | yes:) | |
7704 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7705 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7706 | ac_tool_warned=yes ;; | |
7707 | esac | |
7708 | OTOOL=$ac_ct_OTOOL | |
7709 | fi | |
718a6fd8 SE |
7710 | else |
7711 | OTOOL="$ac_cv_prog_OTOOL" | |
7712 | fi | |
7713 | ||
7714 | if test -n "$ac_tool_prefix"; then | |
7715 | # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. | |
7716 | set dummy ${ac_tool_prefix}otool64; ac_word=$2 | |
81ecdfbb RW |
7717 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7718 | $as_echo_n "checking for $ac_word... " >&6; } | |
7719 | if test "${ac_cv_prog_OTOOL64+set}" = set; then : | |
7720 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
7721 | else |
7722 | if test -n "$OTOOL64"; then | |
7723 | ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. | |
7724 | else | |
7725 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7726 | for as_dir in $PATH | |
7727 | do | |
7728 | IFS=$as_save_IFS | |
7729 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7730 | for ac_exec_ext in '' $ac_executable_extensions; do |
7731 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
718a6fd8 | 7732 | ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" |
81ecdfbb | 7733 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7734 | break 2 |
7735 | fi | |
7736 | done | |
81ecdfbb RW |
7737 | done |
7738 | IFS=$as_save_IFS | |
718a6fd8 SE |
7739 | |
7740 | fi | |
7741 | fi | |
7742 | OTOOL64=$ac_cv_prog_OTOOL64 | |
7743 | if test -n "$OTOOL64"; then | |
81ecdfbb RW |
7744 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 |
7745 | $as_echo "$OTOOL64" >&6; } | |
718a6fd8 | 7746 | else |
81ecdfbb RW |
7747 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7748 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7749 | fi |
7750 | ||
81ecdfbb | 7751 | |
718a6fd8 SE |
7752 | fi |
7753 | if test -z "$ac_cv_prog_OTOOL64"; then | |
7754 | ac_ct_OTOOL64=$OTOOL64 | |
7755 | # Extract the first word of "otool64", so it can be a program name with args. | |
7756 | set dummy otool64; ac_word=$2 | |
81ecdfbb RW |
7757 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7758 | $as_echo_n "checking for $ac_word... " >&6; } | |
7759 | if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then : | |
7760 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
7761 | else |
7762 | if test -n "$ac_ct_OTOOL64"; then | |
7763 | ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. | |
7764 | else | |
7765 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7766 | for as_dir in $PATH | |
7767 | do | |
7768 | IFS=$as_save_IFS | |
7769 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7770 | for ac_exec_ext in '' $ac_executable_extensions; do |
7771 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
718a6fd8 | 7772 | ac_cv_prog_ac_ct_OTOOL64="otool64" |
81ecdfbb | 7773 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7774 | break 2 |
7775 | fi | |
7776 | done | |
81ecdfbb RW |
7777 | done |
7778 | IFS=$as_save_IFS | |
718a6fd8 | 7779 | |
718a6fd8 SE |
7780 | fi |
7781 | fi | |
7782 | ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 | |
7783 | if test -n "$ac_ct_OTOOL64"; then | |
81ecdfbb RW |
7784 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 |
7785 | $as_echo "$ac_ct_OTOOL64" >&6; } | |
718a6fd8 | 7786 | else |
81ecdfbb RW |
7787 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7788 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7789 | fi |
7790 | ||
81ecdfbb RW |
7791 | if test "x$ac_ct_OTOOL64" = x; then |
7792 | OTOOL64=":" | |
7793 | else | |
7794 | case $cross_compiling:$ac_tool_warned in | |
7795 | yes:) | |
7796 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7797 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7798 | ac_tool_warned=yes ;; | |
7799 | esac | |
7800 | OTOOL64=$ac_ct_OTOOL64 | |
7801 | fi | |
718a6fd8 SE |
7802 | else |
7803 | OTOOL64="$ac_cv_prog_OTOOL64" | |
7804 | fi | |
7805 | ||
7806 | ||
7807 | ||
7808 | ||
7809 | ||
7810 | ||
7811 | ||
7812 | ||
7813 | ||
7814 | ||
7815 | ||
7816 | ||
7817 | ||
7818 | ||
7819 | ||
7820 | ||
7821 | ||
7822 | ||
7823 | ||
7824 | ||
7825 | ||
7826 | ||
7827 | ||
7828 | ||
7829 | ||
7830 | ||
7831 | ||
81ecdfbb RW |
7832 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 |
7833 | $as_echo_n "checking for -single_module linker flag... " >&6; } | |
7834 | if test "${lt_cv_apple_cc_single_mod+set}" = set; then : | |
7835 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
7836 | else |
7837 | lt_cv_apple_cc_single_mod=no | |
7838 | if test -z "${LT_MULTI_MODULE}"; then | |
7839 | # By default we will add the -single_module flag. You can override | |
7840 | # by either setting the environment variable LT_MULTI_MODULE | |
7841 | # non-empty at configure time, or by adding -multi_module to the | |
7842 | # link flags. | |
7843 | rm -rf libconftest.dylib* | |
7844 | echo "int foo(void){return 1;}" > conftest.c | |
7845 | echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ | |
7846 | -dynamiclib -Wl,-single_module conftest.c" >&5 | |
7847 | $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ | |
7848 | -dynamiclib -Wl,-single_module conftest.c 2>conftest.err | |
7849 | _lt_result=$? | |
7850 | if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then | |
7851 | lt_cv_apple_cc_single_mod=yes | |
7852 | else | |
7853 | cat conftest.err >&5 | |
7854 | fi | |
7855 | rm -rf libconftest.dylib* | |
7856 | rm -f conftest.* | |
7857 | fi | |
7858 | fi | |
81ecdfbb RW |
7859 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 |
7860 | $as_echo "$lt_cv_apple_cc_single_mod" >&6; } | |
7861 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 | |
7862 | $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } | |
7863 | if test "${lt_cv_ld_exported_symbols_list+set}" = set; then : | |
7864 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
7865 | else |
7866 | lt_cv_ld_exported_symbols_list=no | |
7867 | save_LDFLAGS=$LDFLAGS | |
7868 | echo "_main" > conftest.sym | |
7869 | LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" | |
81ecdfbb | 7870 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
718a6fd8 SE |
7871 | /* end confdefs.h. */ |
7872 | ||
7873 | int | |
7874 | main () | |
7875 | { | |
7876 | ||
7877 | ; | |
7878 | return 0; | |
7879 | } | |
7880 | _ACEOF | |
81ecdfbb | 7881 | if ac_fn_c_try_link "$LINENO"; then : |
718a6fd8 SE |
7882 | lt_cv_ld_exported_symbols_list=yes |
7883 | else | |
81ecdfbb | 7884 | lt_cv_ld_exported_symbols_list=no |
718a6fd8 | 7885 | fi |
81ecdfbb RW |
7886 | rm -f core conftest.err conftest.$ac_objext \ |
7887 | conftest$ac_exeext conftest.$ac_ext | |
718a6fd8 SE |
7888 | LDFLAGS="$save_LDFLAGS" |
7889 | ||
7890 | fi | |
81ecdfbb RW |
7891 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 |
7892 | $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } | |
3725885a RW |
7893 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 |
7894 | $as_echo_n "checking for -force_load linker flag... " >&6; } | |
7895 | if test "${lt_cv_ld_force_load+set}" = set; then : | |
7896 | $as_echo_n "(cached) " >&6 | |
7897 | else | |
7898 | lt_cv_ld_force_load=no | |
7899 | cat > conftest.c << _LT_EOF | |
7900 | int forced_loaded() { return 2;} | |
7901 | _LT_EOF | |
7902 | echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 | |
7903 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | |
7904 | echo "$AR cru libconftest.a conftest.o" >&5 | |
7905 | $AR cru libconftest.a conftest.o 2>&5 | |
7906 | cat > conftest.c << _LT_EOF | |
7907 | int main() { return 0;} | |
7908 | _LT_EOF | |
7909 | echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 | |
7910 | $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err | |
7911 | _lt_result=$? | |
7912 | if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then | |
7913 | lt_cv_ld_force_load=yes | |
7914 | else | |
7915 | cat conftest.err >&5 | |
7916 | fi | |
7917 | rm -f conftest.err libconftest.a conftest conftest.c | |
7918 | rm -rf conftest.dSYM | |
7919 | ||
7920 | fi | |
7921 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 | |
7922 | $as_echo "$lt_cv_ld_force_load" >&6; } | |
718a6fd8 SE |
7923 | case $host_os in |
7924 | rhapsody* | darwin1.[012]) | |
7925 | _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; | |
7926 | darwin1.*) | |
7927 | _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; | |
7928 | darwin*) # darwin 5.x on | |
7929 | # if running on 10.5 or later, the deployment target defaults | |
7930 | # to the OS version, if on x86, and 10.4, the deployment | |
7931 | # target defaults to 10.4. Don't you love it? | |
7932 | case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in | |
7933 | 10.0,*86*-darwin8*|10.0,*-darwin[91]*) | |
7934 | _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; | |
7935 | 10.[012]*) | |
7936 | _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; | |
7937 | 10.*) | |
7938 | _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; | |
7939 | esac | |
7940 | ;; | |
7941 | esac | |
7942 | if test "$lt_cv_apple_cc_single_mod" = "yes"; then | |
7943 | _lt_dar_single_mod='$single_module' | |
7944 | fi | |
7945 | if test "$lt_cv_ld_exported_symbols_list" = "yes"; then | |
7946 | _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' | |
7947 | else | |
7948 | _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' | |
7949 | fi | |
3725885a | 7950 | if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then |
718a6fd8 SE |
7951 | _lt_dsymutil='~$DSYMUTIL $lib || :' |
7952 | else | |
7953 | _lt_dsymutil= | |
7954 | fi | |
7955 | ;; | |
7956 | esac | |
7957 | ||
d7040cdb | 7958 | for ac_header in dlfcn.h |
81ecdfbb RW |
7959 | do : |
7960 | ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default | |
7961 | " | |
7962 | if test "x$ac_cv_header_dlfcn_h" = x""yes; then : | |
d7040cdb | 7963 | cat >>confdefs.h <<_ACEOF |
81ecdfbb | 7964 | #define HAVE_DLFCN_H 1 |
d7040cdb SE |
7965 | _ACEOF |
7966 | ||
7967 | fi | |
7968 | ||
7969 | done | |
7970 | ||
7971 | ||
7972 | ||
3725885a RW |
7973 | |
7974 | ||
718a6fd8 | 7975 | # Set options |
ce3c775b | 7976 | enable_dlopen=yes |
718a6fd8 SE |
7977 | |
7978 | ||
7979 | ||
718a6fd8 SE |
7980 | |
7981 | enable_win32_dll=no | |
7982 | ||
7983 | ||
7984 | ||
81ecdfbb RW |
7985 | # Check whether --enable-static was given. |
7986 | if test "${enable_static+set}" = set; then : | |
7987 | enableval=$enable_static; p=${PACKAGE-default} | |
718a6fd8 SE |
7988 | case $enableval in |
7989 | yes) enable_static=yes ;; | |
7990 | no) enable_static=no ;; | |
7991 | *) | |
7992 | enable_static=no | |
7993 | # Look at the argument we got. We use all the common list separators. | |
7994 | lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," | |
7995 | for pkg in $enableval; do | |
7996 | IFS="$lt_save_ifs" | |
7997 | if test "X$pkg" = "X$p"; then | |
7998 | enable_static=yes | |
7999 | fi | |
8000 | done | |
8001 | IFS="$lt_save_ifs" | |
8002 | ;; | |
8003 | esac | |
8004 | else | |
8005 | enable_static=yes | |
81ecdfbb | 8006 | fi |
718a6fd8 SE |
8007 | |
8008 | ||
8009 | ||
8010 | ||
8011 | ||
8012 | ||
8013 | ||
8014 | ||
8015 | ||
81ecdfbb RW |
8016 | |
8017 | # Check whether --with-pic was given. | |
8018 | if test "${with_pic+set}" = set; then : | |
8019 | withval=$with_pic; pic_mode="$withval" | |
718a6fd8 SE |
8020 | else |
8021 | pic_mode=default | |
81ecdfbb RW |
8022 | fi |
8023 | ||
718a6fd8 SE |
8024 | |
8025 | test -z "$pic_mode" && pic_mode=default | |
8026 | ||
8027 | ||
8028 | ||
8029 | ||
8030 | ||
8031 | ||
8032 | ||
81ecdfbb RW |
8033 | # Check whether --enable-fast-install was given. |
8034 | if test "${enable_fast_install+set}" = set; then : | |
8035 | enableval=$enable_fast_install; p=${PACKAGE-default} | |
718a6fd8 SE |
8036 | case $enableval in |
8037 | yes) enable_fast_install=yes ;; | |
8038 | no) enable_fast_install=no ;; | |
8039 | *) | |
8040 | enable_fast_install=no | |
8041 | # Look at the argument we got. We use all the common list separators. | |
8042 | lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," | |
8043 | for pkg in $enableval; do | |
8044 | IFS="$lt_save_ifs" | |
8045 | if test "X$pkg" = "X$p"; then | |
8046 | enable_fast_install=yes | |
8047 | fi | |
8048 | done | |
8049 | IFS="$lt_save_ifs" | |
8050 | ;; | |
8051 | esac | |
8052 | else | |
8053 | enable_fast_install=yes | |
81ecdfbb RW |
8054 | fi |
8055 | ||
718a6fd8 SE |
8056 | |
8057 | ||
8058 | ||
8059 | ||
8060 | ||
8061 | ||
8062 | ||
8063 | ||
8064 | ||
8065 | ||
d7040cdb SE |
8066 | # This can be used to rebuild libtool when needed |
8067 | LIBTOOL_DEPS="$ltmain" | |
8068 | ||
8069 | # Always use our own libtool. | |
8070 | LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
8071 | ||
8072 | ||
8073 | ||
8074 | ||
8075 | ||
8076 | ||
8077 | ||
8078 | ||
8079 | ||
8080 | ||
8081 | ||
8082 | ||
8083 | ||
8084 | ||
8085 | ||
8086 | ||
8087 | ||
8088 | ||
8089 | ||
8090 | ||
8091 | ||
8092 | ||
8093 | ||
3725885a | 8094 | |
d7040cdb SE |
8095 | |
8096 | ||
8097 | test -z "$LN_S" && LN_S="ln -s" | |
8098 | ||
8099 | ||
8100 | ||
8101 | ||
8102 | ||
8103 | ||
8104 | ||
8105 | ||
8106 | ||
8107 | ||
8108 | ||
8109 | ||
8110 | ||
8111 | ||
8112 | if test -n "${ZSH_VERSION+set}" ; then | |
8113 | setopt NO_GLOB_SUBST | |
8114 | fi | |
8115 | ||
81ecdfbb RW |
8116 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 |
8117 | $as_echo_n "checking for objdir... " >&6; } | |
8118 | if test "${lt_cv_objdir+set}" = set; then : | |
8119 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
8120 | else |
8121 | rm -f .libs 2>/dev/null | |
8122 | mkdir .libs 2>/dev/null | |
8123 | if test -d .libs; then | |
8124 | lt_cv_objdir=.libs | |
8125 | else | |
8126 | # MS-DOS does not allow filenames that begin with a dot. | |
8127 | lt_cv_objdir=_libs | |
8128 | fi | |
8129 | rmdir .libs 2>/dev/null | |
8130 | fi | |
81ecdfbb RW |
8131 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 |
8132 | $as_echo "$lt_cv_objdir" >&6; } | |
d7040cdb SE |
8133 | objdir=$lt_cv_objdir |
8134 | ||
8135 | ||
8136 | ||
8137 | ||
8138 | ||
8139 | cat >>confdefs.h <<_ACEOF | |
8140 | #define LT_OBJDIR "$lt_cv_objdir/" | |
8141 | _ACEOF | |
8142 | ||
8143 | ||
8144 | ||
8145 | ||
d7040cdb SE |
8146 | case $host_os in |
8147 | aix3*) | |
8148 | # AIX sometimes has problems with the GCC collect2 program. For some | |
8149 | # reason, if we set the COLLECT_NAMES environment variable, the problems | |
8150 | # vanish in a puff of smoke. | |
8151 | if test "X${COLLECT_NAMES+set}" != Xset; then | |
8152 | COLLECT_NAMES= | |
8153 | export COLLECT_NAMES | |
8154 | fi | |
8155 | ;; | |
8156 | esac | |
8157 | ||
d7040cdb SE |
8158 | # Global variables: |
8159 | ofile=libtool | |
8160 | can_build_shared=yes | |
8161 | ||
8162 | # All known linkers require a `.a' archive for static linking (except MSVC, | |
8163 | # which needs '.lib'). | |
8164 | libext=a | |
8165 | ||
8166 | with_gnu_ld="$lt_cv_prog_gnu_ld" | |
8167 | ||
8168 | old_CC="$CC" | |
8169 | old_CFLAGS="$CFLAGS" | |
8170 | ||
8171 | # Set sane defaults for various variables | |
8172 | test -z "$CC" && CC=cc | |
8173 | test -z "$LTCC" && LTCC=$CC | |
8174 | test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS | |
8175 | test -z "$LD" && LD=ld | |
8176 | test -z "$ac_objext" && ac_objext=o | |
8177 | ||
8178 | for cc_temp in $compiler""; do | |
8179 | case $cc_temp in | |
8180 | compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; | |
8181 | distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; | |
8182 | \-*) ;; | |
8183 | *) break;; | |
8184 | esac | |
8185 | done | |
3725885a | 8186 | cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` |
d7040cdb SE |
8187 | |
8188 | ||
8189 | # Only perform the check for file, if the check method requires it | |
8190 | test -z "$MAGIC_CMD" && MAGIC_CMD=file | |
8191 | case $deplibs_check_method in | |
8192 | file_magic*) | |
8193 | if test "$file_magic_cmd" = '$MAGIC_CMD'; then | |
81ecdfbb RW |
8194 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 |
8195 | $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } | |
8196 | if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : | |
8197 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
8198 | else |
8199 | case $MAGIC_CMD in | |
8200 | [\\/*] | ?:[\\/]*) | |
8201 | lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. | |
8202 | ;; | |
8203 | *) | |
8204 | lt_save_MAGIC_CMD="$MAGIC_CMD" | |
8205 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR | |
8206 | ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" | |
8207 | for ac_dir in $ac_dummy; do | |
8208 | IFS="$lt_save_ifs" | |
8209 | test -z "$ac_dir" && ac_dir=. | |
8210 | if test -f $ac_dir/${ac_tool_prefix}file; then | |
8211 | lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" | |
8212 | if test -n "$file_magic_test_file"; then | |
8213 | case $deplibs_check_method in | |
8214 | "file_magic "*) | |
8215 | file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` | |
8216 | MAGIC_CMD="$lt_cv_path_MAGIC_CMD" | |
8217 | if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | | |
8218 | $EGREP "$file_magic_regex" > /dev/null; then | |
8219 | : | |
8220 | else | |
8221 | cat <<_LT_EOF 1>&2 | |
8222 | ||
8223 | *** Warning: the command libtool uses to detect shared libraries, | |
8224 | *** $file_magic_cmd, produces output that libtool cannot recognize. | |
8225 | *** The result is that libtool may fail to recognize shared libraries | |
8226 | *** as such. This will affect the creation of libtool libraries that | |
8227 | *** depend on shared libraries, but programs linked with such libtool | |
8228 | *** libraries will work regardless of this problem. Nevertheless, you | |
8229 | *** may want to report the problem to your system manager and/or to | |
8230 | *** [email protected] | |
8231 | ||
8232 | _LT_EOF | |
8233 | fi ;; | |
8234 | esac | |
8235 | fi | |
8236 | break | |
8237 | fi | |
8238 | done | |
8239 | IFS="$lt_save_ifs" | |
8240 | MAGIC_CMD="$lt_save_MAGIC_CMD" | |
8241 | ;; | |
8242 | esac | |
8243 | fi | |
8244 | ||
8245 | MAGIC_CMD="$lt_cv_path_MAGIC_CMD" | |
8246 | if test -n "$MAGIC_CMD"; then | |
81ecdfbb RW |
8247 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 |
8248 | $as_echo "$MAGIC_CMD" >&6; } | |
d7040cdb | 8249 | else |
81ecdfbb RW |
8250 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
8251 | $as_echo "no" >&6; } | |
d7040cdb SE |
8252 | fi |
8253 | ||
8254 | ||
8255 | ||
8256 | ||
8257 | ||
8258 | if test -z "$lt_cv_path_MAGIC_CMD"; then | |
8259 | if test -n "$ac_tool_prefix"; then | |
81ecdfbb RW |
8260 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 |
8261 | $as_echo_n "checking for file... " >&6; } | |
8262 | if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : | |
8263 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
8264 | else |
8265 | case $MAGIC_CMD in | |
8266 | [\\/*] | ?:[\\/]*) | |
8267 | lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. | |
8268 | ;; | |
8269 | *) | |
8270 | lt_save_MAGIC_CMD="$MAGIC_CMD" | |
8271 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR | |
8272 | ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" | |
8273 | for ac_dir in $ac_dummy; do | |
8274 | IFS="$lt_save_ifs" | |
8275 | test -z "$ac_dir" && ac_dir=. | |
8276 | if test -f $ac_dir/file; then | |
8277 | lt_cv_path_MAGIC_CMD="$ac_dir/file" | |
8278 | if test -n "$file_magic_test_file"; then | |
8279 | case $deplibs_check_method in | |
8280 | "file_magic "*) | |
8281 | file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` | |
8282 | MAGIC_CMD="$lt_cv_path_MAGIC_CMD" | |
8283 | if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | | |
8284 | $EGREP "$file_magic_regex" > /dev/null; then | |
8285 | : | |
8286 | else | |
8287 | cat <<_LT_EOF 1>&2 | |
8288 | ||
8289 | *** Warning: the command libtool uses to detect shared libraries, | |
8290 | *** $file_magic_cmd, produces output that libtool cannot recognize. | |
8291 | *** The result is that libtool may fail to recognize shared libraries | |
8292 | *** as such. This will affect the creation of libtool libraries that | |
8293 | *** depend on shared libraries, but programs linked with such libtool | |
8294 | *** libraries will work regardless of this problem. Nevertheless, you | |
8295 | *** may want to report the problem to your system manager and/or to | |
8296 | *** [email protected] | |
8297 | ||
8298 | _LT_EOF | |
8299 | fi ;; | |
8300 | esac | |
8301 | fi | |
8302 | break | |
8303 | fi | |
8304 | done | |
8305 | IFS="$lt_save_ifs" | |
8306 | MAGIC_CMD="$lt_save_MAGIC_CMD" | |
8307 | ;; | |
8308 | esac | |
8309 | fi | |
8310 | ||
8311 | MAGIC_CMD="$lt_cv_path_MAGIC_CMD" | |
8312 | if test -n "$MAGIC_CMD"; then | |
81ecdfbb RW |
8313 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 |
8314 | $as_echo "$MAGIC_CMD" >&6; } | |
d7040cdb | 8315 | else |
81ecdfbb RW |
8316 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
8317 | $as_echo "no" >&6; } | |
d7040cdb SE |
8318 | fi |
8319 | ||
8320 | ||
8321 | else | |
8322 | MAGIC_CMD=: | |
8323 | fi | |
8324 | fi | |
8325 | ||
8326 | fi | |
8327 | ;; | |
8328 | esac | |
8329 | ||
8330 | # Use C for the default configuration in the libtool script | |
8331 | ||
8332 | lt_save_CC="$CC" | |
8333 | ac_ext=c | |
8334 | ac_cpp='$CPP $CPPFLAGS' | |
8335 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
8336 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
8337 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
8338 | ||
8339 | ||
8340 | # Source file extension for C test sources. | |
8341 | ac_ext=c | |
8342 | ||
8343 | # Object file extension for compiled C test sources. | |
8344 | objext=o | |
8345 | objext=$objext | |
8346 | ||
8347 | # Code to be used in simple compile tests | |
8348 | lt_simple_compile_test_code="int some_variable = 0;" | |
8349 | ||
8350 | # Code to be used in simple link tests | |
8351 | lt_simple_link_test_code='int main(){return(0);}' | |
8352 | ||
8353 | ||
8354 | ||
8355 | ||
8356 | ||
8357 | ||
8358 | ||
8359 | # If no C compiler was specified, use CC. | |
8360 | LTCC=${LTCC-"$CC"} | |
8361 | ||
8362 | # If no C compiler flags were specified, use CFLAGS. | |
8363 | LTCFLAGS=${LTCFLAGS-"$CFLAGS"} | |
8364 | ||
8365 | # Allow CC to be a program name with arguments. | |
8366 | compiler=$CC | |
8367 | ||
8368 | # Save the default compiler, since it gets overwritten when the other | |
8369 | # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. | |
8370 | compiler_DEFAULT=$CC | |
8371 | ||
8372 | # save warnings/boilerplate of simple test code | |
8373 | ac_outfile=conftest.$ac_objext | |
8374 | echo "$lt_simple_compile_test_code" >conftest.$ac_ext | |
8375 | eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | |
8376 | _lt_compiler_boilerplate=`cat conftest.err` | |
8377 | $RM conftest* | |
8378 | ||
8379 | ac_outfile=conftest.$ac_objext | |
8380 | echo "$lt_simple_link_test_code" >conftest.$ac_ext | |
8381 | eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | |
8382 | _lt_linker_boilerplate=`cat conftest.err` | |
718a6fd8 | 8383 | $RM -r conftest* |
d7040cdb SE |
8384 | |
8385 | ||
8386 | ## CAVEAT EMPTOR: | |
8387 | ## There is no encapsulation within the following macros, do not change | |
8388 | ## the running order or otherwise move them around unless you know exactly | |
8389 | ## what you are doing... | |
8390 | if test -n "$compiler"; then | |
8391 | ||
8392 | lt_prog_compiler_no_builtin_flag= | |
8393 | ||
8394 | if test "$GCC" = yes; then | |
3725885a RW |
8395 | case $cc_basename in |
8396 | nvcc*) | |
8397 | lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; | |
8398 | *) | |
8399 | lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; | |
8400 | esac | |
d7040cdb | 8401 | |
81ecdfbb RW |
8402 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 |
8403 | $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } | |
8404 | if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then : | |
8405 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
8406 | else |
8407 | lt_cv_prog_compiler_rtti_exceptions=no | |
8408 | ac_outfile=conftest.$ac_objext | |
8409 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
8410 | lt_compiler_flag="-fno-rtti -fno-exceptions" | |
8411 | # Insert the option either (1) after the last *FLAGS variable, or | |
8412 | # (2) before a word containing "conftest.", or (3) at the end. | |
8413 | # Note that $ac_compile itself does not contain backslashes and begins | |
8414 | # with a dollar sign (not a hyphen), so the echo should work correctly. | |
8415 | # The option is referenced via a variable to avoid confusing sed. | |
8416 | lt_compile=`echo "$ac_compile" | $SED \ | |
8417 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |
8418 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |
8419 | -e 's:$: $lt_compiler_flag:'` | |
3725885a | 8420 | (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) |
d7040cdb SE |
8421 | (eval "$lt_compile" 2>conftest.err) |
8422 | ac_status=$? | |
8423 | cat conftest.err >&5 | |
3725885a | 8424 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
d7040cdb SE |
8425 | if (exit $ac_status) && test -s "$ac_outfile"; then |
8426 | # The compiler can only warn and ignore the option if not recognized | |
8427 | # So say no if there are warnings other than the usual output. | |
3725885a | 8428 | $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp |
d7040cdb SE |
8429 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
8430 | if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then | |
8431 | lt_cv_prog_compiler_rtti_exceptions=yes | |
8432 | fi | |
8433 | fi | |
8434 | $RM conftest* | |
8435 | ||
8436 | fi | |
81ecdfbb RW |
8437 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 |
8438 | $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } | |
d7040cdb SE |
8439 | |
8440 | if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then | |
8441 | lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" | |
8442 | else | |
8443 | : | |
8444 | fi | |
8445 | ||
8446 | fi | |
8447 | ||
8448 | ||
8449 | ||
8450 | ||
8451 | ||
8452 | ||
8453 | lt_prog_compiler_wl= | |
8454 | lt_prog_compiler_pic= | |
8455 | lt_prog_compiler_static= | |
8456 | ||
81ecdfbb RW |
8457 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 |
8458 | $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | |
d7040cdb SE |
8459 | |
8460 | if test "$GCC" = yes; then | |
8461 | lt_prog_compiler_wl='-Wl,' | |
8462 | lt_prog_compiler_static='-static' | |
8463 | ||
8464 | case $host_os in | |
8465 | aix*) | |
8466 | # All AIX code is PIC. | |
8467 | if test "$host_cpu" = ia64; then | |
8468 | # AIX 5 now supports IA64 processor | |
8469 | lt_prog_compiler_static='-Bstatic' | |
8470 | fi | |
6c9c0a50 | 8471 | lt_prog_compiler_pic='-fPIC' |
d7040cdb SE |
8472 | ;; |
8473 | ||
8474 | amigaos*) | |
718a6fd8 SE |
8475 | case $host_cpu in |
8476 | powerpc) | |
8477 | # see comment about AmigaOS4 .so support | |
8478 | lt_prog_compiler_pic='-fPIC' | |
8479 | ;; | |
8480 | m68k) | |
8481 | # FIXME: we need at least 68020 code to build shared libraries, but | |
8482 | # adding the `-m68020' flag to GCC prevents building anything better, | |
8483 | # like `-m68040'. | |
8484 | lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' | |
8485 | ;; | |
8486 | esac | |
d7040cdb SE |
8487 | ;; |
8488 | ||
8489 | beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) | |
8490 | # PIC is the default for these OSes. | |
8491 | ;; | |
8492 | ||
718a6fd8 | 8493 | mingw* | cygwin* | pw32* | os2* | cegcc*) |
d7040cdb SE |
8494 | # This hack is so that the source file can tell whether it is being |
8495 | # built for inclusion in a dll (and should export symbols for example). | |
8496 | # Although the cygwin gcc ignores -fPIC, still need this for old-style | |
8497 | # (--disable-auto-import) libraries | |
8498 | lt_prog_compiler_pic='-DDLL_EXPORT' | |
8499 | ;; | |
8500 | ||
8501 | darwin* | rhapsody*) | |
8502 | # PIC is the default on this platform | |
8503 | # Common symbols not allowed in MH_DYLIB files | |
8504 | lt_prog_compiler_pic='-fno-common' | |
8505 | ;; | |
8506 | ||
3725885a RW |
8507 | haiku*) |
8508 | # PIC is the default for Haiku. | |
8509 | # The "-static" flag exists, but is broken. | |
8510 | lt_prog_compiler_static= | |
8511 | ;; | |
8512 | ||
d7040cdb | 8513 | hpux*) |
718a6fd8 SE |
8514 | # PIC is the default for 64-bit PA HP-UX, but not for 32-bit |
8515 | # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag | |
8516 | # sets the default TLS model and affects inlining. | |
d7040cdb | 8517 | case $host_cpu in |
718a6fd8 | 8518 | hppa*64*) |
d7040cdb SE |
8519 | # +Z the default |
8520 | ;; | |
8521 | *) | |
8522 | lt_prog_compiler_pic='-fPIC' | |
8523 | ;; | |
8524 | esac | |
8525 | ;; | |
8526 | ||
8527 | interix[3-9]*) | |
8528 | # Interix 3.x gcc -fpic/-fPIC options generate broken code. | |
8529 | # Instead, we relocate shared libraries at runtime. | |
8530 | ;; | |
8531 | ||
8532 | msdosdjgpp*) | |
8533 | # Just because we use GCC doesn't mean we suddenly get shared libraries | |
8534 | # on systems that don't support them. | |
8535 | lt_prog_compiler_can_build_shared=no | |
8536 | enable_shared=no | |
8537 | ;; | |
8538 | ||
8539 | *nto* | *qnx*) | |
8540 | # QNX uses GNU C++, but need to define -shared option too, otherwise | |
8541 | # it will coredump. | |
8542 | lt_prog_compiler_pic='-fPIC -shared' | |
8543 | ;; | |
8544 | ||
8545 | sysv4*MP*) | |
8546 | if test -d /usr/nec; then | |
8547 | lt_prog_compiler_pic=-Kconform_pic | |
8548 | fi | |
8549 | ;; | |
8550 | ||
8551 | *) | |
8552 | lt_prog_compiler_pic='-fPIC' | |
8553 | ;; | |
8554 | esac | |
3725885a RW |
8555 | |
8556 | case $cc_basename in | |
8557 | nvcc*) # Cuda Compiler Driver 2.2 | |
8558 | lt_prog_compiler_wl='-Xlinker ' | |
8559 | lt_prog_compiler_pic='-Xcompiler -fPIC' | |
8560 | ;; | |
8561 | esac | |
d7040cdb SE |
8562 | else |
8563 | # PORTME Check for flag to pass linker flags through the system compiler. | |
8564 | case $host_os in | |
8565 | aix*) | |
8566 | lt_prog_compiler_wl='-Wl,' | |
8567 | if test "$host_cpu" = ia64; then | |
8568 | # AIX 5 now supports IA64 processor | |
8569 | lt_prog_compiler_static='-Bstatic' | |
8570 | else | |
8571 | lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' | |
8572 | fi | |
8573 | ;; | |
d7040cdb | 8574 | |
718a6fd8 | 8575 | mingw* | cygwin* | pw32* | os2* | cegcc*) |
d7040cdb SE |
8576 | # This hack is so that the source file can tell whether it is being |
8577 | # built for inclusion in a dll (and should export symbols for example). | |
8578 | lt_prog_compiler_pic='-DDLL_EXPORT' | |
8579 | ;; | |
8580 | ||
8581 | hpux9* | hpux10* | hpux11*) | |
8582 | lt_prog_compiler_wl='-Wl,' | |
8583 | # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but | |
8584 | # not for PA HP-UX. | |
8585 | case $host_cpu in | |
8586 | hppa*64*|ia64*) | |
8587 | # +Z the default | |
8588 | ;; | |
8589 | *) | |
8590 | lt_prog_compiler_pic='+Z' | |
8591 | ;; | |
8592 | esac | |
8593 | # Is there a better lt_prog_compiler_static that works with the bundled CC? | |
8594 | lt_prog_compiler_static='${wl}-a ${wl}archive' | |
8595 | ;; | |
8596 | ||
8597 | irix5* | irix6* | nonstopux*) | |
8598 | lt_prog_compiler_wl='-Wl,' | |
8599 | # PIC (with -KPIC) is the default. | |
8600 | lt_prog_compiler_static='-non_shared' | |
8601 | ;; | |
8602 | ||
58e24671 | 8603 | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
d7040cdb | 8604 | case $cc_basename in |
718a6fd8 SE |
8605 | # old Intel for x86_64 which still supported -KPIC. |
8606 | ecc*) | |
d7040cdb SE |
8607 | lt_prog_compiler_wl='-Wl,' |
8608 | lt_prog_compiler_pic='-KPIC' | |
8609 | lt_prog_compiler_static='-static' | |
8610 | ;; | |
718a6fd8 SE |
8611 | # icc used to be incompatible with GCC. |
8612 | # ICC 10 doesn't accept -KPIC any more. | |
8613 | icc* | ifort*) | |
8614 | lt_prog_compiler_wl='-Wl,' | |
8615 | lt_prog_compiler_pic='-fPIC' | |
8616 | lt_prog_compiler_static='-static' | |
8617 | ;; | |
8618 | # Lahey Fortran 8.1. | |
8619 | lf95*) | |
8620 | lt_prog_compiler_wl='-Wl,' | |
8621 | lt_prog_compiler_pic='--shared' | |
8622 | lt_prog_compiler_static='--static' | |
8623 | ;; | |
3725885a | 8624 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
d7040cdb SE |
8625 | # Portland Group compilers (*not* the Pentium gcc compiler, |
8626 | # which looks to be a dead project) | |
8627 | lt_prog_compiler_wl='-Wl,' | |
8628 | lt_prog_compiler_pic='-fpic' | |
8629 | lt_prog_compiler_static='-Bstatic' | |
8630 | ;; | |
8631 | ccc*) | |
8632 | lt_prog_compiler_wl='-Wl,' | |
8633 | # All Alpha code is PIC. | |
8634 | lt_prog_compiler_static='-non_shared' | |
8635 | ;; | |
3725885a RW |
8636 | xl* | bgxl* | bgf* | mpixl*) |
8637 | # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene | |
718a6fd8 SE |
8638 | lt_prog_compiler_wl='-Wl,' |
8639 | lt_prog_compiler_pic='-qpic' | |
8640 | lt_prog_compiler_static='-qstaticlink' | |
8641 | ;; | |
d7040cdb SE |
8642 | *) |
8643 | case `$CC -V 2>&1 | sed 5q` in | |
3725885a RW |
8644 | *Sun\ F* | *Sun*Fortran*) |
8645 | # Sun Fortran 8.3 passes all unrecognized flags to the linker | |
d7040cdb SE |
8646 | lt_prog_compiler_pic='-KPIC' |
8647 | lt_prog_compiler_static='-Bstatic' | |
3725885a | 8648 | lt_prog_compiler_wl='' |
d7040cdb | 8649 | ;; |
3725885a RW |
8650 | *Sun\ C*) |
8651 | # Sun C 5.9 | |
d7040cdb SE |
8652 | lt_prog_compiler_pic='-KPIC' |
8653 | lt_prog_compiler_static='-Bstatic' | |
3725885a | 8654 | lt_prog_compiler_wl='-Wl,' |
d7040cdb SE |
8655 | ;; |
8656 | esac | |
8657 | ;; | |
8658 | esac | |
8659 | ;; | |
8660 | ||
8661 | newsos6) | |
8662 | lt_prog_compiler_pic='-KPIC' | |
8663 | lt_prog_compiler_static='-Bstatic' | |
8664 | ;; | |
8665 | ||
8666 | *nto* | *qnx*) | |
8667 | # QNX uses GNU C++, but need to define -shared option too, otherwise | |
8668 | # it will coredump. | |
8669 | lt_prog_compiler_pic='-fPIC -shared' | |
8670 | ;; | |
8671 | ||
8672 | osf3* | osf4* | osf5*) | |
8673 | lt_prog_compiler_wl='-Wl,' | |
8674 | # All OSF/1 code is PIC. | |
8675 | lt_prog_compiler_static='-non_shared' | |
8676 | ;; | |
8677 | ||
8678 | rdos*) | |
8679 | lt_prog_compiler_static='-non_shared' | |
8680 | ;; | |
8681 | ||
8682 | solaris*) | |
8683 | lt_prog_compiler_pic='-KPIC' | |
8684 | lt_prog_compiler_static='-Bstatic' | |
8685 | case $cc_basename in | |
8686 | f77* | f90* | f95*) | |
8687 | lt_prog_compiler_wl='-Qoption ld ';; | |
8688 | *) | |
8689 | lt_prog_compiler_wl='-Wl,';; | |
8690 | esac | |
8691 | ;; | |
8692 | ||
8693 | sunos4*) | |
8694 | lt_prog_compiler_wl='-Qoption ld ' | |
8695 | lt_prog_compiler_pic='-PIC' | |
8696 | lt_prog_compiler_static='-Bstatic' | |
8697 | ;; | |
8698 | ||
8699 | sysv4 | sysv4.2uw2* | sysv4.3*) | |
8700 | lt_prog_compiler_wl='-Wl,' | |
8701 | lt_prog_compiler_pic='-KPIC' | |
8702 | lt_prog_compiler_static='-Bstatic' | |
8703 | ;; | |
8704 | ||
8705 | sysv4*MP*) | |
8706 | if test -d /usr/nec ;then | |
8707 | lt_prog_compiler_pic='-Kconform_pic' | |
8708 | lt_prog_compiler_static='-Bstatic' | |
8709 | fi | |
8710 | ;; | |
8711 | ||
8712 | sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) | |
8713 | lt_prog_compiler_wl='-Wl,' | |
8714 | lt_prog_compiler_pic='-KPIC' | |
8715 | lt_prog_compiler_static='-Bstatic' | |
8716 | ;; | |
8717 | ||
8718 | unicos*) | |
8719 | lt_prog_compiler_wl='-Wl,' | |
8720 | lt_prog_compiler_can_build_shared=no | |
8721 | ;; | |
8722 | ||
8723 | uts4*) | |
8724 | lt_prog_compiler_pic='-pic' | |
8725 | lt_prog_compiler_static='-Bstatic' | |
8726 | ;; | |
8727 | ||
8728 | *) | |
8729 | lt_prog_compiler_can_build_shared=no | |
8730 | ;; | |
8731 | esac | |
8732 | fi | |
8733 | ||
8734 | case $host_os in | |
8735 | # For platforms which do not support PIC, -DPIC is meaningless: | |
8736 | *djgpp*) | |
8737 | lt_prog_compiler_pic= | |
8738 | ;; | |
8739 | *) | |
8740 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | |
8741 | ;; | |
8742 | esac | |
81ecdfbb RW |
8743 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5 |
8744 | $as_echo "$lt_prog_compiler_pic" >&6; } | |
d7040cdb SE |
8745 | |
8746 | ||
8747 | ||
8748 | ||
8749 | ||
8750 | ||
8751 | # | |
8752 | # Check to make sure the PIC flag actually works. | |
8753 | # | |
8754 | if test -n "$lt_prog_compiler_pic"; then | |
81ecdfbb RW |
8755 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 |
8756 | $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } | |
8757 | if test "${lt_cv_prog_compiler_pic_works+set}" = set; then : | |
8758 | $as_echo_n "(cached) " >&6 | |
d7040cdb | 8759 | else |
718a6fd8 | 8760 | lt_cv_prog_compiler_pic_works=no |
d7040cdb SE |
8761 | ac_outfile=conftest.$ac_objext |
8762 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
8763 | lt_compiler_flag="$lt_prog_compiler_pic -DPIC" | |
8764 | # Insert the option either (1) after the last *FLAGS variable, or | |
8765 | # (2) before a word containing "conftest.", or (3) at the end. | |
8766 | # Note that $ac_compile itself does not contain backslashes and begins | |
8767 | # with a dollar sign (not a hyphen), so the echo should work correctly. | |
8768 | # The option is referenced via a variable to avoid confusing sed. | |
8769 | lt_compile=`echo "$ac_compile" | $SED \ | |
8770 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |
8771 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |
8772 | -e 's:$: $lt_compiler_flag:'` | |
3725885a | 8773 | (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) |
d7040cdb SE |
8774 | (eval "$lt_compile" 2>conftest.err) |
8775 | ac_status=$? | |
8776 | cat conftest.err >&5 | |
3725885a | 8777 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
d7040cdb SE |
8778 | if (exit $ac_status) && test -s "$ac_outfile"; then |
8779 | # The compiler can only warn and ignore the option if not recognized | |
8780 | # So say no if there are warnings other than the usual output. | |
3725885a | 8781 | $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp |
d7040cdb SE |
8782 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
8783 | if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then | |
718a6fd8 | 8784 | lt_cv_prog_compiler_pic_works=yes |
d7040cdb SE |
8785 | fi |
8786 | fi | |
8787 | $RM conftest* | |
8788 | ||
8789 | fi | |
81ecdfbb RW |
8790 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 |
8791 | $as_echo "$lt_cv_prog_compiler_pic_works" >&6; } | |
d7040cdb | 8792 | |
718a6fd8 | 8793 | if test x"$lt_cv_prog_compiler_pic_works" = xyes; then |
d7040cdb SE |
8794 | case $lt_prog_compiler_pic in |
8795 | "" | " "*) ;; | |
8796 | *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; | |
8797 | esac | |
8798 | else | |
8799 | lt_prog_compiler_pic= | |
8800 | lt_prog_compiler_can_build_shared=no | |
8801 | fi | |
8802 | ||
8803 | fi | |
8804 | ||
8805 | ||
8806 | ||
8807 | ||
8808 | ||
8809 | ||
8810 | # | |
8811 | # Check to make sure the static flag actually works. | |
8812 | # | |
8813 | wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" | |
81ecdfbb RW |
8814 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 |
8815 | $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } | |
8816 | if test "${lt_cv_prog_compiler_static_works+set}" = set; then : | |
8817 | $as_echo_n "(cached) " >&6 | |
d7040cdb | 8818 | else |
718a6fd8 | 8819 | lt_cv_prog_compiler_static_works=no |
d7040cdb SE |
8820 | save_LDFLAGS="$LDFLAGS" |
8821 | LDFLAGS="$LDFLAGS $lt_tmp_static_flag" | |
8822 | echo "$lt_simple_link_test_code" > conftest.$ac_ext | |
8823 | if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then | |
8824 | # The linker can only warn and ignore the option if not recognized | |
8825 | # So say no if there are warnings | |
8826 | if test -s conftest.err; then | |
8827 | # Append any errors to the config.log. | |
8828 | cat conftest.err 1>&5 | |
3725885a | 8829 | $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp |
d7040cdb SE |
8830 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
8831 | if diff conftest.exp conftest.er2 >/dev/null; then | |
718a6fd8 | 8832 | lt_cv_prog_compiler_static_works=yes |
d7040cdb SE |
8833 | fi |
8834 | else | |
718a6fd8 | 8835 | lt_cv_prog_compiler_static_works=yes |
d7040cdb SE |
8836 | fi |
8837 | fi | |
718a6fd8 | 8838 | $RM -r conftest* |
d7040cdb SE |
8839 | LDFLAGS="$save_LDFLAGS" |
8840 | ||
8841 | fi | |
81ecdfbb RW |
8842 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 |
8843 | $as_echo "$lt_cv_prog_compiler_static_works" >&6; } | |
d7040cdb | 8844 | |
718a6fd8 | 8845 | if test x"$lt_cv_prog_compiler_static_works" = xyes; then |
d7040cdb SE |
8846 | : |
8847 | else | |
8848 | lt_prog_compiler_static= | |
8849 | fi | |
8850 | ||
8851 | ||
8852 | ||
8853 | ||
8854 | ||
8855 | ||
8856 | ||
81ecdfbb RW |
8857 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 |
8858 | $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } | |
8859 | if test "${lt_cv_prog_compiler_c_o+set}" = set; then : | |
8860 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
8861 | else |
8862 | lt_cv_prog_compiler_c_o=no | |
8863 | $RM -r conftest 2>/dev/null | |
8864 | mkdir conftest | |
8865 | cd conftest | |
8866 | mkdir out | |
8867 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
8868 | ||
8869 | lt_compiler_flag="-o out/conftest2.$ac_objext" | |
8870 | # Insert the option either (1) after the last *FLAGS variable, or | |
8871 | # (2) before a word containing "conftest.", or (3) at the end. | |
8872 | # Note that $ac_compile itself does not contain backslashes and begins | |
8873 | # with a dollar sign (not a hyphen), so the echo should work correctly. | |
8874 | lt_compile=`echo "$ac_compile" | $SED \ | |
8875 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |
8876 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |
8877 | -e 's:$: $lt_compiler_flag:'` | |
3725885a | 8878 | (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) |
d7040cdb SE |
8879 | (eval "$lt_compile" 2>out/conftest.err) |
8880 | ac_status=$? | |
8881 | cat out/conftest.err >&5 | |
3725885a | 8882 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
d7040cdb SE |
8883 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
8884 | then | |
8885 | # The compiler can only warn and ignore the option if not recognized | |
8886 | # So say no if there are warnings | |
3725885a | 8887 | $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp |
d7040cdb SE |
8888 | $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 |
8889 | if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then | |
8890 | lt_cv_prog_compiler_c_o=yes | |
8891 | fi | |
8892 | fi | |
8893 | chmod u+w . 2>&5 | |
8894 | $RM conftest* | |
8895 | # SGI C++ compiler will create directory out/ii_files/ for | |
8896 | # template instantiation | |
8897 | test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files | |
8898 | $RM out/* && rmdir out | |
8899 | cd .. | |
8900 | $RM -r conftest | |
8901 | $RM conftest* | |
8902 | ||
8903 | fi | |
81ecdfbb RW |
8904 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 |
8905 | $as_echo "$lt_cv_prog_compiler_c_o" >&6; } | |
d7040cdb SE |
8906 | |
8907 | ||
8908 | ||
8909 | ||
8910 | ||
8911 | ||
81ecdfbb RW |
8912 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 |
8913 | $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } | |
8914 | if test "${lt_cv_prog_compiler_c_o+set}" = set; then : | |
8915 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
8916 | else |
8917 | lt_cv_prog_compiler_c_o=no | |
8918 | $RM -r conftest 2>/dev/null | |
8919 | mkdir conftest | |
8920 | cd conftest | |
8921 | mkdir out | |
8922 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
8923 | ||
8924 | lt_compiler_flag="-o out/conftest2.$ac_objext" | |
8925 | # Insert the option either (1) after the last *FLAGS variable, or | |
8926 | # (2) before a word containing "conftest.", or (3) at the end. | |
8927 | # Note that $ac_compile itself does not contain backslashes and begins | |
8928 | # with a dollar sign (not a hyphen), so the echo should work correctly. | |
8929 | lt_compile=`echo "$ac_compile" | $SED \ | |
8930 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |
8931 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |
8932 | -e 's:$: $lt_compiler_flag:'` | |
3725885a | 8933 | (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) |
d7040cdb SE |
8934 | (eval "$lt_compile" 2>out/conftest.err) |
8935 | ac_status=$? | |
8936 | cat out/conftest.err >&5 | |
3725885a | 8937 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
d7040cdb SE |
8938 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
8939 | then | |
8940 | # The compiler can only warn and ignore the option if not recognized | |
8941 | # So say no if there are warnings | |
3725885a | 8942 | $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp |
d7040cdb SE |
8943 | $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 |
8944 | if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then | |
8945 | lt_cv_prog_compiler_c_o=yes | |
8946 | fi | |
8947 | fi | |
8948 | chmod u+w . 2>&5 | |
8949 | $RM conftest* | |
8950 | # SGI C++ compiler will create directory out/ii_files/ for | |
8951 | # template instantiation | |
8952 | test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files | |
8953 | $RM out/* && rmdir out | |
8954 | cd .. | |
8955 | $RM -r conftest | |
8956 | $RM conftest* | |
8957 | ||
8958 | fi | |
81ecdfbb RW |
8959 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 |
8960 | $as_echo "$lt_cv_prog_compiler_c_o" >&6; } | |
d7040cdb SE |
8961 | |
8962 | ||
8963 | ||
8964 | ||
8965 | hard_links="nottested" | |
8966 | if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then | |
8967 | # do not overwrite the value of need_locks provided by the user | |
81ecdfbb RW |
8968 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 |
8969 | $as_echo_n "checking if we can lock with hard links... " >&6; } | |
d7040cdb SE |
8970 | hard_links=yes |
8971 | $RM conftest* | |
8972 | ln conftest.a conftest.b 2>/dev/null && hard_links=no | |
8973 | touch conftest.a | |
8974 | ln conftest.a conftest.b 2>&5 || hard_links=no | |
8975 | ln conftest.a conftest.b 2>/dev/null && hard_links=no | |
81ecdfbb RW |
8976 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 |
8977 | $as_echo "$hard_links" >&6; } | |
d7040cdb | 8978 | if test "$hard_links" = no; then |
81ecdfbb RW |
8979 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 |
8980 | $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} | |
d7040cdb SE |
8981 | need_locks=warn |
8982 | fi | |
8983 | else | |
8984 | need_locks=no | |
8985 | fi | |
8986 | ||
8987 | ||
8988 | ||
8989 | ||
8990 | ||
8991 | ||
81ecdfbb RW |
8992 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 |
8993 | $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } | |
d7040cdb SE |
8994 | |
8995 | runpath_var= | |
8996 | allow_undefined_flag= | |
8997 | always_export_symbols=no | |
8998 | archive_cmds= | |
8999 | archive_expsym_cmds= | |
9000 | compiler_needs_object=no | |
9001 | enable_shared_with_static_runtimes=no | |
9002 | export_dynamic_flag_spec= | |
9003 | export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' | |
9004 | hardcode_automatic=no | |
9005 | hardcode_direct=no | |
9006 | hardcode_direct_absolute=no | |
9007 | hardcode_libdir_flag_spec= | |
9008 | hardcode_libdir_flag_spec_ld= | |
9009 | hardcode_libdir_separator= | |
9010 | hardcode_minus_L=no | |
9011 | hardcode_shlibpath_var=unsupported | |
9012 | inherit_rpath=no | |
9013 | link_all_deplibs=unknown | |
9014 | module_cmds= | |
9015 | module_expsym_cmds= | |
9016 | old_archive_from_new_cmds= | |
9017 | old_archive_from_expsyms_cmds= | |
9018 | thread_safe_flag_spec= | |
9019 | whole_archive_flag_spec= | |
9020 | # include_expsyms should be a list of space-separated symbols to be *always* | |
9021 | # included in the symbol list | |
9022 | include_expsyms= | |
9023 | # exclude_expsyms can be an extended regexp of symbols to exclude | |
9024 | # it will be wrapped by ` (' and `)$', so one must not match beginning or | |
9025 | # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', | |
9026 | # as well as any symbol that contains `d'. | |
718a6fd8 | 9027 | exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' |
d7040cdb SE |
9028 | # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out |
9029 | # platforms (ab)use it in PIC code, but their linkers get confused if | |
9030 | # the symbol is explicitly referenced. Since portable code cannot | |
9031 | # rely on this symbol name, it's probably fine to never include it in | |
9032 | # preloaded symbol tables. | |
718a6fd8 | 9033 | # Exclude shared library initialization/finalization symbols. |
d7040cdb SE |
9034 | extract_expsyms_cmds= |
9035 | ||
9036 | case $host_os in | |
718a6fd8 | 9037 | cygwin* | mingw* | pw32* | cegcc*) |
d7040cdb SE |
9038 | # FIXME: the MSVC++ port hasn't been tested in a loooong time |
9039 | # When not using gcc, we currently assume that we are using | |
9040 | # Microsoft Visual C++. | |
9041 | if test "$GCC" != yes; then | |
9042 | with_gnu_ld=no | |
9043 | fi | |
9044 | ;; | |
9045 | interix*) | |
9046 | # we just hope/assume this is gcc and not c89 (= MSVC++) | |
9047 | with_gnu_ld=yes | |
9048 | ;; | |
9049 | openbsd*) | |
9050 | with_gnu_ld=no | |
9051 | ;; | |
9052 | esac | |
9053 | ||
9054 | ld_shlibs=yes | |
3725885a RW |
9055 | |
9056 | # On some targets, GNU ld is compatible enough with the native linker | |
9057 | # that we're better off using the native interface for both. | |
9058 | lt_use_gnu_ld_interface=no | |
d7040cdb | 9059 | if test "$with_gnu_ld" = yes; then |
3725885a RW |
9060 | case $host_os in |
9061 | aix*) | |
9062 | # The AIX port of GNU ld has always aspired to compatibility | |
9063 | # with the native linker. However, as the warning in the GNU ld | |
9064 | # block says, versions before 2.19.5* couldn't really create working | |
9065 | # shared libraries, regardless of the interface used. | |
9066 | case `$LD -v 2>&1` in | |
9067 | *\ \(GNU\ Binutils\)\ 2.19.5*) ;; | |
9068 | *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; | |
9069 | *\ \(GNU\ Binutils\)\ [3-9]*) ;; | |
9070 | *) | |
9071 | lt_use_gnu_ld_interface=yes | |
9072 | ;; | |
9073 | esac | |
9074 | ;; | |
9075 | *) | |
9076 | lt_use_gnu_ld_interface=yes | |
9077 | ;; | |
9078 | esac | |
9079 | fi | |
9080 | ||
9081 | if test "$lt_use_gnu_ld_interface" = yes; then | |
d7040cdb SE |
9082 | # If archive_cmds runs LD, not CC, wlarc should be empty |
9083 | wlarc='${wl}' | |
9084 | ||
9085 | # Set some defaults for GNU ld with shared library support. These | |
9086 | # are reset later if shared libraries are not supported. Putting them | |
9087 | # here allows them to be overridden if necessary. | |
9088 | runpath_var=LD_RUN_PATH | |
9089 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
9090 | export_dynamic_flag_spec='${wl}--export-dynamic' | |
9091 | # ancient GNU ld didn't support --whole-archive et. al. | |
9092 | if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then | |
9093 | whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' | |
9094 | else | |
9095 | whole_archive_flag_spec= | |
9096 | fi | |
9097 | supports_anon_versioning=no | |
9098 | case `$LD -v 2>&1` in | |
3725885a | 9099 | *GNU\ gold*) supports_anon_versioning=yes ;; |
d7040cdb SE |
9100 | *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 |
9101 | *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... | |
9102 | *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... | |
9103 | *\ 2.11.*) ;; # other 2.11 versions | |
9104 | *) supports_anon_versioning=yes ;; | |
9105 | esac | |
9106 | ||
9107 | # See if GNU ld supports shared libraries. | |
9108 | case $host_os in | |
e81819a5 | 9109 | aix[3-9]*) |
d7040cdb SE |
9110 | # On AIX/PPC, the GNU linker is very broken |
9111 | if test "$host_cpu" != ia64; then | |
9112 | ld_shlibs=no | |
9113 | cat <<_LT_EOF 1>&2 | |
9114 | ||
3725885a | 9115 | *** Warning: the GNU linker, at least up to release 2.19, is reported |
d7040cdb SE |
9116 | *** to be unable to reliably create shared libraries on AIX. |
9117 | *** Therefore, libtool is disabling shared libraries support. If you | |
3725885a RW |
9118 | *** really care for shared libraries, you may want to install binutils |
9119 | *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. | |
9120 | *** You will then need to restart the configuration process. | |
d7040cdb SE |
9121 | |
9122 | _LT_EOF | |
9123 | fi | |
9124 | ;; | |
9125 | ||
9126 | amigaos*) | |
718a6fd8 SE |
9127 | case $host_cpu in |
9128 | powerpc) | |
9129 | # see comment about AmigaOS4 .so support | |
9130 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9131 | archive_expsym_cmds='' | |
9132 | ;; | |
9133 | m68k) | |
9134 | 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)' | |
9135 | hardcode_libdir_flag_spec='-L$libdir' | |
9136 | hardcode_minus_L=yes | |
9137 | ;; | |
9138 | esac | |
d7040cdb SE |
9139 | ;; |
9140 | ||
9141 | beos*) | |
9142 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | |
9143 | allow_undefined_flag=unsupported | |
9144 | # Joseph Beckenbach <[email protected]> says some releases of gcc | |
9145 | # support --undefined. This deserves some investigation. FIXME | |
9146 | archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9147 | else | |
9148 | ld_shlibs=no | |
9149 | fi | |
9150 | ;; | |
9151 | ||
718a6fd8 | 9152 | cygwin* | mingw* | pw32* | cegcc*) |
d7040cdb SE |
9153 | # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, |
9154 | # as there is no search path for DLLs. | |
9155 | hardcode_libdir_flag_spec='-L$libdir' | |
3725885a | 9156 | export_dynamic_flag_spec='${wl}--export-all-symbols' |
d7040cdb SE |
9157 | allow_undefined_flag=unsupported |
9158 | always_export_symbols=no | |
9159 | enable_shared_with_static_runtimes=yes | |
9160 | export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' | |
9161 | ||
9162 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | |
9163 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | |
9164 | # If the export-symbols file already is a .def file (1st line | |
9165 | # is EXPORTS), use it as is; otherwise, prepend... | |
9166 | archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then | |
9167 | cp $export_symbols $output_objdir/$soname.def; | |
9168 | else | |
9169 | echo EXPORTS > $output_objdir/$soname.def; | |
9170 | cat $export_symbols >> $output_objdir/$soname.def; | |
9171 | fi~ | |
9172 | $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | |
9173 | else | |
9174 | ld_shlibs=no | |
9175 | fi | |
9176 | ;; | |
9177 | ||
3725885a RW |
9178 | haiku*) |
9179 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9180 | link_all_deplibs=yes | |
9181 | ;; | |
9182 | ||
d7040cdb SE |
9183 | interix[3-9]*) |
9184 | hardcode_direct=no | |
9185 | hardcode_shlibpath_var=no | |
9186 | hardcode_libdir_flag_spec='${wl}-rpath,$libdir' | |
9187 | export_dynamic_flag_spec='${wl}-E' | |
9188 | # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. | |
9189 | # Instead, shared libraries are loaded at an image base (0x10000000 by | |
9190 | # default) and relocated if they conflict, which is a slow very memory | |
9191 | # consuming and fragmenting process. To avoid this, we pick a random, | |
9192 | # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link | |
9193 | # time. Moving up from 0x10000000 also allows more sbrk(2) space. | |
9194 | archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' | |
9195 | 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' | |
9196 | ;; | |
9197 | ||
58e24671 | 9198 | gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) |
d7040cdb SE |
9199 | tmp_diet=no |
9200 | if test "$host_os" = linux-dietlibc; then | |
9201 | case $cc_basename in | |
9202 | diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) | |
9203 | esac | |
9204 | fi | |
9205 | if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ | |
9206 | && test "$tmp_diet" = no | |
9207 | then | |
9208 | tmp_addflag= | |
718a6fd8 | 9209 | tmp_sharedflag='-shared' |
d7040cdb SE |
9210 | case $cc_basename,$host_cpu in |
9211 | pgcc*) # Portland Group C compiler | |
3725885a | 9212 | 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' |
d7040cdb SE |
9213 | tmp_addflag=' $pic_flag' |
9214 | ;; | |
3725885a RW |
9215 | pgf77* | pgf90* | pgf95* | pgfortran*) |
9216 | # Portland Group f77 and f90 compilers | |
9217 | 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' | |
d7040cdb SE |
9218 | tmp_addflag=' $pic_flag -Mnomain' ;; |
9219 | ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 | |
9220 | tmp_addflag=' -i_dynamic' ;; | |
9221 | efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 | |
9222 | tmp_addflag=' -i_dynamic -nofor_main' ;; | |
9223 | ifc* | ifort*) # Intel Fortran compiler | |
9224 | tmp_addflag=' -nofor_main' ;; | |
718a6fd8 SE |
9225 | lf95*) # Lahey Fortran 8.1 |
9226 | whole_archive_flag_spec= | |
9227 | tmp_sharedflag='--shared' ;; | |
3725885a | 9228 | xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) |
718a6fd8 SE |
9229 | tmp_sharedflag='-qmkshrobj' |
9230 | tmp_addflag= ;; | |
3725885a RW |
9231 | nvcc*) # Cuda Compiler Driver 2.2 |
9232 | 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' | |
9233 | compiler_needs_object=yes | |
9234 | ;; | |
d7040cdb SE |
9235 | esac |
9236 | case `$CC -V 2>&1 | sed 5q` in | |
9237 | *Sun\ C*) # Sun C 5.9 | |
3725885a | 9238 | 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' |
d7040cdb SE |
9239 | compiler_needs_object=yes |
9240 | tmp_sharedflag='-G' ;; | |
9241 | *Sun\ F*) # Sun Fortran 8.3 | |
9242 | tmp_sharedflag='-G' ;; | |
d7040cdb SE |
9243 | esac |
9244 | archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9245 | ||
9246 | if test "x$supports_anon_versioning" = xyes; then | |
9247 | archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ | |
9248 | cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ | |
9249 | echo "local: *; };" >> $output_objdir/$libname.ver~ | |
9250 | $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' | |
9251 | fi | |
718a6fd8 SE |
9252 | |
9253 | case $cc_basename in | |
3725885a | 9254 | xlf* | bgf* | bgxlf* | mpixlf*) |
718a6fd8 SE |
9255 | # IBM XL Fortran 10.1 on PPC cannot create shared libs itself |
9256 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | |
9257 | hardcode_libdir_flag_spec= | |
9258 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | |
9259 | archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib' | |
9260 | if test "x$supports_anon_versioning" = xyes; then | |
9261 | archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ | |
9262 | cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ | |
9263 | echo "local: *; };" >> $output_objdir/$libname.ver~ | |
9264 | $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' | |
9265 | fi | |
9266 | ;; | |
9267 | esac | |
d7040cdb SE |
9268 | else |
9269 | ld_shlibs=no | |
9270 | fi | |
9271 | ;; | |
9272 | ||
9273 | netbsd*) | |
9274 | if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then | |
9275 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | |
9276 | wlarc= | |
9277 | else | |
9278 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9279 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | |
9280 | fi | |
9281 | ;; | |
9282 | ||
9283 | solaris*) | |
9284 | if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then | |
9285 | ld_shlibs=no | |
9286 | cat <<_LT_EOF 1>&2 | |
9287 | ||
9288 | *** Warning: The releases 2.8.* of the GNU linker cannot reliably | |
9289 | *** create shared libraries on Solaris systems. Therefore, libtool | |
9290 | *** is disabling shared libraries support. We urge you to upgrade GNU | |
9291 | *** binutils to release 2.9.1 or newer. Another option is to modify | |
9292 | *** your PATH or compiler configuration so that the native linker is | |
9293 | *** used, and then restart. | |
9294 | ||
9295 | _LT_EOF | |
9296 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | |
9297 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9298 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | |
9299 | else | |
9300 | ld_shlibs=no | |
9301 | fi | |
9302 | ;; | |
9303 | ||
9304 | sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) | |
9305 | case `$LD -v 2>&1` in | |
9306 | *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) | |
9307 | ld_shlibs=no | |
9308 | cat <<_LT_EOF 1>&2 | |
9309 | ||
9310 | *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not | |
9311 | *** reliably create shared libraries on SCO systems. Therefore, libtool | |
9312 | *** is disabling shared libraries support. We urge you to upgrade GNU | |
9313 | *** binutils to release 2.16.91.0.3 or newer. Another option is to modify | |
9314 | *** your PATH or compiler configuration so that the native linker is | |
9315 | *** used, and then restart. | |
9316 | ||
9317 | _LT_EOF | |
9318 | ;; | |
9319 | *) | |
9320 | # For security reasons, it is highly recommended that you always | |
9321 | # use absolute paths for naming shared libraries, and exclude the | |
9322 | # DT_RUNPATH tag from executables and libraries. But doing so | |
9323 | # requires that you compile everything twice, which is a pain. | |
9324 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | |
9325 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
9326 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9327 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | |
9328 | else | |
9329 | ld_shlibs=no | |
9330 | fi | |
9331 | ;; | |
9332 | esac | |
9333 | ;; | |
9334 | ||
9335 | sunos4*) | |
9336 | archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' | |
9337 | wlarc= | |
9338 | hardcode_direct=yes | |
9339 | hardcode_shlibpath_var=no | |
9340 | ;; | |
9341 | ||
9342 | *) | |
9343 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | |
9344 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9345 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | |
9346 | else | |
9347 | ld_shlibs=no | |
9348 | fi | |
9349 | ;; | |
9350 | esac | |
9351 | ||
9352 | if test "$ld_shlibs" = no; then | |
9353 | runpath_var= | |
9354 | hardcode_libdir_flag_spec= | |
9355 | export_dynamic_flag_spec= | |
9356 | whole_archive_flag_spec= | |
9357 | fi | |
9358 | else | |
9359 | # PORTME fill in a description of your system's linker (not GNU ld) | |
9360 | case $host_os in | |
9361 | aix3*) | |
9362 | allow_undefined_flag=unsupported | |
9363 | always_export_symbols=yes | |
9364 | 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' | |
9365 | # Note: this linker hardcodes the directories in LIBPATH if there | |
9366 | # are no directories specified by -L. | |
9367 | hardcode_minus_L=yes | |
9368 | if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then | |
9369 | # Neither direct hardcoding nor static linking is supported with a | |
9370 | # broken collect2. | |
9371 | hardcode_direct=unsupported | |
9372 | fi | |
9373 | ;; | |
9374 | ||
e81819a5 | 9375 | aix[4-9]*) |
d7040cdb SE |
9376 | if test "$host_cpu" = ia64; then |
9377 | # On IA64, the linker does run time linking by default, so we don't | |
9378 | # have to do anything special. | |
9379 | aix_use_runtimelinking=no | |
9380 | exp_sym_flag='-Bexport' | |
9381 | no_entry_flag="" | |
9382 | else | |
9383 | # If we're using GNU nm, then we don't want the "-C" option. | |
9384 | # -C means demangle to AIX nm, but means don't demangle with GNU nm | |
3725885a RW |
9385 | # Also, AIX nm treats weak defined symbols like other global |
9386 | # defined symbols, whereas GNU nm marks them as "W". | |
d7040cdb | 9387 | if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then |
3725885a | 9388 | 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' |
d7040cdb SE |
9389 | else |
9390 | 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' | |
9391 | fi | |
9392 | aix_use_runtimelinking=no | |
9393 | ||
9394 | # Test if we are trying to use run time linking or normal | |
9395 | # AIX style linking. If -brtl is somewhere in LDFLAGS, we | |
9396 | # need to do runtime linking. | |
e81819a5 | 9397 | case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) |
d7040cdb SE |
9398 | for ld_flag in $LDFLAGS; do |
9399 | if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then | |
9400 | aix_use_runtimelinking=yes | |
9401 | break | |
9402 | fi | |
9403 | done | |
9404 | ;; | |
9405 | esac | |
9406 | ||
9407 | exp_sym_flag='-bexport' | |
9408 | no_entry_flag='-bnoentry' | |
9409 | fi | |
9410 | ||
9411 | # When large executables or shared objects are built, AIX ld can | |
9412 | # have problems creating the table of contents. If linking a library | |
9413 | # or program results in "error TOC overflow" add -mminimal-toc to | |
9414 | # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not | |
9415 | # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. | |
9416 | ||
9417 | archive_cmds='' | |
9418 | hardcode_direct=yes | |
9419 | hardcode_direct_absolute=yes | |
9420 | hardcode_libdir_separator=':' | |
9421 | link_all_deplibs=yes | |
9422 | file_list_spec='${wl}-f,' | |
9423 | ||
9424 | if test "$GCC" = yes; then | |
9425 | case $host_os in aix4.[012]|aix4.[012].*) | |
9426 | # We only want to do this on AIX 4.2 and lower, the check | |
9427 | # below for broken collect2 doesn't work under 4.3+ | |
9428 | collect2name=`${CC} -print-prog-name=collect2` | |
9429 | if test -f "$collect2name" && | |
9430 | strings "$collect2name" | $GREP resolve_lib_name >/dev/null | |
9431 | then | |
9432 | # We have reworked collect2 | |
9433 | : | |
9434 | else | |
9435 | # We have old collect2 | |
9436 | hardcode_direct=unsupported | |
9437 | # It fails to find uninstalled libraries when the uninstalled | |
9438 | # path is not listed in the libpath. Setting hardcode_minus_L | |
9439 | # to unsupported forces relinking | |
9440 | hardcode_minus_L=yes | |
9441 | hardcode_libdir_flag_spec='-L$libdir' | |
9442 | hardcode_libdir_separator= | |
9443 | fi | |
9444 | ;; | |
9445 | esac | |
9446 | shared_flag='-shared' | |
9447 | if test "$aix_use_runtimelinking" = yes; then | |
9448 | shared_flag="$shared_flag "'${wl}-G' | |
9449 | fi | |
9450 | else | |
9451 | # not using gcc | |
9452 | if test "$host_cpu" = ia64; then | |
9453 | # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release | |
9454 | # chokes on -Wl,-G. The following line is correct: | |
9455 | shared_flag='-G' | |
9456 | else | |
9457 | if test "$aix_use_runtimelinking" = yes; then | |
9458 | shared_flag='${wl}-G' | |
9459 | else | |
9460 | shared_flag='${wl}-bM:SRE' | |
9461 | fi | |
9462 | fi | |
9463 | fi | |
9464 | ||
718a6fd8 | 9465 | export_dynamic_flag_spec='${wl}-bexpall' |
d7040cdb SE |
9466 | # It seems that -bexpall does not export symbols beginning with |
9467 | # underscore (_), so it is better to generate a list of symbols to export. | |
9468 | always_export_symbols=yes | |
9469 | if test "$aix_use_runtimelinking" = yes; then | |
9470 | # Warning - without using the other runtime loading flags (-brtl), | |
9471 | # -berok will link without error, but may produce a broken library. | |
9472 | allow_undefined_flag='-berok' | |
9473 | # Determine the default libpath from the value encoded in an | |
9474 | # empty executable. | |
81ecdfbb | 9475 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb SE |
9476 | /* end confdefs.h. */ |
9477 | ||
9478 | int | |
9479 | main () | |
9480 | { | |
9481 | ||
9482 | ; | |
9483 | return 0; | |
9484 | } | |
9485 | _ACEOF | |
81ecdfbb | 9486 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb SE |
9487 | |
9488 | lt_aix_libpath_sed=' | |
9489 | /Import File Strings/,/^$/ { | |
9490 | /^0/ { | |
9491 | s/^0 *\(.*\)$/\1/ | |
9492 | p | |
9493 | } | |
9494 | }' | |
9495 | aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | |
9496 | # Check for a 64-bit object if we didn't find anything. | |
9497 | if test -z "$aix_libpath"; then | |
9498 | aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | |
9499 | fi | |
d7040cdb | 9500 | fi |
81ecdfbb RW |
9501 | rm -f core conftest.err conftest.$ac_objext \ |
9502 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb SE |
9503 | if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
9504 | ||
9505 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | |
3725885a | 9506 | 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" |
d7040cdb SE |
9507 | else |
9508 | if test "$host_cpu" = ia64; then | |
9509 | hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' | |
9510 | allow_undefined_flag="-z nodefs" | |
9511 | 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" | |
9512 | else | |
9513 | # Determine the default libpath from the value encoded in an | |
9514 | # empty executable. | |
81ecdfbb | 9515 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb SE |
9516 | /* end confdefs.h. */ |
9517 | ||
9518 | int | |
9519 | main () | |
9520 | { | |
9521 | ||
9522 | ; | |
9523 | return 0; | |
9524 | } | |
9525 | _ACEOF | |
81ecdfbb | 9526 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb SE |
9527 | |
9528 | lt_aix_libpath_sed=' | |
9529 | /Import File Strings/,/^$/ { | |
9530 | /^0/ { | |
9531 | s/^0 *\(.*\)$/\1/ | |
9532 | p | |
9533 | } | |
9534 | }' | |
9535 | aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | |
9536 | # Check for a 64-bit object if we didn't find anything. | |
9537 | if test -z "$aix_libpath"; then | |
9538 | aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | |
9539 | fi | |
d7040cdb | 9540 | fi |
81ecdfbb RW |
9541 | rm -f core conftest.err conftest.$ac_objext \ |
9542 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb SE |
9543 | if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
9544 | ||
9545 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | |
9546 | # Warning - without using the other run time loading flags, | |
9547 | # -berok will link without error, but may produce a broken library. | |
9548 | no_undefined_flag=' ${wl}-bernotok' | |
9549 | allow_undefined_flag=' ${wl}-berok' | |
3725885a RW |
9550 | if test "$with_gnu_ld" = yes; then |
9551 | # We only use this code for GNU lds that support --whole-archive. | |
9552 | whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive' | |
9553 | else | |
9554 | # Exported symbols can be pulled into shared objects from archives | |
9555 | whole_archive_flag_spec='$convenience' | |
9556 | fi | |
d7040cdb SE |
9557 | archive_cmds_need_lc=yes |
9558 | # This is similar to how AIX traditionally builds its shared libraries. | |
9559 | 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' | |
9560 | fi | |
9561 | fi | |
9562 | ;; | |
9563 | ||
9564 | amigaos*) | |
718a6fd8 SE |
9565 | case $host_cpu in |
9566 | powerpc) | |
9567 | # see comment about AmigaOS4 .so support | |
9568 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9569 | archive_expsym_cmds='' | |
9570 | ;; | |
9571 | m68k) | |
9572 | 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)' | |
9573 | hardcode_libdir_flag_spec='-L$libdir' | |
9574 | hardcode_minus_L=yes | |
9575 | ;; | |
9576 | esac | |
d7040cdb SE |
9577 | ;; |
9578 | ||
9579 | bsdi[45]*) | |
9580 | export_dynamic_flag_spec=-rdynamic | |
9581 | ;; | |
9582 | ||
718a6fd8 | 9583 | cygwin* | mingw* | pw32* | cegcc*) |
d7040cdb SE |
9584 | # When not using gcc, we currently assume that we are using |
9585 | # Microsoft Visual C++. | |
9586 | # hardcode_libdir_flag_spec is actually meaningless, as there is | |
9587 | # no search path for DLLs. | |
9588 | hardcode_libdir_flag_spec=' ' | |
9589 | allow_undefined_flag=unsupported | |
9590 | # Tell ltmain to make .lib files, not .a files. | |
9591 | libext=lib | |
9592 | # Tell ltmain to make .dll files, not .so files. | |
9593 | shrext_cmds=".dll" | |
9594 | # FIXME: Setting linknames here is a bad hack. | |
3725885a | 9595 | archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' |
d7040cdb SE |
9596 | # The linker will automatically build a .lib file if we build a DLL. |
9597 | old_archive_from_new_cmds='true' | |
9598 | # FIXME: Should let the user specify the lib program. | |
9599 | old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' | |
9600 | fix_srcfile_path='`cygpath -w "$srcfile"`' | |
9601 | enable_shared_with_static_runtimes=yes | |
9602 | ;; | |
9603 | ||
9604 | darwin* | rhapsody*) | |
d7040cdb | 9605 | |
718a6fd8 SE |
9606 | |
9607 | archive_cmds_need_lc=no | |
9608 | hardcode_direct=no | |
9609 | hardcode_automatic=yes | |
9610 | hardcode_shlibpath_var=unsupported | |
3725885a RW |
9611 | if test "$lt_cv_ld_force_load" = "yes"; then |
9612 | 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\"`' | |
9613 | else | |
9614 | whole_archive_flag_spec='' | |
9615 | fi | |
718a6fd8 SE |
9616 | link_all_deplibs=yes |
9617 | allow_undefined_flag="$_lt_dar_allow_undefined" | |
9618 | case $cc_basename in | |
9619 | ifort*) _lt_dar_can_shared=yes ;; | |
9620 | *) _lt_dar_can_shared=$GCC ;; | |
9621 | esac | |
9622 | if test "$_lt_dar_can_shared" = "yes"; then | |
3725885a | 9623 | output_verbose_link_cmd=func_echo_all |
718a6fd8 SE |
9624 | archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" |
9625 | module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" | |
9626 | 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}" | |
9627 | 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}" | |
9628 | ||
9629 | else | |
9630 | ld_shlibs=no | |
9631 | fi | |
9632 | ||
d7040cdb SE |
9633 | ;; |
9634 | ||
9635 | dgux*) | |
9636 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9637 | hardcode_libdir_flag_spec='-L$libdir' | |
9638 | hardcode_shlibpath_var=no | |
9639 | ;; | |
9640 | ||
d7040cdb SE |
9641 | # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor |
9642 | # support. Future versions do this automatically, but an explicit c++rt0.o | |
9643 | # does not break anything, and helps significantly (at the cost of a little | |
9644 | # extra space). | |
9645 | freebsd2.2*) | |
9646 | archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' | |
9647 | hardcode_libdir_flag_spec='-R$libdir' | |
9648 | hardcode_direct=yes | |
9649 | hardcode_shlibpath_var=no | |
9650 | ;; | |
9651 | ||
9652 | # Unfortunately, older versions of FreeBSD 2 do not have this feature. | |
6d2920c8 | 9653 | freebsd2.*) |
d7040cdb SE |
9654 | archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' |
9655 | hardcode_direct=yes | |
9656 | hardcode_minus_L=yes | |
9657 | hardcode_shlibpath_var=no | |
9658 | ;; | |
9659 | ||
9660 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | |
9661 | freebsd* | dragonfly*) | |
9662 | archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' | |
9663 | hardcode_libdir_flag_spec='-R$libdir' | |
9664 | hardcode_direct=yes | |
9665 | hardcode_shlibpath_var=no | |
9666 | ;; | |
9667 | ||
9668 | hpux9*) | |
9669 | if test "$GCC" = yes; then | |
9670 | archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' | |
9671 | else | |
9672 | 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' | |
9673 | fi | |
9674 | hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' | |
9675 | hardcode_libdir_separator=: | |
9676 | hardcode_direct=yes | |
9677 | ||
9678 | # hardcode_minus_L: Not really in the search PATH, | |
9679 | # but as the default location of the library. | |
9680 | hardcode_minus_L=yes | |
9681 | export_dynamic_flag_spec='${wl}-E' | |
9682 | ;; | |
9683 | ||
9684 | hpux10*) | |
3725885a | 9685 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
d7040cdb SE |
9686 | archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' |
9687 | else | |
9688 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | |
9689 | fi | |
9690 | if test "$with_gnu_ld" = no; then | |
9691 | hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' | |
9692 | hardcode_libdir_flag_spec_ld='+b $libdir' | |
9693 | hardcode_libdir_separator=: | |
9694 | hardcode_direct=yes | |
9695 | hardcode_direct_absolute=yes | |
9696 | export_dynamic_flag_spec='${wl}-E' | |
9697 | # hardcode_minus_L: Not really in the search PATH, | |
9698 | # but as the default location of the library. | |
9699 | hardcode_minus_L=yes | |
9700 | fi | |
9701 | ;; | |
9702 | ||
9703 | hpux11*) | |
3725885a | 9704 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
d7040cdb SE |
9705 | case $host_cpu in |
9706 | hppa*64*) | |
9707 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9708 | ;; | |
9709 | ia64*) | |
718a6fd8 | 9710 | archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
d7040cdb SE |
9711 | ;; |
9712 | *) | |
9713 | archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' | |
9714 | ;; | |
9715 | esac | |
9716 | else | |
9717 | case $host_cpu in | |
9718 | hppa*64*) | |
9719 | archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9720 | ;; | |
9721 | ia64*) | |
9722 | archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' | |
9723 | ;; | |
9724 | *) | |
3725885a RW |
9725 | |
9726 | # Older versions of the 11.00 compiler do not understand -b yet | |
9727 | # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) | |
9728 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 | |
9729 | $as_echo_n "checking if $CC understands -b... " >&6; } | |
9730 | if test "${lt_cv_prog_compiler__b+set}" = set; then : | |
9731 | $as_echo_n "(cached) " >&6 | |
9732 | else | |
9733 | lt_cv_prog_compiler__b=no | |
9734 | save_LDFLAGS="$LDFLAGS" | |
9735 | LDFLAGS="$LDFLAGS -b" | |
9736 | echo "$lt_simple_link_test_code" > conftest.$ac_ext | |
9737 | if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then | |
9738 | # The linker can only warn and ignore the option if not recognized | |
9739 | # So say no if there are warnings | |
9740 | if test -s conftest.err; then | |
9741 | # Append any errors to the config.log. | |
9742 | cat conftest.err 1>&5 | |
9743 | $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp | |
9744 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | |
9745 | if diff conftest.exp conftest.er2 >/dev/null; then | |
9746 | lt_cv_prog_compiler__b=yes | |
9747 | fi | |
9748 | else | |
9749 | lt_cv_prog_compiler__b=yes | |
9750 | fi | |
9751 | fi | |
9752 | $RM -r conftest* | |
9753 | LDFLAGS="$save_LDFLAGS" | |
9754 | ||
9755 | fi | |
9756 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 | |
9757 | $as_echo "$lt_cv_prog_compiler__b" >&6; } | |
9758 | ||
9759 | if test x"$lt_cv_prog_compiler__b" = xyes; then | |
9760 | archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' | |
9761 | else | |
9762 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | |
9763 | fi | |
9764 | ||
d7040cdb SE |
9765 | ;; |
9766 | esac | |
9767 | fi | |
9768 | if test "$with_gnu_ld" = no; then | |
9769 | hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' | |
9770 | hardcode_libdir_separator=: | |
9771 | ||
9772 | case $host_cpu in | |
9773 | hppa*64*|ia64*) | |
9774 | hardcode_direct=no | |
9775 | hardcode_shlibpath_var=no | |
9776 | ;; | |
9777 | *) | |
9778 | hardcode_direct=yes | |
9779 | hardcode_direct_absolute=yes | |
9780 | export_dynamic_flag_spec='${wl}-E' | |
9781 | ||
9782 | # hardcode_minus_L: Not really in the search PATH, | |
9783 | # but as the default location of the library. | |
9784 | hardcode_minus_L=yes | |
9785 | ;; | |
9786 | esac | |
9787 | fi | |
9788 | ;; | |
9789 | ||
9790 | irix5* | irix6* | nonstopux*) | |
9791 | if test "$GCC" = yes; then | |
3725885a | 9792 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' |
d7040cdb SE |
9793 | # Try to use the -exported_symbol ld option, if it does not |
9794 | # work, assume that -exports_file does not work either and | |
9795 | # implicitly export all symbols. | |
9796 | save_LDFLAGS="$LDFLAGS" | |
9797 | LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" | |
81ecdfbb RW |
9798 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
9799 | /* end confdefs.h. */ | |
d7040cdb SE |
9800 | int foo(void) {} |
9801 | _ACEOF | |
81ecdfbb | 9802 | if ac_fn_c_try_link "$LINENO"; then : |
3725885a | 9803 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' |
d7040cdb | 9804 | |
d7040cdb | 9805 | fi |
81ecdfbb RW |
9806 | rm -f core conftest.err conftest.$ac_objext \ |
9807 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb SE |
9808 | LDFLAGS="$save_LDFLAGS" |
9809 | else | |
3725885a RW |
9810 | 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' |
9811 | 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' | |
d7040cdb SE |
9812 | fi |
9813 | archive_cmds_need_lc='no' | |
9814 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
9815 | hardcode_libdir_separator=: | |
9816 | inherit_rpath=yes | |
9817 | link_all_deplibs=yes | |
9818 | ;; | |
9819 | ||
9820 | netbsd*) | |
9821 | if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then | |
9822 | archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out | |
9823 | else | |
9824 | archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF | |
9825 | fi | |
9826 | hardcode_libdir_flag_spec='-R$libdir' | |
9827 | hardcode_direct=yes | |
9828 | hardcode_shlibpath_var=no | |
9829 | ;; | |
9830 | ||
9831 | newsos6) | |
9832 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9833 | hardcode_direct=yes | |
9834 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
9835 | hardcode_libdir_separator=: | |
9836 | hardcode_shlibpath_var=no | |
9837 | ;; | |
9838 | ||
9839 | *nto* | *qnx*) | |
9840 | ;; | |
9841 | ||
9842 | openbsd*) | |
718a6fd8 SE |
9843 | if test -f /usr/libexec/ld.so; then |
9844 | hardcode_direct=yes | |
9845 | hardcode_shlibpath_var=no | |
9846 | hardcode_direct_absolute=yes | |
9847 | if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then | |
d7040cdb | 9848 | archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' |
718a6fd8 | 9849 | archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' |
d7040cdb | 9850 | hardcode_libdir_flag_spec='${wl}-rpath,$libdir' |
718a6fd8 SE |
9851 | export_dynamic_flag_spec='${wl}-E' |
9852 | else | |
9853 | case $host_os in | |
9854 | openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) | |
9855 | archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' | |
9856 | hardcode_libdir_flag_spec='-R$libdir' | |
9857 | ;; | |
9858 | *) | |
9859 | archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' | |
9860 | hardcode_libdir_flag_spec='${wl}-rpath,$libdir' | |
9861 | ;; | |
9862 | esac | |
9863 | fi | |
9864 | else | |
9865 | ld_shlibs=no | |
d7040cdb SE |
9866 | fi |
9867 | ;; | |
9868 | ||
9869 | os2*) | |
9870 | hardcode_libdir_flag_spec='-L$libdir' | |
9871 | hardcode_minus_L=yes | |
9872 | allow_undefined_flag=unsupported | |
3725885a | 9873 | 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' |
d7040cdb SE |
9874 | old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' |
9875 | ;; | |
9876 | ||
9877 | osf3*) | |
9878 | if test "$GCC" = yes; then | |
9879 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | |
3725885a | 9880 | 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' |
d7040cdb SE |
9881 | else |
9882 | allow_undefined_flag=' -expect_unresolved \*' | |
3725885a | 9883 | 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' |
d7040cdb SE |
9884 | fi |
9885 | archive_cmds_need_lc='no' | |
9886 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
9887 | hardcode_libdir_separator=: | |
9888 | ;; | |
9889 | ||
9890 | osf4* | osf5*) # as osf3* with the addition of -msym flag | |
9891 | if test "$GCC" = yes; then | |
9892 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | |
3725885a | 9893 | archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' |
d7040cdb SE |
9894 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
9895 | else | |
9896 | allow_undefined_flag=' -expect_unresolved \*' | |
3725885a | 9897 | 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' |
d7040cdb | 9898 | 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~ |
3725885a | 9899 | $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' |
d7040cdb SE |
9900 | |
9901 | # Both c and cxx compiler support -rpath directly | |
9902 | hardcode_libdir_flag_spec='-rpath $libdir' | |
9903 | fi | |
9904 | archive_cmds_need_lc='no' | |
9905 | hardcode_libdir_separator=: | |
9906 | ;; | |
9907 | ||
9908 | solaris*) | |
9909 | no_undefined_flag=' -z defs' | |
9910 | if test "$GCC" = yes; then | |
9911 | wlarc='${wl}' | |
9912 | archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9913 | archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ | |
9914 | $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' | |
9915 | else | |
9916 | case `$CC -V 2>&1` in | |
9917 | *"Compilers 5.0"*) | |
9918 | wlarc='' | |
9919 | archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9920 | archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ | |
9921 | $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' | |
9922 | ;; | |
9923 | *) | |
9924 | wlarc='${wl}' | |
9925 | archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' | |
9926 | archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ | |
9927 | $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' | |
9928 | ;; | |
9929 | esac | |
9930 | fi | |
9931 | hardcode_libdir_flag_spec='-R$libdir' | |
9932 | hardcode_shlibpath_var=no | |
9933 | case $host_os in | |
9934 | solaris2.[0-5] | solaris2.[0-5].*) ;; | |
9935 | *) | |
9936 | # The compiler driver will combine and reorder linker options, | |
9937 | # but understands `-z linker_flag'. GCC discards it without `$wl', | |
9938 | # but is careful enough not to reorder. | |
9939 | # Supported since Solaris 2.6 (maybe 2.5.1?) | |
9940 | if test "$GCC" = yes; then | |
9941 | whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' | |
9942 | else | |
9943 | whole_archive_flag_spec='-z allextract$convenience -z defaultextract' | |
9944 | fi | |
9945 | ;; | |
9946 | esac | |
9947 | link_all_deplibs=yes | |
9948 | ;; | |
9949 | ||
9950 | sunos4*) | |
9951 | if test "x$host_vendor" = xsequent; then | |
9952 | # Use $CC to link under sequent, because it throws in some extra .o | |
9953 | # files that make .init and .fini sections work. | |
9954 | archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' | |
9955 | else | |
9956 | archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' | |
9957 | fi | |
9958 | hardcode_libdir_flag_spec='-L$libdir' | |
9959 | hardcode_direct=yes | |
9960 | hardcode_minus_L=yes | |
9961 | hardcode_shlibpath_var=no | |
9962 | ;; | |
9963 | ||
9964 | sysv4) | |
9965 | case $host_vendor in | |
9966 | sni) | |
9967 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9968 | hardcode_direct=yes # is this really true??? | |
9969 | ;; | |
9970 | siemens) | |
9971 | ## LD is ld it makes a PLAMLIB | |
9972 | ## CC just makes a GrossModule. | |
9973 | archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' | |
9974 | reload_cmds='$CC -r -o $output$reload_objs' | |
9975 | hardcode_direct=no | |
9976 | ;; | |
9977 | motorola) | |
9978 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9979 | hardcode_direct=no #Motorola manual says yes, but my tests say they lie | |
9980 | ;; | |
9981 | esac | |
9982 | runpath_var='LD_RUN_PATH' | |
9983 | hardcode_shlibpath_var=no | |
9984 | ;; | |
9985 | ||
9986 | sysv4.3*) | |
9987 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9988 | hardcode_shlibpath_var=no | |
9989 | export_dynamic_flag_spec='-Bexport' | |
9990 | ;; | |
9991 | ||
9992 | sysv4*MP*) | |
9993 | if test -d /usr/nec; then | |
9994 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9995 | hardcode_shlibpath_var=no | |
9996 | runpath_var=LD_RUN_PATH | |
9997 | hardcode_runpath_var=yes | |
9998 | ld_shlibs=yes | |
9999 | fi | |
10000 | ;; | |
10001 | ||
10002 | sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) | |
10003 | no_undefined_flag='${wl}-z,text' | |
10004 | archive_cmds_need_lc=no | |
10005 | hardcode_shlibpath_var=no | |
10006 | runpath_var='LD_RUN_PATH' | |
10007 | ||
10008 | if test "$GCC" = yes; then | |
10009 | archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10010 | archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10011 | else | |
10012 | archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10013 | archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10014 | fi | |
10015 | ;; | |
10016 | ||
10017 | sysv5* | sco3.2v5* | sco5v6*) | |
10018 | # Note: We can NOT use -z defs as we might desire, because we do not | |
10019 | # link with -lc, and that would cause any symbols used from libc to | |
10020 | # always be unresolved, which means just about no library would | |
10021 | # ever link correctly. If we're not using GNU ld we use -z text | |
10022 | # though, which does catch some bad symbols but isn't as heavy-handed | |
10023 | # as -z defs. | |
10024 | no_undefined_flag='${wl}-z,text' | |
10025 | allow_undefined_flag='${wl}-z,nodefs' | |
10026 | archive_cmds_need_lc=no | |
10027 | hardcode_shlibpath_var=no | |
10028 | hardcode_libdir_flag_spec='${wl}-R,$libdir' | |
10029 | hardcode_libdir_separator=':' | |
10030 | link_all_deplibs=yes | |
10031 | export_dynamic_flag_spec='${wl}-Bexport' | |
10032 | runpath_var='LD_RUN_PATH' | |
10033 | ||
10034 | if test "$GCC" = yes; then | |
10035 | archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10036 | archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10037 | else | |
10038 | archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10039 | archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10040 | fi | |
10041 | ;; | |
10042 | ||
10043 | uts4*) | |
10044 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
10045 | hardcode_libdir_flag_spec='-L$libdir' | |
10046 | hardcode_shlibpath_var=no | |
10047 | ;; | |
10048 | ||
10049 | *) | |
10050 | ld_shlibs=no | |
10051 | ;; | |
10052 | esac | |
10053 | ||
10054 | if test x$host_vendor = xsni; then | |
10055 | case $host in | |
10056 | sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) | |
10057 | export_dynamic_flag_spec='${wl}-Blargedynsym' | |
10058 | ;; | |
10059 | esac | |
10060 | fi | |
10061 | fi | |
10062 | ||
81ecdfbb RW |
10063 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 |
10064 | $as_echo "$ld_shlibs" >&6; } | |
d7040cdb SE |
10065 | test "$ld_shlibs" = no && can_build_shared=no |
10066 | ||
10067 | with_gnu_ld=$with_gnu_ld | |
10068 | ||
10069 | ||
10070 | ||
10071 | ||
10072 | ||
10073 | ||
10074 | ||
10075 | ||
10076 | ||
10077 | ||
10078 | ||
10079 | ||
10080 | ||
10081 | ||
10082 | ||
10083 | # | |
10084 | # Do we need to explicitly link libc? | |
10085 | # | |
10086 | case "x$archive_cmds_need_lc" in | |
10087 | x|xyes) | |
10088 | # Assume -lc should be added | |
10089 | archive_cmds_need_lc=yes | |
10090 | ||
10091 | if test "$enable_shared" = yes && test "$GCC" = yes; then | |
10092 | case $archive_cmds in | |
10093 | *'~'*) | |
10094 | # FIXME: we may have to deal with multi-command sequences. | |
10095 | ;; | |
10096 | '$CC '*) | |
10097 | # Test whether the compiler implicitly links with -lc since on some | |
10098 | # systems, -lgcc has to come before -lc. If gcc already passes -lc | |
10099 | # to ld, don't add -lc before -lgcc. | |
81ecdfbb RW |
10100 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 |
10101 | $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } | |
10102 | if test "${lt_cv_archive_cmds_need_lc+set}" = set; then : | |
10103 | $as_echo_n "(cached) " >&6 | |
39144654 RW |
10104 | else |
10105 | $RM conftest* | |
10106 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
d7040cdb | 10107 | |
81ecdfbb | 10108 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
d7040cdb SE |
10109 | (eval $ac_compile) 2>&5 |
10110 | ac_status=$? | |
81ecdfbb RW |
10111 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
10112 | test $ac_status = 0; } 2>conftest.err; then | |
39144654 RW |
10113 | soname=conftest |
10114 | lib=conftest | |
10115 | libobjs=conftest.$ac_objext | |
10116 | deplibs= | |
10117 | wl=$lt_prog_compiler_wl | |
10118 | pic_flag=$lt_prog_compiler_pic | |
10119 | compiler_flags=-v | |
10120 | linker_flags=-v | |
10121 | verstring= | |
10122 | output_objdir=. | |
10123 | libname=conftest | |
10124 | lt_save_allow_undefined_flag=$allow_undefined_flag | |
10125 | allow_undefined_flag= | |
81ecdfbb | 10126 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 |
d7040cdb SE |
10127 | (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 |
10128 | ac_status=$? | |
81ecdfbb RW |
10129 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
10130 | test $ac_status = 0; } | |
39144654 RW |
10131 | then |
10132 | lt_cv_archive_cmds_need_lc=no | |
10133 | else | |
10134 | lt_cv_archive_cmds_need_lc=yes | |
10135 | fi | |
10136 | allow_undefined_flag=$lt_save_allow_undefined_flag | |
10137 | else | |
10138 | cat conftest.err 1>&5 | |
10139 | fi | |
10140 | $RM conftest* | |
10141 | ||
10142 | fi | |
81ecdfbb RW |
10143 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 |
10144 | $as_echo "$lt_cv_archive_cmds_need_lc" >&6; } | |
39144654 | 10145 | archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc |
d7040cdb SE |
10146 | ;; |
10147 | esac | |
10148 | fi | |
10149 | ;; | |
10150 | esac | |
10151 | ||
10152 | ||
10153 | ||
10154 | ||
10155 | ||
10156 | ||
10157 | ||
10158 | ||
10159 | ||
10160 | ||
10161 | ||
10162 | ||
10163 | ||
10164 | ||
10165 | ||
10166 | ||
10167 | ||
10168 | ||
10169 | ||
10170 | ||
10171 | ||
10172 | ||
10173 | ||
10174 | ||
10175 | ||
10176 | ||
10177 | ||
10178 | ||
10179 | ||
10180 | ||
10181 | ||
10182 | ||
10183 | ||
10184 | ||
10185 | ||
10186 | ||
10187 | ||
10188 | ||
10189 | ||
10190 | ||
10191 | ||
10192 | ||
10193 | ||
10194 | ||
10195 | ||
10196 | ||
10197 | ||
10198 | ||
10199 | ||
10200 | ||
10201 | ||
10202 | ||
10203 | ||
10204 | ||
10205 | ||
10206 | ||
10207 | ||
10208 | ||
10209 | ||
10210 | ||
10211 | ||
10212 | ||
10213 | ||
10214 | ||
10215 | ||
10216 | ||
10217 | ||
10218 | ||
10219 | ||
10220 | ||
10221 | ||
10222 | ||
10223 | ||
10224 | ||
10225 | ||
10226 | ||
10227 | ||
10228 | ||
10229 | ||
10230 | ||
10231 | ||
10232 | ||
10233 | ||
10234 | ||
10235 | ||
10236 | ||
10237 | ||
10238 | ||
10239 | ||
10240 | ||
10241 | ||
10242 | ||
10243 | ||
10244 | ||
10245 | ||
10246 | ||
10247 | ||
10248 | ||
10249 | ||
10250 | ||
10251 | ||
10252 | ||
10253 | ||
10254 | ||
10255 | ||
10256 | ||
10257 | ||
10258 | ||
10259 | ||
10260 | ||
10261 | ||
10262 | ||
10263 | ||
10264 | ||
10265 | ||
10266 | ||
10267 | ||
10268 | ||
10269 | ||
10270 | ||
10271 | ||
10272 | ||
10273 | ||
10274 | ||
10275 | ||
10276 | ||
10277 | ||
10278 | ||
10279 | ||
10280 | ||
10281 | ||
10282 | ||
10283 | ||
10284 | ||
10285 | ||
10286 | ||
10287 | ||
10288 | ||
10289 | ||
10290 | ||
10291 | ||
10292 | ||
10293 | ||
10294 | ||
10295 | ||
10296 | ||
10297 | ||
10298 | ||
10299 | ||
10300 | ||
10301 | ||
10302 | ||
10303 | ||
10304 | ||
10305 | ||
10306 | ||
10307 | ||
81ecdfbb RW |
10308 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 |
10309 | $as_echo_n "checking dynamic linker characteristics... " >&6; } | |
718a6fd8 SE |
10310 | |
10311 | if test "$GCC" = yes; then | |
d7040cdb SE |
10312 | case $host_os in |
10313 | darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; | |
10314 | *) lt_awk_arg="/^libraries:/" ;; | |
10315 | esac | |
3725885a RW |
10316 | case $host_os in |
10317 | mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;; | |
10318 | *) lt_sed_strip_eq="s,=/,/,g" ;; | |
10319 | esac | |
10320 | lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` | |
10321 | case $lt_search_path_spec in | |
10322 | *\;*) | |
d7040cdb SE |
10323 | # if the path contains ";" then we assume it to be the separator |
10324 | # otherwise default to the standard path separator (i.e. ":") - it is | |
10325 | # assumed that no part of a normal pathname contains ";" but that should | |
10326 | # okay in the real world where ";" in dirpaths is itself problematic. | |
3725885a RW |
10327 | lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` |
10328 | ;; | |
10329 | *) | |
10330 | lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` | |
10331 | ;; | |
10332 | esac | |
d7040cdb SE |
10333 | # Ok, now we have the path, separated by spaces, we can step through it |
10334 | # and add multilib dir if necessary. | |
10335 | lt_tmp_lt_search_path_spec= | |
10336 | lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` | |
10337 | for lt_sys_path in $lt_search_path_spec; do | |
10338 | if test -d "$lt_sys_path/$lt_multi_os_dir"; then | |
10339 | lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" | |
10340 | else | |
10341 | test -d "$lt_sys_path" && \ | |
10342 | lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" | |
10343 | fi | |
10344 | done | |
3725885a | 10345 | lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' |
d7040cdb SE |
10346 | BEGIN {RS=" "; FS="/|\n";} { |
10347 | lt_foo=""; | |
10348 | lt_count=0; | |
10349 | for (lt_i = NF; lt_i > 0; lt_i--) { | |
10350 | if ($lt_i != "" && $lt_i != ".") { | |
10351 | if ($lt_i == "..") { | |
10352 | lt_count++; | |
10353 | } else { | |
10354 | if (lt_count == 0) { | |
10355 | lt_foo="/" $lt_i lt_foo; | |
10356 | } else { | |
10357 | lt_count--; | |
10358 | } | |
10359 | } | |
10360 | } | |
10361 | } | |
10362 | if (lt_foo != "") { lt_freq[lt_foo]++; } | |
10363 | if (lt_freq[lt_foo] == 1) { print lt_foo; } | |
10364 | }'` | |
3725885a RW |
10365 | # AWK program above erroneously prepends '/' to C:/dos/paths |
10366 | # for these hosts. | |
10367 | case $host_os in | |
10368 | mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ | |
10369 | $SED 's,/\([A-Za-z]:\),\1,g'` ;; | |
10370 | esac | |
10371 | sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` | |
d7040cdb SE |
10372 | else |
10373 | sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" | |
10374 | fi | |
10375 | library_names_spec= | |
10376 | libname_spec='lib$name' | |
10377 | soname_spec= | |
10378 | shrext_cmds=".so" | |
10379 | postinstall_cmds= | |
10380 | postuninstall_cmds= | |
10381 | finish_cmds= | |
10382 | finish_eval= | |
10383 | shlibpath_var= | |
10384 | shlibpath_overrides_runpath=unknown | |
10385 | version_type=none | |
10386 | dynamic_linker="$host_os ld.so" | |
10387 | sys_lib_dlsearch_path_spec="/lib /usr/lib" | |
10388 | need_lib_prefix=unknown | |
10389 | hardcode_into_libs=no | |
10390 | ||
10391 | # when you set need_version to no, make sure it does not cause -set_version | |
10392 | # flags to be left without arguments | |
10393 | need_version=unknown | |
10394 | ||
10395 | case $host_os in | |
10396 | aix3*) | |
10397 | version_type=linux | |
10398 | library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' | |
10399 | shlibpath_var=LIBPATH | |
10400 | ||
10401 | # AIX 3 has no versioning support, so we append a major version to the name. | |
10402 | soname_spec='${libname}${release}${shared_ext}$major' | |
10403 | ;; | |
10404 | ||
e81819a5 | 10405 | aix[4-9]*) |
d7040cdb SE |
10406 | version_type=linux |
10407 | need_lib_prefix=no | |
10408 | need_version=no | |
10409 | hardcode_into_libs=yes | |
10410 | if test "$host_cpu" = ia64; then | |
10411 | # AIX 5 supports IA64 | |
10412 | library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' | |
10413 | shlibpath_var=LD_LIBRARY_PATH | |
10414 | else | |
10415 | # With GCC up to 2.95.x, collect2 would create an import file | |
10416 | # for dependence libraries. The import file would start with | |
10417 | # the line `#! .'. This would cause the generated library to | |
10418 | # depend on `.', always an invalid library. This was fixed in | |
10419 | # development snapshots of GCC prior to 3.0. | |
10420 | case $host_os in | |
10421 | aix4 | aix4.[01] | aix4.[01].*) | |
10422 | if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' | |
10423 | echo ' yes ' | |
10424 | echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then | |
10425 | : | |
10426 | else | |
10427 | can_build_shared=no | |
10428 | fi | |
10429 | ;; | |
10430 | esac | |
10431 | # AIX (on Power*) has no versioning support, so currently we can not hardcode correct | |
10432 | # soname into executable. Probably we can add versioning support to | |
10433 | # collect2, so additional links can be useful in future. | |
10434 | if test "$aix_use_runtimelinking" = yes; then | |
10435 | # If using run time linking (on AIX 4.2 or later) use lib<name>.so | |
10436 | # instead of lib<name>.a to let people know that these are not | |
10437 | # typical AIX shared libraries. | |
10438 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10439 | else | |
10440 | # We preserve .a as extension for shared libraries through AIX4.2 | |
10441 | # and later when we are not doing run time linking. | |
10442 | library_names_spec='${libname}${release}.a $libname.a' | |
10443 | soname_spec='${libname}${release}${shared_ext}$major' | |
10444 | fi | |
10445 | shlibpath_var=LIBPATH | |
10446 | fi | |
10447 | ;; | |
10448 | ||
10449 | amigaos*) | |
718a6fd8 SE |
10450 | case $host_cpu in |
10451 | powerpc) | |
10452 | # Since July 2007 AmigaOS4 officially supports .so libraries. | |
10453 | # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. | |
10454 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10455 | ;; | |
10456 | m68k) | |
d7040cdb SE |
10457 | library_names_spec='$libname.ixlibrary $libname.a' |
10458 | # Create ${libname}_ixlibrary.a entries in /sys/libs. | |
3725885a | 10459 | 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' |
718a6fd8 SE |
10460 | ;; |
10461 | esac | |
d7040cdb SE |
10462 | ;; |
10463 | ||
10464 | beos*) | |
10465 | library_names_spec='${libname}${shared_ext}' | |
10466 | dynamic_linker="$host_os ld.so" | |
10467 | shlibpath_var=LIBRARY_PATH | |
10468 | ;; | |
10469 | ||
10470 | bsdi[45]*) | |
10471 | version_type=linux | |
10472 | need_version=no | |
10473 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10474 | soname_spec='${libname}${release}${shared_ext}$major' | |
10475 | finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' | |
10476 | shlibpath_var=LD_LIBRARY_PATH | |
10477 | sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" | |
10478 | sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" | |
10479 | # the default ld.so.conf also contains /usr/contrib/lib and | |
10480 | # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow | |
10481 | # libtool to hard-code these into programs | |
10482 | ;; | |
10483 | ||
718a6fd8 | 10484 | cygwin* | mingw* | pw32* | cegcc*) |
d7040cdb SE |
10485 | version_type=windows |
10486 | shrext_cmds=".dll" | |
10487 | need_version=no | |
10488 | need_lib_prefix=no | |
10489 | ||
718a6fd8 SE |
10490 | case $GCC,$host_os in |
10491 | yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) | |
d7040cdb SE |
10492 | library_names_spec='$libname.dll.a' |
10493 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | |
10494 | postinstall_cmds='base_file=`basename \${file}`~ | |
10495 | dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ | |
10496 | dldir=$destdir/`dirname \$dlpath`~ | |
10497 | test -d \$dldir || mkdir -p \$dldir~ | |
10498 | $install_prog $dir/$dlname \$dldir/$dlname~ | |
10499 | chmod a+x \$dldir/$dlname~ | |
10500 | if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then | |
10501 | eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; | |
10502 | fi' | |
10503 | postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ | |
10504 | dlpath=$dir/\$dldll~ | |
10505 | $RM \$dlpath' | |
10506 | shlibpath_overrides_runpath=yes | |
10507 | ||
10508 | case $host_os in | |
10509 | cygwin*) | |
10510 | # Cygwin DLLs use 'cyg' prefix rather than 'lib' | |
10511 | soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | |
3725885a RW |
10512 | |
10513 | sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" | |
d7040cdb | 10514 | ;; |
718a6fd8 | 10515 | mingw* | cegcc*) |
d7040cdb SE |
10516 | # MinGW DLLs use traditional 'lib' prefix |
10517 | soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | |
d7040cdb SE |
10518 | ;; |
10519 | pw32*) | |
10520 | # pw32 DLLs use 'pw' prefix rather than 'lib' | |
10521 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | |
10522 | ;; | |
10523 | esac | |
10524 | ;; | |
10525 | ||
10526 | *) | |
10527 | library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' | |
10528 | ;; | |
10529 | esac | |
10530 | dynamic_linker='Win32 ld.exe' | |
10531 | # FIXME: first we should search . and the directory the executable is in | |
10532 | shlibpath_var=PATH | |
10533 | ;; | |
10534 | ||
10535 | darwin* | rhapsody*) | |
10536 | dynamic_linker="$host_os dyld" | |
10537 | version_type=darwin | |
10538 | need_lib_prefix=no | |
10539 | need_version=no | |
10540 | library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' | |
10541 | soname_spec='${libname}${release}${major}$shared_ext' | |
10542 | shlibpath_overrides_runpath=yes | |
10543 | shlibpath_var=DYLD_LIBRARY_PATH | |
10544 | shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' | |
10545 | ||
10546 | sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" | |
10547 | sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' | |
10548 | ;; | |
10549 | ||
10550 | dgux*) | |
10551 | version_type=linux | |
10552 | need_lib_prefix=no | |
10553 | need_version=no | |
10554 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' | |
10555 | soname_spec='${libname}${release}${shared_ext}$major' | |
10556 | shlibpath_var=LD_LIBRARY_PATH | |
10557 | ;; | |
10558 | ||
d7040cdb SE |
10559 | freebsd* | dragonfly*) |
10560 | # DragonFly does not have aout. When/if they implement a new | |
10561 | # versioning mechanism, adjust this. | |
10562 | if test -x /usr/bin/objformat; then | |
10563 | objformat=`/usr/bin/objformat` | |
10564 | else | |
10565 | case $host_os in | |
6d2920c8 | 10566 | freebsd[23].*) objformat=aout ;; |
d7040cdb SE |
10567 | *) objformat=elf ;; |
10568 | esac | |
10569 | fi | |
10570 | version_type=freebsd-$objformat | |
10571 | case $version_type in | |
10572 | freebsd-elf*) | |
10573 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' | |
10574 | need_version=no | |
10575 | need_lib_prefix=no | |
10576 | ;; | |
10577 | freebsd-*) | |
10578 | library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' | |
10579 | need_version=yes | |
10580 | ;; | |
10581 | esac | |
10582 | shlibpath_var=LD_LIBRARY_PATH | |
10583 | case $host_os in | |
6d2920c8 | 10584 | freebsd2.*) |
d7040cdb SE |
10585 | shlibpath_overrides_runpath=yes |
10586 | ;; | |
10587 | freebsd3.[01]* | freebsdelf3.[01]*) | |
10588 | shlibpath_overrides_runpath=yes | |
10589 | hardcode_into_libs=yes | |
10590 | ;; | |
10591 | freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ | |
10592 | freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) | |
10593 | shlibpath_overrides_runpath=no | |
10594 | hardcode_into_libs=yes | |
10595 | ;; | |
10596 | *) # from 4.6 on, and DragonFly | |
10597 | shlibpath_overrides_runpath=yes | |
10598 | hardcode_into_libs=yes | |
10599 | ;; | |
10600 | esac | |
10601 | ;; | |
10602 | ||
10603 | gnu*) | |
10604 | version_type=linux | |
10605 | need_lib_prefix=no | |
10606 | need_version=no | |
10607 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' | |
10608 | soname_spec='${libname}${release}${shared_ext}$major' | |
10609 | shlibpath_var=LD_LIBRARY_PATH | |
10610 | hardcode_into_libs=yes | |
10611 | ;; | |
10612 | ||
3725885a RW |
10613 | haiku*) |
10614 | version_type=linux | |
10615 | need_lib_prefix=no | |
10616 | need_version=no | |
10617 | dynamic_linker="$host_os runtime_loader" | |
10618 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' | |
10619 | soname_spec='${libname}${release}${shared_ext}$major' | |
10620 | shlibpath_var=LIBRARY_PATH | |
10621 | shlibpath_overrides_runpath=yes | |
10622 | sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib' | |
10623 | hardcode_into_libs=yes | |
10624 | ;; | |
10625 | ||
d7040cdb SE |
10626 | hpux9* | hpux10* | hpux11*) |
10627 | # Give a soname corresponding to the major version so that dld.sl refuses to | |
10628 | # link against other versions. | |
10629 | version_type=sunos | |
10630 | need_lib_prefix=no | |
10631 | need_version=no | |
10632 | case $host_cpu in | |
10633 | ia64*) | |
10634 | shrext_cmds='.so' | |
10635 | hardcode_into_libs=yes | |
10636 | dynamic_linker="$host_os dld.so" | |
10637 | shlibpath_var=LD_LIBRARY_PATH | |
10638 | shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. | |
10639 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10640 | soname_spec='${libname}${release}${shared_ext}$major' | |
10641 | if test "X$HPUX_IA64_MODE" = X32; then | |
10642 | sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" | |
10643 | else | |
10644 | sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" | |
10645 | fi | |
10646 | sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec | |
10647 | ;; | |
10648 | hppa*64*) | |
10649 | shrext_cmds='.sl' | |
10650 | hardcode_into_libs=yes | |
10651 | dynamic_linker="$host_os dld.sl" | |
10652 | shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH | |
10653 | shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. | |
10654 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10655 | soname_spec='${libname}${release}${shared_ext}$major' | |
10656 | sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" | |
10657 | sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec | |
10658 | ;; | |
10659 | *) | |
10660 | shrext_cmds='.sl' | |
10661 | dynamic_linker="$host_os dld.sl" | |
10662 | shlibpath_var=SHLIB_PATH | |
10663 | shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH | |
10664 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10665 | soname_spec='${libname}${release}${shared_ext}$major' | |
10666 | ;; | |
10667 | esac | |
3725885a | 10668 | # HP-UX runs *really* slowly unless shared libraries are mode 555, ... |
d7040cdb | 10669 | postinstall_cmds='chmod 555 $lib' |
3725885a RW |
10670 | # or fails outright, so override atomically: |
10671 | install_override_mode=555 | |
d7040cdb SE |
10672 | ;; |
10673 | ||
10674 | interix[3-9]*) | |
10675 | version_type=linux | |
10676 | need_lib_prefix=no | |
10677 | need_version=no | |
10678 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' | |
10679 | soname_spec='${libname}${release}${shared_ext}$major' | |
10680 | dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' | |
10681 | shlibpath_var=LD_LIBRARY_PATH | |
10682 | shlibpath_overrides_runpath=no | |
10683 | hardcode_into_libs=yes | |
10684 | ;; | |
10685 | ||
10686 | irix5* | irix6* | nonstopux*) | |
10687 | case $host_os in | |
10688 | nonstopux*) version_type=nonstopux ;; | |
10689 | *) | |
10690 | if test "$lt_cv_prog_gnu_ld" = yes; then | |
10691 | version_type=linux | |
10692 | else | |
10693 | version_type=irix | |
10694 | fi ;; | |
10695 | esac | |
10696 | need_lib_prefix=no | |
10697 | need_version=no | |
10698 | soname_spec='${libname}${release}${shared_ext}$major' | |
10699 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' | |
10700 | case $host_os in | |
10701 | irix5* | nonstopux*) | |
10702 | libsuff= shlibsuff= | |
10703 | ;; | |
10704 | *) | |
10705 | case $LD in # libtool.m4 will add one of these switches to LD | |
10706 | *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") | |
10707 | libsuff= shlibsuff= libmagic=32-bit;; | |
10708 | *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") | |
10709 | libsuff=32 shlibsuff=N32 libmagic=N32;; | |
10710 | *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") | |
10711 | libsuff=64 shlibsuff=64 libmagic=64-bit;; | |
10712 | *) libsuff= shlibsuff= libmagic=never-match;; | |
10713 | esac | |
10714 | ;; | |
10715 | esac | |
10716 | shlibpath_var=LD_LIBRARY${shlibsuff}_PATH | |
10717 | shlibpath_overrides_runpath=no | |
10718 | sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" | |
10719 | sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" | |
10720 | hardcode_into_libs=yes | |
10721 | ;; | |
10722 | ||
10723 | # No shared lib support for Linux oldld, aout, or coff. | |
10724 | linux*oldld* | linux*aout* | linux*coff*) | |
10725 | dynamic_linker=no | |
10726 | ;; | |
10727 | ||
10728 | # This must be Linux ELF. | |
58e24671 | 10729 | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
d7040cdb SE |
10730 | version_type=linux |
10731 | need_lib_prefix=no | |
10732 | need_version=no | |
10733 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10734 | soname_spec='${libname}${release}${shared_ext}$major' | |
10735 | finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' | |
10736 | shlibpath_var=LD_LIBRARY_PATH | |
10737 | shlibpath_overrides_runpath=no | |
39144654 | 10738 | |
d7040cdb | 10739 | # Some binutils ld are patched to set DT_RUNPATH |
81ecdfbb RW |
10740 | if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then : |
10741 | $as_echo_n "(cached) " >&6 | |
39144654 RW |
10742 | else |
10743 | lt_cv_shlibpath_overrides_runpath=no | |
10744 | save_LDFLAGS=$LDFLAGS | |
10745 | save_libdir=$libdir | |
10746 | eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ | |
10747 | LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" | |
81ecdfbb | 10748 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb SE |
10749 | /* end confdefs.h. */ |
10750 | ||
10751 | int | |
10752 | main () | |
10753 | { | |
10754 | ||
10755 | ; | |
10756 | return 0; | |
10757 | } | |
10758 | _ACEOF | |
81ecdfbb RW |
10759 | if ac_fn_c_try_link "$LINENO"; then : |
10760 | if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : | |
39144654 | 10761 | lt_cv_shlibpath_overrides_runpath=yes |
d7040cdb | 10762 | fi |
d7040cdb | 10763 | fi |
81ecdfbb RW |
10764 | rm -f core conftest.err conftest.$ac_objext \ |
10765 | conftest$ac_exeext conftest.$ac_ext | |
39144654 RW |
10766 | LDFLAGS=$save_LDFLAGS |
10767 | libdir=$save_libdir | |
10768 | ||
10769 | fi | |
10770 | ||
10771 | shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath | |
d7040cdb SE |
10772 | |
10773 | # This implies no fast_install, which is unacceptable. | |
10774 | # Some rework will be needed to allow for fast_install | |
10775 | # before this can be enabled. | |
10776 | hardcode_into_libs=yes | |
10777 | ||
10778 | # Append ld.so.conf contents to the search path | |
10779 | if test -f /etc/ld.so.conf; then | |
3725885a | 10780 | 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' ' '` |
d7040cdb SE |
10781 | sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" |
10782 | fi | |
10783 | ||
10784 | # We used to test for /lib/ld.so.1 and disable shared libraries on | |
10785 | # powerpc, because MkLinux only supported shared libraries with the | |
10786 | # GNU dynamic linker. Since this was broken with cross compilers, | |
10787 | # most powerpc-linux boxes support dynamic linking these days and | |
10788 | # people can always --disable-shared, the test was removed, and we | |
10789 | # assume the GNU/Linux dynamic linker is in use. | |
10790 | dynamic_linker='GNU/Linux ld.so' | |
10791 | ;; | |
10792 | ||
10793 | netbsd*) | |
10794 | version_type=sunos | |
10795 | need_lib_prefix=no | |
10796 | need_version=no | |
10797 | if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then | |
10798 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' | |
10799 | finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' | |
10800 | dynamic_linker='NetBSD (a.out) ld.so' | |
10801 | else | |
10802 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' | |
10803 | soname_spec='${libname}${release}${shared_ext}$major' | |
10804 | dynamic_linker='NetBSD ld.elf_so' | |
10805 | fi | |
10806 | shlibpath_var=LD_LIBRARY_PATH | |
10807 | shlibpath_overrides_runpath=yes | |
10808 | hardcode_into_libs=yes | |
10809 | ;; | |
10810 | ||
10811 | newsos6) | |
10812 | version_type=linux | |
10813 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10814 | shlibpath_var=LD_LIBRARY_PATH | |
10815 | shlibpath_overrides_runpath=yes | |
10816 | ;; | |
10817 | ||
10818 | *nto* | *qnx*) | |
10819 | version_type=qnx | |
10820 | need_lib_prefix=no | |
10821 | need_version=no | |
10822 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10823 | soname_spec='${libname}${release}${shared_ext}$major' | |
10824 | shlibpath_var=LD_LIBRARY_PATH | |
10825 | shlibpath_overrides_runpath=no | |
10826 | hardcode_into_libs=yes | |
10827 | dynamic_linker='ldqnx.so' | |
10828 | ;; | |
10829 | ||
10830 | openbsd*) | |
10831 | version_type=sunos | |
10832 | sys_lib_dlsearch_path_spec="/usr/lib" | |
10833 | need_lib_prefix=no | |
10834 | # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. | |
10835 | case $host_os in | |
10836 | openbsd3.3 | openbsd3.3.*) need_version=yes ;; | |
10837 | *) need_version=no ;; | |
10838 | esac | |
10839 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' | |
10840 | finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' | |
10841 | shlibpath_var=LD_LIBRARY_PATH | |
10842 | if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then | |
10843 | case $host_os in | |
10844 | openbsd2.[89] | openbsd2.[89].*) | |
10845 | shlibpath_overrides_runpath=no | |
10846 | ;; | |
10847 | *) | |
10848 | shlibpath_overrides_runpath=yes | |
10849 | ;; | |
10850 | esac | |
10851 | else | |
10852 | shlibpath_overrides_runpath=yes | |
10853 | fi | |
10854 | ;; | |
10855 | ||
10856 | os2*) | |
10857 | libname_spec='$name' | |
10858 | shrext_cmds=".dll" | |
10859 | need_lib_prefix=no | |
10860 | library_names_spec='$libname${shared_ext} $libname.a' | |
10861 | dynamic_linker='OS/2 ld.exe' | |
10862 | shlibpath_var=LIBPATH | |
10863 | ;; | |
10864 | ||
10865 | osf3* | osf4* | osf5*) | |
10866 | version_type=osf | |
10867 | need_lib_prefix=no | |
10868 | need_version=no | |
10869 | soname_spec='${libname}${release}${shared_ext}$major' | |
10870 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10871 | shlibpath_var=LD_LIBRARY_PATH | |
10872 | sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" | |
10873 | sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" | |
10874 | ;; | |
10875 | ||
10876 | rdos*) | |
10877 | dynamic_linker=no | |
10878 | ;; | |
10879 | ||
10880 | solaris*) | |
10881 | version_type=linux | |
10882 | need_lib_prefix=no | |
10883 | need_version=no | |
10884 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10885 | soname_spec='${libname}${release}${shared_ext}$major' | |
10886 | shlibpath_var=LD_LIBRARY_PATH | |
10887 | shlibpath_overrides_runpath=yes | |
10888 | hardcode_into_libs=yes | |
10889 | # ldd complains unless libraries are executable | |
10890 | postinstall_cmds='chmod +x $lib' | |
10891 | ;; | |
10892 | ||
10893 | sunos4*) | |
10894 | version_type=sunos | |
10895 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' | |
10896 | finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' | |
10897 | shlibpath_var=LD_LIBRARY_PATH | |
10898 | shlibpath_overrides_runpath=yes | |
10899 | if test "$with_gnu_ld" = yes; then | |
10900 | need_lib_prefix=no | |
10901 | fi | |
10902 | need_version=yes | |
10903 | ;; | |
10904 | ||
10905 | sysv4 | sysv4.3*) | |
10906 | version_type=linux | |
10907 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10908 | soname_spec='${libname}${release}${shared_ext}$major' | |
10909 | shlibpath_var=LD_LIBRARY_PATH | |
10910 | case $host_vendor in | |
10911 | sni) | |
10912 | shlibpath_overrides_runpath=no | |
10913 | need_lib_prefix=no | |
10914 | runpath_var=LD_RUN_PATH | |
10915 | ;; | |
10916 | siemens) | |
10917 | need_lib_prefix=no | |
10918 | ;; | |
10919 | motorola) | |
10920 | need_lib_prefix=no | |
10921 | need_version=no | |
10922 | shlibpath_overrides_runpath=no | |
10923 | sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' | |
10924 | ;; | |
10925 | esac | |
10926 | ;; | |
10927 | ||
10928 | sysv4*MP*) | |
10929 | if test -d /usr/nec ;then | |
10930 | version_type=linux | |
10931 | library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' | |
10932 | soname_spec='$libname${shared_ext}.$major' | |
10933 | shlibpath_var=LD_LIBRARY_PATH | |
10934 | fi | |
10935 | ;; | |
10936 | ||
10937 | sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) | |
10938 | version_type=freebsd-elf | |
10939 | need_lib_prefix=no | |
10940 | need_version=no | |
10941 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' | |
10942 | soname_spec='${libname}${release}${shared_ext}$major' | |
10943 | shlibpath_var=LD_LIBRARY_PATH | |
10944 | shlibpath_overrides_runpath=yes | |
10945 | hardcode_into_libs=yes | |
10946 | if test "$with_gnu_ld" = yes; then | |
10947 | sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' | |
10948 | else | |
10949 | sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' | |
10950 | case $host_os in | |
10951 | sco3.2v5*) | |
10952 | sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" | |
10953 | ;; | |
10954 | esac | |
10955 | fi | |
10956 | sys_lib_dlsearch_path_spec='/usr/lib' | |
10957 | ;; | |
10958 | ||
10959 | tpf*) | |
10960 | # TPF is a cross-target only. Preferred cross-host = GNU/Linux. | |
10961 | version_type=linux | |
10962 | need_lib_prefix=no | |
10963 | need_version=no | |
718a6fd8 | 10964 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
d7040cdb SE |
10965 | shlibpath_var=LD_LIBRARY_PATH |
10966 | shlibpath_overrides_runpath=no | |
10967 | hardcode_into_libs=yes | |
10968 | ;; | |
10969 | ||
10970 | uts4*) | |
10971 | version_type=linux | |
10972 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10973 | soname_spec='${libname}${release}${shared_ext}$major' | |
10974 | shlibpath_var=LD_LIBRARY_PATH | |
10975 | ;; | |
10976 | ||
10977 | *) | |
10978 | dynamic_linker=no | |
10979 | ;; | |
10980 | esac | |
81ecdfbb RW |
10981 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 |
10982 | $as_echo "$dynamic_linker" >&6; } | |
d7040cdb SE |
10983 | test "$dynamic_linker" = no && can_build_shared=no |
10984 | ||
10985 | variables_saved_for_relink="PATH $shlibpath_var $runpath_var" | |
10986 | if test "$GCC" = yes; then | |
10987 | variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" | |
10988 | fi | |
10989 | ||
718a6fd8 SE |
10990 | if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then |
10991 | sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" | |
10992 | fi | |
10993 | if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then | |
10994 | sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" | |
10995 | fi | |
10996 | ||
d7040cdb SE |
10997 | |
10998 | ||
10999 | ||
11000 | ||
11001 | ||
11002 | ||
11003 | ||
11004 | ||
11005 | ||
11006 | ||
11007 | ||
11008 | ||
11009 | ||
11010 | ||
11011 | ||
11012 | ||
11013 | ||
11014 | ||
11015 | ||
11016 | ||
11017 | ||
11018 | ||
11019 | ||
11020 | ||
11021 | ||
11022 | ||
11023 | ||
11024 | ||
11025 | ||
11026 | ||
11027 | ||
11028 | ||
11029 | ||
11030 | ||
11031 | ||
11032 | ||
11033 | ||
11034 | ||
11035 | ||
11036 | ||
11037 | ||
11038 | ||
11039 | ||
11040 | ||
11041 | ||
11042 | ||
11043 | ||
11044 | ||
11045 | ||
11046 | ||
11047 | ||
11048 | ||
11049 | ||
11050 | ||
11051 | ||
11052 | ||
11053 | ||
11054 | ||
11055 | ||
11056 | ||
11057 | ||
11058 | ||
11059 | ||
11060 | ||
11061 | ||
11062 | ||
11063 | ||
11064 | ||
11065 | ||
11066 | ||
11067 | ||
11068 | ||
11069 | ||
11070 | ||
11071 | ||
11072 | ||
11073 | ||
11074 | ||
11075 | ||
11076 | ||
3725885a RW |
11077 | |
11078 | ||
11079 | ||
11080 | ||
11081 | ||
d7040cdb SE |
11082 | |
11083 | ||
11084 | ||
11085 | ||
11086 | ||
11087 | ||
81ecdfbb RW |
11088 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 |
11089 | $as_echo_n "checking how to hardcode library paths into programs... " >&6; } | |
d7040cdb SE |
11090 | hardcode_action= |
11091 | if test -n "$hardcode_libdir_flag_spec" || | |
11092 | test -n "$runpath_var" || | |
11093 | test "X$hardcode_automatic" = "Xyes" ; then | |
11094 | ||
11095 | # We can hardcode non-existent directories. | |
11096 | if test "$hardcode_direct" != no && | |
11097 | # If the only mechanism to avoid hardcoding is shlibpath_var, we | |
11098 | # have to relink, otherwise we might link with an installed library | |
11099 | # when we should be linking with a yet-to-be-installed one | |
11100 | ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no && | |
11101 | test "$hardcode_minus_L" != no; then | |
11102 | # Linking always hardcodes the temporary library directory. | |
11103 | hardcode_action=relink | |
11104 | else | |
11105 | # We can link without hardcoding, and we can hardcode nonexisting dirs. | |
11106 | hardcode_action=immediate | |
11107 | fi | |
11108 | else | |
11109 | # We cannot hardcode anything, or else we can only hardcode existing | |
11110 | # directories. | |
11111 | hardcode_action=unsupported | |
11112 | fi | |
81ecdfbb RW |
11113 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 |
11114 | $as_echo "$hardcode_action" >&6; } | |
d7040cdb SE |
11115 | |
11116 | if test "$hardcode_action" = relink || | |
11117 | test "$inherit_rpath" = yes; then | |
11118 | # Fast installation is not supported | |
11119 | enable_fast_install=no | |
11120 | elif test "$shlibpath_overrides_runpath" = yes || | |
11121 | test "$enable_shared" = no; then | |
11122 | # Fast installation is not necessary | |
11123 | enable_fast_install=needless | |
11124 | fi | |
11125 | ||
11126 | ||
11127 | ||
11128 | ||
11129 | ||
11130 | ||
11131 | if test "x$enable_dlopen" != xyes; then | |
11132 | enable_dlopen=unknown | |
11133 | enable_dlopen_self=unknown | |
11134 | enable_dlopen_self_static=unknown | |
11135 | else | |
11136 | lt_cv_dlopen=no | |
11137 | lt_cv_dlopen_libs= | |
11138 | ||
11139 | case $host_os in | |
11140 | beos*) | |
11141 | lt_cv_dlopen="load_add_on" | |
11142 | lt_cv_dlopen_libs= | |
11143 | lt_cv_dlopen_self=yes | |
11144 | ;; | |
11145 | ||
718a6fd8 | 11146 | mingw* | pw32* | cegcc*) |
d7040cdb SE |
11147 | lt_cv_dlopen="LoadLibrary" |
11148 | lt_cv_dlopen_libs= | |
11149 | ;; | |
11150 | ||
11151 | cygwin*) | |
11152 | lt_cv_dlopen="dlopen" | |
11153 | lt_cv_dlopen_libs= | |
11154 | ;; | |
11155 | ||
11156 | darwin*) | |
11157 | # if libdl is installed we need to link against it | |
81ecdfbb RW |
11158 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 |
11159 | $as_echo_n "checking for dlopen in -ldl... " >&6; } | |
11160 | if test "${ac_cv_lib_dl_dlopen+set}" = set; then : | |
11161 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
11162 | else |
11163 | ac_check_lib_save_LIBS=$LIBS | |
11164 | LIBS="-ldl $LIBS" | |
81ecdfbb | 11165 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb SE |
11166 | /* end confdefs.h. */ |
11167 | ||
81ecdfbb RW |
11168 | /* Override any GCC internal prototype to avoid an error. |
11169 | Use char because int might match the return type of a GCC | |
11170 | builtin and then its argument prototype would still apply. */ | |
d7040cdb SE |
11171 | #ifdef __cplusplus |
11172 | extern "C" | |
11173 | #endif | |
d7040cdb SE |
11174 | char dlopen (); |
11175 | int | |
11176 | main () | |
11177 | { | |
81ecdfbb | 11178 | return dlopen (); |
d7040cdb SE |
11179 | ; |
11180 | return 0; | |
11181 | } | |
11182 | _ACEOF | |
81ecdfbb | 11183 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb SE |
11184 | ac_cv_lib_dl_dlopen=yes |
11185 | else | |
81ecdfbb | 11186 | ac_cv_lib_dl_dlopen=no |
d7040cdb | 11187 | fi |
81ecdfbb RW |
11188 | rm -f core conftest.err conftest.$ac_objext \ |
11189 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb SE |
11190 | LIBS=$ac_check_lib_save_LIBS |
11191 | fi | |
81ecdfbb RW |
11192 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 |
11193 | $as_echo "$ac_cv_lib_dl_dlopen" >&6; } | |
11194 | if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : | |
d7040cdb SE |
11195 | lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" |
11196 | else | |
11197 | ||
11198 | lt_cv_dlopen="dyld" | |
11199 | lt_cv_dlopen_libs= | |
11200 | lt_cv_dlopen_self=yes | |
11201 | ||
11202 | fi | |
11203 | ||
11204 | ;; | |
11205 | ||
11206 | *) | |
81ecdfbb RW |
11207 | ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" |
11208 | if test "x$ac_cv_func_shl_load" = x""yes; then : | |
d7040cdb SE |
11209 | lt_cv_dlopen="shl_load" |
11210 | else | |
81ecdfbb RW |
11211 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 |
11212 | $as_echo_n "checking for shl_load in -ldld... " >&6; } | |
11213 | if test "${ac_cv_lib_dld_shl_load+set}" = set; then : | |
11214 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
11215 | else |
11216 | ac_check_lib_save_LIBS=$LIBS | |
11217 | LIBS="-ldld $LIBS" | |
81ecdfbb | 11218 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb SE |
11219 | /* end confdefs.h. */ |
11220 | ||
81ecdfbb RW |
11221 | /* Override any GCC internal prototype to avoid an error. |
11222 | Use char because int might match the return type of a GCC | |
11223 | builtin and then its argument prototype would still apply. */ | |
d7040cdb SE |
11224 | #ifdef __cplusplus |
11225 | extern "C" | |
11226 | #endif | |
d7040cdb SE |
11227 | char shl_load (); |
11228 | int | |
11229 | main () | |
11230 | { | |
81ecdfbb | 11231 | return shl_load (); |
d7040cdb SE |
11232 | ; |
11233 | return 0; | |
11234 | } | |
11235 | _ACEOF | |
81ecdfbb | 11236 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb SE |
11237 | ac_cv_lib_dld_shl_load=yes |
11238 | else | |
81ecdfbb | 11239 | ac_cv_lib_dld_shl_load=no |
d7040cdb | 11240 | fi |
81ecdfbb RW |
11241 | rm -f core conftest.err conftest.$ac_objext \ |
11242 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb SE |
11243 | LIBS=$ac_check_lib_save_LIBS |
11244 | fi | |
81ecdfbb RW |
11245 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 |
11246 | $as_echo "$ac_cv_lib_dld_shl_load" >&6; } | |
11247 | if test "x$ac_cv_lib_dld_shl_load" = x""yes; then : | |
718a6fd8 | 11248 | lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" |
d7040cdb | 11249 | else |
81ecdfbb RW |
11250 | ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" |
11251 | if test "x$ac_cv_func_dlopen" = x""yes; then : | |
d7040cdb SE |
11252 | lt_cv_dlopen="dlopen" |
11253 | else | |
81ecdfbb RW |
11254 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 |
11255 | $as_echo_n "checking for dlopen in -ldl... " >&6; } | |
11256 | if test "${ac_cv_lib_dl_dlopen+set}" = set; then : | |
11257 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
11258 | else |
11259 | ac_check_lib_save_LIBS=$LIBS | |
11260 | LIBS="-ldl $LIBS" | |
81ecdfbb | 11261 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb SE |
11262 | /* end confdefs.h. */ |
11263 | ||
81ecdfbb RW |
11264 | /* Override any GCC internal prototype to avoid an error. |
11265 | Use char because int might match the return type of a GCC | |
11266 | builtin and then its argument prototype would still apply. */ | |
d7040cdb SE |
11267 | #ifdef __cplusplus |
11268 | extern "C" | |
11269 | #endif | |
d7040cdb SE |
11270 | char dlopen (); |
11271 | int | |
11272 | main () | |
11273 | { | |
81ecdfbb | 11274 | return dlopen (); |
d7040cdb SE |
11275 | ; |
11276 | return 0; | |
11277 | } | |
11278 | _ACEOF | |
81ecdfbb | 11279 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb SE |
11280 | ac_cv_lib_dl_dlopen=yes |
11281 | else | |
81ecdfbb | 11282 | ac_cv_lib_dl_dlopen=no |
d7040cdb | 11283 | fi |
81ecdfbb RW |
11284 | rm -f core conftest.err conftest.$ac_objext \ |
11285 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb SE |
11286 | LIBS=$ac_check_lib_save_LIBS |
11287 | fi | |
81ecdfbb RW |
11288 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 |
11289 | $as_echo "$ac_cv_lib_dl_dlopen" >&6; } | |
11290 | if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : | |
d7040cdb SE |
11291 | lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" |
11292 | else | |
81ecdfbb RW |
11293 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 |
11294 | $as_echo_n "checking for dlopen in -lsvld... " >&6; } | |
11295 | if test "${ac_cv_lib_svld_dlopen+set}" = set; then : | |
11296 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
11297 | else |
11298 | ac_check_lib_save_LIBS=$LIBS | |
11299 | LIBS="-lsvld $LIBS" | |
81ecdfbb | 11300 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb SE |
11301 | /* end confdefs.h. */ |
11302 | ||
81ecdfbb RW |
11303 | /* Override any GCC internal prototype to avoid an error. |
11304 | Use char because int might match the return type of a GCC | |
11305 | builtin and then its argument prototype would still apply. */ | |
d7040cdb SE |
11306 | #ifdef __cplusplus |
11307 | extern "C" | |
11308 | #endif | |
d7040cdb SE |
11309 | char dlopen (); |
11310 | int | |
11311 | main () | |
11312 | { | |
81ecdfbb | 11313 | return dlopen (); |
d7040cdb SE |
11314 | ; |
11315 | return 0; | |
11316 | } | |
11317 | _ACEOF | |
81ecdfbb | 11318 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb SE |
11319 | ac_cv_lib_svld_dlopen=yes |
11320 | else | |
81ecdfbb | 11321 | ac_cv_lib_svld_dlopen=no |
d7040cdb | 11322 | fi |
81ecdfbb RW |
11323 | rm -f core conftest.err conftest.$ac_objext \ |
11324 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb SE |
11325 | LIBS=$ac_check_lib_save_LIBS |
11326 | fi | |
81ecdfbb RW |
11327 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 |
11328 | $as_echo "$ac_cv_lib_svld_dlopen" >&6; } | |
11329 | if test "x$ac_cv_lib_svld_dlopen" = x""yes; then : | |
d7040cdb SE |
11330 | lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" |
11331 | else | |
81ecdfbb RW |
11332 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 |
11333 | $as_echo_n "checking for dld_link in -ldld... " >&6; } | |
11334 | if test "${ac_cv_lib_dld_dld_link+set}" = set; then : | |
11335 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
11336 | else |
11337 | ac_check_lib_save_LIBS=$LIBS | |
11338 | LIBS="-ldld $LIBS" | |
81ecdfbb | 11339 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb SE |
11340 | /* end confdefs.h. */ |
11341 | ||
81ecdfbb RW |
11342 | /* Override any GCC internal prototype to avoid an error. |
11343 | Use char because int might match the return type of a GCC | |
11344 | builtin and then its argument prototype would still apply. */ | |
d7040cdb SE |
11345 | #ifdef __cplusplus |
11346 | extern "C" | |
11347 | #endif | |
d7040cdb SE |
11348 | char dld_link (); |
11349 | int | |
11350 | main () | |
11351 | { | |
81ecdfbb | 11352 | return dld_link (); |
d7040cdb SE |
11353 | ; |
11354 | return 0; | |
11355 | } | |
11356 | _ACEOF | |
81ecdfbb | 11357 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb SE |
11358 | ac_cv_lib_dld_dld_link=yes |
11359 | else | |
81ecdfbb | 11360 | ac_cv_lib_dld_dld_link=no |
d7040cdb | 11361 | fi |
81ecdfbb RW |
11362 | rm -f core conftest.err conftest.$ac_objext \ |
11363 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb SE |
11364 | LIBS=$ac_check_lib_save_LIBS |
11365 | fi | |
81ecdfbb RW |
11366 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 |
11367 | $as_echo "$ac_cv_lib_dld_dld_link" >&6; } | |
11368 | if test "x$ac_cv_lib_dld_dld_link" = x""yes; then : | |
718a6fd8 | 11369 | lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" |
d7040cdb SE |
11370 | fi |
11371 | ||
11372 | ||
11373 | fi | |
11374 | ||
11375 | ||
11376 | fi | |
11377 | ||
11378 | ||
11379 | fi | |
11380 | ||
11381 | ||
11382 | fi | |
11383 | ||
11384 | ||
11385 | fi | |
11386 | ||
11387 | ;; | |
11388 | esac | |
11389 | ||
11390 | if test "x$lt_cv_dlopen" != xno; then | |
11391 | enable_dlopen=yes | |
20e95c23 | 11392 | else |
d7040cdb | 11393 | enable_dlopen=no |
252b5132 | 11394 | fi |
5464f5a1 | 11395 | |
d7040cdb SE |
11396 | case $lt_cv_dlopen in |
11397 | dlopen) | |
11398 | save_CPPFLAGS="$CPPFLAGS" | |
11399 | test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" | |
11400 | ||
11401 | save_LDFLAGS="$LDFLAGS" | |
11402 | wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" | |
11403 | ||
11404 | save_LIBS="$LIBS" | |
11405 | LIBS="$lt_cv_dlopen_libs $LIBS" | |
11406 | ||
81ecdfbb RW |
11407 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 |
11408 | $as_echo_n "checking whether a program can dlopen itself... " >&6; } | |
11409 | if test "${lt_cv_dlopen_self+set}" = set; then : | |
11410 | $as_echo_n "(cached) " >&6 | |
20e95c23 | 11411 | else |
d7040cdb SE |
11412 | if test "$cross_compiling" = yes; then : |
11413 | lt_cv_dlopen_self=cross | |
11414 | else | |
11415 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | |
11416 | lt_status=$lt_dlunknown | |
11417 | cat > conftest.$ac_ext <<_LT_EOF | |
3cf9e6c4 | 11418 | #line 11418 "configure" |
d7040cdb SE |
11419 | #include "confdefs.h" |
11420 | ||
11421 | #if HAVE_DLFCN_H | |
11422 | #include <dlfcn.h> | |
11423 | #endif | |
11424 | ||
11425 | #include <stdio.h> | |
11426 | ||
11427 | #ifdef RTLD_GLOBAL | |
11428 | # define LT_DLGLOBAL RTLD_GLOBAL | |
11429 | #else | |
11430 | # ifdef DL_GLOBAL | |
11431 | # define LT_DLGLOBAL DL_GLOBAL | |
11432 | # else | |
11433 | # define LT_DLGLOBAL 0 | |
11434 | # endif | |
11435 | #endif | |
11436 | ||
11437 | /* We may have to define LT_DLLAZY_OR_NOW in the command line if we | |
11438 | find out it does not work in some platform. */ | |
11439 | #ifndef LT_DLLAZY_OR_NOW | |
11440 | # ifdef RTLD_LAZY | |
11441 | # define LT_DLLAZY_OR_NOW RTLD_LAZY | |
11442 | # else | |
11443 | # ifdef DL_LAZY | |
11444 | # define LT_DLLAZY_OR_NOW DL_LAZY | |
11445 | # else | |
11446 | # ifdef RTLD_NOW | |
11447 | # define LT_DLLAZY_OR_NOW RTLD_NOW | |
11448 | # else | |
11449 | # ifdef DL_NOW | |
11450 | # define LT_DLLAZY_OR_NOW DL_NOW | |
11451 | # else | |
11452 | # define LT_DLLAZY_OR_NOW 0 | |
11453 | # endif | |
11454 | # endif | |
11455 | # endif | |
11456 | # endif | |
11457 | #endif | |
11458 | ||
3725885a RW |
11459 | /* When -fvisbility=hidden is used, assume the code has been annotated |
11460 | correspondingly for the symbols needed. */ | |
11461 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | |
11462 | void fnord () __attribute__((visibility("default"))); | |
11463 | #endif | |
11464 | ||
11465 | void fnord () { int i=42; } | |
d7040cdb SE |
11466 | int main () |
11467 | { | |
11468 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | |
11469 | int status = $lt_dlunknown; | |
11470 | ||
11471 | if (self) | |
11472 | { | |
11473 | if (dlsym (self,"fnord")) status = $lt_dlno_uscore; | |
3725885a RW |
11474 | else |
11475 | { | |
11476 | if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; | |
11477 | else puts (dlerror ()); | |
11478 | } | |
d7040cdb SE |
11479 | /* dlclose (self); */ |
11480 | } | |
11481 | else | |
11482 | puts (dlerror ()); | |
11483 | ||
718a6fd8 | 11484 | return status; |
d7040cdb SE |
11485 | } |
11486 | _LT_EOF | |
81ecdfbb | 11487 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
d7040cdb SE |
11488 | (eval $ac_link) 2>&5 |
11489 | ac_status=$? | |
81ecdfbb RW |
11490 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
11491 | test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then | |
d7040cdb SE |
11492 | (./conftest; exit; ) >&5 2>/dev/null |
11493 | lt_status=$? | |
11494 | case x$lt_status in | |
11495 | x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; | |
11496 | x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; | |
11497 | x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; | |
11498 | esac | |
11499 | else : | |
11500 | # compilation failed | |
11501 | lt_cv_dlopen_self=no | |
11502 | fi | |
252b5132 | 11503 | fi |
d7040cdb | 11504 | rm -fr conftest* |
20e95c23 | 11505 | |
d7040cdb SE |
11506 | |
11507 | fi | |
81ecdfbb RW |
11508 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 |
11509 | $as_echo "$lt_cv_dlopen_self" >&6; } | |
d7040cdb SE |
11510 | |
11511 | if test "x$lt_cv_dlopen_self" = xyes; then | |
11512 | wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" | |
81ecdfbb RW |
11513 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 |
11514 | $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } | |
11515 | if test "${lt_cv_dlopen_self_static+set}" = set; then : | |
11516 | $as_echo_n "(cached) " >&6 | |
20e95c23 | 11517 | else |
d7040cdb SE |
11518 | if test "$cross_compiling" = yes; then : |
11519 | lt_cv_dlopen_self_static=cross | |
11520 | else | |
11521 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | |
11522 | lt_status=$lt_dlunknown | |
11523 | cat > conftest.$ac_ext <<_LT_EOF | |
3cf9e6c4 | 11524 | #line 11524 "configure" |
d7040cdb SE |
11525 | #include "confdefs.h" |
11526 | ||
11527 | #if HAVE_DLFCN_H | |
11528 | #include <dlfcn.h> | |
11529 | #endif | |
11530 | ||
11531 | #include <stdio.h> | |
11532 | ||
11533 | #ifdef RTLD_GLOBAL | |
11534 | # define LT_DLGLOBAL RTLD_GLOBAL | |
11535 | #else | |
11536 | # ifdef DL_GLOBAL | |
11537 | # define LT_DLGLOBAL DL_GLOBAL | |
11538 | # else | |
11539 | # define LT_DLGLOBAL 0 | |
11540 | # endif | |
11541 | #endif | |
11542 | ||
11543 | /* We may have to define LT_DLLAZY_OR_NOW in the command line if we | |
11544 | find out it does not work in some platform. */ | |
11545 | #ifndef LT_DLLAZY_OR_NOW | |
11546 | # ifdef RTLD_LAZY | |
11547 | # define LT_DLLAZY_OR_NOW RTLD_LAZY | |
11548 | # else | |
11549 | # ifdef DL_LAZY | |
11550 | # define LT_DLLAZY_OR_NOW DL_LAZY | |
11551 | # else | |
11552 | # ifdef RTLD_NOW | |
11553 | # define LT_DLLAZY_OR_NOW RTLD_NOW | |
11554 | # else | |
11555 | # ifdef DL_NOW | |
11556 | # define LT_DLLAZY_OR_NOW DL_NOW | |
11557 | # else | |
11558 | # define LT_DLLAZY_OR_NOW 0 | |
11559 | # endif | |
11560 | # endif | |
11561 | # endif | |
11562 | # endif | |
11563 | #endif | |
11564 | ||
3725885a RW |
11565 | /* When -fvisbility=hidden is used, assume the code has been annotated |
11566 | correspondingly for the symbols needed. */ | |
11567 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | |
11568 | void fnord () __attribute__((visibility("default"))); | |
11569 | #endif | |
11570 | ||
11571 | void fnord () { int i=42; } | |
d7040cdb SE |
11572 | int main () |
11573 | { | |
11574 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | |
11575 | int status = $lt_dlunknown; | |
11576 | ||
11577 | if (self) | |
11578 | { | |
11579 | if (dlsym (self,"fnord")) status = $lt_dlno_uscore; | |
3725885a RW |
11580 | else |
11581 | { | |
11582 | if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; | |
11583 | else puts (dlerror ()); | |
11584 | } | |
d7040cdb SE |
11585 | /* dlclose (self); */ |
11586 | } | |
11587 | else | |
11588 | puts (dlerror ()); | |
11589 | ||
718a6fd8 | 11590 | return status; |
d7040cdb SE |
11591 | } |
11592 | _LT_EOF | |
81ecdfbb | 11593 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
d7040cdb SE |
11594 | (eval $ac_link) 2>&5 |
11595 | ac_status=$? | |
81ecdfbb RW |
11596 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
11597 | test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then | |
d7040cdb SE |
11598 | (./conftest; exit; ) >&5 2>/dev/null |
11599 | lt_status=$? | |
11600 | case x$lt_status in | |
11601 | x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; | |
11602 | x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; | |
11603 | x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; | |
11604 | esac | |
11605 | else : | |
11606 | # compilation failed | |
11607 | lt_cv_dlopen_self_static=no | |
11608 | fi | |
11609 | fi | |
11610 | rm -fr conftest* | |
11611 | ||
11612 | ||
11613 | fi | |
81ecdfbb RW |
11614 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 |
11615 | $as_echo "$lt_cv_dlopen_self_static" >&6; } | |
d7040cdb SE |
11616 | fi |
11617 | ||
11618 | CPPFLAGS="$save_CPPFLAGS" | |
11619 | LDFLAGS="$save_LDFLAGS" | |
11620 | LIBS="$save_LIBS" | |
11621 | ;; | |
11622 | esac | |
11623 | ||
11624 | case $lt_cv_dlopen_self in | |
11625 | yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; | |
11626 | *) enable_dlopen_self=unknown ;; | |
11627 | esac | |
11628 | ||
11629 | case $lt_cv_dlopen_self_static in | |
11630 | yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; | |
11631 | *) enable_dlopen_self_static=unknown ;; | |
11632 | esac | |
11633 | fi | |
11634 | ||
11635 | ||
11636 | ||
11637 | ||
11638 | ||
11639 | ||
11640 | ||
11641 | ||
11642 | ||
11643 | ||
11644 | ||
11645 | ||
11646 | ||
11647 | ||
11648 | ||
11649 | ||
11650 | ||
11651 | striplib= | |
11652 | old_striplib= | |
81ecdfbb RW |
11653 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 |
11654 | $as_echo_n "checking whether stripping libraries is possible... " >&6; } | |
d7040cdb SE |
11655 | if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then |
11656 | test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" | |
11657 | test -z "$striplib" && striplib="$STRIP --strip-unneeded" | |
81ecdfbb RW |
11658 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
11659 | $as_echo "yes" >&6; } | |
d7040cdb SE |
11660 | else |
11661 | # FIXME - insert some real tests, host_os isn't really good enough | |
11662 | case $host_os in | |
11663 | darwin*) | |
11664 | if test -n "$STRIP" ; then | |
11665 | striplib="$STRIP -x" | |
11666 | old_striplib="$STRIP -S" | |
81ecdfbb RW |
11667 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
11668 | $as_echo "yes" >&6; } | |
d7040cdb | 11669 | else |
81ecdfbb RW |
11670 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
11671 | $as_echo "no" >&6; } | |
d7040cdb | 11672 | fi |
20e95c23 DJ |
11673 | ;; |
11674 | *) | |
81ecdfbb RW |
11675 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
11676 | $as_echo "no" >&6; } | |
d7040cdb SE |
11677 | ;; |
11678 | esac | |
11679 | fi | |
11680 | ||
11681 | ||
11682 | ||
11683 | ||
11684 | ||
11685 | ||
11686 | ||
11687 | ||
11688 | ||
11689 | ||
11690 | ||
11691 | ||
11692 | # Report which library types will actually be built | |
81ecdfbb RW |
11693 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 |
11694 | $as_echo_n "checking if libtool supports shared libraries... " >&6; } | |
11695 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 | |
11696 | $as_echo "$can_build_shared" >&6; } | |
d7040cdb | 11697 | |
81ecdfbb RW |
11698 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 |
11699 | $as_echo_n "checking whether to build shared libraries... " >&6; } | |
d7040cdb SE |
11700 | test "$can_build_shared" = "no" && enable_shared=no |
11701 | ||
11702 | # On AIX, shared libraries and static libraries use the same namespace, and | |
11703 | # are all built from PIC. | |
11704 | case $host_os in | |
11705 | aix3*) | |
11706 | test "$enable_shared" = yes && enable_static=no | |
11707 | if test -n "$RANLIB"; then | |
11708 | archive_cmds="$archive_cmds~\$RANLIB \$lib" | |
11709 | postinstall_cmds='$RANLIB $lib' | |
11710 | fi | |
11711 | ;; | |
11712 | ||
e81819a5 | 11713 | aix[4-9]*) |
d7040cdb SE |
11714 | if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then |
11715 | test "$enable_shared" = yes && enable_static=no | |
11716 | fi | |
20e95c23 | 11717 | ;; |
d7040cdb | 11718 | esac |
81ecdfbb RW |
11719 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 |
11720 | $as_echo "$enable_shared" >&6; } | |
d7040cdb | 11721 | |
81ecdfbb RW |
11722 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 |
11723 | $as_echo_n "checking whether to build static libraries... " >&6; } | |
d7040cdb SE |
11724 | # Make sure either enable_shared or enable_static is yes. |
11725 | test "$enable_shared" = yes || enable_static=yes | |
81ecdfbb RW |
11726 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 |
11727 | $as_echo "$enable_static" >&6; } | |
d7040cdb SE |
11728 | |
11729 | ||
11730 | ||
11731 | ||
11732 | fi | |
11733 | ac_ext=c | |
11734 | ac_cpp='$CPP $CPPFLAGS' | |
11735 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
11736 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
11737 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
11738 | ||
11739 | CC="$lt_save_CC" | |
11740 | ||
11741 | ||
11742 | ||
11743 | ||
11744 | ||
11745 | ||
11746 | ||
11747 | ||
11748 | ||
11749 | ||
11750 | ||
11751 | ||
11752 | ||
81ecdfbb | 11753 | ac_config_commands="$ac_config_commands libtool" |
ce3c775b NC |
11754 | |
11755 | ||
11756 | ||
11757 | ||
11758 | # Only expand once: | |
11759 | ||
11760 | ||
11761 | ||
da2f07f1 JK |
11762 | # AC_PLUGINS setting $plugins is called by ACX_LARGEFILE. |
11763 | ||
3388710e JM |
11764 | # The tests for host and target for $enable_largefile require |
11765 | # canonical names. | |
11766 | ||
11767 | ||
11768 | ||
da2f07f1 JK |
11769 | # As the $enable_largefile decision depends on --enable-plugins we must set it |
11770 | # even in directories otherwise not depending on the $plugins option. | |
11771 | ||
5691d22d | 11772 | |
81ecdfbb RW |
11773 | # Check whether --enable-plugins was given. |
11774 | if test "${enable_plugins+set}" = set; then : | |
11775 | enableval=$enable_plugins; case "${enableval}" in | |
ce3c775b NC |
11776 | yes | "") plugins=yes ;; |
11777 | no) plugins=no ;; | |
11778 | *) plugins=yes ;; | |
11779 | esac | |
11780 | else | |
11781 | plugins=no | |
81ecdfbb | 11782 | fi |
ce3c775b NC |
11783 | |
11784 | ||
5691d22d | 11785 | |
da2f07f1 | 11786 | case "${host}" in |
ce3c775b NC |
11787 | sparc-*-solaris*|i[3-7]86-*-solaris*) |
11788 | # On native 32bit sparc and ia32 solaris, large-file and procfs support | |
da2f07f1 | 11789 | # are mutually exclusive; and without procfs support, the bfd/ elf module |
ce3c775b NC |
11790 | # cannot provide certain routines such as elfcore_write_prpsinfo |
11791 | # or elfcore_write_prstatus. So unless the user explicitly requested | |
11792 | # large-file support through the --enable-largefile switch, disable | |
11793 | # large-file support in favor of procfs support. | |
da2f07f1 JK |
11794 | test "${target}" = "${host}" -a "x$plugins" = xno \ |
11795 | && : ${enable_largefile="no"} | |
ce3c775b NC |
11796 | ;; |
11797 | esac | |
11798 | ||
81ecdfbb RW |
11799 | # Check whether --enable-largefile was given. |
11800 | if test "${enable_largefile+set}" = set; then : | |
11801 | enableval=$enable_largefile; | |
11802 | fi | |
ce3c775b | 11803 | |
ce3c775b NC |
11804 | if test "$enable_largefile" != no; then |
11805 | ||
81ecdfbb RW |
11806 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 |
11807 | $as_echo_n "checking for special C compiler options needed for large files... " >&6; } | |
11808 | if test "${ac_cv_sys_largefile_CC+set}" = set; then : | |
11809 | $as_echo_n "(cached) " >&6 | |
ce3c775b NC |
11810 | else |
11811 | ac_cv_sys_largefile_CC=no | |
11812 | if test "$GCC" != yes; then | |
11813 | ac_save_CC=$CC | |
11814 | while :; do | |
81ecdfbb RW |
11815 | # IRIX 6.2 and later do not support large files by default, |
11816 | # so use the C compiler's -n32 option if that helps. | |
11817 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
ce3c775b NC |
11818 | /* end confdefs.h. */ |
11819 | #include <sys/types.h> | |
11820 | /* Check that off_t can represent 2**63 - 1 correctly. | |
11821 | We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
11822 | since some C++ compilers masquerading as C compilers | |
11823 | incorrectly reject 9223372036854775807. */ | |
11824 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
11825 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
11826 | && LARGE_OFF_T % 2147483647 == 1) | |
11827 | ? 1 : -1]; | |
11828 | int | |
11829 | main () | |
11830 | { | |
11831 | ||
11832 | ; | |
11833 | return 0; | |
11834 | } | |
11835 | _ACEOF | |
81ecdfbb | 11836 | if ac_fn_c_try_compile "$LINENO"; then : |
ce3c775b | 11837 | break |
ce3c775b | 11838 | fi |
81ecdfbb RW |
11839 | rm -f core conftest.err conftest.$ac_objext |
11840 | CC="$CC -n32" | |
11841 | if ac_fn_c_try_compile "$LINENO"; then : | |
ce3c775b | 11842 | ac_cv_sys_largefile_CC=' -n32'; break |
ce3c775b | 11843 | fi |
81ecdfbb | 11844 | rm -f core conftest.err conftest.$ac_objext |
ce3c775b NC |
11845 | break |
11846 | done | |
11847 | CC=$ac_save_CC | |
11848 | rm -f conftest.$ac_ext | |
11849 | fi | |
11850 | fi | |
81ecdfbb RW |
11851 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5 |
11852 | $as_echo "$ac_cv_sys_largefile_CC" >&6; } | |
ce3c775b NC |
11853 | if test "$ac_cv_sys_largefile_CC" != no; then |
11854 | CC=$CC$ac_cv_sys_largefile_CC | |
11855 | fi | |
11856 | ||
81ecdfbb RW |
11857 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 |
11858 | $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } | |
11859 | if test "${ac_cv_sys_file_offset_bits+set}" = set; then : | |
11860 | $as_echo_n "(cached) " >&6 | |
ce3c775b NC |
11861 | else |
11862 | while :; do | |
81ecdfbb | 11863 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
ce3c775b NC |
11864 | /* end confdefs.h. */ |
11865 | #include <sys/types.h> | |
11866 | /* Check that off_t can represent 2**63 - 1 correctly. | |
11867 | We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
11868 | since some C++ compilers masquerading as C compilers | |
11869 | incorrectly reject 9223372036854775807. */ | |
11870 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
11871 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
11872 | && LARGE_OFF_T % 2147483647 == 1) | |
11873 | ? 1 : -1]; | |
11874 | int | |
11875 | main () | |
11876 | { | |
11877 | ||
11878 | ; | |
11879 | return 0; | |
11880 | } | |
11881 | _ACEOF | |
81ecdfbb RW |
11882 | if ac_fn_c_try_compile "$LINENO"; then : |
11883 | ac_cv_sys_file_offset_bits=no; break | |
ce3c775b | 11884 | fi |
81ecdfbb RW |
11885 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
11886 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
ce3c775b NC |
11887 | /* end confdefs.h. */ |
11888 | #define _FILE_OFFSET_BITS 64 | |
11889 | #include <sys/types.h> | |
11890 | /* Check that off_t can represent 2**63 - 1 correctly. | |
11891 | We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
11892 | since some C++ compilers masquerading as C compilers | |
11893 | incorrectly reject 9223372036854775807. */ | |
11894 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
11895 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
11896 | && LARGE_OFF_T % 2147483647 == 1) | |
11897 | ? 1 : -1]; | |
11898 | int | |
11899 | main () | |
11900 | { | |
11901 | ||
11902 | ; | |
11903 | return 0; | |
11904 | } | |
11905 | _ACEOF | |
81ecdfbb | 11906 | if ac_fn_c_try_compile "$LINENO"; then : |
ce3c775b | 11907 | ac_cv_sys_file_offset_bits=64; break |
ce3c775b | 11908 | fi |
81ecdfbb RW |
11909 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
11910 | ac_cv_sys_file_offset_bits=unknown | |
ce3c775b NC |
11911 | break |
11912 | done | |
11913 | fi | |
81ecdfbb RW |
11914 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5 |
11915 | $as_echo "$ac_cv_sys_file_offset_bits" >&6; } | |
11916 | case $ac_cv_sys_file_offset_bits in #( | |
11917 | no | unknown) ;; | |
11918 | *) | |
ce3c775b NC |
11919 | cat >>confdefs.h <<_ACEOF |
11920 | #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits | |
11921 | _ACEOF | |
81ecdfbb RW |
11922 | ;; |
11923 | esac | |
11924 | rm -rf conftest* | |
11925 | if test $ac_cv_sys_file_offset_bits = unknown; then | |
11926 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 | |
11927 | $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } | |
11928 | if test "${ac_cv_sys_large_files+set}" = set; then : | |
11929 | $as_echo_n "(cached) " >&6 | |
ce3c775b NC |
11930 | else |
11931 | while :; do | |
81ecdfbb | 11932 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
ce3c775b NC |
11933 | /* end confdefs.h. */ |
11934 | #include <sys/types.h> | |
11935 | /* Check that off_t can represent 2**63 - 1 correctly. | |
11936 | We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
11937 | since some C++ compilers masquerading as C compilers | |
11938 | incorrectly reject 9223372036854775807. */ | |
11939 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
11940 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
11941 | && LARGE_OFF_T % 2147483647 == 1) | |
11942 | ? 1 : -1]; | |
11943 | int | |
11944 | main () | |
11945 | { | |
11946 | ||
11947 | ; | |
11948 | return 0; | |
11949 | } | |
11950 | _ACEOF | |
81ecdfbb RW |
11951 | if ac_fn_c_try_compile "$LINENO"; then : |
11952 | ac_cv_sys_large_files=no; break | |
ce3c775b | 11953 | fi |
81ecdfbb RW |
11954 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
11955 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
ce3c775b NC |
11956 | /* end confdefs.h. */ |
11957 | #define _LARGE_FILES 1 | |
11958 | #include <sys/types.h> | |
11959 | /* Check that off_t can represent 2**63 - 1 correctly. | |
11960 | We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
11961 | since some C++ compilers masquerading as C compilers | |
11962 | incorrectly reject 9223372036854775807. */ | |
11963 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
11964 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
11965 | && LARGE_OFF_T % 2147483647 == 1) | |
11966 | ? 1 : -1]; | |
11967 | int | |
11968 | main () | |
11969 | { | |
d7040cdb | 11970 | |
ce3c775b NC |
11971 | ; |
11972 | return 0; | |
11973 | } | |
11974 | _ACEOF | |
81ecdfbb | 11975 | if ac_fn_c_try_compile "$LINENO"; then : |
ce3c775b | 11976 | ac_cv_sys_large_files=1; break |
ce3c775b | 11977 | fi |
81ecdfbb RW |
11978 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
11979 | ac_cv_sys_large_files=unknown | |
ce3c775b NC |
11980 | break |
11981 | done | |
11982 | fi | |
81ecdfbb RW |
11983 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5 |
11984 | $as_echo "$ac_cv_sys_large_files" >&6; } | |
11985 | case $ac_cv_sys_large_files in #( | |
11986 | no | unknown) ;; | |
11987 | *) | |
ce3c775b NC |
11988 | cat >>confdefs.h <<_ACEOF |
11989 | #define _LARGE_FILES $ac_cv_sys_large_files | |
11990 | _ACEOF | |
81ecdfbb RW |
11991 | ;; |
11992 | esac | |
11993 | rm -rf conftest* | |
11994 | fi | |
ce3c775b | 11995 | fi |
d7040cdb SE |
11996 | |
11997 | ||
da2f07f1 JK |
11998 | |
11999 | if test "$plugins" = "yes"; then | |
12000 | PLUGINS_TRUE= | |
12001 | PLUGINS_FALSE='#' | |
12002 | else | |
12003 | PLUGINS_TRUE='#' | |
12004 | PLUGINS_FALSE= | |
12005 | fi | |
12006 | ||
12007 | ||
12008 | if test "$plugins" = "yes"; then | |
12009 | if test "$enable_dlopen" != "yes" ; then | |
12010 | as_fn_error " | |
12011 | Building BFD with plugin support requires a host that supports -ldl." "$LINENO" 5 | |
12012 | fi | |
12013 | enable_targets="$enable_targets plugin" | |
12014 | fi | |
12015 | ||
81ecdfbb RW |
12016 | # Check whether --enable-64-bit-bfd was given. |
12017 | if test "${enable_64_bit_bfd+set}" = set; then : | |
12018 | enableval=$enable_64_bit_bfd; case "${enableval}" in | |
d7040cdb SE |
12019 | yes) want64=true ;; |
12020 | no) want64=false ;; | |
81ecdfbb | 12021 | *) as_fn_error "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;; |
d7040cdb SE |
12022 | esac |
12023 | else | |
12024 | want64=false | |
81ecdfbb RW |
12025 | fi |
12026 | ||
12027 | # Check whether --enable-targets was given. | |
12028 | if test "${enable_targets+set}" = set; then : | |
12029 | enableval=$enable_targets; case "${enableval}" in | |
12030 | yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5 | |
d7040cdb SE |
12031 | ;; |
12032 | no) enable_targets= ;; | |
12033 | *) enable_targets=$enableval ;; | |
12034 | esac | |
81ecdfbb | 12035 | fi |
504b7d20 | 12036 | |
81ecdfbb RW |
12037 | |
12038 | # Check whether --with-mmap was given. | |
12039 | if test "${with_mmap+set}" = set; then : | |
12040 | withval=$with_mmap; case "${withval}" in | |
d7040cdb SE |
12041 | yes) want_mmap=true ;; |
12042 | no) want_mmap=false ;; | |
81ecdfbb | 12043 | *) as_fn_error "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;; |
20e95c23 | 12044 | esac |
252b5132 | 12045 | else |
d7040cdb | 12046 | want_mmap=false |
81ecdfbb RW |
12047 | fi |
12048 | ||
12049 | # Check whether --enable-secureplt was given. | |
12050 | if test "${enable_secureplt+set}" = set; then : | |
12051 | enableval=$enable_secureplt; case "${enableval}" in | |
d7040cdb SE |
12052 | yes) use_secureplt=true ;; |
12053 | no) use_secureplt=false ;; | |
81ecdfbb | 12054 | *) as_fn_error "bad value ${enableval} for secureplt option" "$LINENO" 5 ;; |
d7040cdb | 12055 | esac |
252b5132 | 12056 | else |
d7040cdb | 12057 | use_secureplt=false |
81ecdfbb RW |
12058 | fi |
12059 | if test $use_secureplt = true; then | |
d7040cdb | 12060 | |
81ecdfbb | 12061 | $as_echo "#define USE_SECUREPLT 1" >>confdefs.h |
5464f5a1 | 12062 | |
252b5132 | 12063 | fi |
20e95c23 | 12064 | |
ef72a554 KT |
12065 | # Check whether --enable-leading-mingw64-underscores was given. |
12066 | if test "${enable_leading_mingw64_underscores+set}" = set; then : | |
12067 | enableval=$enable_leading_mingw64_underscores; | |
12068 | fi | |
12069 | ||
12070 | if test x"$enable_leading_mingw64_underscores" = xyes ; then : | |
12071 | ||
12072 | $as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h | |
12073 | ||
12074 | fi | |
12075 | ||
0d4a1476 AS |
12076 | DEBUGDIR=${libdir}/debug |
12077 | ||
81ecdfbb RW |
12078 | # Check whether --with-separate-debug-dir was given. |
12079 | if test "${with_separate_debug_dir+set}" = set; then : | |
12080 | withval=$with_separate_debug_dir; DEBUGDIR="${withval}" | |
12081 | fi | |
12082 | ||
0d4a1476 AS |
12083 | |
12084 | ||
504b7d20 NC |
12085 | # Check to see if we should allow the generation of |
12086 | # symbols with the ELF standard's STT_COMMON type. | |
81ecdfbb RW |
12087 | # Check whether --enable-elf-stt-common was given. |
12088 | if test "${enable_elf_stt_common+set}" = set; then : | |
12089 | enableval=$enable_elf_stt_common; case "${enableval}" in | |
504b7d20 NC |
12090 | yes) want_elf_stt_common=true ;; |
12091 | no) want_elf_stt_common=false ;; | |
81ecdfbb | 12092 | *) as_fn_error "bad value ${enableval} for ELF STT_COMMON option" "$LINENO" 5 ;; |
504b7d20 NC |
12093 | esac |
12094 | else | |
12095 | # We have to choose a default behaviour. For native builds we could | |
8bc9c892 NC |
12096 | # test whether the loader supports the STT_COMMON type, but that would |
12097 | # mean that built binaries could not be exported to older systems where | |
12098 | # the loader does not support it. So by default we always choose to | |
12099 | # disable this feature. | |
504b7d20 | 12100 | want_elf_stt_common=false |
81ecdfbb RW |
12101 | fi |
12102 | if test $want_elf_stt_common = true; then | |
504b7d20 | 12103 | |
81ecdfbb | 12104 | $as_echo "#define USE_STT_COMMON 1" >>confdefs.h |
504b7d20 NC |
12105 | |
12106 | fi | |
12107 | ||
12108 | ||
d7040cdb | 12109 | |
81ecdfbb RW |
12110 | # Check whether --with-pkgversion was given. |
12111 | if test "${with_pkgversion+set}" = set; then : | |
12112 | withval=$with_pkgversion; case "$withval" in | |
12113 | yes) as_fn_error "package version not specified" "$LINENO" 5 ;; | |
d7040cdb SE |
12114 | no) PKGVERSION= ;; |
12115 | *) PKGVERSION="($withval) " ;; | |
12116 | esac | |
252b5132 | 12117 | else |
d7040cdb | 12118 | PKGVERSION="(GNU Binutils) " |
252b5132 | 12119 | |
81ecdfbb RW |
12120 | fi |
12121 | ||
20e95c23 DJ |
12122 | |
12123 | ||
5464f5a1 | 12124 | |
20e95c23 | 12125 | |
81ecdfbb RW |
12126 | # Check whether --with-bugurl was given. |
12127 | if test "${with_bugurl+set}" = set; then : | |
12128 | withval=$with_bugurl; case "$withval" in | |
12129 | yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;; | |
d7040cdb SE |
12130 | no) BUGURL= |
12131 | ;; | |
12132 | *) BUGURL="$withval" | |
12133 | ;; | |
12134 | esac | |
252b5132 | 12135 | else |
d7040cdb SE |
12136 | BUGURL="http://www.sourceware.org/bugzilla/" |
12137 | ||
81ecdfbb RW |
12138 | fi |
12139 | ||
d7040cdb SE |
12140 | case ${BUGURL} in |
12141 | "") | |
12142 | REPORT_BUGS_TO= | |
12143 | REPORT_BUGS_TEXI= | |
20e95c23 DJ |
12144 | ;; |
12145 | *) | |
d7040cdb SE |
12146 | REPORT_BUGS_TO="<$BUGURL>" |
12147 | REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`} | |
20e95c23 | 12148 | ;; |
d7040cdb SE |
12149 | esac; |
12150 | ||
12151 | ||
12152 | ||
12153 | ||
12154 | ||
d1a98e0c AM |
12155 | GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes" |
12156 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
12157 | /* end confdefs.h. */ | |
12158 | __GNUC__ | |
12159 | _ACEOF | |
12160 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
12161 | $EGREP "^[0-3]$" >/dev/null 2>&1; then : | |
12162 | ||
12163 | else | |
12164 | GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow" | |
12165 | fi | |
12166 | rm -f conftest* | |
12167 | ||
d7040cdb | 12168 | |
81ecdfbb RW |
12169 | # Check whether --enable-werror was given. |
12170 | if test "${enable_werror+set}" = set; then : | |
12171 | enableval=$enable_werror; case "${enableval}" in | |
d7040cdb SE |
12172 | yes | y) ERROR_ON_WARNING="yes" ;; |
12173 | no | n) ERROR_ON_WARNING="no" ;; | |
81ecdfbb | 12174 | *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;; |
d7040cdb | 12175 | esac |
81ecdfbb RW |
12176 | fi |
12177 | ||
d7040cdb | 12178 | |
d1a98e0c | 12179 | # Disable -Wformat by default when using gcc on mingw |
bb8541b9 L |
12180 | case "${host}" in |
12181 | *-*-mingw32*) | |
12182 | if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then | |
12183 | GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format" | |
12184 | fi | |
12185 | ;; | |
12186 | *) ;; | |
12187 | esac | |
12188 | ||
d7040cdb SE |
12189 | # Enable -Werror by default when using gcc |
12190 | if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then | |
12191 | ERROR_ON_WARNING=yes | |
12192 | fi | |
12193 | ||
12194 | NO_WERROR= | |
12195 | if test "${ERROR_ON_WARNING}" = yes ; then | |
12196 | GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror" | |
12197 | NO_WERROR="-Wno-error" | |
12198 | fi | |
12199 | ||
12200 | if test "${GCC}" = yes ; then | |
12201 | WARN_CFLAGS="${GCC_WARN_CFLAGS}" | |
12202 | fi | |
12203 | ||
81ecdfbb RW |
12204 | # Check whether --enable-build-warnings was given. |
12205 | if test "${enable_build_warnings+set}" = set; then : | |
12206 | enableval=$enable_build_warnings; case "${enableval}" in | |
d7040cdb SE |
12207 | yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";; |
12208 | no) if test "${GCC}" = yes ; then | |
12209 | WARN_CFLAGS="-w" | |
12210 | fi;; | |
12211 | ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"` | |
12212 | WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";; | |
12213 | *,) t=`echo "${enableval}" | sed -e "s/,/ /g"` | |
12214 | WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";; | |
12215 | *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;; | |
20e95c23 | 12216 | esac |
81ecdfbb RW |
12217 | fi |
12218 | ||
d7040cdb SE |
12219 | |
12220 | if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then | |
12221 | echo "Setting warning flags = $WARN_CFLAGS" 6>&1 | |
20e95c23 | 12222 | fi |
d7040cdb SE |
12223 | |
12224 | ||
12225 | ||
12226 | ||
12227 | ||
81ecdfbb | 12228 | ac_config_headers="$ac_config_headers config.h:config.in" |
d7040cdb SE |
12229 | |
12230 | ||
df7b86aa NC |
12231 | # PR 14072 |
12232 | ||
12233 | ||
d7040cdb | 12234 | if test -z "$target" ; then |
81ecdfbb | 12235 | as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5 |
20e95c23 DJ |
12236 | fi |
12237 | ||
81ecdfbb RW |
12238 | |
12239 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 | |
12240 | $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } | |
12241 | # Check whether --enable-maintainer-mode was given. | |
12242 | if test "${enable_maintainer_mode+set}" = set; then : | |
12243 | enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval | |
d7040cdb SE |
12244 | else |
12245 | USE_MAINTAINER_MODE=no | |
81ecdfbb | 12246 | fi |
20e95c23 | 12247 | |
81ecdfbb RW |
12248 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 |
12249 | $as_echo "$USE_MAINTAINER_MODE" >&6; } | |
12250 | if test $USE_MAINTAINER_MODE = yes; then | |
d7040cdb SE |
12251 | MAINTAINER_MODE_TRUE= |
12252 | MAINTAINER_MODE_FALSE='#' | |
12253 | else | |
12254 | MAINTAINER_MODE_TRUE='#' | |
12255 | MAINTAINER_MODE_FALSE= | |
6be7c12c | 12256 | fi |
5464f5a1 | 12257 | |
d7040cdb SE |
12258 | MAINT=$MAINTAINER_MODE_TRUE |
12259 | ||
12260 | ||
81ecdfbb | 12261 | if false; then |
d7040cdb SE |
12262 | GENINSRC_NEVER_TRUE= |
12263 | GENINSRC_NEVER_FALSE='#' | |
20e95c23 | 12264 | else |
d7040cdb SE |
12265 | GENINSRC_NEVER_TRUE='#' |
12266 | GENINSRC_NEVER_FALSE= | |
5464f5a1 | 12267 | fi |
5464f5a1 | 12268 | |
d7040cdb SE |
12269 | case ${build_alias} in |
12270 | "") build_noncanonical=${build} ;; | |
12271 | *) build_noncanonical=${build_alias} ;; | |
20e95c23 | 12272 | esac |
d7040cdb SE |
12273 | |
12274 | case ${host_alias} in | |
12275 | "") host_noncanonical=${build_noncanonical} ;; | |
12276 | *) host_noncanonical=${host_alias} ;; | |
12277 | esac | |
12278 | ||
12279 | case ${target_alias} in | |
12280 | "") target_noncanonical=${host_noncanonical} ;; | |
12281 | *) target_noncanonical=${target_alias} ;; | |
12282 | esac | |
12283 | ||
81ecdfbb RW |
12284 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5 |
12285 | $as_echo_n "checking whether to install libbfd... " >&6; } | |
12286 | # Check whether --enable-install-libbfd was given. | |
12287 | if test "${enable_install_libbfd+set}" = set; then : | |
12288 | enableval=$enable_install_libbfd; install_libbfd_p=$enableval | |
252b5132 | 12289 | else |
d7040cdb SE |
12290 | if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then |
12291 | install_libbfd_p=yes | |
12292 | else | |
12293 | install_libbfd_p=no | |
12294 | fi | |
81ecdfbb | 12295 | fi |
d7040cdb | 12296 | |
81ecdfbb RW |
12297 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5 |
12298 | $as_echo "$install_libbfd_p" >&6; } | |
12299 | if test $install_libbfd_p = yes; then | |
d7040cdb SE |
12300 | INSTALL_LIBBFD_TRUE= |
12301 | INSTALL_LIBBFD_FALSE='#' | |
12302 | else | |
12303 | INSTALL_LIBBFD_TRUE='#' | |
12304 | INSTALL_LIBBFD_FALSE= | |
5464f5a1 | 12305 | fi |
5464f5a1 | 12306 | |
d7040cdb | 12307 | # Need _noncanonical variables for this. |
5464f5a1 | 12308 | |
5464f5a1 | 12309 | |
d7040cdb SE |
12310 | |
12311 | ||
12312 | # libbfd.a is a host library containing target dependent code | |
12313 | bfdlibdir='$(libdir)' | |
12314 | bfdincludedir='$(includedir)' | |
12315 | if test "${host}" != "${target}"; then | |
12316 | bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib' | |
12317 | bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include' | |
20e95c23 | 12318 | fi |
6be7c12c | 12319 | |
5464f5a1 | 12320 | |
5464f5a1 NN |
12321 | |
12322 | ||
5464f5a1 | 12323 | |
ac48eca1 | 12324 | |
573e8a1c RW |
12325 | |
12326 | ||
d7040cdb SE |
12327 | host64=false |
12328 | target64=false | |
12329 | bfd_default_target_size=32 | |
252b5132 | 12330 | |
d7040cdb | 12331 | # host stuff: |
20e95c23 | 12332 | |
4c6a93d3 | 12333 | ALL_LINGUAS="fr tr ja es sv da zh_CN ro rw vi fi id ru uk" |
d7040cdb SE |
12334 | # If we haven't got the data from the intl directory, |
12335 | # assume NLS is disabled. | |
12336 | USE_NLS=no | |
12337 | LIBINTL= | |
12338 | LIBINTL_DEP= | |
12339 | INCINTL= | |
12340 | XGETTEXT= | |
12341 | GMSGFMT= | |
12342 | POSUB= | |
12343 | ||
12344 | if test -f ../intl/config.intl; then | |
12345 | . ../intl/config.intl | |
252b5132 | 12346 | fi |
81ecdfbb RW |
12347 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 |
12348 | $as_echo_n "checking whether NLS is requested... " >&6; } | |
d7040cdb | 12349 | if test x"$USE_NLS" != xyes; then |
81ecdfbb RW |
12350 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
12351 | $as_echo "no" >&6; } | |
d7040cdb | 12352 | else |
81ecdfbb RW |
12353 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
12354 | $as_echo "yes" >&6; } | |
5464f5a1 | 12355 | |
81ecdfbb | 12356 | $as_echo "#define ENABLE_NLS 1" >>confdefs.h |
252b5132 | 12357 | |
6be7c12c | 12358 | |
81ecdfbb RW |
12359 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5 |
12360 | $as_echo_n "checking for catalogs to be installed... " >&6; } | |
d7040cdb SE |
12361 | # Look for .po and .gmo files in the source directory. |
12362 | CATALOGS= | |
12363 | XLINGUAS= | |
12364 | for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do | |
12365 | # If there aren't any .gmo files the shell will give us the | |
12366 | # literal string "../path/to/srcdir/po/*.gmo" which has to be | |
12367 | # weeded out. | |
12368 | case "$cat" in *\**) | |
12369 | continue;; | |
12370 | esac | |
12371 | # The quadruple backslash is collapsed to a double backslash | |
12372 | # by the backticks, then collapsed again by the double quotes, | |
12373 | # leaving us with one backslash in the sed expression (right | |
12374 | # before the dot that mustn't act as a wildcard). | |
12375 | cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"` | |
12376 | lang=`echo $cat | sed -e "s!\\\\.gmo!!"` | |
12377 | # The user is allowed to set LINGUAS to a list of languages to | |
12378 | # install catalogs for. If it's empty that means "all of them." | |
12379 | if test "x$LINGUAS" = x; then | |
12380 | CATALOGS="$CATALOGS $cat" | |
12381 | XLINGUAS="$XLINGUAS $lang" | |
12382 | else | |
12383 | case "$LINGUAS" in *$lang*) | |
12384 | CATALOGS="$CATALOGS $cat" | |
12385 | XLINGUAS="$XLINGUAS $lang" | |
12386 | ;; | |
12387 | esac | |
12388 | fi | |
12389 | done | |
12390 | LINGUAS="$XLINGUAS" | |
81ecdfbb RW |
12391 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5 |
12392 | $as_echo "$LINGUAS" >&6; } | |
d7040cdb | 12393 | |
252b5132 | 12394 | |
d7040cdb | 12395 | DATADIRNAME=share |
252b5132 | 12396 | |
d7040cdb | 12397 | INSTOBJEXT=.mo |
5464f5a1 | 12398 | |
d7040cdb | 12399 | GENCAT=gencat |
20e95c23 | 12400 | |
d7040cdb | 12401 | CATOBJEXT=.gmo |
5464f5a1 | 12402 | |
20e95c23 | 12403 | fi |
5464f5a1 | 12404 | |
d7040cdb SE |
12405 | MKINSTALLDIRS= |
12406 | if test -n "$ac_aux_dir"; then | |
12407 | case "$ac_aux_dir" in | |
12408 | /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;; | |
12409 | *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;; | |
12410 | esac | |
12411 | fi | |
12412 | if test -z "$MKINSTALLDIRS"; then | |
12413 | MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" | |
5464f5a1 | 12414 | fi |
5464f5a1 | 12415 | |
5464f5a1 | 12416 | |
d7040cdb | 12417 | |
81ecdfbb RW |
12418 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 |
12419 | $as_echo_n "checking whether NLS is requested... " >&6; } | |
12420 | # Check whether --enable-nls was given. | |
12421 | if test "${enable_nls+set}" = set; then : | |
12422 | enableval=$enable_nls; USE_NLS=$enableval | |
252b5132 | 12423 | else |
d7040cdb | 12424 | USE_NLS=yes |
81ecdfbb RW |
12425 | fi |
12426 | ||
12427 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 | |
12428 | $as_echo "$USE_NLS" >&6; } | |
5464f5a1 | 12429 | |
252b5132 | 12430 | |
5464f5a1 | 12431 | |
252b5132 | 12432 | |
d7040cdb SE |
12433 | |
12434 | ||
12435 | # Prepare PATH_SEPARATOR. | |
12436 | # The user is always right. | |
12437 | if test "${PATH_SEPARATOR+set}" != set; then | |
12438 | echo "#! /bin/sh" >conf$$.sh | |
12439 | echo "exit 0" >>conf$$.sh | |
12440 | chmod +x conf$$.sh | |
12441 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
12442 | PATH_SEPARATOR=';' | |
20e95c23 | 12443 | else |
d7040cdb | 12444 | PATH_SEPARATOR=: |
20e95c23 | 12445 | fi |
d7040cdb SE |
12446 | rm -f conf$$.sh |
12447 | fi | |
12448 | ||
12449 | # Find out how to test for executable files. Don't use a zero-byte file, | |
12450 | # as systems may use methods other than mode bits to determine executability. | |
12451 | cat >conf$$.file <<_ASEOF | |
12452 | #! /bin/sh | |
12453 | exit 0 | |
12454 | _ASEOF | |
12455 | chmod +x conf$$.file | |
12456 | if test -x conf$$.file >/dev/null 2>&1; then | |
12457 | ac_executable_p="test -x" | |
20e95c23 | 12458 | else |
d7040cdb | 12459 | ac_executable_p="test -f" |
20e95c23 | 12460 | fi |
d7040cdb | 12461 | rm -f conf$$.file |
5464f5a1 | 12462 | |
d7040cdb SE |
12463 | # Extract the first word of "msgfmt", so it can be a program name with args. |
12464 | set dummy msgfmt; ac_word=$2 | |
81ecdfbb RW |
12465 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
12466 | $as_echo_n "checking for $ac_word... " >&6; } | |
12467 | if test "${ac_cv_path_MSGFMT+set}" = set; then : | |
12468 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
12469 | else |
12470 | case "$MSGFMT" in | |
12471 | [\\/]* | ?:[\\/]*) | |
12472 | ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. | |
12473 | ;; | |
12474 | *) | |
12475 | ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR | |
12476 | for ac_dir in $PATH; do | |
12477 | IFS="$ac_save_IFS" | |
12478 | test -z "$ac_dir" && ac_dir=. | |
12479 | for ac_exec_ext in '' $ac_executable_extensions; do | |
12480 | if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then | |
12481 | if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 && | |
12482 | (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then | |
12483 | ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext" | |
12484 | break 2 | |
12485 | fi | |
12486 | fi | |
12487 | done | |
12488 | done | |
12489 | IFS="$ac_save_IFS" | |
12490 | test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":" | |
12491 | ;; | |
12492 | esac | |
5464f5a1 | 12493 | fi |
d7040cdb SE |
12494 | MSGFMT="$ac_cv_path_MSGFMT" |
12495 | if test "$MSGFMT" != ":"; then | |
81ecdfbb RW |
12496 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 |
12497 | $as_echo "$MSGFMT" >&6; } | |
20e95c23 | 12498 | else |
81ecdfbb RW |
12499 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
12500 | $as_echo "no" >&6; } | |
252b5132 | 12501 | fi |
d7040cdb SE |
12502 | |
12503 | # Extract the first word of "gmsgfmt", so it can be a program name with args. | |
12504 | set dummy gmsgfmt; ac_word=$2 | |
81ecdfbb RW |
12505 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
12506 | $as_echo_n "checking for $ac_word... " >&6; } | |
12507 | if test "${ac_cv_path_GMSGFMT+set}" = set; then : | |
12508 | $as_echo_n "(cached) " >&6 | |
252b5132 | 12509 | else |
d7040cdb SE |
12510 | case $GMSGFMT in |
12511 | [\\/]* | ?:[\\/]*) | |
12512 | ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. | |
12513 | ;; | |
12514 | *) | |
12515 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
12516 | for as_dir in $PATH | |
12517 | do | |
12518 | IFS=$as_save_IFS | |
12519 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
12520 | for ac_exec_ext in '' $ac_executable_extensions; do |
12521 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d7040cdb | 12522 | ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" |
81ecdfbb | 12523 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb SE |
12524 | break 2 |
12525 | fi | |
12526 | done | |
81ecdfbb RW |
12527 | done |
12528 | IFS=$as_save_IFS | |
5464f5a1 | 12529 | |
d7040cdb SE |
12530 | test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" |
12531 | ;; | |
12532 | esac | |
252b5132 | 12533 | fi |
d7040cdb | 12534 | GMSGFMT=$ac_cv_path_GMSGFMT |
d7040cdb | 12535 | if test -n "$GMSGFMT"; then |
81ecdfbb RW |
12536 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 |
12537 | $as_echo "$GMSGFMT" >&6; } | |
252b5132 | 12538 | else |
81ecdfbb RW |
12539 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
12540 | $as_echo "no" >&6; } | |
252b5132 RH |
12541 | fi |
12542 | ||
20e95c23 DJ |
12543 | |
12544 | ||
81ecdfbb | 12545 | |
d7040cdb SE |
12546 | # Prepare PATH_SEPARATOR. |
12547 | # The user is always right. | |
12548 | if test "${PATH_SEPARATOR+set}" != set; then | |
12549 | echo "#! /bin/sh" >conf$$.sh | |
12550 | echo "exit 0" >>conf$$.sh | |
12551 | chmod +x conf$$.sh | |
12552 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
12553 | PATH_SEPARATOR=';' | |
12554 | else | |
12555 | PATH_SEPARATOR=: | |
12556 | fi | |
12557 | rm -f conf$$.sh | |
252b5132 | 12558 | fi |
20e95c23 | 12559 | |
d7040cdb SE |
12560 | # Find out how to test for executable files. Don't use a zero-byte file, |
12561 | # as systems may use methods other than mode bits to determine executability. | |
12562 | cat >conf$$.file <<_ASEOF | |
12563 | #! /bin/sh | |
12564 | exit 0 | |
12565 | _ASEOF | |
12566 | chmod +x conf$$.file | |
12567 | if test -x conf$$.file >/dev/null 2>&1; then | |
12568 | ac_executable_p="test -x" | |
12569 | else | |
12570 | ac_executable_p="test -f" | |
12571 | fi | |
12572 | rm -f conf$$.file | |
252b5132 | 12573 | |
d7040cdb SE |
12574 | # Extract the first word of "xgettext", so it can be a program name with args. |
12575 | set dummy xgettext; ac_word=$2 | |
81ecdfbb RW |
12576 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
12577 | $as_echo_n "checking for $ac_word... " >&6; } | |
12578 | if test "${ac_cv_path_XGETTEXT+set}" = set; then : | |
12579 | $as_echo_n "(cached) " >&6 | |
20e95c23 | 12580 | else |
d7040cdb SE |
12581 | case "$XGETTEXT" in |
12582 | [\\/]* | ?:[\\/]*) | |
12583 | ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. | |
12584 | ;; | |
12585 | *) | |
12586 | ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR | |
12587 | for ac_dir in $PATH; do | |
12588 | IFS="$ac_save_IFS" | |
12589 | test -z "$ac_dir" && ac_dir=. | |
12590 | for ac_exec_ext in '' $ac_executable_extensions; do | |
12591 | if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then | |
12592 | if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && | |
12593 | (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then | |
12594 | ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext" | |
12595 | break 2 | |
12596 | fi | |
12597 | fi | |
12598 | done | |
12599 | done | |
12600 | IFS="$ac_save_IFS" | |
12601 | test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" | |
12602 | ;; | |
12603 | esac | |
12604 | fi | |
12605 | XGETTEXT="$ac_cv_path_XGETTEXT" | |
12606 | if test "$XGETTEXT" != ":"; then | |
81ecdfbb RW |
12607 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 |
12608 | $as_echo "$XGETTEXT" >&6; } | |
252b5132 | 12609 | else |
81ecdfbb RW |
12610 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
12611 | $as_echo "no" >&6; } | |
252b5132 RH |
12612 | fi |
12613 | ||
d7040cdb | 12614 | rm -f messages.po |
5464f5a1 | 12615 | |
252b5132 | 12616 | |
d7040cdb SE |
12617 | # Prepare PATH_SEPARATOR. |
12618 | # The user is always right. | |
12619 | if test "${PATH_SEPARATOR+set}" != set; then | |
12620 | echo "#! /bin/sh" >conf$$.sh | |
12621 | echo "exit 0" >>conf$$.sh | |
12622 | chmod +x conf$$.sh | |
12623 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
12624 | PATH_SEPARATOR=';' | |
12625 | else | |
12626 | PATH_SEPARATOR=: | |
12627 | fi | |
12628 | rm -f conf$$.sh | |
252b5132 RH |
12629 | fi |
12630 | ||
d7040cdb SE |
12631 | # Find out how to test for executable files. Don't use a zero-byte file, |
12632 | # as systems may use methods other than mode bits to determine executability. | |
12633 | cat >conf$$.file <<_ASEOF | |
12634 | #! /bin/sh | |
12635 | exit 0 | |
12636 | _ASEOF | |
12637 | chmod +x conf$$.file | |
12638 | if test -x conf$$.file >/dev/null 2>&1; then | |
12639 | ac_executable_p="test -x" | |
5464f5a1 | 12640 | else |
d7040cdb | 12641 | ac_executable_p="test -f" |
20e95c23 | 12642 | fi |
d7040cdb | 12643 | rm -f conf$$.file |
5464f5a1 | 12644 | |
d7040cdb SE |
12645 | # Extract the first word of "msgmerge", so it can be a program name with args. |
12646 | set dummy msgmerge; ac_word=$2 | |
81ecdfbb RW |
12647 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
12648 | $as_echo_n "checking for $ac_word... " >&6; } | |
12649 | if test "${ac_cv_path_MSGMERGE+set}" = set; then : | |
12650 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
12651 | else |
12652 | case "$MSGMERGE" in | |
12653 | [\\/]* | ?:[\\/]*) | |
12654 | ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. | |
12655 | ;; | |
12656 | *) | |
12657 | ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR | |
12658 | for ac_dir in $PATH; do | |
12659 | IFS="$ac_save_IFS" | |
12660 | test -z "$ac_dir" && ac_dir=. | |
12661 | for ac_exec_ext in '' $ac_executable_extensions; do | |
12662 | if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then | |
12663 | if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then | |
12664 | ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext" | |
12665 | break 2 | |
12666 | fi | |
12667 | fi | |
12668 | done | |
12669 | done | |
12670 | IFS="$ac_save_IFS" | |
12671 | test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":" | |
12672 | ;; | |
12673 | esac | |
5464f5a1 | 12674 | fi |
d7040cdb SE |
12675 | MSGMERGE="$ac_cv_path_MSGMERGE" |
12676 | if test "$MSGMERGE" != ":"; then | |
81ecdfbb RW |
12677 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5 |
12678 | $as_echo "$MSGMERGE" >&6; } | |
20e95c23 | 12679 | else |
81ecdfbb RW |
12680 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
12681 | $as_echo "no" >&6; } | |
d7040cdb | 12682 | fi |
20e95c23 | 12683 | |
5464f5a1 | 12684 | |
d7040cdb SE |
12685 | if test "$GMSGFMT" != ":"; then |
12686 | if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 && | |
12687 | (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then | |
12688 | : ; | |
12689 | else | |
12690 | GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` | |
81ecdfbb RW |
12691 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5 |
12692 | $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; } | |
d7040cdb SE |
12693 | GMSGFMT=":" |
12694 | fi | |
12695 | fi | |
252b5132 | 12696 | |
d7040cdb SE |
12697 | if test "$XGETTEXT" != ":"; then |
12698 | if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && | |
12699 | (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then | |
12700 | : ; | |
12701 | else | |
81ecdfbb RW |
12702 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5 |
12703 | $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; } | |
d7040cdb SE |
12704 | XGETTEXT=":" |
12705 | fi | |
12706 | rm -f messages.po | |
12707 | fi | |
6be7c12c | 12708 | |
81ecdfbb | 12709 | ac_config_commands="$ac_config_commands default-1" |
5464f5a1 | 12710 | |
252b5132 | 12711 | |
5464f5a1 | 12712 | |
d7040cdb SE |
12713 | # Permit host specific settings. |
12714 | . ${srcdir}/configure.host | |
12715 | ||
12716 | ||
252b5132 | 12717 | |
252b5132 | 12718 | |
d7040cdb | 12719 | BFD_HOST_64BIT_LONG=0 |
d2df793a | 12720 | BFD_HOST_64BIT_LONG_LONG=0 |
d7040cdb SE |
12721 | BFD_HOST_64_BIT_DEFINED=0 |
12722 | BFD_HOST_64_BIT= | |
12723 | BFD_HOST_U_64_BIT= | |
d2df793a | 12724 | BFD_HOSTPTR_T="unsigned long" |
6be7c12c | 12725 | |
81ecdfbb RW |
12726 | # The cast to long int works around a bug in the HP C Compiler |
12727 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
12728 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
12729 | # This bug is HP SR number 8606223364. | |
12730 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5 | |
12731 | $as_echo_n "checking size of long long... " >&6; } | |
12732 | if test "${ac_cv_sizeof_long_long+set}" = set; then : | |
12733 | $as_echo_n "(cached) " >&6 | |
6726e1ea | 12734 | else |
81ecdfbb RW |
12735 | if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then : |
12736 | ||
12737 | else | |
12738 | if test "$ac_cv_type_long_long" = yes; then | |
12739 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
12740 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
12741 | { as_fn_set_status 77 | |
12742 | as_fn_error "cannot compute sizeof (long long) | |
12743 | See \`config.log' for more details." "$LINENO" 5; }; } | |
12744 | else | |
12745 | ac_cv_sizeof_long_long=0 | |
12746 | fi | |
12747 | fi | |
12748 | ||
12749 | fi | |
12750 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5 | |
12751 | $as_echo "$ac_cv_sizeof_long_long" >&6; } | |
12752 | ||
12753 | ||
12754 | ||
12755 | cat >>confdefs.h <<_ACEOF | |
12756 | #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long | |
5464f5a1 | 12757 | _ACEOF |
81ecdfbb RW |
12758 | |
12759 | ||
12760 | # The cast to long int works around a bug in the HP C Compiler | |
12761 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
12762 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
12763 | # This bug is HP SR number 8606223364. | |
12764 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5 | |
12765 | $as_echo_n "checking size of void *... " >&6; } | |
12766 | if test "${ac_cv_sizeof_void_p+set}" = set; then : | |
12767 | $as_echo_n "(cached) " >&6 | |
6726e1ea | 12768 | else |
81ecdfbb | 12769 | if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then : |
5464f5a1 | 12770 | |
81ecdfbb RW |
12771 | else |
12772 | if test "$ac_cv_type_void_p" = yes; then | |
12773 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
12774 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
12775 | { as_fn_set_status 77 | |
12776 | as_fn_error "cannot compute sizeof (void *) | |
12777 | See \`config.log' for more details." "$LINENO" 5; }; } | |
12778 | else | |
12779 | ac_cv_sizeof_void_p=0 | |
12780 | fi | |
6726e1ea | 12781 | fi |
81ecdfbb | 12782 | |
6726e1ea | 12783 | fi |
81ecdfbb RW |
12784 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5 |
12785 | $as_echo "$ac_cv_sizeof_void_p" >&6; } | |
6726e1ea | 12786 | |
6726e1ea | 12787 | |
2ba49b59 | 12788 | |
81ecdfbb RW |
12789 | cat >>confdefs.h <<_ACEOF |
12790 | #define SIZEOF_VOID_P $ac_cv_sizeof_void_p | |
5464f5a1 | 12791 | _ACEOF |
81ecdfbb RW |
12792 | |
12793 | ||
12794 | # The cast to long int works around a bug in the HP C Compiler | |
12795 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
12796 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
12797 | # This bug is HP SR number 8606223364. | |
12798 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5 | |
12799 | $as_echo_n "checking size of long... " >&6; } | |
12800 | if test "${ac_cv_sizeof_long+set}" = set; then : | |
12801 | $as_echo_n "(cached) " >&6 | |
6726e1ea | 12802 | else |
81ecdfbb | 12803 | if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then : |
5464f5a1 | 12804 | |
252b5132 | 12805 | else |
81ecdfbb RW |
12806 | if test "$ac_cv_type_long" = yes; then |
12807 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
12808 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
12809 | { as_fn_set_status 77 | |
12810 | as_fn_error "cannot compute sizeof (long) | |
12811 | See \`config.log' for more details." "$LINENO" 5; }; } | |
12812 | else | |
12813 | ac_cv_sizeof_long=0 | |
12814 | fi | |
12815 | fi | |
5464f5a1 | 12816 | |
81ecdfbb RW |
12817 | fi |
12818 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5 | |
12819 | $as_echo "$ac_cv_sizeof_long" >&6; } | |
2ba49b59 | 12820 | |
81ecdfbb RW |
12821 | |
12822 | ||
12823 | cat >>confdefs.h <<_ACEOF | |
12824 | #define SIZEOF_LONG $ac_cv_sizeof_long | |
5464f5a1 | 12825 | _ACEOF |
2ba49b59 | 12826 | |
2ba49b59 | 12827 | |
81ecdfbb RW |
12828 | |
12829 | if test "x${ac_cv_sizeof_void_p}" = "x8"; then | |
12830 | host64=true | |
252b5132 | 12831 | fi |
5464f5a1 | 12832 | |
81ecdfbb RW |
12833 | if test "x${ac_cv_sizeof_long}" = "x8"; then |
12834 | BFD_HOST_64BIT_LONG=1 | |
12835 | test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long" | |
12836 | test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long" | |
12837 | elif test "x${ac_cv_sizeof_long_long}" = "x8"; then | |
12838 | BFD_HOST_64BIT_LONG_LONG=1 | |
12839 | test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long long" | |
12840 | test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long long" | |
12841 | if test "x${ac_cv_sizeof_void_p}" = "x8"; then | |
12842 | BFD_HOSTPTR_T="unsigned long long" | |
12843 | fi | |
252b5132 | 12844 | fi |
81ecdfbb RW |
12845 | |
12846 | if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then | |
12847 | BFD_HOST_64_BIT_DEFINED=1 | |
12848 | BFD_HOST_64_BIT="${HOST_64BIT_TYPE}" | |
12849 | BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}" | |
2ba49b59 | 12850 | fi |
5464f5a1 | 12851 | |
5464f5a1 | 12852 | |
2ba49b59 | 12853 | |
2ba49b59 | 12854 | |
5464f5a1 | 12855 | |
81ecdfbb RW |
12856 | |
12857 | ||
12858 | ||
12859 | # Put a plausible default for CC_FOR_BUILD in Makefile. | |
12860 | if test -z "$CC_FOR_BUILD"; then | |
12861 | if test "x$cross_compiling" = "xno"; then | |
12862 | CC_FOR_BUILD='$(CC)' | |
12863 | else | |
12864 | CC_FOR_BUILD=gcc | |
12865 | fi | |
2ba49b59 | 12866 | fi |
81ecdfbb RW |
12867 | |
12868 | # Also set EXEEXT_FOR_BUILD. | |
12869 | if test "x$cross_compiling" = "xno"; then | |
12870 | EXEEXT_FOR_BUILD='$(EXEEXT)' | |
12871 | else | |
12872 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5 | |
12873 | $as_echo_n "checking for build system executable suffix... " >&6; } | |
12874 | if test "${bfd_cv_build_exeext+set}" = set; then : | |
12875 | $as_echo_n "(cached) " >&6 | |
6be7c12c | 12876 | else |
81ecdfbb RW |
12877 | rm -f conftest* |
12878 | echo 'int main () { return 0; }' > conftest.c | |
12879 | bfd_cv_build_exeext= | |
12880 | ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5 | |
12881 | for file in conftest.*; do | |
12882 | case $file in | |
12883 | *.c | *.o | *.obj | *.ilk | *.pdb) ;; | |
12884 | *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;; | |
12885 | esac | |
12886 | done | |
12887 | rm -f conftest* | |
12888 | test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no | |
5464f5a1 | 12889 | fi |
81ecdfbb RW |
12890 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5 |
12891 | $as_echo "$bfd_cv_build_exeext" >&6; } | |
12892 | EXEEXT_FOR_BUILD="" | |
12893 | test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext} | |
5464f5a1 | 12894 | fi |
5464f5a1 | 12895 | |
5464f5a1 | 12896 | |
81ecdfbb RW |
12897 | for ac_header in alloca.h stddef.h string.h strings.h stdlib.h time.h unistd.h |
12898 | do : | |
12899 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
12900 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | |
12901 | eval as_val=\$$as_ac_Header | |
12902 | if test "x$as_val" = x""yes; then : | |
12903 | cat >>confdefs.h <<_ACEOF | |
12904 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
d2df793a | 12905 | _ACEOF |
d2df793a | 12906 | |
d2df793a | 12907 | fi |
d2df793a | 12908 | |
81ecdfbb | 12909 | done |
d2df793a | 12910 | |
81ecdfbb RW |
12911 | for ac_header in fcntl.h sys/file.h sys/time.h sys/stat.h |
12912 | do : | |
12913 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
12914 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | |
12915 | eval as_val=\$$as_ac_Header | |
12916 | if test "x$as_val" = x""yes; then : | |
12917 | cat >>confdefs.h <<_ACEOF | |
12918 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
d2df793a | 12919 | _ACEOF |
d2df793a | 12920 | |
d2df793a | 12921 | fi |
d2df793a | 12922 | |
81ecdfbb | 12923 | done |
d2df793a | 12924 | |
81ecdfbb | 12925 | |
d2df793a | 12926 | |
f3b4f6d0 | 12927 | inttype_headers=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'` |
81ecdfbb | 12928 | |
f3b4f6d0 PB |
12929 | acx_cv_header_stdint=stddef.h |
12930 | acx_cv_header_stdint_kind="(already complete)" | |
12931 | for i in stdint.h $inttype_headers; do | |
12932 | unset ac_cv_type_uintptr_t | |
12933 | unset ac_cv_type_uintmax_t | |
12934 | unset ac_cv_type_int_least32_t | |
12935 | unset ac_cv_type_int_fast32_t | |
12936 | unset ac_cv_type_uint64_t | |
12937 | $as_echo_n "looking for a compliant stdint.h in $i, " >&6 | |
12938 | ac_fn_c_check_type "$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "#include <sys/types.h> | |
12939 | #include <$i> | |
12940 | " | |
12941 | if test "x$ac_cv_type_uintmax_t" = x""yes; then : | |
12942 | acx_cv_header_stdint=$i | |
d2df793a | 12943 | else |
f3b4f6d0 PB |
12944 | continue |
12945 | fi | |
81ecdfbb | 12946 | |
f3b4f6d0 PB |
12947 | ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h> |
12948 | #include <$i> | |
12949 | " | |
12950 | if test "x$ac_cv_type_uintptr_t" = x""yes; then : | |
d2df793a | 12951 | |
81ecdfbb | 12952 | else |
f3b4f6d0 | 12953 | acx_cv_header_stdint_kind="(mostly complete)" |
d2df793a | 12954 | fi |
81ecdfbb | 12955 | |
f3b4f6d0 PB |
12956 | ac_fn_c_check_type "$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <sys/types.h> |
12957 | #include <$i> | |
12958 | " | |
12959 | if test "x$ac_cv_type_int_least32_t" = x""yes; then : | |
12960 | ||
d2df793a | 12961 | else |
f3b4f6d0 | 12962 | acx_cv_header_stdint_kind="(mostly complete)" |
81ecdfbb | 12963 | fi |
81ecdfbb | 12964 | |
f3b4f6d0 PB |
12965 | ac_fn_c_check_type "$LINENO" "int_fast32_t" "ac_cv_type_int_fast32_t" "#include <sys/types.h> |
12966 | #include <$i> | |
12967 | " | |
12968 | if test "x$ac_cv_type_int_fast32_t" = x""yes; then : | |
81ecdfbb | 12969 | |
f3b4f6d0 PB |
12970 | else |
12971 | acx_cv_header_stdint_kind="(mostly complete)" | |
12972 | fi | |
81ecdfbb | 12973 | |
f3b4f6d0 PB |
12974 | ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h> |
12975 | #include <$i> | |
12976 | " | |
12977 | if test "x$ac_cv_type_uint64_t" = x""yes; then : | |
d2df793a | 12978 | |
07c58694 | 12979 | else |
f3b4f6d0 PB |
12980 | acx_cv_header_stdint_kind="(lacks uint64_t)" |
12981 | fi | |
81ecdfbb | 12982 | |
f3b4f6d0 PB |
12983 | break |
12984 | done | |
12985 | if test "$acx_cv_header_stdint" = stddef.h; then | |
12986 | acx_cv_header_stdint_kind="(lacks uintmax_t)" | |
12987 | for i in stdint.h $inttype_headers; do | |
12988 | unset ac_cv_type_uintptr_t | |
12989 | unset ac_cv_type_uint32_t | |
12990 | unset ac_cv_type_uint64_t | |
12991 | $as_echo_n "looking for an incomplete stdint.h in $i, " >&6 | |
12992 | ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include <sys/types.h> | |
12993 | #include <$i> | |
12994 | " | |
12995 | if test "x$ac_cv_type_uint32_t" = x""yes; then : | |
12996 | acx_cv_header_stdint=$i | |
12997 | else | |
12998 | continue | |
d2df793a | 12999 | fi |
81ecdfbb | 13000 | |
f3b4f6d0 PB |
13001 | ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h> |
13002 | #include <$i> | |
13003 | " | |
13004 | if test "x$ac_cv_type_uint64_t" = x""yes; then : | |
81ecdfbb | 13005 | |
f3b4f6d0 | 13006 | fi |
81ecdfbb | 13007 | |
f3b4f6d0 PB |
13008 | ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h> |
13009 | #include <$i> | |
13010 | " | |
13011 | if test "x$ac_cv_type_uintptr_t" = x""yes; then : | |
81ecdfbb | 13012 | |
f3b4f6d0 | 13013 | fi |
81ecdfbb | 13014 | |
f3b4f6d0 PB |
13015 | break |
13016 | done | |
13017 | fi | |
13018 | if test "$acx_cv_header_stdint" = stddef.h; then | |
13019 | acx_cv_header_stdint_kind="(u_intXX_t style)" | |
13020 | for i in sys/types.h $inttype_headers; do | |
13021 | unset ac_cv_type_u_int32_t | |
13022 | unset ac_cv_type_u_int64_t | |
13023 | $as_echo_n "looking for u_intXX_t types in $i, " >&6 | |
13024 | ac_fn_c_check_type "$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "#include <sys/types.h> | |
13025 | #include <$i> | |
13026 | " | |
13027 | if test "x$ac_cv_type_u_int32_t" = x""yes; then : | |
13028 | acx_cv_header_stdint=$i | |
07c58694 | 13029 | else |
f3b4f6d0 PB |
13030 | continue |
13031 | fi | |
81ecdfbb | 13032 | |
f3b4f6d0 PB |
13033 | ac_fn_c_check_type "$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "#include <sys/types.h> |
13034 | #include <$i> | |
13035 | " | |
13036 | if test "x$ac_cv_type_u_int64_t" = x""yes; then : | |
81ecdfbb | 13037 | |
f3b4f6d0 | 13038 | fi |
81ecdfbb | 13039 | |
f3b4f6d0 PB |
13040 | break |
13041 | done | |
d2df793a | 13042 | fi |
f3b4f6d0 PB |
13043 | if test "$acx_cv_header_stdint" = stddef.h; then |
13044 | acx_cv_header_stdint_kind="(using manual detection)" | |
d2df793a | 13045 | fi |
81ecdfbb | 13046 | |
f3b4f6d0 PB |
13047 | test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t=no |
13048 | test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t=no | |
13049 | test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t=no | |
13050 | test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t=no | |
13051 | test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t=no | |
81ecdfbb | 13052 | |
f3b4f6d0 | 13053 | # ----------------- Summarize what we found so far |
07c58694 | 13054 | |
f3b4f6d0 PB |
13055 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking what to include in bfd_stdint.h" >&5 |
13056 | $as_echo_n "checking what to include in bfd_stdint.h... " >&6; } | |
81ecdfbb | 13057 | |
f3b4f6d0 PB |
13058 | case `$as_basename -- bfd_stdint.h || |
13059 | $as_expr X/bfd_stdint.h : '.*/\([^/][^/]*\)/*$' \| \ | |
13060 | Xbfd_stdint.h : 'X\(//\)$' \| \ | |
13061 | Xbfd_stdint.h : 'X\(/\)' \| . 2>/dev/null || | |
13062 | $as_echo X/bfd_stdint.h | | |
13063 | sed '/^.*\/\([^/][^/]*\)\/*$/{ | |
13064 | s//\1/ | |
13065 | q | |
13066 | } | |
13067 | /^X\/\(\/\/\)$/{ | |
13068 | s//\1/ | |
13069 | q | |
13070 | } | |
13071 | /^X\/\(\/\).*/{ | |
13072 | s//\1/ | |
13073 | q | |
13074 | } | |
13075 | s/.*/./; q'` in | |
13076 | stdint.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5 | |
13077 | $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;; | |
13078 | inttypes.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5 | |
13079 | $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;; | |
13080 | *) ;; | |
13081 | esac | |
81ecdfbb | 13082 | |
f3b4f6d0 PB |
13083 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5 |
13084 | $as_echo "$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6; } | |
5464f5a1 | 13085 | |
f3b4f6d0 | 13086 | # ----------------- done included file, check C basic types -------- |
2ba49b59 | 13087 | |
f3b4f6d0 PB |
13088 | # Lacking an uintptr_t? Test size of void * |
13089 | case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in | |
13090 | stddef.h:* | *:no) # The cast to long int works around a bug in the HP C Compiler | |
13091 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
13092 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
13093 | # This bug is HP SR number 8606223364. | |
13094 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5 | |
13095 | $as_echo_n "checking size of void *... " >&6; } | |
13096 | if test "${ac_cv_sizeof_void_p+set}" = set; then : | |
13097 | $as_echo_n "(cached) " >&6 | |
13098 | else | |
13099 | if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then : | |
2ba49b59 | 13100 | |
f3b4f6d0 PB |
13101 | else |
13102 | if test "$ac_cv_type_void_p" = yes; then | |
13103 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
13104 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
13105 | { as_fn_set_status 77 | |
13106 | as_fn_error "cannot compute sizeof (void *) | |
13107 | See \`config.log' for more details." "$LINENO" 5; }; } | |
13108 | else | |
13109 | ac_cv_sizeof_void_p=0 | |
13110 | fi | |
13111 | fi | |
81ecdfbb | 13112 | |
f3b4f6d0 PB |
13113 | fi |
13114 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5 | |
13115 | $as_echo "$ac_cv_sizeof_void_p" >&6; } | |
81ecdfbb | 13116 | |
07c58694 PB |
13117 | |
13118 | ||
13119 | cat >>confdefs.h <<_ACEOF | |
f3b4f6d0 | 13120 | #define SIZEOF_VOID_P $ac_cv_sizeof_void_p |
07c58694 | 13121 | _ACEOF |
07c58694 | 13122 | |
f3b4f6d0 PB |
13123 | ;; |
13124 | esac | |
07c58694 | 13125 | |
f3b4f6d0 PB |
13126 | # Lacking an uint64_t? Test size of long |
13127 | case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in | |
13128 | stddef.h:*:* | *:no:no) # The cast to long int works around a bug in the HP C Compiler | |
13129 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
13130 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
13131 | # This bug is HP SR number 8606223364. | |
13132 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5 | |
13133 | $as_echo_n "checking size of long... " >&6; } | |
13134 | if test "${ac_cv_sizeof_long+set}" = set; then : | |
81ecdfbb | 13135 | $as_echo_n "(cached) " >&6 |
5464f5a1 | 13136 | else |
f3b4f6d0 | 13137 | if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then : |
07c58694 | 13138 | |
2ba49b59 | 13139 | else |
f3b4f6d0 PB |
13140 | if test "$ac_cv_type_long" = yes; then |
13141 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
13142 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
13143 | { as_fn_set_status 77 | |
13144 | as_fn_error "cannot compute sizeof (long) | |
13145 | See \`config.log' for more details." "$LINENO" 5; }; } | |
13146 | else | |
13147 | ac_cv_sizeof_long=0 | |
13148 | fi | |
81ecdfbb | 13149 | fi |
2ba49b59 | 13150 | |
f3b4f6d0 PB |
13151 | fi |
13152 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5 | |
13153 | $as_echo "$ac_cv_sizeof_long" >&6; } | |
81ecdfbb | 13154 | |
5464f5a1 | 13155 | |
81ecdfbb | 13156 | |
f3b4f6d0 PB |
13157 | cat >>confdefs.h <<_ACEOF |
13158 | #define SIZEOF_LONG $ac_cv_sizeof_long | |
13159 | _ACEOF | |
07c58694 | 13160 | |
f3b4f6d0 PB |
13161 | ;; |
13162 | esac | |
2ba49b59 | 13163 | |
f3b4f6d0 PB |
13164 | if test $acx_cv_header_stdint = stddef.h; then |
13165 | # Lacking a good header? Test size of everything and deduce all types. | |
13166 | # The cast to long int works around a bug in the HP C Compiler | |
13167 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
13168 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
13169 | # This bug is HP SR number 8606223364. | |
13170 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5 | |
13171 | $as_echo_n "checking size of int... " >&6; } | |
13172 | if test "${ac_cv_sizeof_int+set}" = set; then : | |
13173 | $as_echo_n "(cached) " >&6 | |
81ecdfbb | 13174 | else |
f3b4f6d0 | 13175 | if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then : |
81ecdfbb | 13176 | |
f3b4f6d0 PB |
13177 | else |
13178 | if test "$ac_cv_type_int" = yes; then | |
13179 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
13180 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
13181 | { as_fn_set_status 77 | |
13182 | as_fn_error "cannot compute sizeof (int) | |
13183 | See \`config.log' for more details." "$LINENO" 5; }; } | |
13184 | else | |
13185 | ac_cv_sizeof_int=0 | |
13186 | fi | |
2ba49b59 | 13187 | fi |
81ecdfbb | 13188 | |
f3b4f6d0 PB |
13189 | fi |
13190 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5 | |
13191 | $as_echo "$ac_cv_sizeof_int" >&6; } | |
81ecdfbb RW |
13192 | |
13193 | ||
07c58694 PB |
13194 | |
13195 | cat >>confdefs.h <<_ACEOF | |
f3b4f6d0 | 13196 | #define SIZEOF_INT $ac_cv_sizeof_int |
07c58694 | 13197 | _ACEOF |
81ecdfbb | 13198 | |
07c58694 | 13199 | |
f3b4f6d0 PB |
13200 | # The cast to long int works around a bug in the HP C Compiler |
13201 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
13202 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
13203 | # This bug is HP SR number 8606223364. | |
13204 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5 | |
13205 | $as_echo_n "checking size of short... " >&6; } | |
13206 | if test "${ac_cv_sizeof_short+set}" = set; then : | |
13207 | $as_echo_n "(cached) " >&6 | |
13208 | else | |
13209 | if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then : | |
07c58694 | 13210 | |
f3b4f6d0 PB |
13211 | else |
13212 | if test "$ac_cv_type_short" = yes; then | |
13213 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
13214 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
13215 | { as_fn_set_status 77 | |
13216 | as_fn_error "cannot compute sizeof (short) | |
13217 | See \`config.log' for more details." "$LINENO" 5; }; } | |
13218 | else | |
13219 | ac_cv_sizeof_short=0 | |
13220 | fi | |
13221 | fi | |
07c58694 | 13222 | |
f3b4f6d0 PB |
13223 | fi |
13224 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5 | |
13225 | $as_echo "$ac_cv_sizeof_short" >&6; } | |
07c58694 PB |
13226 | |
13227 | ||
13228 | ||
f3b4f6d0 PB |
13229 | cat >>confdefs.h <<_ACEOF |
13230 | #define SIZEOF_SHORT $ac_cv_sizeof_short | |
13231 | _ACEOF | |
07c58694 PB |
13232 | |
13233 | ||
f3b4f6d0 PB |
13234 | # The cast to long int works around a bug in the HP C Compiler |
13235 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
13236 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
13237 | # This bug is HP SR number 8606223364. | |
13238 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5 | |
13239 | $as_echo_n "checking size of char... " >&6; } | |
13240 | if test "${ac_cv_sizeof_char+set}" = set; then : | |
13241 | $as_echo_n "(cached) " >&6 | |
13242 | else | |
13243 | if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char" "$ac_includes_default"; then : | |
07c58694 | 13244 | |
f3b4f6d0 PB |
13245 | else |
13246 | if test "$ac_cv_type_char" = yes; then | |
13247 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
13248 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
13249 | { as_fn_set_status 77 | |
13250 | as_fn_error "cannot compute sizeof (char) | |
13251 | See \`config.log' for more details." "$LINENO" 5; }; } | |
13252 | else | |
13253 | ac_cv_sizeof_char=0 | |
13254 | fi | |
13255 | fi | |
07c58694 | 13256 | |
f3b4f6d0 PB |
13257 | fi |
13258 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5 | |
13259 | $as_echo "$ac_cv_sizeof_char" >&6; } | |
07c58694 PB |
13260 | |
13261 | ||
07c58694 | 13262 | |
2ba49b59 | 13263 | cat >>confdefs.h <<_ACEOF |
f3b4f6d0 | 13264 | #define SIZEOF_CHAR $ac_cv_sizeof_char |
2ba49b59 KC |
13265 | _ACEOF |
13266 | ||
13267 | ||
2ba49b59 | 13268 | |
f3b4f6d0 PB |
13269 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int8_t" >&5 |
13270 | $as_echo_n "checking for type equivalent to int8_t... " >&6; } | |
13271 | case "$ac_cv_sizeof_char" in | |
13272 | 1) acx_cv_type_int8_t=char ;; | |
58bbed62 | 13273 | *) as_fn_error "no 8-bit type, please report a bug" "$LINENO" 5 |
f3b4f6d0 PB |
13274 | esac |
13275 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int8_t" >&5 | |
13276 | $as_echo "$acx_cv_type_int8_t" >&6; } | |
13277 | ||
13278 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int16_t" >&5 | |
13279 | $as_echo_n "checking for type equivalent to int16_t... " >&6; } | |
13280 | case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in | |
13281 | 2:*) acx_cv_type_int16_t=int ;; | |
13282 | *:2) acx_cv_type_int16_t=short ;; | |
58bbed62 | 13283 | *) as_fn_error "no 16-bit type, please report a bug" "$LINENO" 5 |
f3b4f6d0 PB |
13284 | esac |
13285 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int16_t" >&5 | |
13286 | $as_echo "$acx_cv_type_int16_t" >&6; } | |
13287 | ||
13288 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int32_t" >&5 | |
13289 | $as_echo_n "checking for type equivalent to int32_t... " >&6; } | |
13290 | case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in | |
13291 | 4:*) acx_cv_type_int32_t=int ;; | |
13292 | *:4) acx_cv_type_int32_t=long ;; | |
58bbed62 | 13293 | *) as_fn_error "no 32-bit type, please report a bug" "$LINENO" 5 |
f3b4f6d0 PB |
13294 | esac |
13295 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int32_t" >&5 | |
13296 | $as_echo "$acx_cv_type_int32_t" >&6; } | |
81ecdfbb | 13297 | fi |
2ba49b59 | 13298 | |
f3b4f6d0 | 13299 | # These tests are here to make the output prettier |
07c58694 | 13300 | |
f3b4f6d0 PB |
13301 | if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then |
13302 | case "$ac_cv_sizeof_long" in | |
13303 | 8) acx_cv_type_int64_t=long ;; | |
13304 | esac | |
13305 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int64_t" >&5 | |
13306 | $as_echo_n "checking for type equivalent to int64_t... " >&6; } | |
13307 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5 | |
13308 | $as_echo "${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6; } | |
13309 | fi | |
13310 | ||
13311 | # Now we can use the above types | |
13312 | ||
13313 | if test "$ac_cv_type_uintptr_t" != yes; then | |
13314 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to intptr_t" >&5 | |
13315 | $as_echo_n "checking for type equivalent to intptr_t... " >&6; } | |
13316 | case $ac_cv_sizeof_void_p in | |
13317 | 2) acx_cv_type_intptr_t=int16_t ;; | |
13318 | 4) acx_cv_type_intptr_t=int32_t ;; | |
13319 | 8) acx_cv_type_intptr_t=int64_t ;; | |
58bbed62 | 13320 | *) as_fn_error "no equivalent for intptr_t, please report a bug" "$LINENO" 5 |
f3b4f6d0 PB |
13321 | esac |
13322 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_intptr_t" >&5 | |
13323 | $as_echo "$acx_cv_type_intptr_t" >&6; } | |
13324 | fi | |
07c58694 | 13325 | |
f3b4f6d0 | 13326 | # ----------------- done all checks, emit header ------------- |
81ecdfbb | 13327 | ac_config_commands="$ac_config_commands bfd_stdint.h" |
2ba49b59 KC |
13328 | |
13329 | ||
d2df793a | 13330 | |
81ecdfbb RW |
13331 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 |
13332 | $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } | |
13333 | if test "${ac_cv_header_time+set}" = set; then : | |
13334 | $as_echo_n "(cached) " >&6 | |
2ba49b59 | 13335 | else |
81ecdfbb RW |
13336 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
13337 | /* end confdefs.h. */ | |
13338 | #include <sys/types.h> | |
13339 | #include <sys/time.h> | |
13340 | #include <time.h> | |
13341 | ||
13342 | int | |
13343 | main () | |
13344 | { | |
13345 | if ((struct tm *) 0) | |
13346 | return 0; | |
13347 | ; | |
13348 | return 0; | |
13349 | } | |
13350 | _ACEOF | |
13351 | if ac_fn_c_try_compile "$LINENO"; then : | |
13352 | ac_cv_header_time=yes | |
2ba49b59 | 13353 | else |
81ecdfbb | 13354 | ac_cv_header_time=no |
2ba49b59 | 13355 | fi |
81ecdfbb | 13356 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
2ba49b59 | 13357 | fi |
81ecdfbb RW |
13358 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5 |
13359 | $as_echo "$ac_cv_header_time" >&6; } | |
13360 | if test $ac_cv_header_time = yes; then | |
2ba49b59 | 13361 | |
81ecdfbb | 13362 | $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h |
2ba49b59 | 13363 | |
2ba49b59 | 13364 | fi |
81ecdfbb RW |
13365 | |
13366 | ac_header_dirent=no | |
13367 | for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do | |
13368 | as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` | |
13369 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 | |
13370 | $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; } | |
13371 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then : | |
13372 | $as_echo_n "(cached) " >&6 | |
2ba49b59 | 13373 | else |
81ecdfbb | 13374 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
2ba49b59 | 13375 | /* end confdefs.h. */ |
81ecdfbb RW |
13376 | #include <sys/types.h> |
13377 | #include <$ac_hdr> | |
13378 | ||
13379 | int | |
13380 | main () | |
13381 | { | |
13382 | if ((DIR *) 0) | |
13383 | return 0; | |
13384 | ; | |
13385 | return 0; | |
13386 | } | |
2ba49b59 | 13387 | _ACEOF |
81ecdfbb RW |
13388 | if ac_fn_c_try_compile "$LINENO"; then : |
13389 | eval "$as_ac_Header=yes" | |
2ba49b59 | 13390 | else |
81ecdfbb RW |
13391 | eval "$as_ac_Header=no" |
13392 | fi | |
13393 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
13394 | fi | |
13395 | eval ac_res=\$$as_ac_Header | |
13396 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
13397 | $as_echo "$ac_res" >&6; } | |
13398 | eval as_val=\$$as_ac_Header | |
13399 | if test "x$as_val" = x""yes; then : | |
13400 | cat >>confdefs.h <<_ACEOF | |
13401 | #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 | |
13402 | _ACEOF | |
2ba49b59 | 13403 | |
81ecdfbb | 13404 | ac_header_dirent=$ac_hdr; break |
2ba49b59 | 13405 | fi |
2ba49b59 | 13406 | |
81ecdfbb RW |
13407 | done |
13408 | # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. | |
13409 | if test $ac_header_dirent = dirent.h; then | |
13410 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 | |
13411 | $as_echo_n "checking for library containing opendir... " >&6; } | |
13412 | if test "${ac_cv_search_opendir+set}" = set; then : | |
13413 | $as_echo_n "(cached) " >&6 | |
13414 | else | |
13415 | ac_func_search_save_LIBS=$LIBS | |
13416 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
2ba49b59 | 13417 | /* end confdefs.h. */ |
81ecdfbb RW |
13418 | |
13419 | /* Override any GCC internal prototype to avoid an error. | |
13420 | Use char because int might match the return type of a GCC | |
13421 | builtin and then its argument prototype would still apply. */ | |
13422 | #ifdef __cplusplus | |
13423 | extern "C" | |
13424 | #endif | |
13425 | char opendir (); | |
13426 | int | |
13427 | main () | |
13428 | { | |
13429 | return opendir (); | |
13430 | ; | |
13431 | return 0; | |
13432 | } | |
2ba49b59 | 13433 | _ACEOF |
81ecdfbb RW |
13434 | for ac_lib in '' dir; do |
13435 | if test -z "$ac_lib"; then | |
13436 | ac_res="none required" | |
2ba49b59 | 13437 | else |
81ecdfbb RW |
13438 | ac_res=-l$ac_lib |
13439 | LIBS="-l$ac_lib $ac_func_search_save_LIBS" | |
2ba49b59 | 13440 | fi |
81ecdfbb RW |
13441 | if ac_fn_c_try_link "$LINENO"; then : |
13442 | ac_cv_search_opendir=$ac_res | |
2ba49b59 | 13443 | fi |
81ecdfbb RW |
13444 | rm -f core conftest.err conftest.$ac_objext \ |
13445 | conftest$ac_exeext | |
13446 | if test "${ac_cv_search_opendir+set}" = set; then : | |
13447 | break | |
2ba49b59 | 13448 | fi |
81ecdfbb RW |
13449 | done |
13450 | if test "${ac_cv_search_opendir+set}" = set; then : | |
2ba49b59 | 13451 | |
2ba49b59 | 13452 | else |
81ecdfbb | 13453 | ac_cv_search_opendir=no |
2ba49b59 | 13454 | fi |
81ecdfbb RW |
13455 | rm conftest.$ac_ext |
13456 | LIBS=$ac_func_search_save_LIBS | |
2ba49b59 | 13457 | fi |
81ecdfbb RW |
13458 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 |
13459 | $as_echo "$ac_cv_search_opendir" >&6; } | |
13460 | ac_res=$ac_cv_search_opendir | |
13461 | if test "$ac_res" != no; then : | |
13462 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | |
2ba49b59 KC |
13463 | |
13464 | fi | |
13465 | ||
81ecdfbb RW |
13466 | else |
13467 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 | |
13468 | $as_echo_n "checking for library containing opendir... " >&6; } | |
13469 | if test "${ac_cv_search_opendir+set}" = set; then : | |
13470 | $as_echo_n "(cached) " >&6 | |
13471 | else | |
13472 | ac_func_search_save_LIBS=$LIBS | |
13473 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
13474 | /* end confdefs.h. */ | |
2ba49b59 | 13475 | |
81ecdfbb RW |
13476 | /* Override any GCC internal prototype to avoid an error. |
13477 | Use char because int might match the return type of a GCC | |
13478 | builtin and then its argument prototype would still apply. */ | |
13479 | #ifdef __cplusplus | |
13480 | extern "C" | |
13481 | #endif | |
13482 | char opendir (); | |
13483 | int | |
13484 | main () | |
13485 | { | |
13486 | return opendir (); | |
13487 | ; | |
13488 | return 0; | |
13489 | } | |
13490 | _ACEOF | |
13491 | for ac_lib in '' x; do | |
13492 | if test -z "$ac_lib"; then | |
13493 | ac_res="none required" | |
13494 | else | |
13495 | ac_res=-l$ac_lib | |
13496 | LIBS="-l$ac_lib $ac_func_search_save_LIBS" | |
13497 | fi | |
13498 | if ac_fn_c_try_link "$LINENO"; then : | |
13499 | ac_cv_search_opendir=$ac_res | |
13500 | fi | |
13501 | rm -f core conftest.err conftest.$ac_objext \ | |
13502 | conftest$ac_exeext | |
13503 | if test "${ac_cv_search_opendir+set}" = set; then : | |
13504 | break | |
13505 | fi | |
13506 | done | |
13507 | if test "${ac_cv_search_opendir+set}" = set; then : | |
2ba49b59 | 13508 | |
81ecdfbb RW |
13509 | else |
13510 | ac_cv_search_opendir=no | |
13511 | fi | |
13512 | rm conftest.$ac_ext | |
13513 | LIBS=$ac_func_search_save_LIBS | |
13514 | fi | |
13515 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 | |
13516 | $as_echo "$ac_cv_search_opendir" >&6; } | |
13517 | ac_res=$ac_cv_search_opendir | |
13518 | if test "$ac_res" != no; then : | |
13519 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | |
2ba49b59 | 13520 | |
81ecdfbb | 13521 | fi |
efde2f2c | 13522 | |
2ba49b59 | 13523 | fi |
81ecdfbb | 13524 | |
17d5dae2 KT |
13525 | |
13526 | for ac_header in windows.h dlfcn.h | |
13527 | do : | |
13528 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
13529 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | |
13530 | eval as_val=\$$as_ac_Header | |
13531 | if test "x$as_val" = x""yes; then : | |
13532 | cat >>confdefs.h <<_ACEOF | |
13533 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
13534 | _ACEOF | |
13535 | ||
13536 | fi | |
13537 | ||
13538 | done | |
13539 | ||
13540 | ||
81ecdfbb RW |
13541 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5 |
13542 | $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; } | |
13543 | if test "${gcc_cv_header_string+set}" = set; then : | |
13544 | $as_echo_n "(cached) " >&6 | |
2ba49b59 | 13545 | else |
81ecdfbb | 13546 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
2ba49b59 | 13547 | /* end confdefs.h. */ |
81ecdfbb RW |
13548 | #include <string.h> |
13549 | #include <strings.h> | |
13550 | int | |
13551 | main () | |
13552 | { | |
13553 | ||
13554 | ; | |
13555 | return 0; | |
13556 | } | |
2ba49b59 | 13557 | _ACEOF |
81ecdfbb RW |
13558 | if ac_fn_c_try_compile "$LINENO"; then : |
13559 | gcc_cv_header_string=yes | |
2ba49b59 | 13560 | else |
81ecdfbb RW |
13561 | gcc_cv_header_string=no |
13562 | fi | |
13563 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
13564 | fi | |
13565 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5 | |
13566 | $as_echo "$gcc_cv_header_string" >&6; } | |
13567 | if test $gcc_cv_header_string = yes; then | |
13568 | ||
13569 | $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h | |
2ba49b59 | 13570 | |
2ba49b59 | 13571 | fi |
2ba49b59 | 13572 | |
81ecdfbb RW |
13573 | for ac_func in fcntl getpagesize setitimer sysconf fdopen getuid getgid fileno |
13574 | do : | |
13575 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
13576 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | |
13577 | eval as_val=\$$as_ac_var | |
13578 | if test "x$as_val" = x""yes; then : | |
13579 | cat >>confdefs.h <<_ACEOF | |
13580 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
2ba49b59 | 13581 | _ACEOF |
81ecdfbb RW |
13582 | |
13583 | fi | |
13584 | done | |
13585 | ||
13586 | for ac_func in strtoull | |
13587 | do : | |
13588 | ac_fn_c_check_func "$LINENO" "strtoull" "ac_cv_func_strtoull" | |
13589 | if test "x$ac_cv_func_strtoull" = x""yes; then : | |
13590 | cat >>confdefs.h <<_ACEOF | |
13591 | #define HAVE_STRTOULL 1 | |
2ba49b59 | 13592 | _ACEOF |
81ecdfbb RW |
13593 | |
13594 | fi | |
13595 | done | |
13596 | ||
13597 | ||
13598 | ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default" | |
13599 | if test "x$ac_cv_have_decl_basename" = x""yes; then : | |
13600 | ac_have_decl=1 | |
2ba49b59 | 13601 | else |
81ecdfbb | 13602 | ac_have_decl=0 |
2ba49b59 | 13603 | fi |
81ecdfbb RW |
13604 | |
13605 | cat >>confdefs.h <<_ACEOF | |
13606 | #define HAVE_DECL_BASENAME $ac_have_decl | |
13607 | _ACEOF | |
13608 | ||
13609 | ac_fn_c_check_decl "$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default" | |
13610 | if test "x$ac_cv_have_decl_ftello" = x""yes; then : | |
13611 | ac_have_decl=1 | |
2ba49b59 | 13612 | else |
81ecdfbb RW |
13613 | ac_have_decl=0 |
13614 | fi | |
2ba49b59 | 13615 | |
81ecdfbb RW |
13616 | cat >>confdefs.h <<_ACEOF |
13617 | #define HAVE_DECL_FTELLO $ac_have_decl | |
13618 | _ACEOF | |
13619 | ||
13620 | ac_fn_c_check_decl "$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default" | |
13621 | if test "x$ac_cv_have_decl_ftello64" = x""yes; then : | |
13622 | ac_have_decl=1 | |
13623 | else | |
13624 | ac_have_decl=0 | |
2ba49b59 | 13625 | fi |
2ba49b59 | 13626 | |
81ecdfbb RW |
13627 | cat >>confdefs.h <<_ACEOF |
13628 | #define HAVE_DECL_FTELLO64 $ac_have_decl | |
13629 | _ACEOF | |
13630 | ||
13631 | ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default" | |
13632 | if test "x$ac_cv_have_decl_fseeko" = x""yes; then : | |
13633 | ac_have_decl=1 | |
2ba49b59 | 13634 | else |
81ecdfbb | 13635 | ac_have_decl=0 |
2ba49b59 | 13636 | fi |
2ba49b59 | 13637 | |
81ecdfbb RW |
13638 | cat >>confdefs.h <<_ACEOF |
13639 | #define HAVE_DECL_FSEEKO $ac_have_decl | |
13640 | _ACEOF | |
13641 | ||
13642 | ac_fn_c_check_decl "$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default" | |
13643 | if test "x$ac_cv_have_decl_fseeko64" = x""yes; then : | |
13644 | ac_have_decl=1 | |
13645 | else | |
13646 | ac_have_decl=0 | |
2ba49b59 | 13647 | fi |
81ecdfbb RW |
13648 | |
13649 | cat >>confdefs.h <<_ACEOF | |
13650 | #define HAVE_DECL_FSEEKO64 $ac_have_decl | |
2ba49b59 KC |
13651 | _ACEOF |
13652 | ||
81ecdfbb RW |
13653 | |
13654 | ||
13655 | case "${host}" in | |
13656 | *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*) | |
13657 | ||
13658 | $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h | |
13659 | ;; | |
13660 | esac | |
13661 | ||
13662 | ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default" | |
13663 | if test "x$ac_cv_have_decl_ffs" = x""yes; then : | |
13664 | ac_have_decl=1 | |
13665 | else | |
13666 | ac_have_decl=0 | |
2ba49b59 KC |
13667 | fi |
13668 | ||
81ecdfbb RW |
13669 | cat >>confdefs.h <<_ACEOF |
13670 | #define HAVE_DECL_FFS $ac_have_decl | |
13671 | _ACEOF | |
2ba49b59 | 13672 | |
81ecdfbb RW |
13673 | ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default" |
13674 | if test "x$ac_cv_have_decl_free" = x""yes; then : | |
13675 | ac_have_decl=1 | |
13676 | else | |
13677 | ac_have_decl=0 | |
13678 | fi | |
d5efd9fc | 13679 | |
81ecdfbb RW |
13680 | cat >>confdefs.h <<_ACEOF |
13681 | #define HAVE_DECL_FREE $ac_have_decl | |
13682 | _ACEOF | |
d5efd9fc | 13683 | |
81ecdfbb RW |
13684 | ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default" |
13685 | if test "x$ac_cv_have_decl_getenv" = x""yes; then : | |
13686 | ac_have_decl=1 | |
13687 | else | |
13688 | ac_have_decl=0 | |
13689 | fi | |
d5efd9fc | 13690 | |
81ecdfbb RW |
13691 | cat >>confdefs.h <<_ACEOF |
13692 | #define HAVE_DECL_GETENV $ac_have_decl | |
d5efd9fc | 13693 | _ACEOF |
d5efd9fc | 13694 | |
81ecdfbb RW |
13695 | ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default" |
13696 | if test "x$ac_cv_have_decl_malloc" = x""yes; then : | |
13697 | ac_have_decl=1 | |
13698 | else | |
13699 | ac_have_decl=0 | |
13700 | fi | |
13701 | ||
13702 | cat >>confdefs.h <<_ACEOF | |
13703 | #define HAVE_DECL_MALLOC $ac_have_decl | |
d5efd9fc | 13704 | _ACEOF |
81ecdfbb RW |
13705 | |
13706 | ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default" | |
13707 | if test "x$ac_cv_have_decl_realloc" = x""yes; then : | |
13708 | ac_have_decl=1 | |
d5efd9fc | 13709 | else |
81ecdfbb RW |
13710 | ac_have_decl=0 |
13711 | fi | |
13712 | ||
13713 | cat >>confdefs.h <<_ACEOF | |
13714 | #define HAVE_DECL_REALLOC $ac_have_decl | |
13715 | _ACEOF | |
d5efd9fc | 13716 | |
81ecdfbb RW |
13717 | ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default" |
13718 | if test "x$ac_cv_have_decl_stpcpy" = x""yes; then : | |
13719 | ac_have_decl=1 | |
13720 | else | |
13721 | ac_have_decl=0 | |
d5efd9fc | 13722 | fi |
81ecdfbb RW |
13723 | |
13724 | cat >>confdefs.h <<_ACEOF | |
13725 | #define HAVE_DECL_STPCPY $ac_have_decl | |
13726 | _ACEOF | |
13727 | ||
13728 | ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default" | |
13729 | if test "x$ac_cv_have_decl_strstr" = x""yes; then : | |
13730 | ac_have_decl=1 | |
13731 | else | |
13732 | ac_have_decl=0 | |
d5efd9fc | 13733 | fi |
81ecdfbb RW |
13734 | |
13735 | cat >>confdefs.h <<_ACEOF | |
13736 | #define HAVE_DECL_STRSTR $ac_have_decl | |
13737 | _ACEOF | |
13738 | ||
13739 | ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default" | |
13740 | if test "x$ac_cv_have_decl_snprintf" = x""yes; then : | |
13741 | ac_have_decl=1 | |
d5efd9fc | 13742 | else |
81ecdfbb | 13743 | ac_have_decl=0 |
d5efd9fc AM |
13744 | fi |
13745 | ||
81ecdfbb RW |
13746 | cat >>confdefs.h <<_ACEOF |
13747 | #define HAVE_DECL_SNPRINTF $ac_have_decl | |
13748 | _ACEOF | |
13749 | ||
13750 | ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default" | |
13751 | if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then : | |
13752 | ac_have_decl=1 | |
d5efd9fc | 13753 | else |
81ecdfbb RW |
13754 | ac_have_decl=0 |
13755 | fi | |
13756 | ||
13757 | cat >>confdefs.h <<_ACEOF | |
13758 | #define HAVE_DECL_VSNPRINTF $ac_have_decl | |
d5efd9fc | 13759 | _ACEOF |
81ecdfbb RW |
13760 | |
13761 | ||
81ecdfbb RW |
13762 | # Link in zlib if we can. This allows us to read compressed debug sections. |
13763 | # This is used only by compress.c. | |
bf993e3c JB |
13764 | |
13765 | # See if the user specified whether he wants zlib support or not. | |
13766 | ||
13767 | # Check whether --with-zlib was given. | |
13768 | if test "${with_zlib+set}" = set; then : | |
13769 | withval=$with_zlib; | |
13770 | else | |
13771 | with_zlib=auto | |
13772 | fi | |
13773 | ||
13774 | ||
13775 | if test "$with_zlib" != "no"; then | |
13776 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5 | |
81ecdfbb RW |
13777 | $as_echo_n "checking for library containing zlibVersion... " >&6; } |
13778 | if test "${ac_cv_search_zlibVersion+set}" = set; then : | |
13779 | $as_echo_n "(cached) " >&6 | |
d5efd9fc | 13780 | else |
81ecdfbb RW |
13781 | ac_func_search_save_LIBS=$LIBS |
13782 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d5efd9fc | 13783 | /* end confdefs.h. */ |
d5efd9fc | 13784 | |
81ecdfbb RW |
13785 | /* Override any GCC internal prototype to avoid an error. |
13786 | Use char because int might match the return type of a GCC | |
13787 | builtin and then its argument prototype would still apply. */ | |
13788 | #ifdef __cplusplus | |
13789 | extern "C" | |
13790 | #endif | |
13791 | char zlibVersion (); | |
d5efd9fc AM |
13792 | int |
13793 | main () | |
13794 | { | |
81ecdfbb | 13795 | return zlibVersion (); |
d5efd9fc AM |
13796 | ; |
13797 | return 0; | |
13798 | } | |
13799 | _ACEOF | |
81ecdfbb RW |
13800 | for ac_lib in '' z; do |
13801 | if test -z "$ac_lib"; then | |
13802 | ac_res="none required" | |
13803 | else | |
13804 | ac_res=-l$ac_lib | |
13805 | LIBS="-l$ac_lib $ac_func_search_save_LIBS" | |
13806 | fi | |
13807 | if ac_fn_c_try_link "$LINENO"; then : | |
13808 | ac_cv_search_zlibVersion=$ac_res | |
d5efd9fc | 13809 | fi |
81ecdfbb RW |
13810 | rm -f core conftest.err conftest.$ac_objext \ |
13811 | conftest$ac_exeext | |
13812 | if test "${ac_cv_search_zlibVersion+set}" = set; then : | |
13813 | break | |
d5efd9fc | 13814 | fi |
81ecdfbb RW |
13815 | done |
13816 | if test "${ac_cv_search_zlibVersion+set}" = set; then : | |
13817 | ||
d5efd9fc | 13818 | else |
81ecdfbb RW |
13819 | ac_cv_search_zlibVersion=no |
13820 | fi | |
13821 | rm conftest.$ac_ext | |
13822 | LIBS=$ac_func_search_save_LIBS | |
13823 | fi | |
13824 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5 | |
13825 | $as_echo "$ac_cv_search_zlibVersion" >&6; } | |
13826 | ac_res=$ac_cv_search_zlibVersion | |
13827 | if test "$ac_res" != no; then : | |
13828 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | |
13829 | for ac_header in zlib.h | |
13830 | do : | |
13831 | ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default" | |
13832 | if test "x$ac_cv_header_zlib_h" = x""yes; then : | |
13833 | cat >>confdefs.h <<_ACEOF | |
13834 | #define HAVE_ZLIB_H 1 | |
13835 | _ACEOF | |
13836 | ||
d5efd9fc AM |
13837 | fi |
13838 | ||
d5efd9fc | 13839 | done |
d5efd9fc | 13840 | |
d5efd9fc AM |
13841 | fi |
13842 | ||
bf993e3c JB |
13843 | if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then |
13844 | as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5 | |
13845 | fi | |
13846 | fi | |
13847 | ||
d5efd9fc | 13848 | |
81ecdfbb RW |
13849 | # If we are configured native, pick a core file support file. |
13850 | COREFILE= | |
13851 | COREFLAG= | |
8bc7f138 | 13852 | CORE_HEADER= |
81ecdfbb RW |
13853 | TRAD_HEADER= |
13854 | if test "${target}" = "${host}"; then | |
13855 | case "${host}" in | |
9fcd9da6 | 13856 | alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu | alpha*-*-*vms*) |
81ecdfbb RW |
13857 | COREFILE='' |
13858 | ;; | |
13859 | alpha*-*-linux-*) | |
13860 | COREFILE=trad-core.lo | |
13861 | TRAD_HEADER='"hosts/alphalinux.h"' | |
13862 | ;; | |
13863 | alpha*-*-netbsd* | alpha*-*-openbsd*) | |
13864 | COREFILE=netbsd-core.lo | |
13865 | ;; | |
9fcd9da6 NC |
13866 | alpha*-*-*) |
13867 | COREFILE=osf-core.lo | |
13868 | ;; | |
81ecdfbb | 13869 | arm-*-freebsd* | arm-*-kfreebsd*-gnu) |
9fcd9da6 | 13870 | COREFILE='' ;; |
81ecdfbb RW |
13871 | arm-*-netbsd* | arm-*-openbsd*) |
13872 | COREFILE=netbsd-core.lo | |
13873 | ;; | |
13874 | arm-*-riscix) COREFILE=trad-core.lo ;; | |
13875 | hppa*-*-hpux*) COREFILE=hpux-core.lo ;; | |
13876 | hppa*-*-hiux*) COREFILE=hpux-core.lo ;; | |
13877 | hppa*-*-mpeix*) COREFILE=hpux-core.lo ;; | |
13878 | hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo" | |
13879 | COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;; | |
13880 | hppa*-*-netbsd* | hppa*-*-openbsd*) | |
13881 | COREFILE=netbsd-core.lo | |
13882 | ;; | |
d5efd9fc | 13883 | |
81ecdfbb RW |
13884 | i370-*-*) |
13885 | COREFILE=trad-core.lo | |
13886 | TRAD_HEADER='"hosts/i370linux.h"' | |
13887 | ;; | |
d5efd9fc | 13888 | |
81ecdfbb RW |
13889 | i[3-7]86-sequent-bsd*) |
13890 | COREFILE=trad-core.lo | |
13891 | TRAD_HEADER='"hosts/symmetry.h"' | |
13892 | ;; | |
13893 | i[3-7]86-sequent-sysv4*) ;; | |
13894 | i[3-7]86-sequent-sysv*) | |
13895 | COREFILE=trad-core.lo | |
13896 | TRAD_HEADER='"hosts/symmetry.h"' | |
13897 | ;; | |
13898 | i[3-7]86-*-bsdi) | |
13899 | COREFILE= | |
13900 | ;; | |
13901 | i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234] | i[3-7]86-*-freebsd4\.[01234]\.* | i[3-7]86-*-freebsd*aout*) | |
13902 | COREFILE=trad-core.lo | |
13903 | TRAD_HEADER='"hosts/i386bsd.h"' | |
13904 | ;; | |
13905 | i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*) | |
13906 | COREFILE='' | |
13907 | TRAD_HEADER='"hosts/i386bsd.h"' | |
13908 | ;; | |
13909 | i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*) | |
13910 | COREFILE=netbsd-core.lo | |
13911 | ;; | |
13912 | i[3-7]86-esix-sysv3*) | |
13913 | COREFILE=trad-core.lo | |
13914 | TRAD_HEADER='"hosts/esix.h"' | |
13915 | ;; | |
13916 | i[3-7]86-*-sco3.2v5*) | |
13917 | COREFILE=sco5-core.lo | |
13918 | ;; | |
13919 | i[3-7]86-*-sco* | i[3-7]86-*-isc*) | |
13920 | COREFILE=trad-core.lo | |
13921 | TRAD_HEADER='"hosts/i386sco.h"' | |
13922 | ;; | |
13923 | i[3-7]86-*-mach3*) | |
13924 | COREFILE=trad-core.lo | |
13925 | TRAD_HEADER='"hosts/i386mach3.h"' | |
13926 | ;; | |
13927 | i[3-7]86-*-linux-*) | |
13928 | COREFILE=trad-core.lo | |
13929 | TRAD_HEADER='"hosts/i386linux.h"' | |
680db949 L |
13930 | case "$enable_targets"-"$want64" in |
13931 | *x86_64-*linux*|*-true) | |
b1bd052d L |
13932 | CORE_HEADER='"hosts/x86-64linux.h"' |
13933 | esac | |
81ecdfbb RW |
13934 | ;; |
13935 | i[3-7]86-*-isc*) COREFILE=trad-core.lo ;; | |
13936 | i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;; | |
13937 | i860-*-mach3* | i860-*-osf1*) | |
13938 | COREFILE=trad-core.lo | |
13939 | TRAD_HEADER='"hosts/i860mach3.h"' | |
13940 | ;; | |
13941 | mips-*-netbsd* | mips*-*-openbsd*) | |
13942 | COREFILE=netbsd-core.lo | |
13943 | ;; | |
13944 | mips-dec-*) | |
13945 | COREFILE=trad-core.lo | |
13946 | TRAD_HEADER='"hosts/decstation.h"' | |
13947 | ;; | |
13948 | mips-sgi-irix4*) COREFILE=irix-core.lo ;; | |
13949 | mips-sgi-irix5*) COREFILE=irix-core.lo ;; | |
13950 | mips-sgi-irix6*) COREFILE=irix-core.lo ;; | |
13951 | mips-*-sysv4*) ;; | |
13952 | mips-*-sysv* | mips-*-riscos*) | |
13953 | COREFILE=trad-core.lo | |
13954 | TRAD_HEADER='"hosts/riscos.h"' | |
13955 | ;; | |
13956 | mips-sony-bsd*) | |
13957 | COREFILE=trad-core.lo | |
13958 | TRAD_HEADER='"hosts/news-mips.h"' | |
13959 | ;; | |
13960 | m68*-bull*-sysv*) | |
13961 | COREFILE=trad-core.lo | |
13962 | TRAD_HEADER='"hosts/dpx2.h"' | |
13963 | ;; | |
13964 | m68*-hp-hpux*) COREFILE=hpux-core.lo ;; | |
13965 | m68*-hp-bsd*) | |
13966 | COREFILE=trad-core.lo | |
13967 | TRAD_HEADER='"hosts/hp300bsd.h"' | |
13968 | ;; | |
13969 | m68*-*-linux-*) | |
13970 | COREFILE=trad-core.lo | |
13971 | TRAD_HEADER='"hosts/m68klinux.h"' | |
13972 | ;; | |
13973 | m68*-motorola-sysv*) | |
13974 | COREFILE=trad-core.lo | |
13975 | TRAD_HEADER='"hosts/delta68.h"' | |
13976 | ;; | |
13977 | m68*-sony-*) | |
13978 | COREFILE=trad-core.lo | |
13979 | TRAD_HEADER='"hosts/news.h"' | |
13980 | ;; | |
13981 | m68*-*-netbsd* | m68*-*-openbsd*) | |
13982 | COREFILE=netbsd-core.lo | |
13983 | ;; | |
13984 | m68*-apple-aux*) | |
13985 | COREFILE=trad-core.lo | |
13986 | TRAD_HEADER='"hosts/m68kaux.h"' | |
13987 | ;; | |
13988 | m88*-*-sysv4*) | |
13989 | ;; | |
13990 | m88*-motorola-sysv*) | |
13991 | COREFILE=ptrace-core.lo | |
13992 | ;; | |
13993 | m88*-*-mach3*) | |
13994 | COREFILE=trad-core.lo | |
13995 | TRAD_HEADER='"hosts/m88kmach3.h"' | |
13996 | ;; | |
13997 | m88*-*-openbsd*) | |
13998 | COREFILE=netbsd-core.lo | |
13999 | ;; | |
14000 | ns32k-pc532-mach) | |
14001 | COREFILE=trad-core.lo | |
14002 | TRAD_HEADER='"hosts/pc532mach.h"' | |
14003 | ;; | |
14004 | ns32k-*-netbsd* | ns32k-*-openbsd*) | |
14005 | COREFILE=netbsd-core.lo | |
14006 | ;; | |
14007 | rs6000-*-lynx*) | |
14008 | COREFILE=lynx-core.lo | |
14009 | ;; | |
14010 | rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].*) | |
14011 | COREFILE=rs6000-core.lo | |
14012 | COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE" | |
14013 | ;; | |
14014 | rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*) | |
14015 | COREFILE=rs6000-core.lo | |
14016 | COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE" | |
14017 | # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE | |
14018 | # have c_impl as a member of struct core_dumpx | |
14019 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5 | |
14020 | $as_echo_n "checking for c_impl in struct core_dumpx... " >&6; } | |
14021 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d5efd9fc | 14022 | /* end confdefs.h. */ |
81ecdfbb | 14023 | #include <core.h> |
d5efd9fc AM |
14024 | int |
14025 | main () | |
14026 | { | |
81ecdfbb | 14027 | struct core_dumpx c; c.c_impl = 0; |
d5efd9fc AM |
14028 | ; |
14029 | return 0; | |
14030 | } | |
14031 | _ACEOF | |
81ecdfbb | 14032 | if ac_fn_c_try_compile "$LINENO"; then : |
d5efd9fc | 14033 | |
81ecdfbb | 14034 | $as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h |
d5efd9fc | 14035 | |
81ecdfbb RW |
14036 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
14037 | $as_echo "yes" >&6; } | |
d5efd9fc | 14038 | else |
81ecdfbb RW |
14039 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
14040 | $as_echo "no" >&6; } | |
d5efd9fc | 14041 | fi |
81ecdfbb RW |
14042 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
14043 | ;; | |
14044 | rs6000-*-aix4*) COREFILE=rs6000-core.lo ;; | |
14045 | rs6000-*-*) COREFILE=rs6000-core.lo ;; | |
14046 | powerpc-*-aix4*) COREFILE=rs6000-core.lo ;; | |
14047 | powerpc-*-aix*) COREFILE=rs6000-core.lo ;; | |
14048 | powerpc-*-beos*) ;; | |
14049 | powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu) | |
14050 | COREFILE='' ;; | |
14051 | powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;; | |
14052 | powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;; | |
14053 | s390*-*-*) COREFILE=trad-core.lo ;; | |
14054 | sh*-*-netbsd* | sh*-*-openbsd*) | |
14055 | COREFILE=netbsd-core.lo | |
14056 | ;; | |
14057 | sparc-*-netbsd* | sparc*-*-openbsd*) | |
14058 | COREFILE=netbsd-core.lo | |
14059 | ;; | |
14060 | tahoe-*-*) | |
14061 | COREFILE=trad-core.lo | |
14062 | TRAD_HEADER='"hosts/tahoe.h"' | |
14063 | ;; | |
14064 | vax-*-netbsd* | vax-*-openbsd*) | |
14065 | COREFILE=netbsd-core.lo | |
14066 | ;; | |
14067 | vax-*-ultrix2*) | |
14068 | COREFILE=trad-core.lo | |
14069 | TRAD_HEADER='"hosts/vaxult2.h"' | |
14070 | ;; | |
14071 | vax-*-ultrix*) | |
14072 | COREFILE=trad-core.lo | |
14073 | TRAD_HEADER='"hosts/vaxult2.h"' | |
14074 | ;; | |
14075 | vax-*-linux-*) | |
14076 | COREFILE=trad-core.lo | |
14077 | TRAD_HEADER='"hosts/vaxlinux.h"' | |
14078 | ;; | |
14079 | vax-*-*) | |
14080 | COREFILE=trad-core.lo | |
14081 | TRAD_HEADER='"hosts/vaxbsd.h"' | |
14082 | ;; | |
8bc7f138 L |
14083 | x86_64-*-linux*) |
14084 | CORE_HEADER='"hosts/x86-64linux.h"' | |
14085 | ;; | |
81ecdfbb RW |
14086 | x86_64-*-netbsd* | x86_64-*-openbsd*) |
14087 | COREFILE=netbsd-core.lo | |
14088 | ;; | |
14089 | esac | |
14090 | ||
14091 | case "$COREFILE" in | |
14092 | aix386-core.lo) COREFLAG=-DAIX386_CORE ;; | |
14093 | hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;; | |
14094 | hpux-core.lo) COREFLAG=-DHPUX_CORE ;; | |
14095 | irix-core.lo) COREFLAG=-DIRIX_CORE ;; | |
14096 | lynx-core.lo) COREFLAG=-DLYNX_CORE ;; | |
14097 | netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;; | |
14098 | osf-core.lo) COREFLAG=-DOSF_CORE ;; | |
14099 | ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;; | |
14100 | rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;; | |
14101 | sco5-core.lo) COREFLAG="$COREFLAG -DSCO5_CORE" ;; | |
14102 | trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;; | |
14103 | esac | |
14104 | ||
14105 | # ELF corefile support has several flavors, but all of | |
14106 | # them use something called <sys/procfs.h> | |
14107 | for ac_header in sys/procfs.h | |
14108 | do : | |
14109 | ac_fn_c_check_header_mongrel "$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default" | |
14110 | if test "x$ac_cv_header_sys_procfs_h" = x""yes; then : | |
14111 | cat >>confdefs.h <<_ACEOF | |
14112 | #define HAVE_SYS_PROCFS_H 1 | |
14113 | _ACEOF | |
14114 | ||
d5efd9fc AM |
14115 | fi |
14116 | ||
81ecdfbb RW |
14117 | done |
14118 | ||
14119 | if test "$ac_cv_header_sys_procfs_h" = yes; then | |
14120 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5 | |
14121 | $as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; } | |
14122 | if test "${bfd_cv_have_sys_procfs_type_prstatus_t+set}" = set; then : | |
14123 | $as_echo_n "(cached) " >&6 | |
d5efd9fc | 14124 | else |
81ecdfbb | 14125 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d5efd9fc | 14126 | /* end confdefs.h. */ |
d5efd9fc | 14127 | |
81ecdfbb | 14128 | #define _SYSCALL32 |
16231b7b DG |
14129 | /* Needed for new procfs interface on sparc-solaris. */ |
14130 | #define _STRUCTURED_PROC 1 | |
81ecdfbb | 14131 | #include <sys/procfs.h> |
d5efd9fc AM |
14132 | int |
14133 | main () | |
14134 | { | |
81ecdfbb | 14135 | prstatus_t avar |
d5efd9fc AM |
14136 | ; |
14137 | return 0; | |
14138 | } | |
14139 | _ACEOF | |
81ecdfbb RW |
14140 | if ac_fn_c_try_compile "$LINENO"; then : |
14141 | bfd_cv_have_sys_procfs_type_prstatus_t=yes | |
d5efd9fc | 14142 | else |
81ecdfbb | 14143 | bfd_cv_have_sys_procfs_type_prstatus_t=no |
d5efd9fc | 14144 | |
d5efd9fc | 14145 | fi |
81ecdfbb | 14146 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
d5efd9fc AM |
14147 | fi |
14148 | ||
81ecdfbb | 14149 | if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then |
d5efd9fc | 14150 | |
81ecdfbb | 14151 | $as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h |
d5efd9fc | 14152 | |
81ecdfbb RW |
14153 | fi |
14154 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5 | |
14155 | $as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; } | |
d5efd9fc | 14156 | |
81ecdfbb RW |
14157 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5 |
14158 | $as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; } | |
14159 | if test "${bfd_cv_have_sys_procfs_type_prstatus32_t+set}" = set; then : | |
14160 | $as_echo_n "(cached) " >&6 | |
d5efd9fc | 14161 | else |
81ecdfbb | 14162 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d5efd9fc | 14163 | /* end confdefs.h. */ |
81ecdfbb RW |
14164 | |
14165 | #define _SYSCALL32 | |
16231b7b DG |
14166 | /* Needed for new procfs interface on sparc-solaris. */ |
14167 | #define _STRUCTURED_PROC 1 | |
81ecdfbb | 14168 | #include <sys/procfs.h> |
d5efd9fc AM |
14169 | int |
14170 | main () | |
14171 | { | |
81ecdfbb | 14172 | prstatus32_t avar |
d5efd9fc AM |
14173 | ; |
14174 | return 0; | |
14175 | } | |
14176 | _ACEOF | |
81ecdfbb RW |
14177 | if ac_fn_c_try_compile "$LINENO"; then : |
14178 | bfd_cv_have_sys_procfs_type_prstatus32_t=yes | |
d5efd9fc | 14179 | else |
81ecdfbb | 14180 | bfd_cv_have_sys_procfs_type_prstatus32_t=no |
d5efd9fc | 14181 | |
d5efd9fc | 14182 | fi |
81ecdfbb | 14183 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
d5efd9fc | 14184 | fi |
d5efd9fc | 14185 | |
81ecdfbb RW |
14186 | if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then |
14187 | ||
14188 | $as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h | |
14189 | ||
14190 | fi | |
14191 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5 | |
14192 | $as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; } | |
14193 | ||
14194 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5 | |
14195 | $as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; } | |
14196 | if test "${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+set}" = set; then : | |
14197 | $as_echo_n "(cached) " >&6 | |
d5efd9fc | 14198 | else |
81ecdfbb | 14199 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d5efd9fc | 14200 | /* end confdefs.h. */ |
81ecdfbb RW |
14201 | |
14202 | #define _SYSCALL32 | |
16231b7b DG |
14203 | /* Needed for new procfs interface on sparc-solaris. */ |
14204 | #define _STRUCTURED_PROC 1 | |
81ecdfbb | 14205 | #include <sys/procfs.h> |
d5efd9fc AM |
14206 | int |
14207 | main () | |
14208 | { | |
81ecdfbb | 14209 | prstatus_t avar; void* aref = (void*) &avar.pr_who |
d5efd9fc AM |
14210 | ; |
14211 | return 0; | |
14212 | } | |
14213 | _ACEOF | |
81ecdfbb RW |
14214 | if ac_fn_c_try_compile "$LINENO"; then : |
14215 | bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes | |
14216 | else | |
14217 | bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no | |
14218 | ||
14219 | fi | |
14220 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
14221 | fi | |
14222 | ||
14223 | if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then | |
14224 | ||
14225 | $as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h | |
14226 | ||
14227 | fi | |
14228 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5 | |
14229 | $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; } | |
14230 | ||
14231 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5 | |
14232 | $as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; } | |
14233 | if test "${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+set}" = set; then : | |
14234 | $as_echo_n "(cached) " >&6 | |
14235 | else | |
14236 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d5efd9fc | 14237 | /* end confdefs.h. */ |
81ecdfbb RW |
14238 | |
14239 | #define _SYSCALL32 | |
16231b7b DG |
14240 | /* Needed for new procfs interface on sparc-solaris. */ |
14241 | #define _STRUCTURED_PROC 1 | |
81ecdfbb | 14242 | #include <sys/procfs.h> |
d5efd9fc AM |
14243 | int |
14244 | main () | |
14245 | { | |
81ecdfbb | 14246 | prstatus32_t avar; void* aref = (void*) &avar.pr_who |
d5efd9fc AM |
14247 | ; |
14248 | return 0; | |
14249 | } | |
14250 | _ACEOF | |
81ecdfbb RW |
14251 | if ac_fn_c_try_compile "$LINENO"; then : |
14252 | bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes | |
d5efd9fc | 14253 | else |
81ecdfbb | 14254 | bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no |
d5efd9fc | 14255 | |
d5efd9fc | 14256 | fi |
81ecdfbb RW |
14257 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
14258 | fi | |
d5efd9fc | 14259 | |
81ecdfbb RW |
14260 | if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then |
14261 | ||
14262 | $as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h | |
14263 | ||
14264 | fi | |
14265 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5 | |
14266 | $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; } | |
14267 | ||
14268 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5 | |
14269 | $as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; } | |
14270 | if test "${bfd_cv_have_sys_procfs_type_pstatus_t+set}" = set; then : | |
14271 | $as_echo_n "(cached) " >&6 | |
14272 | else | |
14273 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d5efd9fc | 14274 | /* end confdefs.h. */ |
81ecdfbb RW |
14275 | |
14276 | #define _SYSCALL32 | |
16231b7b DG |
14277 | /* Needed for new procfs interface on sparc-solaris. */ |
14278 | #define _STRUCTURED_PROC 1 | |
81ecdfbb | 14279 | #include <sys/procfs.h> |
d5efd9fc AM |
14280 | int |
14281 | main () | |
14282 | { | |
81ecdfbb | 14283 | pstatus_t avar |
d5efd9fc AM |
14284 | ; |
14285 | return 0; | |
14286 | } | |
14287 | _ACEOF | |
81ecdfbb RW |
14288 | if ac_fn_c_try_compile "$LINENO"; then : |
14289 | bfd_cv_have_sys_procfs_type_pstatus_t=yes | |
14290 | else | |
14291 | bfd_cv_have_sys_procfs_type_pstatus_t=no | |
14292 | ||
14293 | fi | |
14294 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
14295 | fi | |
14296 | ||
14297 | if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then | |
14298 | ||
14299 | $as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h | |
14300 | ||
14301 | fi | |
14302 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5 | |
14303 | $as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; } | |
14304 | ||
14305 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5 | |
14306 | $as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; } | |
14307 | if test "${bfd_cv_have_sys_procfs_type_pxstatus_t+set}" = set; then : | |
14308 | $as_echo_n "(cached) " >&6 | |
14309 | else | |
14310 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d5efd9fc | 14311 | /* end confdefs.h. */ |
81ecdfbb RW |
14312 | |
14313 | #define _SYSCALL32 | |
16231b7b DG |
14314 | /* Needed for new procfs interface on sparc-solaris. */ |
14315 | #define _STRUCTURED_PROC 1 | |
81ecdfbb | 14316 | #include <sys/procfs.h> |
d5efd9fc AM |
14317 | int |
14318 | main () | |
14319 | { | |
81ecdfbb | 14320 | pxstatus_t avar |
d5efd9fc AM |
14321 | ; |
14322 | return 0; | |
14323 | } | |
14324 | _ACEOF | |
81ecdfbb RW |
14325 | if ac_fn_c_try_compile "$LINENO"; then : |
14326 | bfd_cv_have_sys_procfs_type_pxstatus_t=yes | |
d5efd9fc | 14327 | else |
81ecdfbb | 14328 | bfd_cv_have_sys_procfs_type_pxstatus_t=no |
d5efd9fc | 14329 | |
d5efd9fc | 14330 | fi |
81ecdfbb | 14331 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
d5efd9fc | 14332 | fi |
81ecdfbb RW |
14333 | |
14334 | if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then | |
14335 | ||
14336 | $as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h | |
14337 | ||
14338 | fi | |
14339 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5 | |
14340 | $as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; } | |
14341 | ||
14342 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5 | |
14343 | $as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; } | |
14344 | if test "${bfd_cv_have_sys_procfs_type_pstatus32_t+set}" = set; then : | |
14345 | $as_echo_n "(cached) " >&6 | |
14346 | else | |
14347 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d5efd9fc | 14348 | /* end confdefs.h. */ |
81ecdfbb RW |
14349 | |
14350 | #define _SYSCALL32 | |
16231b7b DG |
14351 | /* Needed for new procfs interface on sparc-solaris. */ |
14352 | #define _STRUCTURED_PROC 1 | |
81ecdfbb | 14353 | #include <sys/procfs.h> |
d5efd9fc AM |
14354 | int |
14355 | main () | |
14356 | { | |
81ecdfbb | 14357 | pstatus32_t avar |
d5efd9fc AM |
14358 | ; |
14359 | return 0; | |
14360 | } | |
14361 | _ACEOF | |
81ecdfbb RW |
14362 | if ac_fn_c_try_compile "$LINENO"; then : |
14363 | bfd_cv_have_sys_procfs_type_pstatus32_t=yes | |
d5efd9fc | 14364 | else |
81ecdfbb | 14365 | bfd_cv_have_sys_procfs_type_pstatus32_t=no |
d5efd9fc | 14366 | |
d5efd9fc | 14367 | fi |
81ecdfbb RW |
14368 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
14369 | fi | |
14370 | ||
14371 | if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then | |
14372 | ||
14373 | $as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h | |
14374 | ||
14375 | fi | |
14376 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5 | |
14377 | $as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; } | |
14378 | ||
14379 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5 | |
14380 | $as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; } | |
14381 | if test "${bfd_cv_have_sys_procfs_type_prpsinfo_t+set}" = set; then : | |
14382 | $as_echo_n "(cached) " >&6 | |
14383 | else | |
14384 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d5efd9fc | 14385 | /* end confdefs.h. */ |
81ecdfbb RW |
14386 | |
14387 | #define _SYSCALL32 | |
16231b7b DG |
14388 | /* Needed for new procfs interface on sparc-solaris. */ |
14389 | #define _STRUCTURED_PROC 1 | |
81ecdfbb | 14390 | #include <sys/procfs.h> |
d5efd9fc AM |
14391 | int |
14392 | main () | |
14393 | { | |
81ecdfbb | 14394 | prpsinfo_t avar |
d5efd9fc AM |
14395 | ; |
14396 | return 0; | |
14397 | } | |
14398 | _ACEOF | |
81ecdfbb RW |
14399 | if ac_fn_c_try_compile "$LINENO"; then : |
14400 | bfd_cv_have_sys_procfs_type_prpsinfo_t=yes | |
d5efd9fc | 14401 | else |
81ecdfbb | 14402 | bfd_cv_have_sys_procfs_type_prpsinfo_t=no |
d5efd9fc | 14403 | |
d5efd9fc | 14404 | fi |
81ecdfbb | 14405 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
d5efd9fc | 14406 | fi |
d5efd9fc | 14407 | |
81ecdfbb | 14408 | if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then |
d5efd9fc | 14409 | |
81ecdfbb RW |
14410 | $as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h |
14411 | ||
14412 | fi | |
14413 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5 | |
14414 | $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; } | |
14415 | ||
335e41d4 JK |
14416 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5 |
14417 | $as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; } | |
14418 | if test "${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+set}" = set; then : | |
14419 | $as_echo_n "(cached) " >&6 | |
14420 | else | |
14421 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
14422 | /* end confdefs.h. */ | |
14423 | ||
14424 | #define _SYSCALL32 | |
14425 | /* Needed for new procfs interface on sparc-solaris. */ | |
14426 | #define _STRUCTURED_PROC 1 | |
14427 | #include <sys/procfs.h> | |
14428 | int | |
14429 | main () | |
14430 | { | |
14431 | prpsinfo_t avar; void* aref = (void*) &avar.pr_pid | |
14432 | ; | |
14433 | return 0; | |
14434 | } | |
14435 | _ACEOF | |
14436 | if ac_fn_c_try_compile "$LINENO"; then : | |
14437 | bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=yes | |
14438 | else | |
14439 | bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=no | |
14440 | ||
14441 | fi | |
14442 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
14443 | fi | |
14444 | ||
14445 | if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then | |
14446 | ||
14447 | $as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h | |
14448 | ||
14449 | fi | |
14450 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5 | |
14451 | $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; } | |
14452 | ||
81ecdfbb RW |
14453 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5 |
14454 | $as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; } | |
14455 | if test "${bfd_cv_have_sys_procfs_type_prpsinfo32_t+set}" = set; then : | |
14456 | $as_echo_n "(cached) " >&6 | |
d5efd9fc | 14457 | else |
81ecdfbb | 14458 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d5efd9fc | 14459 | /* end confdefs.h. */ |
81ecdfbb RW |
14460 | |
14461 | #define _SYSCALL32 | |
16231b7b DG |
14462 | /* Needed for new procfs interface on sparc-solaris. */ |
14463 | #define _STRUCTURED_PROC 1 | |
81ecdfbb | 14464 | #include <sys/procfs.h> |
d5efd9fc AM |
14465 | int |
14466 | main () | |
14467 | { | |
81ecdfbb | 14468 | prpsinfo32_t avar |
d5efd9fc AM |
14469 | ; |
14470 | return 0; | |
14471 | } | |
14472 | _ACEOF | |
81ecdfbb RW |
14473 | if ac_fn_c_try_compile "$LINENO"; then : |
14474 | bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes | |
d5efd9fc | 14475 | else |
81ecdfbb | 14476 | bfd_cv_have_sys_procfs_type_prpsinfo32_t=no |
d5efd9fc | 14477 | |
d5efd9fc | 14478 | fi |
81ecdfbb | 14479 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
d5efd9fc | 14480 | fi |
d5efd9fc | 14481 | |
81ecdfbb RW |
14482 | if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then |
14483 | ||
14484 | $as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h | |
14485 | ||
14486 | fi | |
14487 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5 | |
14488 | $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; } | |
14489 | ||
335e41d4 JK |
14490 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5 |
14491 | $as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; } | |
14492 | if test "${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+set}" = set; then : | |
14493 | $as_echo_n "(cached) " >&6 | |
14494 | else | |
14495 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
14496 | /* end confdefs.h. */ | |
14497 | ||
14498 | #define _SYSCALL32 | |
14499 | /* Needed for new procfs interface on sparc-solaris. */ | |
14500 | #define _STRUCTURED_PROC 1 | |
14501 | #include <sys/procfs.h> | |
14502 | int | |
14503 | main () | |
14504 | { | |
14505 | prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid | |
14506 | ; | |
14507 | return 0; | |
14508 | } | |
14509 | _ACEOF | |
14510 | if ac_fn_c_try_compile "$LINENO"; then : | |
14511 | bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=yes | |
14512 | else | |
14513 | bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=no | |
14514 | ||
14515 | fi | |
14516 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
14517 | fi | |
14518 | ||
14519 | if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then | |
14520 | ||
14521 | $as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h | |
14522 | ||
14523 | fi | |
14524 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5 | |
14525 | $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; } | |
14526 | ||
81ecdfbb RW |
14527 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5 |
14528 | $as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; } | |
14529 | if test "${bfd_cv_have_sys_procfs_type_psinfo_t+set}" = set; then : | |
14530 | $as_echo_n "(cached) " >&6 | |
d5efd9fc | 14531 | else |
81ecdfbb | 14532 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d5efd9fc | 14533 | /* end confdefs.h. */ |
d5efd9fc | 14534 | |
81ecdfbb | 14535 | #define _SYSCALL32 |
16231b7b DG |
14536 | /* Needed for new procfs interface on sparc-solaris. */ |
14537 | #define _STRUCTURED_PROC 1 | |
81ecdfbb | 14538 | #include <sys/procfs.h> |
d5efd9fc AM |
14539 | int |
14540 | main () | |
14541 | { | |
81ecdfbb | 14542 | psinfo_t avar |
d5efd9fc AM |
14543 | ; |
14544 | return 0; | |
14545 | } | |
14546 | _ACEOF | |
81ecdfbb RW |
14547 | if ac_fn_c_try_compile "$LINENO"; then : |
14548 | bfd_cv_have_sys_procfs_type_psinfo_t=yes | |
d5efd9fc | 14549 | else |
81ecdfbb | 14550 | bfd_cv_have_sys_procfs_type_psinfo_t=no |
d5efd9fc | 14551 | |
d5efd9fc | 14552 | fi |
81ecdfbb RW |
14553 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
14554 | fi | |
d5efd9fc | 14555 | |
81ecdfbb RW |
14556 | if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then |
14557 | ||
14558 | $as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h | |
14559 | ||
14560 | fi | |
14561 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5 | |
14562 | $as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; } | |
14563 | ||
335e41d4 JK |
14564 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5 |
14565 | $as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; } | |
14566 | if test "${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+set}" = set; then : | |
14567 | $as_echo_n "(cached) " >&6 | |
14568 | else | |
14569 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
14570 | /* end confdefs.h. */ | |
14571 | ||
14572 | #define _SYSCALL32 | |
14573 | /* Needed for new procfs interface on sparc-solaris. */ | |
14574 | #define _STRUCTURED_PROC 1 | |
14575 | #include <sys/procfs.h> | |
14576 | int | |
14577 | main () | |
14578 | { | |
14579 | psinfo_t avar; void* aref = (void*) &avar.pr_pid | |
14580 | ; | |
14581 | return 0; | |
14582 | } | |
14583 | _ACEOF | |
14584 | if ac_fn_c_try_compile "$LINENO"; then : | |
14585 | bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=yes | |
14586 | else | |
14587 | bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=no | |
14588 | ||
14589 | fi | |
14590 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
14591 | fi | |
14592 | ||
14593 | if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then | |
14594 | ||
14595 | $as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h | |
14596 | ||
14597 | fi | |
14598 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5 | |
14599 | $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; } | |
14600 | ||
81ecdfbb RW |
14601 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5 |
14602 | $as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; } | |
14603 | if test "${bfd_cv_have_sys_procfs_type_psinfo32_t+set}" = set; then : | |
14604 | $as_echo_n "(cached) " >&6 | |
14605 | else | |
14606 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d5efd9fc | 14607 | /* end confdefs.h. */ |
81ecdfbb RW |
14608 | |
14609 | #define _SYSCALL32 | |
16231b7b DG |
14610 | /* Needed for new procfs interface on sparc-solaris. */ |
14611 | #define _STRUCTURED_PROC 1 | |
81ecdfbb | 14612 | #include <sys/procfs.h> |
d5efd9fc AM |
14613 | int |
14614 | main () | |
14615 | { | |
81ecdfbb | 14616 | psinfo32_t avar |
d5efd9fc AM |
14617 | ; |
14618 | return 0; | |
14619 | } | |
14620 | _ACEOF | |
81ecdfbb RW |
14621 | if ac_fn_c_try_compile "$LINENO"; then : |
14622 | bfd_cv_have_sys_procfs_type_psinfo32_t=yes | |
14623 | else | |
14624 | bfd_cv_have_sys_procfs_type_psinfo32_t=no | |
14625 | ||
14626 | fi | |
14627 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
14628 | fi | |
14629 | ||
14630 | if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then | |
14631 | ||
14632 | $as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h | |
14633 | ||
14634 | fi | |
14635 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5 | |
14636 | $as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; } | |
14637 | ||
335e41d4 JK |
14638 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5 |
14639 | $as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; } | |
14640 | if test "${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+set}" = set; then : | |
14641 | $as_echo_n "(cached) " >&6 | |
14642 | else | |
14643 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
14644 | /* end confdefs.h. */ | |
14645 | ||
14646 | #define _SYSCALL32 | |
14647 | /* Needed for new procfs interface on sparc-solaris. */ | |
14648 | #define _STRUCTURED_PROC 1 | |
14649 | #include <sys/procfs.h> | |
14650 | int | |
14651 | main () | |
14652 | { | |
14653 | psinfo32_t avar; void* aref = (void*) &avar.pr_pid | |
14654 | ; | |
14655 | return 0; | |
14656 | } | |
14657 | _ACEOF | |
14658 | if ac_fn_c_try_compile "$LINENO"; then : | |
14659 | bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=yes | |
14660 | else | |
14661 | bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=no | |
14662 | ||
14663 | fi | |
14664 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
14665 | fi | |
14666 | ||
14667 | if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then | |
14668 | ||
14669 | $as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h | |
14670 | ||
14671 | fi | |
14672 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5 | |
14673 | $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; } | |
14674 | ||
81ecdfbb RW |
14675 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5 |
14676 | $as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; } | |
14677 | if test "${bfd_cv_have_sys_procfs_type_lwpstatus_t+set}" = set; then : | |
14678 | $as_echo_n "(cached) " >&6 | |
14679 | else | |
14680 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d5efd9fc | 14681 | /* end confdefs.h. */ |
81ecdfbb RW |
14682 | |
14683 | #define _SYSCALL32 | |
16231b7b DG |
14684 | /* Needed for new procfs interface on sparc-solaris. */ |
14685 | #define _STRUCTURED_PROC 1 | |
81ecdfbb | 14686 | #include <sys/procfs.h> |
d5efd9fc AM |
14687 | int |
14688 | main () | |
14689 | { | |
81ecdfbb | 14690 | lwpstatus_t avar |
d5efd9fc AM |
14691 | ; |
14692 | return 0; | |
14693 | } | |
14694 | _ACEOF | |
81ecdfbb RW |
14695 | if ac_fn_c_try_compile "$LINENO"; then : |
14696 | bfd_cv_have_sys_procfs_type_lwpstatus_t=yes | |
d5efd9fc | 14697 | else |
81ecdfbb | 14698 | bfd_cv_have_sys_procfs_type_lwpstatus_t=no |
d5efd9fc | 14699 | |
d5efd9fc | 14700 | fi |
81ecdfbb | 14701 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
d5efd9fc | 14702 | fi |
81ecdfbb RW |
14703 | |
14704 | if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then | |
14705 | ||
14706 | $as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h | |
14707 | ||
14708 | fi | |
14709 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5 | |
14710 | $as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; } | |
14711 | ||
14712 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5 | |
14713 | $as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; } | |
14714 | if test "${bfd_cv_have_sys_procfs_type_lwpxstatus_t+set}" = set; then : | |
14715 | $as_echo_n "(cached) " >&6 | |
14716 | else | |
14717 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d5efd9fc | 14718 | /* end confdefs.h. */ |
81ecdfbb RW |
14719 | |
14720 | #define _SYSCALL32 | |
16231b7b DG |
14721 | /* Needed for new procfs interface on sparc-solaris. */ |
14722 | #define _STRUCTURED_PROC 1 | |
81ecdfbb | 14723 | #include <sys/procfs.h> |
d5efd9fc AM |
14724 | int |
14725 | main () | |
14726 | { | |
81ecdfbb | 14727 | lwpxstatus_t avar |
d5efd9fc AM |
14728 | ; |
14729 | return 0; | |
14730 | } | |
14731 | _ACEOF | |
81ecdfbb RW |
14732 | if ac_fn_c_try_compile "$LINENO"; then : |
14733 | bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes | |
d5efd9fc | 14734 | else |
81ecdfbb | 14735 | bfd_cv_have_sys_procfs_type_lwpxstatus_t=no |
d5efd9fc | 14736 | |
d5efd9fc | 14737 | fi |
81ecdfbb RW |
14738 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
14739 | fi | |
14740 | ||
14741 | if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then | |
14742 | ||
14743 | $as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h | |
14744 | ||
14745 | fi | |
14746 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5 | |
14747 | $as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; } | |
14748 | ||
14749 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5 | |
14750 | $as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; } | |
14751 | if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+set}" = set; then : | |
14752 | $as_echo_n "(cached) " >&6 | |
d5efd9fc | 14753 | else |
81ecdfbb | 14754 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d5efd9fc | 14755 | /* end confdefs.h. */ |
81ecdfbb RW |
14756 | |
14757 | #define _SYSCALL32 | |
16231b7b DG |
14758 | /* Needed for new procfs interface on sparc-solaris. */ |
14759 | #define _STRUCTURED_PROC 1 | |
81ecdfbb | 14760 | #include <sys/procfs.h> |
d5efd9fc AM |
14761 | int |
14762 | main () | |
14763 | { | |
81ecdfbb | 14764 | lwpstatus_t avar; void* aref = (void*) &avar.pr_context |
d5efd9fc AM |
14765 | ; |
14766 | return 0; | |
14767 | } | |
14768 | _ACEOF | |
81ecdfbb RW |
14769 | if ac_fn_c_try_compile "$LINENO"; then : |
14770 | bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes | |
d5efd9fc | 14771 | else |
81ecdfbb | 14772 | bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no |
d5efd9fc | 14773 | |
d5efd9fc | 14774 | fi |
81ecdfbb | 14775 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
d5efd9fc | 14776 | fi |
d5efd9fc | 14777 | |
81ecdfbb | 14778 | if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then |
d5efd9fc | 14779 | |
81ecdfbb RW |
14780 | $as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h |
14781 | ||
14782 | fi | |
14783 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5 | |
14784 | $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; } | |
14785 | ||
14786 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5 | |
14787 | $as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; } | |
14788 | if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+set}" = set; then : | |
14789 | $as_echo_n "(cached) " >&6 | |
d5efd9fc | 14790 | else |
81ecdfbb | 14791 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d5efd9fc | 14792 | /* end confdefs.h. */ |
81ecdfbb RW |
14793 | |
14794 | #define _SYSCALL32 | |
16231b7b DG |
14795 | /* Needed for new procfs interface on sparc-solaris. */ |
14796 | #define _STRUCTURED_PROC 1 | |
81ecdfbb | 14797 | #include <sys/procfs.h> |
d5efd9fc AM |
14798 | int |
14799 | main () | |
14800 | { | |
81ecdfbb | 14801 | lwpstatus_t avar; void* aref = (void*) &avar.pr_reg |
d5efd9fc AM |
14802 | ; |
14803 | return 0; | |
14804 | } | |
14805 | _ACEOF | |
81ecdfbb RW |
14806 | if ac_fn_c_try_compile "$LINENO"; then : |
14807 | bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes | |
d5efd9fc | 14808 | else |
81ecdfbb | 14809 | bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no |
d5efd9fc | 14810 | |
d5efd9fc | 14811 | fi |
81ecdfbb | 14812 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
d5efd9fc | 14813 | fi |
d5efd9fc | 14814 | |
81ecdfbb RW |
14815 | if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then |
14816 | ||
14817 | $as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h | |
14818 | ||
14819 | fi | |
14820 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5 | |
14821 | $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; } | |
14822 | ||
16231b7b DG |
14823 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5 |
14824 | $as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; } | |
14825 | if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+set}" = set; then : | |
14826 | $as_echo_n "(cached) " >&6 | |
14827 | else | |
14828 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
14829 | /* end confdefs.h. */ | |
14830 | ||
14831 | #define _SYSCALL32 | |
14832 | /* Needed for new procfs interface on sparc-solaris. */ | |
14833 | #define _STRUCTURED_PROC 1 | |
14834 | #include <sys/procfs.h> | |
14835 | int | |
14836 | main () | |
14837 | { | |
14838 | lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg | |
14839 | ; | |
14840 | return 0; | |
14841 | } | |
14842 | _ACEOF | |
14843 | if ac_fn_c_try_compile "$LINENO"; then : | |
14844 | bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=yes | |
14845 | else | |
14846 | bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=no | |
14847 | ||
14848 | fi | |
14849 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
14850 | fi | |
14851 | ||
14852 | if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then | |
14853 | ||
14854 | $as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h | |
14855 | ||
14856 | fi | |
14857 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5 | |
14858 | $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; } | |
14859 | ||
81ecdfbb RW |
14860 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5 |
14861 | $as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; } | |
14862 | if test "${bfd_cv_have_sys_procfs_type_win32_pstatus_t+set}" = set; then : | |
14863 | $as_echo_n "(cached) " >&6 | |
d5efd9fc | 14864 | else |
81ecdfbb | 14865 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d5efd9fc | 14866 | /* end confdefs.h. */ |
81ecdfbb RW |
14867 | |
14868 | #define _SYSCALL32 | |
16231b7b DG |
14869 | /* Needed for new procfs interface on sparc-solaris. */ |
14870 | #define _STRUCTURED_PROC 1 | |
81ecdfbb | 14871 | #include <sys/procfs.h> |
d5efd9fc AM |
14872 | int |
14873 | main () | |
14874 | { | |
81ecdfbb | 14875 | win32_pstatus_t avar |
d5efd9fc AM |
14876 | ; |
14877 | return 0; | |
14878 | } | |
14879 | _ACEOF | |
81ecdfbb RW |
14880 | if ac_fn_c_try_compile "$LINENO"; then : |
14881 | bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes | |
d5efd9fc | 14882 | else |
81ecdfbb | 14883 | bfd_cv_have_sys_procfs_type_win32_pstatus_t=no |
d5efd9fc | 14884 | |
d5efd9fc | 14885 | fi |
81ecdfbb RW |
14886 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
14887 | fi | |
d5efd9fc | 14888 | |
81ecdfbb | 14889 | if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then |
d5efd9fc | 14890 | |
81ecdfbb | 14891 | $as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h |
d5efd9fc | 14892 | |
81ecdfbb RW |
14893 | fi |
14894 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5 | |
14895 | $as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; } | |
d5efd9fc | 14896 | |
81ecdfbb | 14897 | fi |
d5efd9fc | 14898 | fi |
d5efd9fc | 14899 | |
d5efd9fc | 14900 | |
8bc7f138 L |
14901 | if test -n "$CORE_HEADER"; then |
14902 | ||
14903 | cat >>confdefs.h <<_ACEOF | |
14904 | #define CORE_HEADER $CORE_HEADER | |
14905 | _ACEOF | |
14906 | ||
14907 | fi | |
81ecdfbb | 14908 | if test -n "$TRAD_HEADER"; then |
d5efd9fc | 14909 | |
81ecdfbb RW |
14910 | cat >>confdefs.h <<_ACEOF |
14911 | #define TRAD_HEADER $TRAD_HEADER | |
d5efd9fc | 14912 | _ACEOF |
d5efd9fc | 14913 | |
81ecdfbb | 14914 | fi |
d5efd9fc | 14915 | |
81ecdfbb RW |
14916 | # Check if linker supports --as-needed and --no-as-needed options |
14917 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5 | |
14918 | $as_echo_n "checking linker --as-needed support... " >&6; } | |
14919 | if test "${bfd_cv_ld_as_needed+set}" = set; then : | |
14920 | $as_echo_n "(cached) " >&6 | |
d5efd9fc | 14921 | else |
81ecdfbb RW |
14922 | bfd_cv_ld_as_needed=no |
14923 | if $LD --help 2>/dev/null | grep as-needed > /dev/null; then | |
14924 | bfd_cv_ld_as_needed=yes | |
14925 | fi | |
d5efd9fc | 14926 | |
d5efd9fc | 14927 | fi |
81ecdfbb RW |
14928 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5 |
14929 | $as_echo "$bfd_cv_ld_as_needed" >&6; } | |
d5efd9fc | 14930 | |
81ecdfbb RW |
14931 | LIBM= |
14932 | case $host in | |
3725885a | 14933 | *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) |
81ecdfbb RW |
14934 | # These system don't have libm, or don't need it |
14935 | ;; | |
14936 | *-ncr-sysv4.3*) | |
14937 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5 | |
14938 | $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; } | |
14939 | if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then : | |
14940 | $as_echo_n "(cached) " >&6 | |
d5efd9fc | 14941 | else |
81ecdfbb RW |
14942 | ac_check_lib_save_LIBS=$LIBS |
14943 | LIBS="-lmw $LIBS" | |
14944 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d5efd9fc | 14945 | /* end confdefs.h. */ |
81ecdfbb RW |
14946 | |
14947 | /* Override any GCC internal prototype to avoid an error. | |
14948 | Use char because int might match the return type of a GCC | |
14949 | builtin and then its argument prototype would still apply. */ | |
14950 | #ifdef __cplusplus | |
14951 | extern "C" | |
14952 | #endif | |
14953 | char _mwvalidcheckl (); | |
d5efd9fc AM |
14954 | int |
14955 | main () | |
14956 | { | |
81ecdfbb | 14957 | return _mwvalidcheckl (); |
d5efd9fc AM |
14958 | ; |
14959 | return 0; | |
14960 | } | |
14961 | _ACEOF | |
81ecdfbb RW |
14962 | if ac_fn_c_try_link "$LINENO"; then : |
14963 | ac_cv_lib_mw__mwvalidcheckl=yes | |
d5efd9fc | 14964 | else |
81ecdfbb RW |
14965 | ac_cv_lib_mw__mwvalidcheckl=no |
14966 | fi | |
14967 | rm -f core conftest.err conftest.$ac_objext \ | |
14968 | conftest$ac_exeext conftest.$ac_ext | |
14969 | LIBS=$ac_check_lib_save_LIBS | |
d5efd9fc | 14970 | fi |
81ecdfbb RW |
14971 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5 |
14972 | $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; } | |
14973 | if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then : | |
14974 | LIBM="-lmw" | |
d5efd9fc | 14975 | fi |
d5efd9fc | 14976 | |
81ecdfbb RW |
14977 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5 |
14978 | $as_echo_n "checking for cos in -lm... " >&6; } | |
14979 | if test "${ac_cv_lib_m_cos+set}" = set; then : | |
14980 | $as_echo_n "(cached) " >&6 | |
d5efd9fc | 14981 | else |
81ecdfbb RW |
14982 | ac_check_lib_save_LIBS=$LIBS |
14983 | LIBS="-lm $LIBS" | |
14984 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d5efd9fc | 14985 | /* end confdefs.h. */ |
d5efd9fc | 14986 | |
81ecdfbb RW |
14987 | /* Override any GCC internal prototype to avoid an error. |
14988 | Use char because int might match the return type of a GCC | |
14989 | builtin and then its argument prototype would still apply. */ | |
14990 | #ifdef __cplusplus | |
14991 | extern "C" | |
14992 | #endif | |
14993 | char cos (); | |
d5efd9fc AM |
14994 | int |
14995 | main () | |
14996 | { | |
81ecdfbb | 14997 | return cos (); |
d5efd9fc AM |
14998 | ; |
14999 | return 0; | |
15000 | } | |
15001 | _ACEOF | |
81ecdfbb RW |
15002 | if ac_fn_c_try_link "$LINENO"; then : |
15003 | ac_cv_lib_m_cos=yes | |
d5efd9fc | 15004 | else |
81ecdfbb RW |
15005 | ac_cv_lib_m_cos=no |
15006 | fi | |
15007 | rm -f core conftest.err conftest.$ac_objext \ | |
15008 | conftest$ac_exeext conftest.$ac_ext | |
15009 | LIBS=$ac_check_lib_save_LIBS | |
15010 | fi | |
15011 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5 | |
15012 | $as_echo "$ac_cv_lib_m_cos" >&6; } | |
15013 | if test "x$ac_cv_lib_m_cos" = x""yes; then : | |
15014 | LIBM="$LIBM -lm" | |
d5efd9fc | 15015 | fi |
d5efd9fc | 15016 | |
81ecdfbb RW |
15017 | ;; |
15018 | *) | |
15019 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5 | |
15020 | $as_echo_n "checking for cos in -lm... " >&6; } | |
15021 | if test "${ac_cv_lib_m_cos+set}" = set; then : | |
15022 | $as_echo_n "(cached) " >&6 | |
15023 | else | |
15024 | ac_check_lib_save_LIBS=$LIBS | |
15025 | LIBS="-lm $LIBS" | |
15026 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d5efd9fc | 15027 | /* end confdefs.h. */ |
d5efd9fc | 15028 | |
81ecdfbb RW |
15029 | /* Override any GCC internal prototype to avoid an error. |
15030 | Use char because int might match the return type of a GCC | |
15031 | builtin and then its argument prototype would still apply. */ | |
15032 | #ifdef __cplusplus | |
15033 | extern "C" | |
15034 | #endif | |
15035 | char cos (); | |
d5efd9fc AM |
15036 | int |
15037 | main () | |
15038 | { | |
81ecdfbb | 15039 | return cos (); |
d5efd9fc AM |
15040 | ; |
15041 | return 0; | |
15042 | } | |
15043 | _ACEOF | |
81ecdfbb RW |
15044 | if ac_fn_c_try_link "$LINENO"; then : |
15045 | ac_cv_lib_m_cos=yes | |
d5efd9fc | 15046 | else |
81ecdfbb | 15047 | ac_cv_lib_m_cos=no |
d5efd9fc | 15048 | fi |
81ecdfbb RW |
15049 | rm -f core conftest.err conftest.$ac_objext \ |
15050 | conftest$ac_exeext conftest.$ac_ext | |
15051 | LIBS=$ac_check_lib_save_LIBS | |
d5efd9fc | 15052 | fi |
81ecdfbb RW |
15053 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5 |
15054 | $as_echo "$ac_cv_lib_m_cos" >&6; } | |
15055 | if test "x$ac_cv_lib_m_cos" = x""yes; then : | |
15056 | LIBM="-lm" | |
d5efd9fc | 15057 | fi |
d5efd9fc | 15058 | |
81ecdfbb | 15059 | ;; |
d5efd9fc | 15060 | esac |
d5efd9fc | 15061 | |
d5efd9fc | 15062 | |
d5efd9fc | 15063 | |
81ecdfbb RW |
15064 | # When building a shared libbfd, link against the pic version of libiberty |
15065 | # so that apps that use libbfd won't need libiberty just to satisfy any | |
15066 | # libbfd references. | |
15067 | # We can't do that if a pic libiberty is unavailable since including non-pic | |
15068 | # code would insert text relocations into libbfd. | |
15069 | SHARED_LIBADD= | |
15070 | SHARED_LDFLAGS= | |
15071 | if test "$enable_shared" = "yes"; then | |
15072 | x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'` | |
15073 | if test -n "$x"; then | |
15074 | SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty" | |
15075 | fi | |
d5efd9fc | 15076 | |
81ecdfbb RW |
15077 | # More hacks to build DLLs on Windows. |
15078 | case "${host}" in | |
15079 | *-*-cygwin*) | |
15080 | SHARED_LDFLAGS="-no-undefined" | |
15081 | SHARED_LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32" | |
15082 | ;; | |
15083 | esac | |
d5efd9fc | 15084 | |
81ecdfbb RW |
15085 | if test -n "$SHARED_LIBADD"; then |
15086 | if test -n "$LIBM"; then | |
15087 | if test x"$bfd_cv_ld_as_needed" = xyes; then | |
15088 | # Link against libm only when needed. Put -lc, -lm inside -Wl | |
15089 | # to stop libtool reordering these options. | |
15090 | SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed" | |
15091 | else | |
15092 | SHARED_LIBADD="$SHARED_LIBADD $LIBM" | |
15093 | fi | |
15094 | fi | |
15095 | fi | |
d5efd9fc | 15096 | fi |
d5efd9fc | 15097 | |
d5efd9fc | 15098 | |
d5efd9fc | 15099 | |
81ecdfbb | 15100 | # target stuff: |
d5efd9fc | 15101 | |
81ecdfbb RW |
15102 | # Canonicalize the secondary target names. |
15103 | if test -n "$enable_targets" ; then | |
15104 | for targ in `echo $enable_targets | sed 's/,/ /g'` | |
15105 | do | |
15106 | result=`$ac_config_sub $targ 2>/dev/null` | |
15107 | if test -n "$result" ; then | |
15108 | canon_targets="$canon_targets $result" | |
15109 | else | |
15110 | # Allow targets that config.sub doesn't recognize, like "all". | |
15111 | canon_targets="$canon_targets $targ" | |
15112 | fi | |
15113 | done | |
d5efd9fc | 15114 | fi |
d5efd9fc | 15115 | |
81ecdfbb RW |
15116 | all_targets=false |
15117 | defvec= | |
15118 | selvecs= | |
15119 | assocvecs= | |
15120 | selarchs= | |
15121 | TDEFINES= | |
15122 | for targ in $target $canon_targets | |
15123 | do | |
15124 | if test "x$targ" = "xall"; then | |
15125 | all_targets=true | |
15126 | assocvecs="$assocvecs $targ_defvec $targ_selvecs" | |
15127 | else | |
15128 | . $srcdir/config.bfd | |
15129 | if test "x$targ" = "x$target"; then | |
15130 | defvec=$targ_defvec | |
15131 | fi | |
15132 | selvecs="$selvecs $targ_defvec $targ_selvecs" | |
15133 | selarchs="$selarchs $targ_archs" | |
15134 | TDEFINES="$TDEFINES $targ_cflags" | |
15135 | fi | |
15136 | done | |
d5efd9fc | 15137 | |
d5efd9fc | 15138 | |
81ecdfbb RW |
15139 | # This processing still needs to be done if we're to decide properly whether |
15140 | # 64-bit support needs to be compiled in. Currently, it will be included if | |
15141 | # the default or any other explicitly requested target requires it; it | |
15142 | # will not be included on a 32-bit host if no 64-bit target is requested, and | |
15143 | # no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is | |
15144 | # used. | |
d5efd9fc | 15145 | |
81ecdfbb RW |
15146 | # uniq the default and selected vectors in all the configured targets. |
15147 | f="" | |
15148 | for i in $selvecs ; do | |
15149 | case " $f " in | |
15150 | *" $i "*) ;; | |
15151 | *) f="$f $i" ;; | |
15152 | esac | |
15153 | done | |
15154 | selvecs="$f" | |
d5efd9fc | 15155 | |
d5efd9fc | 15156 | |
81ecdfbb RW |
15157 | # uniq the associated vectors in all the configured targets. |
15158 | f="" | |
15159 | for i in $assocvecs ; do | |
15160 | case " $f " in | |
15161 | *" $i "*) ;; | |
15162 | *) f="$f $i" ;; | |
15163 | esac | |
d5efd9fc | 15164 | done |
81ecdfbb | 15165 | assocvecs="$f" |
2ba49b59 | 15166 | |
2ba49b59 | 15167 | |
81ecdfbb RW |
15168 | # uniq the architectures in all the configured targets. |
15169 | f="" | |
15170 | for i in $selarchs ; do | |
15171 | case " $f " in | |
15172 | *" $i "*) ;; | |
15173 | *) f="$f $i" ;; | |
15174 | esac | |
2ba49b59 | 15175 | done |
81ecdfbb | 15176 | selarchs="$f" |
2ba49b59 | 15177 | |
81ecdfbb RW |
15178 | # Target backend .o files. |
15179 | tb= | |
2ba49b59 | 15180 | |
81ecdfbb RW |
15181 | elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo |
15182 | elf-eh-frame.lo dwarf1.lo" | |
2ba49b59 | 15183 | |
81ecdfbb | 15184 | for vec in $selvecs |
49c97a80 | 15185 | do |
81ecdfbb RW |
15186 | target_size=32 |
15187 | case "$vec" in | |
15188 | # This list is alphabetized to make it easy to compare | |
15189 | # with the two vector lists in targets.c. For the same reason, | |
15190 | # use one entry per line, even though this leads to long lines. | |
15191 | a_out_adobe_vec) tb="$tb aout-adobe.lo aout32.lo" ;; | |
15192 | aix5coff64_vec) tb="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size=64 ;; | |
15193 | aout0_big_vec) tb="$tb aout0.lo aout32.lo" ;; | |
15194 | aout_arm_big_vec) tb="$tb aout-arm.lo aout32.lo" ;; | |
15195 | aout_arm_little_vec) tb="$tb aout-arm.lo aout32.lo" ;; | |
15196 | apollocoff_vec) tb="$tb coff-apollo.lo" ;; | |
15197 | arm_epoc_pe_big_vec) tb="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;; | |
15198 | arm_epoc_pe_little_vec) tb="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;; | |
15199 | arm_epoc_pei_big_vec) tb="$tb epoc-pei-arm.lo peigen.lo cofflink.lo " ;; | |
15200 | arm_epoc_pei_little_vec) tb="$tb epoc-pei-arm.lo peigen.lo cofflink.lo " ;; | |
15201 | arm_wince_pe_big_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo cofflink.lo " ;; | |
15202 | arm_wince_pe_little_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo cofflink.lo " ;; | |
15203 | arm_wince_pei_big_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo cofflink.lo " ;; | |
15204 | arm_wince_pei_little_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo cofflink.lo " ;; | |
15205 | armcoff_big_vec) tb="$tb coff-arm.lo cofflink.lo " ;; | |
15206 | armcoff_little_vec) tb="$tb coff-arm.lo cofflink.lo " ;; | |
15207 | armnetbsd_vec) tb="$tb armnetbsd.lo aout32.lo" ;; | |
15208 | armpe_big_vec) tb="$tb pe-arm.lo peigen.lo cofflink.lo " ;; | |
15209 | armpe_little_vec) tb="$tb pe-arm.lo peigen.lo cofflink.lo " ;; | |
15210 | armpei_big_vec) tb="$tb pei-arm.lo peigen.lo cofflink.lo " ;; | |
15211 | armpei_little_vec) tb="$tb pei-arm.lo peigen.lo cofflink.lo " ;; | |
15212 | b_out_vec_big_host) tb="$tb bout.lo aout32.lo" ;; | |
15213 | b_out_vec_little_host) tb="$tb bout.lo aout32.lo" ;; | |
15214 | bfd_pei_ia64_vec) tb="$tb pei-ia64.lo pepigen.lo cofflink.lo"; target_size=64 ;; | |
15215 | bfd_elf32_am33lin_vec) tb="$tb elf32-am33lin.lo elf32.lo $elf" ;; | |
15216 | bfd_elf32_avr_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;; | |
15217 | bfd_elf32_bfin_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;; | |
15218 | bfd_elf32_bfinfdpic_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;; | |
15219 | bfd_elf32_big_generic_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;; | |
15220 | bfd_elf32_bigarc_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;; | |
b38cadfb NC |
15221 | bfd_elf32_bigarm_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;; |
15222 | bfd_elf32_bigarm_nacl_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;; | |
81ecdfbb | 15223 | bfd_elf32_bigarm_symbian_vec) |
b38cadfb | 15224 | tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;; |
81ecdfbb | 15225 | bfd_elf32_bigarm_vxworks_vec) |
b38cadfb | 15226 | tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;; |
81ecdfbb RW |
15227 | bfd_elf32_bigmips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;; |
15228 | bfd_elf32_bigmips_vxworks_vec) | |
15229 | tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;; | |
e202fa84 | 15230 | bfd_elf32_bigmoxie_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;; |
81ecdfbb RW |
15231 | bfd_elf32_cr16_vec) tb="$tb elf32-cr16.lo elf32.lo $elf" ;; |
15232 | bfd_elf32_cr16c_vec) tb="$tb elf32-cr16c.lo elf32.lo $elf" ;; | |
15233 | bfd_elf32_cris_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;; | |
15234 | bfd_elf32_crx_vec) tb="$tb elf32-crx.lo elf32.lo $elf" ;; | |
15235 | bfd_elf32_d10v_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;; | |
15236 | bfd_elf32_d30v_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;; | |
15237 | bfd_elf32_dlx_big_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;; | |
cfb8c092 | 15238 | bfd_elf32_epiphany_vec) tb="$tb elf32-epiphany.lo elf32.lo $elf" ;; |
81ecdfbb RW |
15239 | bfd_elf32_fr30_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;; |
15240 | bfd_elf32_frv_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;; | |
15241 | bfd_elf32_frvfdpic_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;; | |
81ecdfbb RW |
15242 | bfd_elf32_h8300_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;; |
15243 | bfd_elf32_hppa_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;; | |
15244 | bfd_elf32_hppa_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;; | |
15245 | bfd_elf32_hppa_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;; | |
15246 | bfd_elf32_i370_vec) tb="$tb elf32-i370.lo elf32.lo $elf" ;; | |
5a68afcf RM |
15247 | bfd_elf32_i386_sol2_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;; |
15248 | bfd_elf32_i386_freebsd_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;; | |
15249 | bfd_elf32_i386_nacl_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;; | |
15250 | bfd_elf32_i386_vxworks_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;; | |
15251 | bfd_elf32_i386_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;; | |
81ecdfbb RW |
15252 | bfd_elf32_i860_little_vec) tb="$tb elf32-i860.lo elf32.lo $elf" ;; |
15253 | bfd_elf32_i860_vec) tb="$tb elf32-i860.lo elf32.lo $elf" ;; | |
15254 | bfd_elf32_i960_vec) tb="$tb elf32-i960.lo elf32.lo $elf" ;; | |
cbe79dfe TG |
15255 | bfd_elf32_ia64_big_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;; |
15256 | bfd_elf32_ia64_hpux_big_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf";; | |
81ecdfbb RW |
15257 | bfd_elf32_ip2k_vec) tb="$tb elf32-ip2k.lo elf32.lo $elf" ;; |
15258 | bfd_elf32_iq2000_vec) tb="$tb elf32-iq2000.lo elf32.lo $elf" ;; | |
15259 | bfd_elf32_lm32_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;; | |
15260 | bfd_elf32_lm32fdpic_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;; | |
15261 | bfd_elf32_little_generic_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;; | |
15262 | bfd_elf32_littlearc_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;; | |
15263 | bfd_elf32_littlearm_symbian_vec) | |
b38cadfb | 15264 | tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;; |
81ecdfbb | 15265 | bfd_elf32_littlearm_vxworks_vec) |
b38cadfb NC |
15266 | tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;; |
15267 | bfd_elf32_littlearm_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;; | |
15268 | bfd_elf32_littlearm_nacl_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;; | |
81ecdfbb RW |
15269 | bfd_elf32_littlemips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;; |
15270 | bfd_elf32_littlemips_vxworks_vec) | |
15271 | tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;; | |
e202fa84 | 15272 | bfd_elf32_littlemoxie_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;; |
81ecdfbb RW |
15273 | bfd_elf32_m32c_vec) tb="$tb elf32-m32c.lo elf32.lo $elf" ;; |
15274 | bfd_elf32_m32r_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;; | |
15275 | bfd_elf32_m32rle_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;; | |
15276 | bfd_elf32_m32rlin_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;; | |
15277 | bfd_elf32_m32rlelin_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;; | |
15278 | bfd_elf32_m68hc11_vec) tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;; | |
15279 | bfd_elf32_m68hc12_vec) tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;; | |
15280 | bfd_elf32_m68k_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;; | |
15281 | bfd_elf32_m88k_vec) tb="$tb elf32-m88k.lo elf32.lo $elf" ;; | |
15282 | bfd_elf32_mcore_big_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;; | |
15283 | bfd_elf32_mcore_little_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;; | |
15284 | bfd_elf32_mep_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;; | |
15285 | bfd_elf32_mep_little_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;; | |
f23200ad | 15286 | bfd_elf32_microblazeel_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;; |
81ecdfbb RW |
15287 | bfd_elf32_microblaze_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;; |
15288 | bfd_elf32_mn10200_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;; | |
15289 | bfd_elf32_mn10300_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;; | |
15290 | bfd_elf32_mt_vec) tb="$tb elf32-mt.lo elf32.lo $elf" ;; | |
15291 | bfd_elf32_msp430_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;; | |
15292 | bfd_elf32_nbigmips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;; | |
15293 | bfd_elf32_nlittlemips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;; | |
aeffff67 RS |
15294 | bfd_elf32_ntradbigmips_vec | bfd_elf32_ntradbigmips_freebsd_vec) |
15295 | tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;; | |
15296 | bfd_elf32_ntradlittlemips_vec | bfd_elf32_ntradlittlemips_freebsd_vec) | |
15297 | tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;; | |
81ecdfbb RW |
15298 | bfd_elf32_openrisc_vec) tb="$tb elf32-openrisc.lo elf32.lo $elf" ;; |
15299 | bfd_elf32_or32_big_vec) tb="$tb elf32-or32.lo elf32.lo $elf" ;; | |
15300 | bfd_elf32_pj_vec) tb="$tb elf32-pj.lo elf32.lo $elf";; | |
15301 | bfd_elf32_pjl_vec) tb="$tb elf32-pj.lo elf32.lo $elf";; | |
15302 | bfd_elf32_powerpc_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;; | |
15303 | bfd_elf32_powerpcle_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;; | |
7b8e7dad | 15304 | bfd_elf32_powerpc_freebsd_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;; |
81ecdfbb | 15305 | bfd_elf32_powerpc_vxworks_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;; |
99c513f6 | 15306 | bfd_elf32_rl78_vec) tb="$tb elf32-rl78.lo $elf" ;; |
c7927a3c NC |
15307 | bfd_elf32_rx_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;; |
15308 | bfd_elf32_rx_be_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;; | |
4c422395 | 15309 | bfd_elf32_rx_be_ns_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;; |
81ecdfbb RW |
15310 | bfd_elf32_s390_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;; |
15311 | bfd_elf32_bigscore_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64;; | |
15312 | bfd_elf32_littlescore_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64;; | |
15313 | # FIXME: We include cofflink.lo not because it's needed for | |
15314 | # bfd_elf32_sh64[l]_vec, but because we include bfd_elf32_sh[l]_vec | |
15315 | # which needs it but does not list it. Should be fixed in right place. | |
15316 | bfd_elf32_sh64_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" target_size=64 ;; | |
15317 | bfd_elf32_sh64l_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" target_size=64 ;; | |
15318 | bfd_elf32_sh64lin_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" target_size=64 ;; | |
15319 | bfd_elf32_sh64blin_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" target_size=64 ;; | |
15320 | bfd_elf32_sh64lnbsd_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" ;; | |
15321 | bfd_elf32_sh64nbsd_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" ;; | |
15322 | bfd_elf32_sh_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;; | |
8e45593f | 15323 | bfd_elf32_shbfd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;; |
81ecdfbb | 15324 | bfd_elf32_shblin_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;; |
8e45593f | 15325 | bfd_elf32_shfd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;; |
81ecdfbb RW |
15326 | bfd_elf32_shl_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;; |
15327 | bfd_elf32_shl_symbian_vec) tb="$tb elf32-sh-symbian.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;; | |
15328 | bfd_elf32_shlin_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;; | |
15329 | bfd_elf32_shlnbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;; | |
15330 | bfd_elf32_shlvxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;; | |
15331 | bfd_elf32_shnbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;; | |
15332 | bfd_elf32_shvxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;; | |
15333 | bfd_elf32_sparc_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;; | |
1360ba76 | 15334 | bfd_elf32_sparc_sol2_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;; |
81ecdfbb RW |
15335 | bfd_elf32_sparc_vxworks_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;; |
15336 | bfd_elf32_spu_vec) tb="$tb elf32-spu.lo elf32.lo $elf" ;; | |
40b36596 JM |
15337 | bfd_elf32_tic6x_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;; |
15338 | bfd_elf32_tic6x_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;; | |
2a616379 BS |
15339 | bfd_elf32_tic6x_linux_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;; |
15340 | bfd_elf32_tic6x_linux_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;; | |
15341 | bfd_elf32_tic6x_elf_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;; | |
15342 | bfd_elf32_tic6x_elf_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;; | |
fb6cedde WL |
15343 | bfd_elf32_tilegx_be_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;; |
15344 | bfd_elf32_tilegx_le_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;; | |
aa137e4d | 15345 | bfd_elf32_tilepro_vec) tb="$tb elf32-tilepro.lo elf32.lo $elf" ;; |
aeffff67 RS |
15346 | bfd_elf32_tradbigmips_vec | bfd_elf32_tradbigmips_freebsd_vec) |
15347 | tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;; | |
15348 | bfd_elf32_tradlittlemips_vec | bfd_elf32_tradlittlemips_freebsd_vec) | |
15349 | tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;; | |
81ecdfbb RW |
15350 | bfd_elf32_us_cris_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;; |
15351 | bfd_elf32_v850_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;; | |
15352 | bfd_elf32_vax_vec) tb="$tb elf32-vax.lo elf32.lo $elf" ;; | |
15353 | bfd_elf32_xstormy16_vec) tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;; | |
15354 | bfd_elf32_xc16x_vec) tb="$tb elf32-xc16x.lo elf32.lo $elf" ;; | |
f6c1a2d5 | 15355 | bfd_elf32_xgate_vec) tb="$tb elf32-xgate.lo elf32.lo $elf" ;; |
81ecdfbb RW |
15356 | bfd_elf32_xtensa_le_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;; |
15357 | bfd_elf32_xtensa_be_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;; | |
15358 | bfd_elf64_alpha_freebsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;; | |
15359 | bfd_elf64_alpha_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;; | |
a06ea964 | 15360 | bfd_elf64_bigaarch64_vec) tb="$tb elf64-aarch64.lo elf64.lo $elf"; target_size=64 ;; |
81ecdfbb RW |
15361 | bfd_elf64_big_generic_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;; |
15362 | bfd_elf64_bigmips_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;; | |
15363 | bfd_elf64_hppa_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;; | |
15364 | bfd_elf64_hppa_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;; | |
cbe79dfe TG |
15365 | bfd_elf64_ia64_big_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;; |
15366 | bfd_elf64_ia64_hpux_big_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;; | |
15367 | bfd_elf64_ia64_little_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;; | |
202e2356 | 15368 | bfd_elf64_ia64_vms_vec) tb="$tb elf64-ia64-vms.lo elf64-ia64.lo elfxx-ia64.lo elf64.lo vms-lib.lo vms-misc.lo $elf"; target_size=64 ;; |
a06ea964 | 15369 | bfd_elf64_littleaarch64_vec)tb="$tb elf64-aarch64.lo elf64.lo $elf"; target_size=64 ;; |
81ecdfbb RW |
15370 | bfd_elf64_little_generic_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;; |
15371 | bfd_elf64_littlemips_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;; | |
15372 | bfd_elf64_mmix_vec) tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;; | |
15373 | bfd_elf64_powerpc_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;; | |
15374 | bfd_elf64_powerpcle_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;; | |
7b8e7dad | 15375 | bfd_elf64_powerpc_freebsd_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;; |
81ecdfbb RW |
15376 | bfd_elf64_s390_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;; |
15377 | bfd_elf64_sh64_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;; | |
15378 | bfd_elf64_sh64l_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;; | |
15379 | bfd_elf64_sh64lin_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;; | |
15380 | bfd_elf64_sh64blin_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;; | |
15381 | bfd_elf64_sh64lnbsd_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;; | |
15382 | bfd_elf64_sh64nbsd_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;; | |
15383 | bfd_elf64_sparc_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;; | |
15384 | bfd_elf64_sparc_freebsd_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;; | |
1360ba76 | 15385 | bfd_elf64_sparc_sol2_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;; |
fb6cedde WL |
15386 | bfd_elf64_tilegx_be_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;; |
15387 | bfd_elf64_tilegx_le_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;; | |
aeffff67 RS |
15388 | bfd_elf64_tradbigmips_vec | bfd_elf64_tradbigmips_freebsd_vec) |
15389 | tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;; | |
15390 | bfd_elf64_tradlittlemips_vec | bfd_elf64_tradlittlemips_freebsd_vec) | |
15391 | tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;; | |
5a68afcf RM |
15392 | bfd_elf64_x86_64_freebsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;; |
15393 | bfd_elf64_x86_64_nacl_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;; | |
15394 | bfd_elf64_x86_64_sol2_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;; | |
15395 | bfd_elf64_x86_64_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;; | |
15396 | bfd_elf32_x86_64_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo elf32.lo $elf"; target_size=64 ;; | |
15397 | bfd_elf32_x86_64_nacl_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo elf32.lo $elf"; target_size=64 ;; | |
15398 | bfd_elf64_l1om_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;; | |
15399 | bfd_elf64_l1om_freebsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;; | |
15400 | bfd_elf64_k1om_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;; | |
15401 | bfd_elf64_k1om_freebsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;; | |
81ecdfbb RW |
15402 | bfd_mmo_vec) tb="$tb mmo.lo" target_size=64 ;; |
15403 | bfd_powerpc_pe_vec) tb="$tb pe-ppc.lo peigen.lo cofflink.lo" ;; | |
15404 | bfd_powerpc_pei_vec) tb="$tb pei-ppc.lo peigen.lo cofflink.lo" ;; | |
15405 | bfd_powerpcle_pe_vec) tb="$tb pe-ppc.lo peigen.lo cofflink.lo" ;; | |
15406 | bfd_powerpcle_pei_vec) tb="$tb pei-ppc.lo peigen.lo cofflink.lo" ;; | |
15407 | cris_aout_vec) tb="$tb aout-cris.lo" ;; | |
15408 | demo_64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;; | |
15409 | ecoff_big_vec) tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;; | |
15410 | ecoff_biglittle_vec) tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;; | |
15411 | ecoff_little_vec) tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;; | |
15412 | ecoffalpha_little_vec) tb="$tb coff-alpha.lo ecoff.lo ecofflink.lo"; target_size=64 ;; | |
15413 | go32coff_vec) tb="$tb coff-go32.lo cofflink.lo" ;; | |
15414 | go32stubbedcoff_vec) tb="$tb coff-stgo32.lo cofflink.lo" ;; | |
15415 | h8300coff_vec) tb="$tb coff-h8300.lo reloc16.lo" ;; | |
15416 | h8500coff_vec) tb="$tb coff-h8500.lo reloc16.lo" ;; | |
15417 | host_aout_vec) tb="$tb host-aout.lo aout32.lo" ;; | |
15418 | hp300bsd_vec) tb="$tb hp300bsd.lo aout32.lo" ;; | |
15419 | hp300hpux_vec) tb="$tb hp300hpux.lo aout32.lo" ;; | |
15420 | i386aout_vec) tb="$tb i386aout.lo aout32.lo" ;; | |
15421 | i386bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;; | |
15422 | i386coff_vec) tb="$tb coff-i386.lo cofflink.lo" ;; | |
15423 | x86_64coff_vec) tb="$tb coff-x86_64.lo cofflink.lo"; target_size=64 ;; | |
15424 | i386dynix_vec) tb="$tb i386dynix.lo aout32.lo" ;; | |
15425 | i386freebsd_vec) tb="$tb i386freebsd.lo aout32.lo" ;; | |
15426 | i386linux_vec) tb="$tb i386linux.lo aout32.lo" ;; | |
15427 | i386lynx_aout_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;; | |
15428 | i386lynx_coff_vec) tb="$tb cf-i386lynx.lo cofflink.lo lynx-core.lo" ;; | |
15429 | i386mach3_vec) tb="$tb i386mach3.lo aout32.lo" ;; | |
15430 | i386msdos_vec) tb="$tb i386msdos.lo" ;; | |
15431 | i386netbsd_vec) tb="$tb i386netbsd.lo aout32.lo" ;; | |
15432 | i386os9k_vec) tb="$tb i386os9k.lo aout32.lo" ;; | |
15433 | i386pe_vec) tb="$tb pe-i386.lo peigen.lo cofflink.lo" ;; | |
15434 | i386pei_vec) tb="$tb pei-i386.lo peigen.lo cofflink.lo" ;; | |
15435 | x86_64pe_vec) tb="$tb pe-x86_64.lo pex64igen.lo cofflink.lo"; target_size=64 ;; | |
15436 | x86_64pei_vec) tb="$tb pei-x86_64.lo pex64igen.lo cofflink.lo"; target_size=64 ;; | |
15437 | i860coff_vec) tb="$tb coff-i860.lo cofflink.lo" ;; | |
15438 | icoff_big_vec) tb="$tb coff-i960.lo cofflink.lo" ;; | |
15439 | icoff_little_vec) tb="$tb coff-i960.lo cofflink.lo" ;; | |
15440 | ieee_vec) tb="$tb ieee.lo" ;; | |
15441 | m68k4knetbsd_vec) tb="$tb m68k4knetbsd.lo aout32.lo" ;; | |
15442 | m68kaux_coff_vec) tb="$tb coff-aux.lo coff-m68k.lo cofflink.lo" ;; | |
15443 | m68kcoff_vec) tb="$tb coff-m68k.lo cofflink.lo" ;; | |
15444 | m68kcoffun_vec) tb="$tb coff-u68k.lo coff-m68k.lo cofflink.lo" ;; | |
15445 | m68klinux_vec) tb="$tb m68klinux.lo aout32.lo" ;; | |
15446 | m68knetbsd_vec) tb="$tb m68knetbsd.lo aout32.lo" ;; | |
15447 | m68ksysvcoff_vec) tb="$tb coff-svm68k.lo cofflink.lo" ;; | |
15448 | m88kbcs_vec) tb="$tb coff-m88k.lo" ;; | |
15449 | m88kmach3_vec) tb="$tb m88kmach3.lo aout32.lo" ;; | |
15450 | m88kopenbsd_vec) tb="$tb m88kopenbsd.lo aout32.lo" ;; | |
81ecdfbb RW |
15451 | mach_o_be_vec) tb="$tb mach-o.lo" ;; |
15452 | mach_o_le_vec) tb="$tb mach-o.lo" ;; | |
15453 | mach_o_fat_vec) tb="$tb mach-o.lo" ;; | |
15454 | mach_o_i386_vec) tb="$tb mach-o-i386.lo" ;; | |
618b7301 | 15455 | mach_o_x86_64_vec) tb="$tb mach-o-x86-64.lo" ;; |
81ecdfbb RW |
15456 | mcore_pe_big_vec) tb="$tb pe-mcore.lo peigen.lo cofflink.lo" ;; |
15457 | mcore_pe_little_vec) tb="$tb pe-mcore.lo peigen.lo cofflink.lo" ;; | |
15458 | mcore_pei_big_vec) tb="$tb pei-mcore.lo peigen.lo cofflink.lo" ;; | |
15459 | mcore_pei_little_vec) tb="$tb pei-mcore.lo peigen.lo cofflink.lo" ;; | |
15460 | mipslpe_vec) tb="$tb pe-mips.lo peigen.lo cofflink.lo" ;; | |
15461 | mipslpei_vec) tb="$tb pei-mips.lo peigen.lo cofflink.lo" ;; | |
15462 | newsos3_vec) tb="$tb newsos3.lo aout32.lo" ;; | |
15463 | nlm32_alpha_vec) tb="$tb nlm32-alpha.lo nlm32.lo nlm.lo"; target_size=64 ;; | |
15464 | nlm32_i386_vec) tb="$tb nlm32-i386.lo nlm32.lo nlm.lo" ;; | |
15465 | nlm32_powerpc_vec) tb="$tb nlm32-ppc.lo nlm32.lo nlm.lo" ;; | |
15466 | nlm32_sparc_vec) tb="$tb nlm32-sparc.lo nlm32.lo nlm.lo" ;; | |
15467 | or32coff_big_vec) tb="$tb coff-or32.lo cofflink.lo" ;; | |
15468 | pc532machaout_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;; | |
15469 | pc532netbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;; | |
15470 | pef_vec) tb="$tb pef.lo" ;; | |
15471 | pef_xlib_vec) tb="$tb pef.lo" ;; | |
15472 | pdp11_aout_vec) tb="$tb pdp11.lo" ;; | |
15473 | plugin_vec) tb="$tb plugin.lo" ;; | |
15474 | pmac_xcoff_vec) tb="$tb coff-rs6000.lo xcofflink.lo" ;; | |
15475 | ppcboot_vec) tb="$tb ppcboot.lo" ;; | |
15476 | riscix_vec) tb="$tb aout32.lo riscix.lo" ;; | |
15477 | rs6000coff64_vec) tb="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size=64 ;; | |
15478 | rs6000coff_vec) tb="$tb coff-rs6000.lo xcofflink.lo" ;; | |
15479 | shcoff_small_vec) tb="$tb coff-sh.lo cofflink.lo" ;; | |
15480 | shcoff_vec) tb="$tb coff-sh.lo cofflink.lo" ;; | |
15481 | shlcoff_small_vec) tb="$tb coff-sh.lo cofflink.lo" ;; | |
15482 | shlcoff_vec) tb="$tb coff-sh.lo cofflink.lo" ;; | |
15483 | shlpe_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo cofflink.lo" ;; | |
15484 | shlpei_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo cofflink.lo" ;; | |
15485 | som_vec) tb="$tb som.lo" ;; | |
15486 | sparccoff_vec) tb="$tb coff-sparc.lo" ;; | |
15487 | sparcle_aout_vec) tb="$tb aout-sparcle.lo aout32.lo" ;; | |
15488 | sparclinux_vec) tb="$tb sparclinux.lo aout32.lo" ;; | |
15489 | sparclynx_aout_vec) tb="$tb sparclynx.lo lynx-core.lo aout32.lo" ;; | |
15490 | sparclynx_coff_vec) tb="$tb cf-sparclynx.lo lynx-core.lo" ;; | |
15491 | sparcnetbsd_vec) tb="$tb sparcnetbsd.lo aout32.lo" ;; | |
15492 | sunos_big_vec) tb="$tb sunos.lo aout32.lo" ;; | |
15493 | sym_vec) tb="$tb xsym.lo" ;; | |
15494 | tic30_aout_vec) tb="$tb aout-tic30.lo" ;; | |
15495 | tic30_coff_vec) tb="$tb coff-tic30.lo" ;; | |
15496 | tic4x_coff0_vec) tb="$tb coff-tic4x.lo" ;; | |
15497 | tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo" ;; | |
15498 | tic4x_coff1_vec) tb="$tb coff-tic4x.lo" ;; | |
15499 | tic4x_coff1_beh_vec) tb="$tb coff-tic4x.lo" ;; | |
15500 | tic4x_coff2_vec) tb="$tb coff-tic4x.lo" ;; | |
15501 | tic4x_coff2_beh_vec) tb="$tb coff-tic4x.lo" ;; | |
15502 | tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo" ;; | |
15503 | tic54x_coff0_vec) tb="$tb coff-tic54x.lo" ;; | |
15504 | tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo" ;; | |
15505 | tic54x_coff1_vec) tb="$tb coff-tic54x.lo" ;; | |
15506 | tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo" ;; | |
15507 | tic54x_coff2_vec) tb="$tb coff-tic54x.lo" ;; | |
15508 | tic80coff_vec) tb="$tb coff-tic80.lo cofflink.lo" ;; | |
15509 | vaxnetbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;; | |
15510 | vax1knetbsd_vec) tb="$tb vax1knetbsd.lo aout32.lo" ;; | |
15511 | vaxbsd_vec) tb="$tb vaxbsd.lo aout32.lo" ;; | |
15512 | versados_vec) tb="$tb versados.lo" ;; | |
95e34ef7 | 15513 | vms_alpha_vec) tb="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size=64 ;; |
4b544b64 | 15514 | vms_lib_txt_vec) tb="$tb vms-lib.lo vms-misc.lo" ;; |
81ecdfbb RW |
15515 | w65_vec) tb="$tb coff-w65.lo reloc16.lo" ;; |
15516 | we32kcoff_vec) tb="$tb coff-we32k.lo" ;; | |
15517 | z80coff_vec) tb="$tb coff-z80.lo reloc16.lo" ;; | |
15518 | z8kcoff_vec) tb="$tb coff-z8k.lo reloc16.lo cofflink.lo" ;; | |
2ba49b59 | 15519 | |
81ecdfbb RW |
15520 | # These appear out of order in targets.c |
15521 | srec_vec) tb="$tb srec.lo" ;; | |
15522 | symbolsrec_vec) tb="$tb srec.lo" ;; | |
15523 | tekhex_vec) tb="$tb tekhex.lo" ;; | |
15524 | cisco_core_big_vec) tb="$tb cisco-core.lo" ;; | |
15525 | cisco_core_little_vec) tb="$tb cisco-core.lo" ;; | |
5464f5a1 | 15526 | |
81ecdfbb RW |
15527 | "") ;; |
15528 | *) as_fn_error "*** unknown target vector $vec" "$LINENO" 5 ;; | |
15529 | esac | |
1012372a | 15530 | |
81ecdfbb RW |
15531 | if test ${target_size} = 64; then |
15532 | target64=true | |
15533 | fi | |
15534 | if test x"${vec}" = x"${defvec}"; then | |
15535 | bfd_default_target_size=${target_size} | |
15536 | fi | |
15537 | done | |
2ba49b59 | 15538 | |
81ecdfbb RW |
15539 | # Target architecture .o files. |
15540 | # A couple of CPUs use shorter file names to avoid problems on DOS | |
15541 | # filesystems. | |
15542 | ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/` | |
5464f5a1 | 15543 | |
81ecdfbb RW |
15544 | # Weed out duplicate .o files. |
15545 | f="" | |
15546 | for i in $tb ; do | |
15547 | case " $f " in | |
15548 | *" $i "*) ;; | |
15549 | *) f="$f $i" ;; | |
15550 | esac | |
1012372a | 15551 | done |
81ecdfbb | 15552 | tb="$f" |
1012372a | 15553 | |
81ecdfbb RW |
15554 | f="" |
15555 | for i in $ta ; do | |
15556 | case " $f " in | |
15557 | *" $i "*) ;; | |
15558 | *) f="$f $i" ;; | |
15559 | esac | |
15560 | done | |
15561 | ta="$f" | |
2ba49b59 | 15562 | |
81ecdfbb RW |
15563 | bfd_backends="$tb" |
15564 | bfd_machines="$ta" | |
1012372a | 15565 | |
81ecdfbb RW |
15566 | if test x${all_targets} = xtrue ; then |
15567 | bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)' | |
15568 | bfd_machines="${bfd_machines}"' $(ALL_MACHINES)' | |
15569 | selvecs= | |
7256a114 | 15570 | havevecs=-DHAVE_all_vecs |
81ecdfbb RW |
15571 | selarchs= |
15572 | test -n "$assocvecs" && | |
15573 | assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'` | |
15574 | else # all_targets is true | |
15575 | # Only set these if they will be nonempty, for the clever echo. | |
15576 | havevecs= | |
15577 | assocvecs= | |
15578 | test -n "$selvecs" && | |
15579 | havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'` | |
15580 | test -n "$selvecs" && | |
15581 | selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'` | |
15582 | test -n "$selarchs" && | |
15583 | selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'` | |
15584 | fi # all_targets is true | |
15585 | ||
15586 | case ${host64}-${target64}-${want64} in | |
15587 | *true*) | |
15588 | wordsize=64 | |
15589 | bfd64_libs='$(BFD64_LIBS)' | |
15590 | all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)' | |
15591 | if test $BFD_HOST_64_BIT_DEFINED = 0; then | |
15592 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have requested a 64 bit BFD configuration, but" >&5 | |
15593 | $as_echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;} | |
15594 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your compiler may not have a 64 bit integral type" >&5 | |
15595 | $as_echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;} | |
15596 | fi | |
15597 | if test -n "$GCC" ; then | |
15598 | bad_64bit_gcc=no; | |
15599 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5 | |
15600 | $as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; } | |
15601 | # Add more tests for gcc versions with non-working 64-bit support here. | |
15602 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
15603 | /* end confdefs.h. */ | |
15604 | :__GNUC__:__GNUC_MINOR__:__i386__: | |
15605 | _ACEOF | |
15606 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
15607 | $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then : | |
15608 | bad_64bit_gcc=yes; | |
15609 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5 | |
15610 | $as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; } | |
2ba49b59 | 15611 | else |
81ecdfbb RW |
15612 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
15613 | $as_echo "no" >&6; } | |
2ba49b59 | 15614 | fi |
81ecdfbb | 15615 | rm -f conftest* |
1012372a | 15616 | |
81ecdfbb RW |
15617 | if test $bad_64bit_gcc = yes ; then |
15618 | as_fn_error "A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5 | |
15619 | fi | |
15620 | fi | |
15621 | ;; | |
15622 | false-false-false) | |
15623 | wordsize=32 | |
15624 | all_backends='$(BFD32_BACKENDS)' | |
15625 | ;; | |
15626 | esac | |
1012372a AC |
15627 | |
15628 | ||
15629 | ||
15630 | ||
252b5132 | 15631 | |
6be7c12c | 15632 | |
5464f5a1 NN |
15633 | |
15634 | ||
81ecdfbb RW |
15635 | if test "$plugins" = "yes"; then |
15636 | supports_plugins=1 | |
5464f5a1 | 15637 | else |
81ecdfbb | 15638 | supports_plugins=0 |
5464f5a1 | 15639 | fi |
5464f5a1 | 15640 | |
81ecdfbb | 15641 | |
3cf9e6c4 | 15642 | |
81ecdfbb RW |
15643 | # Determine the host dependant file_ptr a.k.a. off_t type. In order |
15644 | # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and | |
15645 | # fseeko, long. This assumes that sizeof off_t is .ge. sizeof long. | |
15646 | # Hopefully a reasonable assumption since fseeko et.al. should be | |
15647 | # upward compatible. | |
15648 | for ac_func in ftello ftello64 fseeko fseeko64 fopen64 | |
15649 | do : | |
15650 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
15651 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | |
15652 | eval as_val=\$$as_ac_var | |
15653 | if test "x$as_val" = x""yes; then : | |
15654 | cat >>confdefs.h <<_ACEOF | |
15655 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
5464f5a1 | 15656 | _ACEOF |
5464f5a1 | 15657 | |
252b5132 | 15658 | fi |
81ecdfbb | 15659 | done |
5464f5a1 | 15660 | |
81ecdfbb RW |
15661 | if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then |
15662 | # The cast to long int works around a bug in the HP C Compiler | |
15663 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
15664 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
15665 | # This bug is HP SR number 8606223364. | |
15666 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5 | |
15667 | $as_echo_n "checking size of off_t... " >&6; } | |
15668 | if test "${ac_cv_sizeof_off_t+set}" = set; then : | |
15669 | $as_echo_n "(cached) " >&6 | |
6be7c12c | 15670 | else |
81ecdfbb | 15671 | if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then : |
5464f5a1 | 15672 | |
81ecdfbb RW |
15673 | else |
15674 | if test "$ac_cv_type_off_t" = yes; then | |
15675 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
15676 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
15677 | { as_fn_set_status 77 | |
15678 | as_fn_error "cannot compute sizeof (off_t) | |
15679 | See \`config.log' for more details." "$LINENO" 5; }; } | |
15680 | else | |
15681 | ac_cv_sizeof_off_t=0 | |
15682 | fi | |
5464f5a1 | 15683 | fi |
5464f5a1 | 15684 | |
252b5132 | 15685 | fi |
81ecdfbb RW |
15686 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5 |
15687 | $as_echo "$ac_cv_sizeof_off_t" >&6; } | |
5464f5a1 | 15688 | |
252b5132 | 15689 | |
5464f5a1 | 15690 | |
81ecdfbb RW |
15691 | cat >>confdefs.h <<_ACEOF |
15692 | #define SIZEOF_OFF_T $ac_cv_sizeof_off_t | |
5464f5a1 | 15693 | _ACEOF |
5464f5a1 | 15694 | |
5464f5a1 | 15695 | |
81ecdfbb RW |
15696 | fi |
15697 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5 | |
15698 | $as_echo_n "checking file_ptr type... " >&6; } | |
15699 | bfd_file_ptr="long" | |
15700 | bfd_ufile_ptr="unsigned long" | |
15701 | if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \ | |
15702 | -o x"${ac_cv_sizeof_off_t}" = x8; then | |
15703 | bfd_file_ptr=BFD_HOST_64_BIT | |
15704 | bfd_ufile_ptr=BFD_HOST_U_64_BIT | |
15705 | fi | |
15706 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5 | |
15707 | $as_echo "$bfd_file_ptr" >&6; } | |
15708 | ||
6be7c12c | 15709 | |
252b5132 | 15710 | |
252b5132 | 15711 | |
81ecdfbb RW |
15712 | tdefaults="" |
15713 | test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}" | |
15714 | test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'" | |
15715 | test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'" | |
15716 | test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'" | |
7256a114 | 15717 | |
81ecdfbb RW |
15718 | |
15719 | ||
15720 | for ac_header in stdlib.h unistd.h | |
15721 | do : | |
15722 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
15723 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | |
15724 | eval as_val=\$$as_ac_Header | |
15725 | if test "x$as_val" = x""yes; then : | |
15726 | cat >>confdefs.h <<_ACEOF | |
15727 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
5464f5a1 | 15728 | _ACEOF |
5464f5a1 | 15729 | |
5464f5a1 | 15730 | fi |
81ecdfbb RW |
15731 | |
15732 | done | |
15733 | ||
15734 | for ac_func in getpagesize | |
15735 | do : | |
15736 | ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" | |
15737 | if test "x$ac_cv_func_getpagesize" = x""yes; then : | |
5464f5a1 | 15738 | cat >>confdefs.h <<_ACEOF |
81ecdfbb | 15739 | #define HAVE_GETPAGESIZE 1 |
5464f5a1 | 15740 | _ACEOF |
252b5132 | 15741 | |
252b5132 RH |
15742 | fi |
15743 | done | |
15744 | ||
81ecdfbb RW |
15745 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5 |
15746 | $as_echo_n "checking for working mmap... " >&6; } | |
15747 | if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then : | |
15748 | $as_echo_n "(cached) " >&6 | |
252b5132 | 15749 | else |
81ecdfbb | 15750 | if test "$cross_compiling" = yes; then : |
252b5132 RH |
15751 | ac_cv_func_mmap_fixed_mapped=no |
15752 | else | |
81ecdfbb | 15753 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5464f5a1 NN |
15754 | /* end confdefs.h. */ |
15755 | $ac_includes_default | |
15756 | /* malloc might have been renamed as rpl_malloc. */ | |
15757 | #undef malloc | |
6be7c12c | 15758 | |
252b5132 RH |
15759 | /* Thanks to Mike Haertel and Jim Avera for this test. |
15760 | Here is a matrix of mmap possibilities: | |
15761 | mmap private not fixed | |
15762 | mmap private fixed at somewhere currently unmapped | |
15763 | mmap private fixed at somewhere already mapped | |
15764 | mmap shared not fixed | |
15765 | mmap shared fixed at somewhere currently unmapped | |
15766 | mmap shared fixed at somewhere already mapped | |
15767 | For private mappings, we should verify that changes cannot be read() | |
15768 | back from the file, nor mmap's back from the file at a different | |
15769 | address. (There have been systems where private was not correctly | |
15770 | implemented like the infamous i386 svr4.0, and systems where the | |
5464f5a1 | 15771 | VM page cache was not coherent with the file system buffer cache |
252b5132 RH |
15772 | like early versions of FreeBSD and possibly contemporary NetBSD.) |
15773 | For shared mappings, we should conversely verify that changes get | |
5464f5a1 | 15774 | propagated back to all the places they're supposed to be. |
252b5132 RH |
15775 | |
15776 | Grep wants private fixed already mapped. | |
15777 | The main things grep needs to know about mmap are: | |
15778 | * does it exist and is it safe to write into the mmap'd area | |
15779 | * how to use it (BSD variants) */ | |
5464f5a1 | 15780 | |
252b5132 RH |
15781 | #include <fcntl.h> |
15782 | #include <sys/mman.h> | |
15783 | ||
81ecdfbb | 15784 | #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H |
5464f5a1 NN |
15785 | char *malloc (); |
15786 | #endif | |
6be7c12c | 15787 | |
5464f5a1 | 15788 | /* This mess was copied from the GNU getpagesize.h. */ |
81ecdfbb | 15789 | #ifndef HAVE_GETPAGESIZE |
252b5132 | 15790 | /* Assume that all systems that can run configure have sys/param.h. */ |
81ecdfbb | 15791 | # ifndef HAVE_SYS_PARAM_H |
252b5132 RH |
15792 | # define HAVE_SYS_PARAM_H 1 |
15793 | # endif | |
15794 | ||
15795 | # ifdef _SC_PAGESIZE | |
15796 | # define getpagesize() sysconf(_SC_PAGESIZE) | |
15797 | # else /* no _SC_PAGESIZE */ | |
81ecdfbb | 15798 | # ifdef HAVE_SYS_PARAM_H |
252b5132 RH |
15799 | # include <sys/param.h> |
15800 | # ifdef EXEC_PAGESIZE | |
15801 | # define getpagesize() EXEC_PAGESIZE | |
15802 | # else /* no EXEC_PAGESIZE */ | |
15803 | # ifdef NBPG | |
15804 | # define getpagesize() NBPG * CLSIZE | |
15805 | # ifndef CLSIZE | |
15806 | # define CLSIZE 1 | |
15807 | # endif /* no CLSIZE */ | |
15808 | # else /* no NBPG */ | |
15809 | # ifdef NBPC | |
15810 | # define getpagesize() NBPC | |
15811 | # else /* no NBPC */ | |
15812 | # ifdef PAGESIZE | |
15813 | # define getpagesize() PAGESIZE | |
15814 | # endif /* PAGESIZE */ | |
15815 | # endif /* no NBPC */ | |
15816 | # endif /* no NBPG */ | |
15817 | # endif /* no EXEC_PAGESIZE */ | |
15818 | # else /* no HAVE_SYS_PARAM_H */ | |
15819 | # define getpagesize() 8192 /* punt totally */ | |
15820 | # endif /* no HAVE_SYS_PARAM_H */ | |
15821 | # endif /* no _SC_PAGESIZE */ | |
15822 | ||
5464f5a1 NN |
15823 | #endif /* no HAVE_GETPAGESIZE */ |
15824 | ||
15825 | int | |
15826 | main () | |
15827 | { | |
15828 | char *data, *data2, *data3; | |
15829 | int i, pagesize; | |
15830 | int fd; | |
15831 | ||
15832 | pagesize = getpagesize (); | |
15833 | ||
15834 | /* First, make a file with some known garbage in it. */ | |
15835 | data = (char *) malloc (pagesize); | |
15836 | if (!data) | |
81ecdfbb | 15837 | return 1; |
5464f5a1 NN |
15838 | for (i = 0; i < pagesize; ++i) |
15839 | *(data + i) = rand (); | |
15840 | umask (0); | |
15841 | fd = creat ("conftest.mmap", 0600); | |
15842 | if (fd < 0) | |
81ecdfbb | 15843 | return 1; |
5464f5a1 | 15844 | if (write (fd, data, pagesize) != pagesize) |
81ecdfbb | 15845 | return 1; |
5464f5a1 NN |
15846 | close (fd); |
15847 | ||
15848 | /* Next, try to mmap the file at a fixed address which already has | |
15849 | something else allocated at it. If we can, also make sure that | |
15850 | we see the same garbage. */ | |
15851 | fd = open ("conftest.mmap", O_RDWR); | |
15852 | if (fd < 0) | |
81ecdfbb | 15853 | return 1; |
5464f5a1 NN |
15854 | data2 = (char *) malloc (2 * pagesize); |
15855 | if (!data2) | |
81ecdfbb RW |
15856 | return 1; |
15857 | data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1); | |
5464f5a1 NN |
15858 | if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, |
15859 | MAP_PRIVATE | MAP_FIXED, fd, 0L)) | |
81ecdfbb | 15860 | return 1; |
5464f5a1 NN |
15861 | for (i = 0; i < pagesize; ++i) |
15862 | if (*(data + i) != *(data2 + i)) | |
81ecdfbb | 15863 | return 1; |
5464f5a1 NN |
15864 | |
15865 | /* Finally, make sure that changes to the mapped area do not | |
15866 | percolate back to the file as seen by read(). (This is a bug on | |
15867 | some variants of i386 svr4.0.) */ | |
15868 | for (i = 0; i < pagesize; ++i) | |
15869 | *(data2 + i) = *(data2 + i) + 1; | |
15870 | data3 = (char *) malloc (pagesize); | |
15871 | if (!data3) | |
81ecdfbb | 15872 | return 1; |
5464f5a1 | 15873 | if (read (fd, data3, pagesize) != pagesize) |
81ecdfbb | 15874 | return 1; |
5464f5a1 NN |
15875 | for (i = 0; i < pagesize; ++i) |
15876 | if (*(data + i) != *(data3 + i)) | |
81ecdfbb | 15877 | return 1; |
5464f5a1 | 15878 | close (fd); |
81ecdfbb | 15879 | return 0; |
5464f5a1 NN |
15880 | } |
15881 | _ACEOF | |
81ecdfbb | 15882 | if ac_fn_c_try_run "$LINENO"; then : |
5464f5a1 NN |
15883 | ac_cv_func_mmap_fixed_mapped=yes |
15884 | else | |
81ecdfbb | 15885 | ac_cv_func_mmap_fixed_mapped=no |
5464f5a1 | 15886 | fi |
81ecdfbb RW |
15887 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ |
15888 | conftest.$ac_objext conftest.beam conftest.$ac_ext | |
5464f5a1 | 15889 | fi |
81ecdfbb | 15890 | |
5464f5a1 | 15891 | fi |
81ecdfbb RW |
15892 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5 |
15893 | $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; } | |
5464f5a1 NN |
15894 | if test $ac_cv_func_mmap_fixed_mapped = yes; then |
15895 | ||
81ecdfbb | 15896 | $as_echo "#define HAVE_MMAP 1" >>confdefs.h |
5464f5a1 NN |
15897 | |
15898 | fi | |
15899 | rm -f conftest.mmap | |
15900 | ||
5464f5a1 | 15901 | for ac_func in madvise mprotect |
81ecdfbb RW |
15902 | do : |
15903 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
15904 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | |
15905 | eval as_val=\$$as_ac_var | |
15906 | if test "x$as_val" = x""yes; then : | |
5464f5a1 | 15907 | cat >>confdefs.h <<_ACEOF |
81ecdfbb | 15908 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
5464f5a1 NN |
15909 | _ACEOF |
15910 | ||
15911 | fi | |
15912 | done | |
15913 | ||
15914 | case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in | |
15915 | true+yes ) | |
81ecdfbb | 15916 | $as_echo "#define USE_MMAP 1" >>confdefs.h |
5464f5a1 NN |
15917 | ;; |
15918 | esac | |
15919 | ||
15920 | rm -f doc/config.status | |
81ecdfbb | 15921 | ac_config_files="$ac_config_files Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in" |
5464f5a1 | 15922 | |
20e95c23 | 15923 | |
81ecdfbb | 15924 | ac_config_commands="$ac_config_commands default" |
5464f5a1 | 15925 | |
108a6f8e CD |
15926 | |
15927 | ||
15928 | ||
15929 | ||
15930 | ||
31dd3154 | 15931 | |
5464f5a1 NN |
15932 | cat >confcache <<\_ACEOF |
15933 | # This file is a shell script that caches the results of configure | |
15934 | # tests run on this system so they can be shared between configure | |
15935 | # scripts and configure runs, see configure's option --config-cache. | |
15936 | # It is not useful on other systems. If it contains results you don't | |
15937 | # want to keep, you may remove or edit it. | |
15938 | # | |
15939 | # config.status only pays attention to the cache file if you give it | |
15940 | # the --recheck option to rerun configure. | |
15941 | # | |
15942 | # `ac_cv_env_foo' variables (set or unset) will be overridden when | |
15943 | # loading this file, other *unset* `ac_cv_foo' will be assigned the | |
15944 | # following values. | |
15945 | ||
15946 | _ACEOF | |
15947 | ||
15948 | # The following way of writing the cache mishandles newlines in values, | |
15949 | # but we know of no workaround that is simple, portable, and efficient. | |
81ecdfbb | 15950 | # So, we kill variables containing newlines. |
5464f5a1 NN |
15951 | # Ultrix sh set writes to stderr and can't be redirected directly, |
15952 | # and sets the high bit in the cache file unless we assign to the vars. | |
81ecdfbb RW |
15953 | ( |
15954 | for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do | |
15955 | eval ac_val=\$$ac_var | |
15956 | case $ac_val in #( | |
15957 | *${as_nl}*) | |
15958 | case $ac_var in #( | |
15959 | *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 | |
15960 | $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |
15961 | esac | |
15962 | case $ac_var in #( | |
15963 | _ | IFS | as_nl) ;; #( | |
15964 | BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( | |
15965 | *) { eval $ac_var=; unset $ac_var;} ;; | |
15966 | esac ;; | |
15967 | esac | |
15968 | done | |
15969 | ||
5464f5a1 | 15970 | (set) 2>&1 | |
81ecdfbb RW |
15971 | case $as_nl`(ac_space=' '; set) 2>&1` in #( |
15972 | *${as_nl}ac_space=\ *) | |
15973 | # `set' does not quote correctly, so add quotes: double-quote | |
15974 | # substitution turns \\\\ into \\, and sed turns \\ into \. | |
5464f5a1 NN |
15975 | sed -n \ |
15976 | "s/'/'\\\\''/g; | |
15977 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | |
81ecdfbb | 15978 | ;; #( |
5464f5a1 NN |
15979 | *) |
15980 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
81ecdfbb | 15981 | sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
5464f5a1 | 15982 | ;; |
81ecdfbb RW |
15983 | esac | |
15984 | sort | |
15985 | ) | | |
5464f5a1 | 15986 | sed ' |
81ecdfbb | 15987 | /^ac_cv_env_/b end |
5464f5a1 | 15988 | t clear |
81ecdfbb | 15989 | :clear |
5464f5a1 NN |
15990 | s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ |
15991 | t end | |
81ecdfbb RW |
15992 | s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ |
15993 | :end' >>confcache | |
15994 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else | |
15995 | if test -w "$cache_file"; then | |
15996 | test "x$cache_file" != "x/dev/null" && | |
15997 | { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 | |
15998 | $as_echo "$as_me: updating cache $cache_file" >&6;} | |
5464f5a1 NN |
15999 | cat confcache >$cache_file |
16000 | else | |
81ecdfbb RW |
16001 | { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 |
16002 | $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} | |
5464f5a1 NN |
16003 | fi |
16004 | fi | |
16005 | rm -f confcache | |
16006 | ||
16007 | test "x$prefix" = xNONE && prefix=$ac_default_prefix | |
16008 | # Let make expand exec_prefix. | |
16009 | test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | |
16010 | ||
5464f5a1 NN |
16011 | DEFS=-DHAVE_CONFIG_H |
16012 | ||
16013 | ac_libobjs= | |
16014 | ac_ltlibobjs= | |
16015 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | |
16016 | # 1. Remove the extension, and $U if already installed. | |
81ecdfbb RW |
16017 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
16018 | ac_i=`$as_echo "$ac_i" | sed "$ac_script"` | |
16019 | # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR | |
16020 | # will be set to the directory where LIBOBJS objects are built. | |
16021 | as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" | |
16022 | as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' | |
5464f5a1 NN |
16023 | done |
16024 | LIBOBJS=$ac_libobjs | |
16025 | ||
16026 | LTLIBOBJS=$ac_ltlibobjs | |
16027 | ||
16028 | ||
f5385ebf | 16029 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then |
81ecdfbb RW |
16030 | as_fn_error "conditional \"AMDEP\" was never defined. |
16031 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |
f5385ebf AM |
16032 | fi |
16033 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | |
81ecdfbb RW |
16034 | as_fn_error "conditional \"am__fastdepCC\" was never defined. |
16035 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |
16036 | fi | |
16037 | if test -n "$EXEEXT"; then | |
16038 | am__EXEEXT_TRUE= | |
16039 | am__EXEEXT_FALSE='#' | |
16040 | else | |
16041 | am__EXEEXT_TRUE='#' | |
16042 | am__EXEEXT_FALSE= | |
f5385ebf | 16043 | fi |
81ecdfbb | 16044 | |
ce3c775b | 16045 | if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then |
81ecdfbb RW |
16046 | as_fn_error "conditional \"PLUGINS\" was never defined. |
16047 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |
ce3c775b | 16048 | fi |
f5385ebf | 16049 | if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then |
81ecdfbb RW |
16050 | as_fn_error "conditional \"MAINTAINER_MODE\" was never defined. |
16051 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |
f5385ebf | 16052 | fi |
d5fbea21 | 16053 | if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then |
81ecdfbb RW |
16054 | as_fn_error "conditional \"GENINSRC_NEVER\" was never defined. |
16055 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |
d5fbea21 | 16056 | fi |
f5385ebf | 16057 | if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then |
81ecdfbb RW |
16058 | as_fn_error "conditional \"INSTALL_LIBBFD\" was never defined. |
16059 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |
f5385ebf | 16060 | fi |
5464f5a1 NN |
16061 | |
16062 | : ${CONFIG_STATUS=./config.status} | |
81ecdfbb | 16063 | ac_write_fail=0 |
5464f5a1 NN |
16064 | ac_clean_files_save=$ac_clean_files |
16065 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" | |
81ecdfbb RW |
16066 | { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 |
16067 | $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} | |
16068 | as_write_fail=0 | |
16069 | cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 | |
5464f5a1 NN |
16070 | #! $SHELL |
16071 | # Generated by $as_me. | |
16072 | # Run this file to recreate the current configuration. | |
16073 | # Compiler output produced by configure, useful for debugging | |
16074 | # configure, is in config.log if it exists. | |
16075 | ||
16076 | debug=false | |
16077 | ac_cs_recheck=false | |
16078 | ac_cs_silent=false | |
5464f5a1 | 16079 | |
81ecdfbb RW |
16080 | SHELL=\${CONFIG_SHELL-$SHELL} |
16081 | export SHELL | |
16082 | _ASEOF | |
16083 | cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 | |
16084 | ## -------------------- ## | |
16085 | ## M4sh Initialization. ## | |
16086 | ## -------------------- ## | |
5464f5a1 | 16087 | |
81ecdfbb RW |
16088 | # Be more Bourne compatible |
16089 | DUALCASE=1; export DUALCASE # for MKS sh | |
16090 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : | |
5464f5a1 NN |
16091 | emulate sh |
16092 | NULLCMD=: | |
81ecdfbb | 16093 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
5464f5a1 NN |
16094 | # is contrary to our usage. Disable this feature. |
16095 | alias -g '${1+"$@"}'='"$@"' | |
81ecdfbb RW |
16096 | setopt NO_GLOB_SUBST |
16097 | else | |
16098 | case `(set -o) 2>/dev/null` in #( | |
16099 | *posix*) : | |
16100 | set -o posix ;; #( | |
16101 | *) : | |
16102 | ;; | |
16103 | esac | |
5464f5a1 | 16104 | fi |
5464f5a1 | 16105 | |
81ecdfbb RW |
16106 | |
16107 | as_nl=' | |
16108 | ' | |
16109 | export as_nl | |
16110 | # Printing a long string crashes Solaris 7 /usr/bin/printf. | |
16111 | as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' | |
16112 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo | |
16113 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo | |
16114 | # Prefer a ksh shell builtin over an external printf program on Solaris, | |
16115 | # but without wasting forks for bash or zsh. | |
16116 | if test -z "$BASH_VERSION$ZSH_VERSION" \ | |
16117 | && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then | |
16118 | as_echo='print -r --' | |
16119 | as_echo_n='print -rn --' | |
16120 | elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then | |
16121 | as_echo='printf %s\n' | |
16122 | as_echo_n='printf %s' | |
16123 | else | |
16124 | if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then | |
16125 | as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' | |
16126 | as_echo_n='/usr/ucb/echo -n' | |
16127 | else | |
16128 | as_echo_body='eval expr "X$1" : "X\\(.*\\)"' | |
16129 | as_echo_n_body='eval | |
16130 | arg=$1; | |
16131 | case $arg in #( | |
16132 | *"$as_nl"*) | |
16133 | expr "X$arg" : "X\\(.*\\)$as_nl"; | |
16134 | arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; | |
16135 | esac; | |
16136 | expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" | |
16137 | ' | |
16138 | export as_echo_n_body | |
16139 | as_echo_n='sh -c $as_echo_n_body as_echo' | |
16140 | fi | |
16141 | export as_echo_body | |
16142 | as_echo='sh -c $as_echo_body as_echo' | |
16143 | fi | |
16144 | ||
16145 | # The user is always right. | |
16146 | if test "${PATH_SEPARATOR+set}" != set; then | |
16147 | PATH_SEPARATOR=: | |
16148 | (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { | |
16149 | (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || | |
16150 | PATH_SEPARATOR=';' | |
16151 | } | |
5464f5a1 NN |
16152 | fi |
16153 | ||
16154 | ||
81ecdfbb RW |
16155 | # IFS |
16156 | # We need space, tab and new line, in precisely that order. Quoting is | |
16157 | # there to prevent editors from complaining about space-tab. | |
16158 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word | |
16159 | # splitting by setting IFS to empty value.) | |
16160 | IFS=" "" $as_nl" | |
16161 | ||
16162 | # Find who we are. Look in the path if we contain no directory separator. | |
16163 | case $0 in #(( | |
16164 | *[\\/]* ) as_myself=$0 ;; | |
16165 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
16166 | for as_dir in $PATH | |
16167 | do | |
16168 | IFS=$as_save_IFS | |
16169 | test -z "$as_dir" && as_dir=. | |
16170 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break | |
16171 | done | |
16172 | IFS=$as_save_IFS | |
16173 | ||
16174 | ;; | |
16175 | esac | |
16176 | # We did not find ourselves, most probably we were run as `sh COMMAND' | |
16177 | # in which case we are not to be found in the path. | |
16178 | if test "x$as_myself" = x; then | |
16179 | as_myself=$0 | |
16180 | fi | |
16181 | if test ! -f "$as_myself"; then | |
16182 | $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 | |
16183 | exit 1 | |
16184 | fi | |
16185 | ||
16186 | # Unset variables that we do not need and which cause bugs (e.g. in | |
16187 | # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" | |
16188 | # suppresses any "Segmentation fault" message there. '((' could | |
16189 | # trigger a bug in pdksh 5.2.14. | |
16190 | for as_var in BASH_ENV ENV MAIL MAILPATH | |
16191 | do eval test x\${$as_var+set} = xset \ | |
16192 | && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : | |
16193 | done | |
5464f5a1 NN |
16194 | PS1='$ ' |
16195 | PS2='> ' | |
16196 | PS4='+ ' | |
16197 | ||
16198 | # NLS nuisances. | |
81ecdfbb RW |
16199 | LC_ALL=C |
16200 | export LC_ALL | |
16201 | LANGUAGE=C | |
16202 | export LANGUAGE | |
16203 | ||
16204 | # CDPATH. | |
16205 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | |
16206 | ||
16207 | ||
16208 | # as_fn_error ERROR [LINENO LOG_FD] | |
16209 | # --------------------------------- | |
16210 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | |
16211 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | |
16212 | # script with status $?, using 1 if that was 0. | |
16213 | as_fn_error () | |
16214 | { | |
16215 | as_status=$?; test $as_status -eq 0 && as_status=1 | |
16216 | if test "$3"; then | |
16217 | as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
16218 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | |
5464f5a1 | 16219 | fi |
81ecdfbb RW |
16220 | $as_echo "$as_me: error: $1" >&2 |
16221 | as_fn_exit $as_status | |
16222 | } # as_fn_error | |
16223 | ||
16224 | ||
16225 | # as_fn_set_status STATUS | |
16226 | # ----------------------- | |
16227 | # Set $? to STATUS, without forking. | |
16228 | as_fn_set_status () | |
16229 | { | |
16230 | return $1 | |
16231 | } # as_fn_set_status | |
16232 | ||
16233 | # as_fn_exit STATUS | |
16234 | # ----------------- | |
16235 | # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. | |
16236 | as_fn_exit () | |
16237 | { | |
16238 | set +e | |
16239 | as_fn_set_status $1 | |
16240 | exit $1 | |
16241 | } # as_fn_exit | |
16242 | ||
16243 | # as_fn_unset VAR | |
16244 | # --------------- | |
16245 | # Portably unset VAR. | |
16246 | as_fn_unset () | |
16247 | { | |
16248 | { eval $1=; unset $1;} | |
16249 | } | |
16250 | as_unset=as_fn_unset | |
16251 | # as_fn_append VAR VALUE | |
16252 | # ---------------------- | |
16253 | # Append the text in VALUE to the end of the definition contained in VAR. Take | |
16254 | # advantage of any shell optimizations that allow amortized linear growth over | |
16255 | # repeated appends, instead of the typical quadratic growth present in naive | |
16256 | # implementations. | |
16257 | if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : | |
16258 | eval 'as_fn_append () | |
16259 | { | |
16260 | eval $1+=\$2 | |
16261 | }' | |
16262 | else | |
16263 | as_fn_append () | |
16264 | { | |
16265 | eval $1=\$$1\$2 | |
16266 | } | |
16267 | fi # as_fn_append | |
16268 | ||
16269 | # as_fn_arith ARG... | |
16270 | # ------------------ | |
16271 | # Perform arithmetic evaluation on the ARGs, and store the result in the | |
16272 | # global $as_val. Take advantage of shells that can avoid forks. The arguments | |
16273 | # must be portable across $(()) and expr. | |
16274 | if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : | |
16275 | eval 'as_fn_arith () | |
16276 | { | |
16277 | as_val=$(( $* )) | |
16278 | }' | |
16279 | else | |
16280 | as_fn_arith () | |
16281 | { | |
16282 | as_val=`expr "$@" || test $? -eq 1` | |
16283 | } | |
16284 | fi # as_fn_arith | |
16285 | ||
5464f5a1 | 16286 | |
81ecdfbb RW |
16287 | if expr a : '\(a\)' >/dev/null 2>&1 && |
16288 | test "X`expr 00001 : '.*\(...\)'`" = X001; then | |
5464f5a1 NN |
16289 | as_expr=expr |
16290 | else | |
16291 | as_expr=false | |
16292 | fi | |
16293 | ||
81ecdfbb | 16294 | if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then |
5464f5a1 NN |
16295 | as_basename=basename |
16296 | else | |
16297 | as_basename=false | |
16298 | fi | |
252b5132 | 16299 | |
81ecdfbb RW |
16300 | if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
16301 | as_dirname=dirname | |
16302 | else | |
16303 | as_dirname=false | |
16304 | fi | |
6be7c12c | 16305 | |
81ecdfbb | 16306 | as_me=`$as_basename -- "$0" || |
5464f5a1 NN |
16307 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
16308 | X"$0" : 'X\(//\)$' \| \ | |
81ecdfbb RW |
16309 | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
16310 | $as_echo X/"$0" | | |
16311 | sed '/^.*\/\([^/][^/]*\)\/*$/{ | |
16312 | s//\1/ | |
16313 | q | |
16314 | } | |
16315 | /^X\/\(\/\/\)$/{ | |
16316 | s//\1/ | |
16317 | q | |
16318 | } | |
16319 | /^X\/\(\/\).*/{ | |
16320 | s//\1/ | |
16321 | q | |
16322 | } | |
16323 | s/.*/./; q'` | |
5464f5a1 | 16324 | |
5464f5a1 NN |
16325 | # Avoid depending upon Character Ranges. |
16326 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' | |
16327 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
16328 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |
16329 | as_cr_digits='0123456789' | |
16330 | as_cr_alnum=$as_cr_Letters$as_cr_digits | |
16331 | ||
81ecdfbb RW |
16332 | ECHO_C= ECHO_N= ECHO_T= |
16333 | case `echo -n x` in #((((( | |
16334 | -n*) | |
16335 | case `echo 'xy\c'` in | |
16336 | *c*) ECHO_T=' ';; # ECHO_T is single tab character. | |
16337 | xy) ECHO_C='\c';; | |
16338 | *) echo `echo ksh88 bug on AIX 6.1` > /dev/null | |
16339 | ECHO_T=' ';; | |
16340 | esac;; | |
16341 | *) | |
16342 | ECHO_N='-n';; | |
5464f5a1 NN |
16343 | esac |
16344 | ||
81ecdfbb RW |
16345 | rm -f conf$$ conf$$.exe conf$$.file |
16346 | if test -d conf$$.dir; then | |
16347 | rm -f conf$$.dir/conf$$.file | |
252b5132 | 16348 | else |
81ecdfbb RW |
16349 | rm -f conf$$.dir |
16350 | mkdir conf$$.dir 2>/dev/null | |
252b5132 | 16351 | fi |
81ecdfbb RW |
16352 | if (echo >conf$$.file) 2>/dev/null; then |
16353 | if ln -s conf$$.file conf$$ 2>/dev/null; then | |
5464f5a1 | 16354 | as_ln_s='ln -s' |
81ecdfbb RW |
16355 | # ... but there are two gotchas: |
16356 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | |
16357 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | |
16358 | # In both cases, we have to default to `cp -p'. | |
16359 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || | |
16360 | as_ln_s='cp -p' | |
16361 | elif ln conf$$.file conf$$ 2>/dev/null; then | |
16362 | as_ln_s=ln | |
16363 | else | |
16364 | as_ln_s='cp -p' | |
5464f5a1 | 16365 | fi |
5464f5a1 NN |
16366 | else |
16367 | as_ln_s='cp -p' | |
252b5132 | 16368 | fi |
81ecdfbb RW |
16369 | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
16370 | rmdir conf$$.dir 2>/dev/null | |
16371 | ||
16372 | ||
16373 | # as_fn_mkdir_p | |
16374 | # ------------- | |
16375 | # Create "$as_dir" as a directory, including parents if necessary. | |
16376 | as_fn_mkdir_p () | |
16377 | { | |
16378 | ||
16379 | case $as_dir in #( | |
16380 | -*) as_dir=./$as_dir;; | |
16381 | esac | |
16382 | test -d "$as_dir" || eval $as_mkdir_p || { | |
16383 | as_dirs= | |
16384 | while :; do | |
16385 | case $as_dir in #( | |
16386 | *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( | |
16387 | *) as_qdir=$as_dir;; | |
16388 | esac | |
16389 | as_dirs="'$as_qdir' $as_dirs" | |
16390 | as_dir=`$as_dirname -- "$as_dir" || | |
16391 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
16392 | X"$as_dir" : 'X\(//\)[^/]' \| \ | |
16393 | X"$as_dir" : 'X\(//\)$' \| \ | |
16394 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || | |
16395 | $as_echo X"$as_dir" | | |
16396 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
16397 | s//\1/ | |
16398 | q | |
16399 | } | |
16400 | /^X\(\/\/\)[^/].*/{ | |
16401 | s//\1/ | |
16402 | q | |
16403 | } | |
16404 | /^X\(\/\/\)$/{ | |
16405 | s//\1/ | |
16406 | q | |
16407 | } | |
16408 | /^X\(\/\).*/{ | |
16409 | s//\1/ | |
16410 | q | |
16411 | } | |
16412 | s/.*/./; q'` | |
16413 | test -d "$as_dir" && break | |
16414 | done | |
16415 | test -z "$as_dirs" || eval "mkdir $as_dirs" | |
16416 | } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" | |
16417 | ||
6be7c12c | 16418 | |
81ecdfbb | 16419 | } # as_fn_mkdir_p |
5464f5a1 | 16420 | if mkdir -p . 2>/dev/null; then |
81ecdfbb | 16421 | as_mkdir_p='mkdir -p "$as_dir"' |
5464f5a1 NN |
16422 | else |
16423 | test -d ./-p && rmdir ./-p | |
16424 | as_mkdir_p=false | |
252b5132 | 16425 | fi |
81ecdfbb RW |
16426 | |
16427 | if test -x / >/dev/null 2>&1; then | |
16428 | as_test_x='test -x' | |
16429 | else | |
16430 | if ls -dL / >/dev/null 2>&1; then | |
16431 | as_ls_L_option=L | |
16432 | else | |
16433 | as_ls_L_option= | |
16434 | fi | |
16435 | as_test_x=' | |
16436 | eval sh -c '\'' | |
16437 | if test -d "$1"; then | |
16438 | test -d "$1/."; | |
16439 | else | |
16440 | case $1 in #( | |
16441 | -*)set "./$1";; | |
16442 | esac; | |
16443 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( | |
16444 | ???[sx]*):;;*)false;;esac;fi | |
16445 | '\'' sh | |
16446 | ' | |
16447 | fi | |
16448 | as_executable_p=$as_test_x | |
252b5132 | 16449 | |
5464f5a1 NN |
16450 | # Sed expression to map a string onto a valid CPP name. |
16451 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | |
252b5132 | 16452 | |
5464f5a1 NN |
16453 | # Sed expression to map a string onto a valid variable name. |
16454 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | |
6be7c12c | 16455 | |
252b5132 | 16456 | |
5464f5a1 | 16457 | exec 6>&1 |
81ecdfbb RW |
16458 | ## ----------------------------------- ## |
16459 | ## Main body of $CONFIG_STATUS script. ## | |
16460 | ## ----------------------------------- ## | |
16461 | _ASEOF | |
16462 | test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 | |
5464f5a1 | 16463 | |
81ecdfbb RW |
16464 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
16465 | # Save the log message, to keep $0 and so on meaningful, and to | |
5464f5a1 | 16466 | # report actual input values of CONFIG_FILES etc. instead of their |
81ecdfbb RW |
16467 | # values after options handling. |
16468 | ac_log=" | |
c4dd807e | 16469 | This file was extended by bfd $as_me 2.23.51, which was |
81ecdfbb | 16470 | generated by GNU Autoconf 2.64. Invocation command line was |
5464f5a1 NN |
16471 | |
16472 | CONFIG_FILES = $CONFIG_FILES | |
16473 | CONFIG_HEADERS = $CONFIG_HEADERS | |
16474 | CONFIG_LINKS = $CONFIG_LINKS | |
16475 | CONFIG_COMMANDS = $CONFIG_COMMANDS | |
16476 | $ $0 $@ | |
16477 | ||
81ecdfbb RW |
16478 | on `(hostname || uname -n) 2>/dev/null | sed 1q` |
16479 | " | |
16480 | ||
5464f5a1 NN |
16481 | _ACEOF |
16482 | ||
81ecdfbb RW |
16483 | case $ac_config_files in *" |
16484 | "*) set x $ac_config_files; shift; ac_config_files=$*;; | |
16485 | esac | |
5464f5a1 | 16486 | |
81ecdfbb RW |
16487 | case $ac_config_headers in *" |
16488 | "*) set x $ac_config_headers; shift; ac_config_headers=$*;; | |
16489 | esac | |
252b5132 | 16490 | |
252b5132 | 16491 | |
81ecdfbb RW |
16492 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
16493 | # Files that config.status was made for. | |
16494 | config_files="$ac_config_files" | |
16495 | config_headers="$ac_config_headers" | |
16496 | config_commands="$ac_config_commands" | |
252b5132 | 16497 | |
81ecdfbb | 16498 | _ACEOF |
5464f5a1 | 16499 | |
81ecdfbb | 16500 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
5464f5a1 | 16501 | ac_cs_usage="\ |
81ecdfbb RW |
16502 | \`$as_me' instantiates files and other configuration actions |
16503 | from templates according to the current configuration. Unless the files | |
16504 | and actions are specified as TAGs, all are instantiated by default. | |
5464f5a1 | 16505 | |
81ecdfbb | 16506 | Usage: $0 [OPTION]... [TAG]... |
5464f5a1 NN |
16507 | |
16508 | -h, --help print this help, then exit | |
81ecdfbb RW |
16509 | -V, --version print version number and configuration settings, then exit |
16510 | -q, --quiet, --silent | |
16511 | do not print progress messages | |
5464f5a1 NN |
16512 | -d, --debug don't remove temporary files |
16513 | --recheck update $as_me by reconfiguring in the same conditions | |
81ecdfbb RW |
16514 | --file=FILE[:TEMPLATE] |
16515 | instantiate the configuration file FILE | |
16516 | --header=FILE[:TEMPLATE] | |
16517 | instantiate the configuration header FILE | |
5464f5a1 NN |
16518 | |
16519 | Configuration files: | |
16520 | $config_files | |
16521 | ||
16522 | Configuration headers: | |
16523 | $config_headers | |
16524 | ||
16525 | Configuration commands: | |
16526 | $config_commands | |
16527 | ||
81ecdfbb | 16528 | Report bugs to the package provider." |
5464f5a1 | 16529 | |
81ecdfbb RW |
16530 | _ACEOF |
16531 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
5464f5a1 | 16532 | ac_cs_version="\\ |
c4dd807e | 16533 | bfd config.status 2.23.51 |
81ecdfbb RW |
16534 | configured by $0, generated by GNU Autoconf 2.64, |
16535 | with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" | |
5464f5a1 | 16536 | |
81ecdfbb | 16537 | Copyright (C) 2009 Free Software Foundation, Inc. |
5464f5a1 NN |
16538 | This config.status script is free software; the Free Software Foundation |
16539 | gives unlimited permission to copy, distribute and modify it." | |
81ecdfbb RW |
16540 | |
16541 | ac_pwd='$ac_pwd' | |
16542 | srcdir='$srcdir' | |
16543 | INSTALL='$INSTALL' | |
16544 | MKDIR_P='$MKDIR_P' | |
16545 | AWK='$AWK' | |
16546 | test -n "\$AWK" || AWK=awk | |
5464f5a1 NN |
16547 | _ACEOF |
16548 | ||
81ecdfbb RW |
16549 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
16550 | # The default lists apply if the user does not specify any file. | |
5464f5a1 NN |
16551 | ac_need_defaults=: |
16552 | while test $# != 0 | |
16553 | do | |
16554 | case $1 in | |
16555 | --*=*) | |
81ecdfbb RW |
16556 | ac_option=`expr "X$1" : 'X\([^=]*\)='` |
16557 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | |
5464f5a1 | 16558 | ac_shift=: |
6be7c12c | 16559 | ;; |
81ecdfbb | 16560 | *) |
5464f5a1 NN |
16561 | ac_option=$1 |
16562 | ac_optarg=$2 | |
16563 | ac_shift=shift | |
6be7c12c | 16564 | ;; |
5464f5a1 | 16565 | esac |
252b5132 | 16566 | |
5464f5a1 NN |
16567 | case $ac_option in |
16568 | # Handling of the options. | |
5464f5a1 NN |
16569 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
16570 | ac_cs_recheck=: ;; | |
81ecdfbb RW |
16571 | --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
16572 | $as_echo "$ac_cs_version"; exit ;; | |
16573 | --debug | --debu | --deb | --de | --d | -d ) | |
5464f5a1 NN |
16574 | debug=: ;; |
16575 | --file | --fil | --fi | --f ) | |
16576 | $ac_shift | |
81ecdfbb RW |
16577 | case $ac_optarg in |
16578 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | |
16579 | esac | |
16580 | as_fn_append CONFIG_FILES " '$ac_optarg'" | |
5464f5a1 NN |
16581 | ac_need_defaults=false;; |
16582 | --header | --heade | --head | --hea ) | |
16583 | $ac_shift | |
81ecdfbb RW |
16584 | case $ac_optarg in |
16585 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | |
16586 | esac | |
16587 | as_fn_append CONFIG_HEADERS " '$ac_optarg'" | |
5464f5a1 | 16588 | ac_need_defaults=false;; |
81ecdfbb RW |
16589 | --he | --h) |
16590 | # Conflict between --help and --header | |
16591 | as_fn_error "ambiguous option: \`$1' | |
16592 | Try \`$0 --help' for more information.";; | |
16593 | --help | --hel | -h ) | |
16594 | $as_echo "$ac_cs_usage"; exit ;; | |
5464f5a1 NN |
16595 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
16596 | | -silent | --silent | --silen | --sile | --sil | --si | --s) | |
16597 | ac_cs_silent=: ;; | |
6be7c12c | 16598 | |
5464f5a1 | 16599 | # This is an error. |
81ecdfbb RW |
16600 | -*) as_fn_error "unrecognized option: \`$1' |
16601 | Try \`$0 --help' for more information." ;; | |
252b5132 | 16602 | |
81ecdfbb RW |
16603 | *) as_fn_append ac_config_targets " $1" |
16604 | ac_need_defaults=false ;; | |
252b5132 | 16605 | |
5464f5a1 NN |
16606 | esac |
16607 | shift | |
16608 | done | |
6be7c12c | 16609 | |
5464f5a1 | 16610 | ac_configure_extra_args= |
252b5132 | 16611 | |
5464f5a1 NN |
16612 | if $ac_cs_silent; then |
16613 | exec 6>/dev/null | |
16614 | ac_configure_extra_args="$ac_configure_extra_args --silent" | |
16615 | fi | |
6be7c12c | 16616 | |
5464f5a1 | 16617 | _ACEOF |
81ecdfbb | 16618 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
5464f5a1 | 16619 | if \$ac_cs_recheck; then |
81ecdfbb RW |
16620 | set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
16621 | shift | |
16622 | \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 | |
16623 | CONFIG_SHELL='$SHELL' | |
16624 | export CONFIG_SHELL | |
16625 | exec "\$@" | |
5464f5a1 NN |
16626 | fi |
16627 | ||
16628 | _ACEOF | |
81ecdfbb RW |
16629 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
16630 | exec 5>>config.log | |
16631 | { | |
16632 | echo | |
16633 | sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX | |
16634 | ## Running $as_me. ## | |
16635 | _ASBOX | |
16636 | $as_echo "$ac_log" | |
16637 | } >&5 | |
5464f5a1 | 16638 | |
81ecdfbb RW |
16639 | _ACEOF |
16640 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
6be7c12c | 16641 | # |
81ecdfbb | 16642 | # INIT-COMMANDS |
6be7c12c | 16643 | # |
f5385ebf | 16644 | AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" |
d7040cdb SE |
16645 | |
16646 | ||
16647 | # The HP-UX ksh and POSIX shell print the target directory to stdout | |
16648 | # if CDPATH is set. | |
16649 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | |
16650 | ||
16651 | sed_quote_subst='$sed_quote_subst' | |
16652 | double_quote_subst='$double_quote_subst' | |
16653 | delay_variable_subst='$delay_variable_subst' | |
3725885a RW |
16654 | enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' |
16655 | macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' | |
16656 | macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' | |
16657 | enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' | |
16658 | pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' | |
16659 | enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' | |
16660 | SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' | |
16661 | ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' | |
16662 | host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' | |
16663 | host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' | |
16664 | host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' | |
16665 | build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' | |
16666 | build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' | |
16667 | build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' | |
16668 | SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' | |
16669 | Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' | |
16670 | GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' | |
16671 | EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' | |
16672 | FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' | |
16673 | LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' | |
16674 | NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' | |
16675 | LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' | |
16676 | max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' | |
16677 | ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' | |
16678 | exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | |
16679 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | |
16680 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | |
16681 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | |
16682 | reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' | |
16683 | reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' | |
16684 | OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' | |
16685 | deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' | |
16686 | file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' | |
16687 | AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' | |
16688 | AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' | |
16689 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | |
16690 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | |
16691 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | |
16692 | old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' | |
16693 | old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' | |
16694 | lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' | |
16695 | CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' | |
16696 | CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' | |
16697 | compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' | |
16698 | GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' | |
16699 | lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' | |
16700 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | |
16701 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | |
16702 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' | |
16703 | objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' | |
16704 | MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' | |
16705 | lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' | |
16706 | lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' | |
16707 | lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' | |
16708 | lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' | |
16709 | lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' | |
16710 | need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' | |
16711 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | |
16712 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | |
16713 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | |
16714 | OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' | |
16715 | OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' | |
16716 | libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' | |
16717 | shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' | |
16718 | extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' | |
16719 | archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' | |
16720 | enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' | |
16721 | export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' | |
16722 | whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' | |
16723 | compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' | |
16724 | old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' | |
16725 | old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' | |
16726 | archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' | |
16727 | archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' | |
16728 | module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' | |
16729 | module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' | |
16730 | with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' | |
16731 | allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' | |
16732 | no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' | |
16733 | hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' | |
16734 | hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`' | |
16735 | hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' | |
16736 | hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' | |
16737 | hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' | |
16738 | hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' | |
16739 | hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' | |
16740 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | |
16741 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | |
16742 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | |
16743 | fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`' | |
16744 | always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' | |
16745 | export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' | |
16746 | exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' | |
16747 | include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' | |
16748 | prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' | |
16749 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | |
16750 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | |
16751 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | |
16752 | need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' | |
16753 | version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' | |
16754 | runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' | |
16755 | shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' | |
16756 | shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' | |
16757 | libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' | |
16758 | library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' | |
16759 | soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' | |
16760 | install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' | |
16761 | postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' | |
16762 | postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' | |
16763 | finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' | |
16764 | finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' | |
16765 | hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' | |
16766 | sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' | |
16767 | sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' | |
16768 | hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' | |
16769 | enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' | |
16770 | enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' | |
16771 | enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' | |
16772 | old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' | |
16773 | striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' | |
d7040cdb SE |
16774 | |
16775 | LTCC='$LTCC' | |
16776 | LTCFLAGS='$LTCFLAGS' | |
16777 | compiler='$compiler_DEFAULT' | |
16778 | ||
3725885a RW |
16779 | # A function that is used when there is no print builtin or printf. |
16780 | func_fallback_echo () | |
16781 | { | |
16782 | eval 'cat <<_LTECHO_EOF | |
16783 | \$1 | |
16784 | _LTECHO_EOF' | |
16785 | } | |
16786 | ||
d7040cdb | 16787 | # Quote evaled strings. |
3725885a RW |
16788 | for var in SHELL \ |
16789 | ECHO \ | |
16790 | SED \ | |
d7040cdb SE |
16791 | GREP \ |
16792 | EGREP \ | |
16793 | FGREP \ | |
16794 | LD \ | |
16795 | NM \ | |
16796 | LN_S \ | |
16797 | lt_SP2NL \ | |
16798 | lt_NL2SP \ | |
16799 | reload_flag \ | |
718a6fd8 | 16800 | OBJDUMP \ |
d7040cdb SE |
16801 | deplibs_check_method \ |
16802 | file_magic_cmd \ | |
16803 | AR \ | |
16804 | AR_FLAGS \ | |
16805 | STRIP \ | |
16806 | RANLIB \ | |
16807 | CC \ | |
16808 | CFLAGS \ | |
16809 | compiler \ | |
16810 | lt_cv_sys_global_symbol_pipe \ | |
16811 | lt_cv_sys_global_symbol_to_cdecl \ | |
16812 | lt_cv_sys_global_symbol_to_c_name_address \ | |
718a6fd8 | 16813 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
d7040cdb SE |
16814 | lt_prog_compiler_no_builtin_flag \ |
16815 | lt_prog_compiler_wl \ | |
16816 | lt_prog_compiler_pic \ | |
16817 | lt_prog_compiler_static \ | |
16818 | lt_cv_prog_compiler_c_o \ | |
16819 | need_locks \ | |
718a6fd8 SE |
16820 | DSYMUTIL \ |
16821 | NMEDIT \ | |
16822 | LIPO \ | |
16823 | OTOOL \ | |
16824 | OTOOL64 \ | |
d7040cdb SE |
16825 | shrext_cmds \ |
16826 | export_dynamic_flag_spec \ | |
16827 | whole_archive_flag_spec \ | |
16828 | compiler_needs_object \ | |
16829 | with_gnu_ld \ | |
16830 | allow_undefined_flag \ | |
16831 | no_undefined_flag \ | |
16832 | hardcode_libdir_flag_spec \ | |
16833 | hardcode_libdir_flag_spec_ld \ | |
16834 | hardcode_libdir_separator \ | |
16835 | fix_srcfile_path \ | |
16836 | exclude_expsyms \ | |
16837 | include_expsyms \ | |
16838 | file_list_spec \ | |
16839 | variables_saved_for_relink \ | |
16840 | libname_spec \ | |
16841 | library_names_spec \ | |
16842 | soname_spec \ | |
3725885a | 16843 | install_override_mode \ |
d7040cdb SE |
16844 | finish_eval \ |
16845 | old_striplib \ | |
16846 | striplib; do | |
3725885a | 16847 | case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in |
d7040cdb | 16848 | *[\\\\\\\`\\"\\\$]*) |
3725885a | 16849 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" |
d7040cdb SE |
16850 | ;; |
16851 | *) | |
16852 | eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" | |
16853 | ;; | |
16854 | esac | |
16855 | done | |
16856 | ||
16857 | # Double-quote double-evaled strings. | |
16858 | for var in reload_cmds \ | |
16859 | old_postinstall_cmds \ | |
16860 | old_postuninstall_cmds \ | |
16861 | old_archive_cmds \ | |
16862 | extract_expsyms_cmds \ | |
16863 | old_archive_from_new_cmds \ | |
16864 | old_archive_from_expsyms_cmds \ | |
16865 | archive_cmds \ | |
16866 | archive_expsym_cmds \ | |
16867 | module_cmds \ | |
16868 | module_expsym_cmds \ | |
16869 | export_symbols_cmds \ | |
16870 | prelink_cmds \ | |
16871 | postinstall_cmds \ | |
16872 | postuninstall_cmds \ | |
16873 | finish_cmds \ | |
16874 | sys_lib_search_path_spec \ | |
16875 | sys_lib_dlsearch_path_spec; do | |
3725885a | 16876 | case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in |
d7040cdb | 16877 | *[\\\\\\\`\\"\\\$]*) |
3725885a | 16878 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" |
d7040cdb SE |
16879 | ;; |
16880 | *) | |
16881 | eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" | |
16882 | ;; | |
16883 | esac | |
16884 | done | |
16885 | ||
d7040cdb SE |
16886 | ac_aux_dir='$ac_aux_dir' |
16887 | xsi_shell='$xsi_shell' | |
16888 | lt_shell_append='$lt_shell_append' | |
16889 | ||
16890 | # See if we are running on zsh, and set the options which allow our | |
16891 | # commands through without removal of \ escapes INIT. | |
16892 | if test -n "\${ZSH_VERSION+set}" ; then | |
16893 | setopt NO_GLOB_SUBST | |
16894 | fi | |
16895 | ||
16896 | ||
16897 | PACKAGE='$PACKAGE' | |
16898 | VERSION='$VERSION' | |
16899 | TIMESTAMP='$TIMESTAMP' | |
16900 | RM='$RM' | |
16901 | ofile='$ofile' | |
16902 | ||
16903 | ||
16904 | ||
20e95c23 DJ |
16905 | # Capture the value of obsolete ALL_LINGUAS because we need it to compute |
16906 | # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it | |
16907 | # from automake. | |
16908 | eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' | |
16909 | # Capture the value of LINGUAS because we need it to compute CATALOGS. | |
16910 | LINGUAS="${LINGUAS-%UNSET%}" | |
16911 | ||
5464f5a1 | 16912 | |
f3b4f6d0 PB |
16913 | GCC="$GCC" |
16914 | CC="$CC" | |
16915 | acx_cv_header_stdint="$acx_cv_header_stdint" | |
16916 | acx_cv_type_int8_t="$acx_cv_type_int8_t" | |
16917 | acx_cv_type_int16_t="$acx_cv_type_int16_t" | |
16918 | acx_cv_type_int32_t="$acx_cv_type_int32_t" | |
16919 | acx_cv_type_int64_t="$acx_cv_type_int64_t" | |
16920 | acx_cv_type_intptr_t="$acx_cv_type_intptr_t" | |
16921 | ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t" | |
16922 | ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t" | |
16923 | ac_cv_type_uint64_t="$ac_cv_type_uint64_t" | |
16924 | ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t" | |
16925 | ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t" | |
d5efd9fc AM |
16926 | ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t" |
16927 | ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t" | |
f3b4f6d0 | 16928 | ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p" |
d5efd9fc AM |
16929 | |
16930 | ||
5464f5a1 NN |
16931 | |
16932 | _ACEOF | |
16933 | ||
81ecdfbb | 16934 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
5464f5a1 | 16935 | |
81ecdfbb | 16936 | # Handling of arguments. |
5464f5a1 | 16937 | for ac_config_target in $ac_config_targets |
252b5132 | 16938 | do |
81ecdfbb RW |
16939 | case $ac_config_target in |
16940 | "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; | |
16941 | "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; | |
16942 | "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;; | |
16943 | "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; | |
16944 | "bfd_stdint.h") CONFIG_COMMANDS="$CONFIG_COMMANDS bfd_stdint.h" ;; | |
16945 | "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; | |
16946 | "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; | |
16947 | "bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;; | |
16948 | "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;; | |
16949 | "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; | |
16950 | ||
16951 | *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; | |
252b5132 RH |
16952 | esac |
16953 | done | |
16954 | ||
81ecdfbb | 16955 | |
5464f5a1 NN |
16956 | # If the user did not use the arguments to specify the items to instantiate, |
16957 | # then the envvar interface is used. Set only those that are not. | |
16958 | # We use the long form for the default assignment because of an extremely | |
16959 | # bizarre bug on SunOS 4.1.3. | |
16960 | if $ac_need_defaults; then | |
16961 | test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files | |
16962 | test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers | |
16963 | test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands | |
16964 | fi | |
16965 | ||
16966 | # Have a temporary directory for convenience. Make it in the build tree | |
81ecdfbb | 16967 | # simply because there is no reason against having it here, and in addition, |
5464f5a1 | 16968 | # creating and moving files from /tmp can sometimes cause problems. |
81ecdfbb RW |
16969 | # Hook for its removal unless debugging. |
16970 | # Note that there is a small window in which the directory will not be cleaned: | |
16971 | # after its creation but before its name has been assigned to `$tmp'. | |
5464f5a1 NN |
16972 | $debug || |
16973 | { | |
81ecdfbb RW |
16974 | tmp= |
16975 | trap 'exit_status=$? | |
16976 | { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status | |
16977 | ' 0 | |
16978 | trap 'as_fn_exit 1' 1 2 13 15 | |
5464f5a1 | 16979 | } |
5464f5a1 | 16980 | # Create a (secure) tmp directory for tmp files. |
b3baf5d0 | 16981 | |
5464f5a1 | 16982 | { |
81ecdfbb | 16983 | tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
5464f5a1 NN |
16984 | test -n "$tmp" && test -d "$tmp" |
16985 | } || | |
16986 | { | |
81ecdfbb RW |
16987 | tmp=./conf$$-$RANDOM |
16988 | (umask 077 && mkdir "$tmp") | |
16989 | } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 | |
16990 | ||
16991 | # Set up the scripts for CONFIG_FILES section. | |
16992 | # No need to generate them if there are no CONFIG_FILES. | |
16993 | # This happens for instance with `./config.status config.h'. | |
16994 | if test -n "$CONFIG_FILES"; then | |
16995 | ||
16996 | ||
16997 | ac_cr=`echo X | tr X '\015'` | |
16998 | # On cygwin, bash can eat \r inside `` if the user requested igncr. | |
16999 | # But we know of no other shell where ac_cr would be empty at this | |
17000 | # point, so we can use a bashism as a fallback. | |
17001 | if test "x$ac_cr" = x; then | |
17002 | eval ac_cr=\$\'\\r\' | |
17003 | fi | |
17004 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | |
17005 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | |
17006 | ac_cs_awk_cr='\r' | |
17007 | else | |
17008 | ac_cs_awk_cr=$ac_cr | |
17009 | fi | |
17010 | ||
17011 | echo 'BEGIN {' >"$tmp/subs1.awk" && | |
17012 | _ACEOF | |
17013 | ||
17014 | ||
17015 | { | |
17016 | echo "cat >conf$$subs.awk <<_ACEOF" && | |
17017 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | |
17018 | echo "_ACEOF" | |
17019 | } >conf$$subs.sh || | |
17020 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | |
17021 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` | |
17022 | ac_delim='%!_!# ' | |
17023 | for ac_last_try in false false false false false :; do | |
17024 | . ./conf$$subs.sh || | |
17025 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | |
17026 | ||
17027 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | |
17028 | if test $ac_delim_n = $ac_delim_num; then | |
17029 | break | |
17030 | elif $ac_last_try; then | |
17031 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | |
17032 | else | |
17033 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | |
17034 | fi | |
17035 | done | |
17036 | rm -f conf$$subs.sh | |
17037 | ||
17038 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
17039 | cat >>"\$tmp/subs1.awk" <<\\_ACAWK && | |
17040 | _ACEOF | |
17041 | sed -n ' | |
17042 | h | |
17043 | s/^/S["/; s/!.*/"]=/ | |
17044 | p | |
17045 | g | |
17046 | s/^[^!]*!// | |
17047 | :repl | |
17048 | t repl | |
17049 | s/'"$ac_delim"'$// | |
17050 | t delim | |
17051 | :nl | |
17052 | h | |
17053 | s/\(.\{148\}\).*/\1/ | |
17054 | t more1 | |
17055 | s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ | |
17056 | p | |
17057 | n | |
17058 | b repl | |
17059 | :more1 | |
17060 | s/["\\]/\\&/g; s/^/"/; s/$/"\\/ | |
17061 | p | |
17062 | g | |
17063 | s/.\{148\}// | |
17064 | t nl | |
17065 | :delim | |
17066 | h | |
17067 | s/\(.\{148\}\).*/\1/ | |
17068 | t more2 | |
17069 | s/["\\]/\\&/g; s/^/"/; s/$/"/ | |
17070 | p | |
17071 | b | |
17072 | :more2 | |
17073 | s/["\\]/\\&/g; s/^/"/; s/$/"\\/ | |
17074 | p | |
17075 | g | |
17076 | s/.\{148\}// | |
17077 | t delim | |
17078 | ' <conf$$subs.awk | sed ' | |
17079 | /^[^""]/{ | |
17080 | N | |
17081 | s/\n// | |
17082 | } | |
17083 | ' >>$CONFIG_STATUS || ac_write_fail=1 | |
17084 | rm -f conf$$subs.awk | |
17085 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
17086 | _ACAWK | |
17087 | cat >>"\$tmp/subs1.awk" <<_ACAWK && | |
17088 | for (key in S) S_is_set[key] = 1 | |
17089 | FS = "\a" | |
17090 | ||
17091 | } | |
5464f5a1 | 17092 | { |
81ecdfbb RW |
17093 | line = $ 0 |
17094 | nfields = split(line, field, "@") | |
17095 | substed = 0 | |
17096 | len = length(field[1]) | |
17097 | for (i = 2; i < nfields; i++) { | |
17098 | key = field[i] | |
17099 | keylen = length(key) | |
17100 | if (S_is_set[key]) { | |
17101 | value = S[key] | |
17102 | line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) | |
17103 | len += length(value) + length(field[++i]) | |
17104 | substed = 1 | |
17105 | } else | |
17106 | len += 1 + keylen | |
17107 | } | |
17108 | ||
17109 | print line | |
5464f5a1 NN |
17110 | } |
17111 | ||
81ecdfbb RW |
17112 | _ACAWK |
17113 | _ACEOF | |
17114 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
17115 | if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | |
17116 | sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | |
17117 | else | |
17118 | cat | |
17119 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | |
17120 | || as_fn_error "could not setup config files machinery" "$LINENO" 5 | |
5464f5a1 NN |
17121 | _ACEOF |
17122 | ||
81ecdfbb RW |
17123 | # VPATH may cause trouble with some makes, so we remove $(srcdir), |
17124 | # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and | |
17125 | # trailing colons and then remove the whole line if VPATH becomes empty | |
17126 | # (actually we leave an empty line to preserve line numbers). | |
17127 | if test "x$srcdir" = x.; then | |
17128 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ | |
17129 | s/:*\$(srcdir):*/:/ | |
17130 | s/:*\${srcdir}:*/:/ | |
17131 | s/:*@srcdir@:*/:/ | |
17132 | s/^\([^=]*=[ ]*\):*/\1/ | |
17133 | s/:*$// | |
17134 | s/^[^=]*=[ ]*$// | |
17135 | }' | |
17136 | fi | |
b3baf5d0 | 17137 | |
81ecdfbb RW |
17138 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
17139 | fi # test -n "$CONFIG_FILES" | |
252b5132 | 17140 | |
81ecdfbb RW |
17141 | # Set up the scripts for CONFIG_HEADERS section. |
17142 | # No need to generate them if there are no CONFIG_HEADERS. | |
17143 | # This happens for instance with `./config.status Makefile'. | |
17144 | if test -n "$CONFIG_HEADERS"; then | |
17145 | cat >"$tmp/defines.awk" <<\_ACAWK || | |
17146 | BEGIN { | |
5464f5a1 NN |
17147 | _ACEOF |
17148 | ||
81ecdfbb RW |
17149 | # Transform confdefs.h into an awk script `defines.awk', embedded as |
17150 | # here-document in config.status, that substitutes the proper values into | |
17151 | # config.h.in to produce config.h. | |
17152 | ||
17153 | # Create a delimiter string that does not exist in confdefs.h, to ease | |
17154 | # handling of long lines. | |
17155 | ac_delim='%!_!# ' | |
17156 | for ac_last_try in false false :; do | |
17157 | ac_t=`sed -n "/$ac_delim/p" confdefs.h` | |
17158 | if test -z "$ac_t"; then | |
17159 | break | |
17160 | elif $ac_last_try; then | |
17161 | as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 | |
17162 | else | |
17163 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | |
252b5132 | 17164 | fi |
81ecdfbb | 17165 | done |
6be7c12c | 17166 | |
81ecdfbb RW |
17167 | # For the awk script, D is an array of macro values keyed by name, |
17168 | # likewise P contains macro parameters if any. Preserve backslash | |
17169 | # newline sequences. | |
17170 | ||
17171 | ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* | |
17172 | sed -n ' | |
17173 | s/.\{148\}/&'"$ac_delim"'/g | |
17174 | t rset | |
17175 | :rset | |
17176 | s/^[ ]*#[ ]*define[ ][ ]*/ / | |
17177 | t def | |
17178 | d | |
17179 | :def | |
17180 | s/\\$// | |
17181 | t bsnl | |
17182 | s/["\\]/\\&/g | |
17183 | s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ | |
17184 | D["\1"]=" \3"/p | |
17185 | s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p | |
17186 | d | |
17187 | :bsnl | |
17188 | s/["\\]/\\&/g | |
17189 | s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ | |
17190 | D["\1"]=" \3\\\\\\n"\\/p | |
17191 | t cont | |
17192 | s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p | |
17193 | t cont | |
17194 | d | |
17195 | :cont | |
17196 | n | |
17197 | s/.\{148\}/&'"$ac_delim"'/g | |
17198 | t clear | |
17199 | :clear | |
17200 | s/\\$// | |
17201 | t bsnlc | |
17202 | s/["\\]/\\&/g; s/^/"/; s/$/"/p | |
17203 | d | |
17204 | :bsnlc | |
17205 | s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p | |
17206 | b cont | |
17207 | ' <confdefs.h | sed ' | |
17208 | s/'"$ac_delim"'/"\\\ | |
17209 | "/g' >>$CONFIG_STATUS || ac_write_fail=1 | |
17210 | ||
17211 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
17212 | for (key in D) D_is_set[key] = 1 | |
17213 | FS = "\a" | |
17214 | } | |
17215 | /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { | |
17216 | line = \$ 0 | |
17217 | split(line, arg, " ") | |
17218 | if (arg[1] == "#") { | |
17219 | defundef = arg[2] | |
17220 | mac1 = arg[3] | |
17221 | } else { | |
17222 | defundef = substr(arg[1], 2) | |
17223 | mac1 = arg[2] | |
17224 | } | |
17225 | split(mac1, mac2, "(") #) | |
17226 | macro = mac2[1] | |
17227 | prefix = substr(line, 1, index(line, defundef) - 1) | |
17228 | if (D_is_set[macro]) { | |
17229 | # Preserve the white space surrounding the "#". | |
17230 | print prefix "define", macro P[macro] D[macro] | |
17231 | next | |
17232 | } else { | |
17233 | # Replace #undef with comments. This is necessary, for example, | |
17234 | # in the case of _POSIX_SOURCE, which is predefined and required | |
17235 | # on some systems where configure will not decide to define it. | |
17236 | if (defundef == "undef") { | |
17237 | print "/*", prefix defundef, macro, "*/" | |
17238 | next | |
17239 | } | |
17240 | } | |
17241 | } | |
17242 | { print } | |
17243 | _ACAWK | |
5464f5a1 | 17244 | _ACEOF |
81ecdfbb RW |
17245 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
17246 | as_fn_error "could not setup config headers machinery" "$LINENO" 5 | |
17247 | fi # test -n "$CONFIG_HEADERS" | |
17248 | ||
17249 | ||
17250 | eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" | |
17251 | shift | |
17252 | for ac_tag | |
17253 | do | |
17254 | case $ac_tag in | |
17255 | :[FHLC]) ac_mode=$ac_tag; continue;; | |
17256 | esac | |
17257 | case $ac_mode$ac_tag in | |
17258 | :[FHL]*:*);; | |
17259 | :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; | |
17260 | :[FH]-) ac_tag=-:-;; | |
17261 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | |
17262 | esac | |
17263 | ac_save_IFS=$IFS | |
17264 | IFS=: | |
17265 | set x $ac_tag | |
17266 | IFS=$ac_save_IFS | |
17267 | shift | |
17268 | ac_file=$1 | |
17269 | shift | |
17270 | ||
17271 | case $ac_mode in | |
17272 | :L) ac_source=$1;; | |
17273 | :[FH]) | |
17274 | ac_file_inputs= | |
17275 | for ac_f | |
17276 | do | |
17277 | case $ac_f in | |
17278 | -) ac_f="$tmp/stdin";; | |
17279 | *) # Look for the file first in the build tree, then in the source tree | |
17280 | # (if the path is not absolute). The absolute path cannot be DOS-style, | |
17281 | # because $ac_f cannot contain `:'. | |
17282 | test -f "$ac_f" || | |
17283 | case $ac_f in | |
17284 | [\\/$]*) false;; | |
17285 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | |
17286 | esac || | |
17287 | as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; | |
17288 | esac | |
17289 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | |
17290 | as_fn_append ac_file_inputs " '$ac_f'" | |
17291 | done | |
17292 | ||
17293 | # Let's still pretend it is `configure' which instantiates (i.e., don't | |
17294 | # use $as_me), people would be surprised to read: | |
17295 | # /* config.h. Generated by config.status. */ | |
17296 | configure_input='Generated from '` | |
17297 | $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' | |
17298 | `' by configure.' | |
17299 | if test x"$ac_file" != x-; then | |
17300 | configure_input="$ac_file. $configure_input" | |
17301 | { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 | |
17302 | $as_echo "$as_me: creating $ac_file" >&6;} | |
17303 | fi | |
17304 | # Neutralize special characters interpreted by sed in replacement strings. | |
17305 | case $configure_input in #( | |
17306 | *\&* | *\|* | *\\* ) | |
17307 | ac_sed_conf_input=`$as_echo "$configure_input" | | |
17308 | sed 's/[\\\\&|]/\\\\&/g'`;; #( | |
17309 | *) ac_sed_conf_input=$configure_input;; | |
17310 | esac | |
17311 | ||
17312 | case $ac_tag in | |
17313 | *:-:* | *:-) cat >"$tmp/stdin" \ | |
17314 | || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; | |
17315 | esac | |
17316 | ;; | |
252b5132 RH |
17317 | esac |
17318 | ||
81ecdfbb | 17319 | ac_dir=`$as_dirname -- "$ac_file" || |
5464f5a1 NN |
17320 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
17321 | X"$ac_file" : 'X\(//\)[^/]' \| \ | |
17322 | X"$ac_file" : 'X\(//\)$' \| \ | |
81ecdfbb RW |
17323 | X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || |
17324 | $as_echo X"$ac_file" | | |
17325 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
17326 | s//\1/ | |
17327 | q | |
17328 | } | |
17329 | /^X\(\/\/\)[^/].*/{ | |
17330 | s//\1/ | |
17331 | q | |
17332 | } | |
17333 | /^X\(\/\/\)$/{ | |
17334 | s//\1/ | |
17335 | q | |
17336 | } | |
17337 | /^X\(\/\).*/{ | |
17338 | s//\1/ | |
17339 | q | |
17340 | } | |
17341 | s/.*/./; q'` | |
17342 | as_dir="$ac_dir"; as_fn_mkdir_p | |
5464f5a1 NN |
17343 | ac_builddir=. |
17344 | ||
81ecdfbb RW |
17345 | case "$ac_dir" in |
17346 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
17347 | *) | |
17348 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` | |
17349 | # A ".." for each directory in $ac_dir_suffix. | |
17350 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` | |
17351 | case $ac_top_builddir_sub in | |
17352 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
17353 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; | |
17354 | esac ;; | |
17355 | esac | |
17356 | ac_abs_top_builddir=$ac_pwd | |
17357 | ac_abs_builddir=$ac_pwd$ac_dir_suffix | |
17358 | # for backward compatibility: | |
17359 | ac_top_builddir=$ac_top_build_prefix | |
252b5132 | 17360 | |
5464f5a1 | 17361 | case $srcdir in |
81ecdfbb | 17362 | .) # We are building in place. |
5464f5a1 | 17363 | ac_srcdir=. |
81ecdfbb RW |
17364 | ac_top_srcdir=$ac_top_builddir_sub |
17365 | ac_abs_top_srcdir=$ac_pwd ;; | |
17366 | [\\/]* | ?:[\\/]* ) # Absolute name. | |
5464f5a1 | 17367 | ac_srcdir=$srcdir$ac_dir_suffix; |
81ecdfbb RW |
17368 | ac_top_srcdir=$srcdir |
17369 | ac_abs_top_srcdir=$srcdir ;; | |
17370 | *) # Relative name. | |
17371 | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix | |
17372 | ac_top_srcdir=$ac_top_build_prefix$srcdir | |
17373 | ac_abs_top_srcdir=$ac_pwd/$srcdir ;; | |
5464f5a1 | 17374 | esac |
81ecdfbb | 17375 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
252b5132 | 17376 | |
252b5132 | 17377 | |
81ecdfbb RW |
17378 | case $ac_mode in |
17379 | :F) | |
17380 | # | |
17381 | # CONFIG_FILE | |
17382 | # | |
5464f5a1 NN |
17383 | |
17384 | case $INSTALL in | |
17385 | [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; | |
81ecdfbb RW |
17386 | *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; |
17387 | esac | |
17388 | ac_MKDIR_P=$MKDIR_P | |
17389 | case $MKDIR_P in | |
17390 | [\\/$]* | ?:[\\/]* ) ;; | |
17391 | */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; | |
6be7c12c | 17392 | esac |
81ecdfbb | 17393 | _ACEOF |
252b5132 | 17394 | |
81ecdfbb RW |
17395 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
17396 | # If the template does not know about datarootdir, expand it. | |
17397 | # FIXME: This hack should be removed a few years after 2.60. | |
17398 | ac_datarootdir_hack=; ac_datarootdir_seen= | |
17399 | ac_sed_dataroot=' | |
17400 | /datarootdir/ { | |
17401 | p | |
17402 | q | |
17403 | } | |
17404 | /@datadir@/p | |
17405 | /@docdir@/p | |
17406 | /@infodir@/p | |
17407 | /@localedir@/p | |
17408 | /@mandir@/p' | |
17409 | case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in | |
17410 | *datarootdir*) ac_datarootdir_seen=yes;; | |
17411 | *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) | |
17412 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 | |
17413 | $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} | |
17414 | _ACEOF | |
17415 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
17416 | ac_datarootdir_hack=' | |
17417 | s&@datadir@&$datadir&g | |
17418 | s&@docdir@&$docdir&g | |
17419 | s&@infodir@&$infodir&g | |
17420 | s&@localedir@&$localedir&g | |
17421 | s&@mandir@&$mandir&g | |
17422 | s&\\\${datarootdir}&$datarootdir&g' ;; | |
17423 | esac | |
5464f5a1 | 17424 | _ACEOF |
81ecdfbb RW |
17425 | |
17426 | # Neutralize VPATH when `$srcdir' = `.'. | |
17427 | # Shell code in configure.ac might set extrasub. | |
17428 | # FIXME: do we really want to maintain this feature? | |
17429 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
17430 | ac_sed_extra="$ac_vpsub | |
5464f5a1 NN |
17431 | $extrasub |
17432 | _ACEOF | |
81ecdfbb | 17433 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
5464f5a1 NN |
17434 | :t |
17435 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b | |
81ecdfbb RW |
17436 | s|@configure_input@|$ac_sed_conf_input|;t t |
17437 | s&@top_builddir@&$ac_top_builddir_sub&;t t | |
17438 | s&@top_build_prefix@&$ac_top_build_prefix&;t t | |
17439 | s&@srcdir@&$ac_srcdir&;t t | |
17440 | s&@abs_srcdir@&$ac_abs_srcdir&;t t | |
17441 | s&@top_srcdir@&$ac_top_srcdir&;t t | |
17442 | s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t | |
17443 | s&@builddir@&$ac_builddir&;t t | |
17444 | s&@abs_builddir@&$ac_abs_builddir&;t t | |
17445 | s&@abs_top_builddir@&$ac_abs_top_builddir&;t t | |
17446 | s&@INSTALL@&$ac_INSTALL&;t t | |
17447 | s&@MKDIR_P@&$ac_MKDIR_P&;t t | |
17448 | $ac_datarootdir_hack | |
17449 | " | |
17450 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | |
17451 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | |
17452 | ||
17453 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | |
17454 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | |
17455 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | |
17456 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | |
17457 | which seems to be undefined. Please make sure it is defined." >&5 | |
17458 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | |
17459 | which seems to be undefined. Please make sure it is defined." >&2;} | |
17460 | ||
17461 | rm -f "$tmp/stdin" | |
5464f5a1 | 17462 | case $ac_file in |
81ecdfbb RW |
17463 | -) cat "$tmp/out" && rm -f "$tmp/out";; |
17464 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | |
17465 | esac \ | |
17466 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | |
17467 | ;; | |
17468 | :H) | |
17469 | # | |
17470 | # CONFIG_HEADER | |
17471 | # | |
5464f5a1 | 17472 | if test x"$ac_file" != x-; then |
81ecdfbb RW |
17473 | { |
17474 | $as_echo "/* $configure_input */" \ | |
17475 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" | |
17476 | } >"$tmp/config.h" \ | |
17477 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | |
17478 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then | |
17479 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 | |
17480 | $as_echo "$as_me: $ac_file is unchanged" >&6;} | |
5464f5a1 | 17481 | else |
81ecdfbb RW |
17482 | rm -f "$ac_file" |
17483 | mv "$tmp/config.h" "$ac_file" \ | |
17484 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | |
252b5132 | 17485 | fi |
5464f5a1 | 17486 | else |
81ecdfbb RW |
17487 | $as_echo "/* $configure_input */" \ |
17488 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ | |
17489 | || as_fn_error "could not create -" "$LINENO" 5 | |
252b5132 | 17490 | fi |
81ecdfbb RW |
17491 | # Compute "$ac_file"'s index in $config_headers. |
17492 | _am_arg="$ac_file" | |
f5385ebf AM |
17493 | _am_stamp_count=1 |
17494 | for _am_header in $config_headers :; do | |
17495 | case $_am_header in | |
81ecdfbb | 17496 | $_am_arg | $_am_arg:* ) |
f5385ebf AM |
17497 | break ;; |
17498 | * ) | |
17499 | _am_stamp_count=`expr $_am_stamp_count + 1` ;; | |
17500 | esac | |
17501 | done | |
81ecdfbb RW |
17502 | echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || |
17503 | $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
17504 | X"$_am_arg" : 'X\(//\)[^/]' \| \ | |
17505 | X"$_am_arg" : 'X\(//\)$' \| \ | |
17506 | X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || | |
17507 | $as_echo X"$_am_arg" | | |
17508 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
17509 | s//\1/ | |
17510 | q | |
17511 | } | |
17512 | /^X\(\/\/\)[^/].*/{ | |
17513 | s//\1/ | |
17514 | q | |
17515 | } | |
17516 | /^X\(\/\/\)$/{ | |
17517 | s//\1/ | |
17518 | q | |
17519 | } | |
17520 | /^X\(\/\).*/{ | |
17521 | s//\1/ | |
17522 | q | |
17523 | } | |
17524 | s/.*/./; q'`/stamp-h$_am_stamp_count | |
17525 | ;; | |
5464f5a1 | 17526 | |
81ecdfbb RW |
17527 | :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 |
17528 | $as_echo "$as_me: executing $ac_file commands" >&6;} | |
17529 | ;; | |
17530 | esac | |
5464f5a1 NN |
17531 | |
17532 | ||
81ecdfbb RW |
17533 | case $ac_file$ac_mode in |
17534 | "depfiles":C) test x"$AMDEP_TRUE" != x"" || { | |
17535 | # Autoconf 2.62 quotes --file arguments for eval, but not when files | |
17536 | # are listed without --file. Let's play safe and only enable the eval | |
17537 | # if we detect the quoting. | |
17538 | case $CONFIG_FILES in | |
17539 | *\'*) eval set x "$CONFIG_FILES" ;; | |
17540 | *) set x $CONFIG_FILES ;; | |
17541 | esac | |
17542 | shift | |
17543 | for mf | |
17544 | do | |
17545 | # Strip MF so we end up with the name of the file. | |
17546 | mf=`echo "$mf" | sed -e 's/:.*$//'` | |
17547 | # Check whether this is an Automake generated Makefile or not. | |
17548 | # We used to match only the files named `Makefile.in', but | |
17549 | # some people rename them; so instead we look at the file content. | |
17550 | # Grep'ing the first line is not enough: some people post-process | |
17551 | # each Makefile.in and add a new line on top of each file to say so. | |
17552 | # Grep'ing the whole file is not good either: AIX grep has a line | |
17553 | # limit of 2048, but all sed's we know have understand at least 4000. | |
17554 | if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then | |
17555 | dirpart=`$as_dirname -- "$mf" || | |
f5385ebf AM |
17556 | $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
17557 | X"$mf" : 'X\(//\)[^/]' \| \ | |
17558 | X"$mf" : 'X\(//\)$' \| \ | |
81ecdfbb RW |
17559 | X"$mf" : 'X\(/\)' \| . 2>/dev/null || |
17560 | $as_echo X"$mf" | | |
17561 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
17562 | s//\1/ | |
17563 | q | |
17564 | } | |
17565 | /^X\(\/\/\)[^/].*/{ | |
17566 | s//\1/ | |
17567 | q | |
17568 | } | |
17569 | /^X\(\/\/\)$/{ | |
17570 | s//\1/ | |
17571 | q | |
17572 | } | |
17573 | /^X\(\/\).*/{ | |
17574 | s//\1/ | |
17575 | q | |
17576 | } | |
17577 | s/.*/./; q'` | |
17578 | else | |
17579 | continue | |
17580 | fi | |
17581 | # Extract the definition of DEPDIR, am__include, and am__quote | |
17582 | # from the Makefile without running `make'. | |
17583 | DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` | |
17584 | test -z "$DEPDIR" && continue | |
17585 | am__include=`sed -n 's/^am__include = //p' < "$mf"` | |
17586 | test -z "am__include" && continue | |
17587 | am__quote=`sed -n 's/^am__quote = //p' < "$mf"` | |
17588 | # When using ansi2knr, U may be empty or an underscore; expand it | |
17589 | U=`sed -n 's/^U = //p' < "$mf"` | |
17590 | # Find all dependency output files, they are included files with | |
17591 | # $(DEPDIR) in their names. We invoke sed twice because it is the | |
17592 | # simplest approach to changing $(DEPDIR) to its actual value in the | |
17593 | # expansion. | |
17594 | for file in `sed -n " | |
17595 | s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ | |
17596 | sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do | |
17597 | # Make sure the directory exists. | |
17598 | test -f "$dirpart/$file" && continue | |
17599 | fdir=`$as_dirname -- "$file" || | |
f5385ebf AM |
17600 | $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
17601 | X"$file" : 'X\(//\)[^/]' \| \ | |
17602 | X"$file" : 'X\(//\)$' \| \ | |
81ecdfbb RW |
17603 | X"$file" : 'X\(/\)' \| . 2>/dev/null || |
17604 | $as_echo X"$file" | | |
17605 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
17606 | s//\1/ | |
17607 | q | |
17608 | } | |
17609 | /^X\(\/\/\)[^/].*/{ | |
17610 | s//\1/ | |
17611 | q | |
17612 | } | |
17613 | /^X\(\/\/\)$/{ | |
17614 | s//\1/ | |
17615 | q | |
17616 | } | |
17617 | /^X\(\/\).*/{ | |
17618 | s//\1/ | |
17619 | q | |
17620 | } | |
17621 | s/.*/./; q'` | |
17622 | as_dir=$dirpart/$fdir; as_fn_mkdir_p | |
17623 | # echo "creating $dirpart/$file" | |
17624 | echo '# dummy' > "$dirpart/$file" | |
f5385ebf | 17625 | done |
f5385ebf | 17626 | done |
81ecdfbb | 17627 | } |
d7040cdb | 17628 | ;; |
81ecdfbb | 17629 | "libtool":C) |
d7040cdb SE |
17630 | |
17631 | # See if we are running on zsh, and set the options which allow our | |
17632 | # commands through without removal of \ escapes. | |
17633 | if test -n "${ZSH_VERSION+set}" ; then | |
17634 | setopt NO_GLOB_SUBST | |
17635 | fi | |
17636 | ||
17637 | cfgfile="${ofile}T" | |
17638 | trap "$RM \"$cfgfile\"; exit 1" 1 2 15 | |
17639 | $RM "$cfgfile" | |
17640 | ||
17641 | cat <<_LT_EOF >> "$cfgfile" | |
17642 | #! $SHELL | |
17643 | ||
17644 | # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. | |
718a6fd8 | 17645 | # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION |
d7040cdb SE |
17646 | # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: |
17647 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | |
17648 | # | |
718a6fd8 | 17649 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
3725885a | 17650 | # 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
718a6fd8 | 17651 | # Written by Gordon Matzigkeit, 1996 |
d7040cdb | 17652 | # |
718a6fd8 | 17653 | # This file is part of GNU Libtool. |
d7040cdb | 17654 | # |
718a6fd8 SE |
17655 | # GNU Libtool is free software; you can redistribute it and/or |
17656 | # modify it under the terms of the GNU General Public License as | |
17657 | # published by the Free Software Foundation; either version 2 of | |
17658 | # the License, or (at your option) any later version. | |
d7040cdb | 17659 | # |
718a6fd8 SE |
17660 | # As a special exception to the GNU General Public License, |
17661 | # if you distribute this file as part of a program or library that | |
17662 | # is built using GNU Libtool, you may include this file under the | |
17663 | # same distribution terms that you use for the rest of that program. | |
d7040cdb | 17664 | # |
718a6fd8 SE |
17665 | # GNU Libtool is distributed in the hope that it will be useful, |
17666 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17667 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
17668 | # GNU General Public License for more details. | |
d7040cdb | 17669 | # |
718a6fd8 SE |
17670 | # You should have received a copy of the GNU General Public License |
17671 | # along with GNU Libtool; see the file COPYING. If not, a copy | |
17672 | # can be downloaded from http://www.gnu.org/licenses/gpl.html, or | |
17673 | # obtained by writing to the Free Software Foundation, Inc., | |
17674 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |
d7040cdb SE |
17675 | |
17676 | ||
17677 | # The names of the tagged configurations supported by this script. | |
17678 | available_tags="" | |
17679 | ||
17680 | # ### BEGIN LIBTOOL CONFIG | |
17681 | ||
17682 | # Whether or not to build shared libraries. | |
17683 | build_libtool_libs=$enable_shared | |
17684 | ||
17685 | # Which release of libtool.m4 was used? | |
17686 | macro_version=$macro_version | |
17687 | macro_revision=$macro_revision | |
17688 | ||
17689 | # Whether or not to build static libraries. | |
17690 | build_old_libs=$enable_static | |
17691 | ||
17692 | # What type of objects to build. | |
17693 | pic_mode=$pic_mode | |
17694 | ||
17695 | # Whether or not to optimize for fast installation. | |
17696 | fast_install=$enable_fast_install | |
17697 | ||
3725885a RW |
17698 | # Shell to use when invoking shell scripts. |
17699 | SHELL=$lt_SHELL | |
17700 | ||
17701 | # An echo program that protects backslashes. | |
17702 | ECHO=$lt_ECHO | |
17703 | ||
d7040cdb SE |
17704 | # The host system. |
17705 | host_alias=$host_alias | |
17706 | host=$host | |
17707 | host_os=$host_os | |
17708 | ||
17709 | # The build system. | |
17710 | build_alias=$build_alias | |
17711 | build=$build | |
17712 | build_os=$build_os | |
17713 | ||
17714 | # A sed program that does not truncate output. | |
17715 | SED=$lt_SED | |
17716 | ||
17717 | # Sed that helps us avoid accidentally triggering echo(1) options like -n. | |
17718 | Xsed="\$SED -e 1s/^X//" | |
17719 | ||
17720 | # A grep program that handles long lines. | |
17721 | GREP=$lt_GREP | |
17722 | ||
17723 | # An ERE matcher. | |
17724 | EGREP=$lt_EGREP | |
17725 | ||
17726 | # A literal string matcher. | |
17727 | FGREP=$lt_FGREP | |
17728 | ||
17729 | # A BSD- or MS-compatible name lister. | |
17730 | NM=$lt_NM | |
17731 | ||
17732 | # Whether we need soft or hard links. | |
17733 | LN_S=$lt_LN_S | |
17734 | ||
17735 | # What is the maximum length of a command? | |
17736 | max_cmd_len=$max_cmd_len | |
17737 | ||
17738 | # Object file suffix (normally "o"). | |
17739 | objext=$ac_objext | |
17740 | ||
17741 | # Executable file suffix (normally ""). | |
17742 | exeext=$exeext | |
17743 | ||
17744 | # whether the shell understands "unset". | |
17745 | lt_unset=$lt_unset | |
17746 | ||
17747 | # turn spaces into newlines. | |
17748 | SP2NL=$lt_lt_SP2NL | |
17749 | ||
17750 | # turn newlines into spaces. | |
17751 | NL2SP=$lt_lt_NL2SP | |
17752 | ||
718a6fd8 SE |
17753 | # An object symbol dumper. |
17754 | OBJDUMP=$lt_OBJDUMP | |
17755 | ||
d7040cdb SE |
17756 | # Method to check whether dependent libraries are shared objects. |
17757 | deplibs_check_method=$lt_deplibs_check_method | |
17758 | ||
17759 | # Command to use when deplibs_check_method == "file_magic". | |
17760 | file_magic_cmd=$lt_file_magic_cmd | |
17761 | ||
17762 | # The archiver. | |
17763 | AR=$lt_AR | |
17764 | AR_FLAGS=$lt_AR_FLAGS | |
17765 | ||
17766 | # A symbol stripping program. | |
17767 | STRIP=$lt_STRIP | |
17768 | ||
17769 | # Commands used to install an old-style archive. | |
17770 | RANLIB=$lt_RANLIB | |
17771 | old_postinstall_cmds=$lt_old_postinstall_cmds | |
17772 | old_postuninstall_cmds=$lt_old_postuninstall_cmds | |
17773 | ||
3725885a RW |
17774 | # Whether to use a lock for old archive extraction. |
17775 | lock_old_archive_extraction=$lock_old_archive_extraction | |
17776 | ||
d7040cdb SE |
17777 | # A C compiler. |
17778 | LTCC=$lt_CC | |
17779 | ||
17780 | # LTCC compiler flags. | |
17781 | LTCFLAGS=$lt_CFLAGS | |
17782 | ||
17783 | # Take the output of nm and produce a listing of raw symbols and C names. | |
17784 | global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe | |
17785 | ||
17786 | # Transform the output of nm in a proper C declaration. | |
17787 | global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl | |
17788 | ||
17789 | # Transform the output of nm in a C name address pair. | |
17790 | global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | |
17791 | ||
718a6fd8 SE |
17792 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
17793 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | |
17794 | ||
d7040cdb SE |
17795 | # The name of the directory that contains temporary libtool files. |
17796 | objdir=$objdir | |
17797 | ||
d7040cdb SE |
17798 | # Used to examine libraries when file_magic_cmd begins with "file". |
17799 | MAGIC_CMD=$MAGIC_CMD | |
17800 | ||
17801 | # Must we lock files when doing compilation? | |
17802 | need_locks=$lt_need_locks | |
17803 | ||
718a6fd8 SE |
17804 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
17805 | DSYMUTIL=$lt_DSYMUTIL | |
17806 | ||
17807 | # Tool to change global to local symbols on Mac OS X. | |
17808 | NMEDIT=$lt_NMEDIT | |
17809 | ||
17810 | # Tool to manipulate fat objects and archives on Mac OS X. | |
17811 | LIPO=$lt_LIPO | |
17812 | ||
17813 | # ldd/readelf like tool for Mach-O binaries on Mac OS X. | |
17814 | OTOOL=$lt_OTOOL | |
17815 | ||
17816 | # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. | |
17817 | OTOOL64=$lt_OTOOL64 | |
17818 | ||
d7040cdb SE |
17819 | # Old archive suffix (normally "a"). |
17820 | libext=$libext | |
17821 | ||
17822 | # Shared library suffix (normally ".so"). | |
17823 | shrext_cmds=$lt_shrext_cmds | |
17824 | ||
17825 | # The commands to extract the exported symbol list from a shared archive. | |
17826 | extract_expsyms_cmds=$lt_extract_expsyms_cmds | |
17827 | ||
17828 | # Variables whose values should be saved in libtool wrapper scripts and | |
17829 | # restored at link time. | |
17830 | variables_saved_for_relink=$lt_variables_saved_for_relink | |
17831 | ||
17832 | # Do we need the "lib" prefix for modules? | |
17833 | need_lib_prefix=$need_lib_prefix | |
17834 | ||
17835 | # Do we need a version for libraries? | |
17836 | need_version=$need_version | |
17837 | ||
17838 | # Library versioning type. | |
17839 | version_type=$version_type | |
17840 | ||
17841 | # Shared library runtime path variable. | |
17842 | runpath_var=$runpath_var | |
17843 | ||
17844 | # Shared library path variable. | |
17845 | shlibpath_var=$shlibpath_var | |
17846 | ||
17847 | # Is shlibpath searched before the hard-coded library search path? | |
17848 | shlibpath_overrides_runpath=$shlibpath_overrides_runpath | |
17849 | ||
17850 | # Format of library name prefix. | |
17851 | libname_spec=$lt_libname_spec | |
17852 | ||
17853 | # List of archive names. First name is the real one, the rest are links. | |
17854 | # The last name is the one that the linker finds with -lNAME | |
17855 | library_names_spec=$lt_library_names_spec | |
17856 | ||
17857 | # The coded name of the library, if different from the real name. | |
17858 | soname_spec=$lt_soname_spec | |
17859 | ||
3725885a RW |
17860 | # Permission mode override for installation of shared libraries. |
17861 | install_override_mode=$lt_install_override_mode | |
17862 | ||
d7040cdb SE |
17863 | # Command to use after installation of a shared archive. |
17864 | postinstall_cmds=$lt_postinstall_cmds | |
17865 | ||
17866 | # Command to use after uninstallation of a shared archive. | |
17867 | postuninstall_cmds=$lt_postuninstall_cmds | |
17868 | ||
17869 | # Commands used to finish a libtool library installation in a directory. | |
17870 | finish_cmds=$lt_finish_cmds | |
17871 | ||
17872 | # As "finish_cmds", except a single script fragment to be evaled but | |
17873 | # not shown. | |
17874 | finish_eval=$lt_finish_eval | |
17875 | ||
17876 | # Whether we should hardcode library paths into libraries. | |
17877 | hardcode_into_libs=$hardcode_into_libs | |
17878 | ||
17879 | # Compile-time system search path for libraries. | |
17880 | sys_lib_search_path_spec=$lt_sys_lib_search_path_spec | |
17881 | ||
17882 | # Run-time system search path for libraries. | |
17883 | sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec | |
17884 | ||
17885 | # Whether dlopen is supported. | |
17886 | dlopen_support=$enable_dlopen | |
17887 | ||
17888 | # Whether dlopen of programs is supported. | |
17889 | dlopen_self=$enable_dlopen_self | |
17890 | ||
17891 | # Whether dlopen of statically linked programs is supported. | |
17892 | dlopen_self_static=$enable_dlopen_self_static | |
17893 | ||
17894 | # Commands to strip libraries. | |
17895 | old_striplib=$lt_old_striplib | |
17896 | striplib=$lt_striplib | |
17897 | ||
17898 | ||
17899 | # The linker used to build libraries. | |
17900 | LD=$lt_LD | |
17901 | ||
3725885a RW |
17902 | # How to create reloadable object files. |
17903 | reload_flag=$lt_reload_flag | |
17904 | reload_cmds=$lt_reload_cmds | |
17905 | ||
d7040cdb SE |
17906 | # Commands used to build an old-style archive. |
17907 | old_archive_cmds=$lt_old_archive_cmds | |
17908 | ||
17909 | # A language specific compiler. | |
17910 | CC=$lt_compiler | |
17911 | ||
17912 | # Is the compiler the GNU compiler? | |
17913 | with_gcc=$GCC | |
17914 | ||
17915 | # Compiler flag to turn off builtin functions. | |
17916 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | |
17917 | ||
17918 | # How to pass a linker flag through the compiler. | |
17919 | wl=$lt_lt_prog_compiler_wl | |
17920 | ||
17921 | # Additional compiler flags for building library objects. | |
17922 | pic_flag=$lt_lt_prog_compiler_pic | |
17923 | ||
17924 | # Compiler flag to prevent dynamic linking. | |
17925 | link_static_flag=$lt_lt_prog_compiler_static | |
17926 | ||
17927 | # Does compiler simultaneously support -c and -o options? | |
17928 | compiler_c_o=$lt_lt_cv_prog_compiler_c_o | |
17929 | ||
17930 | # Whether or not to add -lc for building shared libraries. | |
17931 | build_libtool_need_lc=$archive_cmds_need_lc | |
17932 | ||
17933 | # Whether or not to disallow shared libs when runtime libs are static. | |
17934 | allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes | |
17935 | ||
17936 | # Compiler flag to allow reflexive dlopens. | |
17937 | export_dynamic_flag_spec=$lt_export_dynamic_flag_spec | |
17938 | ||
17939 | # Compiler flag to generate shared objects directly from archives. | |
17940 | whole_archive_flag_spec=$lt_whole_archive_flag_spec | |
17941 | ||
17942 | # Whether the compiler copes with passing no objects directly. | |
17943 | compiler_needs_object=$lt_compiler_needs_object | |
17944 | ||
17945 | # Create an old-style archive from a shared archive. | |
17946 | old_archive_from_new_cmds=$lt_old_archive_from_new_cmds | |
17947 | ||
17948 | # Create a temporary old-style archive to link instead of a shared archive. | |
17949 | old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds | |
17950 | ||
17951 | # Commands used to build a shared archive. | |
17952 | archive_cmds=$lt_archive_cmds | |
17953 | archive_expsym_cmds=$lt_archive_expsym_cmds | |
17954 | ||
17955 | # Commands used to build a loadable module if different from building | |
17956 | # a shared archive. | |
17957 | module_cmds=$lt_module_cmds | |
17958 | module_expsym_cmds=$lt_module_expsym_cmds | |
17959 | ||
17960 | # Whether we are building with GNU ld or not. | |
17961 | with_gnu_ld=$lt_with_gnu_ld | |
17962 | ||
17963 | # Flag that allows shared libraries with undefined symbols to be built. | |
17964 | allow_undefined_flag=$lt_allow_undefined_flag | |
17965 | ||
17966 | # Flag that enforces no undefined symbols. | |
17967 | no_undefined_flag=$lt_no_undefined_flag | |
17968 | ||
17969 | # Flag to hardcode \$libdir into a binary during linking. | |
17970 | # This must work even if \$libdir does not exist | |
17971 | hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec | |
17972 | ||
17973 | # If ld is used when linking, flag to hardcode \$libdir into a binary | |
17974 | # during linking. This must work even if \$libdir does not exist. | |
17975 | hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld | |
17976 | ||
17977 | # Whether we need a single "-rpath" flag with a separated argument. | |
17978 | hardcode_libdir_separator=$lt_hardcode_libdir_separator | |
17979 | ||
17980 | # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes | |
17981 | # DIR into the resulting binary. | |
17982 | hardcode_direct=$hardcode_direct | |
17983 | ||
17984 | # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes | |
17985 | # DIR into the resulting binary and the resulting library dependency is | |
17986 | # "absolute",i.e impossible to change by setting \${shlibpath_var} if the | |
17987 | # library is relocated. | |
17988 | hardcode_direct_absolute=$hardcode_direct_absolute | |
17989 | ||
17990 | # Set to "yes" if using the -LDIR flag during linking hardcodes DIR | |
17991 | # into the resulting binary. | |
17992 | hardcode_minus_L=$hardcode_minus_L | |
17993 | ||
17994 | # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR | |
17995 | # into the resulting binary. | |
17996 | hardcode_shlibpath_var=$hardcode_shlibpath_var | |
17997 | ||
17998 | # Set to "yes" if building a shared library automatically hardcodes DIR | |
17999 | # into the library and all subsequent libraries and executables linked | |
18000 | # against it. | |
18001 | hardcode_automatic=$hardcode_automatic | |
18002 | ||
18003 | # Set to yes if linker adds runtime paths of dependent libraries | |
18004 | # to runtime path list. | |
18005 | inherit_rpath=$inherit_rpath | |
18006 | ||
18007 | # Whether libtool must link a program against all its dependency libraries. | |
18008 | link_all_deplibs=$link_all_deplibs | |
18009 | ||
18010 | # Fix the shell variable \$srcfile for the compiler. | |
18011 | fix_srcfile_path=$lt_fix_srcfile_path | |
18012 | ||
18013 | # Set to "yes" if exported symbols are required. | |
18014 | always_export_symbols=$always_export_symbols | |
18015 | ||
18016 | # The commands to list exported symbols. | |
18017 | export_symbols_cmds=$lt_export_symbols_cmds | |
18018 | ||
18019 | # Symbols that should not be listed in the preloaded symbols. | |
18020 | exclude_expsyms=$lt_exclude_expsyms | |
18021 | ||
18022 | # Symbols that must always be exported. | |
18023 | include_expsyms=$lt_include_expsyms | |
18024 | ||
18025 | # Commands necessary for linking programs (against libraries) with templates. | |
18026 | prelink_cmds=$lt_prelink_cmds | |
18027 | ||
18028 | # Specify filename containing input files. | |
18029 | file_list_spec=$lt_file_list_spec | |
18030 | ||
18031 | # How to hardcode a shared library path into an executable. | |
18032 | hardcode_action=$hardcode_action | |
18033 | ||
18034 | # ### END LIBTOOL CONFIG | |
18035 | ||
18036 | _LT_EOF | |
18037 | ||
18038 | case $host_os in | |
18039 | aix3*) | |
18040 | cat <<\_LT_EOF >> "$cfgfile" | |
18041 | # AIX sometimes has problems with the GCC collect2 program. For some | |
18042 | # reason, if we set the COLLECT_NAMES environment variable, the problems | |
18043 | # vanish in a puff of smoke. | |
18044 | if test "X${COLLECT_NAMES+set}" != Xset; then | |
18045 | COLLECT_NAMES= | |
18046 | export COLLECT_NAMES | |
18047 | fi | |
18048 | _LT_EOF | |
18049 | ;; | |
18050 | esac | |
18051 | ||
18052 | ||
18053 | ltmain="$ac_aux_dir/ltmain.sh" | |
18054 | ||
18055 | ||
18056 | # We use sed instead of cat because bash on DJGPP gets confused if | |
18057 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | |
18058 | # text mode, it properly converts lines to CR/LF. This bash problem | |
18059 | # is reportedly fixed, but why not run on old versions too? | |
18060 | sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ | |
18061 | || (rm -f "$cfgfile"; exit 1) | |
18062 | ||
18063 | case $xsi_shell in | |
18064 | yes) | |
18065 | cat << \_LT_EOF >> "$cfgfile" | |
718a6fd8 | 18066 | |
d7040cdb SE |
18067 | # func_dirname file append nondir_replacement |
18068 | # Compute the dirname of FILE. If nonempty, add APPEND to the result, | |
18069 | # otherwise set result to NONDIR_REPLACEMENT. | |
18070 | func_dirname () | |
18071 | { | |
18072 | case ${1} in | |
18073 | */*) func_dirname_result="${1%/*}${2}" ;; | |
18074 | * ) func_dirname_result="${3}" ;; | |
18075 | esac | |
18076 | } | |
18077 | ||
18078 | # func_basename file | |
18079 | func_basename () | |
18080 | { | |
18081 | func_basename_result="${1##*/}" | |
18082 | } | |
18083 | ||
718a6fd8 SE |
18084 | # func_dirname_and_basename file append nondir_replacement |
18085 | # perform func_basename and func_dirname in a single function | |
18086 | # call: | |
18087 | # dirname: Compute the dirname of FILE. If nonempty, | |
18088 | # add APPEND to the result, otherwise set result | |
18089 | # to NONDIR_REPLACEMENT. | |
18090 | # value returned in "$func_dirname_result" | |
18091 | # basename: Compute filename of FILE. | |
18092 | # value retuned in "$func_basename_result" | |
18093 | # Implementation must be kept synchronized with func_dirname | |
18094 | # and func_basename. For efficiency, we do not delegate to | |
18095 | # those functions but instead duplicate the functionality here. | |
18096 | func_dirname_and_basename () | |
18097 | { | |
18098 | case ${1} in | |
18099 | */*) func_dirname_result="${1%/*}${2}" ;; | |
18100 | * ) func_dirname_result="${3}" ;; | |
18101 | esac | |
18102 | func_basename_result="${1##*/}" | |
18103 | } | |
18104 | ||
d7040cdb SE |
18105 | # func_stripname prefix suffix name |
18106 | # strip PREFIX and SUFFIX off of NAME. | |
18107 | # PREFIX and SUFFIX must not contain globbing or regex special | |
18108 | # characters, hashes, percent signs, but SUFFIX may contain a leading | |
18109 | # dot (in which case that matches only a dot). | |
18110 | func_stripname () | |
18111 | { | |
18112 | # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are | |
18113 | # positional parameters, so assign one to ordinary parameter first. | |
18114 | func_stripname_result=${3} | |
18115 | func_stripname_result=${func_stripname_result#"${1}"} | |
18116 | func_stripname_result=${func_stripname_result%"${2}"} | |
18117 | } | |
18118 | ||
18119 | # func_opt_split | |
18120 | func_opt_split () | |
18121 | { | |
18122 | func_opt_split_opt=${1%%=*} | |
18123 | func_opt_split_arg=${1#*=} | |
18124 | } | |
18125 | ||
18126 | # func_lo2o object | |
18127 | func_lo2o () | |
18128 | { | |
18129 | case ${1} in | |
18130 | *.lo) func_lo2o_result=${1%.lo}.${objext} ;; | |
18131 | *) func_lo2o_result=${1} ;; | |
18132 | esac | |
18133 | } | |
718a6fd8 SE |
18134 | |
18135 | # func_xform libobj-or-source | |
18136 | func_xform () | |
18137 | { | |
18138 | func_xform_result=${1%.*}.lo | |
18139 | } | |
18140 | ||
18141 | # func_arith arithmetic-term... | |
18142 | func_arith () | |
18143 | { | |
18144 | func_arith_result=$(( $* )) | |
18145 | } | |
18146 | ||
18147 | # func_len string | |
18148 | # STRING may not start with a hyphen. | |
18149 | func_len () | |
18150 | { | |
18151 | func_len_result=${#1} | |
18152 | } | |
18153 | ||
d7040cdb SE |
18154 | _LT_EOF |
18155 | ;; | |
18156 | *) # Bourne compatible functions. | |
18157 | cat << \_LT_EOF >> "$cfgfile" | |
718a6fd8 | 18158 | |
d7040cdb SE |
18159 | # func_dirname file append nondir_replacement |
18160 | # Compute the dirname of FILE. If nonempty, add APPEND to the result, | |
18161 | # otherwise set result to NONDIR_REPLACEMENT. | |
18162 | func_dirname () | |
18163 | { | |
18164 | # Extract subdirectory from the argument. | |
3725885a | 18165 | func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` |
d7040cdb SE |
18166 | if test "X$func_dirname_result" = "X${1}"; then |
18167 | func_dirname_result="${3}" | |
18168 | else | |
18169 | func_dirname_result="$func_dirname_result${2}" | |
18170 | fi | |
18171 | } | |
18172 | ||
18173 | # func_basename file | |
18174 | func_basename () | |
18175 | { | |
3725885a | 18176 | func_basename_result=`$ECHO "${1}" | $SED "$basename"` |
d7040cdb SE |
18177 | } |
18178 | ||
718a6fd8 | 18179 | |
d7040cdb SE |
18180 | # func_stripname prefix suffix name |
18181 | # strip PREFIX and SUFFIX off of NAME. | |
18182 | # PREFIX and SUFFIX must not contain globbing or regex special | |
18183 | # characters, hashes, percent signs, but SUFFIX may contain a leading | |
18184 | # dot (in which case that matches only a dot). | |
18185 | # func_strip_suffix prefix name | |
18186 | func_stripname () | |
18187 | { | |
18188 | case ${2} in | |
3725885a RW |
18189 | .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; |
18190 | *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; | |
d7040cdb SE |
18191 | esac |
18192 | } | |
18193 | ||
18194 | # sed scripts: | |
18195 | my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q' | |
18196 | my_sed_long_arg='1s/^-[^=]*=//' | |
18197 | ||
18198 | # func_opt_split | |
18199 | func_opt_split () | |
18200 | { | |
3725885a RW |
18201 | func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"` |
18202 | func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"` | |
d7040cdb SE |
18203 | } |
18204 | ||
18205 | # func_lo2o object | |
18206 | func_lo2o () | |
18207 | { | |
3725885a | 18208 | func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` |
d7040cdb | 18209 | } |
718a6fd8 SE |
18210 | |
18211 | # func_xform libobj-or-source | |
18212 | func_xform () | |
18213 | { | |
3725885a | 18214 | func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'` |
718a6fd8 SE |
18215 | } |
18216 | ||
18217 | # func_arith arithmetic-term... | |
18218 | func_arith () | |
18219 | { | |
18220 | func_arith_result=`expr "$@"` | |
18221 | } | |
18222 | ||
18223 | # func_len string | |
18224 | # STRING may not start with a hyphen. | |
18225 | func_len () | |
18226 | { | |
18227 | func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` | |
18228 | } | |
18229 | ||
d7040cdb SE |
18230 | _LT_EOF |
18231 | esac | |
18232 | ||
18233 | case $lt_shell_append in | |
18234 | yes) | |
18235 | cat << \_LT_EOF >> "$cfgfile" | |
18236 | ||
18237 | # func_append var value | |
18238 | # Append VALUE to the end of shell variable VAR. | |
18239 | func_append () | |
18240 | { | |
18241 | eval "$1+=\$2" | |
18242 | } | |
18243 | _LT_EOF | |
18244 | ;; | |
18245 | *) | |
18246 | cat << \_LT_EOF >> "$cfgfile" | |
18247 | ||
18248 | # func_append var value | |
18249 | # Append VALUE to the end of shell variable VAR. | |
18250 | func_append () | |
18251 | { | |
18252 | eval "$1=\$$1\$2" | |
18253 | } | |
718a6fd8 | 18254 | |
d7040cdb SE |
18255 | _LT_EOF |
18256 | ;; | |
18257 | esac | |
18258 | ||
18259 | ||
18260 | sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \ | |
18261 | || (rm -f "$cfgfile"; exit 1) | |
18262 | ||
18263 | mv -f "$cfgfile" "$ofile" || | |
18264 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") | |
18265 | chmod +x "$ofile" | |
18266 | ||
f5385ebf | 18267 | ;; |
81ecdfbb | 18268 | "default-1":C) |
20e95c23 DJ |
18269 | for ac_file in $CONFIG_FILES; do |
18270 | # Support "outfile[:infile[:infile...]]" | |
18271 | case "$ac_file" in | |
18272 | *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; | |
18273 | esac | |
18274 | # PO directories have a Makefile.in generated from Makefile.in.in. | |
18275 | case "$ac_file" in */Makefile.in) | |
18276 | # Adjust a relative srcdir. | |
18277 | ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` | |
3cac54d2 | 18278 | ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` |
20e95c23 DJ |
18279 | ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` |
18280 | # In autoconf-2.13 it is called $ac_given_srcdir. | |
18281 | # In autoconf-2.50 it is called $srcdir. | |
18282 | test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" | |
18283 | case "$ac_given_srcdir" in | |
18284 | .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; | |
18285 | /*) top_srcdir="$ac_given_srcdir" ;; | |
18286 | *) top_srcdir="$ac_dots$ac_given_srcdir" ;; | |
18287 | esac | |
18288 | if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then | |
18289 | rm -f "$ac_dir/POTFILES" | |
18290 | test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" | |
18291 | cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" | |
18292 | POMAKEFILEDEPS="POTFILES.in" | |
18293 | # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend | |
18294 | # on $ac_dir but don't depend on user-specified configuration | |
18295 | # parameters. | |
18296 | if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then | |
18297 | # The LINGUAS file contains the set of available languages. | |
18298 | if test -n "$OBSOLETE_ALL_LINGUAS"; then | |
18299 | test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" | |
18300 | fi | |
18301 | ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"` | |
18302 | # Hide the ALL_LINGUAS assigment from automake. | |
18303 | eval 'ALL_LINGUAS''=$ALL_LINGUAS_' | |
18304 | POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" | |
18305 | else | |
18306 | # The set of available languages was given in configure.in. | |
18307 | eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' | |
18308 | fi | |
18309 | case "$ac_given_srcdir" in | |
18310 | .) srcdirpre= ;; | |
18311 | *) srcdirpre='$(srcdir)/' ;; | |
18312 | esac | |
18313 | POFILES= | |
18314 | GMOFILES= | |
18315 | UPDATEPOFILES= | |
18316 | DUMMYPOFILES= | |
18317 | for lang in $ALL_LINGUAS; do | |
18318 | POFILES="$POFILES $srcdirpre$lang.po" | |
18319 | GMOFILES="$GMOFILES $srcdirpre$lang.gmo" | |
18320 | UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" | |
18321 | DUMMYPOFILES="$DUMMYPOFILES $lang.nop" | |
18322 | done | |
18323 | # CATALOGS depends on both $ac_dir and the user's LINGUAS | |
18324 | # environment variable. | |
18325 | INST_LINGUAS= | |
18326 | if test -n "$ALL_LINGUAS"; then | |
18327 | for presentlang in $ALL_LINGUAS; do | |
18328 | useit=no | |
18329 | if test "%UNSET%" != "$LINGUAS"; then | |
18330 | desiredlanguages="$LINGUAS" | |
18331 | else | |
18332 | desiredlanguages="$ALL_LINGUAS" | |
18333 | fi | |
18334 | for desiredlang in $desiredlanguages; do | |
18335 | # Use the presentlang catalog if desiredlang is | |
18336 | # a. equal to presentlang, or | |
18337 | # b. a variant of presentlang (because in this case, | |
18338 | # presentlang can be used as a fallback for messages | |
18339 | # which are not translated in the desiredlang catalog). | |
18340 | case "$desiredlang" in | |
18341 | "$presentlang"*) useit=yes;; | |
18342 | esac | |
18343 | done | |
18344 | if test $useit = yes; then | |
18345 | INST_LINGUAS="$INST_LINGUAS $presentlang" | |
18346 | fi | |
18347 | done | |
18348 | fi | |
18349 | CATALOGS= | |
18350 | if test -n "$INST_LINGUAS"; then | |
18351 | for lang in $INST_LINGUAS; do | |
18352 | CATALOGS="$CATALOGS $lang.gmo" | |
18353 | done | |
18354 | fi | |
18355 | test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" | |
18356 | sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" | |
18357 | for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do | |
18358 | if test -f "$f"; then | |
18359 | case "$f" in | |
18360 | *.orig | *.bak | *~) ;; | |
18361 | *) cat "$f" >> "$ac_dir/Makefile" ;; | |
18362 | esac | |
18363 | fi | |
18364 | done | |
18365 | fi | |
18366 | ;; | |
18367 | esac | |
18368 | done ;; | |
81ecdfbb | 18369 | "bfd_stdint.h":C) |
f3b4f6d0 PB |
18370 | if test "$GCC" = yes; then |
18371 | echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h | |
18372 | else | |
18373 | echo "/* generated for $CC */" > tmp-stdint.h | |
18374 | fi | |
d5efd9fc | 18375 | |
f3b4f6d0 PB |
18376 | sed 's/^ *//' >> tmp-stdint.h <<EOF |
18377 | ||
18378 | #ifndef GCC_GENERATED_STDINT_H | |
18379 | #define GCC_GENERATED_STDINT_H 1 | |
18380 | ||
18381 | #include <sys/types.h> | |
18382 | EOF | |
18383 | ||
18384 | if test "$acx_cv_header_stdint" != stdint.h; then | |
18385 | echo "#include <stddef.h>" >> tmp-stdint.h | |
18386 | fi | |
18387 | if test "$acx_cv_header_stdint" != stddef.h; then | |
18388 | echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h | |
18389 | fi | |
18390 | ||
18391 | sed 's/^ *//' >> tmp-stdint.h <<EOF | |
18392 | /* glibc uses these symbols as guards to prevent redefinitions. */ | |
18393 | #ifdef __int8_t_defined | |
18394 | #define _INT8_T | |
18395 | #define _INT16_T | |
18396 | #define _INT32_T | |
18397 | #endif | |
18398 | #ifdef __uint32_t_defined | |
18399 | #define _UINT32_T | |
18400 | #endif | |
18401 | ||
18402 | EOF | |
18403 | ||
18404 | # ----------------- done header, emit basic int types ------------- | |
18405 | if test "$acx_cv_header_stdint" = stddef.h; then | |
18406 | sed 's/^ *//' >> tmp-stdint.h <<EOF | |
18407 | ||
18408 | #ifndef _UINT8_T | |
18409 | #define _UINT8_T | |
18410 | #ifndef __uint8_t_defined | |
18411 | #define __uint8_t_defined | |
a009f2e7 | 18412 | #ifndef uint8_t |
f3b4f6d0 PB |
18413 | typedef unsigned $acx_cv_type_int8_t uint8_t; |
18414 | #endif | |
18415 | #endif | |
a009f2e7 | 18416 | #endif |
f3b4f6d0 PB |
18417 | |
18418 | #ifndef _UINT16_T | |
18419 | #define _UINT16_T | |
18420 | #ifndef __uint16_t_defined | |
18421 | #define __uint16_t_defined | |
a009f2e7 | 18422 | #ifndef uint16_t |
f3b4f6d0 PB |
18423 | typedef unsigned $acx_cv_type_int16_t uint16_t; |
18424 | #endif | |
18425 | #endif | |
a009f2e7 | 18426 | #endif |
f3b4f6d0 PB |
18427 | |
18428 | #ifndef _UINT32_T | |
18429 | #define _UINT32_T | |
18430 | #ifndef __uint32_t_defined | |
18431 | #define __uint32_t_defined | |
a009f2e7 | 18432 | #ifndef uint32_t |
f3b4f6d0 PB |
18433 | typedef unsigned $acx_cv_type_int32_t uint32_t; |
18434 | #endif | |
18435 | #endif | |
a009f2e7 | 18436 | #endif |
f3b4f6d0 PB |
18437 | |
18438 | #ifndef _INT8_T | |
18439 | #define _INT8_T | |
18440 | #ifndef __int8_t_defined | |
18441 | #define __int8_t_defined | |
a009f2e7 | 18442 | #ifndef int8_t |
f3b4f6d0 PB |
18443 | typedef $acx_cv_type_int8_t int8_t; |
18444 | #endif | |
18445 | #endif | |
a009f2e7 | 18446 | #endif |
f3b4f6d0 PB |
18447 | |
18448 | #ifndef _INT16_T | |
18449 | #define _INT16_T | |
18450 | #ifndef __int16_t_defined | |
18451 | #define __int16_t_defined | |
a009f2e7 | 18452 | #ifndef int16_t |
f3b4f6d0 PB |
18453 | typedef $acx_cv_type_int16_t int16_t; |
18454 | #endif | |
18455 | #endif | |
a009f2e7 | 18456 | #endif |
f3b4f6d0 PB |
18457 | |
18458 | #ifndef _INT32_T | |
18459 | #define _INT32_T | |
18460 | #ifndef __int32_t_defined | |
18461 | #define __int32_t_defined | |
a009f2e7 | 18462 | #ifndef int32_t |
f3b4f6d0 PB |
18463 | typedef $acx_cv_type_int32_t int32_t; |
18464 | #endif | |
18465 | #endif | |
a009f2e7 | 18466 | #endif |
f3b4f6d0 PB |
18467 | EOF |
18468 | elif test "$ac_cv_type_u_int32_t" = yes; then | |
18469 | sed 's/^ *//' >> tmp-stdint.h <<EOF | |
18470 | ||
18471 | /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */ | |
18472 | #ifndef _INT8_T | |
18473 | #define _INT8_T | |
18474 | #endif | |
18475 | #ifndef _INT16_T | |
18476 | #define _INT16_T | |
18477 | #endif | |
18478 | #ifndef _INT32_T | |
18479 | #define _INT32_T | |
18480 | #endif | |
18481 | ||
18482 | #ifndef _UINT8_T | |
18483 | #define _UINT8_T | |
18484 | #ifndef __uint8_t_defined | |
18485 | #define __uint8_t_defined | |
a009f2e7 | 18486 | #ifndef uint8_t |
f3b4f6d0 PB |
18487 | typedef u_int8_t uint8_t; |
18488 | #endif | |
18489 | #endif | |
a009f2e7 | 18490 | #endif |
f3b4f6d0 PB |
18491 | |
18492 | #ifndef _UINT16_T | |
18493 | #define _UINT16_T | |
18494 | #ifndef __uint16_t_defined | |
18495 | #define __uint16_t_defined | |
a009f2e7 | 18496 | #ifndef uint16_t |
f3b4f6d0 PB |
18497 | typedef u_int16_t uint16_t; |
18498 | #endif | |
18499 | #endif | |
a009f2e7 | 18500 | #endif |
f3b4f6d0 PB |
18501 | |
18502 | #ifndef _UINT32_T | |
18503 | #define _UINT32_T | |
18504 | #ifndef __uint32_t_defined | |
18505 | #define __uint32_t_defined | |
a009f2e7 | 18506 | #ifndef uint32_t |
f3b4f6d0 PB |
18507 | typedef u_int32_t uint32_t; |
18508 | #endif | |
18509 | #endif | |
a009f2e7 | 18510 | #endif |
d5efd9fc | 18511 | EOF |
f3b4f6d0 PB |
18512 | else |
18513 | sed 's/^ *//' >> tmp-stdint.h <<EOF | |
18514 | ||
18515 | /* Some systems have guard macros to prevent redefinitions, define them. */ | |
18516 | #ifndef _INT8_T | |
18517 | #define _INT8_T | |
18518 | #endif | |
18519 | #ifndef _INT16_T | |
18520 | #define _INT16_T | |
18521 | #endif | |
18522 | #ifndef _INT32_T | |
18523 | #define _INT32_T | |
18524 | #endif | |
18525 | #ifndef _UINT8_T | |
18526 | #define _UINT8_T | |
18527 | #endif | |
18528 | #ifndef _UINT16_T | |
18529 | #define _UINT16_T | |
18530 | #endif | |
18531 | #ifndef _UINT32_T | |
18532 | #define _UINT32_T | |
18533 | #endif | |
18534 | EOF | |
18535 | fi | |
18536 | ||
18537 | # ------------- done basic int types, emit int64_t types ------------ | |
18538 | if test "$ac_cv_type_uint64_t" = yes; then | |
18539 | sed 's/^ *//' >> tmp-stdint.h <<EOF | |
d5efd9fc | 18540 | |
f3b4f6d0 PB |
18541 | /* system headers have good uint64_t and int64_t */ |
18542 | #ifndef _INT64_T | |
18543 | #define _INT64_T | |
18544 | #endif | |
18545 | #ifndef _UINT64_T | |
18546 | #define _UINT64_T | |
18547 | #endif | |
18548 | EOF | |
18549 | elif test "$ac_cv_type_u_int64_t" = yes; then | |
18550 | sed 's/^ *//' >> tmp-stdint.h <<EOF | |
18551 | ||
18552 | /* system headers have an u_int64_t (and int64_t) */ | |
18553 | #ifndef _INT64_T | |
18554 | #define _INT64_T | |
18555 | #endif | |
18556 | #ifndef _UINT64_T | |
18557 | #define _UINT64_T | |
18558 | #ifndef __uint64_t_defined | |
18559 | #define __uint64_t_defined | |
a009f2e7 | 18560 | #ifndef uint64_t |
f3b4f6d0 PB |
18561 | typedef u_int64_t uint64_t; |
18562 | #endif | |
18563 | #endif | |
a009f2e7 | 18564 | #endif |
f3b4f6d0 PB |
18565 | EOF |
18566 | elif test -n "$acx_cv_type_int64_t"; then | |
18567 | sed 's/^ *//' >> tmp-stdint.h <<EOF | |
18568 | ||
18569 | /* architecture has a 64-bit type, $acx_cv_type_int64_t */ | |
18570 | #ifndef _INT64_T | |
18571 | #define _INT64_T | |
a009f2e7 | 18572 | #ifndef int64_t |
f3b4f6d0 PB |
18573 | typedef $acx_cv_type_int64_t int64_t; |
18574 | #endif | |
a009f2e7 | 18575 | #endif |
f3b4f6d0 PB |
18576 | #ifndef _UINT64_T |
18577 | #define _UINT64_T | |
18578 | #ifndef __uint64_t_defined | |
18579 | #define __uint64_t_defined | |
a009f2e7 | 18580 | #ifndef uint64_t |
f3b4f6d0 PB |
18581 | typedef unsigned $acx_cv_type_int64_t uint64_t; |
18582 | #endif | |
18583 | #endif | |
a009f2e7 | 18584 | #endif |
f3b4f6d0 PB |
18585 | EOF |
18586 | else | |
18587 | sed 's/^ *//' >> tmp-stdint.h <<EOF | |
18588 | ||
18589 | /* some common heuristics for int64_t, using compiler-specific tests */ | |
18590 | #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L | |
18591 | #ifndef _INT64_T | |
18592 | #define _INT64_T | |
18593 | #ifndef __int64_t_defined | |
a009f2e7 | 18594 | #ifndef int64_t |
f3b4f6d0 PB |
18595 | typedef long long int64_t; |
18596 | #endif | |
18597 | #endif | |
a009f2e7 | 18598 | #endif |
f3b4f6d0 PB |
18599 | #ifndef _UINT64_T |
18600 | #define _UINT64_T | |
a009f2e7 | 18601 | #ifndef uint64_t |
f3b4f6d0 PB |
18602 | typedef unsigned long long uint64_t; |
18603 | #endif | |
a009f2e7 | 18604 | #endif |
f3b4f6d0 PB |
18605 | |
18606 | #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0 | |
18607 | /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and | |
18608 | does not implement __extension__. But that compiler doesn't define | |
18609 | __GNUC_MINOR__. */ | |
18610 | # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__) | |
18611 | # define __extension__ | |
18612 | # endif | |
18613 | ||
18614 | # ifndef _INT64_T | |
18615 | # define _INT64_T | |
a009f2e7 | 18616 | # ifndef int64_t |
f3b4f6d0 PB |
18617 | __extension__ typedef long long int64_t; |
18618 | # endif | |
a009f2e7 | 18619 | # endif |
f3b4f6d0 PB |
18620 | # ifndef _UINT64_T |
18621 | # define _UINT64_T | |
a009f2e7 | 18622 | # ifndef uint64_t |
f3b4f6d0 PB |
18623 | __extension__ typedef unsigned long long uint64_t; |
18624 | # endif | |
a009f2e7 | 18625 | # endif |
f3b4f6d0 PB |
18626 | |
18627 | #elif !defined __STRICT_ANSI__ | |
18628 | # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__ | |
18629 | ||
18630 | # ifndef _INT64_T | |
18631 | # define _INT64_T | |
a009f2e7 | 18632 | # ifndef int64_t |
f3b4f6d0 PB |
18633 | typedef __int64 int64_t; |
18634 | # endif | |
a009f2e7 | 18635 | # endif |
f3b4f6d0 PB |
18636 | # ifndef _UINT64_T |
18637 | # define _UINT64_T | |
a009f2e7 | 18638 | # ifndef uint64_t |
f3b4f6d0 PB |
18639 | typedef unsigned __int64 uint64_t; |
18640 | # endif | |
a009f2e7 | 18641 | # endif |
f3b4f6d0 PB |
18642 | # endif /* compiler */ |
18643 | ||
18644 | #endif /* ANSI version */ | |
18645 | EOF | |
18646 | fi | |
18647 | ||
18648 | # ------------- done int64_t types, emit intptr types ------------ | |
18649 | if test "$ac_cv_type_uintptr_t" != yes; then | |
18650 | sed 's/^ *//' >> tmp-stdint.h <<EOF | |
18651 | ||
18652 | /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */ | |
18653 | #ifndef __uintptr_t_defined | |
a009f2e7 | 18654 | #ifndef uintptr_t |
f3b4f6d0 PB |
18655 | typedef u$acx_cv_type_intptr_t uintptr_t; |
18656 | #endif | |
a009f2e7 | 18657 | #endif |
f3b4f6d0 | 18658 | #ifndef __intptr_t_defined |
a009f2e7 | 18659 | #ifndef intptr_t |
f3b4f6d0 PB |
18660 | typedef $acx_cv_type_intptr_t intptr_t; |
18661 | #endif | |
a009f2e7 | 18662 | #endif |
f3b4f6d0 PB |
18663 | EOF |
18664 | fi | |
18665 | ||
18666 | # ------------- done intptr types, emit int_least types ------------ | |
d5efd9fc | 18667 | if test "$ac_cv_type_int_least32_t" != yes; then |
f3b4f6d0 | 18668 | sed 's/^ *//' >> tmp-stdint.h <<EOF |
d5efd9fc AM |
18669 | |
18670 | /* Define int_least types */ | |
18671 | typedef int8_t int_least8_t; | |
18672 | typedef int16_t int_least16_t; | |
18673 | typedef int32_t int_least32_t; | |
f3b4f6d0 | 18674 | #ifdef _INT64_T |
d5efd9fc | 18675 | typedef int64_t int_least64_t; |
f3b4f6d0 | 18676 | #endif |
d5efd9fc AM |
18677 | |
18678 | typedef uint8_t uint_least8_t; | |
18679 | typedef uint16_t uint_least16_t; | |
18680 | typedef uint32_t uint_least32_t; | |
f3b4f6d0 | 18681 | #ifdef _UINT64_T |
d5efd9fc | 18682 | typedef uint64_t uint_least64_t; |
f3b4f6d0 | 18683 | #endif |
d5efd9fc AM |
18684 | EOF |
18685 | fi | |
18686 | ||
f3b4f6d0 | 18687 | # ------------- done intptr types, emit int_fast types ------------ |
d5efd9fc | 18688 | if test "$ac_cv_type_int_fast32_t" != yes; then |
f3b4f6d0 | 18689 | sed 's/^ *//' >> tmp-stdint.h <<EOF |
d5efd9fc AM |
18690 | |
18691 | /* Define int_fast types. short is often slow */ | |
18692 | typedef int8_t int_fast8_t; | |
18693 | typedef int int_fast16_t; | |
18694 | typedef int32_t int_fast32_t; | |
f3b4f6d0 | 18695 | #ifdef _INT64_T |
d5efd9fc | 18696 | typedef int64_t int_fast64_t; |
f3b4f6d0 | 18697 | #endif |
d5efd9fc AM |
18698 | |
18699 | typedef uint8_t uint_fast8_t; | |
18700 | typedef unsigned int uint_fast16_t; | |
18701 | typedef uint32_t uint_fast32_t; | |
f3b4f6d0 | 18702 | #ifdef _UINT64_T |
d5efd9fc | 18703 | typedef uint64_t uint_fast64_t; |
f3b4f6d0 PB |
18704 | #endif |
18705 | EOF | |
18706 | fi | |
18707 | ||
18708 | if test "$ac_cv_type_uintmax_t" != yes; then | |
18709 | sed 's/^ *//' >> tmp-stdint.h <<EOF | |
18710 | ||
18711 | /* Define intmax based on what we found */ | |
a009f2e7 | 18712 | #ifndef intmax_t |
f3b4f6d0 PB |
18713 | #ifdef _INT64_T |
18714 | typedef int64_t intmax_t; | |
18715 | #else | |
18716 | typedef long intmax_t; | |
18717 | #endif | |
a009f2e7 RW |
18718 | #endif |
18719 | #ifndef uintmax_t | |
f3b4f6d0 PB |
18720 | #ifdef _UINT64_T |
18721 | typedef uint64_t uintmax_t; | |
18722 | #else | |
18723 | typedef unsigned long uintmax_t; | |
18724 | #endif | |
a009f2e7 | 18725 | #endif |
d5efd9fc AM |
18726 | EOF |
18727 | fi | |
18728 | ||
f3b4f6d0 PB |
18729 | sed 's/^ *//' >> tmp-stdint.h <<EOF |
18730 | ||
18731 | #endif /* GCC_GENERATED_STDINT_H */ | |
18732 | EOF | |
d5efd9fc | 18733 | |
f3b4f6d0 PB |
18734 | if test -r bfd_stdint.h && cmp -s tmp-stdint.h bfd_stdint.h; then |
18735 | rm -f tmp-stdint.h | |
d5efd9fc | 18736 | else |
f3b4f6d0 | 18737 | mv -f tmp-stdint.h bfd_stdint.h |
d5efd9fc AM |
18738 | fi |
18739 | ||
18740 | ;; | |
81ecdfbb | 18741 | "default":C) |
20e95c23 DJ |
18742 | case "$srcdir" in |
18743 | .) srcdirpre= ;; | |
18744 | *) srcdirpre='$(srcdir)/' ;; | |
18745 | esac | |
18746 | POFILES= | |
18747 | GMOFILES= | |
18748 | for lang in dummy $OBSOLETE_ALL_LINGUAS; do | |
18749 | if test $lang != dummy; then | |
18750 | POFILES="$POFILES $srcdirpre$lang.po" | |
18751 | GMOFILES="$GMOFILES $srcdirpre$lang.gmo" | |
18752 | fi | |
18753 | done | |
18754 | sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \ | |
18755 | -e '/BLD-POTFILES =/r po/BLD-POTFILES' \ | |
18756 | -e "s,@POFILES@,$POFILES," \ | |
18757 | -e "s,@GMOFILES@,$GMOFILES," \ | |
18758 | po/Makefile.in > po/Makefile ;; | |
81ecdfbb | 18759 | |
5464f5a1 | 18760 | esac |
81ecdfbb | 18761 | done # for ac_tag |
5464f5a1 | 18762 | |
5464f5a1 | 18763 | |
81ecdfbb | 18764 | as_fn_exit 0 |
5464f5a1 | 18765 | _ACEOF |
5464f5a1 NN |
18766 | ac_clean_files=$ac_clean_files_save |
18767 | ||
81ecdfbb RW |
18768 | test $ac_write_fail = 0 || |
18769 | as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 | |
18770 | ||
5464f5a1 NN |
18771 | |
18772 | # configure is writing to config.log, and then calls config.status. | |
18773 | # config.status does its own redirection, appending to config.log. | |
18774 | # Unfortunately, on DOS this fails, as config.log is still kept open | |
18775 | # by configure, so config.status won't be able to write to it; its | |
18776 | # output is simply discarded. So we exec the FD to /dev/null, | |
18777 | # effectively closing config.log, so it can be properly (re)opened and | |
18778 | # appended to by config.status. When coming back to configure, we | |
18779 | # need to make the FD available again. | |
18780 | if test "$no_create" != yes; then | |
18781 | ac_cs_success=: | |
18782 | ac_config_status_args= | |
18783 | test "$silent" = yes && | |
18784 | ac_config_status_args="$ac_config_status_args --quiet" | |
18785 | exec 5>/dev/null | |
18786 | $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false | |
18787 | exec 5>>config.log | |
18788 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which | |
18789 | # would make configure fail if this is the last instruction. | |
81ecdfbb RW |
18790 | $ac_cs_success || as_fn_exit $? |
18791 | fi | |
18792 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | |
18793 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 | |
18794 | $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | |
5464f5a1 | 18795 | fi |
252b5132 | 18796 |