Commit | Line | Data |
---|---|---|
252b5132 | 1 | #! /bin/sh |
252b5132 | 2 | # Guess values for system-dependent variables and create Makefiles. |
bb695960 | 3 | # Generated by GNU Autoconf 2.69 for bfd 2.33.50. |
d0ac1c44 SM |
4 | # |
5 | # | |
6 | # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. | |
81ecdfbb | 7 | # |
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. | |
d0ac1c44 | 90 | as_myself= |
81ecdfbb RW |
91 | case $0 in #(( |
92 | *[\\/]* ) as_myself=$0 ;; | |
93 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
94 | for as_dir in $PATH | |
95 | do | |
96 | IFS=$as_save_IFS | |
97 | test -z "$as_dir" && as_dir=. | |
98 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break | |
99 | done | |
100 | IFS=$as_save_IFS | |
101 | ||
102 | ;; | |
103 | esac | |
104 | # We did not find ourselves, most probably we were run as `sh COMMAND' | |
105 | # in which case we are not to be found in the path. | |
106 | if test "x$as_myself" = x; then | |
107 | as_myself=$0 | |
108 | fi | |
109 | if test ! -f "$as_myself"; then | |
110 | $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 | |
111 | exit 1 | |
112 | fi | |
113 | ||
114 | # Unset variables that we do not need and which cause bugs (e.g. in | |
115 | # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" | |
116 | # suppresses any "Segmentation fault" message there. '((' could | |
117 | # trigger a bug in pdksh 5.2.14. | |
118 | for as_var in BASH_ENV ENV MAIL MAILPATH | |
119 | do eval test x\${$as_var+set} = xset \ | |
120 | && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : | |
121 | done | |
5464f5a1 NN |
122 | PS1='$ ' |
123 | PS2='> ' | |
124 | PS4='+ ' | |
125 | ||
126 | # NLS nuisances. | |
81ecdfbb RW |
127 | LC_ALL=C |
128 | export LC_ALL | |
129 | LANGUAGE=C | |
130 | export LANGUAGE | |
131 | ||
132 | # CDPATH. | |
133 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | |
134 | ||
d0ac1c44 SM |
135 | # Use a proper internal environment variable to ensure we don't fall |
136 | # into an infinite loop, continuously re-executing ourselves. | |
137 | if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then | |
138 | _as_can_reexec=no; export _as_can_reexec; | |
139 | # We cannot yet assume a decent shell, so we have to provide a | |
140 | # neutralization value for shells without unset; and this also | |
141 | # works around shells that cannot unset nonexistent variables. | |
142 | # Preserve -v and -x to the replacement shell. | |
143 | BASH_ENV=/dev/null | |
144 | ENV=/dev/null | |
145 | (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV | |
146 | case $- in # (((( | |
147 | *v*x* | *x*v* ) as_opts=-vx ;; | |
148 | *v* ) as_opts=-v ;; | |
149 | *x* ) as_opts=-x ;; | |
150 | * ) as_opts= ;; | |
151 | esac | |
152 | exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} | |
153 | # Admittedly, this is quite paranoid, since all the known shells bail | |
154 | # out after a failed `exec'. | |
155 | $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 | |
156 | as_fn_exit 255 | |
157 | fi | |
158 | # We don't want this to propagate to other subprocesses. | |
159 | { _as_can_reexec=; unset _as_can_reexec;} | |
81ecdfbb RW |
160 | if test "x$CONFIG_SHELL" = x; then |
161 | as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : | |
162 | emulate sh | |
163 | NULLCMD=: | |
164 | # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which | |
165 | # is contrary to our usage. Disable this feature. | |
166 | alias -g '\${1+\"\$@\"}'='\"\$@\"' | |
167 | setopt NO_GLOB_SUBST | |
168 | else | |
169 | case \`(set -o) 2>/dev/null\` in #( | |
170 | *posix*) : | |
171 | set -o posix ;; #( | |
172 | *) : | |
173 | ;; | |
174 | esac | |
175 | fi | |
176 | " | |
177 | as_required="as_fn_return () { (exit \$1); } | |
178 | as_fn_success () { as_fn_return 0; } | |
179 | as_fn_failure () { as_fn_return 1; } | |
180 | as_fn_ret_success () { return 0; } | |
181 | as_fn_ret_failure () { return 1; } | |
182 | ||
183 | exitcode=0 | |
184 | as_fn_success || { exitcode=1; echo as_fn_success failed.; } | |
185 | as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } | |
186 | as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } | |
187 | as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } | |
188 | if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : | |
189 | ||
190 | else | |
191 | exitcode=1; echo positional parameters were not saved. | |
192 | fi | |
d0ac1c44 SM |
193 | test x\$exitcode = x0 || exit 1 |
194 | test -x / || exit 1" | |
81ecdfbb RW |
195 | as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO |
196 | as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO | |
197 | eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && | |
198 | test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 | |
3725885a RW |
199 | test \$(( 1 + 1 )) = 2 || exit 1 |
200 | ||
201 | test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( | |
202 | ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' | |
203 | ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO | |
204 | ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO | |
205 | PATH=/empty FPATH=/empty; export PATH FPATH | |
206 | test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ | |
207 | || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1" | |
81ecdfbb RW |
208 | if (eval "$as_required") 2>/dev/null; then : |
209 | as_have_required=yes | |
210 | else | |
211 | as_have_required=no | |
212 | fi | |
213 | if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : | |
214 | ||
215 | else | |
216 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
217 | as_found=false | |
218 | for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH | |
5464f5a1 | 219 | do |
81ecdfbb RW |
220 | IFS=$as_save_IFS |
221 | test -z "$as_dir" && as_dir=. | |
222 | as_found=: | |
223 | case $as_dir in #( | |
224 | /*) | |
225 | for as_base in sh bash ksh sh5; do | |
226 | # Try only shells that exist, to save several forks. | |
227 | as_shell=$as_dir/$as_base | |
228 | if { test -f "$as_shell" || test -f "$as_shell.exe"; } && | |
229 | { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : | |
230 | CONFIG_SHELL=$as_shell as_have_required=yes | |
231 | if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : | |
232 | break 2 | |
233 | fi | |
234 | fi | |
235 | done;; | |
236 | esac | |
237 | as_found=false | |
238 | done | |
239 | $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && | |
240 | { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : | |
241 | CONFIG_SHELL=$SHELL as_have_required=yes | |
242 | fi; } | |
243 | IFS=$as_save_IFS | |
244 | ||
245 | ||
246 | if test "x$CONFIG_SHELL" != x; then : | |
d0ac1c44 SM |
247 | export CONFIG_SHELL |
248 | # We cannot yet assume a decent shell, so we have to provide a | |
249 | # neutralization value for shells without unset; and this also | |
250 | # works around shells that cannot unset nonexistent variables. | |
251 | # Preserve -v and -x to the replacement shell. | |
252 | BASH_ENV=/dev/null | |
253 | ENV=/dev/null | |
254 | (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV | |
255 | case $- in # (((( | |
256 | *v*x* | *x*v* ) as_opts=-vx ;; | |
257 | *v* ) as_opts=-v ;; | |
258 | *x* ) as_opts=-x ;; | |
259 | * ) as_opts= ;; | |
260 | esac | |
261 | exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} | |
262 | # Admittedly, this is quite paranoid, since all the known shells bail | |
263 | # out after a failed `exec'. | |
264 | $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 | |
265 | exit 255 | |
81ecdfbb RW |
266 | fi |
267 | ||
268 | if test x$as_have_required = xno; then : | |
269 | $as_echo "$0: This script requires a shell more modern than all" | |
270 | $as_echo "$0: the shells that I found on your system." | |
271 | if test x${ZSH_VERSION+set} = xset ; then | |
272 | $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" | |
273 | $as_echo "$0: be upgraded to zsh 4.3.4 or later." | |
5464f5a1 | 274 | else |
81ecdfbb RW |
275 | $as_echo "$0: Please tell bug-autoconf@gnu.org about your system, |
276 | $0: including any error possibly output before this | |
277 | $0: message. Then install a modern shell, or manually run | |
278 | $0: the script under such a shell if you do have one." | |
5464f5a1 | 279 | fi |
81ecdfbb RW |
280 | exit 1 |
281 | fi | |
282 | fi | |
283 | fi | |
284 | SHELL=${CONFIG_SHELL-/bin/sh} | |
285 | export SHELL | |
286 | # Unset more variables known to interfere with behavior of common tools. | |
287 | CLICOLOR_FORCE= GREP_OPTIONS= | |
288 | unset CLICOLOR_FORCE GREP_OPTIONS | |
289 | ||
290 | ## --------------------- ## | |
291 | ## M4sh Shell Functions. ## | |
292 | ## --------------------- ## | |
293 | # as_fn_unset VAR | |
294 | # --------------- | |
295 | # Portably unset VAR. | |
296 | as_fn_unset () | |
297 | { | |
298 | { eval $1=; unset $1;} | |
299 | } | |
300 | as_unset=as_fn_unset | |
301 | ||
302 | # as_fn_set_status STATUS | |
303 | # ----------------------- | |
304 | # Set $? to STATUS, without forking. | |
305 | as_fn_set_status () | |
306 | { | |
307 | return $1 | |
308 | } # as_fn_set_status | |
309 | ||
310 | # as_fn_exit STATUS | |
311 | # ----------------- | |
312 | # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. | |
313 | as_fn_exit () | |
314 | { | |
315 | set +e | |
316 | as_fn_set_status $1 | |
317 | exit $1 | |
318 | } # as_fn_exit | |
319 | ||
320 | # as_fn_mkdir_p | |
321 | # ------------- | |
322 | # Create "$as_dir" as a directory, including parents if necessary. | |
323 | as_fn_mkdir_p () | |
324 | { | |
325 | ||
326 | case $as_dir in #( | |
327 | -*) as_dir=./$as_dir;; | |
328 | esac | |
329 | test -d "$as_dir" || eval $as_mkdir_p || { | |
330 | as_dirs= | |
331 | while :; do | |
332 | case $as_dir in #( | |
333 | *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( | |
334 | *) as_qdir=$as_dir;; | |
335 | esac | |
336 | as_dirs="'$as_qdir' $as_dirs" | |
337 | as_dir=`$as_dirname -- "$as_dir" || | |
338 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
339 | X"$as_dir" : 'X\(//\)[^/]' \| \ | |
340 | X"$as_dir" : 'X\(//\)$' \| \ | |
341 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || | |
342 | $as_echo X"$as_dir" | | |
343 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
344 | s//\1/ | |
345 | q | |
346 | } | |
347 | /^X\(\/\/\)[^/].*/{ | |
348 | s//\1/ | |
349 | q | |
350 | } | |
351 | /^X\(\/\/\)$/{ | |
352 | s//\1/ | |
353 | q | |
354 | } | |
355 | /^X\(\/\).*/{ | |
356 | s//\1/ | |
357 | q | |
358 | } | |
359 | s/.*/./; q'` | |
360 | test -d "$as_dir" && break | |
361 | done | |
362 | test -z "$as_dirs" || eval "mkdir $as_dirs" | |
d0ac1c44 | 363 | } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
81ecdfbb RW |
364 | |
365 | ||
366 | } # as_fn_mkdir_p | |
d0ac1c44 SM |
367 | |
368 | # as_fn_executable_p FILE | |
369 | # ----------------------- | |
370 | # Test if FILE is an executable regular file. | |
371 | as_fn_executable_p () | |
372 | { | |
373 | test -f "$1" && test -x "$1" | |
374 | } # as_fn_executable_p | |
81ecdfbb RW |
375 | # as_fn_append VAR VALUE |
376 | # ---------------------- | |
377 | # Append the text in VALUE to the end of the definition contained in VAR. Take | |
378 | # advantage of any shell optimizations that allow amortized linear growth over | |
379 | # repeated appends, instead of the typical quadratic growth present in naive | |
380 | # implementations. | |
381 | if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : | |
382 | eval 'as_fn_append () | |
383 | { | |
384 | eval $1+=\$2 | |
385 | }' | |
386 | else | |
387 | as_fn_append () | |
388 | { | |
389 | eval $1=\$$1\$2 | |
390 | } | |
391 | fi # as_fn_append | |
392 | ||
393 | # as_fn_arith ARG... | |
394 | # ------------------ | |
395 | # Perform arithmetic evaluation on the ARGs, and store the result in the | |
396 | # global $as_val. Take advantage of shells that can avoid forks. The arguments | |
397 | # must be portable across $(()) and expr. | |
398 | if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : | |
399 | eval 'as_fn_arith () | |
400 | { | |
401 | as_val=$(( $* )) | |
402 | }' | |
403 | else | |
404 | as_fn_arith () | |
405 | { | |
406 | as_val=`expr "$@" || test $? -eq 1` | |
407 | } | |
408 | fi # as_fn_arith | |
409 | ||
5464f5a1 | 410 | |
d0ac1c44 SM |
411 | # as_fn_error STATUS ERROR [LINENO LOG_FD] |
412 | # ---------------------------------------- | |
81ecdfbb RW |
413 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
414 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | |
d0ac1c44 | 415 | # script with STATUS, using 1 if that was 0. |
81ecdfbb RW |
416 | as_fn_error () |
417 | { | |
d0ac1c44 SM |
418 | as_status=$1; test $as_status -eq 0 && as_status=1 |
419 | if test "$4"; then | |
420 | as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
421 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 | |
81ecdfbb | 422 | fi |
d0ac1c44 | 423 | $as_echo "$as_me: error: $2" >&2 |
81ecdfbb RW |
424 | as_fn_exit $as_status |
425 | } # as_fn_error | |
426 | ||
427 | if expr a : '\(a\)' >/dev/null 2>&1 && | |
428 | test "X`expr 00001 : '.*\(...\)'`" = X001; then | |
5464f5a1 NN |
429 | as_expr=expr |
430 | else | |
431 | as_expr=false | |
432 | fi | |
433 | ||
81ecdfbb | 434 | if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then |
5464f5a1 NN |
435 | as_basename=basename |
436 | else | |
437 | as_basename=false | |
438 | fi | |
439 | ||
81ecdfbb RW |
440 | if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
441 | as_dirname=dirname | |
442 | else | |
443 | as_dirname=false | |
444 | fi | |
5464f5a1 | 445 | |
81ecdfbb | 446 | as_me=`$as_basename -- "$0" || |
5464f5a1 NN |
447 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
448 | X"$0" : 'X\(//\)$' \| \ | |
81ecdfbb RW |
449 | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
450 | $as_echo X/"$0" | | |
451 | sed '/^.*\/\([^/][^/]*\)\/*$/{ | |
452 | s//\1/ | |
453 | q | |
454 | } | |
455 | /^X\/\(\/\/\)$/{ | |
456 | s//\1/ | |
457 | q | |
458 | } | |
459 | /^X\/\(\/\).*/{ | |
460 | s//\1/ | |
461 | q | |
462 | } | |
463 | s/.*/./; q'` | |
5464f5a1 | 464 | |
5464f5a1 NN |
465 | # Avoid depending upon Character Ranges. |
466 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' | |
467 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
468 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |
469 | as_cr_digits='0123456789' | |
470 | as_cr_alnum=$as_cr_Letters$as_cr_digits | |
471 | ||
5464f5a1 | 472 | |
81ecdfbb RW |
473 | as_lineno_1=$LINENO as_lineno_1a=$LINENO |
474 | as_lineno_2=$LINENO as_lineno_2a=$LINENO | |
475 | eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && | |
476 | test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { | |
477 | # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) | |
478 | sed -n ' | |
479 | p | |
480 | /[$]LINENO/= | |
481 | ' <$as_myself | | |
5464f5a1 | 482 | sed ' |
81ecdfbb RW |
483 | s/[$]LINENO.*/&-/ |
484 | t lineno | |
485 | b | |
486 | :lineno | |
5464f5a1 | 487 | N |
81ecdfbb RW |
488 | :loop |
489 | s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ | |
5464f5a1 | 490 | t loop |
81ecdfbb | 491 | s/-\n.*// |
5464f5a1 | 492 | ' >$as_me.lineno && |
81ecdfbb RW |
493 | chmod +x "$as_me.lineno" || |
494 | { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } | |
5464f5a1 | 495 | |
d0ac1c44 SM |
496 | # If we had to re-execute with $CONFIG_SHELL, we're ensured to have |
497 | # already done that, so ensure we don't try to do so again and fall | |
498 | # in an infinite loop. This has already happened in practice. | |
499 | _as_can_reexec=no; export _as_can_reexec | |
5464f5a1 NN |
500 | # Don't try to exec as it changes $[0], causing all sort of problems |
501 | # (the dirname of $[0] is not the place where we might find the | |
81ecdfbb RW |
502 | # original and so on. Autoconf is especially sensitive to this). |
503 | . "./$as_me.lineno" | |
5464f5a1 NN |
504 | # Exit status is that of the last command. |
505 | exit | |
506 | } | |
507 | ||
81ecdfbb RW |
508 | ECHO_C= ECHO_N= ECHO_T= |
509 | case `echo -n x` in #((((( | |
510 | -n*) | |
511 | case `echo 'xy\c'` in | |
512 | *c*) ECHO_T=' ';; # ECHO_T is single tab character. | |
513 | xy) ECHO_C='\c';; | |
514 | *) echo `echo ksh88 bug on AIX 6.1` > /dev/null | |
515 | ECHO_T=' ';; | |
516 | esac;; | |
517 | *) | |
518 | ECHO_N='-n';; | |
5464f5a1 NN |
519 | esac |
520 | ||
81ecdfbb RW |
521 | rm -f conf$$ conf$$.exe conf$$.file |
522 | if test -d conf$$.dir; then | |
523 | rm -f conf$$.dir/conf$$.file | |
5464f5a1 | 524 | else |
81ecdfbb RW |
525 | rm -f conf$$.dir |
526 | mkdir conf$$.dir 2>/dev/null | |
5464f5a1 | 527 | fi |
81ecdfbb RW |
528 | if (echo >conf$$.file) 2>/dev/null; then |
529 | if ln -s conf$$.file conf$$ 2>/dev/null; then | |
5464f5a1 | 530 | as_ln_s='ln -s' |
81ecdfbb RW |
531 | # ... but there are two gotchas: |
532 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | |
533 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | |
d0ac1c44 | 534 | # In both cases, we have to default to `cp -pR'. |
81ecdfbb | 535 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
d0ac1c44 | 536 | as_ln_s='cp -pR' |
81ecdfbb RW |
537 | elif ln conf$$.file conf$$ 2>/dev/null; then |
538 | as_ln_s=ln | |
539 | else | |
d0ac1c44 | 540 | as_ln_s='cp -pR' |
5464f5a1 | 541 | fi |
5464f5a1 | 542 | else |
d0ac1c44 | 543 | as_ln_s='cp -pR' |
5464f5a1 | 544 | fi |
81ecdfbb RW |
545 | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
546 | rmdir conf$$.dir 2>/dev/null | |
5464f5a1 NN |
547 | |
548 | if mkdir -p . 2>/dev/null; then | |
81ecdfbb | 549 | as_mkdir_p='mkdir -p "$as_dir"' |
5464f5a1 NN |
550 | else |
551 | test -d ./-p && rmdir ./-p | |
552 | as_mkdir_p=false | |
553 | fi | |
554 | ||
d0ac1c44 SM |
555 | as_test_x='test -x' |
556 | as_executable_p=as_fn_executable_p | |
5464f5a1 NN |
557 | |
558 | # Sed expression to map a string onto a valid CPP name. | |
559 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | |
560 | ||
561 | # Sed expression to map a string onto a valid variable name. | |
562 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | |
563 | ||
d7040cdb SE |
564 | SHELL=${CONFIG_SHELL-/bin/sh} |
565 | ||
d7040cdb | 566 | |
d0ac1c44 SM |
567 | test -n "$DJDIR" || exec 7<&0 </dev/null |
568 | exec 6>&1 | |
81ecdfbb | 569 | |
5464f5a1 | 570 | # Name of the host. |
d0ac1c44 | 571 | # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, |
5464f5a1 NN |
572 | # so uname gets run too. |
573 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | |
252b5132 | 574 | |
5464f5a1 NN |
575 | # |
576 | # Initializations. | |
577 | # | |
252b5132 | 578 | ac_default_prefix=/usr/local |
81ecdfbb | 579 | ac_clean_files= |
5464f5a1 | 580 | ac_config_libobj_dir=. |
81ecdfbb | 581 | LIBOBJS= |
5464f5a1 NN |
582 | cross_compiling=no |
583 | subdirs= | |
584 | MFLAGS= | |
585 | MAKEFLAGS= | |
5464f5a1 NN |
586 | |
587 | # Identity of this package. | |
c4dd807e MF |
588 | PACKAGE_NAME='bfd' |
589 | PACKAGE_TARNAME='bfd' | |
bb695960 PB |
590 | PACKAGE_VERSION='2.33.50' |
591 | PACKAGE_STRING='bfd 2.33.50' | |
c4dd807e MF |
592 | PACKAGE_BUGREPORT='' |
593 | PACKAGE_URL='' | |
5464f5a1 NN |
594 | |
595 | ac_unique_file="libbfd.c" | |
596 | # Factoring default headers for most tests. | |
597 | ac_includes_default="\ | |
598 | #include <stdio.h> | |
81ecdfbb | 599 | #ifdef HAVE_SYS_TYPES_H |
5464f5a1 NN |
600 | # include <sys/types.h> |
601 | #endif | |
81ecdfbb | 602 | #ifdef HAVE_SYS_STAT_H |
5464f5a1 NN |
603 | # include <sys/stat.h> |
604 | #endif | |
81ecdfbb | 605 | #ifdef STDC_HEADERS |
5464f5a1 NN |
606 | # include <stdlib.h> |
607 | # include <stddef.h> | |
608 | #else | |
81ecdfbb | 609 | # ifdef HAVE_STDLIB_H |
5464f5a1 NN |
610 | # include <stdlib.h> |
611 | # endif | |
612 | #endif | |
81ecdfbb RW |
613 | #ifdef HAVE_STRING_H |
614 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
5464f5a1 NN |
615 | # include <memory.h> |
616 | # endif | |
617 | # include <string.h> | |
618 | #endif | |
81ecdfbb | 619 | #ifdef HAVE_STRINGS_H |
5464f5a1 NN |
620 | # include <strings.h> |
621 | #endif | |
81ecdfbb | 622 | #ifdef HAVE_INTTYPES_H |
5464f5a1 | 623 | # include <inttypes.h> |
5464f5a1 | 624 | #endif |
81ecdfbb RW |
625 | #ifdef HAVE_STDINT_H |
626 | # include <stdint.h> | |
627 | #endif | |
628 | #ifdef HAVE_UNISTD_H | |
5464f5a1 NN |
629 | # include <unistd.h> |
630 | #endif" | |
631 | ||
d0ac1c44 | 632 | ac_header_list= |
81ecdfbb RW |
633 | ac_subst_vars='am__EXEEXT_FALSE |
634 | am__EXEEXT_TRUE | |
635 | LTLIBOBJS | |
636 | LIBOBJS | |
81ecdfbb RW |
637 | bfd_ufile_ptr |
638 | bfd_file_ptr | |
3cf9e6c4 | 639 | lt_cv_dlopen_libs |
81ecdfbb | 640 | supports_plugins |
c603b11b AM |
641 | COREFLAG |
642 | COREFILE | |
643 | havevecs | |
644 | tdefaults | |
81ecdfbb RW |
645 | bfd_default_target_size |
646 | bfd_machines | |
647 | bfd_backends | |
648 | all_backends | |
649 | bfd64_libs | |
650 | wordsize | |
651 | TDEFINES | |
652 | SHARED_LIBADD | |
653 | SHARED_LDFLAGS | |
654 | LIBM | |
243340ad L |
655 | zlibinc |
656 | zlibdir | |
81ecdfbb RW |
657 | EXEEXT_FOR_BUILD |
658 | CC_FOR_BUILD | |
659 | BFD_HOSTPTR_T | |
660 | BFD_HOST_U_64_BIT | |
661 | BFD_HOST_64_BIT | |
662 | BFD_HOST_64_BIT_DEFINED | |
663 | BFD_HOST_64BIT_LONG_LONG | |
664 | BFD_HOST_64BIT_LONG | |
665 | HDEFINES | |
666 | MSGMERGE | |
667 | MSGFMT | |
668 | MKINSTALLDIRS | |
669 | CATOBJEXT | |
670 | GENCAT | |
671 | INSTOBJEXT | |
672 | DATADIRNAME | |
673 | CATALOGS | |
674 | POSUB | |
675 | GMSGFMT | |
676 | XGETTEXT | |
677 | INCINTL | |
678 | LIBINTL_DEP | |
679 | LIBINTL | |
680 | USE_NLS | |
681 | bfdincludedir | |
682 | bfdlibdir | |
683 | target_noncanonical | |
684 | host_noncanonical | |
685 | INSTALL_LIBBFD_FALSE | |
686 | INSTALL_LIBBFD_TRUE | |
687 | GENINSRC_NEVER_FALSE | |
688 | GENINSRC_NEVER_TRUE | |
689 | MAINT | |
690 | MAINTAINER_MODE_FALSE | |
691 | MAINTAINER_MODE_TRUE | |
6757cf57 | 692 | WARN_WRITE_STRINGS |
81ecdfbb | 693 | NO_WERROR |
c5da1932 | 694 | WARN_CFLAGS_FOR_BUILD |
81ecdfbb RW |
695 | WARN_CFLAGS |
696 | REPORT_BUGS_TEXI | |
697 | REPORT_BUGS_TO | |
698 | PKGVERSION | |
699 | DEBUGDIR | |
700 | PLUGINS_FALSE | |
701 | PLUGINS_TRUE | |
702 | OTOOL64 | |
703 | OTOOL | |
704 | LIPO | |
705 | NMEDIT | |
706 | DSYMUTIL | |
81ecdfbb RW |
707 | OBJDUMP |
708 | LN_S | |
709 | NM | |
710 | ac_ct_DUMPBIN | |
711 | DUMPBIN | |
712 | LD | |
713 | FGREP | |
714 | SED | |
715 | LIBTOOL | |
716 | EGREP | |
717 | GREP | |
718 | CPP | |
719 | RANLIB | |
720 | AR | |
d0ac1c44 SM |
721 | AM_BACKSLASH |
722 | AM_DEFAULT_VERBOSITY | |
723 | AM_DEFAULT_V | |
724 | AM_V | |
81ecdfbb RW |
725 | am__fastdepCC_FALSE |
726 | am__fastdepCC_TRUE | |
727 | CCDEPMODE | |
6eb7d830 | 728 | am__nodep |
81ecdfbb RW |
729 | AMDEPBACKSLASH |
730 | AMDEP_FALSE | |
731 | AMDEP_TRUE | |
732 | am__quote | |
733 | am__include | |
734 | DEPDIR | |
735 | am__untar | |
736 | am__tar | |
737 | AMTAR | |
738 | am__leading_dot | |
739 | SET_MAKE | |
740 | AWK | |
741 | mkdir_p | |
742 | MKDIR_P | |
743 | INSTALL_STRIP_PROGRAM | |
744 | STRIP | |
745 | install_sh | |
746 | MAKEINFO | |
747 | AUTOHEADER | |
748 | AUTOMAKE | |
749 | AUTOCONF | |
750 | ACLOCAL | |
751 | VERSION | |
752 | PACKAGE | |
753 | CYGPATH_W | |
754 | am__isrc | |
755 | INSTALL_DATA | |
756 | INSTALL_SCRIPT | |
757 | INSTALL_PROGRAM | |
758 | OBJEXT | |
759 | EXEEXT | |
760 | ac_ct_CC | |
761 | CPPFLAGS | |
762 | LDFLAGS | |
763 | CFLAGS | |
764 | CC | |
765 | target_os | |
766 | target_vendor | |
767 | target_cpu | |
768 | target | |
769 | host_os | |
770 | host_vendor | |
771 | host_cpu | |
772 | host | |
773 | build_os | |
774 | build_vendor | |
775 | build_cpu | |
776 | build | |
777 | target_alias | |
778 | host_alias | |
779 | build_alias | |
780 | LIBS | |
781 | ECHO_T | |
782 | ECHO_N | |
783 | ECHO_C | |
784 | DEFS | |
785 | mandir | |
786 | localedir | |
787 | libdir | |
788 | psdir | |
789 | pdfdir | |
790 | dvidir | |
791 | htmldir | |
792 | infodir | |
793 | docdir | |
794 | oldincludedir | |
795 | includedir | |
796 | localstatedir | |
797 | sharedstatedir | |
798 | sysconfdir | |
799 | datadir | |
800 | datarootdir | |
801 | libexecdir | |
802 | sbindir | |
803 | bindir | |
804 | program_transform_name | |
805 | prefix | |
806 | exec_prefix | |
807 | PACKAGE_URL | |
808 | PACKAGE_BUGREPORT | |
809 | PACKAGE_STRING | |
810 | PACKAGE_VERSION | |
811 | PACKAGE_TARNAME | |
812 | PACKAGE_NAME | |
813 | PATH_SEPARATOR | |
814 | SHELL' | |
5464f5a1 | 815 | ac_subst_files='' |
81ecdfbb RW |
816 | ac_user_opts=' |
817 | enable_option_checking | |
818 | enable_dependency_tracking | |
d0ac1c44 | 819 | enable_silent_rules |
81ecdfbb RW |
820 | enable_shared |
821 | enable_static | |
822 | with_pic | |
823 | enable_fast_install | |
824 | with_gnu_ld | |
825 | enable_libtool_lock | |
826 | enable_plugins | |
827 | enable_largefile | |
828 | enable_64_bit_bfd | |
829 | enable_targets | |
e6cc316a | 830 | enable_64_bit_archive |
81ecdfbb RW |
831 | with_mmap |
832 | enable_secureplt | |
f6aec96d | 833 | enable_separate_code |
ef72a554 | 834 | enable_leading_mingw64_underscores |
81ecdfbb | 835 | with_separate_debug_dir |
81ecdfbb RW |
836 | with_pkgversion |
837 | with_bugurl | |
838 | enable_werror | |
839 | enable_build_warnings | |
840 | enable_maintainer_mode | |
841 | enable_install_libbfd | |
842 | enable_nls | |
243340ad | 843 | with_system_zlib |
81ecdfbb RW |
844 | ' |
845 | ac_precious_vars='build_alias | |
846 | host_alias | |
847 | target_alias | |
848 | CC | |
849 | CFLAGS | |
850 | LDFLAGS | |
851 | LIBS | |
852 | CPPFLAGS | |
853 | CPP' | |
854 | ||
252b5132 RH |
855 | |
856 | # Initialize some variables set by options. | |
5464f5a1 NN |
857 | ac_init_help= |
858 | ac_init_version=false | |
81ecdfbb RW |
859 | ac_unrecognized_opts= |
860 | ac_unrecognized_sep= | |
252b5132 RH |
861 | # The variables have the same names as the options, with |
862 | # dashes changed to underlines. | |
5464f5a1 | 863 | cache_file=/dev/null |
252b5132 | 864 | exec_prefix=NONE |
252b5132 | 865 | no_create= |
252b5132 RH |
866 | no_recursion= |
867 | prefix=NONE | |
868 | program_prefix=NONE | |
869 | program_suffix=NONE | |
870 | program_transform_name=s,x,x, | |
871 | silent= | |
872 | site= | |
873 | srcdir= | |
252b5132 RH |
874 | verbose= |
875 | x_includes=NONE | |
876 | x_libraries=NONE | |
5464f5a1 NN |
877 | |
878 | # Installation directory options. | |
879 | # These are left unexpanded so users can "make install exec_prefix=/foo" | |
880 | # and all the variables that are supposed to be based on exec_prefix | |
881 | # by default will actually change. | |
882 | # Use braces instead of parens because sh, perl, etc. also accept them. | |
81ecdfbb | 883 | # (The list follows the same order as the GNU Coding Standards.) |
252b5132 RH |
884 | bindir='${exec_prefix}/bin' |
885 | sbindir='${exec_prefix}/sbin' | |
886 | libexecdir='${exec_prefix}/libexec' | |
81ecdfbb RW |
887 | datarootdir='${prefix}/share' |
888 | datadir='${datarootdir}' | |
252b5132 RH |
889 | sysconfdir='${prefix}/etc' |
890 | sharedstatedir='${prefix}/com' | |
891 | localstatedir='${prefix}/var' | |
252b5132 RH |
892 | includedir='${prefix}/include' |
893 | oldincludedir='/usr/include' | |
c4dd807e | 894 | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
81ecdfbb RW |
895 | infodir='${datarootdir}/info' |
896 | htmldir='${docdir}' | |
897 | dvidir='${docdir}' | |
898 | pdfdir='${docdir}' | |
899 | psdir='${docdir}' | |
900 | libdir='${exec_prefix}/lib' | |
901 | localedir='${datarootdir}/locale' | |
902 | mandir='${datarootdir}/man' | |
252b5132 | 903 | |
252b5132 | 904 | ac_prev= |
81ecdfbb | 905 | ac_dashdash= |
252b5132 RH |
906 | for ac_option |
907 | do | |
252b5132 RH |
908 | # If the previous option needs an argument, assign it. |
909 | if test -n "$ac_prev"; then | |
81ecdfbb | 910 | eval $ac_prev=\$ac_option |
252b5132 RH |
911 | ac_prev= |
912 | continue | |
913 | fi | |
914 | ||
81ecdfbb | 915 | case $ac_option in |
d0ac1c44 SM |
916 | *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
917 | *=) ac_optarg= ;; | |
918 | *) ac_optarg=yes ;; | |
81ecdfbb | 919 | esac |
252b5132 RH |
920 | |
921 | # Accept the important Cygnus configure options, so we can diagnose typos. | |
922 | ||
81ecdfbb RW |
923 | case $ac_dashdash$ac_option in |
924 | --) | |
925 | ac_dashdash=yes ;; | |
252b5132 RH |
926 | |
927 | -bindir | --bindir | --bindi | --bind | --bin | --bi) | |
928 | ac_prev=bindir ;; | |
929 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) | |
5464f5a1 | 930 | bindir=$ac_optarg ;; |
252b5132 RH |
931 | |
932 | -build | --build | --buil | --bui | --bu) | |
5464f5a1 | 933 | ac_prev=build_alias ;; |
252b5132 | 934 | -build=* | --build=* | --buil=* | --bui=* | --bu=*) |
5464f5a1 | 935 | build_alias=$ac_optarg ;; |
252b5132 RH |
936 | |
937 | -cache-file | --cache-file | --cache-fil | --cache-fi \ | |
938 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
939 | ac_prev=cache_file ;; | |
940 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
941 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) | |
5464f5a1 NN |
942 | cache_file=$ac_optarg ;; |
943 | ||
944 | --config-cache | -C) | |
945 | cache_file=config.cache ;; | |
252b5132 | 946 | |
81ecdfbb | 947 | -datadir | --datadir | --datadi | --datad) |
252b5132 | 948 | ac_prev=datadir ;; |
81ecdfbb | 949 | -datadir=* | --datadir=* | --datadi=* | --datad=*) |
5464f5a1 | 950 | datadir=$ac_optarg ;; |
252b5132 | 951 | |
81ecdfbb RW |
952 | -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ |
953 | | --dataroo | --dataro | --datar) | |
954 | ac_prev=datarootdir ;; | |
955 | -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | |
956 | | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) | |
957 | datarootdir=$ac_optarg ;; | |
958 | ||
252b5132 | 959 | -disable-* | --disable-*) |
81ecdfbb | 960 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
252b5132 | 961 | # Reject names that are not valid shell variable names. |
81ecdfbb | 962 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
d0ac1c44 | 963 | as_fn_error $? "invalid feature name: $ac_useropt" |
81ecdfbb RW |
964 | ac_useropt_orig=$ac_useropt |
965 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | |
966 | case $ac_user_opts in | |
967 | *" | |
968 | "enable_$ac_useropt" | |
969 | "*) ;; | |
970 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" | |
971 | ac_unrecognized_sep=', ';; | |
972 | esac | |
973 | eval enable_$ac_useropt=no ;; | |
974 | ||
975 | -docdir | --docdir | --docdi | --doc | --do) | |
976 | ac_prev=docdir ;; | |
977 | -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) | |
978 | docdir=$ac_optarg ;; | |
979 | ||
980 | -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) | |
981 | ac_prev=dvidir ;; | |
982 | -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) | |
983 | dvidir=$ac_optarg ;; | |
252b5132 RH |
984 | |
985 | -enable-* | --enable-*) | |
81ecdfbb | 986 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
252b5132 | 987 | # Reject names that are not valid shell variable names. |
81ecdfbb | 988 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
d0ac1c44 | 989 | as_fn_error $? "invalid feature name: $ac_useropt" |
81ecdfbb RW |
990 | ac_useropt_orig=$ac_useropt |
991 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | |
992 | case $ac_user_opts in | |
993 | *" | |
994 | "enable_$ac_useropt" | |
995 | "*) ;; | |
996 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" | |
997 | ac_unrecognized_sep=', ';; | |
252b5132 | 998 | esac |
81ecdfbb | 999 | eval enable_$ac_useropt=\$ac_optarg ;; |
252b5132 RH |
1000 | |
1001 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | |
1002 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | |
1003 | | --exec | --exe | --ex) | |
1004 | ac_prev=exec_prefix ;; | |
1005 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | |
1006 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | |
1007 | | --exec=* | --exe=* | --ex=*) | |
5464f5a1 | 1008 | exec_prefix=$ac_optarg ;; |
252b5132 RH |
1009 | |
1010 | -gas | --gas | --ga | --g) | |
1011 | # Obsolete; use --with-gas. | |
1012 | with_gas=yes ;; | |
1013 | ||
5464f5a1 NN |
1014 | -help | --help | --hel | --he | -h) |
1015 | ac_init_help=long ;; | |
1016 | -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) | |
1017 | ac_init_help=recursive ;; | |
1018 | -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) | |
1019 | ac_init_help=short ;; | |
252b5132 RH |
1020 | |
1021 | -host | --host | --hos | --ho) | |
5464f5a1 | 1022 | ac_prev=host_alias ;; |
252b5132 | 1023 | -host=* | --host=* | --hos=* | --ho=*) |
5464f5a1 | 1024 | host_alias=$ac_optarg ;; |
252b5132 | 1025 | |
81ecdfbb RW |
1026 | -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) |
1027 | ac_prev=htmldir ;; | |
1028 | -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | |
1029 | | --ht=*) | |
1030 | htmldir=$ac_optarg ;; | |
1031 | ||
252b5132 RH |
1032 | -includedir | --includedir | --includedi | --included | --include \ |
1033 | | --includ | --inclu | --incl | --inc) | |
1034 | ac_prev=includedir ;; | |
1035 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | |
1036 | | --includ=* | --inclu=* | --incl=* | --inc=*) | |
5464f5a1 | 1037 | includedir=$ac_optarg ;; |
252b5132 RH |
1038 | |
1039 | -infodir | --infodir | --infodi | --infod | --info | --inf) | |
1040 | ac_prev=infodir ;; | |
1041 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) | |
5464f5a1 | 1042 | infodir=$ac_optarg ;; |
252b5132 RH |
1043 | |
1044 | -libdir | --libdir | --libdi | --libd) | |
1045 | ac_prev=libdir ;; | |
1046 | -libdir=* | --libdir=* | --libdi=* | --libd=*) | |
5464f5a1 | 1047 | libdir=$ac_optarg ;; |
252b5132 RH |
1048 | |
1049 | -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | |
1050 | | --libexe | --libex | --libe) | |
1051 | ac_prev=libexecdir ;; | |
1052 | -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | |
1053 | | --libexe=* | --libex=* | --libe=*) | |
5464f5a1 | 1054 | libexecdir=$ac_optarg ;; |
252b5132 | 1055 | |
81ecdfbb RW |
1056 | -localedir | --localedir | --localedi | --localed | --locale) |
1057 | ac_prev=localedir ;; | |
1058 | -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) | |
1059 | localedir=$ac_optarg ;; | |
1060 | ||
252b5132 | 1061 | -localstatedir | --localstatedir | --localstatedi | --localstated \ |
81ecdfbb | 1062 | | --localstate | --localstat | --localsta | --localst | --locals) |
252b5132 RH |
1063 | ac_prev=localstatedir ;; |
1064 | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | |
81ecdfbb | 1065 | | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) |
5464f5a1 | 1066 | localstatedir=$ac_optarg ;; |
252b5132 RH |
1067 | |
1068 | -mandir | --mandir | --mandi | --mand | --man | --ma | --m) | |
1069 | ac_prev=mandir ;; | |
1070 | -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) | |
5464f5a1 | 1071 | mandir=$ac_optarg ;; |
252b5132 RH |
1072 | |
1073 | -nfp | --nfp | --nf) | |
1074 | # Obsolete; use --without-fp. | |
1075 | with_fp=no ;; | |
1076 | ||
1077 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
5464f5a1 | 1078 | | --no-cr | --no-c | -n) |
252b5132 RH |
1079 | no_create=yes ;; |
1080 | ||
1081 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
1082 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) | |
1083 | no_recursion=yes ;; | |
1084 | ||
1085 | -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | |
1086 | | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | |
1087 | | --oldin | --oldi | --old | --ol | --o) | |
1088 | ac_prev=oldincludedir ;; | |
1089 | -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | |
1090 | | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | |
1091 | | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) | |
5464f5a1 | 1092 | oldincludedir=$ac_optarg ;; |
252b5132 RH |
1093 | |
1094 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) | |
1095 | ac_prev=prefix ;; | |
1096 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) | |
5464f5a1 | 1097 | prefix=$ac_optarg ;; |
252b5132 RH |
1098 | |
1099 | -program-prefix | --program-prefix | --program-prefi | --program-pref \ | |
1100 | | --program-pre | --program-pr | --program-p) | |
1101 | ac_prev=program_prefix ;; | |
1102 | -program-prefix=* | --program-prefix=* | --program-prefi=* \ | |
1103 | | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) | |
5464f5a1 | 1104 | program_prefix=$ac_optarg ;; |
252b5132 RH |
1105 | |
1106 | -program-suffix | --program-suffix | --program-suffi | --program-suff \ | |
1107 | | --program-suf | --program-su | --program-s) | |
1108 | ac_prev=program_suffix ;; | |
1109 | -program-suffix=* | --program-suffix=* | --program-suffi=* \ | |
1110 | | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) | |
5464f5a1 | 1111 | program_suffix=$ac_optarg ;; |
252b5132 RH |
1112 | |
1113 | -program-transform-name | --program-transform-name \ | |
1114 | | --program-transform-nam | --program-transform-na \ | |
1115 | | --program-transform-n | --program-transform- \ | |
1116 | | --program-transform | --program-transfor \ | |
1117 | | --program-transfo | --program-transf \ | |
1118 | | --program-trans | --program-tran \ | |
1119 | | --progr-tra | --program-tr | --program-t) | |
1120 | ac_prev=program_transform_name ;; | |
1121 | -program-transform-name=* | --program-transform-name=* \ | |
1122 | | --program-transform-nam=* | --program-transform-na=* \ | |
1123 | | --program-transform-n=* | --program-transform-=* \ | |
1124 | | --program-transform=* | --program-transfor=* \ | |
1125 | | --program-transfo=* | --program-transf=* \ | |
1126 | | --program-trans=* | --program-tran=* \ | |
1127 | | --progr-tra=* | --program-tr=* | --program-t=*) | |
5464f5a1 | 1128 | program_transform_name=$ac_optarg ;; |
252b5132 | 1129 | |
81ecdfbb RW |
1130 | -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) |
1131 | ac_prev=pdfdir ;; | |
1132 | -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) | |
1133 | pdfdir=$ac_optarg ;; | |
1134 | ||
1135 | -psdir | --psdir | --psdi | --psd | --ps) | |
1136 | ac_prev=psdir ;; | |
1137 | -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) | |
1138 | psdir=$ac_optarg ;; | |
1139 | ||
252b5132 RH |
1140 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
1141 | | -silent | --silent | --silen | --sile | --sil) | |
1142 | silent=yes ;; | |
1143 | ||
1144 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) | |
1145 | ac_prev=sbindir ;; | |
1146 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | |
1147 | | --sbi=* | --sb=*) | |
5464f5a1 | 1148 | sbindir=$ac_optarg ;; |
252b5132 RH |
1149 | |
1150 | -sharedstatedir | --sharedstatedir | --sharedstatedi \ | |
1151 | | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | |
1152 | | --sharedst | --shareds | --shared | --share | --shar \ | |
1153 | | --sha | --sh) | |
1154 | ac_prev=sharedstatedir ;; | |
1155 | -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | |
1156 | | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | |
1157 | | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | |
1158 | | --sha=* | --sh=*) | |
5464f5a1 | 1159 | sharedstatedir=$ac_optarg ;; |
252b5132 RH |
1160 | |
1161 | -site | --site | --sit) | |
1162 | ac_prev=site ;; | |
1163 | -site=* | --site=* | --sit=*) | |
5464f5a1 | 1164 | site=$ac_optarg ;; |
6be7c12c | 1165 | |
252b5132 RH |
1166 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) |
1167 | ac_prev=srcdir ;; | |
1168 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
5464f5a1 | 1169 | srcdir=$ac_optarg ;; |
252b5132 RH |
1170 | |
1171 | -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | |
1172 | | --syscon | --sysco | --sysc | --sys | --sy) | |
1173 | ac_prev=sysconfdir ;; | |
1174 | -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | |
1175 | | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) | |
5464f5a1 | 1176 | sysconfdir=$ac_optarg ;; |
252b5132 RH |
1177 | |
1178 | -target | --target | --targe | --targ | --tar | --ta | --t) | |
5464f5a1 | 1179 | ac_prev=target_alias ;; |
252b5132 | 1180 | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) |
5464f5a1 | 1181 | target_alias=$ac_optarg ;; |
252b5132 RH |
1182 | |
1183 | -v | -verbose | --verbose | --verbos | --verbo | --verb) | |
1184 | verbose=yes ;; | |
1185 | ||
5464f5a1 NN |
1186 | -version | --version | --versio | --versi | --vers | -V) |
1187 | ac_init_version=: ;; | |
252b5132 RH |
1188 | |
1189 | -with-* | --with-*) | |
81ecdfbb | 1190 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
252b5132 | 1191 | # Reject names that are not valid shell variable names. |
81ecdfbb | 1192 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
d0ac1c44 | 1193 | as_fn_error $? "invalid package name: $ac_useropt" |
81ecdfbb RW |
1194 | ac_useropt_orig=$ac_useropt |
1195 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | |
1196 | case $ac_user_opts in | |
1197 | *" | |
1198 | "with_$ac_useropt" | |
1199 | "*) ;; | |
1200 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" | |
1201 | ac_unrecognized_sep=', ';; | |
252b5132 | 1202 | esac |
81ecdfbb | 1203 | eval with_$ac_useropt=\$ac_optarg ;; |
252b5132 RH |
1204 | |
1205 | -without-* | --without-*) | |
81ecdfbb | 1206 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
252b5132 | 1207 | # Reject names that are not valid shell variable names. |
81ecdfbb | 1208 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
d0ac1c44 | 1209 | as_fn_error $? "invalid package name: $ac_useropt" |
81ecdfbb RW |
1210 | ac_useropt_orig=$ac_useropt |
1211 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | |
1212 | case $ac_user_opts in | |
1213 | *" | |
1214 | "with_$ac_useropt" | |
1215 | "*) ;; | |
1216 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" | |
1217 | ac_unrecognized_sep=', ';; | |
1218 | esac | |
1219 | eval with_$ac_useropt=no ;; | |
252b5132 RH |
1220 | |
1221 | --x) | |
1222 | # Obsolete; use --with-x. | |
1223 | with_x=yes ;; | |
1224 | ||
1225 | -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | |
1226 | | --x-incl | --x-inc | --x-in | --x-i) | |
1227 | ac_prev=x_includes ;; | |
1228 | -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | |
1229 | | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) | |
5464f5a1 | 1230 | x_includes=$ac_optarg ;; |
252b5132 RH |
1231 | |
1232 | -x-libraries | --x-libraries | --x-librarie | --x-librari \ | |
1233 | | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) | |
1234 | ac_prev=x_libraries ;; | |
1235 | -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | |
1236 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | |
5464f5a1 | 1237 | x_libraries=$ac_optarg ;; |
252b5132 | 1238 | |
d0ac1c44 SM |
1239 | -*) as_fn_error $? "unrecognized option: \`$ac_option' |
1240 | Try \`$0 --help' for more information" | |
252b5132 RH |
1241 | ;; |
1242 | ||
5464f5a1 NN |
1243 | *=*) |
1244 | ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` | |
1245 | # Reject names that are not valid shell variable names. | |
81ecdfbb RW |
1246 | case $ac_envvar in #( |
1247 | '' | [0-9]* | *[!_$as_cr_alnum]* ) | |
d0ac1c44 | 1248 | as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; |
81ecdfbb RW |
1249 | esac |
1250 | eval $ac_envvar=\$ac_optarg | |
5464f5a1 NN |
1251 | export $ac_envvar ;; |
1252 | ||
252b5132 | 1253 | *) |
5464f5a1 | 1254 | # FIXME: should be removed in autoconf 3.0. |
81ecdfbb | 1255 | $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
5464f5a1 | 1256 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
81ecdfbb | 1257 | $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
d0ac1c44 | 1258 | : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" |
252b5132 RH |
1259 | ;; |
1260 | ||
1261 | esac | |
1262 | done | |
1263 | ||
1264 | if test -n "$ac_prev"; then | |
5464f5a1 | 1265 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
d0ac1c44 | 1266 | as_fn_error $? "missing argument to $ac_option" |
252b5132 | 1267 | fi |
252b5132 | 1268 | |
81ecdfbb RW |
1269 | if test -n "$ac_unrecognized_opts"; then |
1270 | case $enable_option_checking in | |
1271 | no) ;; | |
d0ac1c44 | 1272 | fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; |
81ecdfbb | 1273 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; |
5464f5a1 | 1274 | esac |
81ecdfbb | 1275 | fi |
6be7c12c | 1276 | |
81ecdfbb RW |
1277 | # Check all directory arguments for consistency. |
1278 | for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ | |
1279 | datadir sysconfdir sharedstatedir localstatedir includedir \ | |
1280 | oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ | |
e0b2a78c | 1281 | libdir localedir mandir |
252b5132 | 1282 | do |
81ecdfbb RW |
1283 | eval ac_val=\$$ac_var |
1284 | # Remove trailing slashes. | |
5464f5a1 | 1285 | case $ac_val in |
81ecdfbb RW |
1286 | */ ) |
1287 | ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` | |
1288 | eval $ac_var=\$ac_val;; | |
252b5132 | 1289 | esac |
81ecdfbb RW |
1290 | # Be sure to have absolute directory names. |
1291 | case $ac_val in | |
1292 | [\\/$]* | ?:[\\/]* ) continue;; | |
1293 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | |
1294 | esac | |
d0ac1c44 | 1295 | as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" |
252b5132 RH |
1296 | done |
1297 | ||
5464f5a1 NN |
1298 | # There might be people who depend on the old broken behavior: `$host' |
1299 | # used to hold the argument of --host etc. | |
1300 | # FIXME: To remove some day. | |
1301 | build=$build_alias | |
1302 | host=$host_alias | |
1303 | target=$target_alias | |
1304 | ||
1305 | # FIXME: To remove some day. | |
1306 | if test "x$host_alias" != x; then | |
1307 | if test "x$build_alias" = x; then | |
1308 | cross_compiling=maybe | |
5464f5a1 NN |
1309 | elif test "x$build_alias" != "x$host_alias"; then |
1310 | cross_compiling=yes | |
1311 | fi | |
1312 | fi | |
252b5132 | 1313 | |
5464f5a1 NN |
1314 | ac_tool_prefix= |
1315 | test -n "$host_alias" && ac_tool_prefix=$host_alias- | |
1316 | ||
1317 | test "$silent" = yes && exec 6>/dev/null | |
252b5132 | 1318 | |
252b5132 | 1319 | |
81ecdfbb RW |
1320 | ac_pwd=`pwd` && test -n "$ac_pwd" && |
1321 | ac_ls_di=`ls -di .` && | |
1322 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | |
d0ac1c44 | 1323 | as_fn_error $? "working directory cannot be determined" |
81ecdfbb | 1324 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
d0ac1c44 | 1325 | as_fn_error $? "pwd does not report name of working directory" |
81ecdfbb RW |
1326 | |
1327 | ||
252b5132 RH |
1328 | # Find the source files, if location was not specified. |
1329 | if test -z "$srcdir"; then | |
1330 | ac_srcdir_defaulted=yes | |
81ecdfbb RW |
1331 | # Try the directory containing this script, then the parent directory. |
1332 | ac_confdir=`$as_dirname -- "$as_myself" || | |
1333 | $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
1334 | X"$as_myself" : 'X\(//\)[^/]' \| \ | |
1335 | X"$as_myself" : 'X\(//\)$' \| \ | |
1336 | X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || | |
1337 | $as_echo X"$as_myself" | | |
1338 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
1339 | s//\1/ | |
1340 | q | |
1341 | } | |
1342 | /^X\(\/\/\)[^/].*/{ | |
1343 | s//\1/ | |
1344 | q | |
1345 | } | |
1346 | /^X\(\/\/\)$/{ | |
1347 | s//\1/ | |
1348 | q | |
1349 | } | |
1350 | /^X\(\/\).*/{ | |
1351 | s//\1/ | |
1352 | q | |
1353 | } | |
1354 | s/.*/./; q'` | |
252b5132 | 1355 | srcdir=$ac_confdir |
81ecdfbb | 1356 | if test ! -r "$srcdir/$ac_unique_file"; then |
252b5132 RH |
1357 | srcdir=.. |
1358 | fi | |
1359 | else | |
1360 | ac_srcdir_defaulted=no | |
1361 | fi | |
81ecdfbb RW |
1362 | if test ! -r "$srcdir/$ac_unique_file"; then |
1363 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | |
d0ac1c44 | 1364 | as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" |
81ecdfbb RW |
1365 | fi |
1366 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | |
1367 | ac_abs_confdir=`( | |
d0ac1c44 | 1368 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" |
81ecdfbb RW |
1369 | pwd)` |
1370 | # When building in place, set srcdir=. | |
1371 | if test "$ac_abs_confdir" = "$ac_pwd"; then | |
1372 | srcdir=. | |
1373 | fi | |
1374 | # Remove unnecessary trailing slashes from srcdir. | |
1375 | # Double slashes in file names in object file debugging info | |
1376 | # mess up M-x gdb in Emacs. | |
1377 | case $srcdir in | |
1378 | */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; | |
1379 | esac | |
1380 | for ac_var in $ac_precious_vars; do | |
1381 | eval ac_env_${ac_var}_set=\${${ac_var}+set} | |
1382 | eval ac_env_${ac_var}_value=\$${ac_var} | |
1383 | eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} | |
1384 | eval ac_cv_env_${ac_var}_value=\$${ac_var} | |
1385 | done | |
b3baf5d0 | 1386 | |
5464f5a1 NN |
1387 | # |
1388 | # Report the --help message. | |
1389 | # | |
1390 | if test "$ac_init_help" = "long"; then | |
1391 | # Omit some internal or obsolete options to make the list less imposing. | |
1392 | # This message is too long to be a string in the A/UX 3.1 sh. | |
1393 | cat <<_ACEOF | |
bb695960 | 1394 | \`configure' configures bfd 2.33.50 to adapt to many kinds of systems. |
252b5132 | 1395 | |
5464f5a1 | 1396 | Usage: $0 [OPTION]... [VAR=VALUE]... |
252b5132 | 1397 | |
5464f5a1 NN |
1398 | To assign environment variables (e.g., CC, CFLAGS...), specify them as |
1399 | VAR=VALUE. See below for descriptions of some of the useful variables. | |
6be7c12c | 1400 | |
5464f5a1 | 1401 | Defaults for the options are specified in brackets. |
6be7c12c | 1402 | |
5464f5a1 NN |
1403 | Configuration: |
1404 | -h, --help display this help and exit | |
1405 | --help=short display options specific to this package | |
1406 | --help=recursive display the short help of all the included packages | |
1407 | -V, --version display version information and exit | |
d0ac1c44 | 1408 | -q, --quiet, --silent do not print \`checking ...' messages |
5464f5a1 NN |
1409 | --cache-file=FILE cache test results in FILE [disabled] |
1410 | -C, --config-cache alias for \`--cache-file=config.cache' | |
1411 | -n, --no-create do not create output files | |
1412 | --srcdir=DIR find the sources in DIR [configure dir or \`..'] | |
1413 | ||
5464f5a1 NN |
1414 | Installation directories: |
1415 | --prefix=PREFIX install architecture-independent files in PREFIX | |
81ecdfbb | 1416 | [$ac_default_prefix] |
5464f5a1 | 1417 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX |
81ecdfbb | 1418 | [PREFIX] |
6be7c12c | 1419 | |
5464f5a1 NN |
1420 | By default, \`make install' will install all the files in |
1421 | \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify | |
1422 | an installation prefix other than \`$ac_default_prefix' using \`--prefix', | |
1423 | for instance \`--prefix=\$HOME'. | |
6be7c12c | 1424 | |
5464f5a1 | 1425 | For better control, use the options below. |
6be7c12c | 1426 | |
5464f5a1 | 1427 | Fine tuning of the installation directories: |
81ecdfbb RW |
1428 | --bindir=DIR user executables [EPREFIX/bin] |
1429 | --sbindir=DIR system admin executables [EPREFIX/sbin] | |
1430 | --libexecdir=DIR program executables [EPREFIX/libexec] | |
1431 | --sysconfdir=DIR read-only single-machine data [PREFIX/etc] | |
1432 | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] | |
1433 | --localstatedir=DIR modifiable single-machine data [PREFIX/var] | |
1434 | --libdir=DIR object code libraries [EPREFIX/lib] | |
1435 | --includedir=DIR C header files [PREFIX/include] | |
1436 | --oldincludedir=DIR C header files for non-gcc [/usr/include] | |
1437 | --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] | |
1438 | --datadir=DIR read-only architecture-independent data [DATAROOTDIR] | |
1439 | --infodir=DIR info documentation [DATAROOTDIR/info] | |
1440 | --localedir=DIR locale-dependent data [DATAROOTDIR/locale] | |
1441 | --mandir=DIR man documentation [DATAROOTDIR/man] | |
c4dd807e | 1442 | --docdir=DIR documentation root [DATAROOTDIR/doc/bfd] |
81ecdfbb RW |
1443 | --htmldir=DIR html documentation [DOCDIR] |
1444 | --dvidir=DIR dvi documentation [DOCDIR] | |
1445 | --pdfdir=DIR pdf documentation [DOCDIR] | |
1446 | --psdir=DIR ps documentation [DOCDIR] | |
5464f5a1 | 1447 | _ACEOF |
6be7c12c | 1448 | |
5464f5a1 | 1449 | cat <<\_ACEOF |
6be7c12c | 1450 | |
5464f5a1 NN |
1451 | Program names: |
1452 | --program-prefix=PREFIX prepend PREFIX to installed program names | |
1453 | --program-suffix=SUFFIX append SUFFIX to installed program names | |
1454 | --program-transform-name=PROGRAM run sed PROGRAM on installed program names | |
252b5132 | 1455 | |
5464f5a1 NN |
1456 | System types: |
1457 | --build=BUILD configure for building on BUILD [guessed] | |
1458 | --host=HOST cross-compile to build programs to run on HOST [BUILD] | |
1459 | --target=TARGET configure for building compilers for TARGET [HOST] | |
1460 | _ACEOF | |
252b5132 | 1461 | fi |
252b5132 | 1462 | |
5464f5a1 | 1463 | if test -n "$ac_init_help"; then |
c4dd807e | 1464 | case $ac_init_help in |
bb695960 | 1465 | short | recursive ) echo "Configuration of bfd 2.33.50:";; |
c4dd807e | 1466 | esac |
5464f5a1 | 1467 | cat <<\_ACEOF |
252b5132 | 1468 | |
5464f5a1 | 1469 | Optional Features: |
81ecdfbb | 1470 | --disable-option-checking ignore unrecognized --enable/--with options |
5464f5a1 NN |
1471 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
1472 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | |
d0ac1c44 SM |
1473 | --enable-dependency-tracking |
1474 | do not reject slow dependency extractors | |
1475 | --disable-dependency-tracking | |
1476 | speeds up one-time build | |
1477 | --enable-silent-rules less verbose build output (undo: "make V=1") | |
1478 | --disable-silent-rules verbose build output (undo: "make V=0") | |
81ecdfbb RW |
1479 | --enable-shared[=PKGS] build shared libraries [default=no] |
1480 | --enable-static[=PKGS] build static libraries [default=yes] | |
d7040cdb SE |
1481 | --enable-fast-install[=PKGS] |
1482 | optimize for fast installation [default=yes] | |
5464f5a1 | 1483 | --disable-libtool-lock avoid locking (might break parallel builds) |
b879806f | 1484 | --enable-plugins Enable support for plugins |
ce3c775b | 1485 | --disable-largefile omit support for large files |
5464f5a1 NN |
1486 | --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes) |
1487 | --enable-targets alternative target configurations | |
e6cc316a | 1488 | --enable-64-bit-archive force 64-bit archives |
6ec7057a | 1489 | --enable-secureplt Default to creating read-only plt entries |
f6aec96d | 1490 | --enable-separate-code enable -z separate-code in ELF linker by default |
ef72a554 KT |
1491 | --enable-leading-mingw64-underscores |
1492 | Enable leading underscores on 64 bit mingw targets | |
241a6c40 AM |
1493 | --enable-werror treat compile warnings as errors |
1494 | --enable-build-warnings enable build-time compiler warnings | |
d0ac1c44 SM |
1495 | --enable-maintainer-mode |
1496 | enable make rules and dependencies not useful (and | |
1497 | sometimes confusing) to the casual installer | |
5464f5a1 NN |
1498 | --enable-install-libbfd controls installation of libbfd and related headers |
1499 | --disable-nls do not use Native Language Support | |
1500 | ||
1501 | Optional Packages: | |
1502 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | |
1503 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | |
d7040cdb SE |
1504 | --with-pic try to use only PIC/non-PIC objects [default=use |
1505 | both] | |
1506 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] | |
5464f5a1 | 1507 | --with-mmap try using mmap for BFD input files if available |
0d4a1476 AS |
1508 | --with-separate-debug-dir=DIR |
1509 | Look for global separate debug info in DIR | |
d0ac1c44 | 1510 | [[default=LIBDIR/debug]] |
a1ac8190 JM |
1511 | --with-pkgversion=PKG Use PKG in the version string in place of "GNU |
1512 | Binutils" | |
c428fa83 | 1513 | --with-bugurl=URL Direct users to URL to report a bug |
243340ad | 1514 | --with-system-zlib use installed libz |
5464f5a1 NN |
1515 | |
1516 | Some influential environment variables: | |
1517 | CC C compiler command | |
1518 | CFLAGS C compiler flags | |
1519 | LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a | |
1520 | nonstandard directory <lib dir> | |
81ecdfbb | 1521 | LIBS libraries to pass to the linker, e.g. -l<library> |
d0ac1c44 | 1522 | CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if |
81ecdfbb | 1523 | you have headers in a nonstandard directory <include dir> |
5464f5a1 NN |
1524 | CPP C preprocessor |
1525 | ||
1526 | Use these variables to override the choices made by `configure' or to help | |
1527 | it to find libraries and programs with nonstandard names/locations. | |
1528 | ||
81ecdfbb | 1529 | Report bugs to the package provider. |
5464f5a1 | 1530 | _ACEOF |
81ecdfbb | 1531 | ac_status=$? |
5464f5a1 NN |
1532 | fi |
1533 | ||
1534 | if test "$ac_init_help" = "recursive"; then | |
1535 | # If there are subdirs, report their specific --help. | |
5464f5a1 | 1536 | for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue |
81ecdfbb RW |
1537 | test -d "$ac_dir" || |
1538 | { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || | |
1539 | continue | |
5464f5a1 NN |
1540 | ac_builddir=. |
1541 | ||
81ecdfbb RW |
1542 | case "$ac_dir" in |
1543 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
1544 | *) | |
1545 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` | |
1546 | # A ".." for each directory in $ac_dir_suffix. | |
1547 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` | |
1548 | case $ac_top_builddir_sub in | |
1549 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
1550 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; | |
1551 | esac ;; | |
1552 | esac | |
1553 | ac_abs_top_builddir=$ac_pwd | |
1554 | ac_abs_builddir=$ac_pwd$ac_dir_suffix | |
1555 | # for backward compatibility: | |
1556 | ac_top_builddir=$ac_top_build_prefix | |
5464f5a1 NN |
1557 | |
1558 | case $srcdir in | |
81ecdfbb | 1559 | .) # We are building in place. |
5464f5a1 | 1560 | ac_srcdir=. |
81ecdfbb RW |
1561 | ac_top_srcdir=$ac_top_builddir_sub |
1562 | ac_abs_top_srcdir=$ac_pwd ;; | |
1563 | [\\/]* | ?:[\\/]* ) # Absolute name. | |
5464f5a1 | 1564 | ac_srcdir=$srcdir$ac_dir_suffix; |
81ecdfbb RW |
1565 | ac_top_srcdir=$srcdir |
1566 | ac_abs_top_srcdir=$srcdir ;; | |
1567 | *) # Relative name. | |
1568 | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix | |
1569 | ac_top_srcdir=$ac_top_build_prefix$srcdir | |
1570 | ac_abs_top_srcdir=$ac_pwd/$srcdir ;; | |
5464f5a1 | 1571 | esac |
81ecdfbb RW |
1572 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
1573 | ||
1574 | cd "$ac_dir" || { ac_status=$?; continue; } | |
1575 | # Check for guested configure. | |
1576 | if test -f "$ac_srcdir/configure.gnu"; then | |
1577 | echo && | |
1578 | $SHELL "$ac_srcdir/configure.gnu" --help=recursive | |
1579 | elif test -f "$ac_srcdir/configure"; then | |
1580 | echo && | |
1581 | $SHELL "$ac_srcdir/configure" --help=recursive | |
5464f5a1 | 1582 | else |
81ecdfbb RW |
1583 | $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
1584 | fi || ac_status=$? | |
1585 | cd "$ac_pwd" || { ac_status=$?; break; } | |
5464f5a1 | 1586 | done |
6be7c12c AO |
1587 | fi |
1588 | ||
81ecdfbb | 1589 | test -n "$ac_init_help" && exit $ac_status |
5464f5a1 NN |
1590 | if $ac_init_version; then |
1591 | cat <<\_ACEOF | |
bb695960 | 1592 | bfd configure 2.33.50 |
d0ac1c44 | 1593 | generated by GNU Autoconf 2.69 |
6be7c12c | 1594 | |
d0ac1c44 | 1595 | Copyright (C) 2012 Free Software Foundation, Inc. |
5464f5a1 NN |
1596 | This configure script is free software; the Free Software Foundation |
1597 | gives unlimited permission to copy, distribute and modify it. | |
1598 | _ACEOF | |
81ecdfbb | 1599 | exit |
5464f5a1 | 1600 | fi |
6be7c12c | 1601 | |
81ecdfbb RW |
1602 | ## ------------------------ ## |
1603 | ## Autoconf initialization. ## | |
1604 | ## ------------------------ ## | |
6be7c12c | 1605 | |
81ecdfbb RW |
1606 | # ac_fn_c_try_compile LINENO |
1607 | # -------------------------- | |
1608 | # Try to compile conftest.$ac_ext, and return whether this succeeded. | |
1609 | ac_fn_c_try_compile () | |
5464f5a1 | 1610 | { |
81ecdfbb RW |
1611 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1612 | rm -f conftest.$ac_objext | |
1613 | if { { ac_try="$ac_compile" | |
1614 | case "(($ac_try" in | |
1615 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1616 | *) ac_try_echo=$ac_try;; | |
1617 | esac | |
1618 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1619 | $as_echo "$ac_try_echo"; } >&5 | |
1620 | (eval "$ac_compile") 2>conftest.err | |
1621 | ac_status=$? | |
1622 | if test -s conftest.err; then | |
1623 | grep -v '^ *+' conftest.err >conftest.er1 | |
1624 | cat conftest.er1 >&5 | |
1625 | mv -f conftest.er1 conftest.err | |
1626 | fi | |
1627 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1628 | test $ac_status = 0; } && { | |
1629 | test -z "$ac_c_werror_flag" || | |
1630 | test ! -s conftest.err | |
1631 | } && test -s conftest.$ac_objext; then : | |
1632 | ac_retval=0 | |
1633 | else | |
1634 | $as_echo "$as_me: failed program was:" >&5 | |
1635 | sed 's/^/| /' conftest.$ac_ext >&5 | |
5464f5a1 | 1636 | |
81ecdfbb RW |
1637 | ac_retval=1 |
1638 | fi | |
d0ac1c44 SM |
1639 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1640 | as_fn_set_status $ac_retval | |
5464f5a1 | 1641 | |
81ecdfbb | 1642 | } # ac_fn_c_try_compile |
5464f5a1 | 1643 | |
81ecdfbb RW |
1644 | # ac_fn_c_try_link LINENO |
1645 | # ----------------------- | |
1646 | # Try to link conftest.$ac_ext, and return whether this succeeded. | |
1647 | ac_fn_c_try_link () | |
1648 | { | |
1649 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1650 | rm -f conftest.$ac_objext conftest$ac_exeext | |
1651 | if { { ac_try="$ac_link" | |
1652 | case "(($ac_try" in | |
1653 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1654 | *) ac_try_echo=$ac_try;; | |
1655 | esac | |
1656 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1657 | $as_echo "$ac_try_echo"; } >&5 | |
1658 | (eval "$ac_link") 2>conftest.err | |
1659 | ac_status=$? | |
1660 | if test -s conftest.err; then | |
1661 | grep -v '^ *+' conftest.err >conftest.er1 | |
1662 | cat conftest.er1 >&5 | |
1663 | mv -f conftest.er1 conftest.err | |
1664 | fi | |
1665 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1666 | test $ac_status = 0; } && { | |
1667 | test -z "$ac_c_werror_flag" || | |
1668 | test ! -s conftest.err | |
1669 | } && test -s conftest$ac_exeext && { | |
1670 | test "$cross_compiling" = yes || | |
d0ac1c44 | 1671 | test -x conftest$ac_exeext |
81ecdfbb RW |
1672 | }; then : |
1673 | ac_retval=0 | |
1674 | else | |
1675 | $as_echo "$as_me: failed program was:" >&5 | |
1676 | sed 's/^/| /' conftest.$ac_ext >&5 | |
5464f5a1 | 1677 | |
81ecdfbb RW |
1678 | ac_retval=1 |
1679 | fi | |
1680 | # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information | |
1681 | # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would | |
1682 | # interfere with the next link command; also delete a directory that is | |
1683 | # left behind by Apple's compiler. We do this before executing the actions. | |
1684 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo | |
d0ac1c44 SM |
1685 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1686 | as_fn_set_status $ac_retval | |
6be7c12c | 1687 | |
81ecdfbb | 1688 | } # ac_fn_c_try_link |
66e25bab | 1689 | |
81ecdfbb RW |
1690 | # ac_fn_c_try_cpp LINENO |
1691 | # ---------------------- | |
1692 | # Try to preprocess conftest.$ac_ext, and return whether this succeeded. | |
1693 | ac_fn_c_try_cpp () | |
1694 | { | |
1695 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1696 | if { { ac_try="$ac_cpp conftest.$ac_ext" | |
1697 | case "(($ac_try" in | |
1698 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1699 | *) ac_try_echo=$ac_try;; | |
1700 | esac | |
1701 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1702 | $as_echo "$ac_try_echo"; } >&5 | |
1703 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err | |
1704 | ac_status=$? | |
1705 | if test -s conftest.err; then | |
1706 | grep -v '^ *+' conftest.err >conftest.er1 | |
1707 | cat conftest.er1 >&5 | |
1708 | mv -f conftest.er1 conftest.err | |
1709 | fi | |
1710 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
d0ac1c44 | 1711 | test $ac_status = 0; } > conftest.i && { |
81ecdfbb RW |
1712 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
1713 | test ! -s conftest.err | |
1714 | }; then : | |
1715 | ac_retval=0 | |
1716 | else | |
1717 | $as_echo "$as_me: failed program was:" >&5 | |
1718 | sed 's/^/| /' conftest.$ac_ext >&5 | |
b3baf5d0 | 1719 | |
81ecdfbb RW |
1720 | ac_retval=1 |
1721 | fi | |
d0ac1c44 SM |
1722 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1723 | as_fn_set_status $ac_retval | |
6be7c12c | 1724 | |
81ecdfbb | 1725 | } # ac_fn_c_try_cpp |
252b5132 | 1726 | |
81ecdfbb RW |
1727 | # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES |
1728 | # ------------------------------------------------------- | |
1729 | # Tests whether HEADER exists, giving a warning if it cannot be compiled using | |
1730 | # the include files in INCLUDES and setting the cache variable VAR | |
1731 | # accordingly. | |
1732 | ac_fn_c_check_header_mongrel () | |
1733 | { | |
1734 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
d0ac1c44 | 1735 | if eval \${$3+:} false; then : |
81ecdfbb RW |
1736 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1737 | $as_echo_n "checking for $2... " >&6; } | |
d0ac1c44 | 1738 | if eval \${$3+:} false; then : |
81ecdfbb RW |
1739 | $as_echo_n "(cached) " >&6 |
1740 | fi | |
1741 | eval ac_res=\$$3 | |
1742 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1743 | $as_echo "$ac_res" >&6; } | |
1744 | else | |
1745 | # Is the header compilable? | |
1746 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 | |
1747 | $as_echo_n "checking $2 usability... " >&6; } | |
1748 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1749 | /* end confdefs.h. */ | |
1750 | $4 | |
1751 | #include <$2> | |
5464f5a1 | 1752 | _ACEOF |
81ecdfbb RW |
1753 | if ac_fn_c_try_compile "$LINENO"; then : |
1754 | ac_header_compiler=yes | |
1755 | else | |
1756 | ac_header_compiler=no | |
1757 | fi | |
1758 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
1759 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 | |
1760 | $as_echo "$ac_header_compiler" >&6; } | |
c5d1701e | 1761 | |
81ecdfbb RW |
1762 | # Is the header present? |
1763 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 | |
1764 | $as_echo_n "checking $2 presence... " >&6; } | |
1765 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1766 | /* end confdefs.h. */ | |
1767 | #include <$2> | |
1768 | _ACEOF | |
1769 | if ac_fn_c_try_cpp "$LINENO"; then : | |
1770 | ac_header_preproc=yes | |
1771 | else | |
1772 | ac_header_preproc=no | |
1773 | fi | |
d0ac1c44 | 1774 | rm -f conftest.err conftest.i conftest.$ac_ext |
81ecdfbb RW |
1775 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 |
1776 | $as_echo "$ac_header_preproc" >&6; } | |
6be7c12c | 1777 | |
81ecdfbb RW |
1778 | # So? What about this header? |
1779 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( | |
1780 | yes:no: ) | |
1781 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 | |
1782 | $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
1783 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 | |
1784 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | |
1785 | ;; | |
1786 | no:yes:* ) | |
1787 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 | |
1788 | $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} | |
1789 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 | |
1790 | $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} | |
1791 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 | |
1792 | $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} | |
1793 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 | |
1794 | $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} | |
1795 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 | |
1796 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | |
1797 | ;; | |
1798 | esac | |
1799 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
1800 | $as_echo_n "checking for $2... " >&6; } | |
d0ac1c44 | 1801 | if eval \${$3+:} false; then : |
81ecdfbb RW |
1802 | $as_echo_n "(cached) " >&6 |
1803 | else | |
1804 | eval "$3=\$ac_header_compiler" | |
1805 | fi | |
1806 | eval ac_res=\$$3 | |
1807 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1808 | $as_echo "$ac_res" >&6; } | |
1809 | fi | |
d0ac1c44 | 1810 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
5464f5a1 | 1811 | |
81ecdfbb | 1812 | } # ac_fn_c_check_header_mongrel |
5464f5a1 | 1813 | |
81ecdfbb RW |
1814 | # ac_fn_c_try_run LINENO |
1815 | # ---------------------- | |
1816 | # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes | |
1817 | # that executables *can* be run. | |
1818 | ac_fn_c_try_run () | |
5464f5a1 | 1819 | { |
81ecdfbb RW |
1820 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1821 | if { { ac_try="$ac_link" | |
1822 | case "(($ac_try" in | |
1823 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1824 | *) ac_try_echo=$ac_try;; | |
1825 | esac | |
1826 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1827 | $as_echo "$ac_try_echo"; } >&5 | |
1828 | (eval "$ac_link") 2>&5 | |
1829 | ac_status=$? | |
1830 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1831 | test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' | |
1832 | { { case "(($ac_try" in | |
1833 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1834 | *) ac_try_echo=$ac_try;; | |
1835 | esac | |
1836 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1837 | $as_echo "$ac_try_echo"; } >&5 | |
1838 | (eval "$ac_try") 2>&5 | |
1839 | ac_status=$? | |
1840 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1841 | test $ac_status = 0; }; }; then : | |
1842 | ac_retval=0 | |
1843 | else | |
1844 | $as_echo "$as_me: program exited with status $ac_status" >&5 | |
1845 | $as_echo "$as_me: failed program was:" >&5 | |
1846 | sed 's/^/| /' conftest.$ac_ext >&5 | |
5464f5a1 | 1847 | |
81ecdfbb RW |
1848 | ac_retval=$ac_status |
1849 | fi | |
1850 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo | |
d0ac1c44 SM |
1851 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1852 | as_fn_set_status $ac_retval | |
5464f5a1 | 1853 | |
81ecdfbb | 1854 | } # ac_fn_c_try_run |
5464f5a1 | 1855 | |
81ecdfbb RW |
1856 | # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES |
1857 | # ------------------------------------------------------- | |
1858 | # Tests whether HEADER exists and can be compiled using the include files in | |
1859 | # INCLUDES, setting the cache variable VAR accordingly. | |
1860 | ac_fn_c_check_header_compile () | |
1861 | { | |
1862 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1863 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
1864 | $as_echo_n "checking for $2... " >&6; } | |
d0ac1c44 | 1865 | if eval \${$3+:} false; then : |
81ecdfbb RW |
1866 | $as_echo_n "(cached) " >&6 |
1867 | else | |
1868 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1869 | /* end confdefs.h. */ | |
1870 | $4 | |
1871 | #include <$2> | |
1872 | _ACEOF | |
1873 | if ac_fn_c_try_compile "$LINENO"; then : | |
1874 | eval "$3=yes" | |
1875 | else | |
1876 | eval "$3=no" | |
1877 | fi | |
1878 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
1879 | fi | |
1880 | eval ac_res=\$$3 | |
1881 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1882 | $as_echo "$ac_res" >&6; } | |
d0ac1c44 | 1883 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
5464f5a1 | 1884 | |
81ecdfbb | 1885 | } # ac_fn_c_check_header_compile |
5464f5a1 | 1886 | |
81ecdfbb RW |
1887 | # ac_fn_c_check_func LINENO FUNC VAR |
1888 | # ---------------------------------- | |
1889 | # Tests whether FUNC exists, setting the cache variable VAR accordingly | |
1890 | ac_fn_c_check_func () | |
1891 | { | |
1892 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1893 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
1894 | $as_echo_n "checking for $2... " >&6; } | |
d0ac1c44 | 1895 | if eval \${$3+:} false; then : |
81ecdfbb RW |
1896 | $as_echo_n "(cached) " >&6 |
1897 | else | |
1898 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1899 | /* end confdefs.h. */ | |
1900 | /* Define $2 to an innocuous variant, in case <limits.h> declares $2. | |
1901 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
1902 | #define $2 innocuous_$2 | |
5464f5a1 | 1903 | |
81ecdfbb RW |
1904 | /* System header to define __stub macros and hopefully few prototypes, |
1905 | which can conflict with char $2 (); below. | |
1906 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
1907 | <limits.h> exists even on freestanding compilers. */ | |
5464f5a1 | 1908 | |
81ecdfbb RW |
1909 | #ifdef __STDC__ |
1910 | # include <limits.h> | |
1911 | #else | |
1912 | # include <assert.h> | |
1913 | #endif | |
5464f5a1 | 1914 | |
81ecdfbb | 1915 | #undef $2 |
5464f5a1 | 1916 | |
81ecdfbb RW |
1917 | /* Override any GCC internal prototype to avoid an error. |
1918 | Use char because int might match the return type of a GCC | |
1919 | builtin and then its argument prototype would still apply. */ | |
1920 | #ifdef __cplusplus | |
1921 | extern "C" | |
1922 | #endif | |
1923 | char $2 (); | |
1924 | /* The GNU C library defines this for functions which it implements | |
1925 | to always fail with ENOSYS. Some functions are actually named | |
1926 | something starting with __ and the normal name is an alias. */ | |
1927 | #if defined __stub_$2 || defined __stub___$2 | |
1928 | choke me | |
1929 | #endif | |
5464f5a1 | 1930 | |
81ecdfbb RW |
1931 | int |
1932 | main () | |
1933 | { | |
1934 | return $2 (); | |
1935 | ; | |
1936 | return 0; | |
1937 | } | |
5464f5a1 | 1938 | _ACEOF |
81ecdfbb RW |
1939 | if ac_fn_c_try_link "$LINENO"; then : |
1940 | eval "$3=yes" | |
1941 | else | |
1942 | eval "$3=no" | |
1943 | fi | |
1944 | rm -f core conftest.err conftest.$ac_objext \ | |
1945 | conftest$ac_exeext conftest.$ac_ext | |
1946 | fi | |
1947 | eval ac_res=\$$3 | |
1948 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1949 | $as_echo "$ac_res" >&6; } | |
d0ac1c44 | 1950 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
5464f5a1 | 1951 | |
81ecdfbb | 1952 | } # ac_fn_c_check_func |
5464f5a1 | 1953 | |
33c734b2 AM |
1954 | # ac_fn_c_check_type LINENO TYPE VAR INCLUDES |
1955 | # ------------------------------------------- | |
1956 | # Tests whether TYPE exists after having included INCLUDES, setting cache | |
1957 | # variable VAR accordingly. | |
1958 | ac_fn_c_check_type () | |
1959 | { | |
1960 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1961 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
1962 | $as_echo_n "checking for $2... " >&6; } | |
d0ac1c44 | 1963 | if eval \${$3+:} false; then : |
33c734b2 AM |
1964 | $as_echo_n "(cached) " >&6 |
1965 | else | |
1966 | eval "$3=no" | |
1967 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1968 | /* end confdefs.h. */ | |
1969 | $4 | |
1970 | int | |
1971 | main () | |
1972 | { | |
1973 | if (sizeof ($2)) | |
1974 | return 0; | |
1975 | ; | |
1976 | return 0; | |
1977 | } | |
1978 | _ACEOF | |
1979 | if ac_fn_c_try_compile "$LINENO"; then : | |
1980 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1981 | /* end confdefs.h. */ | |
1982 | $4 | |
1983 | int | |
1984 | main () | |
1985 | { | |
1986 | if (sizeof (($2))) | |
1987 | return 0; | |
1988 | ; | |
1989 | return 0; | |
1990 | } | |
1991 | _ACEOF | |
1992 | if ac_fn_c_try_compile "$LINENO"; then : | |
1993 | ||
1994 | else | |
1995 | eval "$3=yes" | |
1996 | fi | |
1997 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
1998 | fi | |
1999 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
2000 | fi | |
2001 | eval ac_res=\$$3 | |
2002 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
2003 | $as_echo "$ac_res" >&6; } | |
d0ac1c44 | 2004 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
33c734b2 AM |
2005 | |
2006 | } # ac_fn_c_check_type | |
2007 | ||
81ecdfbb RW |
2008 | # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES |
2009 | # -------------------------------------------- | |
2010 | # Tries to find the compile-time value of EXPR in a program that includes | |
2011 | # INCLUDES, setting VAR accordingly. Returns whether the value could be | |
2012 | # computed | |
2013 | ac_fn_c_compute_int () | |
2014 | { | |
2015 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
2016 | if test "$cross_compiling" = yes; then | |
2017 | # Depending upon the size, compute the lo and hi bounds. | |
2018 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
2019 | /* end confdefs.h. */ | |
2020 | $4 | |
2021 | int | |
2022 | main () | |
2023 | { | |
2024 | static int test_array [1 - 2 * !(($2) >= 0)]; | |
d0ac1c44 SM |
2025 | test_array [0] = 0; |
2026 | return test_array [0]; | |
5464f5a1 | 2027 | |
81ecdfbb RW |
2028 | ; |
2029 | return 0; | |
2030 | } | |
5464f5a1 | 2031 | _ACEOF |
81ecdfbb RW |
2032 | if ac_fn_c_try_compile "$LINENO"; then : |
2033 | ac_lo=0 ac_mid=0 | |
2034 | while :; do | |
2035 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
2036 | /* end confdefs.h. */ | |
2037 | $4 | |
2038 | int | |
2039 | main () | |
2040 | { | |
2041 | static int test_array [1 - 2 * !(($2) <= $ac_mid)]; | |
d0ac1c44 SM |
2042 | test_array [0] = 0; |
2043 | return test_array [0]; | |
5464f5a1 | 2044 | |
81ecdfbb RW |
2045 | ; |
2046 | return 0; | |
2047 | } | |
2048 | _ACEOF | |
2049 | if ac_fn_c_try_compile "$LINENO"; then : | |
2050 | ac_hi=$ac_mid; break | |
5464f5a1 | 2051 | else |
81ecdfbb RW |
2052 | as_fn_arith $ac_mid + 1 && ac_lo=$as_val |
2053 | if test $ac_lo -le $ac_mid; then | |
2054 | ac_lo= ac_hi= | |
2055 | break | |
2056 | fi | |
2057 | as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val | |
5464f5a1 | 2058 | fi |
81ecdfbb RW |
2059 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
2060 | done | |
2061 | else | |
2062 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
2063 | /* end confdefs.h. */ | |
2064 | $4 | |
2065 | int | |
2066 | main () | |
2067 | { | |
2068 | static int test_array [1 - 2 * !(($2) < 0)]; | |
d0ac1c44 SM |
2069 | test_array [0] = 0; |
2070 | return test_array [0]; | |
5464f5a1 | 2071 | |
81ecdfbb RW |
2072 | ; |
2073 | return 0; | |
2074 | } | |
2075 | _ACEOF | |
2076 | if ac_fn_c_try_compile "$LINENO"; then : | |
2077 | ac_hi=-1 ac_mid=-1 | |
2078 | while :; do | |
2079 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
2080 | /* end confdefs.h. */ | |
2081 | $4 | |
2082 | int | |
2083 | main () | |
2084 | { | |
2085 | static int test_array [1 - 2 * !(($2) >= $ac_mid)]; | |
d0ac1c44 SM |
2086 | test_array [0] = 0; |
2087 | return test_array [0]; | |
5464f5a1 | 2088 | |
81ecdfbb RW |
2089 | ; |
2090 | return 0; | |
2091 | } | |
2092 | _ACEOF | |
2093 | if ac_fn_c_try_compile "$LINENO"; then : | |
2094 | ac_lo=$ac_mid; break | |
2095 | else | |
2096 | as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val | |
2097 | if test $ac_mid -le $ac_hi; then | |
2098 | ac_lo= ac_hi= | |
2099 | break | |
2100 | fi | |
2101 | as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val | |
2102 | fi | |
2103 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
2104 | done | |
2105 | else | |
2106 | ac_lo= ac_hi= | |
2107 | fi | |
2108 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
2109 | fi | |
2110 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
2111 | # Binary search between lo and hi bounds. | |
2112 | while test "x$ac_lo" != "x$ac_hi"; do | |
2113 | as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val | |
2114 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
2115 | /* end confdefs.h. */ | |
2116 | $4 | |
2117 | int | |
2118 | main () | |
2119 | { | |
2120 | static int test_array [1 - 2 * !(($2) <= $ac_mid)]; | |
d0ac1c44 SM |
2121 | test_array [0] = 0; |
2122 | return test_array [0]; | |
5464f5a1 | 2123 | |
81ecdfbb RW |
2124 | ; |
2125 | return 0; | |
2126 | } | |
2127 | _ACEOF | |
2128 | if ac_fn_c_try_compile "$LINENO"; then : | |
2129 | ac_hi=$ac_mid | |
2130 | else | |
2131 | as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val | |
2132 | fi | |
2133 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
2134 | done | |
2135 | case $ac_lo in #(( | |
2136 | ?*) eval "$3=\$ac_lo"; ac_retval=0 ;; | |
2137 | '') ac_retval=1 ;; | |
2138 | esac | |
2139 | else | |
2140 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
2141 | /* end confdefs.h. */ | |
2142 | $4 | |
2143 | static long int longval () { return $2; } | |
2144 | static unsigned long int ulongval () { return $2; } | |
2145 | #include <stdio.h> | |
2146 | #include <stdlib.h> | |
2147 | int | |
2148 | main () | |
2149 | { | |
5464f5a1 | 2150 | |
81ecdfbb RW |
2151 | FILE *f = fopen ("conftest.val", "w"); |
2152 | if (! f) | |
2153 | return 1; | |
2154 | if (($2) < 0) | |
2155 | { | |
2156 | long int i = longval (); | |
2157 | if (i != ($2)) | |
2158 | return 1; | |
2159 | fprintf (f, "%ld", i); | |
2160 | } | |
2161 | else | |
2162 | { | |
2163 | unsigned long int i = ulongval (); | |
2164 | if (i != ($2)) | |
2165 | return 1; | |
2166 | fprintf (f, "%lu", i); | |
2167 | } | |
2168 | /* Do not output a trailing newline, as this causes \r\n confusion | |
2169 | on some platforms. */ | |
2170 | return ferror (f) || fclose (f) != 0; | |
5464f5a1 | 2171 | |
81ecdfbb RW |
2172 | ; |
2173 | return 0; | |
2174 | } | |
2175 | _ACEOF | |
2176 | if ac_fn_c_try_run "$LINENO"; then : | |
2177 | echo >>conftest.val; read $3 <conftest.val; ac_retval=0 | |
2178 | else | |
2179 | ac_retval=1 | |
2180 | fi | |
2181 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ | |
2182 | conftest.$ac_objext conftest.beam conftest.$ac_ext | |
2183 | rm -f conftest.val | |
7357c5b6 | 2184 | |
81ecdfbb | 2185 | fi |
d0ac1c44 SM |
2186 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
2187 | as_fn_set_status $ac_retval | |
7357c5b6 | 2188 | |
81ecdfbb | 2189 | } # ac_fn_c_compute_int |
7357c5b6 | 2190 | |
d0ac1c44 SM |
2191 | # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES |
2192 | # --------------------------------------------- | |
2193 | # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR | |
2194 | # accordingly. | |
81ecdfbb RW |
2195 | ac_fn_c_check_decl () |
2196 | { | |
2197 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
360cfc9c AM |
2198 | as_decl_name=`echo $2|sed 's/ *(.*//'` |
2199 | as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` | |
2200 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 | |
2201 | $as_echo_n "checking whether $as_decl_name is declared... " >&6; } | |
d0ac1c44 | 2202 | if eval \${$3+:} false; then : |
81ecdfbb RW |
2203 | $as_echo_n "(cached) " >&6 |
2204 | else | |
2205 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
2206 | /* end confdefs.h. */ | |
2207 | $4 | |
2208 | int | |
2209 | main () | |
2210 | { | |
360cfc9c AM |
2211 | #ifndef $as_decl_name |
2212 | #ifdef __cplusplus | |
2213 | (void) $as_decl_use; | |
2214 | #else | |
2215 | (void) $as_decl_name; | |
2216 | #endif | |
81ecdfbb | 2217 | #endif |
5464f5a1 | 2218 | |
81ecdfbb RW |
2219 | ; |
2220 | return 0; | |
2221 | } | |
2222 | _ACEOF | |
2223 | if ac_fn_c_try_compile "$LINENO"; then : | |
2224 | eval "$3=yes" | |
2225 | else | |
2226 | eval "$3=no" | |
5464f5a1 | 2227 | fi |
81ecdfbb RW |
2228 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
2229 | fi | |
2230 | eval ac_res=\$$3 | |
2231 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
2232 | $as_echo "$ac_res" >&6; } | |
d0ac1c44 | 2233 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
5464f5a1 | 2234 | |
81ecdfbb RW |
2235 | } # ac_fn_c_check_decl |
2236 | cat >config.log <<_ACEOF | |
2237 | This file contains any messages produced by compilers while | |
2238 | running configure, to aid debugging if configure makes a mistake. | |
5464f5a1 | 2239 | |
bb695960 | 2240 | It was created by bfd $as_me 2.33.50, which was |
d0ac1c44 | 2241 | generated by GNU Autoconf 2.69. Invocation command line was |
5464f5a1 | 2242 | |
81ecdfbb | 2243 | $ $0 $@ |
5464f5a1 | 2244 | |
81ecdfbb RW |
2245 | _ACEOF |
2246 | exec 5>>config.log | |
2247 | { | |
2248 | cat <<_ASUNAME | |
2249 | ## --------- ## | |
2250 | ## Platform. ## | |
2251 | ## --------- ## | |
5464f5a1 | 2252 | |
81ecdfbb RW |
2253 | hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` |
2254 | uname -m = `(uname -m) 2>/dev/null || echo unknown` | |
2255 | uname -r = `(uname -r) 2>/dev/null || echo unknown` | |
2256 | uname -s = `(uname -s) 2>/dev/null || echo unknown` | |
2257 | uname -v = `(uname -v) 2>/dev/null || echo unknown` | |
5464f5a1 | 2258 | |
81ecdfbb RW |
2259 | /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` |
2260 | /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` | |
5464f5a1 | 2261 | |
81ecdfbb RW |
2262 | /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` |
2263 | /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` | |
2264 | /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` | |
2265 | /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` | |
2266 | /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` | |
2267 | /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` | |
2268 | /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` | |
5464f5a1 | 2269 | |
81ecdfbb | 2270 | _ASUNAME |
5464f5a1 | 2271 | |
5464f5a1 NN |
2272 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
2273 | for as_dir in $PATH | |
2274 | do | |
2275 | IFS=$as_save_IFS | |
2276 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2277 | $as_echo "PATH: $as_dir" |
2278 | done | |
2279 | IFS=$as_save_IFS | |
5464f5a1 | 2280 | |
81ecdfbb | 2281 | } >&5 |
5464f5a1 | 2282 | |
81ecdfbb | 2283 | cat >&5 <<_ACEOF |
5464f5a1 | 2284 | |
5464f5a1 | 2285 | |
81ecdfbb RW |
2286 | ## ----------- ## |
2287 | ## Core tests. ## | |
2288 | ## ----------- ## | |
5464f5a1 | 2289 | |
81ecdfbb RW |
2290 | _ACEOF |
2291 | ||
2292 | ||
2293 | # Keep a trace of the command line. | |
2294 | # Strip out --no-create and --no-recursion so they do not pile up. | |
2295 | # Strip out --silent because we don't want to record it for future runs. | |
2296 | # Also quote any args containing shell meta-characters. | |
2297 | # Make two passes to allow for proper duplicate-argument suppression. | |
2298 | ac_configure_args= | |
2299 | ac_configure_args0= | |
2300 | ac_configure_args1= | |
2301 | ac_must_keep_next=false | |
2302 | for ac_pass in 1 2 | |
2303 | do | |
2304 | for ac_arg | |
2305 | do | |
2306 | case $ac_arg in | |
2307 | -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; | |
2308 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
2309 | | -silent | --silent | --silen | --sile | --sil) | |
2310 | continue ;; | |
2311 | *\'*) | |
2312 | ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; | |
2313 | esac | |
2314 | case $ac_pass in | |
2315 | 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; | |
2316 | 2) | |
2317 | as_fn_append ac_configure_args1 " '$ac_arg'" | |
2318 | if test $ac_must_keep_next = true; then | |
2319 | ac_must_keep_next=false # Got value, back to normal. | |
2320 | else | |
2321 | case $ac_arg in | |
2322 | *=* | --config-cache | -C | -disable-* | --disable-* \ | |
2323 | | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | |
2324 | | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | |
2325 | | -with-* | --with-* | -without-* | --without-* | --x) | |
2326 | case "$ac_configure_args0 " in | |
2327 | "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; | |
2328 | esac | |
2329 | ;; | |
2330 | -* ) ac_must_keep_next=true ;; | |
2331 | esac | |
2332 | fi | |
2333 | as_fn_append ac_configure_args " '$ac_arg'" | |
2334 | ;; | |
2335 | esac | |
2336 | done | |
2337 | done | |
2338 | { ac_configure_args0=; unset ac_configure_args0;} | |
2339 | { ac_configure_args1=; unset ac_configure_args1;} | |
2340 | ||
2341 | # When interrupted or exit'd, cleanup temporary files, and complete | |
2342 | # config.log. We remove comments because anyway the quotes in there | |
2343 | # would cause problems or look ugly. | |
2344 | # WARNING: Use '\'' to represent an apostrophe within the trap. | |
2345 | # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. | |
2346 | trap 'exit_status=$? | |
2347 | # Save into config.log some information that might help in debugging. | |
2348 | { | |
2349 | echo | |
2350 | ||
d0ac1c44 | 2351 | $as_echo "## ---------------- ## |
81ecdfbb | 2352 | ## Cache variables. ## |
d0ac1c44 | 2353 | ## ---------------- ##" |
81ecdfbb RW |
2354 | echo |
2355 | # The following way of writing the cache mishandles newlines in values, | |
2356 | ( | |
2357 | for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do | |
2358 | eval ac_val=\$$ac_var | |
2359 | case $ac_val in #( | |
2360 | *${as_nl}*) | |
2361 | case $ac_var in #( | |
2362 | *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 | |
2363 | $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |
2364 | esac | |
2365 | case $ac_var in #( | |
2366 | _ | IFS | as_nl) ;; #( | |
2367 | BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( | |
2368 | *) { eval $ac_var=; unset $ac_var;} ;; | |
2369 | esac ;; | |
2370 | esac | |
2371 | done | |
2372 | (set) 2>&1 | | |
2373 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( | |
2374 | *${as_nl}ac_space=\ *) | |
2375 | sed -n \ | |
2376 | "s/'\''/'\''\\\\'\'''\''/g; | |
2377 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" | |
2378 | ;; #( | |
2379 | *) | |
2380 | sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" | |
2381 | ;; | |
2382 | esac | | |
2383 | sort | |
2384 | ) | |
2385 | echo | |
2386 | ||
d0ac1c44 | 2387 | $as_echo "## ----------------- ## |
81ecdfbb | 2388 | ## Output variables. ## |
d0ac1c44 | 2389 | ## ----------------- ##" |
81ecdfbb RW |
2390 | echo |
2391 | for ac_var in $ac_subst_vars | |
2392 | do | |
2393 | eval ac_val=\$$ac_var | |
2394 | case $ac_val in | |
2395 | *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; | |
2396 | esac | |
2397 | $as_echo "$ac_var='\''$ac_val'\''" | |
2398 | done | sort | |
2399 | echo | |
2400 | ||
2401 | if test -n "$ac_subst_files"; then | |
d0ac1c44 | 2402 | $as_echo "## ------------------- ## |
81ecdfbb | 2403 | ## File substitutions. ## |
d0ac1c44 | 2404 | ## ------------------- ##" |
81ecdfbb RW |
2405 | echo |
2406 | for ac_var in $ac_subst_files | |
2407 | do | |
2408 | eval ac_val=\$$ac_var | |
2409 | case $ac_val in | |
2410 | *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; | |
2411 | esac | |
2412 | $as_echo "$ac_var='\''$ac_val'\''" | |
2413 | done | sort | |
2414 | echo | |
2415 | fi | |
2416 | ||
2417 | if test -s confdefs.h; then | |
d0ac1c44 | 2418 | $as_echo "## ----------- ## |
81ecdfbb | 2419 | ## confdefs.h. ## |
d0ac1c44 | 2420 | ## ----------- ##" |
81ecdfbb RW |
2421 | echo |
2422 | cat confdefs.h | |
2423 | echo | |
2424 | fi | |
2425 | test "$ac_signal" != 0 && | |
2426 | $as_echo "$as_me: caught signal $ac_signal" | |
2427 | $as_echo "$as_me: exit $exit_status" | |
2428 | } >&5 | |
2429 | rm -f core *.core core.conftest.* && | |
2430 | rm -f -r conftest* confdefs* conf$$* $ac_clean_files && | |
2431 | exit $exit_status | |
2432 | ' 0 | |
2433 | for ac_signal in 1 2 13 15; do | |
2434 | trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal | |
2435 | done | |
2436 | ac_signal=0 | |
2437 | ||
2438 | # confdefs.h avoids OS command line length limits that DEFS can exceed. | |
2439 | rm -f -r conftest* confdefs.h | |
2440 | ||
2441 | $as_echo "/* confdefs.h */" > confdefs.h | |
2442 | ||
2443 | # Predefined preprocessor variables. | |
2444 | ||
2445 | cat >>confdefs.h <<_ACEOF | |
2446 | #define PACKAGE_NAME "$PACKAGE_NAME" | |
2447 | _ACEOF | |
2448 | ||
2449 | cat >>confdefs.h <<_ACEOF | |
2450 | #define PACKAGE_TARNAME "$PACKAGE_TARNAME" | |
2451 | _ACEOF | |
2452 | ||
2453 | cat >>confdefs.h <<_ACEOF | |
2454 | #define PACKAGE_VERSION "$PACKAGE_VERSION" | |
2455 | _ACEOF | |
2456 | ||
2457 | cat >>confdefs.h <<_ACEOF | |
2458 | #define PACKAGE_STRING "$PACKAGE_STRING" | |
2459 | _ACEOF | |
2460 | ||
2461 | cat >>confdefs.h <<_ACEOF | |
2462 | #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" | |
2463 | _ACEOF | |
2464 | ||
2465 | cat >>confdefs.h <<_ACEOF | |
2466 | #define PACKAGE_URL "$PACKAGE_URL" | |
2467 | _ACEOF | |
2468 | ||
2469 | ||
2470 | # Let the site file select an alternate cache file if it wants to. | |
2471 | # Prefer an explicitly selected file to automatically selected ones. | |
2472 | ac_site_file1=NONE | |
2473 | ac_site_file2=NONE | |
2474 | if test -n "$CONFIG_SITE"; then | |
d0ac1c44 SM |
2475 | # We do not want a PATH search for config.site. |
2476 | case $CONFIG_SITE in #(( | |
2477 | -*) ac_site_file1=./$CONFIG_SITE;; | |
2478 | */*) ac_site_file1=$CONFIG_SITE;; | |
2479 | *) ac_site_file1=./$CONFIG_SITE;; | |
2480 | esac | |
81ecdfbb RW |
2481 | elif test "x$prefix" != xNONE; then |
2482 | ac_site_file1=$prefix/share/config.site | |
2483 | ac_site_file2=$prefix/etc/config.site | |
2484 | else | |
2485 | ac_site_file1=$ac_default_prefix/share/config.site | |
2486 | ac_site_file2=$ac_default_prefix/etc/config.site | |
2487 | fi | |
2488 | for ac_site_file in "$ac_site_file1" "$ac_site_file2" | |
2489 | do | |
2490 | test "x$ac_site_file" = xNONE && continue | |
d0ac1c44 | 2491 | if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then |
81ecdfbb RW |
2492 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
2493 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} | |
2494 | sed 's/^/| /' "$ac_site_file" >&5 | |
d0ac1c44 SM |
2495 | . "$ac_site_file" \ |
2496 | || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
2497 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
2498 | as_fn_error $? "failed to load site script $ac_site_file | |
2499 | See \`config.log' for more details" "$LINENO" 5; } | |
81ecdfbb RW |
2500 | fi |
2501 | done | |
2502 | ||
2503 | if test -r "$cache_file"; then | |
d0ac1c44 SM |
2504 | # Some versions of bash will fail to source /dev/null (special files |
2505 | # actually), so we avoid doing that. DJGPP emulates it as a regular file. | |
2506 | if test /dev/null != "$cache_file" && test -f "$cache_file"; then | |
81ecdfbb RW |
2507 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 |
2508 | $as_echo "$as_me: loading cache $cache_file" >&6;} | |
2509 | case $cache_file in | |
2510 | [\\/]* | ?:[\\/]* ) . "$cache_file";; | |
2511 | *) . "./$cache_file";; | |
2512 | esac | |
2513 | fi | |
2514 | else | |
2515 | { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 | |
2516 | $as_echo "$as_me: creating cache $cache_file" >&6;} | |
2517 | >$cache_file | |
2518 | fi | |
2519 | ||
d0ac1c44 SM |
2520 | as_fn_append ac_header_list " stdlib.h" |
2521 | as_fn_append ac_header_list " unistd.h" | |
2522 | as_fn_append ac_header_list " sys/param.h" | |
81ecdfbb RW |
2523 | # Check that the precious variables saved in the cache have kept the same |
2524 | # value. | |
2525 | ac_cache_corrupted=false | |
2526 | for ac_var in $ac_precious_vars; do | |
2527 | eval ac_old_set=\$ac_cv_env_${ac_var}_set | |
2528 | eval ac_new_set=\$ac_env_${ac_var}_set | |
2529 | eval ac_old_val=\$ac_cv_env_${ac_var}_value | |
2530 | eval ac_new_val=\$ac_env_${ac_var}_value | |
2531 | case $ac_old_set,$ac_new_set in | |
2532 | set,) | |
2533 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 | |
2534 | $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} | |
2535 | ac_cache_corrupted=: ;; | |
2536 | ,set) | |
2537 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 | |
2538 | $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} | |
2539 | ac_cache_corrupted=: ;; | |
2540 | ,);; | |
2541 | *) | |
2542 | if test "x$ac_old_val" != "x$ac_new_val"; then | |
2543 | # differences in whitespace do not lead to failure. | |
2544 | ac_old_val_w=`echo x $ac_old_val` | |
2545 | ac_new_val_w=`echo x $ac_new_val` | |
2546 | if test "$ac_old_val_w" != "$ac_new_val_w"; then | |
2547 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 | |
2548 | $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} | |
2549 | ac_cache_corrupted=: | |
2550 | else | |
2551 | { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 | |
2552 | $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} | |
2553 | eval $ac_var=\$ac_old_val | |
2554 | fi | |
2555 | { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 | |
2556 | $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} | |
2557 | { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 | |
2558 | $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} | |
2559 | fi;; | |
2560 | esac | |
2561 | # Pass precious variables to config.status. | |
2562 | if test "$ac_new_set" = set; then | |
2563 | case $ac_new_val in | |
2564 | *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; | |
2565 | *) ac_arg=$ac_var=$ac_new_val ;; | |
2566 | esac | |
2567 | case " $ac_configure_args " in | |
2568 | *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. | |
2569 | *) as_fn_append ac_configure_args " '$ac_arg'" ;; | |
2570 | esac | |
5464f5a1 NN |
2571 | fi |
2572 | done | |
81ecdfbb RW |
2573 | if $ac_cache_corrupted; then |
2574 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
2575 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
2576 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 | |
2577 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} | |
d0ac1c44 | 2578 | as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 |
81ecdfbb RW |
2579 | fi |
2580 | ## -------------------- ## | |
2581 | ## Main body of script. ## | |
2582 | ## -------------------- ## | |
2583 | ||
2584 | ac_ext=c | |
2585 | ac_cpp='$CPP $CPPFLAGS' | |
2586 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
2587 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
2588 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
2589 | ||
2590 | ||
2591 | ||
2592 | ||
2593 | ||
2594 | ||
2595 | ||
2596 | ac_aux_dir= | |
2597 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do | |
d0ac1c44 SM |
2598 | if test -f "$ac_dir/install-sh"; then |
2599 | ac_aux_dir=$ac_dir | |
2600 | ac_install_sh="$ac_aux_dir/install-sh -c" | |
2601 | break | |
2602 | elif test -f "$ac_dir/install.sh"; then | |
2603 | ac_aux_dir=$ac_dir | |
2604 | ac_install_sh="$ac_aux_dir/install.sh -c" | |
2605 | break | |
2606 | elif test -f "$ac_dir/shtool"; then | |
2607 | ac_aux_dir=$ac_dir | |
2608 | ac_install_sh="$ac_aux_dir/shtool install -c" | |
2609 | break | |
2610 | fi | |
5464f5a1 | 2611 | done |
81ecdfbb | 2612 | if test -z "$ac_aux_dir"; then |
d0ac1c44 | 2613 | as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 |
81ecdfbb RW |
2614 | fi |
2615 | ||
2616 | # These three variables are undocumented and unsupported, | |
2617 | # and are intended to be withdrawn in a future Autoconf release. | |
2618 | # They can cause serious problems if a builder's source tree is in a directory | |
2619 | # whose full name contains unusual characters. | |
2620 | ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. | |
2621 | ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. | |
2622 | ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. | |
2623 | ||
2624 | ||
2625 | # Make sure we can run config.sub. | |
2626 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || | |
d0ac1c44 | 2627 | as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 |
81ecdfbb RW |
2628 | |
2629 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 | |
2630 | $as_echo_n "checking build system type... " >&6; } | |
d0ac1c44 | 2631 | if ${ac_cv_build+:} false; then : |
81ecdfbb RW |
2632 | $as_echo_n "(cached) " >&6 |
2633 | else | |
2634 | ac_build_alias=$build_alias | |
2635 | test "x$ac_build_alias" = x && | |
2636 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` | |
2637 | test "x$ac_build_alias" = x && | |
d0ac1c44 | 2638 | as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 |
81ecdfbb | 2639 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || |
d0ac1c44 | 2640 | as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 |
81ecdfbb RW |
2641 | |
2642 | fi | |
2643 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 | |
2644 | $as_echo "$ac_cv_build" >&6; } | |
2645 | case $ac_cv_build in | |
2646 | *-*-*) ;; | |
d0ac1c44 | 2647 | *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; |
81ecdfbb RW |
2648 | esac |
2649 | build=$ac_cv_build | |
2650 | ac_save_IFS=$IFS; IFS='-' | |
2651 | set x $ac_cv_build | |
2652 | shift | |
2653 | build_cpu=$1 | |
2654 | build_vendor=$2 | |
2655 | shift; shift | |
2656 | # Remember, the first character of IFS is used to create $*, | |
2657 | # except with old shells: | |
2658 | build_os=$* | |
2659 | IFS=$ac_save_IFS | |
2660 | case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac | |
5464f5a1 | 2661 | |
81ecdfbb RW |
2662 | |
2663 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 | |
2664 | $as_echo_n "checking host system type... " >&6; } | |
d0ac1c44 | 2665 | if ${ac_cv_host+:} false; then : |
81ecdfbb RW |
2666 | $as_echo_n "(cached) " >&6 |
2667 | else | |
2668 | if test "x$host_alias" = x; then | |
2669 | ac_cv_host=$ac_cv_build | |
2670 | else | |
2671 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || | |
d0ac1c44 | 2672 | as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 |
5464f5a1 | 2673 | fi |
81ecdfbb | 2674 | |
5464f5a1 | 2675 | fi |
81ecdfbb RW |
2676 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 |
2677 | $as_echo "$ac_cv_host" >&6; } | |
2678 | case $ac_cv_host in | |
2679 | *-*-*) ;; | |
d0ac1c44 | 2680 | *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; |
81ecdfbb RW |
2681 | esac |
2682 | host=$ac_cv_host | |
2683 | ac_save_IFS=$IFS; IFS='-' | |
2684 | set x $ac_cv_host | |
2685 | shift | |
2686 | host_cpu=$1 | |
2687 | host_vendor=$2 | |
2688 | shift; shift | |
2689 | # Remember, the first character of IFS is used to create $*, | |
2690 | # except with old shells: | |
2691 | host_os=$* | |
2692 | IFS=$ac_save_IFS | |
2693 | case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac | |
2694 | ||
2695 | ||
2696 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5 | |
2697 | $as_echo_n "checking target system type... " >&6; } | |
d0ac1c44 | 2698 | if ${ac_cv_target+:} false; then : |
81ecdfbb | 2699 | $as_echo_n "(cached) " >&6 |
5464f5a1 | 2700 | else |
81ecdfbb RW |
2701 | if test "x$target_alias" = x; then |
2702 | ac_cv_target=$ac_cv_host | |
2703 | else | |
2704 | ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || | |
d0ac1c44 | 2705 | as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 |
5464f5a1 NN |
2706 | fi |
2707 | ||
2708 | fi | |
81ecdfbb RW |
2709 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5 |
2710 | $as_echo "$ac_cv_target" >&6; } | |
2711 | case $ac_cv_target in | |
2712 | *-*-*) ;; | |
d0ac1c44 | 2713 | *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;; |
81ecdfbb RW |
2714 | esac |
2715 | target=$ac_cv_target | |
2716 | ac_save_IFS=$IFS; IFS='-' | |
2717 | set x $ac_cv_target | |
2718 | shift | |
2719 | target_cpu=$1 | |
2720 | target_vendor=$2 | |
2721 | shift; shift | |
2722 | # Remember, the first character of IFS is used to create $*, | |
2723 | # except with old shells: | |
2724 | target_os=$* | |
2725 | IFS=$ac_save_IFS | |
2726 | case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac | |
2727 | ||
2728 | ||
2729 | # The aliases save the names the user supplied, while $host etc. | |
2730 | # will get canonicalized. | |
2731 | test -n "$target_alias" && | |
2732 | test "$program_prefix$program_suffix$program_transform_name" = \ | |
2733 | NONENONEs,x,x, && | |
2734 | program_prefix=${target_alias}- | |
d0ac1c44 SM |
2735 | # Expand $ac_aux_dir to an absolute path. |
2736 | am_aux_dir=`cd "$ac_aux_dir" && pwd` | |
2737 | ||
81ecdfbb RW |
2738 | ac_ext=c |
2739 | ac_cpp='$CPP $CPPFLAGS' | |
2740 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
2741 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
2742 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
2743 | if test -n "$ac_tool_prefix"; then | |
2744 | # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | |
2745 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 | |
2746 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
2747 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 2748 | if ${ac_cv_prog_CC+:} false; then : |
81ecdfbb | 2749 | $as_echo_n "(cached) " >&6 |
5464f5a1 | 2750 | else |
81ecdfbb RW |
2751 | if test -n "$CC"; then |
2752 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
5464f5a1 NN |
2753 | else |
2754 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2755 | for as_dir in $PATH | |
2756 | do | |
2757 | IFS=$as_save_IFS | |
2758 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 2759 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 2760 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
81ecdfbb RW |
2761 | ac_cv_prog_CC="${ac_tool_prefix}gcc" |
2762 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
5464f5a1 NN |
2763 | break 2 |
2764 | fi | |
2765 | done | |
81ecdfbb RW |
2766 | done |
2767 | IFS=$as_save_IFS | |
5464f5a1 NN |
2768 | |
2769 | fi | |
2770 | fi | |
81ecdfbb RW |
2771 | CC=$ac_cv_prog_CC |
2772 | if test -n "$CC"; then | |
2773 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 | |
2774 | $as_echo "$CC" >&6; } | |
5464f5a1 | 2775 | else |
81ecdfbb RW |
2776 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2777 | $as_echo "no" >&6; } | |
5464f5a1 NN |
2778 | fi |
2779 | ||
81ecdfbb RW |
2780 | |
2781 | fi | |
2782 | if test -z "$ac_cv_prog_CC"; then | |
2783 | ac_ct_CC=$CC | |
2784 | # Extract the first word of "gcc", so it can be a program name with args. | |
2785 | set dummy gcc; ac_word=$2 | |
2786 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
2787 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 2788 | if ${ac_cv_prog_ac_ct_CC+:} false; then : |
81ecdfbb RW |
2789 | $as_echo_n "(cached) " >&6 |
2790 | else | |
2791 | if test -n "$ac_ct_CC"; then | |
2792 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
2793 | else | |
2794 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2795 | for as_dir in $PATH | |
2796 | do | |
2797 | IFS=$as_save_IFS | |
2798 | test -z "$as_dir" && as_dir=. | |
2799 | for ac_exec_ext in '' $ac_executable_extensions; do | |
d0ac1c44 | 2800 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
81ecdfbb RW |
2801 | ac_cv_prog_ac_ct_CC="gcc" |
2802 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
2803 | break 2 | |
2804 | fi | |
2805 | done | |
2806 | done | |
2807 | IFS=$as_save_IFS | |
2808 | ||
2809 | fi | |
2810 | fi | |
2811 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
2812 | if test -n "$ac_ct_CC"; then | |
2813 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 | |
2814 | $as_echo "$ac_ct_CC" >&6; } | |
2815 | else | |
2816 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
2817 | $as_echo "no" >&6; } | |
2818 | fi | |
2819 | ||
2820 | if test "x$ac_ct_CC" = x; then | |
2821 | CC="" | |
2822 | else | |
2823 | case $cross_compiling:$ac_tool_warned in | |
2824 | yes:) | |
2825 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
2826 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
2827 | ac_tool_warned=yes ;; | |
2828 | esac | |
2829 | CC=$ac_ct_CC | |
2830 | fi | |
2831 | else | |
2832 | CC="$ac_cv_prog_CC" | |
2833 | fi | |
2834 | ||
2835 | if test -z "$CC"; then | |
2836 | if test -n "$ac_tool_prefix"; then | |
2837 | # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | |
2838 | set dummy ${ac_tool_prefix}cc; ac_word=$2 | |
2839 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
2840 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 2841 | if ${ac_cv_prog_CC+:} false; then : |
81ecdfbb RW |
2842 | $as_echo_n "(cached) " >&6 |
2843 | else | |
2844 | if test -n "$CC"; then | |
2845 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
2846 | else | |
2847 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2848 | for as_dir in $PATH | |
2849 | do | |
2850 | IFS=$as_save_IFS | |
2851 | test -z "$as_dir" && as_dir=. | |
2852 | for ac_exec_ext in '' $ac_executable_extensions; do | |
d0ac1c44 | 2853 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
81ecdfbb RW |
2854 | ac_cv_prog_CC="${ac_tool_prefix}cc" |
2855 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
2856 | break 2 | |
2857 | fi | |
2858 | done | |
2859 | done | |
2860 | IFS=$as_save_IFS | |
2861 | ||
5464f5a1 | 2862 | fi |
81ecdfbb RW |
2863 | fi |
2864 | CC=$ac_cv_prog_CC | |
2865 | if test -n "$CC"; then | |
2866 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 | |
2867 | $as_echo "$CC" >&6; } | |
2868 | else | |
2869 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
2870 | $as_echo "no" >&6; } | |
2871 | fi | |
2872 | ||
5464f5a1 | 2873 | |
81ecdfbb | 2874 | fi |
5464f5a1 NN |
2875 | fi |
2876 | if test -z "$CC"; then | |
2877 | # Extract the first word of "cc", so it can be a program name with args. | |
2878 | set dummy cc; ac_word=$2 | |
81ecdfbb RW |
2879 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2880 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 2881 | if ${ac_cv_prog_CC+:} false; then : |
81ecdfbb | 2882 | $as_echo_n "(cached) " >&6 |
5464f5a1 NN |
2883 | else |
2884 | if test -n "$CC"; then | |
2885 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
2886 | else | |
2887 | ac_prog_rejected=no | |
2888 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2889 | for as_dir in $PATH | |
2890 | do | |
2891 | IFS=$as_save_IFS | |
2892 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 2893 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 2894 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
5464f5a1 NN |
2895 | if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
2896 | ac_prog_rejected=yes | |
2897 | continue | |
2898 | fi | |
2899 | ac_cv_prog_CC="cc" | |
81ecdfbb | 2900 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5464f5a1 NN |
2901 | break 2 |
2902 | fi | |
2903 | done | |
81ecdfbb RW |
2904 | done |
2905 | IFS=$as_save_IFS | |
5464f5a1 NN |
2906 | |
2907 | if test $ac_prog_rejected = yes; then | |
2908 | # We found a bogon in the path, so make sure we never use it. | |
2909 | set dummy $ac_cv_prog_CC | |
2910 | shift | |
2911 | if test $# != 0; then | |
2912 | # We chose a different compiler from the bogus one. | |
2913 | # However, it has the same basename, so the bogon will be chosen | |
2914 | # first if we set CC to just the basename; use the full file name. | |
2915 | shift | |
2916 | ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" | |
2917 | fi | |
2918 | fi | |
2919 | fi | |
2920 | fi | |
2921 | CC=$ac_cv_prog_CC | |
2922 | if test -n "$CC"; then | |
81ecdfbb RW |
2923 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
2924 | $as_echo "$CC" >&6; } | |
5464f5a1 | 2925 | else |
81ecdfbb RW |
2926 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2927 | $as_echo "no" >&6; } | |
5464f5a1 NN |
2928 | fi |
2929 | ||
81ecdfbb | 2930 | |
5464f5a1 NN |
2931 | fi |
2932 | if test -z "$CC"; then | |
2933 | if test -n "$ac_tool_prefix"; then | |
81ecdfbb | 2934 | for ac_prog in cl.exe |
5464f5a1 NN |
2935 | do |
2936 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
2937 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
81ecdfbb RW |
2938 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2939 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 2940 | if ${ac_cv_prog_CC+:} false; then : |
81ecdfbb | 2941 | $as_echo_n "(cached) " >&6 |
5464f5a1 NN |
2942 | else |
2943 | if test -n "$CC"; then | |
2944 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
2945 | else | |
2946 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2947 | for as_dir in $PATH | |
2948 | do | |
2949 | IFS=$as_save_IFS | |
2950 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 2951 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 2952 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
5464f5a1 | 2953 | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
81ecdfbb | 2954 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5464f5a1 NN |
2955 | break 2 |
2956 | fi | |
2957 | done | |
81ecdfbb RW |
2958 | done |
2959 | IFS=$as_save_IFS | |
5464f5a1 NN |
2960 | |
2961 | fi | |
2962 | fi | |
2963 | CC=$ac_cv_prog_CC | |
2964 | if test -n "$CC"; then | |
81ecdfbb RW |
2965 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
2966 | $as_echo "$CC" >&6; } | |
5464f5a1 | 2967 | else |
81ecdfbb RW |
2968 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2969 | $as_echo "no" >&6; } | |
5464f5a1 NN |
2970 | fi |
2971 | ||
81ecdfbb | 2972 | |
5464f5a1 NN |
2973 | test -n "$CC" && break |
2974 | done | |
2975 | fi | |
2976 | if test -z "$CC"; then | |
2977 | ac_ct_CC=$CC | |
81ecdfbb | 2978 | for ac_prog in cl.exe |
5464f5a1 NN |
2979 | do |
2980 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
2981 | set dummy $ac_prog; ac_word=$2 | |
81ecdfbb RW |
2982 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2983 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 2984 | if ${ac_cv_prog_ac_ct_CC+:} false; then : |
81ecdfbb | 2985 | $as_echo_n "(cached) " >&6 |
5464f5a1 NN |
2986 | else |
2987 | if test -n "$ac_ct_CC"; then | |
2988 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
2989 | else | |
2990 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2991 | for as_dir in $PATH | |
2992 | do | |
2993 | IFS=$as_save_IFS | |
2994 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 2995 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 2996 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
5464f5a1 | 2997 | ac_cv_prog_ac_ct_CC="$ac_prog" |
81ecdfbb | 2998 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5464f5a1 NN |
2999 | break 2 |
3000 | fi | |
3001 | done | |
81ecdfbb RW |
3002 | done |
3003 | IFS=$as_save_IFS | |
5464f5a1 NN |
3004 | |
3005 | fi | |
3006 | fi | |
3007 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
3008 | if test -n "$ac_ct_CC"; then | |
81ecdfbb RW |
3009 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
3010 | $as_echo "$ac_ct_CC" >&6; } | |
5464f5a1 | 3011 | else |
81ecdfbb RW |
3012 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3013 | $as_echo "no" >&6; } | |
5464f5a1 NN |
3014 | fi |
3015 | ||
81ecdfbb | 3016 | |
5464f5a1 NN |
3017 | test -n "$ac_ct_CC" && break |
3018 | done | |
3019 | ||
81ecdfbb RW |
3020 | if test "x$ac_ct_CC" = x; then |
3021 | CC="" | |
3022 | else | |
3023 | case $cross_compiling:$ac_tool_warned in | |
3024 | yes:) | |
3025 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
3026 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
3027 | ac_tool_warned=yes ;; | |
3028 | esac | |
3029 | CC=$ac_ct_CC | |
3030 | fi | |
5464f5a1 NN |
3031 | fi |
3032 | ||
3033 | fi | |
3034 | ||
3035 | ||
81ecdfbb RW |
3036 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3037 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
d0ac1c44 SM |
3038 | as_fn_error $? "no acceptable C compiler found in \$PATH |
3039 | See \`config.log' for more details" "$LINENO" 5; } | |
5464f5a1 NN |
3040 | |
3041 | # Provide some information about the compiler. | |
81ecdfbb RW |
3042 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
3043 | set X $ac_compile | |
3044 | ac_compiler=$2 | |
3045 | for ac_option in --version -v -V -qversion; do | |
3046 | { { ac_try="$ac_compiler $ac_option >&5" | |
3047 | case "(($ac_try" in | |
3048 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3049 | *) ac_try_echo=$ac_try;; | |
3050 | esac | |
3051 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
3052 | $as_echo "$ac_try_echo"; } >&5 | |
3053 | (eval "$ac_compiler $ac_option >&5") 2>conftest.err | |
5464f5a1 | 3054 | ac_status=$? |
81ecdfbb RW |
3055 | if test -s conftest.err; then |
3056 | sed '10a\ | |
3057 | ... rest of stderr output deleted ... | |
3058 | 10q' conftest.err >conftest.er1 | |
3059 | cat conftest.er1 >&5 | |
81ecdfbb | 3060 | fi |
d0ac1c44 | 3061 | rm -f conftest.er1 conftest.err |
81ecdfbb RW |
3062 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3063 | test $ac_status = 0; } | |
3064 | done | |
5464f5a1 | 3065 | |
81ecdfbb | 3066 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5464f5a1 NN |
3067 | /* end confdefs.h. */ |
3068 | ||
3069 | int | |
3070 | main () | |
3071 | { | |
3072 | ||
3073 | ; | |
3074 | return 0; | |
3075 | } | |
3076 | _ACEOF | |
3077 | ac_clean_files_save=$ac_clean_files | |
d0ac1c44 | 3078 | ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" |
5464f5a1 NN |
3079 | # Try to create an executable without -o first, disregard a.out. |
3080 | # It will help us diagnose broken compilers, and finding out an intuition | |
3081 | # of exeext. | |
d0ac1c44 SM |
3082 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 |
3083 | $as_echo_n "checking whether the C compiler works... " >&6; } | |
81ecdfbb RW |
3084 | ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
3085 | ||
3086 | # The possible output files: | |
3087 | ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" | |
3088 | ||
3089 | ac_rmfiles= | |
3090 | for ac_file in $ac_files | |
3091 | do | |
3092 | case $ac_file in | |
3093 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; | |
3094 | * ) ac_rmfiles="$ac_rmfiles $ac_file";; | |
3095 | esac | |
3096 | done | |
3097 | rm -f $ac_rmfiles | |
3098 | ||
3099 | if { { ac_try="$ac_link_default" | |
3100 | case "(($ac_try" in | |
3101 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3102 | *) ac_try_echo=$ac_try;; | |
3103 | esac | |
3104 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
3105 | $as_echo "$ac_try_echo"; } >&5 | |
3106 | (eval "$ac_link_default") 2>&5 | |
3107 | ac_status=$? | |
3108 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
3109 | test $ac_status = 0; }; then : | |
3110 | # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. | |
3111 | # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' | |
3112 | # in a Makefile. We should not override ac_cv_exeext if it was cached, | |
3113 | # so that the user can short-circuit this test for compilers unknown to | |
3114 | # Autoconf. | |
3115 | for ac_file in $ac_files '' | |
5464f5a1 NN |
3116 | do |
3117 | test -f "$ac_file" || continue | |
3118 | case $ac_file in | |
81ecdfbb | 3119 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) |
5464f5a1 NN |
3120 | ;; |
3121 | [ab].out ) | |
3122 | # We found the default executable, but exeext='' is most | |
3123 | # certainly right. | |
3124 | break;; | |
3125 | *.* ) | |
81ecdfbb RW |
3126 | if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; |
3127 | then :; else | |
3128 | ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | |
3129 | fi | |
3130 | # We set ac_cv_exeext here because the later test for it is not | |
3131 | # safe: cross compilers may not add the suffix if given an `-o' | |
3132 | # argument, so we may need to know it at that point already. | |
3133 | # Even if this section looks crufty: it has the advantage of | |
3134 | # actually working. | |
5464f5a1 NN |
3135 | break;; |
3136 | * ) | |
3137 | break;; | |
3138 | esac | |
3139 | done | |
81ecdfbb RW |
3140 | test "$ac_cv_exeext" = no && ac_cv_exeext= |
3141 | ||
5464f5a1 | 3142 | else |
81ecdfbb RW |
3143 | ac_file='' |
3144 | fi | |
81ecdfbb | 3145 | if test -z "$ac_file"; then : |
d0ac1c44 SM |
3146 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3147 | $as_echo "no" >&6; } | |
3148 | $as_echo "$as_me: failed program was:" >&5 | |
5464f5a1 NN |
3149 | sed 's/^/| /' conftest.$ac_ext >&5 |
3150 | ||
81ecdfbb RW |
3151 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3152 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
d0ac1c44 SM |
3153 | as_fn_error 77 "C compiler cannot create executables |
3154 | See \`config.log' for more details" "$LINENO" 5; } | |
3155 | else | |
3156 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
3157 | $as_echo "yes" >&6; } | |
5464f5a1 | 3158 | fi |
d0ac1c44 SM |
3159 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 |
3160 | $as_echo_n "checking for C compiler default output file name... " >&6; } | |
3161 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 | |
3162 | $as_echo "$ac_file" >&6; } | |
5464f5a1 | 3163 | ac_exeext=$ac_cv_exeext |
5464f5a1 | 3164 | |
d0ac1c44 | 3165 | rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out |
5464f5a1 | 3166 | ac_clean_files=$ac_clean_files_save |
81ecdfbb RW |
3167 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 |
3168 | $as_echo_n "checking for suffix of executables... " >&6; } | |
3169 | if { { ac_try="$ac_link" | |
3170 | case "(($ac_try" in | |
3171 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3172 | *) ac_try_echo=$ac_try;; | |
3173 | esac | |
3174 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
3175 | $as_echo "$ac_try_echo"; } >&5 | |
3176 | (eval "$ac_link") 2>&5 | |
5464f5a1 | 3177 | ac_status=$? |
81ecdfbb RW |
3178 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3179 | test $ac_status = 0; }; then : | |
5464f5a1 NN |
3180 | # If both `conftest.exe' and `conftest' are `present' (well, observable) |
3181 | # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will | |
3182 | # work properly (i.e., refer to `conftest.exe'), while it won't with | |
3183 | # `rm'. | |
3184 | for ac_file in conftest.exe conftest conftest.*; do | |
3185 | test -f "$ac_file" || continue | |
3186 | case $ac_file in | |
81ecdfbb | 3187 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; |
5464f5a1 | 3188 | *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
5464f5a1 NN |
3189 | break;; |
3190 | * ) break;; | |
3191 | esac | |
3192 | done | |
3193 | else | |
81ecdfbb RW |
3194 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3195 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
d0ac1c44 SM |
3196 | as_fn_error $? "cannot compute suffix of executables: cannot compile and link |
3197 | See \`config.log' for more details" "$LINENO" 5; } | |
5464f5a1 | 3198 | fi |
d0ac1c44 | 3199 | rm -f conftest conftest$ac_cv_exeext |
81ecdfbb RW |
3200 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
3201 | $as_echo "$ac_cv_exeext" >&6; } | |
5464f5a1 NN |
3202 | |
3203 | rm -f conftest.$ac_ext | |
3204 | EXEEXT=$ac_cv_exeext | |
3205 | ac_exeext=$EXEEXT | |
d0ac1c44 SM |
3206 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3207 | /* end confdefs.h. */ | |
3208 | #include <stdio.h> | |
3209 | int | |
3210 | main () | |
3211 | { | |
3212 | FILE *f = fopen ("conftest.out", "w"); | |
3213 | return ferror (f) || fclose (f) != 0; | |
3214 | ||
3215 | ; | |
3216 | return 0; | |
3217 | } | |
3218 | _ACEOF | |
3219 | ac_clean_files="$ac_clean_files conftest.out" | |
3220 | # Check that the compiler produces executables we can run. If not, either | |
3221 | # the compiler is broken, or we cross compile. | |
3222 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 | |
3223 | $as_echo_n "checking whether we are cross compiling... " >&6; } | |
3224 | if test "$cross_compiling" != yes; then | |
3225 | { { ac_try="$ac_link" | |
3226 | case "(($ac_try" in | |
3227 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3228 | *) ac_try_echo=$ac_try;; | |
3229 | esac | |
3230 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
3231 | $as_echo "$ac_try_echo"; } >&5 | |
3232 | (eval "$ac_link") 2>&5 | |
3233 | ac_status=$? | |
3234 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
3235 | test $ac_status = 0; } | |
3236 | if { ac_try='./conftest$ac_cv_exeext' | |
3237 | { { case "(($ac_try" in | |
3238 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3239 | *) ac_try_echo=$ac_try;; | |
3240 | esac | |
3241 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
3242 | $as_echo "$ac_try_echo"; } >&5 | |
3243 | (eval "$ac_try") 2>&5 | |
3244 | ac_status=$? | |
3245 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
3246 | test $ac_status = 0; }; }; then | |
3247 | cross_compiling=no | |
3248 | else | |
3249 | if test "$cross_compiling" = maybe; then | |
3250 | cross_compiling=yes | |
3251 | else | |
3252 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
3253 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
3254 | as_fn_error $? "cannot run C compiled programs. | |
3255 | If you meant to cross compile, use \`--host'. | |
3256 | See \`config.log' for more details" "$LINENO" 5; } | |
3257 | fi | |
3258 | fi | |
3259 | fi | |
3260 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 | |
3261 | $as_echo "$cross_compiling" >&6; } | |
3262 | ||
3263 | rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out | |
3264 | ac_clean_files=$ac_clean_files_save | |
81ecdfbb RW |
3265 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
3266 | $as_echo_n "checking for suffix of object files... " >&6; } | |
d0ac1c44 | 3267 | if ${ac_cv_objext+:} false; then : |
81ecdfbb | 3268 | $as_echo_n "(cached) " >&6 |
5464f5a1 | 3269 | else |
81ecdfbb | 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 | |
3281 | rm -f conftest.o conftest.obj | |
81ecdfbb RW |
3282 | if { { ac_try="$ac_compile" |
3283 | case "(($ac_try" in | |
3284 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3285 | *) ac_try_echo=$ac_try;; | |
3286 | esac | |
3287 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
3288 | $as_echo "$ac_try_echo"; } >&5 | |
3289 | (eval "$ac_compile") 2>&5 | |
3290 | ac_status=$? | |
3291 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
3292 | test $ac_status = 0; }; then : | |
3293 | for ac_file in conftest.o conftest.obj conftest.*; do | |
3294 | test -f "$ac_file" || continue; | |
5464f5a1 | 3295 | case $ac_file in |
81ecdfbb | 3296 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; |
5464f5a1 NN |
3297 | *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` |
3298 | break;; | |
3299 | esac | |
3300 | done | |
3301 | else | |
81ecdfbb | 3302 | $as_echo "$as_me: failed program was:" >&5 |
5464f5a1 NN |
3303 | sed 's/^/| /' conftest.$ac_ext >&5 |
3304 | ||
81ecdfbb RW |
3305 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3306 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
d0ac1c44 SM |
3307 | as_fn_error $? "cannot compute suffix of object files: cannot compile |
3308 | See \`config.log' for more details" "$LINENO" 5; } | |
5464f5a1 | 3309 | fi |
5464f5a1 NN |
3310 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
3311 | fi | |
81ecdfbb RW |
3312 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 |
3313 | $as_echo "$ac_cv_objext" >&6; } | |
5464f5a1 NN |
3314 | OBJEXT=$ac_cv_objext |
3315 | ac_objext=$OBJEXT | |
81ecdfbb RW |
3316 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
3317 | $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } | |
d0ac1c44 | 3318 | if ${ac_cv_c_compiler_gnu+:} false; then : |
81ecdfbb | 3319 | $as_echo_n "(cached) " >&6 |
5464f5a1 | 3320 | else |
81ecdfbb | 3321 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5464f5a1 NN |
3322 | /* end confdefs.h. */ |
3323 | ||
3324 | int | |
3325 | main () | |
3326 | { | |
3327 | #ifndef __GNUC__ | |
3328 | choke me | |
3329 | #endif | |
3330 | ||
3331 | ; | |
3332 | return 0; | |
3333 | } | |
3334 | _ACEOF | |
81ecdfbb | 3335 | if ac_fn_c_try_compile "$LINENO"; then : |
5464f5a1 NN |
3336 | ac_compiler_gnu=yes |
3337 | else | |
81ecdfbb | 3338 | ac_compiler_gnu=no |
5464f5a1 | 3339 | fi |
81ecdfbb | 3340 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5464f5a1 NN |
3341 | ac_cv_c_compiler_gnu=$ac_compiler_gnu |
3342 | ||
3343 | fi | |
81ecdfbb RW |
3344 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 |
3345 | $as_echo "$ac_cv_c_compiler_gnu" >&6; } | |
3346 | if test $ac_compiler_gnu = yes; then | |
3347 | GCC=yes | |
3348 | else | |
3349 | GCC= | |
3350 | fi | |
5464f5a1 NN |
3351 | ac_test_CFLAGS=${CFLAGS+set} |
3352 | ac_save_CFLAGS=$CFLAGS | |
81ecdfbb RW |
3353 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
3354 | $as_echo_n "checking whether $CC accepts -g... " >&6; } | |
d0ac1c44 | 3355 | if ${ac_cv_prog_cc_g+:} false; then : |
81ecdfbb RW |
3356 | $as_echo_n "(cached) " >&6 |
3357 | else | |
3358 | ac_save_c_werror_flag=$ac_c_werror_flag | |
3359 | ac_c_werror_flag=yes | |
3360 | ac_cv_prog_cc_g=no | |
3361 | CFLAGS="-g" | |
3362 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
5464f5a1 NN |
3363 | /* end confdefs.h. */ |
3364 | ||
3365 | int | |
3366 | main () | |
3367 | { | |
3368 | ||
3369 | ; | |
3370 | return 0; | |
3371 | } | |
3372 | _ACEOF | |
81ecdfbb | 3373 | if ac_fn_c_try_compile "$LINENO"; then : |
5464f5a1 NN |
3374 | ac_cv_prog_cc_g=yes |
3375 | else | |
81ecdfbb RW |
3376 | CFLAGS="" |
3377 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
3378 | /* end confdefs.h. */ | |
5464f5a1 | 3379 | |
81ecdfbb RW |
3380 | int |
3381 | main () | |
3382 | { | |
3383 | ||
3384 | ; | |
3385 | return 0; | |
3386 | } | |
3387 | _ACEOF | |
3388 | if ac_fn_c_try_compile "$LINENO"; then : | |
3389 | ||
3390 | else | |
3391 | ac_c_werror_flag=$ac_save_c_werror_flag | |
3392 | CFLAGS="-g" | |
3393 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
3394 | /* end confdefs.h. */ | |
3395 | ||
3396 | int | |
3397 | main () | |
3398 | { | |
3399 | ||
3400 | ; | |
3401 | return 0; | |
3402 | } | |
3403 | _ACEOF | |
3404 | if ac_fn_c_try_compile "$LINENO"; then : | |
3405 | ac_cv_prog_cc_g=yes | |
3406 | fi | |
3407 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
5464f5a1 | 3408 | fi |
81ecdfbb | 3409 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5464f5a1 | 3410 | fi |
81ecdfbb RW |
3411 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
3412 | ac_c_werror_flag=$ac_save_c_werror_flag | |
3413 | fi | |
3414 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 | |
3415 | $as_echo "$ac_cv_prog_cc_g" >&6; } | |
5464f5a1 NN |
3416 | if test "$ac_test_CFLAGS" = set; then |
3417 | CFLAGS=$ac_save_CFLAGS | |
3418 | elif test $ac_cv_prog_cc_g = yes; then | |
3419 | if test "$GCC" = yes; then | |
3420 | CFLAGS="-g -O2" | |
3421 | else | |
3422 | CFLAGS="-g" | |
3423 | fi | |
3424 | else | |
3425 | if test "$GCC" = yes; then | |
3426 | CFLAGS="-O2" | |
3427 | else | |
3428 | CFLAGS= | |
3429 | fi | |
3430 | fi | |
81ecdfbb RW |
3431 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
3432 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } | |
d0ac1c44 | 3433 | if ${ac_cv_prog_cc_c89+:} false; then : |
81ecdfbb | 3434 | $as_echo_n "(cached) " >&6 |
5464f5a1 | 3435 | else |
81ecdfbb | 3436 | ac_cv_prog_cc_c89=no |
5464f5a1 | 3437 | ac_save_CC=$CC |
81ecdfbb | 3438 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5464f5a1 NN |
3439 | /* end confdefs.h. */ |
3440 | #include <stdarg.h> | |
3441 | #include <stdio.h> | |
d0ac1c44 | 3442 | struct stat; |
5464f5a1 NN |
3443 | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
3444 | struct buf { int x; }; | |
3445 | FILE * (*rcsopen) (struct buf *, struct stat *, int); | |
3446 | static char *e (p, i) | |
3447 | char **p; | |
3448 | int i; | |
3449 | { | |
3450 | return p[i]; | |
3451 | } | |
3452 | static char *f (char * (*g) (char **, int), char **p, ...) | |
3453 | { | |
3454 | char *s; | |
3455 | va_list v; | |
3456 | va_start (v,p); | |
3457 | s = g (p, va_arg (v,int)); | |
3458 | va_end (v); | |
3459 | return s; | |
3460 | } | |
3461 | ||
3462 | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | |
3463 | function prototypes and stuff, but not '\xHH' hex character constants. | |
3464 | These don't provoke an error unfortunately, instead are silently treated | |
81ecdfbb | 3465 | as 'x'. The following induces an error, until -std is added to get |
5464f5a1 NN |
3466 | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an |
3467 | array size at least. It's necessary to write '\x00'==0 to get something | |
81ecdfbb | 3468 | that's true only with -std. */ |
5464f5a1 NN |
3469 | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; |
3470 | ||
81ecdfbb RW |
3471 | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters |
3472 | inside strings and character constants. */ | |
3473 | #define FOO(x) 'x' | |
3474 | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | |
3475 | ||
5464f5a1 NN |
3476 | int test (int i, double x); |
3477 | struct s1 {int (*f) (int a);}; | |
3478 | struct s2 {int (*f) (double a);}; | |
3479 | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | |
3480 | int argc; | |
3481 | char **argv; | |
3482 | int | |
3483 | main () | |
3484 | { | |
3485 | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | |
3486 | ; | |
3487 | return 0; | |
3488 | } | |
3489 | _ACEOF | |
81ecdfbb RW |
3490 | for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ |
3491 | -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" | |
5464f5a1 NN |
3492 | do |
3493 | CC="$ac_save_CC $ac_arg" | |
81ecdfbb RW |
3494 | if ac_fn_c_try_compile "$LINENO"; then : |
3495 | ac_cv_prog_cc_c89=$ac_arg | |
5464f5a1 | 3496 | fi |
81ecdfbb RW |
3497 | rm -f core conftest.err conftest.$ac_objext |
3498 | test "x$ac_cv_prog_cc_c89" != "xno" && break | |
5464f5a1 | 3499 | done |
81ecdfbb | 3500 | rm -f conftest.$ac_ext |
5464f5a1 NN |
3501 | CC=$ac_save_CC |
3502 | ||
3503 | fi | |
81ecdfbb RW |
3504 | # AC_CACHE_VAL |
3505 | case "x$ac_cv_prog_cc_c89" in | |
3506 | x) | |
3507 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 | |
3508 | $as_echo "none needed" >&6; } ;; | |
3509 | xno) | |
3510 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 | |
3511 | $as_echo "unsupported" >&6; } ;; | |
5464f5a1 | 3512 | *) |
81ecdfbb RW |
3513 | CC="$CC $ac_cv_prog_cc_c89" |
3514 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 | |
3515 | $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; | |
5464f5a1 | 3516 | esac |
81ecdfbb | 3517 | if test "x$ac_cv_prog_cc_c89" != xno; then : |
5464f5a1 NN |
3518 | |
3519 | fi | |
5464f5a1 | 3520 | |
5464f5a1 NN |
3521 | ac_ext=c |
3522 | ac_cpp='$CPP $CPPFLAGS' | |
3523 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
3524 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
3525 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
3526 | ||
d0ac1c44 SM |
3527 | ac_ext=c |
3528 | ac_cpp='$CPP $CPPFLAGS' | |
3529 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
3530 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
3531 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
3532 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 | |
3533 | $as_echo_n "checking whether $CC understands -c and -o together... " >&6; } | |
3534 | if ${am_cv_prog_cc_c_o+:} false; then : | |
3535 | $as_echo_n "(cached) " >&6 | |
3536 | else | |
3537 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
3538 | /* end confdefs.h. */ | |
3539 | ||
3540 | int | |
3541 | main () | |
3542 | { | |
3543 | ||
3544 | ; | |
3545 | return 0; | |
3546 | } | |
3547 | _ACEOF | |
3548 | # Make sure it works both with $CC and with simple cc. | |
3549 | # Following AC_PROG_CC_C_O, we do the test twice because some | |
3550 | # compilers refuse to overwrite an existing .o file with -o, | |
3551 | # though they will create one. | |
3552 | am_cv_prog_cc_c_o=yes | |
3553 | for am_i in 1 2; do | |
3554 | if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 | |
3555 | ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 | |
3556 | ac_status=$? | |
3557 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
3558 | (exit $ac_status); } \ | |
3559 | && test -f conftest2.$ac_objext; then | |
3560 | : OK | |
3561 | else | |
3562 | am_cv_prog_cc_c_o=no | |
3563 | break | |
3564 | fi | |
3565 | done | |
3566 | rm -f core conftest* | |
3567 | unset am_i | |
3568 | fi | |
3569 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 | |
3570 | $as_echo "$am_cv_prog_cc_c_o" >&6; } | |
3571 | if test "$am_cv_prog_cc_c_o" != yes; then | |
3572 | # Losing compiler, so override with the script. | |
3573 | # FIXME: It is wrong to rewrite CC. | |
3574 | # But if we don't then we get into trouble of one sort or another. | |
3575 | # A longer-term fix would be to have automake use am__CC in this case, | |
3576 | # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" | |
3577 | CC="$am_aux_dir/compile $CC" | |
3578 | fi | |
3579 | ac_ext=c | |
3580 | ac_cpp='$CPP $CPPFLAGS' | |
3581 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
3582 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
3583 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
3584 | ||
3585 | ||
5464f5a1 | 3586 | |
81ecdfbb RW |
3587 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5 |
3588 | $as_echo_n "checking for library containing strerror... " >&6; } | |
d0ac1c44 | 3589 | if ${ac_cv_search_strerror+:} false; then : |
81ecdfbb | 3590 | $as_echo_n "(cached) " >&6 |
5464f5a1 | 3591 | else |
f5385ebf | 3592 | ac_func_search_save_LIBS=$LIBS |
81ecdfbb | 3593 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5464f5a1 NN |
3594 | /* end confdefs.h. */ |
3595 | ||
81ecdfbb RW |
3596 | /* Override any GCC internal prototype to avoid an error. |
3597 | Use char because int might match the return type of a GCC | |
3598 | builtin and then its argument prototype would still apply. */ | |
5464f5a1 NN |
3599 | #ifdef __cplusplus |
3600 | extern "C" | |
3601 | #endif | |
5464f5a1 NN |
3602 | char strerror (); |
3603 | int | |
3604 | main () | |
3605 | { | |
81ecdfbb | 3606 | return strerror (); |
5464f5a1 NN |
3607 | ; |
3608 | return 0; | |
3609 | } | |
3610 | _ACEOF | |
81ecdfbb RW |
3611 | for ac_lib in '' cposix; do |
3612 | if test -z "$ac_lib"; then | |
3613 | ac_res="none required" | |
3614 | else | |
3615 | ac_res=-l$ac_lib | |
f5385ebf | 3616 | LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
81ecdfbb RW |
3617 | fi |
3618 | if ac_fn_c_try_link "$LINENO"; then : | |
3619 | ac_cv_search_strerror=$ac_res | |
3620 | fi | |
3621 | rm -f core conftest.err conftest.$ac_objext \ | |
3622 | conftest$ac_exeext | |
d0ac1c44 | 3623 | if ${ac_cv_search_strerror+:} false; then : |
81ecdfbb RW |
3624 | break |
3625 | fi | |
3626 | done | |
d0ac1c44 | 3627 | if ${ac_cv_search_strerror+:} false; then : |
f5385ebf | 3628 | |
f5385ebf | 3629 | else |
81ecdfbb | 3630 | ac_cv_search_strerror=no |
5464f5a1 | 3631 | fi |
81ecdfbb | 3632 | rm conftest.$ac_ext |
f5385ebf AM |
3633 | LIBS=$ac_func_search_save_LIBS |
3634 | fi | |
81ecdfbb RW |
3635 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5 |
3636 | $as_echo "$ac_cv_search_strerror" >&6; } | |
3637 | ac_res=$ac_cv_search_strerror | |
3638 | if test "$ac_res" != no; then : | |
3639 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | |
5464f5a1 | 3640 | |
f5385ebf | 3641 | fi |
5464f5a1 NN |
3642 | |
3643 | ||
d0ac1c44 | 3644 | am__api_version='1.15' |
81ecdfbb | 3645 | |
5464f5a1 NN |
3646 | # Find a good install program. We prefer a C program (faster), |
3647 | # so one script is as good as another. But avoid the broken or | |
3648 | # incompatible versions: | |
3649 | # SysV /etc/install, /usr/sbin/install | |
3650 | # SunOS /usr/etc/install | |
3651 | # IRIX /sbin/install | |
3652 | # AIX /bin/install | |
3653 | # AmigaOS /C/install, which installs bootblocks on floppy discs | |
252b5132 RH |
3654 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
3655 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args | |
3656 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
5464f5a1 | 3657 | # OS/2's system install, which has a completely different semantic |
252b5132 | 3658 | # ./install, which can be erroneously created by make from ./install.sh. |
58c85be7 | 3659 | # Reject install programs that cannot install multiple files. |
81ecdfbb RW |
3660 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 |
3661 | $as_echo_n "checking for a BSD-compatible install... " >&6; } | |
252b5132 | 3662 | if test -z "$INSTALL"; then |
d0ac1c44 | 3663 | if ${ac_cv_path_install+:} false; then : |
81ecdfbb | 3664 | $as_echo_n "(cached) " >&6 |
252b5132 | 3665 | else |
5464f5a1 NN |
3666 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3667 | for as_dir in $PATH | |
3668 | do | |
3669 | IFS=$as_save_IFS | |
3670 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
3671 | # Account for people who put trailing slashes in PATH elements. |
3672 | case $as_dir/ in #(( | |
3673 | ./ | .// | /[cC]/* | \ | |
5464f5a1 | 3674 | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ |
81ecdfbb | 3675 | ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ |
5464f5a1 NN |
3676 | /usr/ucb/* ) ;; |
3677 | *) | |
3678 | # OSF1 and SCO ODT 3.0 have their own names for install. | |
3679 | # Don't use installbsd from OSF since it installs stuff as root | |
3680 | # by default. | |
3681 | for ac_prog in ginstall scoinst install; do | |
3682 | for ac_exec_ext in '' $ac_executable_extensions; do | |
d0ac1c44 | 3683 | if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then |
252b5132 | 3684 | if test $ac_prog = install && |
5464f5a1 | 3685 | grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
252b5132 RH |
3686 | # AIX install. It has an incompatible calling convention. |
3687 | : | |
5464f5a1 NN |
3688 | elif test $ac_prog = install && |
3689 | grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
3690 | # program-specific install script used by HP pwplus--don't use. | |
3691 | : | |
252b5132 | 3692 | else |
58c85be7 RW |
3693 | rm -rf conftest.one conftest.two conftest.dir |
3694 | echo one > conftest.one | |
3695 | echo two > conftest.two | |
3696 | mkdir conftest.dir | |
3697 | if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && | |
3698 | test -s conftest.one && test -s conftest.two && | |
3699 | test -s conftest.dir/conftest.one && | |
3700 | test -s conftest.dir/conftest.two | |
3701 | then | |
3702 | ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" | |
3703 | break 3 | |
3704 | fi | |
252b5132 RH |
3705 | fi |
3706 | fi | |
3707 | done | |
5464f5a1 NN |
3708 | done |
3709 | ;; | |
3710 | esac | |
81ecdfbb RW |
3711 | |
3712 | done | |
3713 | IFS=$as_save_IFS | |
5464f5a1 | 3714 | |
58c85be7 | 3715 | rm -rf conftest.one conftest.two conftest.dir |
252b5132 RH |
3716 | |
3717 | fi | |
3718 | if test "${ac_cv_path_install+set}" = set; then | |
5464f5a1 | 3719 | INSTALL=$ac_cv_path_install |
252b5132 | 3720 | else |
58c85be7 RW |
3721 | # As a last resort, use the slow shell script. Don't cache a |
3722 | # value for INSTALL within a source directory, because that will | |
252b5132 | 3723 | # break other packages using the cache if that directory is |
58c85be7 | 3724 | # removed, or if the value is a relative name. |
5464f5a1 | 3725 | INSTALL=$ac_install_sh |
252b5132 RH |
3726 | fi |
3727 | fi | |
81ecdfbb RW |
3728 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 |
3729 | $as_echo "$INSTALL" >&6; } | |
252b5132 RH |
3730 | |
3731 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
3732 | # It thinks the first close brace ends the variable substitution. | |
3733 | test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
3734 | ||
5464f5a1 | 3735 | test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' |
252b5132 RH |
3736 | |
3737 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | |
3738 | ||
81ecdfbb RW |
3739 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 |
3740 | $as_echo_n "checking whether build environment is sane... " >&6; } | |
81ecdfbb RW |
3741 | # Reject unsafe characters in $srcdir or the absolute working directory |
3742 | # name. Accept space and tab only in the latter. | |
3743 | am_lf=' | |
3744 | ' | |
3745 | case `pwd` in | |
3746 | *[\\\"\#\$\&\'\`$am_lf]*) | |
d0ac1c44 | 3747 | as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; |
81ecdfbb RW |
3748 | esac |
3749 | case $srcdir in | |
3750 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) | |
d0ac1c44 | 3751 | as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; |
81ecdfbb RW |
3752 | esac |
3753 | ||
d0ac1c44 | 3754 | # Do 'set' in a subshell so we don't clobber the current shell's |
252b5132 RH |
3755 | # arguments. Must try -L first in case configure is actually a |
3756 | # symlink; some systems play weird games with the mod time of symlinks | |
3757 | # (eg FreeBSD returns the mod time of the symlink's containing | |
3758 | # directory). | |
3759 | if ( | |
d0ac1c44 SM |
3760 | am_has_slept=no |
3761 | for am_try in 1 2; do | |
3762 | echo "timestamp, slept: $am_has_slept" > conftest.file | |
3763 | set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` | |
3764 | if test "$*" = "X"; then | |
3765 | # -L didn't work. | |
3766 | set X `ls -t "$srcdir/configure" conftest.file` | |
3767 | fi | |
3768 | if test "$*" != "X $srcdir/configure conftest.file" \ | |
3769 | && test "$*" != "X conftest.file $srcdir/configure"; then | |
3770 | ||
3771 | # If neither matched, then we have a broken ls. This can happen | |
3772 | # if, for instance, CONFIG_SHELL is bash and it inherits a | |
3773 | # broken ls alias from the environment. This has actually | |
3774 | # happened. Such a system could not be considered "sane". | |
3775 | as_fn_error $? "ls -t appears to fail. Make sure there is not a broken | |
3776 | alias in your environment" "$LINENO" 5 | |
3777 | fi | |
3778 | if test "$2" = conftest.file || test $am_try -eq 2; then | |
3779 | break | |
3780 | fi | |
3781 | # Just in case. | |
3782 | sleep 1 | |
3783 | am_has_slept=yes | |
3784 | done | |
f5385ebf | 3785 | test "$2" = conftest.file |
252b5132 RH |
3786 | ) |
3787 | then | |
3788 | # Ok. | |
3789 | : | |
3790 | else | |
d0ac1c44 | 3791 | as_fn_error $? "newly created file is older than distributed files! |
81ecdfbb | 3792 | Check your system clock" "$LINENO" 5 |
252b5132 | 3793 | fi |
81ecdfbb RW |
3794 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
3795 | $as_echo "yes" >&6; } | |
d0ac1c44 SM |
3796 | # If we didn't sleep, we still need to ensure time stamps of config.status and |
3797 | # generated files are strictly newer. | |
3798 | am_sleep_pid= | |
3799 | if grep 'slept: no' conftest.file >/dev/null 2>&1; then | |
3800 | ( sleep 1 ) & | |
3801 | am_sleep_pid=$! | |
3802 | fi | |
3803 | ||
3804 | rm -f conftest.file | |
3805 | ||
252b5132 | 3806 | test "$program_prefix" != NONE && |
81ecdfbb | 3807 | program_transform_name="s&^&$program_prefix&;$program_transform_name" |
252b5132 RH |
3808 | # Use a double $ so make ignores it. |
3809 | test "$program_suffix" != NONE && | |
81ecdfbb RW |
3810 | program_transform_name="s&\$&$program_suffix&;$program_transform_name" |
3811 | # Double any \ or $. | |
5464f5a1 | 3812 | # By default was `s,x,x', remove it if useless. |
81ecdfbb RW |
3813 | ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' |
3814 | program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` | |
5464f5a1 | 3815 | |
81ecdfbb RW |
3816 | if test x"${MISSING+set}" != xset; then |
3817 | case $am_aux_dir in | |
3818 | *\ * | *\ *) | |
3819 | MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; | |
3820 | *) | |
3821 | MISSING="\${SHELL} $am_aux_dir/missing" ;; | |
3822 | esac | |
3823 | fi | |
f5385ebf | 3824 | # Use eval to expand $SHELL |
d0ac1c44 SM |
3825 | if eval "$MISSING --is-lightweight"; then |
3826 | am_missing_run="$MISSING " | |
f5385ebf AM |
3827 | else |
3828 | am_missing_run= | |
d0ac1c44 SM |
3829 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 |
3830 | $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} | |
81ecdfbb RW |
3831 | fi |
3832 | ||
d0ac1c44 | 3833 | if test x"${install_sh+set}" != xset; then |
81ecdfbb RW |
3834 | case $am_aux_dir in |
3835 | *\ * | *\ *) | |
3836 | install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; | |
3837 | *) | |
3838 | install_sh="\${SHELL} $am_aux_dir/install-sh" | |
3839 | esac | |
3840 | fi | |
3841 | ||
d0ac1c44 SM |
3842 | # Installed binaries are usually stripped using 'strip' when the user |
3843 | # run "make install-strip". However 'strip' might not be the right | |
81ecdfbb | 3844 | # tool to use in cross-compilation environments, therefore Automake |
d0ac1c44 | 3845 | # will honor the 'STRIP' environment variable to overrule this program. |
81ecdfbb RW |
3846 | if test "$cross_compiling" != no; then |
3847 | if test -n "$ac_tool_prefix"; then | |
3848 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | |
3849 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | |
3850 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
3851 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 3852 | if ${ac_cv_prog_STRIP+:} false; then : |
81ecdfbb RW |
3853 | $as_echo_n "(cached) " >&6 |
3854 | else | |
3855 | if test -n "$STRIP"; then | |
3856 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
3857 | else | |
3858 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3859 | for as_dir in $PATH | |
3860 | do | |
3861 | IFS=$as_save_IFS | |
3862 | test -z "$as_dir" && as_dir=. | |
3863 | for ac_exec_ext in '' $ac_executable_extensions; do | |
d0ac1c44 | 3864 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
81ecdfbb RW |
3865 | ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
3866 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
3867 | break 2 | |
3868 | fi | |
3869 | done | |
3870 | done | |
3871 | IFS=$as_save_IFS | |
3872 | ||
3873 | fi | |
3874 | fi | |
3875 | STRIP=$ac_cv_prog_STRIP | |
3876 | if test -n "$STRIP"; then | |
3877 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 | |
3878 | $as_echo "$STRIP" >&6; } | |
3879 | else | |
3880 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
3881 | $as_echo "no" >&6; } | |
3882 | fi | |
3883 | ||
3884 | ||
3885 | fi | |
3886 | if test -z "$ac_cv_prog_STRIP"; then | |
3887 | ac_ct_STRIP=$STRIP | |
3888 | # Extract the first word of "strip", so it can be a program name with args. | |
3889 | set dummy strip; ac_word=$2 | |
3890 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
3891 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 3892 | if ${ac_cv_prog_ac_ct_STRIP+:} false; then : |
81ecdfbb RW |
3893 | $as_echo_n "(cached) " >&6 |
3894 | else | |
3895 | if test -n "$ac_ct_STRIP"; then | |
3896 | ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. | |
3897 | else | |
3898 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3899 | for as_dir in $PATH | |
3900 | do | |
3901 | IFS=$as_save_IFS | |
3902 | test -z "$as_dir" && as_dir=. | |
3903 | for ac_exec_ext in '' $ac_executable_extensions; do | |
d0ac1c44 | 3904 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
81ecdfbb RW |
3905 | ac_cv_prog_ac_ct_STRIP="strip" |
3906 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
3907 | break 2 | |
3908 | fi | |
3909 | done | |
3910 | done | |
3911 | IFS=$as_save_IFS | |
3912 | ||
3913 | fi | |
3914 | fi | |
3915 | ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP | |
3916 | if test -n "$ac_ct_STRIP"; then | |
3917 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 | |
3918 | $as_echo "$ac_ct_STRIP" >&6; } | |
3919 | else | |
3920 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
3921 | $as_echo "no" >&6; } | |
3922 | fi | |
3923 | ||
3924 | if test "x$ac_ct_STRIP" = x; then | |
3925 | STRIP=":" | |
3926 | else | |
3927 | case $cross_compiling:$ac_tool_warned in | |
3928 | yes:) | |
3929 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
3930 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
3931 | ac_tool_warned=yes ;; | |
3932 | esac | |
3933 | STRIP=$ac_ct_STRIP | |
3934 | fi | |
3935 | else | |
3936 | STRIP="$ac_cv_prog_STRIP" | |
3937 | fi | |
3938 | ||
3939 | fi | |
3940 | INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" | |
3941 | ||
3942 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 | |
3943 | $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } | |
3944 | if test -z "$MKDIR_P"; then | |
d0ac1c44 | 3945 | if ${ac_cv_path_mkdir+:} false; then : |
81ecdfbb RW |
3946 | $as_echo_n "(cached) " >&6 |
3947 | else | |
3948 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3949 | for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin | |
3950 | do | |
3951 | IFS=$as_save_IFS | |
3952 | test -z "$as_dir" && as_dir=. | |
3953 | for ac_prog in mkdir gmkdir; do | |
3954 | for ac_exec_ext in '' $ac_executable_extensions; do | |
d0ac1c44 | 3955 | as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue |
81ecdfbb RW |
3956 | case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( |
3957 | 'mkdir (GNU coreutils) '* | \ | |
3958 | 'mkdir (coreutils) '* | \ | |
3959 | 'mkdir (fileutils) '4.1*) | |
3960 | ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext | |
3961 | break 3;; | |
3962 | esac | |
3963 | done | |
3964 | done | |
f5385ebf | 3965 | done |
81ecdfbb RW |
3966 | IFS=$as_save_IFS |
3967 | ||
3968 | fi | |
3969 | ||
d0ac1c44 | 3970 | test -d ./--version && rmdir ./--version |
81ecdfbb RW |
3971 | if test "${ac_cv_path_mkdir+set}" = set; then |
3972 | MKDIR_P="$ac_cv_path_mkdir -p" | |
f5385ebf | 3973 | else |
81ecdfbb RW |
3974 | # As a last resort, use the slow shell script. Don't cache a |
3975 | # value for MKDIR_P within a source directory, because that will | |
3976 | # break other packages using the cache if that directory is | |
3977 | # removed, or if the value is a relative name. | |
81ecdfbb | 3978 | MKDIR_P="$ac_install_sh -d" |
f5385ebf AM |
3979 | fi |
3980 | fi | |
81ecdfbb RW |
3981 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 |
3982 | $as_echo "$MKDIR_P" >&6; } | |
3983 | ||
f5385ebf AM |
3984 | for ac_prog in gawk mawk nawk awk |
3985 | do | |
3986 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
3987 | set dummy $ac_prog; ac_word=$2 | |
81ecdfbb RW |
3988 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3989 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 3990 | if ${ac_cv_prog_AWK+:} false; then : |
81ecdfbb | 3991 | $as_echo_n "(cached) " >&6 |
f5385ebf AM |
3992 | else |
3993 | if test -n "$AWK"; then | |
3994 | ac_cv_prog_AWK="$AWK" # Let the user override the test. | |
3995 | else | |
3996 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3997 | for as_dir in $PATH | |
3998 | do | |
3999 | IFS=$as_save_IFS | |
4000 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 4001 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 4002 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
f5385ebf | 4003 | ac_cv_prog_AWK="$ac_prog" |
81ecdfbb | 4004 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
f5385ebf AM |
4005 | break 2 |
4006 | fi | |
4007 | done | |
81ecdfbb RW |
4008 | done |
4009 | IFS=$as_save_IFS | |
f5385ebf AM |
4010 | |
4011 | fi | |
4012 | fi | |
4013 | AWK=$ac_cv_prog_AWK | |
4014 | if test -n "$AWK"; then | |
81ecdfbb RW |
4015 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 |
4016 | $as_echo "$AWK" >&6; } | |
f5385ebf | 4017 | else |
81ecdfbb RW |
4018 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4019 | $as_echo "no" >&6; } | |
f5385ebf AM |
4020 | fi |
4021 | ||
81ecdfbb | 4022 | |
f5385ebf AM |
4023 | test -n "$AWK" && break |
4024 | done | |
4025 | ||
81ecdfbb RW |
4026 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
4027 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } | |
4028 | set x ${MAKE-make} | |
4029 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | |
d0ac1c44 | 4030 | if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : |
81ecdfbb | 4031 | $as_echo_n "(cached) " >&6 |
5464f5a1 NN |
4032 | else |
4033 | cat >conftest.make <<\_ACEOF | |
81ecdfbb | 4034 | SHELL = /bin/sh |
252b5132 | 4035 | all: |
81ecdfbb | 4036 | @echo '@@@%%%=$(MAKE)=@@@%%%' |
5464f5a1 | 4037 | _ACEOF |
d0ac1c44 | 4038 | # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. |
81ecdfbb RW |
4039 | case `${MAKE-make} -f conftest.make 2>/dev/null` in |
4040 | *@@@%%%=?*=@@@%%%*) | |
4041 | eval ac_cv_prog_make_${ac_make}_set=yes;; | |
4042 | *) | |
4043 | eval ac_cv_prog_make_${ac_make}_set=no;; | |
4044 | esac | |
5464f5a1 | 4045 | rm -f conftest.make |
252b5132 | 4046 | fi |
81ecdfbb RW |
4047 | if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then |
4048 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
4049 | $as_echo "yes" >&6; } | |
252b5132 RH |
4050 | SET_MAKE= |
4051 | else | |
81ecdfbb RW |
4052 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4053 | $as_echo "no" >&6; } | |
252b5132 RH |
4054 | SET_MAKE="MAKE=${MAKE-make}" |
4055 | fi | |
4056 | ||
f5385ebf AM |
4057 | rm -rf .tst 2>/dev/null |
4058 | mkdir .tst 2>/dev/null | |
4059 | if test -d .tst; then | |
4060 | am__leading_dot=. | |
4061 | else | |
4062 | am__leading_dot=_ | |
4063 | fi | |
4064 | rmdir .tst 2>/dev/null | |
4065 | ||
4066 | DEPDIR="${am__leading_dot}deps" | |
4067 | ||
81ecdfbb | 4068 | ac_config_commands="$ac_config_commands depfiles" |
f5385ebf AM |
4069 | |
4070 | ||
4071 | am_make=${MAKE-make} | |
4072 | cat > confinc << 'END' | |
4073 | am__doit: | |
81ecdfbb | 4074 | @echo this is the am__doit target |
f5385ebf AM |
4075 | .PHONY: am__doit |
4076 | END | |
4077 | # If we don't find an include directive, just comment out the code. | |
81ecdfbb RW |
4078 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 |
4079 | $as_echo_n "checking for style of include used by $am_make... " >&6; } | |
f5385ebf AM |
4080 | am__include="#" |
4081 | am__quote= | |
4082 | _am_result=none | |
4083 | # First try GNU make style include. | |
4084 | echo "include confinc" > confmf | |
d0ac1c44 | 4085 | # Ignore all kinds of additional output from 'make'. |
81ecdfbb RW |
4086 | case `$am_make -s -f confmf 2> /dev/null` in #( |
4087 | *the\ am__doit\ target*) | |
4088 | am__include=include | |
4089 | am__quote= | |
4090 | _am_result=GNU | |
4091 | ;; | |
4092 | esac | |
f5385ebf AM |
4093 | # Now try BSD make style include. |
4094 | if test "$am__include" = "#"; then | |
4095 | echo '.include "confinc"' > confmf | |
81ecdfbb RW |
4096 | case `$am_make -s -f confmf 2> /dev/null` in #( |
4097 | *the\ am__doit\ target*) | |
4098 | am__include=.include | |
4099 | am__quote="\"" | |
4100 | _am_result=BSD | |
4101 | ;; | |
4102 | esac | |
f5385ebf AM |
4103 | fi |
4104 | ||
4105 | ||
81ecdfbb RW |
4106 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 |
4107 | $as_echo "$_am_result" >&6; } | |
f5385ebf AM |
4108 | rm -f confinc confmf |
4109 | ||
81ecdfbb RW |
4110 | # Check whether --enable-dependency-tracking was given. |
4111 | if test "${enable_dependency_tracking+set}" = set; then : | |
4112 | enableval=$enable_dependency_tracking; | |
4113 | fi | |
f5385ebf | 4114 | |
f5385ebf AM |
4115 | if test "x$enable_dependency_tracking" != xno; then |
4116 | am_depcomp="$ac_aux_dir/depcomp" | |
4117 | AMDEPBACKSLASH='\' | |
6eb7d830 | 4118 | am__nodep='_no' |
f5385ebf | 4119 | fi |
81ecdfbb | 4120 | if test "x$enable_dependency_tracking" != xno; then |
f5385ebf AM |
4121 | AMDEP_TRUE= |
4122 | AMDEP_FALSE='#' | |
4123 | else | |
4124 | AMDEP_TRUE='#' | |
4125 | AMDEP_FALSE= | |
4126 | fi | |
6be7c12c | 4127 | |
252b5132 | 4128 | |
d0ac1c44 SM |
4129 | # Check whether --enable-silent-rules was given. |
4130 | if test "${enable_silent_rules+set}" = set; then : | |
4131 | enableval=$enable_silent_rules; | |
4132 | fi | |
4133 | ||
4134 | case $enable_silent_rules in # ((( | |
4135 | yes) AM_DEFAULT_VERBOSITY=0;; | |
4136 | no) AM_DEFAULT_VERBOSITY=1;; | |
4137 | *) AM_DEFAULT_VERBOSITY=1;; | |
4138 | esac | |
4139 | am_make=${MAKE-make} | |
4140 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 | |
4141 | $as_echo_n "checking whether $am_make supports nested variables... " >&6; } | |
4142 | if ${am_cv_make_support_nested_variables+:} false; then : | |
4143 | $as_echo_n "(cached) " >&6 | |
4144 | else | |
4145 | if $as_echo 'TRUE=$(BAR$(V)) | |
4146 | BAR0=false | |
4147 | BAR1=true | |
4148 | V=1 | |
4149 | am__doit: | |
4150 | @$(TRUE) | |
4151 | .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then | |
4152 | am_cv_make_support_nested_variables=yes | |
4153 | else | |
4154 | am_cv_make_support_nested_variables=no | |
4155 | fi | |
4156 | fi | |
4157 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 | |
4158 | $as_echo "$am_cv_make_support_nested_variables" >&6; } | |
4159 | if test $am_cv_make_support_nested_variables = yes; then | |
4160 | AM_V='$(V)' | |
4161 | AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
4162 | else | |
4163 | AM_V=$AM_DEFAULT_VERBOSITY | |
4164 | AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY | |
4165 | fi | |
4166 | AM_BACKSLASH='\' | |
4167 | ||
81ecdfbb RW |
4168 | if test "`cd $srcdir && pwd`" != "`pwd`"; then |
4169 | # Use -I$(srcdir) only when $(srcdir) != ., so that make's output | |
4170 | # is not polluted with repeated "-I." | |
4171 | am__isrc=' -I$(srcdir)' | |
4172 | # test to see if srcdir already configured | |
4173 | if test -f $srcdir/config.status; then | |
d0ac1c44 | 4174 | as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 |
81ecdfbb | 4175 | fi |
252b5132 | 4176 | fi |
5464f5a1 | 4177 | |
f5385ebf AM |
4178 | # test whether we have cygpath |
4179 | if test -z "$CYGPATH_W"; then | |
4180 | if (cygpath --version) >/dev/null 2>/dev/null; then | |
4181 | CYGPATH_W='cygpath -w' | |
4182 | else | |
4183 | CYGPATH_W=echo | |
4184 | fi | |
4185 | fi | |
4186 | ||
4187 | ||
4188 | # Define the identity of the package. | |
c4dd807e | 4189 | PACKAGE='bfd' |
bb695960 | 4190 | VERSION='2.33.50' |
f5385ebf AM |
4191 | |
4192 | ||
5464f5a1 | 4193 | cat >>confdefs.h <<_ACEOF |
252b5132 | 4194 | #define PACKAGE "$PACKAGE" |
5464f5a1 | 4195 | _ACEOF |
252b5132 | 4196 | |
5464f5a1 NN |
4197 | |
4198 | cat >>confdefs.h <<_ACEOF | |
252b5132 | 4199 | #define VERSION "$VERSION" |
5464f5a1 | 4200 | _ACEOF |
252b5132 | 4201 | |
f5385ebf AM |
4202 | # Some tools Automake needs. |
4203 | ||
4204 | ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} | |
4205 | ||
4206 | ||
4207 | AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} | |
4208 | ||
4209 | ||
4210 | AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} | |
4211 | ||
4212 | ||
4213 | AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} | |
4214 | ||
4215 | ||
4216 | MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} | |
6be7c12c | 4217 | |
d0ac1c44 SM |
4218 | # For better backward compatibility. To be removed once Automake 1.9.x |
4219 | # dies out for good. For more background, see: | |
4220 | # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> | |
4221 | # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> | |
4222 | mkdir_p='$(MKDIR_P)' | |
4223 | ||
4224 | # We need awk for the "check" target (and possibly the TAP driver). The | |
4225 | # system "awk" is bad on some platforms. | |
6eb7d830 AM |
4226 | # Always define AMTAR for backward compatibility. Yes, it's still used |
4227 | # in the wild :-( We should find a proper way to deprecate it ... | |
4228 | AMTAR='$${TAR-tar}' | |
f5385ebf | 4229 | |
d0ac1c44 SM |
4230 | |
4231 | # We'll loop over all known methods to create a tar archive until one works. | |
4232 | _am_tools='gnutar pax cpio none' | |
4233 | ||
6eb7d830 | 4234 | am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' |
f5385ebf | 4235 | |
252b5132 | 4236 | |
f5385ebf AM |
4237 | |
4238 | ||
d0ac1c44 | 4239 | |
f5385ebf AM |
4240 | depcc="$CC" am_compiler_list= |
4241 | ||
81ecdfbb RW |
4242 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 |
4243 | $as_echo_n "checking dependency style of $depcc... " >&6; } | |
d0ac1c44 | 4244 | if ${am_cv_CC_dependencies_compiler_type+:} false; then : |
81ecdfbb | 4245 | $as_echo_n "(cached) " >&6 |
252b5132 | 4246 | else |
f5385ebf AM |
4247 | if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
4248 | # We make a subdir and do the tests there. Otherwise we can end up | |
4249 | # making bogus files that we don't know about and never remove. For | |
4250 | # instance it was reported that on HP-UX the gcc test will end up | |
d0ac1c44 SM |
4251 | # making a dummy file named 'D' -- because '-MD' means "put the output |
4252 | # in D". | |
6eb7d830 | 4253 | rm -rf conftest.dir |
f5385ebf AM |
4254 | mkdir conftest.dir |
4255 | # Copy depcomp to subdir because otherwise we won't find it if we're | |
4256 | # using a relative directory. | |
4257 | cp "$am_depcomp" conftest.dir | |
4258 | cd conftest.dir | |
4259 | # We will build objects and dependencies in a subdirectory because | |
4260 | # it helps to detect inapplicable dependency modes. For instance | |
4261 | # both Tru64's cc and ICC support -MD to output dependencies as a | |
4262 | # side effect of compilation, but ICC will put the dependencies in | |
4263 | # the current directory while Tru64 will put them in the object | |
4264 | # directory. | |
4265 | mkdir sub | |
4266 | ||
4267 | am_cv_CC_dependencies_compiler_type=none | |
4268 | if test "$am_compiler_list" = ""; then | |
4269 | am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` | |
4270 | fi | |
81ecdfbb RW |
4271 | am__universal=false |
4272 | case " $depcc " in #( | |
4273 | *\ -arch\ *\ -arch\ *) am__universal=true ;; | |
4274 | esac | |
4275 | ||
f5385ebf AM |
4276 | for depmode in $am_compiler_list; do |
4277 | # Setup a source with many dependencies, because some compilers | |
4278 | # like to wrap large dependency lists on column 80 (with \), and | |
4279 | # we should not choose a depcomp mode which is confused by this. | |
4280 | # | |
4281 | # We need to recreate these files for each test, as the compiler may | |
4282 | # overwrite some of them when testing with obscure command lines. | |
4283 | # This happens at least with the AIX C compiler. | |
4284 | : > sub/conftest.c | |
4285 | for i in 1 2 3 4 5 6; do | |
4286 | echo '#include "conftst'$i'.h"' >> sub/conftest.c | |
d0ac1c44 SM |
4287 | # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with |
4288 | # Solaris 10 /bin/sh. | |
4289 | echo '/* dummy */' > sub/conftst$i.h | |
f5385ebf AM |
4290 | done |
4291 | echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf | |
4292 | ||
d0ac1c44 | 4293 | # We check with '-c' and '-o' for the sake of the "dashmstdout" |
81ecdfbb | 4294 | # mode. It turns out that the SunPro C++ compiler does not properly |
d0ac1c44 SM |
4295 | # handle '-M -o', and we need to detect this. Also, some Intel |
4296 | # versions had trouble with output in subdirs. | |
81ecdfbb RW |
4297 | am__obj=sub/conftest.${OBJEXT-o} |
4298 | am__minus_obj="-o $am__obj" | |
f5385ebf | 4299 | case $depmode in |
81ecdfbb RW |
4300 | gcc) |
4301 | # This depmode causes a compiler race in universal mode. | |
4302 | test "$am__universal" = false || continue | |
4303 | ;; | |
f5385ebf | 4304 | nosideeffect) |
d0ac1c44 SM |
4305 | # After this tag, mechanisms are not by side-effect, so they'll |
4306 | # only be used when explicitly requested. | |
f5385ebf AM |
4307 | if test "x$enable_dependency_tracking" = xyes; then |
4308 | continue | |
4309 | else | |
4310 | break | |
4311 | fi | |
4312 | ;; | |
6eb7d830 | 4313 | msvc7 | msvc7msys | msvisualcpp | msvcmsys) |
d0ac1c44 | 4314 | # This compiler won't grok '-c -o', but also, the minuso test has |
81ecdfbb RW |
4315 | # not run yet. These depmodes are late enough in the game, and |
4316 | # so weak that their functioning should not be impacted. | |
4317 | am__obj=conftest.${OBJEXT-o} | |
4318 | am__minus_obj= | |
4319 | ;; | |
f5385ebf AM |
4320 | none) break ;; |
4321 | esac | |
f5385ebf | 4322 | if depmode=$depmode \ |
81ecdfbb | 4323 | source=sub/conftest.c object=$am__obj \ |
f5385ebf | 4324 | depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ |
81ecdfbb | 4325 | $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ |
f5385ebf | 4326 | >/dev/null 2>conftest.err && |
81ecdfbb | 4327 | grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && |
f5385ebf | 4328 | grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && |
81ecdfbb | 4329 | grep $am__obj sub/conftest.Po > /dev/null 2>&1 && |
f5385ebf AM |
4330 | ${MAKE-make} -s -f confmf > /dev/null 2>&1; then |
4331 | # icc doesn't choke on unknown options, it will just issue warnings | |
4332 | # or remarks (even with -Werror). So we grep stderr for any message | |
4333 | # that says an option was ignored or not supported. | |
4334 | # When given -MP, icc 7.0 and 7.1 complain thusly: | |
4335 | # icc: Command line warning: ignoring option '-M'; no argument required | |
4336 | # The diagnosis changed in icc 8.0: | |
4337 | # icc: Command line remark: option '-MP' not supported | |
4338 | if (grep 'ignoring option' conftest.err || | |
4339 | grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else | |
4340 | am_cv_CC_dependencies_compiler_type=$depmode | |
4341 | break | |
4342 | fi | |
4343 | fi | |
4344 | done | |
4345 | ||
4346 | cd .. | |
4347 | rm -rf conftest.dir | |
4348 | else | |
4349 | am_cv_CC_dependencies_compiler_type=none | |
4350 | fi | |
4351 | ||
252b5132 | 4352 | fi |
81ecdfbb RW |
4353 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 |
4354 | $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } | |
f5385ebf | 4355 | CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type |
252b5132 | 4356 | |
81ecdfbb | 4357 | if |
f5385ebf AM |
4358 | test "x$enable_dependency_tracking" != xno \ |
4359 | && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then | |
4360 | am__fastdepCC_TRUE= | |
4361 | am__fastdepCC_FALSE='#' | |
252b5132 | 4362 | else |
f5385ebf AM |
4363 | am__fastdepCC_TRUE='#' |
4364 | am__fastdepCC_FALSE= | |
252b5132 RH |
4365 | fi |
4366 | ||
6be7c12c | 4367 | |
e43d48cc | 4368 | |
d0ac1c44 SM |
4369 | # POSIX will say in a future version that running "rm -f" with no argument |
4370 | # is OK; and we want to be able to make that assumption in our Makefile | |
4371 | # recipes. So use an aggressive probe to check that the usage we want is | |
4372 | # actually supported "in the wild" to an acceptable degree. | |
4373 | # See automake bug#10828. | |
4374 | # To make any issue more visible, cause the running configure to be aborted | |
4375 | # by default if the 'rm' program in use doesn't match our expectations; the | |
4376 | # user can still override this though. | |
4377 | if rm -f && rm -fr && rm -rf; then : OK; else | |
4378 | cat >&2 <<'END' | |
4379 | Oops! | |
4380 | ||
4381 | Your 'rm' program seems unable to run without file operands specified | |
4382 | on the command line, even when the '-f' option is present. This is contrary | |
4383 | to the behaviour of most rm programs out there, and not conforming with | |
4384 | the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542> | |
4385 | ||
4386 | Please tell bug-automake@gnu.org about your system, including the value | |
4387 | of your $PATH and any error possibly output before this message. This | |
4388 | can help us improve future automake versions. | |
4389 | ||
4390 | END | |
4391 | if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then | |
4392 | echo 'Configuration will proceed anyway, since you have set the' >&2 | |
4393 | echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 | |
4394 | echo >&2 | |
4395 | else | |
4396 | cat >&2 <<'END' | |
4397 | Aborting the configuration process, to ensure you take notice of the issue. | |
4398 | ||
4399 | You can download and install GNU coreutils to get an 'rm' implementation | |
4400 | that behaves properly: <http://www.gnu.org/software/coreutils/>. | |
4401 | ||
4402 | If you want to complete the configuration process using your problematic | |
4403 | 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM | |
4404 | to "yes", and re-run configure. | |
4405 | ||
4406 | END | |
4407 | as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 | |
4408 | fi | |
4409 | fi | |
4410 | ||
f5385ebf | 4411 | |
5464f5a1 NN |
4412 | if test -n "$ac_tool_prefix"; then |
4413 | # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. | |
252b5132 | 4414 | set dummy ${ac_tool_prefix}ar; ac_word=$2 |
81ecdfbb RW |
4415 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4416 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 4417 | if ${ac_cv_prog_AR+:} false; then : |
81ecdfbb | 4418 | $as_echo_n "(cached) " >&6 |
252b5132 RH |
4419 | else |
4420 | if test -n "$AR"; then | |
4421 | ac_cv_prog_AR="$AR" # Let the user override the test. | |
4422 | else | |
5464f5a1 NN |
4423 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4424 | for as_dir in $PATH | |
4425 | do | |
4426 | IFS=$as_save_IFS | |
4427 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 4428 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 4429 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
5464f5a1 | 4430 | ac_cv_prog_AR="${ac_tool_prefix}ar" |
81ecdfbb | 4431 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5464f5a1 NN |
4432 | break 2 |
4433 | fi | |
4434 | done | |
81ecdfbb RW |
4435 | done |
4436 | IFS=$as_save_IFS | |
5464f5a1 | 4437 | |
252b5132 RH |
4438 | fi |
4439 | fi | |
5464f5a1 | 4440 | AR=$ac_cv_prog_AR |
252b5132 | 4441 | if test -n "$AR"; then |
81ecdfbb RW |
4442 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 |
4443 | $as_echo "$AR" >&6; } | |
252b5132 | 4444 | else |
81ecdfbb RW |
4445 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4446 | $as_echo "no" >&6; } | |
5464f5a1 NN |
4447 | fi |
4448 | ||
81ecdfbb | 4449 | |
252b5132 | 4450 | fi |
5464f5a1 NN |
4451 | if test -z "$ac_cv_prog_AR"; then |
4452 | ac_ct_AR=$AR | |
4453 | # Extract the first word of "ar", so it can be a program name with args. | |
4454 | set dummy ar; ac_word=$2 | |
81ecdfbb RW |
4455 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4456 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 4457 | if ${ac_cv_prog_ac_ct_AR+:} false; then : |
81ecdfbb | 4458 | $as_echo_n "(cached) " >&6 |
5464f5a1 NN |
4459 | else |
4460 | if test -n "$ac_ct_AR"; then | |
4461 | ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. | |
4462 | else | |
4463 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4464 | for as_dir in $PATH | |
4465 | do | |
4466 | IFS=$as_save_IFS | |
4467 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 4468 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 4469 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
5464f5a1 | 4470 | ac_cv_prog_ac_ct_AR="ar" |
81ecdfbb | 4471 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5464f5a1 NN |
4472 | break 2 |
4473 | fi | |
4474 | done | |
81ecdfbb RW |
4475 | done |
4476 | IFS=$as_save_IFS | |
252b5132 | 4477 | |
5464f5a1 NN |
4478 | fi |
4479 | fi | |
4480 | ac_ct_AR=$ac_cv_prog_ac_ct_AR | |
4481 | if test -n "$ac_ct_AR"; then | |
81ecdfbb RW |
4482 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 |
4483 | $as_echo "$ac_ct_AR" >&6; } | |
5464f5a1 | 4484 | else |
81ecdfbb RW |
4485 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4486 | $as_echo "no" >&6; } | |
5464f5a1 | 4487 | fi |
252b5132 | 4488 | |
81ecdfbb RW |
4489 | if test "x$ac_ct_AR" = x; then |
4490 | AR="" | |
4491 | else | |
4492 | case $cross_compiling:$ac_tool_warned in | |
4493 | yes:) | |
4494 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
4495 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
4496 | ac_tool_warned=yes ;; | |
4497 | esac | |
4498 | AR=$ac_ct_AR | |
4499 | fi | |
5464f5a1 NN |
4500 | else |
4501 | AR="$ac_cv_prog_AR" | |
4502 | fi | |
6be7c12c | 4503 | |
5464f5a1 NN |
4504 | if test -n "$ac_tool_prefix"; then |
4505 | # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. | |
252b5132 | 4506 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
81ecdfbb RW |
4507 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4508 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 4509 | if ${ac_cv_prog_RANLIB+:} false; then : |
81ecdfbb | 4510 | $as_echo_n "(cached) " >&6 |
252b5132 RH |
4511 | else |
4512 | if test -n "$RANLIB"; then | |
4513 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
4514 | else | |
5464f5a1 NN |
4515 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4516 | for as_dir in $PATH | |
4517 | do | |
4518 | IFS=$as_save_IFS | |
4519 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 4520 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 4521 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
5464f5a1 | 4522 | ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
81ecdfbb | 4523 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5464f5a1 NN |
4524 | break 2 |
4525 | fi | |
4526 | done | |
81ecdfbb RW |
4527 | done |
4528 | IFS=$as_save_IFS | |
5464f5a1 | 4529 | |
252b5132 RH |
4530 | fi |
4531 | fi | |
5464f5a1 | 4532 | RANLIB=$ac_cv_prog_RANLIB |
252b5132 | 4533 | if test -n "$RANLIB"; then |
81ecdfbb RW |
4534 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 |
4535 | $as_echo "$RANLIB" >&6; } | |
252b5132 | 4536 | else |
81ecdfbb RW |
4537 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4538 | $as_echo "no" >&6; } | |
252b5132 RH |
4539 | fi |
4540 | ||
81ecdfbb | 4541 | |
5464f5a1 | 4542 | fi |
252b5132 | 4543 | if test -z "$ac_cv_prog_RANLIB"; then |
5464f5a1 | 4544 | ac_ct_RANLIB=$RANLIB |
252b5132 RH |
4545 | # Extract the first word of "ranlib", so it can be a program name with args. |
4546 | set dummy ranlib; ac_word=$2 | |
81ecdfbb RW |
4547 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4548 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 4549 | if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : |
81ecdfbb | 4550 | $as_echo_n "(cached) " >&6 |
6be7c12c | 4551 | else |
5464f5a1 NN |
4552 | if test -n "$ac_ct_RANLIB"; then |
4553 | ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. | |
6be7c12c | 4554 | else |
5464f5a1 NN |
4555 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4556 | for as_dir in $PATH | |
4557 | do | |
4558 | IFS=$as_save_IFS | |
4559 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 4560 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 4561 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
5464f5a1 | 4562 | ac_cv_prog_ac_ct_RANLIB="ranlib" |
81ecdfbb | 4563 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5464f5a1 NN |
4564 | break 2 |
4565 | fi | |
4566 | done | |
81ecdfbb RW |
4567 | done |
4568 | IFS=$as_save_IFS | |
5464f5a1 | 4569 | |
252b5132 RH |
4570 | fi |
4571 | fi | |
5464f5a1 NN |
4572 | ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB |
4573 | if test -n "$ac_ct_RANLIB"; then | |
81ecdfbb RW |
4574 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 |
4575 | $as_echo "$ac_ct_RANLIB" >&6; } | |
252b5132 | 4576 | else |
81ecdfbb RW |
4577 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4578 | $as_echo "no" >&6; } | |
252b5132 RH |
4579 | fi |
4580 | ||
81ecdfbb RW |
4581 | if test "x$ac_ct_RANLIB" = x; then |
4582 | RANLIB=":" | |
4583 | else | |
4584 | case $cross_compiling:$ac_tool_warned in | |
4585 | yes:) | |
4586 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
4587 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
4588 | ac_tool_warned=yes ;; | |
4589 | esac | |
4590 | RANLIB=$ac_ct_RANLIB | |
4591 | fi | |
252b5132 | 4592 | else |
5464f5a1 | 4593 | RANLIB="$ac_cv_prog_RANLIB" |
6be7c12c AO |
4594 | fi |
4595 | ||
252b5132 | 4596 | |
81ecdfbb RW |
4597 | # Check whether --enable-shared was given. |
4598 | if test "${enable_shared+set}" = set; then : | |
4599 | enableval=$enable_shared; p=${PACKAGE-default} | |
d7040cdb SE |
4600 | case $enableval in |
4601 | yes) enable_shared=yes ;; | |
4602 | no) enable_shared=no ;; | |
4603 | *) | |
4604 | enable_shared=no | |
4605 | # Look at the argument we got. We use all the common list separators. | |
4606 | lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," | |
4607 | for pkg in $enableval; do | |
4608 | IFS="$lt_save_ifs" | |
4609 | if test "X$pkg" = "X$p"; then | |
4610 | enable_shared=yes | |
4611 | fi | |
4612 | done | |
4613 | IFS="$lt_save_ifs" | |
4614 | ;; | |
4615 | esac | |
252b5132 RH |
4616 | else |
4617 | enable_shared=no | |
81ecdfbb RW |
4618 | fi |
4619 | ||
252b5132 | 4620 | |
d7040cdb SE |
4621 | |
4622 | ||
4623 | ||
4624 | ||
4625 | ||
4626 | ||
4627 | ||
4628 | ||
cfbc9945 SE |
4629 | ac_ext=c |
4630 | ac_cpp='$CPP $CPPFLAGS' | |
4631 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
4632 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
4633 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
4634 | if test -n "$ac_tool_prefix"; then | |
4635 | # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | |
4636 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 | |
81ecdfbb RW |
4637 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4638 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 4639 | if ${ac_cv_prog_CC+:} false; then : |
81ecdfbb | 4640 | $as_echo_n "(cached) " >&6 |
252b5132 | 4641 | else |
cfbc9945 SE |
4642 | if test -n "$CC"; then |
4643 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
b2ef150d | 4644 | else |
cfbc9945 SE |
4645 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4646 | for as_dir in $PATH | |
4647 | do | |
4648 | IFS=$as_save_IFS | |
4649 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 4650 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 4651 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
cfbc9945 | 4652 | ac_cv_prog_CC="${ac_tool_prefix}gcc" |
81ecdfbb | 4653 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
cfbc9945 SE |
4654 | break 2 |
4655 | fi | |
4656 | done | |
81ecdfbb RW |
4657 | done |
4658 | IFS=$as_save_IFS | |
c5d1701e | 4659 | |
cfbc9945 SE |
4660 | fi |
4661 | fi | |
4662 | CC=$ac_cv_prog_CC | |
4663 | if test -n "$CC"; then | |
81ecdfbb RW |
4664 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
4665 | $as_echo "$CC" >&6; } | |
252b5132 | 4666 | else |
81ecdfbb RW |
4667 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4668 | $as_echo "no" >&6; } | |
252b5132 | 4669 | fi |
cfbc9945 | 4670 | |
81ecdfbb | 4671 | |
cfbc9945 SE |
4672 | fi |
4673 | if test -z "$ac_cv_prog_CC"; then | |
4674 | ac_ct_CC=$CC | |
4675 | # Extract the first word of "gcc", so it can be a program name with args. | |
4676 | set dummy gcc; ac_word=$2 | |
81ecdfbb RW |
4677 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4678 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 4679 | if ${ac_cv_prog_ac_ct_CC+:} false; then : |
81ecdfbb | 4680 | $as_echo_n "(cached) " >&6 |
252b5132 | 4681 | else |
cfbc9945 SE |
4682 | if test -n "$ac_ct_CC"; then |
4683 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
252b5132 | 4684 | else |
cfbc9945 SE |
4685 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4686 | for as_dir in $PATH | |
4687 | do | |
4688 | IFS=$as_save_IFS | |
4689 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 4690 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 4691 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
cfbc9945 | 4692 | ac_cv_prog_ac_ct_CC="gcc" |
81ecdfbb | 4693 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
cfbc9945 SE |
4694 | break 2 |
4695 | fi | |
4696 | done | |
81ecdfbb RW |
4697 | done |
4698 | IFS=$as_save_IFS | |
cfbc9945 | 4699 | |
252b5132 RH |
4700 | fi |
4701 | fi | |
cfbc9945 SE |
4702 | ac_ct_CC=$ac_cv_prog_ac_ct_CC |
4703 | if test -n "$ac_ct_CC"; then | |
81ecdfbb RW |
4704 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
4705 | $as_echo "$ac_ct_CC" >&6; } | |
252b5132 | 4706 | else |
81ecdfbb RW |
4707 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4708 | $as_echo "no" >&6; } | |
252b5132 | 4709 | fi |
cfbc9945 | 4710 | |
81ecdfbb RW |
4711 | if test "x$ac_ct_CC" = x; then |
4712 | CC="" | |
4713 | else | |
4714 | case $cross_compiling:$ac_tool_warned in | |
4715 | yes:) | |
4716 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
4717 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
4718 | ac_tool_warned=yes ;; | |
4719 | esac | |
4720 | CC=$ac_ct_CC | |
4721 | fi | |
cfbc9945 SE |
4722 | else |
4723 | CC="$ac_cv_prog_CC" | |
4724 | fi | |
4725 | ||
4726 | if test -z "$CC"; then | |
81ecdfbb RW |
4727 | if test -n "$ac_tool_prefix"; then |
4728 | # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | |
cfbc9945 | 4729 | set dummy ${ac_tool_prefix}cc; ac_word=$2 |
81ecdfbb RW |
4730 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4731 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 4732 | if ${ac_cv_prog_CC+:} false; then : |
81ecdfbb | 4733 | $as_echo_n "(cached) " >&6 |
252b5132 | 4734 | else |
cfbc9945 SE |
4735 | if test -n "$CC"; then |
4736 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
252b5132 | 4737 | else |
cfbc9945 SE |
4738 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4739 | for as_dir in $PATH | |
4740 | do | |
4741 | IFS=$as_save_IFS | |
4742 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 4743 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 4744 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
cfbc9945 | 4745 | ac_cv_prog_CC="${ac_tool_prefix}cc" |
81ecdfbb | 4746 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
cfbc9945 SE |
4747 | break 2 |
4748 | fi | |
4749 | done | |
81ecdfbb RW |
4750 | done |
4751 | IFS=$as_save_IFS | |
cfbc9945 | 4752 | |
252b5132 RH |
4753 | fi |
4754 | fi | |
cfbc9945 SE |
4755 | CC=$ac_cv_prog_CC |
4756 | if test -n "$CC"; then | |
81ecdfbb RW |
4757 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
4758 | $as_echo "$CC" >&6; } | |
ac48eca1 | 4759 | else |
81ecdfbb RW |
4760 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4761 | $as_echo "no" >&6; } | |
ac48eca1 | 4762 | fi |
ac48eca1 | 4763 | |
81ecdfbb RW |
4764 | |
4765 | fi | |
cfbc9945 | 4766 | fi |
81ecdfbb | 4767 | if test -z "$CC"; then |
cfbc9945 SE |
4768 | # Extract the first word of "cc", so it can be a program name with args. |
4769 | set dummy cc; ac_word=$2 | |
81ecdfbb RW |
4770 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4771 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 4772 | if ${ac_cv_prog_CC+:} false; then : |
81ecdfbb | 4773 | $as_echo_n "(cached) " >&6 |
252b5132 | 4774 | else |
81ecdfbb RW |
4775 | if test -n "$CC"; then |
4776 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
252b5132 | 4777 | else |
81ecdfbb | 4778 | ac_prog_rejected=no |
cfbc9945 SE |
4779 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4780 | for as_dir in $PATH | |
4781 | do | |
4782 | IFS=$as_save_IFS | |
4783 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 4784 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 4785 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
cfbc9945 SE |
4786 | if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
4787 | ac_prog_rejected=yes | |
4788 | continue | |
4789 | fi | |
4790 | ac_cv_prog_CC="cc" | |
81ecdfbb | 4791 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
cfbc9945 SE |
4792 | break 2 |
4793 | fi | |
4794 | done | |
81ecdfbb RW |
4795 | done |
4796 | IFS=$as_save_IFS | |
cfbc9945 SE |
4797 | |
4798 | if test $ac_prog_rejected = yes; then | |
4799 | # We found a bogon in the path, so make sure we never use it. | |
4800 | set dummy $ac_cv_prog_CC | |
4801 | shift | |
4802 | if test $# != 0; then | |
4803 | # We chose a different compiler from the bogus one. | |
4804 | # However, it has the same basename, so the bogon will be chosen | |
4805 | # first if we set CC to just the basename; use the full file name. | |
4806 | shift | |
4807 | ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" | |
4808 | fi | |
4809 | fi | |
4810 | fi | |
4811 | fi | |
4812 | CC=$ac_cv_prog_CC | |
4813 | if test -n "$CC"; then | |
81ecdfbb RW |
4814 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
4815 | $as_echo "$CC" >&6; } | |
cfbc9945 | 4816 | else |
81ecdfbb RW |
4817 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4818 | $as_echo "no" >&6; } | |
252b5132 RH |
4819 | fi |
4820 | ||
81ecdfbb | 4821 | |
cfbc9945 SE |
4822 | fi |
4823 | if test -z "$CC"; then | |
4824 | if test -n "$ac_tool_prefix"; then | |
81ecdfbb | 4825 | for ac_prog in cl.exe |
cfbc9945 SE |
4826 | do |
4827 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
4828 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
81ecdfbb RW |
4829 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4830 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 4831 | if ${ac_cv_prog_CC+:} false; then : |
81ecdfbb | 4832 | $as_echo_n "(cached) " >&6 |
ac48eca1 | 4833 | else |
cfbc9945 SE |
4834 | if test -n "$CC"; then |
4835 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
4836 | else | |
4837 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4838 | for as_dir in $PATH | |
4839 | do | |
4840 | IFS=$as_save_IFS | |
4841 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 4842 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 4843 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
cfbc9945 | 4844 | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
81ecdfbb | 4845 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
cfbc9945 SE |
4846 | break 2 |
4847 | fi | |
4848 | done | |
81ecdfbb RW |
4849 | done |
4850 | IFS=$as_save_IFS | |
ac48eca1 | 4851 | |
cfbc9945 SE |
4852 | fi |
4853 | fi | |
4854 | CC=$ac_cv_prog_CC | |
4855 | if test -n "$CC"; then | |
81ecdfbb RW |
4856 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
4857 | $as_echo "$CC" >&6; } | |
cfbc9945 | 4858 | else |
81ecdfbb RW |
4859 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4860 | $as_echo "no" >&6; } | |
cfbc9945 | 4861 | fi |
ac48eca1 | 4862 | |
81ecdfbb | 4863 | |
cfbc9945 SE |
4864 | test -n "$CC" && break |
4865 | done | |
4866 | fi | |
4867 | if test -z "$CC"; then | |
4868 | ac_ct_CC=$CC | |
81ecdfbb | 4869 | for ac_prog in cl.exe |
cfbc9945 SE |
4870 | do |
4871 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
4872 | set dummy $ac_prog; ac_word=$2 | |
81ecdfbb RW |
4873 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4874 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 4875 | if ${ac_cv_prog_ac_ct_CC+:} false; then : |
81ecdfbb | 4876 | $as_echo_n "(cached) " >&6 |
cfbc9945 SE |
4877 | else |
4878 | if test -n "$ac_ct_CC"; then | |
4879 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
4880 | else | |
4881 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4882 | for as_dir in $PATH | |
4883 | do | |
4884 | IFS=$as_save_IFS | |
4885 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 4886 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 4887 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
cfbc9945 | 4888 | ac_cv_prog_ac_ct_CC="$ac_prog" |
81ecdfbb | 4889 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
cfbc9945 SE |
4890 | break 2 |
4891 | fi | |
4892 | done | |
81ecdfbb RW |
4893 | done |
4894 | IFS=$as_save_IFS | |
ac48eca1 | 4895 | |
cfbc9945 SE |
4896 | fi |
4897 | fi | |
4898 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
4899 | if test -n "$ac_ct_CC"; then | |
81ecdfbb RW |
4900 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
4901 | $as_echo "$ac_ct_CC" >&6; } | |
cfbc9945 | 4902 | else |
81ecdfbb RW |
4903 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4904 | $as_echo "no" >&6; } | |
cfbc9945 | 4905 | fi |
ac48eca1 | 4906 | |
81ecdfbb | 4907 | |
cfbc9945 SE |
4908 | test -n "$ac_ct_CC" && break |
4909 | done | |
ac48eca1 | 4910 | |
81ecdfbb RW |
4911 | if test "x$ac_ct_CC" = x; then |
4912 | CC="" | |
4913 | else | |
4914 | case $cross_compiling:$ac_tool_warned in | |
4915 | yes:) | |
4916 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
4917 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
4918 | ac_tool_warned=yes ;; | |
4919 | esac | |
4920 | CC=$ac_ct_CC | |
4921 | fi | |
cfbc9945 | 4922 | fi |
55c80943 | 4923 | |
cfbc9945 | 4924 | fi |
ac48eca1 | 4925 | |
ac48eca1 | 4926 | |
81ecdfbb RW |
4927 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4928 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
d0ac1c44 SM |
4929 | as_fn_error $? "no acceptable C compiler found in \$PATH |
4930 | See \`config.log' for more details" "$LINENO" 5; } | |
ac48eca1 | 4931 | |
cfbc9945 | 4932 | # Provide some information about the compiler. |
81ecdfbb RW |
4933 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
4934 | set X $ac_compile | |
4935 | ac_compiler=$2 | |
4936 | for ac_option in --version -v -V -qversion; do | |
4937 | { { ac_try="$ac_compiler $ac_option >&5" | |
4938 | case "(($ac_try" in | |
4939 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
4940 | *) ac_try_echo=$ac_try;; | |
4941 | esac | |
4942 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
4943 | $as_echo "$ac_try_echo"; } >&5 | |
4944 | (eval "$ac_compiler $ac_option >&5") 2>conftest.err | |
cfbc9945 | 4945 | ac_status=$? |
81ecdfbb RW |
4946 | if test -s conftest.err; then |
4947 | sed '10a\ | |
4948 | ... rest of stderr output deleted ... | |
4949 | 10q' conftest.err >conftest.er1 | |
4950 | cat conftest.er1 >&5 | |
81ecdfbb | 4951 | fi |
d0ac1c44 | 4952 | rm -f conftest.er1 conftest.err |
81ecdfbb RW |
4953 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
4954 | test $ac_status = 0; } | |
4955 | done | |
ac48eca1 | 4956 | |
81ecdfbb RW |
4957 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
4958 | $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } | |
d0ac1c44 | 4959 | if ${ac_cv_c_compiler_gnu+:} false; then : |
81ecdfbb | 4960 | $as_echo_n "(cached) " >&6 |
ac48eca1 | 4961 | else |
81ecdfbb | 4962 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
cfbc9945 | 4963 | /* end confdefs.h. */ |
ac48eca1 | 4964 | |
cfbc9945 SE |
4965 | int |
4966 | main () | |
4967 | { | |
4968 | #ifndef __GNUC__ | |
4969 | choke me | |
4970 | #endif | |
5464f5a1 | 4971 | |
cfbc9945 SE |
4972 | ; |
4973 | return 0; | |
4974 | } | |
4975 | _ACEOF | |
81ecdfbb | 4976 | if ac_fn_c_try_compile "$LINENO"; then : |
cfbc9945 | 4977 | ac_compiler_gnu=yes |
ac48eca1 | 4978 | else |
81ecdfbb | 4979 | ac_compiler_gnu=no |
ac48eca1 | 4980 | fi |
81ecdfbb | 4981 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
cfbc9945 | 4982 | ac_cv_c_compiler_gnu=$ac_compiler_gnu |
ac48eca1 | 4983 | |
5464f5a1 | 4984 | fi |
81ecdfbb RW |
4985 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 |
4986 | $as_echo "$ac_cv_c_compiler_gnu" >&6; } | |
4987 | if test $ac_compiler_gnu = yes; then | |
4988 | GCC=yes | |
4989 | else | |
4990 | GCC= | |
4991 | fi | |
cfbc9945 SE |
4992 | ac_test_CFLAGS=${CFLAGS+set} |
4993 | ac_save_CFLAGS=$CFLAGS | |
81ecdfbb RW |
4994 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
4995 | $as_echo_n "checking whether $CC accepts -g... " >&6; } | |
d0ac1c44 | 4996 | if ${ac_cv_prog_cc_g+:} false; then : |
81ecdfbb RW |
4997 | $as_echo_n "(cached) " >&6 |
4998 | else | |
4999 | ac_save_c_werror_flag=$ac_c_werror_flag | |
5000 | ac_c_werror_flag=yes | |
5001 | ac_cv_prog_cc_g=no | |
5002 | CFLAGS="-g" | |
5003 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
cfbc9945 SE |
5004 | /* end confdefs.h. */ |
5005 | ||
5006 | int | |
5007 | main () | |
5008 | { | |
5009 | ||
5010 | ; | |
5011 | return 0; | |
5012 | } | |
5013 | _ACEOF | |
81ecdfbb | 5014 | if ac_fn_c_try_compile "$LINENO"; then : |
cfbc9945 | 5015 | ac_cv_prog_cc_g=yes |
6be7c12c | 5016 | else |
81ecdfbb RW |
5017 | CFLAGS="" |
5018 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
5019 | /* end confdefs.h. */ | |
5020 | ||
5021 | int | |
5022 | main () | |
5023 | { | |
5024 | ||
5025 | ; | |
5026 | return 0; | |
5027 | } | |
5028 | _ACEOF | |
5029 | if ac_fn_c_try_compile "$LINENO"; then : | |
5030 | ||
5031 | else | |
5032 | ac_c_werror_flag=$ac_save_c_werror_flag | |
5033 | CFLAGS="-g" | |
5034 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
5035 | /* end confdefs.h. */ | |
5036 | ||
5037 | int | |
5038 | main () | |
5039 | { | |
5464f5a1 | 5040 | |
81ecdfbb RW |
5041 | ; |
5042 | return 0; | |
5043 | } | |
5044 | _ACEOF | |
5045 | if ac_fn_c_try_compile "$LINENO"; then : | |
5046 | ac_cv_prog_cc_g=yes | |
5047 | fi | |
5048 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
ac48eca1 | 5049 | fi |
81ecdfbb | 5050 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
ac48eca1 | 5051 | fi |
81ecdfbb RW |
5052 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5053 | ac_c_werror_flag=$ac_save_c_werror_flag | |
5054 | fi | |
5055 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 | |
5056 | $as_echo "$ac_cv_prog_cc_g" >&6; } | |
cfbc9945 SE |
5057 | if test "$ac_test_CFLAGS" = set; then |
5058 | CFLAGS=$ac_save_CFLAGS | |
5059 | elif test $ac_cv_prog_cc_g = yes; then | |
5060 | if test "$GCC" = yes; then | |
5061 | CFLAGS="-g -O2" | |
5062 | else | |
5063 | CFLAGS="-g" | |
5064 | fi | |
ac48eca1 | 5065 | else |
cfbc9945 SE |
5066 | if test "$GCC" = yes; then |
5067 | CFLAGS="-O2" | |
5068 | else | |
5069 | CFLAGS= | |
5070 | fi | |
ac48eca1 | 5071 | fi |
81ecdfbb RW |
5072 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
5073 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } | |
d0ac1c44 | 5074 | if ${ac_cv_prog_cc_c89+:} false; then : |
81ecdfbb | 5075 | $as_echo_n "(cached) " >&6 |
ac48eca1 | 5076 | else |
81ecdfbb | 5077 | ac_cv_prog_cc_c89=no |
cfbc9945 | 5078 | ac_save_CC=$CC |
81ecdfbb | 5079 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
cfbc9945 SE |
5080 | /* end confdefs.h. */ |
5081 | #include <stdarg.h> | |
5082 | #include <stdio.h> | |
d0ac1c44 | 5083 | struct stat; |
cfbc9945 SE |
5084 | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
5085 | struct buf { int x; }; | |
5086 | FILE * (*rcsopen) (struct buf *, struct stat *, int); | |
5087 | static char *e (p, i) | |
5088 | char **p; | |
5089 | int i; | |
5090 | { | |
5091 | return p[i]; | |
5092 | } | |
5093 | static char *f (char * (*g) (char **, int), char **p, ...) | |
5094 | { | |
5095 | char *s; | |
5096 | va_list v; | |
5097 | va_start (v,p); | |
5098 | s = g (p, va_arg (v,int)); | |
5099 | va_end (v); | |
5100 | return s; | |
5101 | } | |
5464f5a1 | 5102 | |
cfbc9945 SE |
5103 | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has |
5104 | function prototypes and stuff, but not '\xHH' hex character constants. | |
5105 | These don't provoke an error unfortunately, instead are silently treated | |
81ecdfbb | 5106 | as 'x'. The following induces an error, until -std is added to get |
cfbc9945 SE |
5107 | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an |
5108 | array size at least. It's necessary to write '\x00'==0 to get something | |
81ecdfbb | 5109 | that's true only with -std. */ |
cfbc9945 SE |
5110 | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; |
5111 | ||
81ecdfbb RW |
5112 | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters |
5113 | inside strings and character constants. */ | |
5114 | #define FOO(x) 'x' | |
5115 | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | |
5116 | ||
cfbc9945 SE |
5117 | int test (int i, double x); |
5118 | struct s1 {int (*f) (int a);}; | |
5119 | struct s2 {int (*f) (double a);}; | |
5120 | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | |
5121 | int argc; | |
5122 | char **argv; | |
5123 | int | |
5124 | main () | |
5125 | { | |
5126 | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | |
5127 | ; | |
5128 | return 0; | |
5129 | } | |
5130 | _ACEOF | |
81ecdfbb RW |
5131 | for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ |
5132 | -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" | |
cfbc9945 SE |
5133 | do |
5134 | CC="$ac_save_CC $ac_arg" | |
81ecdfbb RW |
5135 | if ac_fn_c_try_compile "$LINENO"; then : |
5136 | ac_cv_prog_cc_c89=$ac_arg | |
5464f5a1 | 5137 | fi |
81ecdfbb RW |
5138 | rm -f core conftest.err conftest.$ac_objext |
5139 | test "x$ac_cv_prog_cc_c89" != "xno" && break | |
5464f5a1 | 5140 | done |
81ecdfbb | 5141 | rm -f conftest.$ac_ext |
cfbc9945 | 5142 | CC=$ac_save_CC |
5464f5a1 | 5143 | |
ac48eca1 | 5144 | fi |
81ecdfbb RW |
5145 | # AC_CACHE_VAL |
5146 | case "x$ac_cv_prog_cc_c89" in | |
5147 | x) | |
5148 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 | |
5149 | $as_echo "none needed" >&6; } ;; | |
5150 | xno) | |
5151 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 | |
5152 | $as_echo "unsupported" >&6; } ;; | |
cfbc9945 | 5153 | *) |
81ecdfbb RW |
5154 | CC="$CC $ac_cv_prog_cc_c89" |
5155 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 | |
5156 | $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; | |
cfbc9945 | 5157 | esac |
81ecdfbb | 5158 | if test "x$ac_cv_prog_cc_c89" != xno; then : |
6be7c12c | 5159 | |
6ec7057a | 5160 | fi |
cfbc9945 | 5161 | |
cfbc9945 SE |
5162 | ac_ext=c |
5163 | ac_cpp='$CPP $CPPFLAGS' | |
5164 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
5165 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
5166 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
92f01d61 | 5167 | |
d0ac1c44 SM |
5168 | ac_ext=c |
5169 | ac_cpp='$CPP $CPPFLAGS' | |
5170 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
5171 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
5172 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
5173 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 | |
5174 | $as_echo_n "checking whether $CC understands -c and -o together... " >&6; } | |
5175 | if ${am_cv_prog_cc_c_o+:} false; then : | |
5176 | $as_echo_n "(cached) " >&6 | |
5177 | else | |
5178 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
5179 | /* end confdefs.h. */ | |
5180 | ||
5181 | int | |
5182 | main () | |
5183 | { | |
5184 | ||
5185 | ; | |
5186 | return 0; | |
5187 | } | |
5188 | _ACEOF | |
5189 | # Make sure it works both with $CC and with simple cc. | |
5190 | # Following AC_PROG_CC_C_O, we do the test twice because some | |
5191 | # compilers refuse to overwrite an existing .o file with -o, | |
5192 | # though they will create one. | |
5193 | am_cv_prog_cc_c_o=yes | |
5194 | for am_i in 1 2; do | |
5195 | if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 | |
5196 | ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 | |
5197 | ac_status=$? | |
5198 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
5199 | (exit $ac_status); } \ | |
5200 | && test -f conftest2.$ac_objext; then | |
5201 | : OK | |
5202 | else | |
5203 | am_cv_prog_cc_c_o=no | |
5204 | break | |
5205 | fi | |
5206 | done | |
5207 | rm -f core conftest* | |
5208 | unset am_i | |
5209 | fi | |
5210 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 | |
5211 | $as_echo "$am_cv_prog_cc_c_o" >&6; } | |
5212 | if test "$am_cv_prog_cc_c_o" != yes; then | |
5213 | # Losing compiler, so override with the script. | |
5214 | # FIXME: It is wrong to rewrite CC. | |
5215 | # But if we don't then we get into trouble of one sort or another. | |
5216 | # A longer-term fix would be to have automake use am__CC in this case, | |
5217 | # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" | |
5218 | CC="$am_aux_dir/compile $CC" | |
5219 | fi | |
5220 | ac_ext=c | |
5221 | ac_cpp='$CPP $CPPFLAGS' | |
5222 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
5223 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
5224 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
5225 | ||
5226 | ||
7357c5b6 AM |
5227 | ac_ext=c |
5228 | ac_cpp='$CPP $CPPFLAGS' | |
5229 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
5230 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
5231 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
81ecdfbb RW |
5232 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 |
5233 | $as_echo_n "checking how to run the C preprocessor... " >&6; } | |
7357c5b6 AM |
5234 | # On Suns, sometimes $CPP names a directory. |
5235 | if test -n "$CPP" && test -d "$CPP"; then | |
5236 | CPP= | |
5237 | fi | |
5238 | if test -z "$CPP"; then | |
d0ac1c44 | 5239 | if ${ac_cv_prog_CPP+:} false; then : |
81ecdfbb | 5240 | $as_echo_n "(cached) " >&6 |
7357c5b6 AM |
5241 | else |
5242 | # Double quotes because CPP needs to be expanded | |
5243 | for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" | |
5244 | do | |
5245 | ac_preproc_ok=false | |
5246 | for ac_c_preproc_warn_flag in '' yes | |
5247 | do | |
5248 | # Use a header file that comes with gcc, so configuring glibc | |
5249 | # with a fresh cross-compiler works. | |
5250 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
5251 | # <limits.h> exists even on freestanding compilers. | |
5252 | # On the NeXT, cc -E runs the code through the compiler's parser, | |
5253 | # not just through cpp. "Syntax error" is here to catch this case. | |
81ecdfbb | 5254 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
5255 | /* end confdefs.h. */ |
5256 | #ifdef __STDC__ | |
5257 | # include <limits.h> | |
5258 | #else | |
5259 | # include <assert.h> | |
5260 | #endif | |
5261 | Syntax error | |
5262 | _ACEOF | |
81ecdfbb | 5263 | if ac_fn_c_try_cpp "$LINENO"; then : |
cfbc9945 | 5264 | |
81ecdfbb | 5265 | else |
7357c5b6 AM |
5266 | # Broken: fails on valid input. |
5267 | continue | |
5268 | fi | |
d0ac1c44 | 5269 | rm -f conftest.err conftest.i conftest.$ac_ext |
d7040cdb | 5270 | |
81ecdfbb | 5271 | # OK, works on sane cases. Now check whether nonexistent headers |
7357c5b6 | 5272 | # can be detected and how. |
81ecdfbb | 5273 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
5274 | /* end confdefs.h. */ |
5275 | #include <ac_nonexistent.h> | |
5276 | _ACEOF | |
81ecdfbb | 5277 | if ac_fn_c_try_cpp "$LINENO"; then : |
7357c5b6 AM |
5278 | # Broken: success on invalid input. |
5279 | continue | |
5280 | else | |
7357c5b6 AM |
5281 | # Passes both tests. |
5282 | ac_preproc_ok=: | |
5283 | break | |
5284 | fi | |
d0ac1c44 | 5285 | rm -f conftest.err conftest.i conftest.$ac_ext |
d7040cdb | 5286 | |
7357c5b6 AM |
5287 | done |
5288 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
d0ac1c44 | 5289 | rm -f conftest.i conftest.err conftest.$ac_ext |
81ecdfbb | 5290 | if $ac_preproc_ok; then : |
7357c5b6 AM |
5291 | break |
5292 | fi | |
d7040cdb | 5293 | |
7357c5b6 AM |
5294 | done |
5295 | ac_cv_prog_CPP=$CPP | |
d7040cdb | 5296 | |
7357c5b6 AM |
5297 | fi |
5298 | CPP=$ac_cv_prog_CPP | |
5299 | else | |
5300 | ac_cv_prog_CPP=$CPP | |
5301 | fi | |
81ecdfbb RW |
5302 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 |
5303 | $as_echo "$CPP" >&6; } | |
7357c5b6 AM |
5304 | ac_preproc_ok=false |
5305 | for ac_c_preproc_warn_flag in '' yes | |
5306 | do | |
5307 | # Use a header file that comes with gcc, so configuring glibc | |
5308 | # with a fresh cross-compiler works. | |
5309 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
5310 | # <limits.h> exists even on freestanding compilers. | |
5311 | # On the NeXT, cc -E runs the code through the compiler's parser, | |
5312 | # not just through cpp. "Syntax error" is here to catch this case. | |
81ecdfbb | 5313 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
5314 | /* end confdefs.h. */ |
5315 | #ifdef __STDC__ | |
5316 | # include <limits.h> | |
5317 | #else | |
5318 | # include <assert.h> | |
5319 | #endif | |
5320 | Syntax error | |
5321 | _ACEOF | |
81ecdfbb | 5322 | if ac_fn_c_try_cpp "$LINENO"; then : |
d7040cdb | 5323 | |
81ecdfbb | 5324 | else |
7357c5b6 AM |
5325 | # Broken: fails on valid input. |
5326 | continue | |
5327 | fi | |
d0ac1c44 | 5328 | rm -f conftest.err conftest.i conftest.$ac_ext |
d7040cdb | 5329 | |
81ecdfbb | 5330 | # OK, works on sane cases. Now check whether nonexistent headers |
7357c5b6 | 5331 | # can be detected and how. |
81ecdfbb | 5332 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
5333 | /* end confdefs.h. */ |
5334 | #include <ac_nonexistent.h> | |
5335 | _ACEOF | |
81ecdfbb | 5336 | if ac_fn_c_try_cpp "$LINENO"; then : |
7357c5b6 AM |
5337 | # Broken: success on invalid input. |
5338 | continue | |
5339 | else | |
7357c5b6 AM |
5340 | # Passes both tests. |
5341 | ac_preproc_ok=: | |
5342 | break | |
5343 | fi | |
d0ac1c44 | 5344 | rm -f conftest.err conftest.i conftest.$ac_ext |
d7040cdb | 5345 | |
7357c5b6 AM |
5346 | done |
5347 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
d0ac1c44 | 5348 | rm -f conftest.i conftest.err conftest.$ac_ext |
81ecdfbb RW |
5349 | if $ac_preproc_ok; then : |
5350 | ||
7357c5b6 | 5351 | else |
81ecdfbb RW |
5352 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
5353 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
d0ac1c44 SM |
5354 | as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
5355 | See \`config.log' for more details" "$LINENO" 5; } | |
7357c5b6 | 5356 | fi |
d7040cdb | 5357 | |
7357c5b6 AM |
5358 | ac_ext=c |
5359 | ac_cpp='$CPP $CPPFLAGS' | |
5360 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
5361 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
5362 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
d7040cdb | 5363 | |
d7040cdb | 5364 | |
81ecdfbb RW |
5365 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 |
5366 | $as_echo_n "checking for grep that handles long lines and -e... " >&6; } | |
d0ac1c44 | 5367 | if ${ac_cv_path_GREP+:} false; then : |
81ecdfbb RW |
5368 | $as_echo_n "(cached) " >&6 |
5369 | else | |
5370 | if test -z "$GREP"; then | |
5371 | ac_path_GREP_found=false | |
5372 | # Loop through the user's path and test for each of PROGNAME-LIST | |
5373 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
5374 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin | |
5375 | do | |
5376 | IFS=$as_save_IFS | |
5377 | test -z "$as_dir" && as_dir=. | |
5378 | for ac_prog in grep ggrep; do | |
5379 | for ac_exec_ext in '' $ac_executable_extensions; do | |
5380 | ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" | |
d0ac1c44 | 5381 | as_fn_executable_p "$ac_path_GREP" || continue |
81ecdfbb RW |
5382 | # Check for GNU ac_path_GREP and select it if it is found. |
5383 | # Check for GNU $ac_path_GREP | |
5384 | case `"$ac_path_GREP" --version 2>&1` in | |
5385 | *GNU*) | |
5386 | ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; | |
5387 | *) | |
5388 | ac_count=0 | |
5389 | $as_echo_n 0123456789 >"conftest.in" | |
5390 | while : | |
5391 | do | |
5392 | cat "conftest.in" "conftest.in" >"conftest.tmp" | |
5393 | mv "conftest.tmp" "conftest.in" | |
5394 | cp "conftest.in" "conftest.nl" | |
5395 | $as_echo 'GREP' >> "conftest.nl" | |
5396 | "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break | |
5397 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | |
5398 | as_fn_arith $ac_count + 1 && ac_count=$as_val | |
5399 | if test $ac_count -gt ${ac_path_GREP_max-0}; then | |
5400 | # Best one so far, save it but keep looking for a better one | |
5401 | ac_cv_path_GREP="$ac_path_GREP" | |
5402 | ac_path_GREP_max=$ac_count | |
5403 | fi | |
5404 | # 10*(2^10) chars as input seems more than enough | |
5405 | test $ac_count -gt 10 && break | |
5406 | done | |
5407 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | |
5408 | esac | |
5409 | ||
5410 | $ac_path_GREP_found && break 3 | |
5411 | done | |
5412 | done | |
5413 | done | |
5414 | IFS=$as_save_IFS | |
5415 | if test -z "$ac_cv_path_GREP"; then | |
d0ac1c44 | 5416 | as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
81ecdfbb RW |
5417 | fi |
5418 | else | |
5419 | ac_cv_path_GREP=$GREP | |
5420 | fi | |
5421 | ||
5422 | fi | |
5423 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 | |
5424 | $as_echo "$ac_cv_path_GREP" >&6; } | |
5425 | GREP="$ac_cv_path_GREP" | |
5426 | ||
5427 | ||
5428 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 | |
5429 | $as_echo_n "checking for egrep... " >&6; } | |
d0ac1c44 | 5430 | if ${ac_cv_path_EGREP+:} false; then : |
81ecdfbb | 5431 | $as_echo_n "(cached) " >&6 |
7357c5b6 | 5432 | else |
81ecdfbb RW |
5433 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
5434 | then ac_cv_path_EGREP="$GREP -E" | |
5435 | else | |
5436 | if test -z "$EGREP"; then | |
5437 | ac_path_EGREP_found=false | |
5438 | # Loop through the user's path and test for each of PROGNAME-LIST | |
5439 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
5440 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin | |
5441 | do | |
5442 | IFS=$as_save_IFS | |
5443 | test -z "$as_dir" && as_dir=. | |
5444 | for ac_prog in egrep; do | |
5445 | for ac_exec_ext in '' $ac_executable_extensions; do | |
5446 | ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" | |
d0ac1c44 | 5447 | as_fn_executable_p "$ac_path_EGREP" || continue |
81ecdfbb RW |
5448 | # Check for GNU ac_path_EGREP and select it if it is found. |
5449 | # Check for GNU $ac_path_EGREP | |
5450 | case `"$ac_path_EGREP" --version 2>&1` in | |
5451 | *GNU*) | |
5452 | ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; | |
5453 | *) | |
5454 | ac_count=0 | |
5455 | $as_echo_n 0123456789 >"conftest.in" | |
5456 | while : | |
5457 | do | |
5458 | cat "conftest.in" "conftest.in" >"conftest.tmp" | |
5459 | mv "conftest.tmp" "conftest.in" | |
5460 | cp "conftest.in" "conftest.nl" | |
5461 | $as_echo 'EGREP' >> "conftest.nl" | |
5462 | "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break | |
5463 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | |
5464 | as_fn_arith $ac_count + 1 && ac_count=$as_val | |
5465 | if test $ac_count -gt ${ac_path_EGREP_max-0}; then | |
5466 | # Best one so far, save it but keep looking for a better one | |
5467 | ac_cv_path_EGREP="$ac_path_EGREP" | |
5468 | ac_path_EGREP_max=$ac_count | |
7357c5b6 | 5469 | fi |
81ecdfbb RW |
5470 | # 10*(2^10) chars as input seems more than enough |
5471 | test $ac_count -gt 10 && break | |
5472 | done | |
5473 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | |
5474 | esac | |
5475 | ||
5476 | $ac_path_EGREP_found && break 3 | |
5477 | done | |
5478 | done | |
5479 | done | |
5480 | IFS=$as_save_IFS | |
5481 | if test -z "$ac_cv_path_EGREP"; then | |
d0ac1c44 | 5482 | as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
81ecdfbb RW |
5483 | fi |
5484 | else | |
5485 | ac_cv_path_EGREP=$EGREP | |
5486 | fi | |
5487 | ||
5488 | fi | |
7357c5b6 | 5489 | fi |
81ecdfbb RW |
5490 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 |
5491 | $as_echo "$ac_cv_path_EGREP" >&6; } | |
5492 | EGREP="$ac_cv_path_EGREP" | |
d7040cdb SE |
5493 | |
5494 | ||
81ecdfbb RW |
5495 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
5496 | $as_echo_n "checking for ANSI C header files... " >&6; } | |
d0ac1c44 | 5497 | if ${ac_cv_header_stdc+:} false; then : |
81ecdfbb | 5498 | $as_echo_n "(cached) " >&6 |
7357c5b6 | 5499 | else |
81ecdfbb | 5500 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
5501 | /* end confdefs.h. */ |
5502 | #include <stdlib.h> | |
5503 | #include <stdarg.h> | |
5504 | #include <string.h> | |
5505 | #include <float.h> | |
d7040cdb | 5506 | |
7357c5b6 AM |
5507 | int |
5508 | main () | |
5509 | { | |
d7040cdb | 5510 | |
7357c5b6 AM |
5511 | ; |
5512 | return 0; | |
5513 | } | |
5514 | _ACEOF | |
81ecdfbb | 5515 | if ac_fn_c_try_compile "$LINENO"; then : |
7357c5b6 | 5516 | ac_cv_header_stdc=yes |
c428fa83 | 5517 | else |
81ecdfbb | 5518 | ac_cv_header_stdc=no |
7357c5b6 | 5519 | fi |
81ecdfbb | 5520 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
d7040cdb | 5521 | |
7357c5b6 AM |
5522 | if test $ac_cv_header_stdc = yes; then |
5523 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
81ecdfbb | 5524 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
5525 | /* end confdefs.h. */ |
5526 | #include <string.h> | |
d7040cdb | 5527 | |
7357c5b6 AM |
5528 | _ACEOF |
5529 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
81ecdfbb RW |
5530 | $EGREP "memchr" >/dev/null 2>&1; then : |
5531 | ||
7357c5b6 AM |
5532 | else |
5533 | ac_cv_header_stdc=no | |
5534 | fi | |
5535 | rm -f conftest* | |
d7040cdb | 5536 | |
7357c5b6 | 5537 | fi |
d7040cdb | 5538 | |
7357c5b6 AM |
5539 | if test $ac_cv_header_stdc = yes; then |
5540 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
81ecdfbb | 5541 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
5542 | /* end confdefs.h. */ |
5543 | #include <stdlib.h> | |
d7040cdb | 5544 | |
7357c5b6 AM |
5545 | _ACEOF |
5546 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
81ecdfbb RW |
5547 | $EGREP "free" >/dev/null 2>&1; then : |
5548 | ||
7357c5b6 AM |
5549 | else |
5550 | ac_cv_header_stdc=no | |
5551 | fi | |
5552 | rm -f conftest* | |
d7040cdb | 5553 | |
7357c5b6 | 5554 | fi |
d7040cdb | 5555 | |
7357c5b6 AM |
5556 | if test $ac_cv_header_stdc = yes; then |
5557 | # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
81ecdfbb | 5558 | if test "$cross_compiling" = yes; then : |
7357c5b6 AM |
5559 | : |
5560 | else | |
81ecdfbb | 5561 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
5562 | /* end confdefs.h. */ |
5563 | #include <ctype.h> | |
81ecdfbb | 5564 | #include <stdlib.h> |
7357c5b6 AM |
5565 | #if ((' ' & 0x0FF) == 0x020) |
5566 | # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
5567 | # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
5568 | #else | |
5569 | # define ISLOWER(c) \ | |
5570 | (('a' <= (c) && (c) <= 'i') \ | |
5571 | || ('j' <= (c) && (c) <= 'r') \ | |
5572 | || ('s' <= (c) && (c) <= 'z')) | |
5573 | # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) | |
5574 | #endif | |
d7040cdb | 5575 | |
7357c5b6 AM |
5576 | #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) |
5577 | int | |
5578 | main () | |
5579 | { | |
5580 | int i; | |
5581 | for (i = 0; i < 256; i++) | |
5582 | if (XOR (islower (i), ISLOWER (i)) | |
5583 | || toupper (i) != TOUPPER (i)) | |
81ecdfbb RW |
5584 | return 2; |
5585 | return 0; | |
7357c5b6 AM |
5586 | } |
5587 | _ACEOF | |
81ecdfbb | 5588 | if ac_fn_c_try_run "$LINENO"; then : |
d7040cdb | 5589 | |
81ecdfbb RW |
5590 | else |
5591 | ac_cv_header_stdc=no | |
7357c5b6 | 5592 | fi |
81ecdfbb RW |
5593 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ |
5594 | conftest.$ac_objext conftest.beam conftest.$ac_ext | |
7357c5b6 | 5595 | fi |
81ecdfbb | 5596 | |
7357c5b6 AM |
5597 | fi |
5598 | fi | |
81ecdfbb RW |
5599 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 |
5600 | $as_echo "$ac_cv_header_stdc" >&6; } | |
7357c5b6 | 5601 | if test $ac_cv_header_stdc = yes; then |
d7040cdb | 5602 | |
81ecdfbb | 5603 | $as_echo "#define STDC_HEADERS 1" >>confdefs.h |
d7040cdb | 5604 | |
7357c5b6 | 5605 | fi |
d7040cdb | 5606 | |
7357c5b6 | 5607 | # On IRIX 5.3, sys/types and inttypes.h are conflicting. |
7357c5b6 AM |
5608 | for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ |
5609 | inttypes.h stdint.h unistd.h | |
81ecdfbb RW |
5610 | do : |
5611 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
5612 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | |
5613 | " | |
d0ac1c44 | 5614 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
7357c5b6 | 5615 | cat >>confdefs.h <<_ACEOF |
81ecdfbb | 5616 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
7357c5b6 | 5617 | _ACEOF |
d7040cdb | 5618 | |
7357c5b6 AM |
5619 | fi |
5620 | ||
5621 | done | |
5622 | ||
5623 | ||
5624 | ||
81ecdfbb | 5625 | ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" |
d0ac1c44 | 5626 | if test "x$ac_cv_header_minix_config_h" = xyes; then : |
7357c5b6 AM |
5627 | MINIX=yes |
5628 | else | |
5629 | MINIX= | |
5630 | fi | |
d7040cdb SE |
5631 | |
5632 | ||
7357c5b6 | 5633 | if test "$MINIX" = yes; then |
d7040cdb | 5634 | |
81ecdfbb | 5635 | $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h |
d7040cdb SE |
5636 | |
5637 | ||
81ecdfbb | 5638 | $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h |
d7040cdb SE |
5639 | |
5640 | ||
81ecdfbb | 5641 | $as_echo "#define _MINIX 1" >>confdefs.h |
d7040cdb | 5642 | |
7357c5b6 | 5643 | fi |
d7040cdb SE |
5644 | |
5645 | ||
81ecdfbb RW |
5646 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 |
5647 | $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } | |
d0ac1c44 | 5648 | if ${ac_cv_safe_to_define___extensions__+:} false; then : |
81ecdfbb | 5649 | $as_echo_n "(cached) " >&6 |
d053aef8 | 5650 | else |
81ecdfbb | 5651 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d053aef8 | 5652 | /* end confdefs.h. */ |
ce3c775b | 5653 | |
d0ac1c44 SM |
5654 | # define __EXTENSIONS__ 1 |
5655 | $ac_includes_default | |
d053aef8 JK |
5656 | int |
5657 | main () | |
5658 | { | |
5659 | ||
5660 | ; | |
5661 | return 0; | |
5662 | } | |
5663 | _ACEOF | |
81ecdfbb | 5664 | if ac_fn_c_try_compile "$LINENO"; then : |
ce3c775b | 5665 | ac_cv_safe_to_define___extensions__=yes |
d053aef8 | 5666 | else |
81ecdfbb | 5667 | ac_cv_safe_to_define___extensions__=no |
d053aef8 | 5668 | fi |
81ecdfbb | 5669 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
ce3c775b | 5670 | fi |
81ecdfbb RW |
5671 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5 |
5672 | $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } | |
ce3c775b | 5673 | test $ac_cv_safe_to_define___extensions__ = yes && |
81ecdfbb | 5674 | $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h |
d053aef8 | 5675 | |
81ecdfbb | 5676 | $as_echo "#define _ALL_SOURCE 1" >>confdefs.h |
d053aef8 | 5677 | |
81ecdfbb RW |
5678 | $as_echo "#define _GNU_SOURCE 1" >>confdefs.h |
5679 | ||
5680 | $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h | |
5681 | ||
5682 | $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h | |
d053aef8 | 5683 | |
ce3c775b | 5684 | |
d053aef8 | 5685 | |
d053aef8 | 5686 | |
d7040cdb | 5687 | |
718a6fd8 SE |
5688 | case `pwd` in |
5689 | *\ * | *\ *) | |
81ecdfbb RW |
5690 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 |
5691 | $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; | |
718a6fd8 | 5692 | esac |
d7040cdb SE |
5693 | |
5694 | ||
7357c5b6 | 5695 | |
3725885a RW |
5696 | macro_version='2.2.7a' |
5697 | macro_revision='1.3134' | |
7357c5b6 AM |
5698 | |
5699 | ||
5700 | ||
5701 | ||
5702 | ||
5703 | ||
7357c5b6 AM |
5704 | |
5705 | ||
5706 | ||
5707 | ||
5708 | ||
5709 | ||
5710 | ||
718a6fd8 | 5711 | ltmain="$ac_aux_dir/ltmain.sh" |
7357c5b6 | 5712 | |
3725885a RW |
5713 | # Backslashify metacharacters that are still active within |
5714 | # double-quoted strings. | |
5715 | sed_quote_subst='s/\(["`$\\]\)/\\\1/g' | |
5716 | ||
5717 | # Same as above, but do not quote variable references. | |
5718 | double_quote_subst='s/\(["`\\]\)/\\\1/g' | |
5719 | ||
5720 | # Sed substitution to delay expansion of an escaped shell variable in a | |
5721 | # double_quote_subst'ed string. | |
5722 | delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' | |
5723 | ||
5724 | # Sed substitution to delay expansion of an escaped single quote. | |
5725 | delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' | |
5726 | ||
5727 | # Sed substitution to avoid accidental globbing in evaled expressions | |
5728 | no_glob_subst='s/\*/\\\*/g' | |
5729 | ||
5730 | ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' | |
5731 | ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO | |
5732 | ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | |
5733 | ||
5734 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | |
5735 | $as_echo_n "checking how to print strings... " >&6; } | |
5736 | # Test print first, because it will be a builtin if present. | |
5737 | if test "X`print -r -- -n 2>/dev/null`" = X-n && \ | |
5738 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | |
5739 | ECHO='print -r --' | |
5740 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | |
5741 | ECHO='printf %s\n' | |
5742 | else | |
5743 | # Use this function as a fallback that always works. | |
5744 | func_fallback_echo () | |
5745 | { | |
5746 | eval 'cat <<_LTECHO_EOF | |
5747 | $1 | |
5748 | _LTECHO_EOF' | |
5749 | } | |
5750 | ECHO='func_fallback_echo' | |
5751 | fi | |
5752 | ||
5753 | # func_echo_all arg... | |
5754 | # Invoke $ECHO with all args, space-separated. | |
5755 | func_echo_all () | |
5756 | { | |
5757 | $ECHO "" | |
5758 | } | |
5759 | ||
5760 | case "$ECHO" in | |
5761 | printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 | |
5762 | $as_echo "printf" >&6; } ;; | |
5763 | print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 | |
5764 | $as_echo "print -r" >&6; } ;; | |
5765 | *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 | |
5766 | $as_echo "cat" >&6; } ;; | |
5767 | esac | |
5768 | ||
5769 | ||
5770 | ||
5771 | ||
5772 | ||
5773 | ||
5774 | ||
5775 | ||
5776 | ||
5777 | ||
5778 | ||
5779 | ||
5780 | ||
5781 | ||
81ecdfbb RW |
5782 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 |
5783 | $as_echo_n "checking for a sed that does not truncate output... " >&6; } | |
d0ac1c44 | 5784 | if ${ac_cv_path_SED+:} false; then : |
81ecdfbb | 5785 | $as_echo_n "(cached) " >&6 |
7357c5b6 | 5786 | else |
81ecdfbb RW |
5787 | ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ |
5788 | for ac_i in 1 2 3 4 5 6 7; do | |
5789 | ac_script="$ac_script$as_nl$ac_script" | |
5790 | done | |
5791 | echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed | |
5792 | { ac_script=; unset ac_script;} | |
5793 | if test -z "$SED"; then | |
5794 | ac_path_SED_found=false | |
5795 | # Loop through the user's path and test for each of PROGNAME-LIST | |
5796 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7357c5b6 AM |
5797 | for as_dir in $PATH |
5798 | do | |
5799 | IFS=$as_save_IFS | |
5800 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 5801 | for ac_prog in sed gsed; do |
7357c5b6 | 5802 | for ac_exec_ext in '' $ac_executable_extensions; do |
81ecdfbb | 5803 | ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" |
d0ac1c44 | 5804 | as_fn_executable_p "$ac_path_SED" || continue |
81ecdfbb RW |
5805 | # Check for GNU ac_path_SED and select it if it is found. |
5806 | # Check for GNU $ac_path_SED | |
5807 | case `"$ac_path_SED" --version 2>&1` in | |
5808 | *GNU*) | |
5809 | ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; | |
5810 | *) | |
5811 | ac_count=0 | |
5812 | $as_echo_n 0123456789 >"conftest.in" | |
5813 | while : | |
5814 | do | |
5815 | cat "conftest.in" "conftest.in" >"conftest.tmp" | |
5816 | mv "conftest.tmp" "conftest.in" | |
5817 | cp "conftest.in" "conftest.nl" | |
5818 | $as_echo '' >> "conftest.nl" | |
5819 | "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break | |
5820 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | |
5821 | as_fn_arith $ac_count + 1 && ac_count=$as_val | |
5822 | if test $ac_count -gt ${ac_path_SED_max-0}; then | |
5823 | # Best one so far, save it but keep looking for a better one | |
5824 | ac_cv_path_SED="$ac_path_SED" | |
5825 | ac_path_SED_max=$ac_count | |
5826 | fi | |
5827 | # 10*(2^10) chars as input seems more than enough | |
5828 | test $ac_count -gt 10 && break | |
5829 | done | |
5830 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | |
5831 | esac | |
5832 | ||
5833 | $ac_path_SED_found && break 3 | |
7357c5b6 AM |
5834 | done |
5835 | done | |
81ecdfbb | 5836 | done |
7357c5b6 | 5837 | IFS=$as_save_IFS |
81ecdfbb | 5838 | if test -z "$ac_cv_path_SED"; then |
d0ac1c44 | 5839 | as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 |
7357c5b6 | 5840 | fi |
81ecdfbb RW |
5841 | else |
5842 | ac_cv_path_SED=$SED | |
7357c5b6 AM |
5843 | fi |
5844 | ||
81ecdfbb RW |
5845 | fi |
5846 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 | |
5847 | $as_echo "$ac_cv_path_SED" >&6; } | |
5848 | SED="$ac_cv_path_SED" | |
5849 | rm -f conftest.sed | |
7357c5b6 AM |
5850 | |
5851 | test -z "$SED" && SED=sed | |
5852 | Xsed="$SED -e 1s/^X//" | |
5853 | ||
5854 | ||
5855 | ||
5856 | ||
5857 | ||
5858 | ||
5859 | ||
5860 | ||
5861 | ||
5862 | ||
5863 | ||
81ecdfbb RW |
5864 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 |
5865 | $as_echo_n "checking for fgrep... " >&6; } | |
d0ac1c44 | 5866 | if ${ac_cv_path_FGREP+:} false; then : |
81ecdfbb | 5867 | $as_echo_n "(cached) " >&6 |
7357c5b6 | 5868 | else |
81ecdfbb RW |
5869 | if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 |
5870 | then ac_cv_path_FGREP="$GREP -F" | |
5871 | else | |
5872 | if test -z "$FGREP"; then | |
5873 | ac_path_FGREP_found=false | |
5874 | # Loop through the user's path and test for each of PROGNAME-LIST | |
5875 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
5876 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin | |
5877 | do | |
5878 | IFS=$as_save_IFS | |
5879 | test -z "$as_dir" && as_dir=. | |
5880 | for ac_prog in fgrep; do | |
5881 | for ac_exec_ext in '' $ac_executable_extensions; do | |
5882 | ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" | |
d0ac1c44 | 5883 | as_fn_executable_p "$ac_path_FGREP" || continue |
81ecdfbb RW |
5884 | # Check for GNU ac_path_FGREP and select it if it is found. |
5885 | # Check for GNU $ac_path_FGREP | |
5886 | case `"$ac_path_FGREP" --version 2>&1` in | |
5887 | *GNU*) | |
5888 | ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; | |
5889 | *) | |
5890 | ac_count=0 | |
5891 | $as_echo_n 0123456789 >"conftest.in" | |
5892 | while : | |
5893 | do | |
5894 | cat "conftest.in" "conftest.in" >"conftest.tmp" | |
5895 | mv "conftest.tmp" "conftest.in" | |
5896 | cp "conftest.in" "conftest.nl" | |
5897 | $as_echo 'FGREP' >> "conftest.nl" | |
5898 | "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break | |
5899 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | |
5900 | as_fn_arith $ac_count + 1 && ac_count=$as_val | |
5901 | if test $ac_count -gt ${ac_path_FGREP_max-0}; then | |
5902 | # Best one so far, save it but keep looking for a better one | |
5903 | ac_cv_path_FGREP="$ac_path_FGREP" | |
5904 | ac_path_FGREP_max=$ac_count | |
7357c5b6 | 5905 | fi |
81ecdfbb RW |
5906 | # 10*(2^10) chars as input seems more than enough |
5907 | test $ac_count -gt 10 && break | |
5908 | done | |
5909 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | |
5910 | esac | |
5911 | ||
5912 | $ac_path_FGREP_found && break 3 | |
5913 | done | |
5914 | done | |
5915 | done | |
5916 | IFS=$as_save_IFS | |
5917 | if test -z "$ac_cv_path_FGREP"; then | |
d0ac1c44 | 5918 | as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
81ecdfbb RW |
5919 | fi |
5920 | else | |
5921 | ac_cv_path_FGREP=$FGREP | |
7357c5b6 | 5922 | fi |
81ecdfbb RW |
5923 | |
5924 | fi | |
5925 | fi | |
5926 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 | |
5927 | $as_echo "$ac_cv_path_FGREP" >&6; } | |
5928 | FGREP="$ac_cv_path_FGREP" | |
7357c5b6 AM |
5929 | |
5930 | ||
5931 | test -z "$GREP" && GREP=grep | |
5932 | ||
5933 | ||
5934 | ||
5935 | ||
5936 | ||
5937 | ||
5938 | ||
5939 | ||
5940 | ||
5941 | ||
5942 | ||
5943 | ||
5944 | ||
5945 | ||
5946 | ||
5947 | ||
5948 | ||
5949 | ||
5950 | ||
81ecdfbb RW |
5951 | # Check whether --with-gnu-ld was given. |
5952 | if test "${with_gnu_ld+set}" = set; then : | |
5953 | withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes | |
7357c5b6 AM |
5954 | else |
5955 | with_gnu_ld=no | |
81ecdfbb RW |
5956 | fi |
5957 | ||
7357c5b6 AM |
5958 | ac_prog=ld |
5959 | if test "$GCC" = yes; then | |
5960 | # Check if gcc -print-prog-name=ld gives a path. | |
81ecdfbb RW |
5961 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 |
5962 | $as_echo_n "checking for ld used by $CC... " >&6; } | |
7357c5b6 AM |
5963 | case $host in |
5964 | *-*-mingw*) | |
5965 | # gcc leaves a trailing carriage return which upsets mingw | |
5966 | ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; | |
5967 | *) | |
5968 | ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; | |
5969 | esac | |
5970 | case $ac_prog in | |
5971 | # Accept absolute paths. | |
5972 | [\\/]* | ?:[\\/]*) | |
5973 | re_direlt='/[^/][^/]*/\.\./' | |
5974 | # Canonicalize the pathname of ld | |
5975 | ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` | |
5976 | while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do | |
d7040cdb | 5977 | ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` |
cfbc9945 SE |
5978 | done |
5979 | test -z "$LD" && LD="$ac_prog" | |
5980 | ;; | |
5bd8253d | 5981 | "") |
cfbc9945 SE |
5982 | # If it fails, then pretend we aren't using GCC. |
5983 | ac_prog=ld | |
5bd8253d L |
5984 | ;; |
5985 | *) | |
cfbc9945 SE |
5986 | # If it is relative, then search for the first ld in PATH. |
5987 | with_gnu_ld=unknown | |
5bd8253d | 5988 | ;; |
cfbc9945 SE |
5989 | esac |
5990 | elif test "$with_gnu_ld" = yes; then | |
81ecdfbb RW |
5991 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 |
5992 | $as_echo_n "checking for GNU ld... " >&6; } | |
cfbc9945 | 5993 | else |
81ecdfbb RW |
5994 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 |
5995 | $as_echo_n "checking for non-GNU ld... " >&6; } | |
cfbc9945 | 5996 | fi |
d0ac1c44 | 5997 | if ${lt_cv_path_LD+:} false; then : |
81ecdfbb | 5998 | $as_echo_n "(cached) " >&6 |
cfbc9945 SE |
5999 | else |
6000 | if test -z "$LD"; then | |
d7040cdb | 6001 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR |
cfbc9945 | 6002 | for ac_dir in $PATH; do |
d7040cdb | 6003 | IFS="$lt_save_ifs" |
cfbc9945 SE |
6004 | test -z "$ac_dir" && ac_dir=. |
6005 | if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then | |
6006 | lt_cv_path_LD="$ac_dir/$ac_prog" | |
6007 | # Check to see if the program is GNU ld. I'd rather use --version, | |
d7040cdb | 6008 | # but apparently some variants of GNU ld only accept -v. |
cfbc9945 | 6009 | # Break only if it was the GNU/non-GNU ld that we prefer. |
d7040cdb SE |
6010 | case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in |
6011 | *GNU* | *'with BFD'*) | |
cfbc9945 | 6012 | test "$with_gnu_ld" != no && break |
d7040cdb SE |
6013 | ;; |
6014 | *) | |
cfbc9945 | 6015 | test "$with_gnu_ld" != yes && break |
d7040cdb SE |
6016 | ;; |
6017 | esac | |
cfbc9945 SE |
6018 | fi |
6019 | done | |
d7040cdb | 6020 | IFS="$lt_save_ifs" |
cfbc9945 SE |
6021 | else |
6022 | lt_cv_path_LD="$LD" # Let the user override the test with a path. | |
9e9b66a9 | 6023 | fi |
1ad12f97 NC |
6024 | fi |
6025 | ||
cfbc9945 SE |
6026 | LD="$lt_cv_path_LD" |
6027 | if test -n "$LD"; then | |
81ecdfbb RW |
6028 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5 |
6029 | $as_echo "$LD" >&6; } | |
cfbc9945 | 6030 | else |
81ecdfbb RW |
6031 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6032 | $as_echo "no" >&6; } | |
cfbc9945 | 6033 | fi |
d0ac1c44 | 6034 | test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 |
81ecdfbb RW |
6035 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 |
6036 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } | |
d0ac1c44 | 6037 | if ${lt_cv_prog_gnu_ld+:} false; then : |
81ecdfbb | 6038 | $as_echo_n "(cached) " >&6 |
cfbc9945 | 6039 | else |
d7040cdb SE |
6040 | # I'd rather use --version here, but apparently some GNU lds only accept -v. |
6041 | case `$LD -v 2>&1 </dev/null` in | |
6042 | *GNU* | *'with BFD'*) | |
cfbc9945 | 6043 | lt_cv_prog_gnu_ld=yes |
d7040cdb SE |
6044 | ;; |
6045 | *) | |
cfbc9945 | 6046 | lt_cv_prog_gnu_ld=no |
d7040cdb SE |
6047 | ;; |
6048 | esac | |
49c96104 | 6049 | fi |
81ecdfbb RW |
6050 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5 |
6051 | $as_echo "$lt_cv_prog_gnu_ld" >&6; } | |
cfbc9945 | 6052 | with_gnu_ld=$lt_cv_prog_gnu_ld |
49c96104 | 6053 | |
9e9b66a9 | 6054 | |
cfbc9945 | 6055 | |
d7040cdb SE |
6056 | |
6057 | ||
6058 | ||
6059 | ||
6060 | ||
6061 | ||
81ecdfbb RW |
6062 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 |
6063 | $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } | |
d0ac1c44 | 6064 | if ${lt_cv_path_NM+:} false; then : |
81ecdfbb | 6065 | $as_echo_n "(cached) " >&6 |
cfbc9945 SE |
6066 | else |
6067 | if test -n "$NM"; then | |
6068 | # Let the user override the test. | |
6069 | lt_cv_path_NM="$NM" | |
6070 | else | |
d7040cdb SE |
6071 | lt_nm_to_check="${ac_tool_prefix}nm" |
6072 | if test -n "$ac_tool_prefix" && test "$build" = "$host"; then | |
6073 | lt_nm_to_check="$lt_nm_to_check nm" | |
6074 | fi | |
6075 | for lt_tmp_nm in $lt_nm_to_check; do | |
6076 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR | |
6077 | for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do | |
6078 | IFS="$lt_save_ifs" | |
6079 | test -z "$ac_dir" && ac_dir=. | |
6080 | tmp_nm="$ac_dir/$lt_tmp_nm" | |
6081 | if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then | |
6082 | # Check to see if the nm accepts a BSD-compat flag. | |
6083 | # Adding the `sed 1q' prevents false positives on HP-UX, which says: | |
6084 | # nm: unknown option "B" ignored | |
6085 | # Tru64's nm complains that /dev/null is an invalid object file | |
6086 | case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in | |
6087 | */dev/null* | *'Invalid file or object type'*) | |
6088 | lt_cv_path_NM="$tmp_nm -B" | |
6089 | break | |
6090 | ;; | |
6091 | *) | |
6092 | case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in | |
6093 | */dev/null*) | |
6094 | lt_cv_path_NM="$tmp_nm -p" | |
6095 | break | |
6096 | ;; | |
6097 | *) | |
6098 | lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but | |
6099 | continue # so that we can try to find one that supports BSD flags | |
6100 | ;; | |
6101 | esac | |
6102 | ;; | |
6103 | esac | |
cfbc9945 | 6104 | fi |
d7040cdb SE |
6105 | done |
6106 | IFS="$lt_save_ifs" | |
cfbc9945 | 6107 | done |
d7040cdb | 6108 | : ${lt_cv_path_NM=no} |
cfbc9945 | 6109 | fi |
a2d91340 | 6110 | fi |
81ecdfbb RW |
6111 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 |
6112 | $as_echo "$lt_cv_path_NM" >&6; } | |
d7040cdb SE |
6113 | if test "$lt_cv_path_NM" != "no"; then |
6114 | NM="$lt_cv_path_NM" | |
cfbc9945 | 6115 | else |
d7040cdb | 6116 | # Didn't find any BSD compatible name lister, look for dumpbin. |
3725885a RW |
6117 | if test -n "$DUMPBIN"; then : |
6118 | # Let the user override the test. | |
6119 | else | |
6120 | if test -n "$ac_tool_prefix"; then | |
6121 | for ac_prog in dumpbin "link -dump" | |
d7040cdb SE |
6122 | do |
6123 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
6124 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
81ecdfbb RW |
6125 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6126 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 6127 | if ${ac_cv_prog_DUMPBIN+:} false; then : |
81ecdfbb | 6128 | $as_echo_n "(cached) " >&6 |
252b5132 | 6129 | else |
d7040cdb SE |
6130 | if test -n "$DUMPBIN"; then |
6131 | ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. | |
6132 | else | |
6133 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6134 | for as_dir in $PATH | |
6135 | do | |
6136 | IFS=$as_save_IFS | |
6137 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 6138 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 6139 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
d7040cdb | 6140 | ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" |
81ecdfbb | 6141 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb SE |
6142 | break 2 |
6143 | fi | |
6144 | done | |
81ecdfbb RW |
6145 | done |
6146 | IFS=$as_save_IFS | |
5464f5a1 | 6147 | |
d7040cdb SE |
6148 | fi |
6149 | fi | |
6150 | DUMPBIN=$ac_cv_prog_DUMPBIN | |
6151 | if test -n "$DUMPBIN"; then | |
81ecdfbb RW |
6152 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 |
6153 | $as_echo "$DUMPBIN" >&6; } | |
d7040cdb | 6154 | else |
81ecdfbb RW |
6155 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6156 | $as_echo "no" >&6; } | |
d7040cdb | 6157 | fi |
d5fbea21 | 6158 | |
81ecdfbb | 6159 | |
d7040cdb SE |
6160 | test -n "$DUMPBIN" && break |
6161 | done | |
6162 | fi | |
6163 | if test -z "$DUMPBIN"; then | |
6164 | ac_ct_DUMPBIN=$DUMPBIN | |
3725885a | 6165 | for ac_prog in dumpbin "link -dump" |
d7040cdb SE |
6166 | do |
6167 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
6168 | set dummy $ac_prog; ac_word=$2 | |
81ecdfbb RW |
6169 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6170 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 6171 | if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then : |
81ecdfbb | 6172 | $as_echo_n "(cached) " >&6 |
d7040cdb SE |
6173 | else |
6174 | if test -n "$ac_ct_DUMPBIN"; then | |
6175 | ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. | |
6176 | else | |
6177 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6178 | for as_dir in $PATH | |
6179 | do | |
6180 | IFS=$as_save_IFS | |
6181 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 6182 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 6183 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
d7040cdb | 6184 | ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" |
81ecdfbb | 6185 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb | 6186 | break 2 |
cfbc9945 | 6187 | fi |
d7040cdb | 6188 | done |
81ecdfbb RW |
6189 | done |
6190 | IFS=$as_save_IFS | |
d5fbea21 | 6191 | |
d7040cdb SE |
6192 | fi |
6193 | fi | |
6194 | ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN | |
6195 | if test -n "$ac_ct_DUMPBIN"; then | |
81ecdfbb RW |
6196 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 |
6197 | $as_echo "$ac_ct_DUMPBIN" >&6; } | |
d7040cdb | 6198 | else |
81ecdfbb RW |
6199 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6200 | $as_echo "no" >&6; } | |
d7040cdb | 6201 | fi |
d5fbea21 | 6202 | |
81ecdfbb | 6203 | |
d7040cdb SE |
6204 | test -n "$ac_ct_DUMPBIN" && break |
6205 | done | |
24443139 | 6206 | |
81ecdfbb RW |
6207 | if test "x$ac_ct_DUMPBIN" = x; then |
6208 | DUMPBIN=":" | |
6209 | else | |
6210 | case $cross_compiling:$ac_tool_warned in | |
6211 | yes:) | |
6212 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
6213 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
6214 | ac_tool_warned=yes ;; | |
6215 | esac | |
6216 | DUMPBIN=$ac_ct_DUMPBIN | |
6217 | fi | |
d7040cdb | 6218 | fi |
24443139 | 6219 | |
3725885a RW |
6220 | case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in |
6221 | *COFF*) | |
6222 | DUMPBIN="$DUMPBIN -symbols" | |
6223 | ;; | |
6224 | *) | |
6225 | DUMPBIN=: | |
6226 | ;; | |
6227 | esac | |
6228 | fi | |
24443139 | 6229 | |
d7040cdb SE |
6230 | if test "$DUMPBIN" != ":"; then |
6231 | NM="$DUMPBIN" | |
cfbc9945 | 6232 | fi |
d7040cdb SE |
6233 | fi |
6234 | test -z "$NM" && NM=nm | |
a703a6ea | 6235 | |
f5385ebf | 6236 | |
cfbc9945 | 6237 | |
24443139 AS |
6238 | |
6239 | ||
6240 | ||
81ecdfbb RW |
6241 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 |
6242 | $as_echo_n "checking the name lister ($NM) interface... " >&6; } | |
d0ac1c44 | 6243 | if ${lt_cv_nm_interface+:} false; then : |
81ecdfbb | 6244 | $as_echo_n "(cached) " >&6 |
d7040cdb SE |
6245 | else |
6246 | lt_cv_nm_interface="BSD nm" | |
6247 | echo "int some_variable = 0;" > conftest.$ac_ext | |
3725885a | 6248 | (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) |
d7040cdb SE |
6249 | (eval "$ac_compile" 2>conftest.err) |
6250 | cat conftest.err >&5 | |
3725885a | 6251 | (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) |
d7040cdb SE |
6252 | (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) |
6253 | cat conftest.err >&5 | |
3725885a | 6254 | (eval echo "\"\$as_me:$LINENO: output\"" >&5) |
d7040cdb SE |
6255 | cat conftest.out >&5 |
6256 | if $GREP 'External.*some_variable' conftest.out > /dev/null; then | |
6257 | lt_cv_nm_interface="MS dumpbin" | |
6258 | fi | |
6259 | rm -f conftest* | |
cfbc9945 | 6260 | fi |
81ecdfbb RW |
6261 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 |
6262 | $as_echo "$lt_cv_nm_interface" >&6; } | |
a703a6ea | 6263 | |
81ecdfbb RW |
6264 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 |
6265 | $as_echo_n "checking whether ln -s works... " >&6; } | |
d7040cdb SE |
6266 | LN_S=$as_ln_s |
6267 | if test "$LN_S" = "ln -s"; then | |
81ecdfbb RW |
6268 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
6269 | $as_echo "yes" >&6; } | |
d7040cdb | 6270 | else |
81ecdfbb RW |
6271 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 |
6272 | $as_echo "no, using $LN_S" >&6; } | |
d7040cdb | 6273 | fi |
252b5132 | 6274 | |
cfbc9945 | 6275 | # find the maximum length of command line arguments |
81ecdfbb RW |
6276 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 |
6277 | $as_echo_n "checking the maximum length of command line arguments... " >&6; } | |
d0ac1c44 | 6278 | if ${lt_cv_sys_max_cmd_len+:} false; then : |
81ecdfbb | 6279 | $as_echo_n "(cached) " >&6 |
cfbc9945 SE |
6280 | else |
6281 | i=0 | |
6282 | teststring="ABCD" | |
5464f5a1 | 6283 | |
cfbc9945 SE |
6284 | case $build_os in |
6285 | msdosdjgpp*) | |
6286 | # On DJGPP, this test can blow up pretty badly due to problems in libc | |
6287 | # (any single argument exceeding 2000 bytes causes a buffer overrun | |
6288 | # during glob expansion). Even if it were fixed, the result of this | |
6289 | # check would be larger than it should be. | |
6290 | lt_cv_sys_max_cmd_len=12288; # 12K is about right | |
6291 | ;; | |
5464f5a1 | 6292 | |
d7040cdb SE |
6293 | gnu*) |
6294 | # Under GNU Hurd, this test is not required because there is | |
6295 | # no limit to the length of command line arguments. | |
6296 | # Libtool will interpret -1 as no limit whatsoever | |
6297 | lt_cv_sys_max_cmd_len=-1; | |
6298 | ;; | |
6299 | ||
718a6fd8 | 6300 | cygwin* | mingw* | cegcc*) |
cfbc9945 SE |
6301 | # On Win9x/ME, this test blows up -- it succeeds, but takes |
6302 | # about 5 minutes as the teststring grows exponentially. | |
6303 | # Worse, since 9x/ME are not pre-emptively multitasking, | |
6304 | # you end up with a "frozen" computer, even though with patience | |
6305 | # the test eventually succeeds (with a max line length of 256k). | |
6306 | # Instead, let's just punt: use the minimum linelength reported by | |
6307 | # all of the supported platforms: 8192 (on NT/2K/XP). | |
6308 | lt_cv_sys_max_cmd_len=8192; | |
6309 | ;; | |
5464f5a1 | 6310 | |
3725885a RW |
6311 | mint*) |
6312 | # On MiNT this can take a long time and run out of memory. | |
6313 | lt_cv_sys_max_cmd_len=8192; | |
6314 | ;; | |
6315 | ||
cfbc9945 SE |
6316 | amigaos*) |
6317 | # On AmigaOS with pdksh, this test takes hours, literally. | |
6318 | # So we just punt and use a minimum line length of 8192. | |
6319 | lt_cv_sys_max_cmd_len=8192; | |
6320 | ;; | |
5464f5a1 | 6321 | |
cfbc9945 SE |
6322 | netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) |
6323 | # This has been around since 386BSD, at least. Likely further. | |
6324 | if test -x /sbin/sysctl; then | |
6325 | lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` | |
6326 | elif test -x /usr/sbin/sysctl; then | |
6327 | lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` | |
6328 | else | |
d7040cdb | 6329 | lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs |
cfbc9945 SE |
6330 | fi |
6331 | # And add a safety zone | |
6332 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` | |
6333 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` | |
6334 | ;; | |
d7040cdb SE |
6335 | |
6336 | interix*) | |
6337 | # We know the value 262144 and hardcode it with a safety zone (like BSD) | |
6338 | lt_cv_sys_max_cmd_len=196608 | |
6339 | ;; | |
6340 | ||
6341 | osf*) | |
6342 | # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure | |
6343 | # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not | |
6344 | # nice to cause kernel panics so lets avoid the loop below. | |
6345 | # First set a reasonable default. | |
6346 | lt_cv_sys_max_cmd_len=16384 | |
6347 | # | |
6348 | if test -x /sbin/sysconfig; then | |
6349 | case `/sbin/sysconfig -q proc exec_disable_arg_limit` in | |
6350 | *1*) lt_cv_sys_max_cmd_len=-1 ;; | |
6351 | esac | |
6352 | fi | |
6353 | ;; | |
6354 | sco3.2v5*) | |
6355 | lt_cv_sys_max_cmd_len=102400 | |
6356 | ;; | |
6357 | sysv5* | sco5v6* | sysv4.2uw2*) | |
6358 | kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` | |
6359 | if test -n "$kargmax"; then | |
6360 | lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` | |
6361 | else | |
6362 | lt_cv_sys_max_cmd_len=32768 | |
6363 | fi | |
6364 | ;; | |
6365 | *) | |
718a6fd8 SE |
6366 | lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` |
6367 | if test -n "$lt_cv_sys_max_cmd_len"; then | |
79887925 L |
6368 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` |
6369 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` | |
6370 | else | |
6371 | # Make teststring a little bigger before we do anything with it. | |
6372 | # a 1K string should be a reasonable start. | |
6373 | for i in 1 2 3 4 5 6 7 8 ; do | |
6374 | teststring=$teststring$teststring | |
6375 | done | |
6376 | SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} | |
6377 | # If test is not a shell built-in, we'll probably end up computing a | |
6378 | # maximum length that is only half of the actual maximum length, but | |
6379 | # we can't tell. | |
3725885a RW |
6380 | while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ |
6381 | = "X$teststring$teststring"; } >/dev/null 2>&1 && | |
79887925 L |
6382 | test $i != 17 # 1/2 MB should be enough |
6383 | do | |
6384 | i=`expr $i + 1` | |
6385 | teststring=$teststring$teststring | |
6386 | done | |
6387 | # Only check the string length outside the loop. | |
6388 | lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` | |
6389 | teststring= | |
6390 | # Add a significant safety factor because C++ compilers can tack on | |
6391 | # massive amounts of additional arguments before passing them to the | |
6392 | # linker. It appears as though 1/2 is a usable value. | |
6393 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` | |
6394 | fi | |
d7040cdb | 6395 | ;; |
cfbc9945 | 6396 | esac |
5464f5a1 | 6397 | |
252b5132 | 6398 | fi |
cfbc9945 | 6399 | |
d7040cdb | 6400 | if test -n $lt_cv_sys_max_cmd_len ; then |
81ecdfbb RW |
6401 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 |
6402 | $as_echo "$lt_cv_sys_max_cmd_len" >&6; } | |
5464f5a1 | 6403 | else |
81ecdfbb RW |
6404 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 |
6405 | $as_echo "none" >&6; } | |
5464f5a1 | 6406 | fi |
d7040cdb | 6407 | max_cmd_len=$lt_cv_sys_max_cmd_len |
252b5132 | 6408 | |
cfbc9945 | 6409 | |
252b5132 | 6410 | |
cfbc9945 | 6411 | |
cfbc9945 | 6412 | |
d7040cdb | 6413 | |
d7040cdb SE |
6414 | : ${CP="cp -f"} |
6415 | : ${MV="mv -f"} | |
6416 | : ${RM="rm -f"} | |
6417 | ||
81ecdfbb RW |
6418 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5 |
6419 | $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; } | |
d7040cdb SE |
6420 | # Try some XSI features |
6421 | xsi_shell=no | |
6422 | ( _lt_dummy="a/b/c" | |
6423 | test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \ | |
718a6fd8 SE |
6424 | = c,a/b,, \ |
6425 | && eval 'test $(( 1 + 1 )) -eq 2 \ | |
6426 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | |
d7040cdb | 6427 | && xsi_shell=yes |
81ecdfbb RW |
6428 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5 |
6429 | $as_echo "$xsi_shell" >&6; } | |
d7040cdb SE |
6430 | |
6431 | ||
81ecdfbb RW |
6432 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5 |
6433 | $as_echo_n "checking whether the shell understands \"+=\"... " >&6; } | |
d7040cdb SE |
6434 | lt_shell_append=no |
6435 | ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \ | |
6436 | >/dev/null 2>&1 \ | |
6437 | && lt_shell_append=yes | |
81ecdfbb RW |
6438 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5 |
6439 | $as_echo "$lt_shell_append" >&6; } | |
d7040cdb SE |
6440 | |
6441 | ||
6442 | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then | |
6443 | lt_unset=unset | |
5464f5a1 | 6444 | else |
d7040cdb | 6445 | lt_unset=false |
5464f5a1 | 6446 | fi |
252b5132 | 6447 | |
d7040cdb SE |
6448 | |
6449 | ||
6450 | ||
6451 | ||
6452 | # test EBCDIC or ASCII | |
6453 | case `echo X|tr X '\101'` in | |
6454 | A) # ASCII based system | |
6455 | # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr | |
6456 | lt_SP2NL='tr \040 \012' | |
6457 | lt_NL2SP='tr \015\012 \040\040' | |
6458 | ;; | |
6459 | *) # EBCDIC based system | |
6460 | lt_SP2NL='tr \100 \n' | |
6461 | lt_NL2SP='tr \r\n \100\100' | |
6462 | ;; | |
6463 | esac | |
6464 | ||
6465 | ||
6466 | ||
6467 | ||
6468 | ||
6469 | ||
6470 | ||
6471 | ||
6472 | ||
81ecdfbb RW |
6473 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
6474 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | |
d0ac1c44 | 6475 | if ${lt_cv_ld_reload_flag+:} false; then : |
81ecdfbb | 6476 | $as_echo_n "(cached) " >&6 |
5464f5a1 | 6477 | else |
d7040cdb SE |
6478 | lt_cv_ld_reload_flag='-r' |
6479 | fi | |
81ecdfbb RW |
6480 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 |
6481 | $as_echo "$lt_cv_ld_reload_flag" >&6; } | |
d7040cdb SE |
6482 | reload_flag=$lt_cv_ld_reload_flag |
6483 | case $reload_flag in | |
6484 | "" | " "*) ;; | |
6485 | *) reload_flag=" $reload_flag" ;; | |
6486 | esac | |
6487 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | |
6488 | case $host_os in | |
6489 | darwin*) | |
6490 | if test "$GCC" = yes; then | |
6491 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | |
6492 | else | |
6493 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | |
6494 | fi | |
6495 | ;; | |
6496 | esac | |
6497 | ||
6498 | ||
6499 | ||
6500 | ||
6501 | ||
6502 | ||
6503 | ||
6504 | ||
6505 | ||
718a6fd8 SE |
6506 | if test -n "$ac_tool_prefix"; then |
6507 | # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. | |
6508 | set dummy ${ac_tool_prefix}objdump; ac_word=$2 | |
81ecdfbb RW |
6509 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6510 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 6511 | if ${ac_cv_prog_OBJDUMP+:} false; then : |
81ecdfbb | 6512 | $as_echo_n "(cached) " >&6 |
718a6fd8 SE |
6513 | else |
6514 | if test -n "$OBJDUMP"; then | |
6515 | ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. | |
6516 | else | |
6517 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6518 | for as_dir in $PATH | |
6519 | do | |
6520 | IFS=$as_save_IFS | |
6521 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 6522 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 6523 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
718a6fd8 | 6524 | ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" |
81ecdfbb | 6525 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
6526 | break 2 |
6527 | fi | |
6528 | done | |
81ecdfbb RW |
6529 | done |
6530 | IFS=$as_save_IFS | |
718a6fd8 SE |
6531 | |
6532 | fi | |
6533 | fi | |
6534 | OBJDUMP=$ac_cv_prog_OBJDUMP | |
6535 | if test -n "$OBJDUMP"; then | |
81ecdfbb RW |
6536 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 |
6537 | $as_echo "$OBJDUMP" >&6; } | |
718a6fd8 | 6538 | else |
81ecdfbb RW |
6539 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6540 | $as_echo "no" >&6; } | |
718a6fd8 SE |
6541 | fi |
6542 | ||
81ecdfbb | 6543 | |
718a6fd8 SE |
6544 | fi |
6545 | if test -z "$ac_cv_prog_OBJDUMP"; then | |
6546 | ac_ct_OBJDUMP=$OBJDUMP | |
6547 | # Extract the first word of "objdump", so it can be a program name with args. | |
6548 | set dummy objdump; ac_word=$2 | |
81ecdfbb RW |
6549 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6550 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 6551 | if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : |
81ecdfbb | 6552 | $as_echo_n "(cached) " >&6 |
718a6fd8 SE |
6553 | else |
6554 | if test -n "$ac_ct_OBJDUMP"; then | |
6555 | ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. | |
6556 | else | |
6557 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6558 | for as_dir in $PATH | |
6559 | do | |
6560 | IFS=$as_save_IFS | |
6561 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 6562 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 6563 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
718a6fd8 | 6564 | ac_cv_prog_ac_ct_OBJDUMP="objdump" |
81ecdfbb | 6565 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
6566 | break 2 |
6567 | fi | |
6568 | done | |
81ecdfbb RW |
6569 | done |
6570 | IFS=$as_save_IFS | |
718a6fd8 | 6571 | |
718a6fd8 SE |
6572 | fi |
6573 | fi | |
6574 | ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP | |
6575 | if test -n "$ac_ct_OBJDUMP"; then | |
81ecdfbb RW |
6576 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 |
6577 | $as_echo "$ac_ct_OBJDUMP" >&6; } | |
718a6fd8 | 6578 | else |
81ecdfbb RW |
6579 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6580 | $as_echo "no" >&6; } | |
718a6fd8 SE |
6581 | fi |
6582 | ||
81ecdfbb RW |
6583 | if test "x$ac_ct_OBJDUMP" = x; then |
6584 | OBJDUMP="false" | |
6585 | else | |
6586 | case $cross_compiling:$ac_tool_warned in | |
6587 | yes:) | |
6588 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
6589 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
6590 | ac_tool_warned=yes ;; | |
6591 | esac | |
6592 | OBJDUMP=$ac_ct_OBJDUMP | |
6593 | fi | |
718a6fd8 SE |
6594 | else |
6595 | OBJDUMP="$ac_cv_prog_OBJDUMP" | |
6596 | fi | |
6597 | ||
6598 | test -z "$OBJDUMP" && OBJDUMP=objdump | |
6599 | ||
6600 | ||
6601 | ||
6602 | ||
6603 | ||
6604 | ||
6605 | ||
6606 | ||
d7040cdb | 6607 | |
81ecdfbb RW |
6608 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 |
6609 | $as_echo_n "checking how to recognize dependent libraries... " >&6; } | |
d0ac1c44 | 6610 | if ${lt_cv_deplibs_check_method+:} false; then : |
81ecdfbb | 6611 | $as_echo_n "(cached) " >&6 |
d7040cdb SE |
6612 | else |
6613 | lt_cv_file_magic_cmd='$MAGIC_CMD' | |
6614 | lt_cv_file_magic_test_file= | |
6615 | lt_cv_deplibs_check_method='unknown' | |
6616 | # Need to set the preceding variable on all platforms that support | |
6617 | # interlibrary dependencies. | |
6618 | # 'none' -- dependencies not supported. | |
6619 | # `unknown' -- same as none, but documents that we really don't know. | |
6620 | # 'pass_all' -- all dependencies passed with no checks. | |
6621 | # 'test_compile' -- check by making test program. | |
6622 | # 'file_magic [[regex]]' -- check by looking for files in library path | |
6623 | # which responds to the $file_magic_cmd with a given extended regex. | |
6624 | # If you have `file' or equivalent on your system and you're not sure | |
6625 | # whether `pass_all' will *always* work, you probably want this one. | |
6626 | ||
6627 | case $host_os in | |
e81819a5 | 6628 | aix[4-9]*) |
d7040cdb SE |
6629 | lt_cv_deplibs_check_method=pass_all |
6630 | ;; | |
6631 | ||
6632 | beos*) | |
6633 | lt_cv_deplibs_check_method=pass_all | |
6634 | ;; | |
6635 | ||
6636 | bsdi[45]*) | |
6637 | lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' | |
6638 | lt_cv_file_magic_cmd='/usr/bin/file -L' | |
6639 | lt_cv_file_magic_test_file=/shlib/libc.so | |
6640 | ;; | |
6641 | ||
6642 | cygwin*) | |
6643 | # func_win32_libid is a shell function defined in ltmain.sh | |
6644 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | |
6645 | lt_cv_file_magic_cmd='func_win32_libid' | |
6646 | ;; | |
6647 | ||
6648 | mingw* | pw32*) | |
6649 | # Base MSYS/MinGW do not provide the 'file' command needed by | |
6650 | # func_win32_libid shell function, so use a weaker test based on 'objdump', | |
6651 | # unless we find 'file', for example because we are cross-compiling. | |
3725885a RW |
6652 | # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. |
6653 | if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then | |
d7040cdb SE |
6654 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
6655 | lt_cv_file_magic_cmd='func_win32_libid' | |
6656 | else | |
6657 | lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' | |
6658 | lt_cv_file_magic_cmd='$OBJDUMP -f' | |
6659 | fi | |
6660 | ;; | |
6661 | ||
3725885a | 6662 | cegcc*) |
718a6fd8 SE |
6663 | # use the weaker test based on 'objdump'. See mingw*. |
6664 | lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' | |
6665 | lt_cv_file_magic_cmd='$OBJDUMP -f' | |
6666 | ;; | |
6667 | ||
d7040cdb SE |
6668 | darwin* | rhapsody*) |
6669 | lt_cv_deplibs_check_method=pass_all | |
cfbc9945 | 6670 | ;; |
d7040cdb SE |
6671 | |
6672 | freebsd* | dragonfly*) | |
6673 | if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then | |
6674 | case $host_cpu in | |
6675 | i*86 ) | |
6676 | # Not sure whether the presence of OpenBSD here was a mistake. | |
6677 | # Let's accept both of them until this is cleared up. | |
6678 | lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' | |
6679 | lt_cv_file_magic_cmd=/usr/bin/file | |
6680 | lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` | |
6681 | ;; | |
6682 | esac | |
6683 | else | |
6684 | lt_cv_deplibs_check_method=pass_all | |
6685 | fi | |
6686 | ;; | |
6687 | ||
6688 | gnu*) | |
6689 | lt_cv_deplibs_check_method=pass_all | |
cfbc9945 | 6690 | ;; |
d7040cdb | 6691 | |
3725885a RW |
6692 | haiku*) |
6693 | lt_cv_deplibs_check_method=pass_all | |
6694 | ;; | |
6695 | ||
d7040cdb SE |
6696 | hpux10.20* | hpux11*) |
6697 | lt_cv_file_magic_cmd=/usr/bin/file | |
6698 | case $host_cpu in | |
6699 | ia64*) | |
6700 | lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' | |
6701 | lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so | |
6702 | ;; | |
6703 | hppa*64*) | |
3725885a | 6704 | 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 |
6705 | lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl |
6706 | ;; | |
cfbc9945 | 6707 | *) |
3725885a | 6708 | lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' |
d7040cdb SE |
6709 | lt_cv_file_magic_test_file=/usr/lib/libc.sl |
6710 | ;; | |
6711 | esac | |
6712 | ;; | |
6be7c12c | 6713 | |
d7040cdb SE |
6714 | interix[3-9]*) |
6715 | # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here | |
6716 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' | |
6717 | ;; | |
cfbc9945 | 6718 | |
d7040cdb SE |
6719 | irix5* | irix6* | nonstopux*) |
6720 | case $LD in | |
6721 | *-32|*"-32 ") libmagic=32-bit;; | |
6722 | *-n32|*"-n32 ") libmagic=N32;; | |
6723 | *-64|*"-64 ") libmagic=64-bit;; | |
6724 | *) libmagic=never-match;; | |
6725 | esac | |
6726 | lt_cv_deplibs_check_method=pass_all | |
cfbc9945 | 6727 | ;; |
cfbc9945 | 6728 | |
d7040cdb | 6729 | # This must be Linux ELF. |
58e24671 | 6730 | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
d7040cdb SE |
6731 | lt_cv_deplibs_check_method=pass_all |
6732 | ;; | |
5464f5a1 | 6733 | |
d7040cdb SE |
6734 | netbsd*) |
6735 | if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then | |
6736 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' | |
cfbc9945 | 6737 | else |
d7040cdb | 6738 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' |
cfbc9945 | 6739 | fi |
d7040cdb SE |
6740 | ;; |
6741 | ||
6742 | newos6*) | |
6743 | lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' | |
6744 | lt_cv_file_magic_cmd=/usr/bin/file | |
6745 | lt_cv_file_magic_test_file=/usr/lib/libnls.so | |
6746 | ;; | |
6747 | ||
6748 | *nto* | *qnx*) | |
6749 | lt_cv_deplibs_check_method=pass_all | |
6750 | ;; | |
cfbc9945 | 6751 | |
d7040cdb SE |
6752 | openbsd*) |
6753 | if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then | |
6754 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' | |
6755 | else | |
6756 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' | |
cfbc9945 SE |
6757 | fi |
6758 | ;; | |
d7040cdb SE |
6759 | |
6760 | osf3* | osf4* | osf5*) | |
6761 | lt_cv_deplibs_check_method=pass_all | |
6762 | ;; | |
6763 | ||
6764 | rdos*) | |
6765 | lt_cv_deplibs_check_method=pass_all | |
6766 | ;; | |
6767 | ||
6768 | solaris*) | |
6769 | lt_cv_deplibs_check_method=pass_all | |
6770 | ;; | |
6771 | ||
6772 | sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) | |
6773 | lt_cv_deplibs_check_method=pass_all | |
6774 | ;; | |
6775 | ||
6776 | sysv4 | sysv4.3*) | |
6777 | case $host_vendor in | |
6778 | motorola) | |
6779 | 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]' | |
6780 | lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` | |
6781 | ;; | |
6782 | ncr) | |
6783 | lt_cv_deplibs_check_method=pass_all | |
6784 | ;; | |
6785 | sequent) | |
6786 | lt_cv_file_magic_cmd='/bin/file' | |
6787 | lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' | |
6788 | ;; | |
6789 | sni) | |
6790 | lt_cv_file_magic_cmd='/bin/file' | |
6791 | lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" | |
6792 | lt_cv_file_magic_test_file=/lib/libc.so | |
6793 | ;; | |
6794 | siemens) | |
6795 | lt_cv_deplibs_check_method=pass_all | |
6796 | ;; | |
6797 | pc) | |
6798 | lt_cv_deplibs_check_method=pass_all | |
6799 | ;; | |
6800 | esac | |
6801 | ;; | |
6802 | ||
6803 | tpf*) | |
6804 | lt_cv_deplibs_check_method=pass_all | |
6805 | ;; | |
cfbc9945 SE |
6806 | esac |
6807 | ||
d7040cdb | 6808 | fi |
81ecdfbb RW |
6809 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
6810 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | |
d7040cdb SE |
6811 | file_magic_cmd=$lt_cv_file_magic_cmd |
6812 | deplibs_check_method=$lt_cv_deplibs_check_method | |
6813 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | |
6814 | ||
6815 | ||
6816 | ||
6817 | ||
6818 | ||
6819 | ||
6820 | ||
6821 | ||
6822 | ||
6823 | ||
6824 | ||
6825 | ||
cfbc9945 | 6826 | if test -n "$ac_tool_prefix"; then |
d7040cdb SE |
6827 | # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. |
6828 | set dummy ${ac_tool_prefix}ar; ac_word=$2 | |
81ecdfbb RW |
6829 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6830 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 6831 | if ${ac_cv_prog_AR+:} false; then : |
81ecdfbb | 6832 | $as_echo_n "(cached) " >&6 |
5464f5a1 | 6833 | else |
d7040cdb SE |
6834 | if test -n "$AR"; then |
6835 | ac_cv_prog_AR="$AR" # Let the user override the test. | |
5464f5a1 NN |
6836 | else |
6837 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6838 | for as_dir in $PATH | |
6839 | do | |
6840 | IFS=$as_save_IFS | |
6841 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 6842 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 6843 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
d7040cdb | 6844 | ac_cv_prog_AR="${ac_tool_prefix}ar" |
81ecdfbb | 6845 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5464f5a1 NN |
6846 | break 2 |
6847 | fi | |
6848 | done | |
81ecdfbb RW |
6849 | done |
6850 | IFS=$as_save_IFS | |
5464f5a1 NN |
6851 | |
6852 | fi | |
6853 | fi | |
d7040cdb SE |
6854 | AR=$ac_cv_prog_AR |
6855 | if test -n "$AR"; then | |
81ecdfbb RW |
6856 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 |
6857 | $as_echo "$AR" >&6; } | |
5464f5a1 | 6858 | else |
81ecdfbb RW |
6859 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6860 | $as_echo "no" >&6; } | |
5464f5a1 NN |
6861 | fi |
6862 | ||
81ecdfbb | 6863 | |
5464f5a1 | 6864 | fi |
d7040cdb SE |
6865 | if test -z "$ac_cv_prog_AR"; then |
6866 | ac_ct_AR=$AR | |
6867 | # Extract the first word of "ar", so it can be a program name with args. | |
6868 | set dummy ar; ac_word=$2 | |
81ecdfbb RW |
6869 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6870 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 6871 | if ${ac_cv_prog_ac_ct_AR+:} false; then : |
81ecdfbb | 6872 | $as_echo_n "(cached) " >&6 |
252b5132 | 6873 | else |
d7040cdb SE |
6874 | if test -n "$ac_ct_AR"; then |
6875 | ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. | |
252b5132 | 6876 | else |
5464f5a1 NN |
6877 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
6878 | for as_dir in $PATH | |
6879 | do | |
6880 | IFS=$as_save_IFS | |
6881 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 6882 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 6883 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
d7040cdb | 6884 | ac_cv_prog_ac_ct_AR="ar" |
81ecdfbb | 6885 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5464f5a1 NN |
6886 | break 2 |
6887 | fi | |
6888 | done | |
81ecdfbb RW |
6889 | done |
6890 | IFS=$as_save_IFS | |
5464f5a1 | 6891 | |
5464f5a1 NN |
6892 | fi |
6893 | fi | |
d7040cdb SE |
6894 | ac_ct_AR=$ac_cv_prog_ac_ct_AR |
6895 | if test -n "$ac_ct_AR"; then | |
81ecdfbb RW |
6896 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 |
6897 | $as_echo "$ac_ct_AR" >&6; } | |
d7040cdb | 6898 | else |
81ecdfbb RW |
6899 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6900 | $as_echo "no" >&6; } | |
5464f5a1 NN |
6901 | fi |
6902 | ||
81ecdfbb RW |
6903 | if test "x$ac_ct_AR" = x; then |
6904 | AR="false" | |
6905 | else | |
6906 | case $cross_compiling:$ac_tool_warned in | |
6907 | yes:) | |
6908 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
6909 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
6910 | ac_tool_warned=yes ;; | |
6911 | esac | |
6912 | AR=$ac_ct_AR | |
6913 | fi | |
cfbc9945 | 6914 | else |
d7040cdb | 6915 | AR="$ac_cv_prog_AR" |
5464f5a1 | 6916 | fi |
cfbc9945 | 6917 | |
d7040cdb SE |
6918 | test -z "$AR" && AR=ar |
6919 | test -z "$AR_FLAGS" && AR_FLAGS=cru | |
6920 | ||
6921 | ||
6922 | ||
6923 | ||
6924 | ||
6925 | ||
6926 | ||
6927 | ||
6928 | ||
6929 | ||
6930 | ||
cfbc9945 SE |
6931 | if test -n "$ac_tool_prefix"; then |
6932 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | |
6933 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | |
81ecdfbb RW |
6934 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6935 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 6936 | if ${ac_cv_prog_STRIP+:} false; then : |
81ecdfbb | 6937 | $as_echo_n "(cached) " >&6 |
5464f5a1 | 6938 | else |
cfbc9945 SE |
6939 | if test -n "$STRIP"; then |
6940 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
5464f5a1 NN |
6941 | else |
6942 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6943 | for as_dir in $PATH | |
6944 | do | |
6945 | IFS=$as_save_IFS | |
6946 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 6947 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 6948 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
cfbc9945 | 6949 | ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
81ecdfbb | 6950 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5464f5a1 NN |
6951 | break 2 |
6952 | fi | |
6953 | done | |
81ecdfbb RW |
6954 | done |
6955 | IFS=$as_save_IFS | |
5464f5a1 NN |
6956 | |
6957 | fi | |
6958 | fi | |
cfbc9945 SE |
6959 | STRIP=$ac_cv_prog_STRIP |
6960 | if test -n "$STRIP"; then | |
81ecdfbb RW |
6961 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 |
6962 | $as_echo "$STRIP" >&6; } | |
5464f5a1 | 6963 | else |
81ecdfbb RW |
6964 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6965 | $as_echo "no" >&6; } | |
5464f5a1 NN |
6966 | fi |
6967 | ||
81ecdfbb | 6968 | |
252b5132 | 6969 | fi |
cfbc9945 SE |
6970 | if test -z "$ac_cv_prog_STRIP"; then |
6971 | ac_ct_STRIP=$STRIP | |
6972 | # Extract the first word of "strip", so it can be a program name with args. | |
6973 | set dummy strip; ac_word=$2 | |
81ecdfbb RW |
6974 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6975 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 6976 | if ${ac_cv_prog_ac_ct_STRIP+:} false; then : |
81ecdfbb | 6977 | $as_echo_n "(cached) " >&6 |
5464f5a1 | 6978 | else |
cfbc9945 SE |
6979 | if test -n "$ac_ct_STRIP"; then |
6980 | ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. | |
5464f5a1 NN |
6981 | else |
6982 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6983 | for as_dir in $PATH | |
6984 | do | |
6985 | IFS=$as_save_IFS | |
6986 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 6987 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 6988 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
cfbc9945 | 6989 | ac_cv_prog_ac_ct_STRIP="strip" |
81ecdfbb | 6990 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5464f5a1 NN |
6991 | break 2 |
6992 | fi | |
6993 | done | |
81ecdfbb RW |
6994 | done |
6995 | IFS=$as_save_IFS | |
5464f5a1 NN |
6996 | |
6997 | fi | |
6998 | fi | |
cfbc9945 SE |
6999 | ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP |
7000 | if test -n "$ac_ct_STRIP"; then | |
81ecdfbb RW |
7001 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 |
7002 | $as_echo "$ac_ct_STRIP" >&6; } | |
5464f5a1 | 7003 | else |
81ecdfbb RW |
7004 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7005 | $as_echo "no" >&6; } | |
5464f5a1 NN |
7006 | fi |
7007 | ||
81ecdfbb RW |
7008 | if test "x$ac_ct_STRIP" = x; then |
7009 | STRIP=":" | |
7010 | else | |
7011 | case $cross_compiling:$ac_tool_warned in | |
7012 | yes:) | |
7013 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7014 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7015 | ac_tool_warned=yes ;; | |
7016 | esac | |
7017 | STRIP=$ac_ct_STRIP | |
7018 | fi | |
cfbc9945 SE |
7019 | else |
7020 | STRIP="$ac_cv_prog_STRIP" | |
5464f5a1 NN |
7021 | fi |
7022 | ||
d7040cdb | 7023 | test -z "$STRIP" && STRIP=: |
5464f5a1 | 7024 | |
cfbc9945 SE |
7025 | |
7026 | ||
cfbc9945 | 7027 | |
cfbc9945 SE |
7028 | |
7029 | ||
d7040cdb SE |
7030 | if test -n "$ac_tool_prefix"; then |
7031 | # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. | |
7032 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | |
81ecdfbb RW |
7033 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7034 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 7035 | if ${ac_cv_prog_RANLIB+:} false; then : |
81ecdfbb | 7036 | $as_echo_n "(cached) " >&6 |
cfbc9945 | 7037 | else |
d7040cdb SE |
7038 | if test -n "$RANLIB"; then |
7039 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
7040 | else | |
7041 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7042 | for as_dir in $PATH | |
7043 | do | |
7044 | IFS=$as_save_IFS | |
7045 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 7046 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 7047 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
d7040cdb | 7048 | ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
81ecdfbb | 7049 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb | 7050 | break 2 |
cfbc9945 | 7051 | fi |
d7040cdb | 7052 | done |
81ecdfbb RW |
7053 | done |
7054 | IFS=$as_save_IFS | |
cfbc9945 | 7055 | |
d7040cdb SE |
7056 | fi |
7057 | fi | |
7058 | RANLIB=$ac_cv_prog_RANLIB | |
7059 | if test -n "$RANLIB"; then | |
81ecdfbb RW |
7060 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 |
7061 | $as_echo "$RANLIB" >&6; } | |
d7040cdb | 7062 | else |
81ecdfbb RW |
7063 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7064 | $as_echo "no" >&6; } | |
d7040cdb | 7065 | fi |
cfbc9945 | 7066 | |
81ecdfbb | 7067 | |
d7040cdb SE |
7068 | fi |
7069 | if test -z "$ac_cv_prog_RANLIB"; then | |
7070 | ac_ct_RANLIB=$RANLIB | |
7071 | # Extract the first word of "ranlib", so it can be a program name with args. | |
7072 | set dummy ranlib; ac_word=$2 | |
81ecdfbb RW |
7073 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7074 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 7075 | if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : |
81ecdfbb | 7076 | $as_echo_n "(cached) " >&6 |
d7040cdb SE |
7077 | else |
7078 | if test -n "$ac_ct_RANLIB"; then | |
7079 | ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. | |
7080 | else | |
7081 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7082 | for as_dir in $PATH | |
7083 | do | |
7084 | IFS=$as_save_IFS | |
7085 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 7086 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 7087 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
d7040cdb | 7088 | ac_cv_prog_ac_ct_RANLIB="ranlib" |
81ecdfbb | 7089 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb | 7090 | break 2 |
cfbc9945 | 7091 | fi |
d7040cdb | 7092 | done |
81ecdfbb RW |
7093 | done |
7094 | IFS=$as_save_IFS | |
cfbc9945 | 7095 | |
d7040cdb SE |
7096 | fi |
7097 | fi | |
7098 | ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB | |
7099 | if test -n "$ac_ct_RANLIB"; then | |
81ecdfbb RW |
7100 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 |
7101 | $as_echo "$ac_ct_RANLIB" >&6; } | |
cfbc9945 | 7102 | else |
81ecdfbb RW |
7103 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7104 | $as_echo "no" >&6; } | |
d7040cdb | 7105 | fi |
5464f5a1 | 7106 | |
81ecdfbb RW |
7107 | if test "x$ac_ct_RANLIB" = x; then |
7108 | RANLIB=":" | |
7109 | else | |
7110 | case $cross_compiling:$ac_tool_warned in | |
7111 | yes:) | |
7112 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7113 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7114 | ac_tool_warned=yes ;; | |
7115 | esac | |
7116 | RANLIB=$ac_ct_RANLIB | |
7117 | fi | |
d7040cdb SE |
7118 | else |
7119 | RANLIB="$ac_cv_prog_RANLIB" | |
7120 | fi | |
5464f5a1 | 7121 | |
d7040cdb | 7122 | test -z "$RANLIB" && RANLIB=: |
5464f5a1 | 7123 | |
5464f5a1 | 7124 | |
5464f5a1 | 7125 | |
cfbc9945 | 7126 | |
cfbc9945 | 7127 | |
d7040cdb SE |
7128 | |
7129 | # Determine commands to create old-style static archives. | |
718a6fd8 | 7130 | old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' |
d7040cdb SE |
7131 | old_postinstall_cmds='chmod 644 $oldlib' |
7132 | old_postuninstall_cmds= | |
7133 | ||
7134 | if test -n "$RANLIB"; then | |
7135 | case $host_os in | |
7136 | openbsd*) | |
7137 | old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" | |
7138 | ;; | |
7139 | *) | |
7140 | old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" | |
7141 | ;; | |
7142 | esac | |
7143 | old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" | |
cfbc9945 | 7144 | fi |
cfbc9945 | 7145 | |
3725885a RW |
7146 | case $host_os in |
7147 | darwin*) | |
7148 | lock_old_archive_extraction=yes ;; | |
7149 | *) | |
7150 | lock_old_archive_extraction=no ;; | |
7151 | esac | |
7152 | ||
7153 | ||
7154 | ||
7155 | ||
7156 | ||
7157 | ||
cfbc9945 | 7158 | |
cfbc9945 SE |
7159 | |
7160 | ||
cfbc9945 | 7161 | |
cfbc9945 | 7162 | |
cfbc9945 | 7163 | |
cfbc9945 | 7164 | |
cfbc9945 SE |
7165 | |
7166 | ||
cfbc9945 | 7167 | |
cfbc9945 | 7168 | |
cfbc9945 SE |
7169 | |
7170 | ||
7171 | ||
7172 | ||
7173 | ||
7174 | ||
7175 | ||
5464f5a1 | 7176 | |
5464f5a1 | 7177 | |
cfbc9945 SE |
7178 | |
7179 | ||
7180 | ||
5464f5a1 | 7181 | |
5464f5a1 | 7182 | |
cfbc9945 SE |
7183 | |
7184 | ||
7185 | ||
5464f5a1 | 7186 | |
cfbc9945 SE |
7187 | |
7188 | ||
7189 | ||
7190 | ||
d7040cdb SE |
7191 | # If no C compiler was specified, use CC. |
7192 | LTCC=${LTCC-"$CC"} | |
cfbc9945 | 7193 | |
d7040cdb SE |
7194 | # If no C compiler flags were specified, use CFLAGS. |
7195 | LTCFLAGS=${LTCFLAGS-"$CFLAGS"} | |
cfbc9945 | 7196 | |
d7040cdb SE |
7197 | # Allow CC to be a program name with arguments. |
7198 | compiler=$CC | |
cfbc9945 | 7199 | |
cfbc9945 | 7200 | |
d7040cdb | 7201 | # Check for command to grab the raw symbol name followed by C symbol from nm. |
81ecdfbb RW |
7202 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 |
7203 | $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } | |
d0ac1c44 | 7204 | if ${lt_cv_sys_global_symbol_pipe+:} false; then : |
81ecdfbb | 7205 | $as_echo_n "(cached) " >&6 |
d7040cdb | 7206 | else |
5464f5a1 | 7207 | |
d7040cdb SE |
7208 | # These are sane defaults that work on at least a few old systems. |
7209 | # [They come from Ultrix. What could be older than Ultrix?!! ;)] | |
5464f5a1 | 7210 | |
d7040cdb SE |
7211 | # Character class describing NM global symbol codes. |
7212 | symcode='[BCDEGRST]' | |
7213 | ||
7214 | # Regexp to match symbols that can be accessed directly from C. | |
7215 | sympat='\([_A-Za-z][_A-Za-z0-9]*\)' | |
7216 | ||
7217 | # Define system-specific variables. | |
7218 | case $host_os in | |
7219 | aix*) | |
7220 | symcode='[BCDT]' | |
7221 | ;; | |
718a6fd8 | 7222 | cygwin* | mingw* | pw32* | cegcc*) |
d7040cdb SE |
7223 | symcode='[ABCDGISTW]' |
7224 | ;; | |
7225 | hpux*) | |
7226 | if test "$host_cpu" = ia64; then | |
7227 | symcode='[ABCDEGRST]' | |
7228 | fi | |
7229 | ;; | |
7230 | irix* | nonstopux*) | |
7231 | symcode='[BCDEGRST]' | |
7232 | ;; | |
7233 | osf*) | |
7234 | symcode='[BCDEGQRST]' | |
7235 | ;; | |
7236 | solaris*) | |
7237 | symcode='[BDRT]' | |
7238 | ;; | |
7239 | sco3.2v5*) | |
7240 | symcode='[DT]' | |
7241 | ;; | |
7242 | sysv4.2uw2*) | |
7243 | symcode='[DT]' | |
7244 | ;; | |
7245 | sysv5* | sco5v6* | unixware* | OpenUNIX*) | |
7246 | symcode='[ABDT]' | |
7247 | ;; | |
7248 | sysv4) | |
7249 | symcode='[DFNSTU]' | |
7250 | ;; | |
cfbc9945 | 7251 | esac |
5464f5a1 | 7252 | |
d7040cdb SE |
7253 | # If we're using GNU nm, then use its standard symbol codes. |
7254 | case `$NM -V 2>&1` in | |
7255 | *GNU* | *'with BFD'*) | |
7256 | symcode='[ABCDGIRSTW]' ;; | |
7257 | esac | |
5464f5a1 | 7258 | |
d7040cdb SE |
7259 | # Transform an extracted symbol line into a proper C declaration. |
7260 | # Some systems (esp. on ia64) link data and code symbols differently, | |
7261 | # so use this general approach. | |
7262 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | |
5464f5a1 | 7263 | |
d7040cdb SE |
7264 | # Transform an extracted symbol line into symbol name and symbol address |
7265 | 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 | 7266 | 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 | 7267 | |
d7040cdb SE |
7268 | # Handle CRLF in mingw tool chain |
7269 | opt_cr= | |
7270 | case $build_os in | |
7271 | mingw*) | |
7272 | opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp | |
7273 | ;; | |
7274 | esac | |
5464f5a1 | 7275 | |
d7040cdb SE |
7276 | # Try without a prefix underscore, then with it. |
7277 | for ac_symprfx in "" "_"; do | |
7278 | ||
7279 | # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. | |
7280 | symxfrm="\\1 $ac_symprfx\\2 \\2" | |
7281 | ||
7282 | # Write the raw and C identifiers. | |
7283 | if test "$lt_cv_nm_interface" = "MS dumpbin"; then | |
7284 | # Fake it for dumpbin and say T for any non-static function | |
7285 | # and D for any global variable. | |
7286 | # Also find C++ and __fastcall symbols from MSVC++, | |
7287 | # which start with @ or ?. | |
7288 | lt_cv_sys_global_symbol_pipe="$AWK '"\ | |
7289 | " {last_section=section; section=\$ 3};"\ | |
7290 | " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ | |
7291 | " \$ 0!~/External *\|/{next};"\ | |
7292 | " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ | |
7293 | " {if(hide[section]) next};"\ | |
7294 | " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ | |
7295 | " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ | |
7296 | " s[1]~/^[@?]/{print s[1], s[1]; next};"\ | |
7297 | " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ | |
7298 | " ' prfx=^$ac_symprfx" | |
7299 | else | |
7300 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | |
7301 | fi | |
cfbc9945 | 7302 | |
d7040cdb SE |
7303 | # Check to see that the pipe works correctly. |
7304 | pipe_works=no | |
cfbc9945 | 7305 | |
d7040cdb SE |
7306 | rm -f conftest* |
7307 | cat > conftest.$ac_ext <<_LT_EOF | |
7308 | #ifdef __cplusplus | |
7309 | extern "C" { | |
7310 | #endif | |
7311 | char nm_test_var; | |
7312 | void nm_test_func(void); | |
7313 | void nm_test_func(void){} | |
7314 | #ifdef __cplusplus | |
7315 | } | |
7316 | #endif | |
7317 | int main(){nm_test_var='a';nm_test_func();return(0);} | |
7318 | _LT_EOF | |
cfbc9945 | 7319 | |
81ecdfbb | 7320 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
d7040cdb SE |
7321 | (eval $ac_compile) 2>&5 |
7322 | ac_status=$? | |
81ecdfbb RW |
7323 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7324 | test $ac_status = 0; }; then | |
d7040cdb SE |
7325 | # Now try to grab the symbols. |
7326 | nlist=conftest.nm | |
3725885a RW |
7327 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 |
7328 | (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 | |
d7040cdb | 7329 | ac_status=$? |
81ecdfbb RW |
7330 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7331 | test $ac_status = 0; } && test -s "$nlist"; then | |
d7040cdb SE |
7332 | # Try sorting and uniquifying the output. |
7333 | if sort "$nlist" | uniq > "$nlist"T; then | |
7334 | mv -f "$nlist"T "$nlist" | |
7335 | else | |
7336 | rm -f "$nlist"T | |
7337 | fi | |
cfbc9945 | 7338 | |
d7040cdb SE |
7339 | # Make sure that we snagged all the symbols we need. |
7340 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | |
7341 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | |
7342 | cat <<_LT_EOF > conftest.$ac_ext | |
7343 | #ifdef __cplusplus | |
7344 | extern "C" { | |
7345 | #endif | |
cfbc9945 | 7346 | |
d7040cdb SE |
7347 | _LT_EOF |
7348 | # Now generate the symbol file. | |
7349 | eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' | |
5464f5a1 | 7350 | |
d7040cdb | 7351 | cat <<_LT_EOF >> conftest.$ac_ext |
cfbc9945 | 7352 | |
d7040cdb SE |
7353 | /* The mapping between symbol names and symbols. */ |
7354 | const struct { | |
7355 | const char *name; | |
7356 | void *address; | |
7357 | } | |
7358 | lt__PROGRAM__LTX_preloaded_symbols[] = | |
7359 | { | |
7360 | { "@PROGRAM@", (void *) 0 }, | |
7361 | _LT_EOF | |
7362 | $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext | |
7363 | cat <<\_LT_EOF >> conftest.$ac_ext | |
7364 | {0, (void *) 0} | |
7365 | }; | |
7366 | ||
7367 | /* This works around a problem in FreeBSD linker */ | |
7368 | #ifdef FREEBSD_WORKAROUND | |
7369 | static const void *lt_preloaded_setup() { | |
7370 | return lt__PROGRAM__LTX_preloaded_symbols; | |
7371 | } | |
7372 | #endif | |
cfbc9945 | 7373 | |
d7040cdb SE |
7374 | #ifdef __cplusplus |
7375 | } | |
7376 | #endif | |
7377 | _LT_EOF | |
7378 | # Now try linking the two files. | |
7379 | mv conftest.$ac_objext conftstm.$ac_objext | |
7380 | lt_save_LIBS="$LIBS" | |
7381 | lt_save_CFLAGS="$CFLAGS" | |
7382 | LIBS="conftstm.$ac_objext" | |
7383 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | |
81ecdfbb | 7384 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
d7040cdb SE |
7385 | (eval $ac_link) 2>&5 |
7386 | ac_status=$? | |
81ecdfbb RW |
7387 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7388 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | |
d7040cdb SE |
7389 | pipe_works=yes |
7390 | fi | |
7391 | LIBS="$lt_save_LIBS" | |
7392 | CFLAGS="$lt_save_CFLAGS" | |
7393 | else | |
7394 | echo "cannot find nm_test_func in $nlist" >&5 | |
7395 | fi | |
7396 | else | |
7397 | echo "cannot find nm_test_var in $nlist" >&5 | |
7398 | fi | |
7399 | else | |
7400 | echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 | |
7401 | fi | |
7402 | else | |
7403 | echo "$progname: failed program was:" >&5 | |
7404 | cat conftest.$ac_ext >&5 | |
7405 | fi | |
718a6fd8 | 7406 | rm -rf conftest* conftst* |
cfbc9945 | 7407 | |
d7040cdb SE |
7408 | # Do not use the global_symbol_pipe unless it works. |
7409 | if test "$pipe_works" = yes; then | |
7410 | break | |
7411 | else | |
7412 | lt_cv_sys_global_symbol_pipe= | |
7413 | fi | |
7414 | done | |
cfbc9945 | 7415 | |
252b5132 | 7416 | fi |
5464f5a1 | 7417 | |
d7040cdb SE |
7418 | if test -z "$lt_cv_sys_global_symbol_pipe"; then |
7419 | lt_cv_sys_global_symbol_to_cdecl= | |
7420 | fi | |
7421 | if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then | |
81ecdfbb RW |
7422 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 |
7423 | $as_echo "failed" >&6; } | |
b3baf5d0 | 7424 | else |
81ecdfbb RW |
7425 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 |
7426 | $as_echo "ok" >&6; } | |
d7040cdb | 7427 | fi |
5464f5a1 | 7428 | |
cfbc9945 | 7429 | |
b3baf5d0 | 7430 | |
cfbc9945 SE |
7431 | |
7432 | ||
7433 | ||
7434 | ||
5464f5a1 | 7435 | |
4a2a2686 HPN |
7436 | |
7437 | ||
7438 | ||
cfbc9945 SE |
7439 | |
7440 | ||
cfbc9945 | 7441 | |
cfbc9945 | 7442 | |
718a6fd8 SE |
7443 | |
7444 | ||
7445 | ||
7446 | ||
7447 | ||
9d7cbccd | 7448 | |
20e95c23 | 7449 | |
81ecdfbb RW |
7450 | # Check whether --enable-libtool-lock was given. |
7451 | if test "${enable_libtool_lock+set}" = set; then : | |
7452 | enableval=$enable_libtool_lock; | |
7453 | fi | |
20e95c23 | 7454 | |
d7040cdb | 7455 | test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes |
20e95c23 | 7456 | |
d7040cdb SE |
7457 | # Some flags need to be propagated to the compiler or linker for good |
7458 | # libtool support. | |
7459 | case $host in | |
7460 | ia64-*-hpux*) | |
7461 | # Find out which ABI we are using. | |
7462 | echo 'int i;' > conftest.$ac_ext | |
81ecdfbb | 7463 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
d7040cdb SE |
7464 | (eval $ac_compile) 2>&5 |
7465 | ac_status=$? | |
81ecdfbb RW |
7466 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7467 | test $ac_status = 0; }; then | |
d7040cdb SE |
7468 | case `/usr/bin/file conftest.$ac_objext` in |
7469 | *ELF-32*) | |
7470 | HPUX_IA64_MODE="32" | |
7471 | ;; | |
7472 | *ELF-64*) | |
7473 | HPUX_IA64_MODE="64" | |
7474 | ;; | |
20e95c23 | 7475 | esac |
d7040cdb SE |
7476 | fi |
7477 | rm -rf conftest* | |
7478 | ;; | |
7479 | *-*-irix6*) | |
7480 | # Find out which ABI we are using. | |
3725885a | 7481 | echo '#line '$LINENO' "configure"' > conftest.$ac_ext |
81ecdfbb | 7482 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
d7040cdb SE |
7483 | (eval $ac_compile) 2>&5 |
7484 | ac_status=$? | |
81ecdfbb RW |
7485 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7486 | test $ac_status = 0; }; then | |
d7040cdb SE |
7487 | if test "$lt_cv_prog_gnu_ld" = yes; then |
7488 | case `/usr/bin/file conftest.$ac_objext` in | |
7489 | *32-bit*) | |
7490 | LD="${LD-ld} -melf32bsmip" | |
7491 | ;; | |
7492 | *N32*) | |
7493 | LD="${LD-ld} -melf32bmipn32" | |
7494 | ;; | |
7495 | *64-bit*) | |
7496 | LD="${LD-ld} -melf64bmip" | |
7497 | ;; | |
7498 | esac | |
20e95c23 | 7499 | else |
d7040cdb SE |
7500 | case `/usr/bin/file conftest.$ac_objext` in |
7501 | *32-bit*) | |
7502 | LD="${LD-ld} -32" | |
7503 | ;; | |
7504 | *N32*) | |
7505 | LD="${LD-ld} -n32" | |
7506 | ;; | |
7507 | *64-bit*) | |
7508 | LD="${LD-ld} -64" | |
7509 | ;; | |
20e95c23 DJ |
7510 | esac |
7511 | fi | |
d7040cdb SE |
7512 | fi |
7513 | rm -rf conftest* | |
7514 | ;; | |
20e95c23 | 7515 | |
cc9afea3 | 7516 | x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ |
d7040cdb SE |
7517 | s390*-*linux*|s390*-*tpf*|sparc*-*linux*) |
7518 | # Find out which ABI we are using. | |
7519 | echo 'int i;' > conftest.$ac_ext | |
81ecdfbb | 7520 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
d7040cdb SE |
7521 | (eval $ac_compile) 2>&5 |
7522 | ac_status=$? | |
81ecdfbb RW |
7523 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7524 | test $ac_status = 0; }; then | |
d7040cdb SE |
7525 | case `/usr/bin/file conftest.o` in |
7526 | *32-bit*) | |
7527 | case $host in | |
7528 | x86_64-*kfreebsd*-gnu) | |
7529 | LD="${LD-ld} -m elf_i386_fbsd" | |
7530 | ;; | |
7531 | x86_64-*linux*) | |
6d2920c8 L |
7532 | case `/usr/bin/file conftest.o` in |
7533 | *x86-64*) | |
7534 | LD="${LD-ld} -m elf32_x86_64" | |
7535 | ;; | |
7536 | *) | |
7537 | LD="${LD-ld} -m elf_i386" | |
7538 | ;; | |
7539 | esac | |
d7040cdb | 7540 | ;; |
cc9afea3 AM |
7541 | powerpc64le-*linux*) |
7542 | LD="${LD-ld} -m elf32lppclinux" | |
7543 | ;; | |
7544 | powerpc64-*linux*) | |
d7040cdb SE |
7545 | LD="${LD-ld} -m elf32ppclinux" |
7546 | ;; | |
7547 | s390x-*linux*) | |
7548 | LD="${LD-ld} -m elf_s390" | |
7549 | ;; | |
7550 | sparc64-*linux*) | |
7551 | LD="${LD-ld} -m elf32_sparc" | |
7552 | ;; | |
7553 | esac | |
7554 | ;; | |
7555 | *64-bit*) | |
7556 | case $host in | |
7557 | x86_64-*kfreebsd*-gnu) | |
7558 | LD="${LD-ld} -m elf_x86_64_fbsd" | |
7559 | ;; | |
7560 | x86_64-*linux*) | |
7561 | LD="${LD-ld} -m elf_x86_64" | |
7562 | ;; | |
cc9afea3 AM |
7563 | powerpcle-*linux*) |
7564 | LD="${LD-ld} -m elf64lppc" | |
7565 | ;; | |
7566 | powerpc-*linux*) | |
d7040cdb SE |
7567 | LD="${LD-ld} -m elf64ppc" |
7568 | ;; | |
7569 | s390*-*linux*|s390*-*tpf*) | |
7570 | LD="${LD-ld} -m elf64_s390" | |
7571 | ;; | |
7572 | sparc*-*linux*) | |
7573 | LD="${LD-ld} -m elf64_sparc" | |
7574 | ;; | |
7575 | esac | |
7576 | ;; | |
20e95c23 DJ |
7577 | esac |
7578 | fi | |
d7040cdb | 7579 | rm -rf conftest* |
7357c5b6 | 7580 | ;; |
d7040cdb | 7581 | |
7357c5b6 AM |
7582 | *-*-sco3.2v5*) |
7583 | # On SCO OpenServer 5, we need -belf to get full-featured binaries. | |
7584 | SAVE_CFLAGS="$CFLAGS" | |
7585 | CFLAGS="$CFLAGS -belf" | |
81ecdfbb RW |
7586 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 |
7587 | $as_echo_n "checking whether the C compiler needs -belf... " >&6; } | |
d0ac1c44 | 7588 | if ${lt_cv_cc_needs_belf+:} false; then : |
81ecdfbb | 7589 | $as_echo_n "(cached) " >&6 |
d7040cdb | 7590 | else |
7357c5b6 AM |
7591 | ac_ext=c |
7592 | ac_cpp='$CPP $CPPFLAGS' | |
7593 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
7594 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
7595 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
d7040cdb | 7596 | |
81ecdfbb | 7597 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb | 7598 | /* end confdefs.h. */ |
d7040cdb | 7599 | |
d7040cdb SE |
7600 | int |
7601 | main () | |
7602 | { | |
7357c5b6 AM |
7603 | |
7604 | ; | |
7605 | return 0; | |
d7040cdb SE |
7606 | } |
7607 | _ACEOF | |
81ecdfbb | 7608 | if ac_fn_c_try_link "$LINENO"; then : |
7357c5b6 | 7609 | lt_cv_cc_needs_belf=yes |
d7040cdb | 7610 | else |
81ecdfbb | 7611 | lt_cv_cc_needs_belf=no |
d7040cdb | 7612 | fi |
81ecdfbb RW |
7613 | rm -f core conftest.err conftest.$ac_objext \ |
7614 | conftest$ac_exeext conftest.$ac_ext | |
7357c5b6 AM |
7615 | ac_ext=c |
7616 | ac_cpp='$CPP $CPPFLAGS' | |
7617 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
7618 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
7619 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
d7040cdb SE |
7620 | |
7621 | fi | |
81ecdfbb RW |
7622 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 |
7623 | $as_echo "$lt_cv_cc_needs_belf" >&6; } | |
7357c5b6 AM |
7624 | if test x"$lt_cv_cc_needs_belf" != x"yes"; then |
7625 | # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf | |
7626 | CFLAGS="$SAVE_CFLAGS" | |
7627 | fi | |
7628 | ;; | |
7629 | sparc*-*solaris*) | |
7630 | # Find out which ABI we are using. | |
7631 | echo 'int i;' > conftest.$ac_ext | |
81ecdfbb | 7632 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
7357c5b6 AM |
7633 | (eval $ac_compile) 2>&5 |
7634 | ac_status=$? | |
81ecdfbb RW |
7635 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7636 | test $ac_status = 0; }; then | |
7357c5b6 AM |
7637 | case `/usr/bin/file conftest.o` in |
7638 | *64-bit*) | |
7639 | case $lt_cv_prog_gnu_ld in | |
7640 | yes*) LD="${LD-ld} -m elf64_sparc" ;; | |
718a6fd8 SE |
7641 | *) |
7642 | if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then | |
7643 | LD="${LD-ld} -64" | |
7644 | fi | |
7645 | ;; | |
7357c5b6 AM |
7646 | esac |
7647 | ;; | |
7648 | esac | |
7649 | fi | |
7650 | rm -rf conftest* | |
7651 | ;; | |
7652 | esac | |
d7040cdb | 7653 | |
7357c5b6 | 7654 | need_locks="$enable_libtool_lock" |
d7040cdb SE |
7655 | |
7656 | ||
718a6fd8 SE |
7657 | case $host_os in |
7658 | rhapsody* | darwin*) | |
7659 | if test -n "$ac_tool_prefix"; then | |
7660 | # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. | |
7661 | set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 | |
81ecdfbb RW |
7662 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7663 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 7664 | if ${ac_cv_prog_DSYMUTIL+:} false; then : |
81ecdfbb | 7665 | $as_echo_n "(cached) " >&6 |
718a6fd8 SE |
7666 | else |
7667 | if test -n "$DSYMUTIL"; then | |
7668 | ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. | |
7669 | else | |
7670 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7671 | for as_dir in $PATH | |
7672 | do | |
7673 | IFS=$as_save_IFS | |
7674 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 7675 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 7676 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
718a6fd8 | 7677 | ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" |
81ecdfbb | 7678 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7679 | break 2 |
7680 | fi | |
7681 | done | |
81ecdfbb RW |
7682 | done |
7683 | IFS=$as_save_IFS | |
718a6fd8 SE |
7684 | |
7685 | fi | |
7686 | fi | |
7687 | DSYMUTIL=$ac_cv_prog_DSYMUTIL | |
7688 | if test -n "$DSYMUTIL"; then | |
81ecdfbb RW |
7689 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 |
7690 | $as_echo "$DSYMUTIL" >&6; } | |
718a6fd8 | 7691 | else |
81ecdfbb RW |
7692 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7693 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7694 | fi |
7695 | ||
81ecdfbb | 7696 | |
718a6fd8 SE |
7697 | fi |
7698 | if test -z "$ac_cv_prog_DSYMUTIL"; then | |
7699 | ac_ct_DSYMUTIL=$DSYMUTIL | |
7700 | # Extract the first word of "dsymutil", so it can be a program name with args. | |
7701 | set dummy dsymutil; ac_word=$2 | |
81ecdfbb RW |
7702 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7703 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 7704 | if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then : |
81ecdfbb | 7705 | $as_echo_n "(cached) " >&6 |
718a6fd8 SE |
7706 | else |
7707 | if test -n "$ac_ct_DSYMUTIL"; then | |
7708 | ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. | |
7709 | else | |
7710 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7711 | for as_dir in $PATH | |
7712 | do | |
7713 | IFS=$as_save_IFS | |
7714 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 7715 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 7716 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
718a6fd8 | 7717 | ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" |
81ecdfbb | 7718 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7719 | break 2 |
7720 | fi | |
7721 | done | |
81ecdfbb RW |
7722 | done |
7723 | IFS=$as_save_IFS | |
718a6fd8 | 7724 | |
718a6fd8 SE |
7725 | fi |
7726 | fi | |
7727 | ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL | |
7728 | if test -n "$ac_ct_DSYMUTIL"; then | |
81ecdfbb RW |
7729 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 |
7730 | $as_echo "$ac_ct_DSYMUTIL" >&6; } | |
718a6fd8 | 7731 | else |
81ecdfbb RW |
7732 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7733 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7734 | fi |
7735 | ||
81ecdfbb RW |
7736 | if test "x$ac_ct_DSYMUTIL" = x; then |
7737 | DSYMUTIL=":" | |
7738 | else | |
7739 | case $cross_compiling:$ac_tool_warned in | |
7740 | yes:) | |
7741 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7742 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7743 | ac_tool_warned=yes ;; | |
7744 | esac | |
7745 | DSYMUTIL=$ac_ct_DSYMUTIL | |
7746 | fi | |
718a6fd8 SE |
7747 | else |
7748 | DSYMUTIL="$ac_cv_prog_DSYMUTIL" | |
7749 | fi | |
7750 | ||
7751 | if test -n "$ac_tool_prefix"; then | |
7752 | # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. | |
7753 | set dummy ${ac_tool_prefix}nmedit; ac_word=$2 | |
81ecdfbb RW |
7754 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7755 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 7756 | if ${ac_cv_prog_NMEDIT+:} false; then : |
81ecdfbb | 7757 | $as_echo_n "(cached) " >&6 |
718a6fd8 SE |
7758 | else |
7759 | if test -n "$NMEDIT"; then | |
7760 | ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. | |
7761 | else | |
7762 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7763 | for as_dir in $PATH | |
7764 | do | |
7765 | IFS=$as_save_IFS | |
7766 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 7767 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 7768 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
718a6fd8 | 7769 | ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" |
81ecdfbb | 7770 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7771 | break 2 |
7772 | fi | |
7773 | done | |
81ecdfbb RW |
7774 | done |
7775 | IFS=$as_save_IFS | |
718a6fd8 SE |
7776 | |
7777 | fi | |
7778 | fi | |
7779 | NMEDIT=$ac_cv_prog_NMEDIT | |
7780 | if test -n "$NMEDIT"; then | |
81ecdfbb RW |
7781 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 |
7782 | $as_echo "$NMEDIT" >&6; } | |
718a6fd8 | 7783 | else |
81ecdfbb RW |
7784 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7785 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7786 | fi |
7787 | ||
81ecdfbb | 7788 | |
718a6fd8 SE |
7789 | fi |
7790 | if test -z "$ac_cv_prog_NMEDIT"; then | |
7791 | ac_ct_NMEDIT=$NMEDIT | |
7792 | # Extract the first word of "nmedit", so it can be a program name with args. | |
7793 | set dummy nmedit; ac_word=$2 | |
81ecdfbb RW |
7794 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7795 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 7796 | if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then : |
81ecdfbb | 7797 | $as_echo_n "(cached) " >&6 |
718a6fd8 SE |
7798 | else |
7799 | if test -n "$ac_ct_NMEDIT"; then | |
7800 | ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. | |
7801 | else | |
7802 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7803 | for as_dir in $PATH | |
7804 | do | |
7805 | IFS=$as_save_IFS | |
7806 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 7807 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 7808 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
718a6fd8 | 7809 | ac_cv_prog_ac_ct_NMEDIT="nmedit" |
81ecdfbb | 7810 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7811 | break 2 |
7812 | fi | |
7813 | done | |
81ecdfbb RW |
7814 | done |
7815 | IFS=$as_save_IFS | |
718a6fd8 | 7816 | |
718a6fd8 SE |
7817 | fi |
7818 | fi | |
7819 | ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT | |
7820 | if test -n "$ac_ct_NMEDIT"; then | |
81ecdfbb RW |
7821 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 |
7822 | $as_echo "$ac_ct_NMEDIT" >&6; } | |
718a6fd8 | 7823 | else |
81ecdfbb RW |
7824 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7825 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7826 | fi |
7827 | ||
81ecdfbb RW |
7828 | if test "x$ac_ct_NMEDIT" = x; then |
7829 | NMEDIT=":" | |
7830 | else | |
7831 | case $cross_compiling:$ac_tool_warned in | |
7832 | yes:) | |
7833 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7834 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7835 | ac_tool_warned=yes ;; | |
7836 | esac | |
7837 | NMEDIT=$ac_ct_NMEDIT | |
7838 | fi | |
718a6fd8 SE |
7839 | else |
7840 | NMEDIT="$ac_cv_prog_NMEDIT" | |
7841 | fi | |
7842 | ||
7843 | if test -n "$ac_tool_prefix"; then | |
7844 | # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. | |
7845 | set dummy ${ac_tool_prefix}lipo; ac_word=$2 | |
81ecdfbb RW |
7846 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7847 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 7848 | if ${ac_cv_prog_LIPO+:} false; then : |
81ecdfbb | 7849 | $as_echo_n "(cached) " >&6 |
718a6fd8 SE |
7850 | else |
7851 | if test -n "$LIPO"; then | |
7852 | ac_cv_prog_LIPO="$LIPO" # Let the user override the test. | |
7853 | else | |
7854 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7855 | for as_dir in $PATH | |
7856 | do | |
7857 | IFS=$as_save_IFS | |
7858 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 7859 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 7860 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
718a6fd8 | 7861 | ac_cv_prog_LIPO="${ac_tool_prefix}lipo" |
81ecdfbb | 7862 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7863 | break 2 |
7864 | fi | |
7865 | done | |
81ecdfbb RW |
7866 | done |
7867 | IFS=$as_save_IFS | |
718a6fd8 SE |
7868 | |
7869 | fi | |
7870 | fi | |
7871 | LIPO=$ac_cv_prog_LIPO | |
7872 | if test -n "$LIPO"; then | |
81ecdfbb RW |
7873 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 |
7874 | $as_echo "$LIPO" >&6; } | |
718a6fd8 | 7875 | else |
81ecdfbb RW |
7876 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7877 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7878 | fi |
7879 | ||
81ecdfbb | 7880 | |
718a6fd8 SE |
7881 | fi |
7882 | if test -z "$ac_cv_prog_LIPO"; then | |
7883 | ac_ct_LIPO=$LIPO | |
7884 | # Extract the first word of "lipo", so it can be a program name with args. | |
7885 | set dummy lipo; ac_word=$2 | |
81ecdfbb RW |
7886 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7887 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 7888 | if ${ac_cv_prog_ac_ct_LIPO+:} false; then : |
81ecdfbb | 7889 | $as_echo_n "(cached) " >&6 |
718a6fd8 SE |
7890 | else |
7891 | if test -n "$ac_ct_LIPO"; then | |
7892 | ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. | |
7893 | else | |
7894 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7895 | for as_dir in $PATH | |
7896 | do | |
7897 | IFS=$as_save_IFS | |
7898 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 7899 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 7900 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
718a6fd8 | 7901 | ac_cv_prog_ac_ct_LIPO="lipo" |
81ecdfbb | 7902 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7903 | break 2 |
7904 | fi | |
7905 | done | |
81ecdfbb RW |
7906 | done |
7907 | IFS=$as_save_IFS | |
718a6fd8 | 7908 | |
718a6fd8 SE |
7909 | fi |
7910 | fi | |
7911 | ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO | |
7912 | if test -n "$ac_ct_LIPO"; then | |
81ecdfbb RW |
7913 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 |
7914 | $as_echo "$ac_ct_LIPO" >&6; } | |
718a6fd8 | 7915 | else |
81ecdfbb RW |
7916 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7917 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7918 | fi |
7919 | ||
81ecdfbb RW |
7920 | if test "x$ac_ct_LIPO" = x; then |
7921 | LIPO=":" | |
7922 | else | |
7923 | case $cross_compiling:$ac_tool_warned in | |
7924 | yes:) | |
7925 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7926 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7927 | ac_tool_warned=yes ;; | |
7928 | esac | |
7929 | LIPO=$ac_ct_LIPO | |
7930 | fi | |
7931 | else | |
718a6fd8 SE |
7932 | LIPO="$ac_cv_prog_LIPO" |
7933 | fi | |
7934 | ||
7935 | if test -n "$ac_tool_prefix"; then | |
7936 | # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. | |
7937 | set dummy ${ac_tool_prefix}otool; ac_word=$2 | |
81ecdfbb RW |
7938 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7939 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 7940 | if ${ac_cv_prog_OTOOL+:} false; then : |
81ecdfbb | 7941 | $as_echo_n "(cached) " >&6 |
718a6fd8 SE |
7942 | else |
7943 | if test -n "$OTOOL"; then | |
7944 | ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. | |
7945 | else | |
7946 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7947 | for as_dir in $PATH | |
7948 | do | |
7949 | IFS=$as_save_IFS | |
7950 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 7951 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 7952 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
718a6fd8 | 7953 | ac_cv_prog_OTOOL="${ac_tool_prefix}otool" |
81ecdfbb | 7954 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7955 | break 2 |
7956 | fi | |
7957 | done | |
81ecdfbb RW |
7958 | done |
7959 | IFS=$as_save_IFS | |
718a6fd8 SE |
7960 | |
7961 | fi | |
7962 | fi | |
7963 | OTOOL=$ac_cv_prog_OTOOL | |
7964 | if test -n "$OTOOL"; then | |
81ecdfbb RW |
7965 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 |
7966 | $as_echo "$OTOOL" >&6; } | |
718a6fd8 | 7967 | else |
81ecdfbb RW |
7968 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7969 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7970 | fi |
7971 | ||
81ecdfbb | 7972 | |
718a6fd8 SE |
7973 | fi |
7974 | if test -z "$ac_cv_prog_OTOOL"; then | |
7975 | ac_ct_OTOOL=$OTOOL | |
7976 | # Extract the first word of "otool", so it can be a program name with args. | |
7977 | set dummy otool; ac_word=$2 | |
81ecdfbb RW |
7978 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7979 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 7980 | if ${ac_cv_prog_ac_ct_OTOOL+:} false; then : |
81ecdfbb | 7981 | $as_echo_n "(cached) " >&6 |
718a6fd8 SE |
7982 | else |
7983 | if test -n "$ac_ct_OTOOL"; then | |
7984 | ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. | |
7985 | else | |
7986 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7987 | for as_dir in $PATH | |
7988 | do | |
7989 | IFS=$as_save_IFS | |
7990 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 7991 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 7992 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
718a6fd8 | 7993 | ac_cv_prog_ac_ct_OTOOL="otool" |
81ecdfbb | 7994 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7995 | break 2 |
7996 | fi | |
7997 | done | |
81ecdfbb RW |
7998 | done |
7999 | IFS=$as_save_IFS | |
718a6fd8 | 8000 | |
718a6fd8 SE |
8001 | fi |
8002 | fi | |
8003 | ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL | |
8004 | if test -n "$ac_ct_OTOOL"; then | |
81ecdfbb RW |
8005 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 |
8006 | $as_echo "$ac_ct_OTOOL" >&6; } | |
718a6fd8 | 8007 | else |
81ecdfbb RW |
8008 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
8009 | $as_echo "no" >&6; } | |
718a6fd8 SE |
8010 | fi |
8011 | ||
81ecdfbb RW |
8012 | if test "x$ac_ct_OTOOL" = x; then |
8013 | OTOOL=":" | |
8014 | else | |
8015 | case $cross_compiling:$ac_tool_warned in | |
8016 | yes:) | |
8017 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
8018 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
8019 | ac_tool_warned=yes ;; | |
8020 | esac | |
8021 | OTOOL=$ac_ct_OTOOL | |
8022 | fi | |
718a6fd8 SE |
8023 | else |
8024 | OTOOL="$ac_cv_prog_OTOOL" | |
8025 | fi | |
8026 | ||
8027 | if test -n "$ac_tool_prefix"; then | |
8028 | # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. | |
8029 | set dummy ${ac_tool_prefix}otool64; ac_word=$2 | |
81ecdfbb RW |
8030 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
8031 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 8032 | if ${ac_cv_prog_OTOOL64+:} false; then : |
81ecdfbb | 8033 | $as_echo_n "(cached) " >&6 |
718a6fd8 SE |
8034 | else |
8035 | if test -n "$OTOOL64"; then | |
8036 | ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. | |
8037 | else | |
8038 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
8039 | for as_dir in $PATH | |
8040 | do | |
8041 | IFS=$as_save_IFS | |
8042 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 8043 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 8044 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
718a6fd8 | 8045 | ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" |
81ecdfbb | 8046 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
8047 | break 2 |
8048 | fi | |
8049 | done | |
81ecdfbb RW |
8050 | done |
8051 | IFS=$as_save_IFS | |
718a6fd8 SE |
8052 | |
8053 | fi | |
8054 | fi | |
8055 | OTOOL64=$ac_cv_prog_OTOOL64 | |
8056 | if test -n "$OTOOL64"; then | |
81ecdfbb RW |
8057 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 |
8058 | $as_echo "$OTOOL64" >&6; } | |
718a6fd8 | 8059 | else |
81ecdfbb RW |
8060 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
8061 | $as_echo "no" >&6; } | |
718a6fd8 SE |
8062 | fi |
8063 | ||
81ecdfbb | 8064 | |
718a6fd8 SE |
8065 | fi |
8066 | if test -z "$ac_cv_prog_OTOOL64"; then | |
8067 | ac_ct_OTOOL64=$OTOOL64 | |
8068 | # Extract the first word of "otool64", so it can be a program name with args. | |
8069 | set dummy otool64; ac_word=$2 | |
81ecdfbb RW |
8070 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
8071 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 8072 | if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then : |
81ecdfbb | 8073 | $as_echo_n "(cached) " >&6 |
718a6fd8 SE |
8074 | else |
8075 | if test -n "$ac_ct_OTOOL64"; then | |
8076 | ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. | |
8077 | else | |
8078 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
8079 | for as_dir in $PATH | |
8080 | do | |
8081 | IFS=$as_save_IFS | |
8082 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 8083 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 8084 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
718a6fd8 | 8085 | ac_cv_prog_ac_ct_OTOOL64="otool64" |
81ecdfbb | 8086 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
8087 | break 2 |
8088 | fi | |
8089 | done | |
81ecdfbb RW |
8090 | done |
8091 | IFS=$as_save_IFS | |
718a6fd8 | 8092 | |
718a6fd8 SE |
8093 | fi |
8094 | fi | |
8095 | ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 | |
8096 | if test -n "$ac_ct_OTOOL64"; then | |
81ecdfbb RW |
8097 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 |
8098 | $as_echo "$ac_ct_OTOOL64" >&6; } | |
718a6fd8 | 8099 | else |
81ecdfbb RW |
8100 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
8101 | $as_echo "no" >&6; } | |
718a6fd8 SE |
8102 | fi |
8103 | ||
81ecdfbb RW |
8104 | if test "x$ac_ct_OTOOL64" = x; then |
8105 | OTOOL64=":" | |
8106 | else | |
8107 | case $cross_compiling:$ac_tool_warned in | |
8108 | yes:) | |
8109 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
8110 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
8111 | ac_tool_warned=yes ;; | |
8112 | esac | |
8113 | OTOOL64=$ac_ct_OTOOL64 | |
8114 | fi | |
718a6fd8 SE |
8115 | else |
8116 | OTOOL64="$ac_cv_prog_OTOOL64" | |
8117 | fi | |
8118 | ||
8119 | ||
8120 | ||
8121 | ||
8122 | ||
8123 | ||
8124 | ||
8125 | ||
8126 | ||
8127 | ||
8128 | ||
8129 | ||
8130 | ||
8131 | ||
8132 | ||
8133 | ||
8134 | ||
8135 | ||
8136 | ||
8137 | ||
8138 | ||
8139 | ||
8140 | ||
8141 | ||
8142 | ||
8143 | ||
8144 | ||
81ecdfbb RW |
8145 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 |
8146 | $as_echo_n "checking for -single_module linker flag... " >&6; } | |
d0ac1c44 | 8147 | if ${lt_cv_apple_cc_single_mod+:} false; then : |
81ecdfbb | 8148 | $as_echo_n "(cached) " >&6 |
718a6fd8 SE |
8149 | else |
8150 | lt_cv_apple_cc_single_mod=no | |
8151 | if test -z "${LT_MULTI_MODULE}"; then | |
8152 | # By default we will add the -single_module flag. You can override | |
8153 | # by either setting the environment variable LT_MULTI_MODULE | |
8154 | # non-empty at configure time, or by adding -multi_module to the | |
8155 | # link flags. | |
8156 | rm -rf libconftest.dylib* | |
8157 | echo "int foo(void){return 1;}" > conftest.c | |
8158 | echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ | |
8159 | -dynamiclib -Wl,-single_module conftest.c" >&5 | |
8160 | $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ | |
8161 | -dynamiclib -Wl,-single_module conftest.c 2>conftest.err | |
8162 | _lt_result=$? | |
8163 | if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then | |
8164 | lt_cv_apple_cc_single_mod=yes | |
8165 | else | |
8166 | cat conftest.err >&5 | |
8167 | fi | |
8168 | rm -rf libconftest.dylib* | |
8169 | rm -f conftest.* | |
8170 | fi | |
8171 | fi | |
81ecdfbb RW |
8172 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 |
8173 | $as_echo "$lt_cv_apple_cc_single_mod" >&6; } | |
8174 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 | |
8175 | $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } | |
d0ac1c44 | 8176 | if ${lt_cv_ld_exported_symbols_list+:} false; then : |
81ecdfbb | 8177 | $as_echo_n "(cached) " >&6 |
718a6fd8 SE |
8178 | else |
8179 | lt_cv_ld_exported_symbols_list=no | |
8180 | save_LDFLAGS=$LDFLAGS | |
8181 | echo "_main" > conftest.sym | |
8182 | LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" | |
81ecdfbb | 8183 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
718a6fd8 SE |
8184 | /* end confdefs.h. */ |
8185 | ||
8186 | int | |
8187 | main () | |
8188 | { | |
8189 | ||
8190 | ; | |
8191 | return 0; | |
8192 | } | |
8193 | _ACEOF | |
81ecdfbb | 8194 | if ac_fn_c_try_link "$LINENO"; then : |
718a6fd8 SE |
8195 | lt_cv_ld_exported_symbols_list=yes |
8196 | else | |
81ecdfbb | 8197 | lt_cv_ld_exported_symbols_list=no |
718a6fd8 | 8198 | fi |
81ecdfbb RW |
8199 | rm -f core conftest.err conftest.$ac_objext \ |
8200 | conftest$ac_exeext conftest.$ac_ext | |
718a6fd8 SE |
8201 | LDFLAGS="$save_LDFLAGS" |
8202 | ||
8203 | fi | |
81ecdfbb RW |
8204 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 |
8205 | $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } | |
3725885a RW |
8206 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 |
8207 | $as_echo_n "checking for -force_load linker flag... " >&6; } | |
d0ac1c44 | 8208 | if ${lt_cv_ld_force_load+:} false; then : |
3725885a RW |
8209 | $as_echo_n "(cached) " >&6 |
8210 | else | |
8211 | lt_cv_ld_force_load=no | |
8212 | cat > conftest.c << _LT_EOF | |
8213 | int forced_loaded() { return 2;} | |
8214 | _LT_EOF | |
8215 | echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 | |
8216 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | |
8217 | echo "$AR cru libconftest.a conftest.o" >&5 | |
8218 | $AR cru libconftest.a conftest.o 2>&5 | |
8219 | cat > conftest.c << _LT_EOF | |
8220 | int main() { return 0;} | |
8221 | _LT_EOF | |
8222 | echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 | |
8223 | $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err | |
8224 | _lt_result=$? | |
8225 | if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then | |
8226 | lt_cv_ld_force_load=yes | |
8227 | else | |
8228 | cat conftest.err >&5 | |
8229 | fi | |
8230 | rm -f conftest.err libconftest.a conftest conftest.c | |
8231 | rm -rf conftest.dSYM | |
8232 | ||
8233 | fi | |
8234 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 | |
8235 | $as_echo "$lt_cv_ld_force_load" >&6; } | |
718a6fd8 SE |
8236 | case $host_os in |
8237 | rhapsody* | darwin1.[012]) | |
8238 | _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; | |
8239 | darwin1.*) | |
8240 | _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; | |
8241 | darwin*) # darwin 5.x on | |
8242 | # if running on 10.5 or later, the deployment target defaults | |
8243 | # to the OS version, if on x86, and 10.4, the deployment | |
8244 | # target defaults to 10.4. Don't you love it? | |
8245 | case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in | |
8246 | 10.0,*86*-darwin8*|10.0,*-darwin[91]*) | |
8247 | _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; | |
6e733cce | 8248 | 10.[012][,.]*) |
718a6fd8 SE |
8249 | _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; |
8250 | 10.*) | |
8251 | _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; | |
8252 | esac | |
8253 | ;; | |
8254 | esac | |
8255 | if test "$lt_cv_apple_cc_single_mod" = "yes"; then | |
8256 | _lt_dar_single_mod='$single_module' | |
8257 | fi | |
8258 | if test "$lt_cv_ld_exported_symbols_list" = "yes"; then | |
8259 | _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' | |
8260 | else | |
8261 | _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' | |
8262 | fi | |
3725885a | 8263 | if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then |
718a6fd8 SE |
8264 | _lt_dsymutil='~$DSYMUTIL $lib || :' |
8265 | else | |
8266 | _lt_dsymutil= | |
8267 | fi | |
8268 | ;; | |
8269 | esac | |
8270 | ||
d7040cdb | 8271 | for ac_header in dlfcn.h |
81ecdfbb RW |
8272 | do : |
8273 | ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default | |
8274 | " | |
d0ac1c44 | 8275 | if test "x$ac_cv_header_dlfcn_h" = xyes; then : |
d7040cdb | 8276 | cat >>confdefs.h <<_ACEOF |
81ecdfbb | 8277 | #define HAVE_DLFCN_H 1 |
d7040cdb SE |
8278 | _ACEOF |
8279 | ||
8280 | fi | |
8281 | ||
8282 | done | |
8283 | ||
8284 | ||
8285 | ||
3725885a RW |
8286 | |
8287 | ||
718a6fd8 | 8288 | # Set options |
ce3c775b | 8289 | enable_dlopen=yes |
718a6fd8 SE |
8290 | |
8291 | ||
8292 | ||
718a6fd8 SE |
8293 | |
8294 | enable_win32_dll=no | |
8295 | ||
8296 | ||
8297 | ||
81ecdfbb RW |
8298 | # Check whether --enable-static was given. |
8299 | if test "${enable_static+set}" = set; then : | |
8300 | enableval=$enable_static; p=${PACKAGE-default} | |
718a6fd8 SE |
8301 | case $enableval in |
8302 | yes) enable_static=yes ;; | |
8303 | no) enable_static=no ;; | |
8304 | *) | |
8305 | enable_static=no | |
8306 | # Look at the argument we got. We use all the common list separators. | |
8307 | lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," | |
8308 | for pkg in $enableval; do | |
8309 | IFS="$lt_save_ifs" | |
8310 | if test "X$pkg" = "X$p"; then | |
8311 | enable_static=yes | |
8312 | fi | |
8313 | done | |
8314 | IFS="$lt_save_ifs" | |
8315 | ;; | |
8316 | esac | |
8317 | else | |
8318 | enable_static=yes | |
81ecdfbb | 8319 | fi |
718a6fd8 SE |
8320 | |
8321 | ||
8322 | ||
8323 | ||
8324 | ||
8325 | ||
8326 | ||
8327 | ||
8328 | ||
81ecdfbb RW |
8329 | |
8330 | # Check whether --with-pic was given. | |
8331 | if test "${with_pic+set}" = set; then : | |
8332 | withval=$with_pic; pic_mode="$withval" | |
718a6fd8 SE |
8333 | else |
8334 | pic_mode=default | |
81ecdfbb RW |
8335 | fi |
8336 | ||
718a6fd8 SE |
8337 | |
8338 | test -z "$pic_mode" && pic_mode=default | |
8339 | ||
8340 | ||
8341 | ||
8342 | ||
8343 | ||
8344 | ||
8345 | ||
81ecdfbb RW |
8346 | # Check whether --enable-fast-install was given. |
8347 | if test "${enable_fast_install+set}" = set; then : | |
8348 | enableval=$enable_fast_install; p=${PACKAGE-default} | |
718a6fd8 SE |
8349 | case $enableval in |
8350 | yes) enable_fast_install=yes ;; | |
8351 | no) enable_fast_install=no ;; | |
8352 | *) | |
8353 | enable_fast_install=no | |
8354 | # Look at the argument we got. We use all the common list separators. | |
8355 | lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," | |
8356 | for pkg in $enableval; do | |
8357 | IFS="$lt_save_ifs" | |
8358 | if test "X$pkg" = "X$p"; then | |
8359 | enable_fast_install=yes | |
8360 | fi | |
8361 | done | |
8362 | IFS="$lt_save_ifs" | |
8363 | ;; | |
8364 | esac | |
8365 | else | |
8366 | enable_fast_install=yes | |
81ecdfbb RW |
8367 | fi |
8368 | ||
718a6fd8 SE |
8369 | |
8370 | ||
8371 | ||
8372 | ||
8373 | ||
8374 | ||
8375 | ||
8376 | ||
8377 | ||
8378 | ||
d7040cdb SE |
8379 | # This can be used to rebuild libtool when needed |
8380 | LIBTOOL_DEPS="$ltmain" | |
8381 | ||
8382 | # Always use our own libtool. | |
8383 | LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
8384 | ||
8385 | ||
8386 | ||
8387 | ||
8388 | ||
8389 | ||
8390 | ||
8391 | ||
8392 | ||
8393 | ||
8394 | ||
8395 | ||
8396 | ||
8397 | ||
8398 | ||
8399 | ||
8400 | ||
8401 | ||
8402 | ||
8403 | ||
8404 | ||
8405 | ||
8406 | ||
3725885a | 8407 | |
d7040cdb SE |
8408 | |
8409 | ||
8410 | test -z "$LN_S" && LN_S="ln -s" | |
8411 | ||
8412 | ||
8413 | ||
8414 | ||
8415 | ||
8416 | ||
8417 | ||
8418 | ||
8419 | ||
8420 | ||
8421 | ||
8422 | ||
8423 | ||
8424 | ||
8425 | if test -n "${ZSH_VERSION+set}" ; then | |
8426 | setopt NO_GLOB_SUBST | |
8427 | fi | |
8428 | ||
81ecdfbb RW |
8429 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 |
8430 | $as_echo_n "checking for objdir... " >&6; } | |
d0ac1c44 | 8431 | if ${lt_cv_objdir+:} false; then : |
81ecdfbb | 8432 | $as_echo_n "(cached) " >&6 |
d7040cdb SE |
8433 | else |
8434 | rm -f .libs 2>/dev/null | |
8435 | mkdir .libs 2>/dev/null | |
8436 | if test -d .libs; then | |
8437 | lt_cv_objdir=.libs | |
8438 | else | |
8439 | # MS-DOS does not allow filenames that begin with a dot. | |
8440 | lt_cv_objdir=_libs | |
8441 | fi | |
8442 | rmdir .libs 2>/dev/null | |
8443 | fi | |
81ecdfbb RW |
8444 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 |
8445 | $as_echo "$lt_cv_objdir" >&6; } | |
d7040cdb SE |
8446 | objdir=$lt_cv_objdir |
8447 | ||
8448 | ||
8449 | ||
8450 | ||
8451 | ||
8452 | cat >>confdefs.h <<_ACEOF | |
8453 | #define LT_OBJDIR "$lt_cv_objdir/" | |
8454 | _ACEOF | |
8455 | ||
8456 | ||
8457 | ||
8458 | ||
d7040cdb SE |
8459 | case $host_os in |
8460 | aix3*) | |
8461 | # AIX sometimes has problems with the GCC collect2 program. For some | |
8462 | # reason, if we set the COLLECT_NAMES environment variable, the problems | |
8463 | # vanish in a puff of smoke. | |
8464 | if test "X${COLLECT_NAMES+set}" != Xset; then | |
8465 | COLLECT_NAMES= | |
8466 | export COLLECT_NAMES | |
8467 | fi | |
8468 | ;; | |
8469 | esac | |
8470 | ||
d7040cdb SE |
8471 | # Global variables: |
8472 | ofile=libtool | |
8473 | can_build_shared=yes | |
8474 | ||
8475 | # All known linkers require a `.a' archive for static linking (except MSVC, | |
8476 | # which needs '.lib'). | |
8477 | libext=a | |
8478 | ||
8479 | with_gnu_ld="$lt_cv_prog_gnu_ld" | |
8480 | ||
8481 | old_CC="$CC" | |
8482 | old_CFLAGS="$CFLAGS" | |
8483 | ||
8484 | # Set sane defaults for various variables | |
8485 | test -z "$CC" && CC=cc | |
8486 | test -z "$LTCC" && LTCC=$CC | |
8487 | test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS | |
8488 | test -z "$LD" && LD=ld | |
8489 | test -z "$ac_objext" && ac_objext=o | |
8490 | ||
8491 | for cc_temp in $compiler""; do | |
8492 | case $cc_temp in | |
8493 | compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; | |
8494 | distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; | |
8495 | \-*) ;; | |
8496 | *) break;; | |
8497 | esac | |
8498 | done | |
3725885a | 8499 | cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` |
d7040cdb SE |
8500 | |
8501 | ||
8502 | # Only perform the check for file, if the check method requires it | |
8503 | test -z "$MAGIC_CMD" && MAGIC_CMD=file | |
8504 | case $deplibs_check_method in | |
8505 | file_magic*) | |
8506 | if test "$file_magic_cmd" = '$MAGIC_CMD'; then | |
81ecdfbb RW |
8507 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 |
8508 | $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } | |
d0ac1c44 | 8509 | if ${lt_cv_path_MAGIC_CMD+:} false; then : |
81ecdfbb | 8510 | $as_echo_n "(cached) " >&6 |
d7040cdb SE |
8511 | else |
8512 | case $MAGIC_CMD in | |
8513 | [\\/*] | ?:[\\/]*) | |
8514 | lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. | |
8515 | ;; | |
8516 | *) | |
8517 | lt_save_MAGIC_CMD="$MAGIC_CMD" | |
8518 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR | |
8519 | ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" | |
8520 | for ac_dir in $ac_dummy; do | |
8521 | IFS="$lt_save_ifs" | |
8522 | test -z "$ac_dir" && ac_dir=. | |
8523 | if test -f $ac_dir/${ac_tool_prefix}file; then | |
8524 | lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" | |
8525 | if test -n "$file_magic_test_file"; then | |
8526 | case $deplibs_check_method in | |
8527 | "file_magic "*) | |
8528 | file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` | |
8529 | MAGIC_CMD="$lt_cv_path_MAGIC_CMD" | |
8530 | if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | | |
8531 | $EGREP "$file_magic_regex" > /dev/null; then | |
8532 | : | |
8533 | else | |
8534 | cat <<_LT_EOF 1>&2 | |
8535 | ||
8536 | *** Warning: the command libtool uses to detect shared libraries, | |
8537 | *** $file_magic_cmd, produces output that libtool cannot recognize. | |
8538 | *** The result is that libtool may fail to recognize shared libraries | |
8539 | *** as such. This will affect the creation of libtool libraries that | |
8540 | *** depend on shared libraries, but programs linked with such libtool | |
8541 | *** libraries will work regardless of this problem. Nevertheless, you | |
8542 | *** may want to report the problem to your system manager and/or to | |
8543 | *** bug-libtool@gnu.org | |
8544 | ||
8545 | _LT_EOF | |
8546 | fi ;; | |
8547 | esac | |
8548 | fi | |
8549 | break | |
8550 | fi | |
8551 | done | |
8552 | IFS="$lt_save_ifs" | |
8553 | MAGIC_CMD="$lt_save_MAGIC_CMD" | |
8554 | ;; | |
8555 | esac | |
8556 | fi | |
8557 | ||
8558 | MAGIC_CMD="$lt_cv_path_MAGIC_CMD" | |
8559 | if test -n "$MAGIC_CMD"; then | |
81ecdfbb RW |
8560 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 |
8561 | $as_echo "$MAGIC_CMD" >&6; } | |
d7040cdb | 8562 | else |
81ecdfbb RW |
8563 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
8564 | $as_echo "no" >&6; } | |
d7040cdb SE |
8565 | fi |
8566 | ||
8567 | ||
8568 | ||
8569 | ||
8570 | ||
8571 | if test -z "$lt_cv_path_MAGIC_CMD"; then | |
8572 | if test -n "$ac_tool_prefix"; then | |
81ecdfbb RW |
8573 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 |
8574 | $as_echo_n "checking for file... " >&6; } | |
d0ac1c44 | 8575 | if ${lt_cv_path_MAGIC_CMD+:} false; then : |
81ecdfbb | 8576 | $as_echo_n "(cached) " >&6 |
d7040cdb SE |
8577 | else |
8578 | case $MAGIC_CMD in | |
8579 | [\\/*] | ?:[\\/]*) | |
8580 | lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. | |
8581 | ;; | |
8582 | *) | |
8583 | lt_save_MAGIC_CMD="$MAGIC_CMD" | |
8584 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR | |
8585 | ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" | |
8586 | for ac_dir in $ac_dummy; do | |
8587 | IFS="$lt_save_ifs" | |
8588 | test -z "$ac_dir" && ac_dir=. | |
8589 | if test -f $ac_dir/file; then | |
8590 | lt_cv_path_MAGIC_CMD="$ac_dir/file" | |
8591 | if test -n "$file_magic_test_file"; then | |
8592 | case $deplibs_check_method in | |
8593 | "file_magic "*) | |
8594 | file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` | |
8595 | MAGIC_CMD="$lt_cv_path_MAGIC_CMD" | |
8596 | if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | | |
8597 | $EGREP "$file_magic_regex" > /dev/null; then | |
8598 | : | |
8599 | else | |
8600 | cat <<_LT_EOF 1>&2 | |
8601 | ||
8602 | *** Warning: the command libtool uses to detect shared libraries, | |
8603 | *** $file_magic_cmd, produces output that libtool cannot recognize. | |
8604 | *** The result is that libtool may fail to recognize shared libraries | |
8605 | *** as such. This will affect the creation of libtool libraries that | |
8606 | *** depend on shared libraries, but programs linked with such libtool | |
8607 | *** libraries will work regardless of this problem. Nevertheless, you | |
8608 | *** may want to report the problem to your system manager and/or to | |
8609 | *** bug-libtool@gnu.org | |
8610 | ||
8611 | _LT_EOF | |
8612 | fi ;; | |
8613 | esac | |
8614 | fi | |
8615 | break | |
8616 | fi | |
8617 | done | |
8618 | IFS="$lt_save_ifs" | |
8619 | MAGIC_CMD="$lt_save_MAGIC_CMD" | |
8620 | ;; | |
8621 | esac | |
8622 | fi | |
8623 | ||
8624 | MAGIC_CMD="$lt_cv_path_MAGIC_CMD" | |
8625 | if test -n "$MAGIC_CMD"; then | |
81ecdfbb RW |
8626 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 |
8627 | $as_echo "$MAGIC_CMD" >&6; } | |
d7040cdb | 8628 | else |
81ecdfbb RW |
8629 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
8630 | $as_echo "no" >&6; } | |
d7040cdb SE |
8631 | fi |
8632 | ||
8633 | ||
8634 | else | |
8635 | MAGIC_CMD=: | |
8636 | fi | |
8637 | fi | |
8638 | ||
8639 | fi | |
8640 | ;; | |
8641 | esac | |
8642 | ||
8643 | # Use C for the default configuration in the libtool script | |
8644 | ||
8645 | lt_save_CC="$CC" | |
8646 | ac_ext=c | |
8647 | ac_cpp='$CPP $CPPFLAGS' | |
8648 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
8649 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
8650 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
8651 | ||
8652 | ||
8653 | # Source file extension for C test sources. | |
8654 | ac_ext=c | |
8655 | ||
8656 | # Object file extension for compiled C test sources. | |
8657 | objext=o | |
8658 | objext=$objext | |
8659 | ||
8660 | # Code to be used in simple compile tests | |
8661 | lt_simple_compile_test_code="int some_variable = 0;" | |
8662 | ||
8663 | # Code to be used in simple link tests | |
8664 | lt_simple_link_test_code='int main(){return(0);}' | |
8665 | ||
8666 | ||
8667 | ||
8668 | ||
8669 | ||
8670 | ||
8671 | ||
8672 | # If no C compiler was specified, use CC. | |
8673 | LTCC=${LTCC-"$CC"} | |
8674 | ||
8675 | # If no C compiler flags were specified, use CFLAGS. | |
8676 | LTCFLAGS=${LTCFLAGS-"$CFLAGS"} | |
8677 | ||
8678 | # Allow CC to be a program name with arguments. | |
8679 | compiler=$CC | |
8680 | ||
8681 | # Save the default compiler, since it gets overwritten when the other | |
8682 | # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. | |
8683 | compiler_DEFAULT=$CC | |
8684 | ||
8685 | # save warnings/boilerplate of simple test code | |
8686 | ac_outfile=conftest.$ac_objext | |
8687 | echo "$lt_simple_compile_test_code" >conftest.$ac_ext | |
8688 | eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | |
8689 | _lt_compiler_boilerplate=`cat conftest.err` | |
8690 | $RM conftest* | |
8691 | ||
8692 | ac_outfile=conftest.$ac_objext | |
8693 | echo "$lt_simple_link_test_code" >conftest.$ac_ext | |
8694 | eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | |
8695 | _lt_linker_boilerplate=`cat conftest.err` | |
718a6fd8 | 8696 | $RM -r conftest* |
d7040cdb SE |
8697 | |
8698 | ||
8699 | ## CAVEAT EMPTOR: | |
8700 | ## There is no encapsulation within the following macros, do not change | |
8701 | ## the running order or otherwise move them around unless you know exactly | |
8702 | ## what you are doing... | |
8703 | if test -n "$compiler"; then | |
8704 | ||
8705 | lt_prog_compiler_no_builtin_flag= | |
8706 | ||
8707 | if test "$GCC" = yes; then | |
3725885a RW |
8708 | case $cc_basename in |
8709 | nvcc*) | |
8710 | lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; | |
8711 | *) | |
8712 | lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; | |
8713 | esac | |
d7040cdb | 8714 | |
81ecdfbb RW |
8715 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 |
8716 | $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } | |
d0ac1c44 | 8717 | if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then : |
81ecdfbb | 8718 | $as_echo_n "(cached) " >&6 |
d7040cdb SE |
8719 | else |
8720 | lt_cv_prog_compiler_rtti_exceptions=no | |
8721 | ac_outfile=conftest.$ac_objext | |
8722 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
8723 | lt_compiler_flag="-fno-rtti -fno-exceptions" | |
8724 | # Insert the option either (1) after the last *FLAGS variable, or | |
8725 | # (2) before a word containing "conftest.", or (3) at the end. | |
8726 | # Note that $ac_compile itself does not contain backslashes and begins | |
8727 | # with a dollar sign (not a hyphen), so the echo should work correctly. | |
8728 | # The option is referenced via a variable to avoid confusing sed. | |
8729 | lt_compile=`echo "$ac_compile" | $SED \ | |
8730 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |
8731 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |
8732 | -e 's:$: $lt_compiler_flag:'` | |
3725885a | 8733 | (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) |
d7040cdb SE |
8734 | (eval "$lt_compile" 2>conftest.err) |
8735 | ac_status=$? | |
8736 | cat conftest.err >&5 | |
3725885a | 8737 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
d7040cdb SE |
8738 | if (exit $ac_status) && test -s "$ac_outfile"; then |
8739 | # The compiler can only warn and ignore the option if not recognized | |
8740 | # So say no if there are warnings other than the usual output. | |
3725885a | 8741 | $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp |
d7040cdb SE |
8742 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
8743 | if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then | |
8744 | lt_cv_prog_compiler_rtti_exceptions=yes | |
8745 | fi | |
8746 | fi | |
8747 | $RM conftest* | |
8748 | ||
8749 | fi | |
81ecdfbb RW |
8750 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 |
8751 | $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } | |
d7040cdb SE |
8752 | |
8753 | if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then | |
8754 | lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" | |
8755 | else | |
8756 | : | |
8757 | fi | |
8758 | ||
8759 | fi | |
8760 | ||
8761 | ||
8762 | ||
8763 | ||
8764 | ||
8765 | ||
8766 | lt_prog_compiler_wl= | |
8767 | lt_prog_compiler_pic= | |
8768 | lt_prog_compiler_static= | |
8769 | ||
81ecdfbb RW |
8770 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 |
8771 | $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | |
d7040cdb SE |
8772 | |
8773 | if test "$GCC" = yes; then | |
8774 | lt_prog_compiler_wl='-Wl,' | |
8775 | lt_prog_compiler_static='-static' | |
8776 | ||
8777 | case $host_os in | |
8778 | aix*) | |
8779 | # All AIX code is PIC. | |
8780 | if test "$host_cpu" = ia64; then | |
8781 | # AIX 5 now supports IA64 processor | |
8782 | lt_prog_compiler_static='-Bstatic' | |
8783 | fi | |
6c9c0a50 | 8784 | lt_prog_compiler_pic='-fPIC' |
d7040cdb SE |
8785 | ;; |
8786 | ||
8787 | amigaos*) | |
718a6fd8 SE |
8788 | case $host_cpu in |
8789 | powerpc) | |
8790 | # see comment about AmigaOS4 .so support | |
8791 | lt_prog_compiler_pic='-fPIC' | |
8792 | ;; | |
8793 | m68k) | |
8794 | # FIXME: we need at least 68020 code to build shared libraries, but | |
8795 | # adding the `-m68020' flag to GCC prevents building anything better, | |
8796 | # like `-m68040'. | |
8797 | lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' | |
8798 | ;; | |
8799 | esac | |
d7040cdb SE |
8800 | ;; |
8801 | ||
8802 | beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) | |
8803 | # PIC is the default for these OSes. | |
8804 | ;; | |
8805 | ||
718a6fd8 | 8806 | mingw* | cygwin* | pw32* | os2* | cegcc*) |
d7040cdb SE |
8807 | # This hack is so that the source file can tell whether it is being |
8808 | # built for inclusion in a dll (and should export symbols for example). | |
8809 | # Although the cygwin gcc ignores -fPIC, still need this for old-style | |
8810 | # (--disable-auto-import) libraries | |
8811 | lt_prog_compiler_pic='-DDLL_EXPORT' | |
8812 | ;; | |
8813 | ||
8814 | darwin* | rhapsody*) | |
8815 | # PIC is the default on this platform | |
8816 | # Common symbols not allowed in MH_DYLIB files | |
8817 | lt_prog_compiler_pic='-fno-common' | |
8818 | ;; | |
8819 | ||
3725885a RW |
8820 | haiku*) |
8821 | # PIC is the default for Haiku. | |
8822 | # The "-static" flag exists, but is broken. | |
8823 | lt_prog_compiler_static= | |
8824 | ;; | |
8825 | ||
d7040cdb | 8826 | hpux*) |
718a6fd8 SE |
8827 | # PIC is the default for 64-bit PA HP-UX, but not for 32-bit |
8828 | # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag | |
8829 | # sets the default TLS model and affects inlining. | |
d7040cdb | 8830 | case $host_cpu in |
718a6fd8 | 8831 | hppa*64*) |
d7040cdb SE |
8832 | # +Z the default |
8833 | ;; | |
8834 | *) | |
8835 | lt_prog_compiler_pic='-fPIC' | |
8836 | ;; | |
8837 | esac | |
8838 | ;; | |
8839 | ||
8840 | interix[3-9]*) | |
8841 | # Interix 3.x gcc -fpic/-fPIC options generate broken code. | |
8842 | # Instead, we relocate shared libraries at runtime. | |
8843 | ;; | |
8844 | ||
8845 | msdosdjgpp*) | |
8846 | # Just because we use GCC doesn't mean we suddenly get shared libraries | |
8847 | # on systems that don't support them. | |
8848 | lt_prog_compiler_can_build_shared=no | |
8849 | enable_shared=no | |
8850 | ;; | |
8851 | ||
8852 | *nto* | *qnx*) | |
8853 | # QNX uses GNU C++, but need to define -shared option too, otherwise | |
8854 | # it will coredump. | |
8855 | lt_prog_compiler_pic='-fPIC -shared' | |
8856 | ;; | |
8857 | ||
8858 | sysv4*MP*) | |
8859 | if test -d /usr/nec; then | |
8860 | lt_prog_compiler_pic=-Kconform_pic | |
8861 | fi | |
8862 | ;; | |
8863 | ||
8864 | *) | |
8865 | lt_prog_compiler_pic='-fPIC' | |
8866 | ;; | |
8867 | esac | |
3725885a RW |
8868 | |
8869 | case $cc_basename in | |
8870 | nvcc*) # Cuda Compiler Driver 2.2 | |
8871 | lt_prog_compiler_wl='-Xlinker ' | |
8872 | lt_prog_compiler_pic='-Xcompiler -fPIC' | |
8873 | ;; | |
8874 | esac | |
d7040cdb SE |
8875 | else |
8876 | # PORTME Check for flag to pass linker flags through the system compiler. | |
8877 | case $host_os in | |
8878 | aix*) | |
8879 | lt_prog_compiler_wl='-Wl,' | |
8880 | if test "$host_cpu" = ia64; then | |
8881 | # AIX 5 now supports IA64 processor | |
8882 | lt_prog_compiler_static='-Bstatic' | |
8883 | else | |
8884 | lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' | |
8885 | fi | |
8886 | ;; | |
d7040cdb | 8887 | |
718a6fd8 | 8888 | mingw* | cygwin* | pw32* | os2* | cegcc*) |
d7040cdb SE |
8889 | # This hack is so that the source file can tell whether it is being |
8890 | # built for inclusion in a dll (and should export symbols for example). | |
8891 | lt_prog_compiler_pic='-DDLL_EXPORT' | |
8892 | ;; | |
8893 | ||
8894 | hpux9* | hpux10* | hpux11*) | |
8895 | lt_prog_compiler_wl='-Wl,' | |
8896 | # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but | |
8897 | # not for PA HP-UX. | |
8898 | case $host_cpu in | |
8899 | hppa*64*|ia64*) | |
8900 | # +Z the default | |
8901 | ;; | |
8902 | *) | |
8903 | lt_prog_compiler_pic='+Z' | |
8904 | ;; | |
8905 | esac | |
8906 | # Is there a better lt_prog_compiler_static that works with the bundled CC? | |
8907 | lt_prog_compiler_static='${wl}-a ${wl}archive' | |
8908 | ;; | |
8909 | ||
8910 | irix5* | irix6* | nonstopux*) | |
8911 | lt_prog_compiler_wl='-Wl,' | |
8912 | # PIC (with -KPIC) is the default. | |
8913 | lt_prog_compiler_static='-non_shared' | |
8914 | ;; | |
8915 | ||
58e24671 | 8916 | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
d7040cdb | 8917 | case $cc_basename in |
718a6fd8 SE |
8918 | # old Intel for x86_64 which still supported -KPIC. |
8919 | ecc*) | |
d7040cdb SE |
8920 | lt_prog_compiler_wl='-Wl,' |
8921 | lt_prog_compiler_pic='-KPIC' | |
8922 | lt_prog_compiler_static='-static' | |
8923 | ;; | |
718a6fd8 SE |
8924 | # icc used to be incompatible with GCC. |
8925 | # ICC 10 doesn't accept -KPIC any more. | |
8926 | icc* | ifort*) | |
8927 | lt_prog_compiler_wl='-Wl,' | |
8928 | lt_prog_compiler_pic='-fPIC' | |
8929 | lt_prog_compiler_static='-static' | |
8930 | ;; | |
8931 | # Lahey Fortran 8.1. | |
8932 | lf95*) | |
8933 | lt_prog_compiler_wl='-Wl,' | |
8934 | lt_prog_compiler_pic='--shared' | |
8935 | lt_prog_compiler_static='--static' | |
8936 | ;; | |
3725885a | 8937 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
d7040cdb SE |
8938 | # Portland Group compilers (*not* the Pentium gcc compiler, |
8939 | # which looks to be a dead project) | |
8940 | lt_prog_compiler_wl='-Wl,' | |
8941 | lt_prog_compiler_pic='-fpic' | |
8942 | lt_prog_compiler_static='-Bstatic' | |
8943 | ;; | |
8944 | ccc*) | |
8945 | lt_prog_compiler_wl='-Wl,' | |
8946 | # All Alpha code is PIC. | |
8947 | lt_prog_compiler_static='-non_shared' | |
8948 | ;; | |
3725885a RW |
8949 | xl* | bgxl* | bgf* | mpixl*) |
8950 | # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene | |
718a6fd8 SE |
8951 | lt_prog_compiler_wl='-Wl,' |
8952 | lt_prog_compiler_pic='-qpic' | |
8953 | lt_prog_compiler_static='-qstaticlink' | |
8954 | ;; | |
d7040cdb SE |
8955 | *) |
8956 | case `$CC -V 2>&1 | sed 5q` in | |
3725885a RW |
8957 | *Sun\ F* | *Sun*Fortran*) |
8958 | # Sun Fortran 8.3 passes all unrecognized flags to the linker | |
d7040cdb SE |
8959 | lt_prog_compiler_pic='-KPIC' |
8960 | lt_prog_compiler_static='-Bstatic' | |
3725885a | 8961 | lt_prog_compiler_wl='' |
d7040cdb | 8962 | ;; |
3725885a RW |
8963 | *Sun\ C*) |
8964 | # Sun C 5.9 | |
d7040cdb SE |
8965 | lt_prog_compiler_pic='-KPIC' |
8966 | lt_prog_compiler_static='-Bstatic' | |
3725885a | 8967 | lt_prog_compiler_wl='-Wl,' |
d7040cdb SE |
8968 | ;; |
8969 | esac | |
8970 | ;; | |
8971 | esac | |
8972 | ;; | |
8973 | ||
8974 | newsos6) | |
8975 | lt_prog_compiler_pic='-KPIC' | |
8976 | lt_prog_compiler_static='-Bstatic' | |
8977 | ;; | |
8978 | ||
8979 | *nto* | *qnx*) | |
8980 | # QNX uses GNU C++, but need to define -shared option too, otherwise | |
8981 | # it will coredump. | |
8982 | lt_prog_compiler_pic='-fPIC -shared' | |
8983 | ;; | |
8984 | ||
8985 | osf3* | osf4* | osf5*) | |
8986 | lt_prog_compiler_wl='-Wl,' | |
8987 | # All OSF/1 code is PIC. | |
8988 | lt_prog_compiler_static='-non_shared' | |
8989 | ;; | |
8990 | ||
8991 | rdos*) | |
8992 | lt_prog_compiler_static='-non_shared' | |
8993 | ;; | |
8994 | ||
8995 | solaris*) | |
8996 | lt_prog_compiler_pic='-KPIC' | |
8997 | lt_prog_compiler_static='-Bstatic' | |
8998 | case $cc_basename in | |
8999 | f77* | f90* | f95*) | |
9000 | lt_prog_compiler_wl='-Qoption ld ';; | |
9001 | *) | |
9002 | lt_prog_compiler_wl='-Wl,';; | |
9003 | esac | |
9004 | ;; | |
9005 | ||
9006 | sunos4*) | |
9007 | lt_prog_compiler_wl='-Qoption ld ' | |
9008 | lt_prog_compiler_pic='-PIC' | |
9009 | lt_prog_compiler_static='-Bstatic' | |
9010 | ;; | |
9011 | ||
9012 | sysv4 | sysv4.2uw2* | sysv4.3*) | |
9013 | lt_prog_compiler_wl='-Wl,' | |
9014 | lt_prog_compiler_pic='-KPIC' | |
9015 | lt_prog_compiler_static='-Bstatic' | |
9016 | ;; | |
9017 | ||
9018 | sysv4*MP*) | |
9019 | if test -d /usr/nec ;then | |
9020 | lt_prog_compiler_pic='-Kconform_pic' | |
9021 | lt_prog_compiler_static='-Bstatic' | |
9022 | fi | |
9023 | ;; | |
9024 | ||
9025 | sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) | |
9026 | lt_prog_compiler_wl='-Wl,' | |
9027 | lt_prog_compiler_pic='-KPIC' | |
9028 | lt_prog_compiler_static='-Bstatic' | |
9029 | ;; | |
9030 | ||
9031 | unicos*) | |
9032 | lt_prog_compiler_wl='-Wl,' | |
9033 | lt_prog_compiler_can_build_shared=no | |
9034 | ;; | |
9035 | ||
9036 | uts4*) | |
9037 | lt_prog_compiler_pic='-pic' | |
9038 | lt_prog_compiler_static='-Bstatic' | |
9039 | ;; | |
9040 | ||
9041 | *) | |
9042 | lt_prog_compiler_can_build_shared=no | |
9043 | ;; | |
9044 | esac | |
9045 | fi | |
9046 | ||
9047 | case $host_os in | |
9048 | # For platforms which do not support PIC, -DPIC is meaningless: | |
9049 | *djgpp*) | |
9050 | lt_prog_compiler_pic= | |
9051 | ;; | |
9052 | *) | |
9053 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | |
9054 | ;; | |
9055 | esac | |
81ecdfbb RW |
9056 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5 |
9057 | $as_echo "$lt_prog_compiler_pic" >&6; } | |
d7040cdb SE |
9058 | |
9059 | ||
9060 | ||
9061 | ||
9062 | ||
9063 | ||
9064 | # | |
9065 | # Check to make sure the PIC flag actually works. | |
9066 | # | |
9067 | if test -n "$lt_prog_compiler_pic"; then | |
81ecdfbb RW |
9068 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 |
9069 | $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } | |
d0ac1c44 | 9070 | if ${lt_cv_prog_compiler_pic_works+:} false; then : |
81ecdfbb | 9071 | $as_echo_n "(cached) " >&6 |
d7040cdb | 9072 | else |
718a6fd8 | 9073 | lt_cv_prog_compiler_pic_works=no |
d7040cdb SE |
9074 | ac_outfile=conftest.$ac_objext |
9075 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
9076 | lt_compiler_flag="$lt_prog_compiler_pic -DPIC" | |
9077 | # Insert the option either (1) after the last *FLAGS variable, or | |
9078 | # (2) before a word containing "conftest.", or (3) at the end. | |
9079 | # Note that $ac_compile itself does not contain backslashes and begins | |
9080 | # with a dollar sign (not a hyphen), so the echo should work correctly. | |
9081 | # The option is referenced via a variable to avoid confusing sed. | |
9082 | lt_compile=`echo "$ac_compile" | $SED \ | |
9083 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |
9084 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |
9085 | -e 's:$: $lt_compiler_flag:'` | |
3725885a | 9086 | (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) |
d7040cdb SE |
9087 | (eval "$lt_compile" 2>conftest.err) |
9088 | ac_status=$? | |
9089 | cat conftest.err >&5 | |
3725885a | 9090 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
d7040cdb SE |
9091 | if (exit $ac_status) && test -s "$ac_outfile"; then |
9092 | # The compiler can only warn and ignore the option if not recognized | |
9093 | # So say no if there are warnings other than the usual output. | |
3725885a | 9094 | $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp |
d7040cdb SE |
9095 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
9096 | if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then | |
718a6fd8 | 9097 | lt_cv_prog_compiler_pic_works=yes |
d7040cdb SE |
9098 | fi |
9099 | fi | |
9100 | $RM conftest* | |
9101 | ||
9102 | fi | |
81ecdfbb RW |
9103 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 |
9104 | $as_echo "$lt_cv_prog_compiler_pic_works" >&6; } | |
d7040cdb | 9105 | |
718a6fd8 | 9106 | if test x"$lt_cv_prog_compiler_pic_works" = xyes; then |
d7040cdb SE |
9107 | case $lt_prog_compiler_pic in |
9108 | "" | " "*) ;; | |
9109 | *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; | |
9110 | esac | |
9111 | else | |
9112 | lt_prog_compiler_pic= | |
9113 | lt_prog_compiler_can_build_shared=no | |
9114 | fi | |
9115 | ||
9116 | fi | |
9117 | ||
9118 | ||
9119 | ||
9120 | ||
9121 | ||
9122 | ||
9123 | # | |
9124 | # Check to make sure the static flag actually works. | |
9125 | # | |
9126 | wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" | |
81ecdfbb RW |
9127 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 |
9128 | $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } | |
d0ac1c44 | 9129 | if ${lt_cv_prog_compiler_static_works+:} false; then : |
81ecdfbb | 9130 | $as_echo_n "(cached) " >&6 |
d7040cdb | 9131 | else |
718a6fd8 | 9132 | lt_cv_prog_compiler_static_works=no |
d7040cdb SE |
9133 | save_LDFLAGS="$LDFLAGS" |
9134 | LDFLAGS="$LDFLAGS $lt_tmp_static_flag" | |
9135 | echo "$lt_simple_link_test_code" > conftest.$ac_ext | |
9136 | if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then | |
9137 | # The linker can only warn and ignore the option if not recognized | |
9138 | # So say no if there are warnings | |
9139 | if test -s conftest.err; then | |
9140 | # Append any errors to the config.log. | |
9141 | cat conftest.err 1>&5 | |
3725885a | 9142 | $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp |
d7040cdb SE |
9143 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
9144 | if diff conftest.exp conftest.er2 >/dev/null; then | |
718a6fd8 | 9145 | lt_cv_prog_compiler_static_works=yes |
d7040cdb SE |
9146 | fi |
9147 | else | |
718a6fd8 | 9148 | lt_cv_prog_compiler_static_works=yes |
d7040cdb SE |
9149 | fi |
9150 | fi | |
718a6fd8 | 9151 | $RM -r conftest* |
d7040cdb SE |
9152 | LDFLAGS="$save_LDFLAGS" |
9153 | ||
9154 | fi | |
81ecdfbb RW |
9155 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 |
9156 | $as_echo "$lt_cv_prog_compiler_static_works" >&6; } | |
d7040cdb | 9157 | |
718a6fd8 | 9158 | if test x"$lt_cv_prog_compiler_static_works" = xyes; then |
d7040cdb SE |
9159 | : |
9160 | else | |
9161 | lt_prog_compiler_static= | |
9162 | fi | |
9163 | ||
9164 | ||
9165 | ||
9166 | ||
9167 | ||
9168 | ||
9169 | ||
81ecdfbb RW |
9170 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 |
9171 | $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } | |
d0ac1c44 | 9172 | if ${lt_cv_prog_compiler_c_o+:} false; then : |
81ecdfbb | 9173 | $as_echo_n "(cached) " >&6 |
d7040cdb SE |
9174 | else |
9175 | lt_cv_prog_compiler_c_o=no | |
9176 | $RM -r conftest 2>/dev/null | |
9177 | mkdir conftest | |
9178 | cd conftest | |
9179 | mkdir out | |
9180 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
9181 | ||
9182 | lt_compiler_flag="-o out/conftest2.$ac_objext" | |
9183 | # Insert the option either (1) after the last *FLAGS variable, or | |
9184 | # (2) before a word containing "conftest.", or (3) at the end. | |
9185 | # Note that $ac_compile itself does not contain backslashes and begins | |
9186 | # with a dollar sign (not a hyphen), so the echo should work correctly. | |
9187 | lt_compile=`echo "$ac_compile" | $SED \ | |
9188 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |
9189 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |
9190 | -e 's:$: $lt_compiler_flag:'` | |
3725885a | 9191 | (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) |
d7040cdb SE |
9192 | (eval "$lt_compile" 2>out/conftest.err) |
9193 | ac_status=$? | |
9194 | cat out/conftest.err >&5 | |
3725885a | 9195 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
d7040cdb SE |
9196 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
9197 | then | |
9198 | # The compiler can only warn and ignore the option if not recognized | |
9199 | # So say no if there are warnings | |
3725885a | 9200 | $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp |
d7040cdb SE |
9201 | $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 |
9202 | if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then | |
9203 | lt_cv_prog_compiler_c_o=yes | |
9204 | fi | |
9205 | fi | |
9206 | chmod u+w . 2>&5 | |
9207 | $RM conftest* | |
9208 | # SGI C++ compiler will create directory out/ii_files/ for | |
9209 | # template instantiation | |
9210 | test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files | |
9211 | $RM out/* && rmdir out | |
9212 | cd .. | |
9213 | $RM -r conftest | |
9214 | $RM conftest* | |
9215 | ||
9216 | fi | |
81ecdfbb RW |
9217 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 |
9218 | $as_echo "$lt_cv_prog_compiler_c_o" >&6; } | |
d7040cdb SE |
9219 | |
9220 | ||
9221 | ||
9222 | ||
9223 | ||
9224 | ||
81ecdfbb RW |
9225 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 |
9226 | $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } | |
d0ac1c44 | 9227 | if ${lt_cv_prog_compiler_c_o+:} false; then : |
81ecdfbb | 9228 | $as_echo_n "(cached) " >&6 |
d7040cdb SE |
9229 | else |
9230 | lt_cv_prog_compiler_c_o=no | |
9231 | $RM -r conftest 2>/dev/null | |
9232 | mkdir conftest | |
9233 | cd conftest | |
9234 | mkdir out | |
9235 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
9236 | ||
9237 | lt_compiler_flag="-o out/conftest2.$ac_objext" | |
9238 | # Insert the option either (1) after the last *FLAGS variable, or | |
9239 | # (2) before a word containing "conftest.", or (3) at the end. | |
9240 | # Note that $ac_compile itself does not contain backslashes and begins | |
9241 | # with a dollar sign (not a hyphen), so the echo should work correctly. | |
9242 | lt_compile=`echo "$ac_compile" | $SED \ | |
9243 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |
9244 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |
9245 | -e 's:$: $lt_compiler_flag:'` | |
3725885a | 9246 | (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) |
d7040cdb SE |
9247 | (eval "$lt_compile" 2>out/conftest.err) |
9248 | ac_status=$? | |
9249 | cat out/conftest.err >&5 | |
3725885a | 9250 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
d7040cdb SE |
9251 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
9252 | then | |
9253 | # The compiler can only warn and ignore the option if not recognized | |
9254 | # So say no if there are warnings | |
3725885a | 9255 | $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp |
d7040cdb SE |
9256 | $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 |
9257 | if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then | |
9258 | lt_cv_prog_compiler_c_o=yes | |
9259 | fi | |
9260 | fi | |
9261 | chmod u+w . 2>&5 | |
9262 | $RM conftest* | |
9263 | # SGI C++ compiler will create directory out/ii_files/ for | |
9264 | # template instantiation | |
9265 | test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files | |
9266 | $RM out/* && rmdir out | |
9267 | cd .. | |
9268 | $RM -r conftest | |
9269 | $RM conftest* | |
9270 | ||
9271 | fi | |
81ecdfbb RW |
9272 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 |
9273 | $as_echo "$lt_cv_prog_compiler_c_o" >&6; } | |
d7040cdb SE |
9274 | |
9275 | ||
9276 | ||
9277 | ||
9278 | hard_links="nottested" | |
9279 | if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then | |
9280 | # do not overwrite the value of need_locks provided by the user | |
81ecdfbb RW |
9281 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 |
9282 | $as_echo_n "checking if we can lock with hard links... " >&6; } | |
d7040cdb SE |
9283 | hard_links=yes |
9284 | $RM conftest* | |
9285 | ln conftest.a conftest.b 2>/dev/null && hard_links=no | |
9286 | touch conftest.a | |
9287 | ln conftest.a conftest.b 2>&5 || hard_links=no | |
9288 | ln conftest.a conftest.b 2>/dev/null && hard_links=no | |
81ecdfbb RW |
9289 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 |
9290 | $as_echo "$hard_links" >&6; } | |
d7040cdb | 9291 | if test "$hard_links" = no; then |
81ecdfbb RW |
9292 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 |
9293 | $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} | |
d7040cdb SE |
9294 | need_locks=warn |
9295 | fi | |
9296 | else | |
9297 | need_locks=no | |
9298 | fi | |
9299 | ||
9300 | ||
9301 | ||
9302 | ||
9303 | ||
9304 | ||
81ecdfbb RW |
9305 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 |
9306 | $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } | |
d7040cdb SE |
9307 | |
9308 | runpath_var= | |
9309 | allow_undefined_flag= | |
9310 | always_export_symbols=no | |
9311 | archive_cmds= | |
9312 | archive_expsym_cmds= | |
9313 | compiler_needs_object=no | |
9314 | enable_shared_with_static_runtimes=no | |
9315 | export_dynamic_flag_spec= | |
9316 | export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' | |
9317 | hardcode_automatic=no | |
9318 | hardcode_direct=no | |
9319 | hardcode_direct_absolute=no | |
9320 | hardcode_libdir_flag_spec= | |
9321 | hardcode_libdir_flag_spec_ld= | |
9322 | hardcode_libdir_separator= | |
9323 | hardcode_minus_L=no | |
9324 | hardcode_shlibpath_var=unsupported | |
9325 | inherit_rpath=no | |
9326 | link_all_deplibs=unknown | |
9327 | module_cmds= | |
9328 | module_expsym_cmds= | |
9329 | old_archive_from_new_cmds= | |
9330 | old_archive_from_expsyms_cmds= | |
9331 | thread_safe_flag_spec= | |
9332 | whole_archive_flag_spec= | |
9333 | # include_expsyms should be a list of space-separated symbols to be *always* | |
9334 | # included in the symbol list | |
9335 | include_expsyms= | |
9336 | # exclude_expsyms can be an extended regexp of symbols to exclude | |
9337 | # it will be wrapped by ` (' and `)$', so one must not match beginning or | |
9338 | # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', | |
9339 | # as well as any symbol that contains `d'. | |
718a6fd8 | 9340 | exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' |
d7040cdb SE |
9341 | # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out |
9342 | # platforms (ab)use it in PIC code, but their linkers get confused if | |
9343 | # the symbol is explicitly referenced. Since portable code cannot | |
9344 | # rely on this symbol name, it's probably fine to never include it in | |
9345 | # preloaded symbol tables. | |
718a6fd8 | 9346 | # Exclude shared library initialization/finalization symbols. |
d7040cdb SE |
9347 | extract_expsyms_cmds= |
9348 | ||
9349 | case $host_os in | |
718a6fd8 | 9350 | cygwin* | mingw* | pw32* | cegcc*) |
d7040cdb SE |
9351 | # FIXME: the MSVC++ port hasn't been tested in a loooong time |
9352 | # When not using gcc, we currently assume that we are using | |
9353 | # Microsoft Visual C++. | |
9354 | if test "$GCC" != yes; then | |
9355 | with_gnu_ld=no | |
9356 | fi | |
9357 | ;; | |
9358 | interix*) | |
9359 | # we just hope/assume this is gcc and not c89 (= MSVC++) | |
9360 | with_gnu_ld=yes | |
9361 | ;; | |
9362 | openbsd*) | |
9363 | with_gnu_ld=no | |
9364 | ;; | |
9365 | esac | |
9366 | ||
9367 | ld_shlibs=yes | |
3725885a RW |
9368 | |
9369 | # On some targets, GNU ld is compatible enough with the native linker | |
9370 | # that we're better off using the native interface for both. | |
9371 | lt_use_gnu_ld_interface=no | |
d7040cdb | 9372 | if test "$with_gnu_ld" = yes; then |
3725885a RW |
9373 | case $host_os in |
9374 | aix*) | |
9375 | # The AIX port of GNU ld has always aspired to compatibility | |
9376 | # with the native linker. However, as the warning in the GNU ld | |
9377 | # block says, versions before 2.19.5* couldn't really create working | |
9378 | # shared libraries, regardless of the interface used. | |
9379 | case `$LD -v 2>&1` in | |
9380 | *\ \(GNU\ Binutils\)\ 2.19.5*) ;; | |
9381 | *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; | |
9382 | *\ \(GNU\ Binutils\)\ [3-9]*) ;; | |
9383 | *) | |
9384 | lt_use_gnu_ld_interface=yes | |
9385 | ;; | |
9386 | esac | |
9387 | ;; | |
9388 | *) | |
9389 | lt_use_gnu_ld_interface=yes | |
9390 | ;; | |
9391 | esac | |
9392 | fi | |
9393 | ||
9394 | if test "$lt_use_gnu_ld_interface" = yes; then | |
d7040cdb SE |
9395 | # If archive_cmds runs LD, not CC, wlarc should be empty |
9396 | wlarc='${wl}' | |
9397 | ||
9398 | # Set some defaults for GNU ld with shared library support. These | |
9399 | # are reset later if shared libraries are not supported. Putting them | |
9400 | # here allows them to be overridden if necessary. | |
9401 | runpath_var=LD_RUN_PATH | |
9402 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
9403 | export_dynamic_flag_spec='${wl}--export-dynamic' | |
9404 | # ancient GNU ld didn't support --whole-archive et. al. | |
9405 | if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then | |
9406 | whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' | |
9407 | else | |
9408 | whole_archive_flag_spec= | |
9409 | fi | |
9410 | supports_anon_versioning=no | |
9411 | case `$LD -v 2>&1` in | |
3725885a | 9412 | *GNU\ gold*) supports_anon_versioning=yes ;; |
d7040cdb SE |
9413 | *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 |
9414 | *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... | |
9415 | *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... | |
9416 | *\ 2.11.*) ;; # other 2.11 versions | |
9417 | *) supports_anon_versioning=yes ;; | |
9418 | esac | |
9419 | ||
9420 | # See if GNU ld supports shared libraries. | |
9421 | case $host_os in | |
e81819a5 | 9422 | aix[3-9]*) |
d7040cdb SE |
9423 | # On AIX/PPC, the GNU linker is very broken |
9424 | if test "$host_cpu" != ia64; then | |
9425 | ld_shlibs=no | |
9426 | cat <<_LT_EOF 1>&2 | |
9427 | ||
3725885a | 9428 | *** Warning: the GNU linker, at least up to release 2.19, is reported |
d7040cdb SE |
9429 | *** to be unable to reliably create shared libraries on AIX. |
9430 | *** Therefore, libtool is disabling shared libraries support. If you | |
3725885a RW |
9431 | *** really care for shared libraries, you may want to install binutils |
9432 | *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. | |
9433 | *** You will then need to restart the configuration process. | |
d7040cdb SE |
9434 | |
9435 | _LT_EOF | |
9436 | fi | |
9437 | ;; | |
9438 | ||
9439 | amigaos*) | |
718a6fd8 SE |
9440 | case $host_cpu in |
9441 | powerpc) | |
9442 | # see comment about AmigaOS4 .so support | |
9443 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9444 | archive_expsym_cmds='' | |
9445 | ;; | |
9446 | m68k) | |
9447 | 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)' | |
9448 | hardcode_libdir_flag_spec='-L$libdir' | |
9449 | hardcode_minus_L=yes | |
9450 | ;; | |
9451 | esac | |
d7040cdb SE |
9452 | ;; |
9453 | ||
9454 | beos*) | |
9455 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | |
9456 | allow_undefined_flag=unsupported | |
9457 | # Joseph Beckenbach <jrb3@best.com> says some releases of gcc | |
9458 | # support --undefined. This deserves some investigation. FIXME | |
9459 | archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9460 | else | |
9461 | ld_shlibs=no | |
9462 | fi | |
9463 | ;; | |
9464 | ||
718a6fd8 | 9465 | cygwin* | mingw* | pw32* | cegcc*) |
d7040cdb SE |
9466 | # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, |
9467 | # as there is no search path for DLLs. | |
9468 | hardcode_libdir_flag_spec='-L$libdir' | |
3725885a | 9469 | export_dynamic_flag_spec='${wl}--export-all-symbols' |
d7040cdb SE |
9470 | allow_undefined_flag=unsupported |
9471 | always_export_symbols=no | |
9472 | enable_shared_with_static_runtimes=yes | |
9473 | export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' | |
9474 | ||
9475 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | |
9476 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | |
9477 | # If the export-symbols file already is a .def file (1st line | |
9478 | # is EXPORTS), use it as is; otherwise, prepend... | |
9479 | archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then | |
9480 | cp $export_symbols $output_objdir/$soname.def; | |
9481 | else | |
9482 | echo EXPORTS > $output_objdir/$soname.def; | |
9483 | cat $export_symbols >> $output_objdir/$soname.def; | |
9484 | fi~ | |
9485 | $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | |
9486 | else | |
9487 | ld_shlibs=no | |
9488 | fi | |
9489 | ;; | |
9490 | ||
3725885a RW |
9491 | haiku*) |
9492 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9493 | link_all_deplibs=yes | |
9494 | ;; | |
9495 | ||
d7040cdb SE |
9496 | interix[3-9]*) |
9497 | hardcode_direct=no | |
9498 | hardcode_shlibpath_var=no | |
9499 | hardcode_libdir_flag_spec='${wl}-rpath,$libdir' | |
9500 | export_dynamic_flag_spec='${wl}-E' | |
9501 | # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. | |
9502 | # Instead, shared libraries are loaded at an image base (0x10000000 by | |
9503 | # default) and relocated if they conflict, which is a slow very memory | |
9504 | # consuming and fragmenting process. To avoid this, we pick a random, | |
9505 | # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link | |
9506 | # time. Moving up from 0x10000000 also allows more sbrk(2) space. | |
9507 | archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' | |
9508 | 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' | |
9509 | ;; | |
9510 | ||
58e24671 | 9511 | gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) |
d7040cdb SE |
9512 | tmp_diet=no |
9513 | if test "$host_os" = linux-dietlibc; then | |
9514 | case $cc_basename in | |
9515 | diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) | |
9516 | esac | |
9517 | fi | |
9518 | if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ | |
9519 | && test "$tmp_diet" = no | |
9520 | then | |
6e733cce | 9521 | tmp_addflag=' $pic_flag' |
718a6fd8 | 9522 | tmp_sharedflag='-shared' |
d7040cdb SE |
9523 | case $cc_basename,$host_cpu in |
9524 | pgcc*) # Portland Group C compiler | |
3725885a | 9525 | 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 |
9526 | tmp_addflag=' $pic_flag' |
9527 | ;; | |
3725885a RW |
9528 | pgf77* | pgf90* | pgf95* | pgfortran*) |
9529 | # Portland Group f77 and f90 compilers | |
9530 | 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 |
9531 | tmp_addflag=' $pic_flag -Mnomain' ;; |
9532 | ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 | |
9533 | tmp_addflag=' -i_dynamic' ;; | |
9534 | efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 | |
9535 | tmp_addflag=' -i_dynamic -nofor_main' ;; | |
9536 | ifc* | ifort*) # Intel Fortran compiler | |
9537 | tmp_addflag=' -nofor_main' ;; | |
718a6fd8 SE |
9538 | lf95*) # Lahey Fortran 8.1 |
9539 | whole_archive_flag_spec= | |
9540 | tmp_sharedflag='--shared' ;; | |
3725885a | 9541 | xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) |
718a6fd8 SE |
9542 | tmp_sharedflag='-qmkshrobj' |
9543 | tmp_addflag= ;; | |
3725885a RW |
9544 | nvcc*) # Cuda Compiler Driver 2.2 |
9545 | 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' | |
9546 | compiler_needs_object=yes | |
9547 | ;; | |
d7040cdb SE |
9548 | esac |
9549 | case `$CC -V 2>&1 | sed 5q` in | |
9550 | *Sun\ C*) # Sun C 5.9 | |
3725885a | 9551 | 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 |
9552 | compiler_needs_object=yes |
9553 | tmp_sharedflag='-G' ;; | |
9554 | *Sun\ F*) # Sun Fortran 8.3 | |
9555 | tmp_sharedflag='-G' ;; | |
d7040cdb SE |
9556 | esac |
9557 | archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9558 | ||
9559 | if test "x$supports_anon_versioning" = xyes; then | |
9560 | archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ | |
9561 | cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ | |
9562 | echo "local: *; };" >> $output_objdir/$libname.ver~ | |
9563 | $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' | |
9564 | fi | |
718a6fd8 SE |
9565 | |
9566 | case $cc_basename in | |
3725885a | 9567 | xlf* | bgf* | bgxlf* | mpixlf*) |
718a6fd8 SE |
9568 | # IBM XL Fortran 10.1 on PPC cannot create shared libs itself |
9569 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | |
9570 | hardcode_libdir_flag_spec= | |
9571 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | |
9572 | archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib' | |
9573 | if test "x$supports_anon_versioning" = xyes; then | |
9574 | archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ | |
9575 | cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ | |
9576 | echo "local: *; };" >> $output_objdir/$libname.ver~ | |
9577 | $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' | |
9578 | fi | |
9579 | ;; | |
9580 | esac | |
d7040cdb SE |
9581 | else |
9582 | ld_shlibs=no | |
9583 | fi | |
9584 | ;; | |
9585 | ||
9586 | netbsd*) | |
9587 | if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then | |
9588 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | |
9589 | wlarc= | |
9590 | else | |
9591 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9592 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | |
9593 | fi | |
9594 | ;; | |
9595 | ||
9596 | solaris*) | |
9597 | if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then | |
9598 | ld_shlibs=no | |
9599 | cat <<_LT_EOF 1>&2 | |
9600 | ||
9601 | *** Warning: The releases 2.8.* of the GNU linker cannot reliably | |
9602 | *** create shared libraries on Solaris systems. Therefore, libtool | |
9603 | *** is disabling shared libraries support. We urge you to upgrade GNU | |
9604 | *** binutils to release 2.9.1 or newer. Another option is to modify | |
9605 | *** your PATH or compiler configuration so that the native linker is | |
9606 | *** used, and then restart. | |
9607 | ||
9608 | _LT_EOF | |
9609 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | |
9610 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9611 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | |
9612 | else | |
9613 | ld_shlibs=no | |
9614 | fi | |
9615 | ;; | |
9616 | ||
9617 | sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) | |
9618 | case `$LD -v 2>&1` in | |
9619 | *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) | |
9620 | ld_shlibs=no | |
9621 | cat <<_LT_EOF 1>&2 | |
9622 | ||
9623 | *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not | |
9624 | *** reliably create shared libraries on SCO systems. Therefore, libtool | |
9625 | *** is disabling shared libraries support. We urge you to upgrade GNU | |
9626 | *** binutils to release 2.16.91.0.3 or newer. Another option is to modify | |
9627 | *** your PATH or compiler configuration so that the native linker is | |
9628 | *** used, and then restart. | |
9629 | ||
9630 | _LT_EOF | |
9631 | ;; | |
9632 | *) | |
9633 | # For security reasons, it is highly recommended that you always | |
9634 | # use absolute paths for naming shared libraries, and exclude the | |
9635 | # DT_RUNPATH tag from executables and libraries. But doing so | |
9636 | # requires that you compile everything twice, which is a pain. | |
9637 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | |
9638 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
9639 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9640 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | |
9641 | else | |
9642 | ld_shlibs=no | |
9643 | fi | |
9644 | ;; | |
9645 | esac | |
9646 | ;; | |
9647 | ||
9648 | sunos4*) | |
9649 | archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' | |
9650 | wlarc= | |
9651 | hardcode_direct=yes | |
9652 | hardcode_shlibpath_var=no | |
9653 | ;; | |
9654 | ||
9655 | *) | |
9656 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | |
9657 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9658 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | |
9659 | else | |
9660 | ld_shlibs=no | |
9661 | fi | |
9662 | ;; | |
9663 | esac | |
9664 | ||
9665 | if test "$ld_shlibs" = no; then | |
9666 | runpath_var= | |
9667 | hardcode_libdir_flag_spec= | |
9668 | export_dynamic_flag_spec= | |
9669 | whole_archive_flag_spec= | |
9670 | fi | |
9671 | else | |
9672 | # PORTME fill in a description of your system's linker (not GNU ld) | |
9673 | case $host_os in | |
9674 | aix3*) | |
9675 | allow_undefined_flag=unsupported | |
9676 | always_export_symbols=yes | |
9677 | 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' | |
9678 | # Note: this linker hardcodes the directories in LIBPATH if there | |
9679 | # are no directories specified by -L. | |
9680 | hardcode_minus_L=yes | |
9681 | if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then | |
9682 | # Neither direct hardcoding nor static linking is supported with a | |
9683 | # broken collect2. | |
9684 | hardcode_direct=unsupported | |
9685 | fi | |
9686 | ;; | |
9687 | ||
e81819a5 | 9688 | aix[4-9]*) |
d7040cdb SE |
9689 | if test "$host_cpu" = ia64; then |
9690 | # On IA64, the linker does run time linking by default, so we don't | |
9691 | # have to do anything special. | |
9692 | aix_use_runtimelinking=no | |
9693 | exp_sym_flag='-Bexport' | |
9694 | no_entry_flag="" | |
9695 | else | |
9696 | # If we're using GNU nm, then we don't want the "-C" option. | |
9697 | # -C means demangle to AIX nm, but means don't demangle with GNU nm | |
3725885a RW |
9698 | # Also, AIX nm treats weak defined symbols like other global |
9699 | # defined symbols, whereas GNU nm marks them as "W". | |
d7040cdb | 9700 | if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then |
3725885a | 9701 | 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 | 9702 | else |
5c14705f | 9703 | export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' |
d7040cdb SE |
9704 | fi |
9705 | aix_use_runtimelinking=no | |
9706 | ||
9707 | # Test if we are trying to use run time linking or normal | |
9708 | # AIX style linking. If -brtl is somewhere in LDFLAGS, we | |
9709 | # need to do runtime linking. | |
e81819a5 | 9710 | case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) |
d7040cdb SE |
9711 | for ld_flag in $LDFLAGS; do |
9712 | if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then | |
9713 | aix_use_runtimelinking=yes | |
9714 | break | |
9715 | fi | |
9716 | done | |
9717 | ;; | |
9718 | esac | |
9719 | ||
9720 | exp_sym_flag='-bexport' | |
9721 | no_entry_flag='-bnoentry' | |
9722 | fi | |
9723 | ||
9724 | # When large executables or shared objects are built, AIX ld can | |
9725 | # have problems creating the table of contents. If linking a library | |
9726 | # or program results in "error TOC overflow" add -mminimal-toc to | |
9727 | # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not | |
9728 | # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. | |
9729 | ||
9730 | archive_cmds='' | |
9731 | hardcode_direct=yes | |
9732 | hardcode_direct_absolute=yes | |
9733 | hardcode_libdir_separator=':' | |
9734 | link_all_deplibs=yes | |
9735 | file_list_spec='${wl}-f,' | |
9736 | ||
9737 | if test "$GCC" = yes; then | |
9738 | case $host_os in aix4.[012]|aix4.[012].*) | |
9739 | # We only want to do this on AIX 4.2 and lower, the check | |
9740 | # below for broken collect2 doesn't work under 4.3+ | |
9741 | collect2name=`${CC} -print-prog-name=collect2` | |
9742 | if test -f "$collect2name" && | |
9743 | strings "$collect2name" | $GREP resolve_lib_name >/dev/null | |
9744 | then | |
9745 | # We have reworked collect2 | |
9746 | : | |
9747 | else | |
9748 | # We have old collect2 | |
9749 | hardcode_direct=unsupported | |
9750 | # It fails to find uninstalled libraries when the uninstalled | |
9751 | # path is not listed in the libpath. Setting hardcode_minus_L | |
9752 | # to unsupported forces relinking | |
9753 | hardcode_minus_L=yes | |
9754 | hardcode_libdir_flag_spec='-L$libdir' | |
9755 | hardcode_libdir_separator= | |
9756 | fi | |
9757 | ;; | |
9758 | esac | |
9759 | shared_flag='-shared' | |
9760 | if test "$aix_use_runtimelinking" = yes; then | |
9761 | shared_flag="$shared_flag "'${wl}-G' | |
9762 | fi | |
9763 | else | |
9764 | # not using gcc | |
9765 | if test "$host_cpu" = ia64; then | |
9766 | # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release | |
9767 | # chokes on -Wl,-G. The following line is correct: | |
9768 | shared_flag='-G' | |
9769 | else | |
9770 | if test "$aix_use_runtimelinking" = yes; then | |
9771 | shared_flag='${wl}-G' | |
9772 | else | |
9773 | shared_flag='${wl}-bM:SRE' | |
9774 | fi | |
9775 | fi | |
9776 | fi | |
9777 | ||
718a6fd8 | 9778 | export_dynamic_flag_spec='${wl}-bexpall' |
d7040cdb SE |
9779 | # It seems that -bexpall does not export symbols beginning with |
9780 | # underscore (_), so it is better to generate a list of symbols to export. | |
9781 | always_export_symbols=yes | |
9782 | if test "$aix_use_runtimelinking" = yes; then | |
9783 | # Warning - without using the other runtime loading flags (-brtl), | |
9784 | # -berok will link without error, but may produce a broken library. | |
9785 | allow_undefined_flag='-berok' | |
9786 | # Determine the default libpath from the value encoded in an | |
9787 | # empty executable. | |
81ecdfbb | 9788 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb SE |
9789 | /* end confdefs.h. */ |
9790 | ||
9791 | int | |
9792 | main () | |
9793 | { | |
9794 | ||
9795 | ; | |
9796 | return 0; | |
9797 | } | |
9798 | _ACEOF | |
81ecdfbb | 9799 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb SE |
9800 | |
9801 | lt_aix_libpath_sed=' | |
9802 | /Import File Strings/,/^$/ { | |
9803 | /^0/ { | |
9804 | s/^0 *\(.*\)$/\1/ | |
9805 | p | |
9806 | } | |
9807 | }' | |
9808 | aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | |
9809 | # Check for a 64-bit object if we didn't find anything. | |
9810 | if test -z "$aix_libpath"; then | |
9811 | aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | |
9812 | fi | |
d7040cdb | 9813 | fi |
81ecdfbb RW |
9814 | rm -f core conftest.err conftest.$ac_objext \ |
9815 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb SE |
9816 | if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
9817 | ||
9818 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | |
3725885a | 9819 | 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 |
9820 | else |
9821 | if test "$host_cpu" = ia64; then | |
9822 | hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' | |
9823 | allow_undefined_flag="-z nodefs" | |
9824 | 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" | |
9825 | else | |
9826 | # Determine the default libpath from the value encoded in an | |
9827 | # empty executable. | |
81ecdfbb | 9828 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb SE |
9829 | /* end confdefs.h. */ |
9830 | ||
9831 | int | |
9832 | main () | |
9833 | { | |
9834 | ||
9835 | ; | |
9836 | return 0; | |
9837 | } | |
9838 | _ACEOF | |
81ecdfbb | 9839 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb SE |
9840 | |
9841 | lt_aix_libpath_sed=' | |
9842 | /Import File Strings/,/^$/ { | |
9843 | /^0/ { | |
9844 | s/^0 *\(.*\)$/\1/ | |
9845 | p | |
9846 | } | |
9847 | }' | |
9848 | aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | |
9849 | # Check for a 64-bit object if we didn't find anything. | |
9850 | if test -z "$aix_libpath"; then | |
9851 | aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | |
9852 | fi | |
d7040cdb | 9853 | fi |
81ecdfbb RW |
9854 | rm -f core conftest.err conftest.$ac_objext \ |
9855 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb SE |
9856 | if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
9857 | ||
9858 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | |
9859 | # Warning - without using the other run time loading flags, | |
9860 | # -berok will link without error, but may produce a broken library. | |
9861 | no_undefined_flag=' ${wl}-bernotok' | |
9862 | allow_undefined_flag=' ${wl}-berok' | |
3725885a RW |
9863 | if test "$with_gnu_ld" = yes; then |
9864 | # We only use this code for GNU lds that support --whole-archive. | |
9865 | whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive' | |
9866 | else | |
9867 | # Exported symbols can be pulled into shared objects from archives | |
9868 | whole_archive_flag_spec='$convenience' | |
9869 | fi | |
d7040cdb SE |
9870 | archive_cmds_need_lc=yes |
9871 | # This is similar to how AIX traditionally builds its shared libraries. | |
9872 | 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' | |
9873 | fi | |
9874 | fi | |
9875 | ;; | |
9876 | ||
9877 | amigaos*) | |
718a6fd8 SE |
9878 | case $host_cpu in |
9879 | powerpc) | |
9880 | # see comment about AmigaOS4 .so support | |
9881 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9882 | archive_expsym_cmds='' | |
9883 | ;; | |
9884 | m68k) | |
9885 | 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)' | |
9886 | hardcode_libdir_flag_spec='-L$libdir' | |
9887 | hardcode_minus_L=yes | |
9888 | ;; | |
9889 | esac | |
d7040cdb SE |
9890 | ;; |
9891 | ||
9892 | bsdi[45]*) | |
9893 | export_dynamic_flag_spec=-rdynamic | |
9894 | ;; | |
9895 | ||
718a6fd8 | 9896 | cygwin* | mingw* | pw32* | cegcc*) |
d7040cdb SE |
9897 | # When not using gcc, we currently assume that we are using |
9898 | # Microsoft Visual C++. | |
9899 | # hardcode_libdir_flag_spec is actually meaningless, as there is | |
9900 | # no search path for DLLs. | |
9901 | hardcode_libdir_flag_spec=' ' | |
9902 | allow_undefined_flag=unsupported | |
9903 | # Tell ltmain to make .lib files, not .a files. | |
9904 | libext=lib | |
9905 | # Tell ltmain to make .dll files, not .so files. | |
9906 | shrext_cmds=".dll" | |
9907 | # FIXME: Setting linknames here is a bad hack. | |
3725885a | 9908 | archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' |
d7040cdb SE |
9909 | # The linker will automatically build a .lib file if we build a DLL. |
9910 | old_archive_from_new_cmds='true' | |
9911 | # FIXME: Should let the user specify the lib program. | |
9912 | old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' | |
9913 | fix_srcfile_path='`cygpath -w "$srcfile"`' | |
9914 | enable_shared_with_static_runtimes=yes | |
9915 | ;; | |
9916 | ||
9917 | darwin* | rhapsody*) | |
d7040cdb | 9918 | |
718a6fd8 SE |
9919 | |
9920 | archive_cmds_need_lc=no | |
9921 | hardcode_direct=no | |
9922 | hardcode_automatic=yes | |
9923 | hardcode_shlibpath_var=unsupported | |
3725885a RW |
9924 | if test "$lt_cv_ld_force_load" = "yes"; then |
9925 | 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\"`' | |
9926 | else | |
9927 | whole_archive_flag_spec='' | |
9928 | fi | |
718a6fd8 SE |
9929 | link_all_deplibs=yes |
9930 | allow_undefined_flag="$_lt_dar_allow_undefined" | |
9931 | case $cc_basename in | |
9932 | ifort*) _lt_dar_can_shared=yes ;; | |
9933 | *) _lt_dar_can_shared=$GCC ;; | |
9934 | esac | |
9935 | if test "$_lt_dar_can_shared" = "yes"; then | |
3725885a | 9936 | output_verbose_link_cmd=func_echo_all |
718a6fd8 SE |
9937 | archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" |
9938 | module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" | |
9939 | 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}" | |
9940 | 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}" | |
9941 | ||
9942 | else | |
9943 | ld_shlibs=no | |
9944 | fi | |
9945 | ||
d7040cdb SE |
9946 | ;; |
9947 | ||
9948 | dgux*) | |
9949 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9950 | hardcode_libdir_flag_spec='-L$libdir' | |
9951 | hardcode_shlibpath_var=no | |
9952 | ;; | |
9953 | ||
d7040cdb SE |
9954 | # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor |
9955 | # support. Future versions do this automatically, but an explicit c++rt0.o | |
9956 | # does not break anything, and helps significantly (at the cost of a little | |
9957 | # extra space). | |
9958 | freebsd2.2*) | |
9959 | archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' | |
9960 | hardcode_libdir_flag_spec='-R$libdir' | |
9961 | hardcode_direct=yes | |
9962 | hardcode_shlibpath_var=no | |
9963 | ;; | |
9964 | ||
9965 | # Unfortunately, older versions of FreeBSD 2 do not have this feature. | |
6d2920c8 | 9966 | freebsd2.*) |
d7040cdb SE |
9967 | archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' |
9968 | hardcode_direct=yes | |
9969 | hardcode_minus_L=yes | |
9970 | hardcode_shlibpath_var=no | |
9971 | ;; | |
9972 | ||
9973 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | |
9974 | freebsd* | dragonfly*) | |
9975 | archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' | |
9976 | hardcode_libdir_flag_spec='-R$libdir' | |
9977 | hardcode_direct=yes | |
9978 | hardcode_shlibpath_var=no | |
9979 | ;; | |
9980 | ||
9981 | hpux9*) | |
9982 | if test "$GCC" = yes; then | |
9983 | 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' | |
9984 | else | |
9985 | 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' | |
9986 | fi | |
9987 | hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' | |
9988 | hardcode_libdir_separator=: | |
9989 | hardcode_direct=yes | |
9990 | ||
9991 | # hardcode_minus_L: Not really in the search PATH, | |
9992 | # but as the default location of the library. | |
9993 | hardcode_minus_L=yes | |
9994 | export_dynamic_flag_spec='${wl}-E' | |
9995 | ;; | |
9996 | ||
9997 | hpux10*) | |
3725885a | 9998 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
d7040cdb SE |
9999 | archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' |
10000 | else | |
10001 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | |
10002 | fi | |
10003 | if test "$with_gnu_ld" = no; then | |
10004 | hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' | |
10005 | hardcode_libdir_flag_spec_ld='+b $libdir' | |
10006 | hardcode_libdir_separator=: | |
10007 | hardcode_direct=yes | |
10008 | hardcode_direct_absolute=yes | |
10009 | export_dynamic_flag_spec='${wl}-E' | |
10010 | # hardcode_minus_L: Not really in the search PATH, | |
10011 | # but as the default location of the library. | |
10012 | hardcode_minus_L=yes | |
10013 | fi | |
10014 | ;; | |
10015 | ||
10016 | hpux11*) | |
3725885a | 10017 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
d7040cdb SE |
10018 | case $host_cpu in |
10019 | hppa*64*) | |
10020 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10021 | ;; | |
10022 | ia64*) | |
718a6fd8 | 10023 | archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
d7040cdb SE |
10024 | ;; |
10025 | *) | |
10026 | archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' | |
10027 | ;; | |
10028 | esac | |
10029 | else | |
10030 | case $host_cpu in | |
10031 | hppa*64*) | |
10032 | archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10033 | ;; | |
10034 | ia64*) | |
10035 | archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' | |
10036 | ;; | |
10037 | *) | |
3725885a RW |
10038 | |
10039 | # Older versions of the 11.00 compiler do not understand -b yet | |
10040 | # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) | |
10041 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 | |
10042 | $as_echo_n "checking if $CC understands -b... " >&6; } | |
d0ac1c44 | 10043 | if ${lt_cv_prog_compiler__b+:} false; then : |
3725885a RW |
10044 | $as_echo_n "(cached) " >&6 |
10045 | else | |
10046 | lt_cv_prog_compiler__b=no | |
10047 | save_LDFLAGS="$LDFLAGS" | |
10048 | LDFLAGS="$LDFLAGS -b" | |
10049 | echo "$lt_simple_link_test_code" > conftest.$ac_ext | |
10050 | if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then | |
10051 | # The linker can only warn and ignore the option if not recognized | |
10052 | # So say no if there are warnings | |
10053 | if test -s conftest.err; then | |
10054 | # Append any errors to the config.log. | |
10055 | cat conftest.err 1>&5 | |
10056 | $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp | |
10057 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | |
10058 | if diff conftest.exp conftest.er2 >/dev/null; then | |
10059 | lt_cv_prog_compiler__b=yes | |
10060 | fi | |
10061 | else | |
10062 | lt_cv_prog_compiler__b=yes | |
10063 | fi | |
10064 | fi | |
10065 | $RM -r conftest* | |
10066 | LDFLAGS="$save_LDFLAGS" | |
10067 | ||
10068 | fi | |
10069 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 | |
10070 | $as_echo "$lt_cv_prog_compiler__b" >&6; } | |
10071 | ||
10072 | if test x"$lt_cv_prog_compiler__b" = xyes; then | |
10073 | archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' | |
10074 | else | |
10075 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | |
10076 | fi | |
10077 | ||
d7040cdb SE |
10078 | ;; |
10079 | esac | |
10080 | fi | |
10081 | if test "$with_gnu_ld" = no; then | |
10082 | hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' | |
10083 | hardcode_libdir_separator=: | |
10084 | ||
10085 | case $host_cpu in | |
10086 | hppa*64*|ia64*) | |
10087 | hardcode_direct=no | |
10088 | hardcode_shlibpath_var=no | |
10089 | ;; | |
10090 | *) | |
10091 | hardcode_direct=yes | |
10092 | hardcode_direct_absolute=yes | |
10093 | export_dynamic_flag_spec='${wl}-E' | |
10094 | ||
10095 | # hardcode_minus_L: Not really in the search PATH, | |
10096 | # but as the default location of the library. | |
10097 | hardcode_minus_L=yes | |
10098 | ;; | |
10099 | esac | |
10100 | fi | |
10101 | ;; | |
10102 | ||
10103 | irix5* | irix6* | nonstopux*) | |
10104 | if test "$GCC" = yes; then | |
3725885a | 10105 | 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 |
10106 | # Try to use the -exported_symbol ld option, if it does not |
10107 | # work, assume that -exports_file does not work either and | |
10108 | # implicitly export all symbols. | |
10109 | save_LDFLAGS="$LDFLAGS" | |
10110 | LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" | |
81ecdfbb RW |
10111 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
10112 | /* end confdefs.h. */ | |
d7040cdb SE |
10113 | int foo(void) {} |
10114 | _ACEOF | |
81ecdfbb | 10115 | if ac_fn_c_try_link "$LINENO"; then : |
3725885a | 10116 | 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 | 10117 | |
d7040cdb | 10118 | fi |
81ecdfbb RW |
10119 | rm -f core conftest.err conftest.$ac_objext \ |
10120 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb SE |
10121 | LDFLAGS="$save_LDFLAGS" |
10122 | else | |
3725885a RW |
10123 | 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' |
10124 | 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 |
10125 | fi |
10126 | archive_cmds_need_lc='no' | |
10127 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
10128 | hardcode_libdir_separator=: | |
10129 | inherit_rpath=yes | |
10130 | link_all_deplibs=yes | |
10131 | ;; | |
10132 | ||
10133 | netbsd*) | |
10134 | if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then | |
10135 | archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out | |
10136 | else | |
10137 | archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF | |
10138 | fi | |
10139 | hardcode_libdir_flag_spec='-R$libdir' | |
10140 | hardcode_direct=yes | |
10141 | hardcode_shlibpath_var=no | |
10142 | ;; | |
10143 | ||
10144 | newsos6) | |
10145 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
10146 | hardcode_direct=yes | |
10147 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
10148 | hardcode_libdir_separator=: | |
10149 | hardcode_shlibpath_var=no | |
10150 | ;; | |
10151 | ||
10152 | *nto* | *qnx*) | |
10153 | ;; | |
10154 | ||
10155 | openbsd*) | |
718a6fd8 SE |
10156 | if test -f /usr/libexec/ld.so; then |
10157 | hardcode_direct=yes | |
10158 | hardcode_shlibpath_var=no | |
10159 | hardcode_direct_absolute=yes | |
10160 | if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then | |
d7040cdb | 10161 | archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' |
718a6fd8 | 10162 | archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' |
d7040cdb | 10163 | hardcode_libdir_flag_spec='${wl}-rpath,$libdir' |
718a6fd8 SE |
10164 | export_dynamic_flag_spec='${wl}-E' |
10165 | else | |
10166 | case $host_os in | |
10167 | openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) | |
10168 | archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' | |
10169 | hardcode_libdir_flag_spec='-R$libdir' | |
10170 | ;; | |
10171 | *) | |
10172 | archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' | |
10173 | hardcode_libdir_flag_spec='${wl}-rpath,$libdir' | |
10174 | ;; | |
10175 | esac | |
10176 | fi | |
10177 | else | |
10178 | ld_shlibs=no | |
d7040cdb SE |
10179 | fi |
10180 | ;; | |
10181 | ||
10182 | os2*) | |
10183 | hardcode_libdir_flag_spec='-L$libdir' | |
10184 | hardcode_minus_L=yes | |
10185 | allow_undefined_flag=unsupported | |
3725885a | 10186 | 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 |
10187 | old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' |
10188 | ;; | |
10189 | ||
10190 | osf3*) | |
10191 | if test "$GCC" = yes; then | |
10192 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | |
3725885a | 10193 | 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 |
10194 | else |
10195 | allow_undefined_flag=' -expect_unresolved \*' | |
3725885a | 10196 | 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 |
10197 | fi |
10198 | archive_cmds_need_lc='no' | |
10199 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
10200 | hardcode_libdir_separator=: | |
10201 | ;; | |
10202 | ||
10203 | osf4* | osf5*) # as osf3* with the addition of -msym flag | |
10204 | if test "$GCC" = yes; then | |
10205 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | |
3725885a | 10206 | 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 |
10207 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
10208 | else | |
10209 | allow_undefined_flag=' -expect_unresolved \*' | |
3725885a | 10210 | 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 | 10211 | 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 | 10212 | $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 |
10213 | |
10214 | # Both c and cxx compiler support -rpath directly | |
10215 | hardcode_libdir_flag_spec='-rpath $libdir' | |
10216 | fi | |
10217 | archive_cmds_need_lc='no' | |
10218 | hardcode_libdir_separator=: | |
10219 | ;; | |
10220 | ||
10221 | solaris*) | |
10222 | no_undefined_flag=' -z defs' | |
10223 | if test "$GCC" = yes; then | |
10224 | wlarc='${wl}' | |
10225 | archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10226 | archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ | |
10227 | $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' | |
10228 | else | |
10229 | case `$CC -V 2>&1` in | |
10230 | *"Compilers 5.0"*) | |
10231 | wlarc='' | |
10232 | archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
10233 | archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ | |
10234 | $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' | |
10235 | ;; | |
10236 | *) | |
10237 | wlarc='${wl}' | |
10238 | archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' | |
10239 | archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ | |
10240 | $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' | |
10241 | ;; | |
10242 | esac | |
10243 | fi | |
10244 | hardcode_libdir_flag_spec='-R$libdir' | |
10245 | hardcode_shlibpath_var=no | |
10246 | case $host_os in | |
10247 | solaris2.[0-5] | solaris2.[0-5].*) ;; | |
10248 | *) | |
10249 | # The compiler driver will combine and reorder linker options, | |
10250 | # but understands `-z linker_flag'. GCC discards it without `$wl', | |
10251 | # but is careful enough not to reorder. | |
10252 | # Supported since Solaris 2.6 (maybe 2.5.1?) | |
10253 | if test "$GCC" = yes; then | |
10254 | whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' | |
10255 | else | |
10256 | whole_archive_flag_spec='-z allextract$convenience -z defaultextract' | |
10257 | fi | |
10258 | ;; | |
10259 | esac | |
10260 | link_all_deplibs=yes | |
10261 | ;; | |
10262 | ||
10263 | sunos4*) | |
10264 | if test "x$host_vendor" = xsequent; then | |
10265 | # Use $CC to link under sequent, because it throws in some extra .o | |
10266 | # files that make .init and .fini sections work. | |
10267 | archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' | |
10268 | else | |
10269 | archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' | |
10270 | fi | |
10271 | hardcode_libdir_flag_spec='-L$libdir' | |
10272 | hardcode_direct=yes | |
10273 | hardcode_minus_L=yes | |
10274 | hardcode_shlibpath_var=no | |
10275 | ;; | |
10276 | ||
10277 | sysv4) | |
10278 | case $host_vendor in | |
10279 | sni) | |
10280 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
10281 | hardcode_direct=yes # is this really true??? | |
10282 | ;; | |
10283 | siemens) | |
10284 | ## LD is ld it makes a PLAMLIB | |
10285 | ## CC just makes a GrossModule. | |
10286 | archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' | |
10287 | reload_cmds='$CC -r -o $output$reload_objs' | |
10288 | hardcode_direct=no | |
10289 | ;; | |
10290 | motorola) | |
10291 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
10292 | hardcode_direct=no #Motorola manual says yes, but my tests say they lie | |
10293 | ;; | |
10294 | esac | |
10295 | runpath_var='LD_RUN_PATH' | |
10296 | hardcode_shlibpath_var=no | |
10297 | ;; | |
10298 | ||
10299 | sysv4.3*) | |
10300 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
10301 | hardcode_shlibpath_var=no | |
10302 | export_dynamic_flag_spec='-Bexport' | |
10303 | ;; | |
10304 | ||
10305 | sysv4*MP*) | |
10306 | if test -d /usr/nec; then | |
10307 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
10308 | hardcode_shlibpath_var=no | |
10309 | runpath_var=LD_RUN_PATH | |
10310 | hardcode_runpath_var=yes | |
10311 | ld_shlibs=yes | |
10312 | fi | |
10313 | ;; | |
10314 | ||
10315 | sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) | |
10316 | no_undefined_flag='${wl}-z,text' | |
10317 | archive_cmds_need_lc=no | |
10318 | hardcode_shlibpath_var=no | |
10319 | runpath_var='LD_RUN_PATH' | |
10320 | ||
10321 | if test "$GCC" = yes; then | |
10322 | archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10323 | archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10324 | else | |
10325 | archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10326 | archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10327 | fi | |
10328 | ;; | |
10329 | ||
10330 | sysv5* | sco3.2v5* | sco5v6*) | |
10331 | # Note: We can NOT use -z defs as we might desire, because we do not | |
10332 | # link with -lc, and that would cause any symbols used from libc to | |
10333 | # always be unresolved, which means just about no library would | |
10334 | # ever link correctly. If we're not using GNU ld we use -z text | |
10335 | # though, which does catch some bad symbols but isn't as heavy-handed | |
10336 | # as -z defs. | |
10337 | no_undefined_flag='${wl}-z,text' | |
10338 | allow_undefined_flag='${wl}-z,nodefs' | |
10339 | archive_cmds_need_lc=no | |
10340 | hardcode_shlibpath_var=no | |
10341 | hardcode_libdir_flag_spec='${wl}-R,$libdir' | |
10342 | hardcode_libdir_separator=':' | |
10343 | link_all_deplibs=yes | |
10344 | export_dynamic_flag_spec='${wl}-Bexport' | |
10345 | runpath_var='LD_RUN_PATH' | |
10346 | ||
10347 | if test "$GCC" = yes; then | |
10348 | archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10349 | archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10350 | else | |
10351 | archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10352 | archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10353 | fi | |
10354 | ;; | |
10355 | ||
10356 | uts4*) | |
10357 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
10358 | hardcode_libdir_flag_spec='-L$libdir' | |
10359 | hardcode_shlibpath_var=no | |
10360 | ;; | |
10361 | ||
10362 | *) | |
10363 | ld_shlibs=no | |
10364 | ;; | |
10365 | esac | |
10366 | ||
10367 | if test x$host_vendor = xsni; then | |
10368 | case $host in | |
10369 | sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) | |
10370 | export_dynamic_flag_spec='${wl}-Blargedynsym' | |
10371 | ;; | |
10372 | esac | |
10373 | fi | |
10374 | fi | |
10375 | ||
81ecdfbb RW |
10376 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 |
10377 | $as_echo "$ld_shlibs" >&6; } | |
d7040cdb SE |
10378 | test "$ld_shlibs" = no && can_build_shared=no |
10379 | ||
10380 | with_gnu_ld=$with_gnu_ld | |
10381 | ||
10382 | ||
10383 | ||
10384 | ||
10385 | ||
10386 | ||
10387 | ||
10388 | ||
10389 | ||
10390 | ||
10391 | ||
10392 | ||
10393 | ||
10394 | ||
10395 | ||
10396 | # | |
10397 | # Do we need to explicitly link libc? | |
10398 | # | |
10399 | case "x$archive_cmds_need_lc" in | |
10400 | x|xyes) | |
10401 | # Assume -lc should be added | |
10402 | archive_cmds_need_lc=yes | |
10403 | ||
10404 | if test "$enable_shared" = yes && test "$GCC" = yes; then | |
10405 | case $archive_cmds in | |
10406 | *'~'*) | |
10407 | # FIXME: we may have to deal with multi-command sequences. | |
10408 | ;; | |
10409 | '$CC '*) | |
10410 | # Test whether the compiler implicitly links with -lc since on some | |
10411 | # systems, -lgcc has to come before -lc. If gcc already passes -lc | |
10412 | # to ld, don't add -lc before -lgcc. | |
81ecdfbb RW |
10413 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 |
10414 | $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } | |
d0ac1c44 | 10415 | if ${lt_cv_archive_cmds_need_lc+:} false; then : |
81ecdfbb | 10416 | $as_echo_n "(cached) " >&6 |
39144654 RW |
10417 | else |
10418 | $RM conftest* | |
10419 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
d7040cdb | 10420 | |
81ecdfbb | 10421 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
d7040cdb SE |
10422 | (eval $ac_compile) 2>&5 |
10423 | ac_status=$? | |
81ecdfbb RW |
10424 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
10425 | test $ac_status = 0; } 2>conftest.err; then | |
39144654 RW |
10426 | soname=conftest |
10427 | lib=conftest | |
10428 | libobjs=conftest.$ac_objext | |
10429 | deplibs= | |
10430 | wl=$lt_prog_compiler_wl | |
10431 | pic_flag=$lt_prog_compiler_pic | |
10432 | compiler_flags=-v | |
10433 | linker_flags=-v | |
10434 | verstring= | |
10435 | output_objdir=. | |
10436 | libname=conftest | |
10437 | lt_save_allow_undefined_flag=$allow_undefined_flag | |
10438 | allow_undefined_flag= | |
81ecdfbb | 10439 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 |
d7040cdb SE |
10440 | (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 |
10441 | ac_status=$? | |
81ecdfbb RW |
10442 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
10443 | test $ac_status = 0; } | |
39144654 RW |
10444 | then |
10445 | lt_cv_archive_cmds_need_lc=no | |
10446 | else | |
10447 | lt_cv_archive_cmds_need_lc=yes | |
10448 | fi | |
10449 | allow_undefined_flag=$lt_save_allow_undefined_flag | |
10450 | else | |
10451 | cat conftest.err 1>&5 | |
10452 | fi | |
10453 | $RM conftest* | |
10454 | ||
10455 | fi | |
81ecdfbb RW |
10456 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 |
10457 | $as_echo "$lt_cv_archive_cmds_need_lc" >&6; } | |
39144654 | 10458 | archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc |
d7040cdb SE |
10459 | ;; |
10460 | esac | |
10461 | fi | |
10462 | ;; | |
10463 | esac | |
10464 | ||
10465 | ||
10466 | ||
10467 | ||
10468 | ||
10469 | ||
10470 | ||
10471 | ||
10472 | ||
10473 | ||
10474 | ||
10475 | ||
10476 | ||
10477 | ||
10478 | ||
10479 | ||
10480 | ||
10481 | ||
10482 | ||
10483 | ||
10484 | ||
10485 | ||
10486 | ||
10487 | ||
10488 | ||
10489 | ||
10490 | ||
10491 | ||
10492 | ||
10493 | ||
10494 | ||
10495 | ||
10496 | ||
10497 | ||
10498 | ||
10499 | ||
10500 | ||
10501 | ||
10502 | ||
10503 | ||
10504 | ||
10505 | ||
10506 | ||
10507 | ||
10508 | ||
10509 | ||
10510 | ||
10511 | ||
10512 | ||
10513 | ||
10514 | ||
10515 | ||
10516 | ||
10517 | ||
10518 | ||
10519 | ||
10520 | ||
10521 | ||
10522 | ||
10523 | ||
10524 | ||
10525 | ||
10526 | ||
10527 | ||
10528 | ||
10529 | ||
10530 | ||
10531 | ||
10532 | ||
10533 | ||
10534 | ||
10535 | ||
10536 | ||
10537 | ||
10538 | ||
10539 | ||
10540 | ||
10541 | ||
10542 | ||
10543 | ||
10544 | ||
10545 | ||
10546 | ||
10547 | ||
10548 | ||
10549 | ||
10550 | ||
10551 | ||
10552 | ||
10553 | ||
10554 | ||
10555 | ||
10556 | ||
10557 | ||
10558 | ||
10559 | ||
10560 | ||
10561 | ||
10562 | ||
10563 | ||
10564 | ||
10565 | ||
10566 | ||
10567 | ||
10568 | ||
10569 | ||
10570 | ||
10571 | ||
10572 | ||
10573 | ||
10574 | ||
10575 | ||
10576 | ||
10577 | ||
10578 | ||
10579 | ||
10580 | ||
10581 | ||
10582 | ||
10583 | ||
10584 | ||
10585 | ||
10586 | ||
10587 | ||
10588 | ||
10589 | ||
10590 | ||
10591 | ||
10592 | ||
10593 | ||
10594 | ||
10595 | ||
10596 | ||
10597 | ||
10598 | ||
10599 | ||
10600 | ||
10601 | ||
10602 | ||
10603 | ||
10604 | ||
10605 | ||
10606 | ||
10607 | ||
10608 | ||
10609 | ||
10610 | ||
10611 | ||
10612 | ||
10613 | ||
10614 | ||
10615 | ||
10616 | ||
10617 | ||
10618 | ||
10619 | ||
10620 | ||
81ecdfbb RW |
10621 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 |
10622 | $as_echo_n "checking dynamic linker characteristics... " >&6; } | |
718a6fd8 SE |
10623 | |
10624 | if test "$GCC" = yes; then | |
d7040cdb SE |
10625 | case $host_os in |
10626 | darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; | |
10627 | *) lt_awk_arg="/^libraries:/" ;; | |
10628 | esac | |
3725885a RW |
10629 | case $host_os in |
10630 | mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;; | |
10631 | *) lt_sed_strip_eq="s,=/,/,g" ;; | |
10632 | esac | |
10633 | lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` | |
10634 | case $lt_search_path_spec in | |
10635 | *\;*) | |
d7040cdb SE |
10636 | # if the path contains ";" then we assume it to be the separator |
10637 | # otherwise default to the standard path separator (i.e. ":") - it is | |
10638 | # assumed that no part of a normal pathname contains ";" but that should | |
10639 | # okay in the real world where ";" in dirpaths is itself problematic. | |
3725885a RW |
10640 | lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` |
10641 | ;; | |
10642 | *) | |
10643 | lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` | |
10644 | ;; | |
10645 | esac | |
d7040cdb SE |
10646 | # Ok, now we have the path, separated by spaces, we can step through it |
10647 | # and add multilib dir if necessary. | |
10648 | lt_tmp_lt_search_path_spec= | |
10649 | lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` | |
10650 | for lt_sys_path in $lt_search_path_spec; do | |
10651 | if test -d "$lt_sys_path/$lt_multi_os_dir"; then | |
10652 | lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" | |
10653 | else | |
10654 | test -d "$lt_sys_path" && \ | |
10655 | lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" | |
10656 | fi | |
10657 | done | |
3725885a | 10658 | lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' |
d7040cdb SE |
10659 | BEGIN {RS=" "; FS="/|\n";} { |
10660 | lt_foo=""; | |
10661 | lt_count=0; | |
10662 | for (lt_i = NF; lt_i > 0; lt_i--) { | |
10663 | if ($lt_i != "" && $lt_i != ".") { | |
10664 | if ($lt_i == "..") { | |
10665 | lt_count++; | |
10666 | } else { | |
10667 | if (lt_count == 0) { | |
10668 | lt_foo="/" $lt_i lt_foo; | |
10669 | } else { | |
10670 | lt_count--; | |
10671 | } | |
10672 | } | |
10673 | } | |
10674 | } | |
10675 | if (lt_foo != "") { lt_freq[lt_foo]++; } | |
10676 | if (lt_freq[lt_foo] == 1) { print lt_foo; } | |
10677 | }'` | |
3725885a RW |
10678 | # AWK program above erroneously prepends '/' to C:/dos/paths |
10679 | # for these hosts. | |
10680 | case $host_os in | |
10681 | mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ | |
10682 | $SED 's,/\([A-Za-z]:\),\1,g'` ;; | |
10683 | esac | |
10684 | sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` | |
d7040cdb SE |
10685 | else |
10686 | sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" | |
10687 | fi | |
10688 | library_names_spec= | |
10689 | libname_spec='lib$name' | |
10690 | soname_spec= | |
10691 | shrext_cmds=".so" | |
10692 | postinstall_cmds= | |
10693 | postuninstall_cmds= | |
10694 | finish_cmds= | |
10695 | finish_eval= | |
10696 | shlibpath_var= | |
10697 | shlibpath_overrides_runpath=unknown | |
10698 | version_type=none | |
10699 | dynamic_linker="$host_os ld.so" | |
10700 | sys_lib_dlsearch_path_spec="/lib /usr/lib" | |
10701 | need_lib_prefix=unknown | |
10702 | hardcode_into_libs=no | |
10703 | ||
10704 | # when you set need_version to no, make sure it does not cause -set_version | |
10705 | # flags to be left without arguments | |
10706 | need_version=unknown | |
10707 | ||
10708 | case $host_os in | |
10709 | aix3*) | |
10710 | version_type=linux | |
10711 | library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' | |
10712 | shlibpath_var=LIBPATH | |
10713 | ||
10714 | # AIX 3 has no versioning support, so we append a major version to the name. | |
10715 | soname_spec='${libname}${release}${shared_ext}$major' | |
10716 | ;; | |
10717 | ||
e81819a5 | 10718 | aix[4-9]*) |
d7040cdb SE |
10719 | version_type=linux |
10720 | need_lib_prefix=no | |
10721 | need_version=no | |
10722 | hardcode_into_libs=yes | |
10723 | if test "$host_cpu" = ia64; then | |
10724 | # AIX 5 supports IA64 | |
10725 | library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' | |
10726 | shlibpath_var=LD_LIBRARY_PATH | |
10727 | else | |
10728 | # With GCC up to 2.95.x, collect2 would create an import file | |
10729 | # for dependence libraries. The import file would start with | |
10730 | # the line `#! .'. This would cause the generated library to | |
10731 | # depend on `.', always an invalid library. This was fixed in | |
10732 | # development snapshots of GCC prior to 3.0. | |
10733 | case $host_os in | |
10734 | aix4 | aix4.[01] | aix4.[01].*) | |
10735 | if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' | |
10736 | echo ' yes ' | |
10737 | echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then | |
10738 | : | |
10739 | else | |
10740 | can_build_shared=no | |
10741 | fi | |
10742 | ;; | |
10743 | esac | |
10744 | # AIX (on Power*) has no versioning support, so currently we can not hardcode correct | |
10745 | # soname into executable. Probably we can add versioning support to | |
10746 | # collect2, so additional links can be useful in future. | |
10747 | if test "$aix_use_runtimelinking" = yes; then | |
10748 | # If using run time linking (on AIX 4.2 or later) use lib<name>.so | |
10749 | # instead of lib<name>.a to let people know that these are not | |
10750 | # typical AIX shared libraries. | |
10751 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10752 | else | |
10753 | # We preserve .a as extension for shared libraries through AIX4.2 | |
10754 | # and later when we are not doing run time linking. | |
10755 | library_names_spec='${libname}${release}.a $libname.a' | |
10756 | soname_spec='${libname}${release}${shared_ext}$major' | |
10757 | fi | |
10758 | shlibpath_var=LIBPATH | |
10759 | fi | |
10760 | ;; | |
10761 | ||
10762 | amigaos*) | |
718a6fd8 SE |
10763 | case $host_cpu in |
10764 | powerpc) | |
10765 | # Since July 2007 AmigaOS4 officially supports .so libraries. | |
10766 | # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. | |
10767 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10768 | ;; | |
10769 | m68k) | |
d7040cdb SE |
10770 | library_names_spec='$libname.ixlibrary $libname.a' |
10771 | # Create ${libname}_ixlibrary.a entries in /sys/libs. | |
3725885a | 10772 | 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 |
10773 | ;; |
10774 | esac | |
d7040cdb SE |
10775 | ;; |
10776 | ||
10777 | beos*) | |
10778 | library_names_spec='${libname}${shared_ext}' | |
10779 | dynamic_linker="$host_os ld.so" | |
10780 | shlibpath_var=LIBRARY_PATH | |
10781 | ;; | |
10782 | ||
10783 | bsdi[45]*) | |
10784 | version_type=linux | |
10785 | need_version=no | |
10786 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10787 | soname_spec='${libname}${release}${shared_ext}$major' | |
10788 | finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' | |
10789 | shlibpath_var=LD_LIBRARY_PATH | |
10790 | sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" | |
10791 | sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" | |
10792 | # the default ld.so.conf also contains /usr/contrib/lib and | |
10793 | # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow | |
10794 | # libtool to hard-code these into programs | |
10795 | ;; | |
10796 | ||
718a6fd8 | 10797 | cygwin* | mingw* | pw32* | cegcc*) |
d7040cdb SE |
10798 | version_type=windows |
10799 | shrext_cmds=".dll" | |
10800 | need_version=no | |
10801 | need_lib_prefix=no | |
10802 | ||
718a6fd8 SE |
10803 | case $GCC,$host_os in |
10804 | yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) | |
d7040cdb SE |
10805 | library_names_spec='$libname.dll.a' |
10806 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | |
10807 | postinstall_cmds='base_file=`basename \${file}`~ | |
10808 | dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ | |
10809 | dldir=$destdir/`dirname \$dlpath`~ | |
10810 | test -d \$dldir || mkdir -p \$dldir~ | |
10811 | $install_prog $dir/$dlname \$dldir/$dlname~ | |
10812 | chmod a+x \$dldir/$dlname~ | |
10813 | if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then | |
10814 | eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; | |
10815 | fi' | |
10816 | postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ | |
10817 | dlpath=$dir/\$dldll~ | |
10818 | $RM \$dlpath' | |
10819 | shlibpath_overrides_runpath=yes | |
10820 | ||
10821 | case $host_os in | |
10822 | cygwin*) | |
10823 | # Cygwin DLLs use 'cyg' prefix rather than 'lib' | |
10824 | soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | |
3725885a RW |
10825 | |
10826 | sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" | |
d7040cdb | 10827 | ;; |
718a6fd8 | 10828 | mingw* | cegcc*) |
d7040cdb SE |
10829 | # MinGW DLLs use traditional 'lib' prefix |
10830 | soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | |
d7040cdb SE |
10831 | ;; |
10832 | pw32*) | |
10833 | # pw32 DLLs use 'pw' prefix rather than 'lib' | |
10834 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | |
10835 | ;; | |
10836 | esac | |
10837 | ;; | |
10838 | ||
10839 | *) | |
10840 | library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' | |
10841 | ;; | |
10842 | esac | |
10843 | dynamic_linker='Win32 ld.exe' | |
10844 | # FIXME: first we should search . and the directory the executable is in | |
10845 | shlibpath_var=PATH | |
10846 | ;; | |
10847 | ||
10848 | darwin* | rhapsody*) | |
10849 | dynamic_linker="$host_os dyld" | |
10850 | version_type=darwin | |
10851 | need_lib_prefix=no | |
10852 | need_version=no | |
10853 | library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' | |
10854 | soname_spec='${libname}${release}${major}$shared_ext' | |
10855 | shlibpath_overrides_runpath=yes | |
10856 | shlibpath_var=DYLD_LIBRARY_PATH | |
10857 | shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' | |
10858 | ||
10859 | sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" | |
10860 | sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' | |
10861 | ;; | |
10862 | ||
10863 | dgux*) | |
10864 | version_type=linux | |
10865 | need_lib_prefix=no | |
10866 | need_version=no | |
10867 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' | |
10868 | soname_spec='${libname}${release}${shared_ext}$major' | |
10869 | shlibpath_var=LD_LIBRARY_PATH | |
10870 | ;; | |
10871 | ||
d7040cdb SE |
10872 | freebsd* | dragonfly*) |
10873 | # DragonFly does not have aout. When/if they implement a new | |
10874 | # versioning mechanism, adjust this. | |
10875 | if test -x /usr/bin/objformat; then | |
10876 | objformat=`/usr/bin/objformat` | |
10877 | else | |
10878 | case $host_os in | |
6d2920c8 | 10879 | freebsd[23].*) objformat=aout ;; |
d7040cdb SE |
10880 | *) objformat=elf ;; |
10881 | esac | |
10882 | fi | |
10883 | version_type=freebsd-$objformat | |
10884 | case $version_type in | |
10885 | freebsd-elf*) | |
10886 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' | |
10887 | need_version=no | |
10888 | need_lib_prefix=no | |
10889 | ;; | |
10890 | freebsd-*) | |
10891 | library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' | |
10892 | need_version=yes | |
10893 | ;; | |
10894 | esac | |
10895 | shlibpath_var=LD_LIBRARY_PATH | |
10896 | case $host_os in | |
6d2920c8 | 10897 | freebsd2.*) |
d7040cdb SE |
10898 | shlibpath_overrides_runpath=yes |
10899 | ;; | |
10900 | freebsd3.[01]* | freebsdelf3.[01]*) | |
10901 | shlibpath_overrides_runpath=yes | |
10902 | hardcode_into_libs=yes | |
10903 | ;; | |
10904 | freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ | |
10905 | freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) | |
10906 | shlibpath_overrides_runpath=no | |
10907 | hardcode_into_libs=yes | |
10908 | ;; | |
10909 | *) # from 4.6 on, and DragonFly | |
10910 | shlibpath_overrides_runpath=yes | |
10911 | hardcode_into_libs=yes | |
10912 | ;; | |
10913 | esac | |
10914 | ;; | |
10915 | ||
10916 | gnu*) | |
10917 | version_type=linux | |
10918 | need_lib_prefix=no | |
10919 | need_version=no | |
10920 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' | |
10921 | soname_spec='${libname}${release}${shared_ext}$major' | |
10922 | shlibpath_var=LD_LIBRARY_PATH | |
10923 | hardcode_into_libs=yes | |
10924 | ;; | |
10925 | ||
3725885a RW |
10926 | haiku*) |
10927 | version_type=linux | |
10928 | need_lib_prefix=no | |
10929 | need_version=no | |
10930 | dynamic_linker="$host_os runtime_loader" | |
10931 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' | |
10932 | soname_spec='${libname}${release}${shared_ext}$major' | |
10933 | shlibpath_var=LIBRARY_PATH | |
10934 | shlibpath_overrides_runpath=yes | |
10935 | sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib' | |
10936 | hardcode_into_libs=yes | |
10937 | ;; | |
10938 | ||
d7040cdb SE |
10939 | hpux9* | hpux10* | hpux11*) |
10940 | # Give a soname corresponding to the major version so that dld.sl refuses to | |
10941 | # link against other versions. | |
10942 | version_type=sunos | |
10943 | need_lib_prefix=no | |
10944 | need_version=no | |
10945 | case $host_cpu in | |
10946 | ia64*) | |
10947 | shrext_cmds='.so' | |
10948 | hardcode_into_libs=yes | |
10949 | dynamic_linker="$host_os dld.so" | |
10950 | shlibpath_var=LD_LIBRARY_PATH | |
10951 | shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. | |
10952 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10953 | soname_spec='${libname}${release}${shared_ext}$major' | |
10954 | if test "X$HPUX_IA64_MODE" = X32; then | |
10955 | sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" | |
10956 | else | |
10957 | sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" | |
10958 | fi | |
10959 | sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec | |
10960 | ;; | |
10961 | hppa*64*) | |
10962 | shrext_cmds='.sl' | |
10963 | hardcode_into_libs=yes | |
10964 | dynamic_linker="$host_os dld.sl" | |
10965 | shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH | |
10966 | shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. | |
10967 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10968 | soname_spec='${libname}${release}${shared_ext}$major' | |
10969 | sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" | |
10970 | sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec | |
10971 | ;; | |
10972 | *) | |
10973 | shrext_cmds='.sl' | |
10974 | dynamic_linker="$host_os dld.sl" | |
10975 | shlibpath_var=SHLIB_PATH | |
10976 | shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH | |
10977 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10978 | soname_spec='${libname}${release}${shared_ext}$major' | |
10979 | ;; | |
10980 | esac | |
3725885a | 10981 | # HP-UX runs *really* slowly unless shared libraries are mode 555, ... |
d7040cdb | 10982 | postinstall_cmds='chmod 555 $lib' |
3725885a RW |
10983 | # or fails outright, so override atomically: |
10984 | install_override_mode=555 | |
d7040cdb SE |
10985 | ;; |
10986 | ||
10987 | interix[3-9]*) | |
10988 | version_type=linux | |
10989 | need_lib_prefix=no | |
10990 | need_version=no | |
10991 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' | |
10992 | soname_spec='${libname}${release}${shared_ext}$major' | |
10993 | dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' | |
10994 | shlibpath_var=LD_LIBRARY_PATH | |
10995 | shlibpath_overrides_runpath=no | |
10996 | hardcode_into_libs=yes | |
10997 | ;; | |
10998 | ||
10999 | irix5* | irix6* | nonstopux*) | |
11000 | case $host_os in | |
11001 | nonstopux*) version_type=nonstopux ;; | |
11002 | *) | |
11003 | if test "$lt_cv_prog_gnu_ld" = yes; then | |
11004 | version_type=linux | |
11005 | else | |
11006 | version_type=irix | |
11007 | fi ;; | |
11008 | esac | |
11009 | need_lib_prefix=no | |
11010 | need_version=no | |
11011 | soname_spec='${libname}${release}${shared_ext}$major' | |
11012 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' | |
11013 | case $host_os in | |
11014 | irix5* | nonstopux*) | |
11015 | libsuff= shlibsuff= | |
11016 | ;; | |
11017 | *) | |
11018 | case $LD in # libtool.m4 will add one of these switches to LD | |
11019 | *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") | |
11020 | libsuff= shlibsuff= libmagic=32-bit;; | |
11021 | *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") | |
11022 | libsuff=32 shlibsuff=N32 libmagic=N32;; | |
11023 | *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") | |
11024 | libsuff=64 shlibsuff=64 libmagic=64-bit;; | |
11025 | *) libsuff= shlibsuff= libmagic=never-match;; | |
11026 | esac | |
11027 | ;; | |
11028 | esac | |
11029 | shlibpath_var=LD_LIBRARY${shlibsuff}_PATH | |
11030 | shlibpath_overrides_runpath=no | |
11031 | sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" | |
11032 | sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" | |
11033 | hardcode_into_libs=yes | |
11034 | ;; | |
11035 | ||
11036 | # No shared lib support for Linux oldld, aout, or coff. | |
11037 | linux*oldld* | linux*aout* | linux*coff*) | |
11038 | dynamic_linker=no | |
11039 | ;; | |
11040 | ||
11041 | # This must be Linux ELF. | |
58e24671 | 11042 | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
d7040cdb SE |
11043 | version_type=linux |
11044 | need_lib_prefix=no | |
11045 | need_version=no | |
11046 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
11047 | soname_spec='${libname}${release}${shared_ext}$major' | |
11048 | finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' | |
11049 | shlibpath_var=LD_LIBRARY_PATH | |
11050 | shlibpath_overrides_runpath=no | |
39144654 | 11051 | |
d7040cdb | 11052 | # Some binutils ld are patched to set DT_RUNPATH |
d0ac1c44 | 11053 | if ${lt_cv_shlibpath_overrides_runpath+:} false; then : |
81ecdfbb | 11054 | $as_echo_n "(cached) " >&6 |
39144654 RW |
11055 | else |
11056 | lt_cv_shlibpath_overrides_runpath=no | |
11057 | save_LDFLAGS=$LDFLAGS | |
11058 | save_libdir=$libdir | |
11059 | eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ | |
11060 | LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" | |
81ecdfbb | 11061 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb SE |
11062 | /* end confdefs.h. */ |
11063 | ||
11064 | int | |
11065 | main () | |
11066 | { | |
11067 | ||
11068 | ; | |
11069 | return 0; | |
11070 | } | |
11071 | _ACEOF | |
81ecdfbb RW |
11072 | if ac_fn_c_try_link "$LINENO"; then : |
11073 | if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : | |
39144654 | 11074 | lt_cv_shlibpath_overrides_runpath=yes |
d7040cdb | 11075 | fi |
d7040cdb | 11076 | fi |
81ecdfbb RW |
11077 | rm -f core conftest.err conftest.$ac_objext \ |
11078 | conftest$ac_exeext conftest.$ac_ext | |
39144654 RW |
11079 | LDFLAGS=$save_LDFLAGS |
11080 | libdir=$save_libdir | |
11081 | ||
11082 | fi | |
11083 | ||
11084 | shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath | |
d7040cdb SE |
11085 | |
11086 | # This implies no fast_install, which is unacceptable. | |
11087 | # Some rework will be needed to allow for fast_install | |
11088 | # before this can be enabled. | |
11089 | hardcode_into_libs=yes | |
11090 | ||
11091 | # Append ld.so.conf contents to the search path | |
11092 | if test -f /etc/ld.so.conf; then | |
3725885a | 11093 | 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 |
11094 | sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" |
11095 | fi | |
11096 | ||
11097 | # We used to test for /lib/ld.so.1 and disable shared libraries on | |
11098 | # powerpc, because MkLinux only supported shared libraries with the | |
11099 | # GNU dynamic linker. Since this was broken with cross compilers, | |
11100 | # most powerpc-linux boxes support dynamic linking these days and | |
11101 | # people can always --disable-shared, the test was removed, and we | |
11102 | # assume the GNU/Linux dynamic linker is in use. | |
11103 | dynamic_linker='GNU/Linux ld.so' | |
11104 | ;; | |
11105 | ||
11106 | netbsd*) | |
11107 | version_type=sunos | |
11108 | need_lib_prefix=no | |
11109 | need_version=no | |
11110 | if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then | |
11111 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' | |
11112 | finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' | |
11113 | dynamic_linker='NetBSD (a.out) ld.so' | |
11114 | else | |
11115 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' | |
11116 | soname_spec='${libname}${release}${shared_ext}$major' | |
11117 | dynamic_linker='NetBSD ld.elf_so' | |
11118 | fi | |
11119 | shlibpath_var=LD_LIBRARY_PATH | |
11120 | shlibpath_overrides_runpath=yes | |
11121 | hardcode_into_libs=yes | |
11122 | ;; | |
11123 | ||
11124 | newsos6) | |
11125 | version_type=linux | |
11126 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
11127 | shlibpath_var=LD_LIBRARY_PATH | |
11128 | shlibpath_overrides_runpath=yes | |
11129 | ;; | |
11130 | ||
11131 | *nto* | *qnx*) | |
11132 | version_type=qnx | |
11133 | need_lib_prefix=no | |
11134 | need_version=no | |
11135 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
11136 | soname_spec='${libname}${release}${shared_ext}$major' | |
11137 | shlibpath_var=LD_LIBRARY_PATH | |
11138 | shlibpath_overrides_runpath=no | |
11139 | hardcode_into_libs=yes | |
11140 | dynamic_linker='ldqnx.so' | |
11141 | ;; | |
11142 | ||
11143 | openbsd*) | |
11144 | version_type=sunos | |
11145 | sys_lib_dlsearch_path_spec="/usr/lib" | |
11146 | need_lib_prefix=no | |
11147 | # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. | |
11148 | case $host_os in | |
11149 | openbsd3.3 | openbsd3.3.*) need_version=yes ;; | |
11150 | *) need_version=no ;; | |
11151 | esac | |
11152 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' | |
11153 | finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' | |
11154 | shlibpath_var=LD_LIBRARY_PATH | |
11155 | if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then | |
11156 | case $host_os in | |
11157 | openbsd2.[89] | openbsd2.[89].*) | |
11158 | shlibpath_overrides_runpath=no | |
11159 | ;; | |
11160 | *) | |
11161 | shlibpath_overrides_runpath=yes | |
11162 | ;; | |
11163 | esac | |
11164 | else | |
11165 | shlibpath_overrides_runpath=yes | |
11166 | fi | |
11167 | ;; | |
11168 | ||
11169 | os2*) | |
11170 | libname_spec='$name' | |
11171 | shrext_cmds=".dll" | |
11172 | need_lib_prefix=no | |
11173 | library_names_spec='$libname${shared_ext} $libname.a' | |
11174 | dynamic_linker='OS/2 ld.exe' | |
11175 | shlibpath_var=LIBPATH | |
11176 | ;; | |
11177 | ||
11178 | osf3* | osf4* | osf5*) | |
11179 | version_type=osf | |
11180 | need_lib_prefix=no | |
11181 | need_version=no | |
11182 | soname_spec='${libname}${release}${shared_ext}$major' | |
11183 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
11184 | shlibpath_var=LD_LIBRARY_PATH | |
11185 | sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" | |
11186 | sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" | |
11187 | ;; | |
11188 | ||
11189 | rdos*) | |
11190 | dynamic_linker=no | |
11191 | ;; | |
11192 | ||
11193 | solaris*) | |
11194 | version_type=linux | |
11195 | need_lib_prefix=no | |
11196 | need_version=no | |
11197 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
11198 | soname_spec='${libname}${release}${shared_ext}$major' | |
11199 | shlibpath_var=LD_LIBRARY_PATH | |
11200 | shlibpath_overrides_runpath=yes | |
11201 | hardcode_into_libs=yes | |
11202 | # ldd complains unless libraries are executable | |
11203 | postinstall_cmds='chmod +x $lib' | |
11204 | ;; | |
11205 | ||
11206 | sunos4*) | |
11207 | version_type=sunos | |
11208 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' | |
11209 | finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' | |
11210 | shlibpath_var=LD_LIBRARY_PATH | |
11211 | shlibpath_overrides_runpath=yes | |
11212 | if test "$with_gnu_ld" = yes; then | |
11213 | need_lib_prefix=no | |
11214 | fi | |
11215 | need_version=yes | |
11216 | ;; | |
11217 | ||
11218 | sysv4 | sysv4.3*) | |
11219 | version_type=linux | |
11220 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
11221 | soname_spec='${libname}${release}${shared_ext}$major' | |
11222 | shlibpath_var=LD_LIBRARY_PATH | |
11223 | case $host_vendor in | |
11224 | sni) | |
11225 | shlibpath_overrides_runpath=no | |
11226 | need_lib_prefix=no | |
11227 | runpath_var=LD_RUN_PATH | |
11228 | ;; | |
11229 | siemens) | |
11230 | need_lib_prefix=no | |
11231 | ;; | |
11232 | motorola) | |
11233 | need_lib_prefix=no | |
11234 | need_version=no | |
11235 | shlibpath_overrides_runpath=no | |
11236 | sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' | |
11237 | ;; | |
11238 | esac | |
11239 | ;; | |
11240 | ||
11241 | sysv4*MP*) | |
11242 | if test -d /usr/nec ;then | |
11243 | version_type=linux | |
11244 | library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' | |
11245 | soname_spec='$libname${shared_ext}.$major' | |
11246 | shlibpath_var=LD_LIBRARY_PATH | |
11247 | fi | |
11248 | ;; | |
11249 | ||
11250 | sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) | |
11251 | version_type=freebsd-elf | |
11252 | need_lib_prefix=no | |
11253 | need_version=no | |
11254 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' | |
11255 | soname_spec='${libname}${release}${shared_ext}$major' | |
11256 | shlibpath_var=LD_LIBRARY_PATH | |
11257 | shlibpath_overrides_runpath=yes | |
11258 | hardcode_into_libs=yes | |
11259 | if test "$with_gnu_ld" = yes; then | |
11260 | sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' | |
11261 | else | |
11262 | sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' | |
11263 | case $host_os in | |
11264 | sco3.2v5*) | |
11265 | sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" | |
11266 | ;; | |
11267 | esac | |
11268 | fi | |
11269 | sys_lib_dlsearch_path_spec='/usr/lib' | |
11270 | ;; | |
11271 | ||
11272 | tpf*) | |
11273 | # TPF is a cross-target only. Preferred cross-host = GNU/Linux. | |
11274 | version_type=linux | |
11275 | need_lib_prefix=no | |
11276 | need_version=no | |
718a6fd8 | 11277 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
d7040cdb SE |
11278 | shlibpath_var=LD_LIBRARY_PATH |
11279 | shlibpath_overrides_runpath=no | |
11280 | hardcode_into_libs=yes | |
11281 | ;; | |
11282 | ||
11283 | uts4*) | |
11284 | version_type=linux | |
11285 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
11286 | soname_spec='${libname}${release}${shared_ext}$major' | |
11287 | shlibpath_var=LD_LIBRARY_PATH | |
11288 | ;; | |
11289 | ||
11290 | *) | |
11291 | dynamic_linker=no | |
11292 | ;; | |
11293 | esac | |
81ecdfbb RW |
11294 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 |
11295 | $as_echo "$dynamic_linker" >&6; } | |
d7040cdb SE |
11296 | test "$dynamic_linker" = no && can_build_shared=no |
11297 | ||
11298 | variables_saved_for_relink="PATH $shlibpath_var $runpath_var" | |
11299 | if test "$GCC" = yes; then | |
11300 | variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" | |
11301 | fi | |
11302 | ||
718a6fd8 SE |
11303 | if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then |
11304 | sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" | |
11305 | fi | |
11306 | if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then | |
11307 | sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" | |
11308 | fi | |
11309 | ||
d7040cdb SE |
11310 | |
11311 | ||
11312 | ||
11313 | ||
11314 | ||
11315 | ||
11316 | ||
11317 | ||
11318 | ||
11319 | ||
11320 | ||
11321 | ||
11322 | ||
11323 | ||
11324 | ||
11325 | ||
11326 | ||
11327 | ||
11328 | ||
11329 | ||
11330 | ||
11331 | ||
11332 | ||
11333 | ||
11334 | ||
11335 | ||
11336 | ||
11337 | ||
11338 | ||
11339 | ||
11340 | ||
11341 | ||
11342 | ||
11343 | ||
11344 | ||
11345 | ||
11346 | ||
11347 | ||
11348 | ||
11349 | ||
11350 | ||
11351 | ||
11352 | ||
11353 | ||
11354 | ||
11355 | ||
11356 | ||
11357 | ||
11358 | ||
11359 | ||
11360 | ||
11361 | ||
11362 | ||
11363 | ||
11364 | ||
11365 | ||
11366 | ||
11367 | ||
11368 | ||
11369 | ||
11370 | ||
11371 | ||
11372 | ||
11373 | ||
11374 | ||
11375 | ||
11376 | ||
11377 | ||
11378 | ||
11379 | ||
11380 | ||
11381 | ||
11382 | ||
11383 | ||
11384 | ||
11385 | ||
11386 | ||
11387 | ||
11388 | ||
11389 | ||
3725885a RW |
11390 | |
11391 | ||
11392 | ||
11393 | ||
11394 | ||
d7040cdb SE |
11395 | |
11396 | ||
11397 | ||
11398 | ||
11399 | ||
11400 | ||
81ecdfbb RW |
11401 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 |
11402 | $as_echo_n "checking how to hardcode library paths into programs... " >&6; } | |
d7040cdb SE |
11403 | hardcode_action= |
11404 | if test -n "$hardcode_libdir_flag_spec" || | |
11405 | test -n "$runpath_var" || | |
11406 | test "X$hardcode_automatic" = "Xyes" ; then | |
11407 | ||
11408 | # We can hardcode non-existent directories. | |
11409 | if test "$hardcode_direct" != no && | |
11410 | # If the only mechanism to avoid hardcoding is shlibpath_var, we | |
11411 | # have to relink, otherwise we might link with an installed library | |
11412 | # when we should be linking with a yet-to-be-installed one | |
11413 | ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no && | |
11414 | test "$hardcode_minus_L" != no; then | |
11415 | # Linking always hardcodes the temporary library directory. | |
11416 | hardcode_action=relink | |
11417 | else | |
11418 | # We can link without hardcoding, and we can hardcode nonexisting dirs. | |
11419 | hardcode_action=immediate | |
11420 | fi | |
11421 | else | |
11422 | # We cannot hardcode anything, or else we can only hardcode existing | |
11423 | # directories. | |
11424 | hardcode_action=unsupported | |
11425 | fi | |
81ecdfbb RW |
11426 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 |
11427 | $as_echo "$hardcode_action" >&6; } | |
d7040cdb SE |
11428 | |
11429 | if test "$hardcode_action" = relink || | |
11430 | test "$inherit_rpath" = yes; then | |
11431 | # Fast installation is not supported | |
11432 | enable_fast_install=no | |
11433 | elif test "$shlibpath_overrides_runpath" = yes || | |
11434 | test "$enable_shared" = no; then | |
11435 | # Fast installation is not necessary | |
11436 | enable_fast_install=needless | |
11437 | fi | |
11438 | ||
11439 | ||
11440 | ||
11441 | ||
11442 | ||
11443 | ||
11444 | if test "x$enable_dlopen" != xyes; then | |
11445 | enable_dlopen=unknown | |
11446 | enable_dlopen_self=unknown | |
11447 | enable_dlopen_self_static=unknown | |
11448 | else | |
11449 | lt_cv_dlopen=no | |
11450 | lt_cv_dlopen_libs= | |
11451 | ||
11452 | case $host_os in | |
11453 | beos*) | |
11454 | lt_cv_dlopen="load_add_on" | |
11455 | lt_cv_dlopen_libs= | |
11456 | lt_cv_dlopen_self=yes | |
11457 | ;; | |
11458 | ||
718a6fd8 | 11459 | mingw* | pw32* | cegcc*) |
d7040cdb SE |
11460 | lt_cv_dlopen="LoadLibrary" |
11461 | lt_cv_dlopen_libs= | |
11462 | ;; | |
11463 | ||
11464 | cygwin*) | |
11465 | lt_cv_dlopen="dlopen" | |
11466 | lt_cv_dlopen_libs= | |
11467 | ;; | |
11468 | ||
11469 | darwin*) | |
11470 | # if libdl is installed we need to link against it | |
81ecdfbb RW |
11471 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 |
11472 | $as_echo_n "checking for dlopen in -ldl... " >&6; } | |
d0ac1c44 | 11473 | if ${ac_cv_lib_dl_dlopen+:} false; then : |
81ecdfbb | 11474 | $as_echo_n "(cached) " >&6 |
d7040cdb SE |
11475 | else |
11476 | ac_check_lib_save_LIBS=$LIBS | |
11477 | LIBS="-ldl $LIBS" | |
81ecdfbb | 11478 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb SE |
11479 | /* end confdefs.h. */ |
11480 | ||
81ecdfbb RW |
11481 | /* Override any GCC internal prototype to avoid an error. |
11482 | Use char because int might match the return type of a GCC | |
11483 | builtin and then its argument prototype would still apply. */ | |
d7040cdb SE |
11484 | #ifdef __cplusplus |
11485 | extern "C" | |
11486 | #endif | |
d7040cdb SE |
11487 | char dlopen (); |
11488 | int | |
11489 | main () | |
11490 | { | |
81ecdfbb | 11491 | return dlopen (); |
d7040cdb SE |
11492 | ; |
11493 | return 0; | |
11494 | } | |
11495 | _ACEOF | |
81ecdfbb | 11496 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb SE |
11497 | ac_cv_lib_dl_dlopen=yes |
11498 | else | |
81ecdfbb | 11499 | ac_cv_lib_dl_dlopen=no |
d7040cdb | 11500 | fi |
81ecdfbb RW |
11501 | rm -f core conftest.err conftest.$ac_objext \ |
11502 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb SE |
11503 | LIBS=$ac_check_lib_save_LIBS |
11504 | fi | |
81ecdfbb RW |
11505 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 |
11506 | $as_echo "$ac_cv_lib_dl_dlopen" >&6; } | |
d0ac1c44 | 11507 | if test "x$ac_cv_lib_dl_dlopen" = xyes; then : |
d7040cdb SE |
11508 | lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" |
11509 | else | |
11510 | ||
11511 | lt_cv_dlopen="dyld" | |
11512 | lt_cv_dlopen_libs= | |
11513 | lt_cv_dlopen_self=yes | |
11514 | ||
11515 | fi | |
11516 | ||
11517 | ;; | |
11518 | ||
11519 | *) | |
81ecdfbb | 11520 | ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" |
d0ac1c44 | 11521 | if test "x$ac_cv_func_shl_load" = xyes; then : |
d7040cdb SE |
11522 | lt_cv_dlopen="shl_load" |
11523 | else | |
81ecdfbb RW |
11524 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 |
11525 | $as_echo_n "checking for shl_load in -ldld... " >&6; } | |
d0ac1c44 | 11526 | if ${ac_cv_lib_dld_shl_load+:} false; then : |
81ecdfbb | 11527 | $as_echo_n "(cached) " >&6 |
d7040cdb SE |
11528 | else |
11529 | ac_check_lib_save_LIBS=$LIBS | |
11530 | LIBS="-ldld $LIBS" | |
81ecdfbb | 11531 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb SE |
11532 | /* end confdefs.h. */ |
11533 | ||
81ecdfbb RW |
11534 | /* Override any GCC internal prototype to avoid an error. |
11535 | Use char because int might match the return type of a GCC | |
11536 | builtin and then its argument prototype would still apply. */ | |
d7040cdb SE |
11537 | #ifdef __cplusplus |
11538 | extern "C" | |
11539 | #endif | |
d7040cdb SE |
11540 | char shl_load (); |
11541 | int | |
11542 | main () | |
11543 | { | |
81ecdfbb | 11544 | return shl_load (); |
d7040cdb SE |
11545 | ; |
11546 | return 0; | |
11547 | } | |
11548 | _ACEOF | |
81ecdfbb | 11549 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb SE |
11550 | ac_cv_lib_dld_shl_load=yes |
11551 | else | |
81ecdfbb | 11552 | ac_cv_lib_dld_shl_load=no |
d7040cdb | 11553 | fi |
81ecdfbb RW |
11554 | rm -f core conftest.err conftest.$ac_objext \ |
11555 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb SE |
11556 | LIBS=$ac_check_lib_save_LIBS |
11557 | fi | |
81ecdfbb RW |
11558 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 |
11559 | $as_echo "$ac_cv_lib_dld_shl_load" >&6; } | |
d0ac1c44 | 11560 | if test "x$ac_cv_lib_dld_shl_load" = xyes; then : |
718a6fd8 | 11561 | lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" |
d7040cdb | 11562 | else |
81ecdfbb | 11563 | ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" |
d0ac1c44 | 11564 | if test "x$ac_cv_func_dlopen" = xyes; then : |
d7040cdb SE |
11565 | lt_cv_dlopen="dlopen" |
11566 | else | |
81ecdfbb RW |
11567 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 |
11568 | $as_echo_n "checking for dlopen in -ldl... " >&6; } | |
d0ac1c44 | 11569 | if ${ac_cv_lib_dl_dlopen+:} false; then : |
81ecdfbb | 11570 | $as_echo_n "(cached) " >&6 |
d7040cdb SE |
11571 | else |
11572 | ac_check_lib_save_LIBS=$LIBS | |
11573 | LIBS="-ldl $LIBS" | |
81ecdfbb | 11574 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb SE |
11575 | /* end confdefs.h. */ |
11576 | ||
81ecdfbb RW |
11577 | /* Override any GCC internal prototype to avoid an error. |
11578 | Use char because int might match the return type of a GCC | |
11579 | builtin and then its argument prototype would still apply. */ | |
d7040cdb SE |
11580 | #ifdef __cplusplus |
11581 | extern "C" | |
11582 | #endif | |
d7040cdb SE |
11583 | char dlopen (); |
11584 | int | |
11585 | main () | |
11586 | { | |
81ecdfbb | 11587 | return dlopen (); |
d7040cdb SE |
11588 | ; |
11589 | return 0; | |
11590 | } | |
11591 | _ACEOF | |
81ecdfbb | 11592 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb SE |
11593 | ac_cv_lib_dl_dlopen=yes |
11594 | else | |
81ecdfbb | 11595 | ac_cv_lib_dl_dlopen=no |
d7040cdb | 11596 | fi |
81ecdfbb RW |
11597 | rm -f core conftest.err conftest.$ac_objext \ |
11598 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb SE |
11599 | LIBS=$ac_check_lib_save_LIBS |
11600 | fi | |
81ecdfbb RW |
11601 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 |
11602 | $as_echo "$ac_cv_lib_dl_dlopen" >&6; } | |
d0ac1c44 | 11603 | if test "x$ac_cv_lib_dl_dlopen" = xyes; then : |
d7040cdb SE |
11604 | lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" |
11605 | else | |
81ecdfbb RW |
11606 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 |
11607 | $as_echo_n "checking for dlopen in -lsvld... " >&6; } | |
d0ac1c44 | 11608 | if ${ac_cv_lib_svld_dlopen+:} false; then : |
81ecdfbb | 11609 | $as_echo_n "(cached) " >&6 |
d7040cdb SE |
11610 | else |
11611 | ac_check_lib_save_LIBS=$LIBS | |
11612 | LIBS="-lsvld $LIBS" | |
81ecdfbb | 11613 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb SE |
11614 | /* end confdefs.h. */ |
11615 | ||
81ecdfbb RW |
11616 | /* Override any GCC internal prototype to avoid an error. |
11617 | Use char because int might match the return type of a GCC | |
11618 | builtin and then its argument prototype would still apply. */ | |
d7040cdb SE |
11619 | #ifdef __cplusplus |
11620 | extern "C" | |
11621 | #endif | |
d7040cdb SE |
11622 | char dlopen (); |
11623 | int | |
11624 | main () | |
11625 | { | |
81ecdfbb | 11626 | return dlopen (); |
d7040cdb SE |
11627 | ; |
11628 | return 0; | |
11629 | } | |
11630 | _ACEOF | |
81ecdfbb | 11631 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb SE |
11632 | ac_cv_lib_svld_dlopen=yes |
11633 | else | |
81ecdfbb | 11634 | ac_cv_lib_svld_dlopen=no |
d7040cdb | 11635 | fi |
81ecdfbb RW |
11636 | rm -f core conftest.err conftest.$ac_objext \ |
11637 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb SE |
11638 | LIBS=$ac_check_lib_save_LIBS |
11639 | fi | |
81ecdfbb RW |
11640 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 |
11641 | $as_echo "$ac_cv_lib_svld_dlopen" >&6; } | |
d0ac1c44 | 11642 | if test "x$ac_cv_lib_svld_dlopen" = xyes; then : |
d7040cdb SE |
11643 | lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" |
11644 | else | |
81ecdfbb RW |
11645 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 |
11646 | $as_echo_n "checking for dld_link in -ldld... " >&6; } | |
d0ac1c44 | 11647 | if ${ac_cv_lib_dld_dld_link+:} false; then : |
81ecdfbb | 11648 | $as_echo_n "(cached) " >&6 |
d7040cdb SE |
11649 | else |
11650 | ac_check_lib_save_LIBS=$LIBS | |
11651 | LIBS="-ldld $LIBS" | |
81ecdfbb | 11652 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb SE |
11653 | /* end confdefs.h. */ |
11654 | ||
81ecdfbb RW |
11655 | /* Override any GCC internal prototype to avoid an error. |
11656 | Use char because int might match the return type of a GCC | |
11657 | builtin and then its argument prototype would still apply. */ | |
d7040cdb SE |
11658 | #ifdef __cplusplus |
11659 | extern "C" | |
11660 | #endif | |
d7040cdb SE |
11661 | char dld_link (); |
11662 | int | |
11663 | main () | |
11664 | { | |
81ecdfbb | 11665 | return dld_link (); |
d7040cdb SE |
11666 | ; |
11667 | return 0; | |
11668 | } | |
11669 | _ACEOF | |
81ecdfbb | 11670 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb SE |
11671 | ac_cv_lib_dld_dld_link=yes |
11672 | else | |
81ecdfbb | 11673 | ac_cv_lib_dld_dld_link=no |
d7040cdb | 11674 | fi |
81ecdfbb RW |
11675 | rm -f core conftest.err conftest.$ac_objext \ |
11676 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb SE |
11677 | LIBS=$ac_check_lib_save_LIBS |
11678 | fi | |
81ecdfbb RW |
11679 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 |
11680 | $as_echo "$ac_cv_lib_dld_dld_link" >&6; } | |
d0ac1c44 | 11681 | if test "x$ac_cv_lib_dld_dld_link" = xyes; then : |
718a6fd8 | 11682 | lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" |
d7040cdb SE |
11683 | fi |
11684 | ||
11685 | ||
11686 | fi | |
11687 | ||
11688 | ||
11689 | fi | |
11690 | ||
11691 | ||
11692 | fi | |
11693 | ||
11694 | ||
11695 | fi | |
11696 | ||
11697 | ||
11698 | fi | |
11699 | ||
11700 | ;; | |
11701 | esac | |
11702 | ||
11703 | if test "x$lt_cv_dlopen" != xno; then | |
11704 | enable_dlopen=yes | |
20e95c23 | 11705 | else |
d7040cdb | 11706 | enable_dlopen=no |
252b5132 | 11707 | fi |
5464f5a1 | 11708 | |
d7040cdb SE |
11709 | case $lt_cv_dlopen in |
11710 | dlopen) | |
11711 | save_CPPFLAGS="$CPPFLAGS" | |
11712 | test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" | |
11713 | ||
11714 | save_LDFLAGS="$LDFLAGS" | |
11715 | wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" | |
11716 | ||
11717 | save_LIBS="$LIBS" | |
11718 | LIBS="$lt_cv_dlopen_libs $LIBS" | |
11719 | ||
81ecdfbb RW |
11720 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 |
11721 | $as_echo_n "checking whether a program can dlopen itself... " >&6; } | |
d0ac1c44 | 11722 | if ${lt_cv_dlopen_self+:} false; then : |
81ecdfbb | 11723 | $as_echo_n "(cached) " >&6 |
20e95c23 | 11724 | else |
d7040cdb SE |
11725 | if test "$cross_compiling" = yes; then : |
11726 | lt_cv_dlopen_self=cross | |
11727 | else | |
11728 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | |
11729 | lt_status=$lt_dlunknown | |
11730 | cat > conftest.$ac_ext <<_LT_EOF | |
e0b2a78c | 11731 | #line 11731 "configure" |
d7040cdb SE |
11732 | #include "confdefs.h" |
11733 | ||
11734 | #if HAVE_DLFCN_H | |
11735 | #include <dlfcn.h> | |
11736 | #endif | |
11737 | ||
11738 | #include <stdio.h> | |
11739 | ||
11740 | #ifdef RTLD_GLOBAL | |
11741 | # define LT_DLGLOBAL RTLD_GLOBAL | |
11742 | #else | |
11743 | # ifdef DL_GLOBAL | |
11744 | # define LT_DLGLOBAL DL_GLOBAL | |
11745 | # else | |
11746 | # define LT_DLGLOBAL 0 | |
11747 | # endif | |
11748 | #endif | |
11749 | ||
11750 | /* We may have to define LT_DLLAZY_OR_NOW in the command line if we | |
11751 | find out it does not work in some platform. */ | |
11752 | #ifndef LT_DLLAZY_OR_NOW | |
11753 | # ifdef RTLD_LAZY | |
11754 | # define LT_DLLAZY_OR_NOW RTLD_LAZY | |
11755 | # else | |
11756 | # ifdef DL_LAZY | |
11757 | # define LT_DLLAZY_OR_NOW DL_LAZY | |
11758 | # else | |
11759 | # ifdef RTLD_NOW | |
11760 | # define LT_DLLAZY_OR_NOW RTLD_NOW | |
11761 | # else | |
11762 | # ifdef DL_NOW | |
11763 | # define LT_DLLAZY_OR_NOW DL_NOW | |
11764 | # else | |
11765 | # define LT_DLLAZY_OR_NOW 0 | |
11766 | # endif | |
11767 | # endif | |
11768 | # endif | |
11769 | # endif | |
11770 | #endif | |
11771 | ||
3725885a RW |
11772 | /* When -fvisbility=hidden is used, assume the code has been annotated |
11773 | correspondingly for the symbols needed. */ | |
11774 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | |
11775 | void fnord () __attribute__((visibility("default"))); | |
11776 | #endif | |
11777 | ||
11778 | void fnord () { int i=42; } | |
d7040cdb SE |
11779 | int main () |
11780 | { | |
11781 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | |
11782 | int status = $lt_dlunknown; | |
11783 | ||
11784 | if (self) | |
11785 | { | |
11786 | if (dlsym (self,"fnord")) status = $lt_dlno_uscore; | |
3725885a RW |
11787 | else |
11788 | { | |
11789 | if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; | |
11790 | else puts (dlerror ()); | |
11791 | } | |
d7040cdb SE |
11792 | /* dlclose (self); */ |
11793 | } | |
11794 | else | |
11795 | puts (dlerror ()); | |
11796 | ||
718a6fd8 | 11797 | return status; |
d7040cdb SE |
11798 | } |
11799 | _LT_EOF | |
81ecdfbb | 11800 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
d7040cdb SE |
11801 | (eval $ac_link) 2>&5 |
11802 | ac_status=$? | |
81ecdfbb RW |
11803 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
11804 | test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then | |
d7040cdb SE |
11805 | (./conftest; exit; ) >&5 2>/dev/null |
11806 | lt_status=$? | |
11807 | case x$lt_status in | |
11808 | x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; | |
11809 | x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; | |
11810 | x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; | |
11811 | esac | |
11812 | else : | |
11813 | # compilation failed | |
11814 | lt_cv_dlopen_self=no | |
11815 | fi | |
252b5132 | 11816 | fi |
d7040cdb | 11817 | rm -fr conftest* |
20e95c23 | 11818 | |
d7040cdb SE |
11819 | |
11820 | fi | |
81ecdfbb RW |
11821 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 |
11822 | $as_echo "$lt_cv_dlopen_self" >&6; } | |
d7040cdb SE |
11823 | |
11824 | if test "x$lt_cv_dlopen_self" = xyes; then | |
11825 | wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" | |
81ecdfbb RW |
11826 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 |
11827 | $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } | |
d0ac1c44 | 11828 | if ${lt_cv_dlopen_self_static+:} false; then : |
81ecdfbb | 11829 | $as_echo_n "(cached) " >&6 |
20e95c23 | 11830 | else |
d7040cdb SE |
11831 | if test "$cross_compiling" = yes; then : |
11832 | lt_cv_dlopen_self_static=cross | |
11833 | else | |
11834 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | |
11835 | lt_status=$lt_dlunknown | |
11836 | cat > conftest.$ac_ext <<_LT_EOF | |
e0b2a78c | 11837 | #line 11837 "configure" |
d7040cdb SE |
11838 | #include "confdefs.h" |
11839 | ||
11840 | #if HAVE_DLFCN_H | |
11841 | #include <dlfcn.h> | |
11842 | #endif | |
11843 | ||
11844 | #include <stdio.h> | |
11845 | ||
11846 | #ifdef RTLD_GLOBAL | |
11847 | # define LT_DLGLOBAL RTLD_GLOBAL | |
11848 | #else | |
11849 | # ifdef DL_GLOBAL | |
11850 | # define LT_DLGLOBAL DL_GLOBAL | |
11851 | # else | |
11852 | # define LT_DLGLOBAL 0 | |
11853 | # endif | |
11854 | #endif | |
11855 | ||
11856 | /* We may have to define LT_DLLAZY_OR_NOW in the command line if we | |
11857 | find out it does not work in some platform. */ | |
11858 | #ifndef LT_DLLAZY_OR_NOW | |
11859 | # ifdef RTLD_LAZY | |
11860 | # define LT_DLLAZY_OR_NOW RTLD_LAZY | |
11861 | # else | |
11862 | # ifdef DL_LAZY | |
11863 | # define LT_DLLAZY_OR_NOW DL_LAZY | |
11864 | # else | |
11865 | # ifdef RTLD_NOW | |
11866 | # define LT_DLLAZY_OR_NOW RTLD_NOW | |
11867 | # else | |
11868 | # ifdef DL_NOW | |
11869 | # define LT_DLLAZY_OR_NOW DL_NOW | |
11870 | # else | |
11871 | # define LT_DLLAZY_OR_NOW 0 | |
11872 | # endif | |
11873 | # endif | |
11874 | # endif | |
11875 | # endif | |
11876 | #endif | |
11877 | ||
3725885a RW |
11878 | /* When -fvisbility=hidden is used, assume the code has been annotated |
11879 | correspondingly for the symbols needed. */ | |
11880 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | |
11881 | void fnord () __attribute__((visibility("default"))); | |
11882 | #endif | |
11883 | ||
11884 | void fnord () { int i=42; } | |
d7040cdb SE |
11885 | int main () |
11886 | { | |
11887 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | |
11888 | int status = $lt_dlunknown; | |
11889 | ||
11890 | if (self) | |
11891 | { | |
11892 | if (dlsym (self,"fnord")) status = $lt_dlno_uscore; | |
3725885a RW |
11893 | else |
11894 | { | |
11895 | if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; | |
11896 | else puts (dlerror ()); | |
11897 | } | |
d7040cdb SE |
11898 | /* dlclose (self); */ |
11899 | } | |
11900 | else | |
11901 | puts (dlerror ()); | |
11902 | ||
718a6fd8 | 11903 | return status; |
d7040cdb SE |
11904 | } |
11905 | _LT_EOF | |
81ecdfbb | 11906 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
d7040cdb SE |
11907 | (eval $ac_link) 2>&5 |
11908 | ac_status=$? | |
81ecdfbb RW |
11909 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
11910 | test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then | |
d7040cdb SE |
11911 | (./conftest; exit; ) >&5 2>/dev/null |
11912 | lt_status=$? | |
11913 | case x$lt_status in | |
11914 | x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; | |
11915 | x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; | |
11916 | x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; | |
11917 | esac | |
11918 | else : | |
11919 | # compilation failed | |
11920 | lt_cv_dlopen_self_static=no | |
11921 | fi | |
11922 | fi | |
11923 | rm -fr conftest* | |
11924 | ||
11925 | ||
11926 | fi | |
81ecdfbb RW |
11927 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 |
11928 | $as_echo "$lt_cv_dlopen_self_static" >&6; } | |
d7040cdb SE |
11929 | fi |
11930 | ||
11931 | CPPFLAGS="$save_CPPFLAGS" | |
11932 | LDFLAGS="$save_LDFLAGS" | |
11933 | LIBS="$save_LIBS" | |
11934 | ;; | |
11935 | esac | |
11936 | ||
11937 | case $lt_cv_dlopen_self in | |
11938 | yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; | |
11939 | *) enable_dlopen_self=unknown ;; | |
11940 | esac | |
11941 | ||
11942 | case $lt_cv_dlopen_self_static in | |
11943 | yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; | |
11944 | *) enable_dlopen_self_static=unknown ;; | |
11945 | esac | |
11946 | fi | |
11947 | ||
11948 | ||
11949 | ||
11950 | ||
11951 | ||
11952 | ||
11953 | ||
11954 | ||
11955 | ||
11956 | ||
11957 | ||
11958 | ||
11959 | ||
11960 | ||
11961 | ||
11962 | ||
11963 | ||
11964 | striplib= | |
11965 | old_striplib= | |
81ecdfbb RW |
11966 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 |
11967 | $as_echo_n "checking whether stripping libraries is possible... " >&6; } | |
d7040cdb SE |
11968 | if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then |
11969 | test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" | |
11970 | test -z "$striplib" && striplib="$STRIP --strip-unneeded" | |
81ecdfbb RW |
11971 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
11972 | $as_echo "yes" >&6; } | |
d7040cdb SE |
11973 | else |
11974 | # FIXME - insert some real tests, host_os isn't really good enough | |
11975 | case $host_os in | |
11976 | darwin*) | |
11977 | if test -n "$STRIP" ; then | |
11978 | striplib="$STRIP -x" | |
11979 | old_striplib="$STRIP -S" | |
81ecdfbb RW |
11980 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
11981 | $as_echo "yes" >&6; } | |
d7040cdb | 11982 | else |
81ecdfbb RW |
11983 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
11984 | $as_echo "no" >&6; } | |
d7040cdb | 11985 | fi |
20e95c23 DJ |
11986 | ;; |
11987 | *) | |
81ecdfbb RW |
11988 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
11989 | $as_echo "no" >&6; } | |
d7040cdb SE |
11990 | ;; |
11991 | esac | |
11992 | fi | |
11993 | ||
11994 | ||
11995 | ||
11996 | ||
11997 | ||
11998 | ||
11999 | ||
12000 | ||
12001 | ||
12002 | ||
12003 | ||
12004 | ||
12005 | # Report which library types will actually be built | |
81ecdfbb RW |
12006 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 |
12007 | $as_echo_n "checking if libtool supports shared libraries... " >&6; } | |
12008 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 | |
12009 | $as_echo "$can_build_shared" >&6; } | |
d7040cdb | 12010 | |
81ecdfbb RW |
12011 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 |
12012 | $as_echo_n "checking whether to build shared libraries... " >&6; } | |
d7040cdb SE |
12013 | test "$can_build_shared" = "no" && enable_shared=no |
12014 | ||
12015 | # On AIX, shared libraries and static libraries use the same namespace, and | |
12016 | # are all built from PIC. | |
12017 | case $host_os in | |
12018 | aix3*) | |
12019 | test "$enable_shared" = yes && enable_static=no | |
12020 | if test -n "$RANLIB"; then | |
12021 | archive_cmds="$archive_cmds~\$RANLIB \$lib" | |
12022 | postinstall_cmds='$RANLIB $lib' | |
12023 | fi | |
12024 | ;; | |
12025 | ||
e81819a5 | 12026 | aix[4-9]*) |
d7040cdb SE |
12027 | if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then |
12028 | test "$enable_shared" = yes && enable_static=no | |
12029 | fi | |
20e95c23 | 12030 | ;; |
d7040cdb | 12031 | esac |
81ecdfbb RW |
12032 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 |
12033 | $as_echo "$enable_shared" >&6; } | |
d7040cdb | 12034 | |
81ecdfbb RW |
12035 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 |
12036 | $as_echo_n "checking whether to build static libraries... " >&6; } | |
d7040cdb SE |
12037 | # Make sure either enable_shared or enable_static is yes. |
12038 | test "$enable_shared" = yes || enable_static=yes | |
81ecdfbb RW |
12039 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 |
12040 | $as_echo "$enable_static" >&6; } | |
d7040cdb SE |
12041 | |
12042 | ||
12043 | ||
12044 | ||
12045 | fi | |
12046 | ac_ext=c | |
12047 | ac_cpp='$CPP $CPPFLAGS' | |
12048 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
12049 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
12050 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
12051 | ||
12052 | CC="$lt_save_CC" | |
12053 | ||
12054 | ||
12055 | ||
12056 | ||
12057 | ||
12058 | ||
12059 | ||
12060 | ||
12061 | ||
12062 | ||
12063 | ||
12064 | ||
12065 | ||
81ecdfbb | 12066 | ac_config_commands="$ac_config_commands libtool" |
ce3c775b NC |
12067 | |
12068 | ||
12069 | ||
12070 | ||
12071 | # Only expand once: | |
12072 | ||
12073 | ||
12074 | ||
da2f07f1 JK |
12075 | # AC_PLUGINS setting $plugins is called by ACX_LARGEFILE. |
12076 | ||
3388710e JM |
12077 | # The tests for host and target for $enable_largefile require |
12078 | # canonical names. | |
12079 | ||
12080 | ||
12081 | ||
da2f07f1 JK |
12082 | # As the $enable_largefile decision depends on --enable-plugins we must set it |
12083 | # even in directories otherwise not depending on the $plugins option. | |
12084 | ||
5691d22d | 12085 | |
b879806f AM |
12086 | maybe_plugins=no |
12087 | for ac_header in dlfcn.h | |
12088 | do : | |
12089 | ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default | |
12090 | " | |
d0ac1c44 | 12091 | if test "x$ac_cv_header_dlfcn_h" = xyes; then : |
b879806f AM |
12092 | cat >>confdefs.h <<_ACEOF |
12093 | #define HAVE_DLFCN_H 1 | |
12094 | _ACEOF | |
12095 | maybe_plugins=yes | |
12096 | fi | |
12097 | ||
12098 | done | |
12099 | ||
12100 | for ac_header in windows.h | |
12101 | do : | |
12102 | ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default | |
12103 | " | |
d0ac1c44 | 12104 | if test "x$ac_cv_header_windows_h" = xyes; then : |
b879806f AM |
12105 | cat >>confdefs.h <<_ACEOF |
12106 | #define HAVE_WINDOWS_H 1 | |
12107 | _ACEOF | |
12108 | maybe_plugins=yes | |
12109 | fi | |
12110 | ||
12111 | done | |
12112 | ||
12113 | ||
12114 | # Check whether --enable-plugins was given. | |
81ecdfbb RW |
12115 | if test "${enable_plugins+set}" = set; then : |
12116 | enableval=$enable_plugins; case "${enableval}" in | |
b879806f AM |
12117 | no) plugins=no ;; |
12118 | *) plugins=yes | |
12119 | if test "$maybe_plugins" != "yes" ; then | |
d0ac1c44 | 12120 | as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5 |
b879806f AM |
12121 | fi ;; |
12122 | esac | |
ce3c775b | 12123 | else |
b879806f AM |
12124 | plugins=$maybe_plugins |
12125 | ||
81ecdfbb | 12126 | fi |
ce3c775b | 12127 | |
2974be62 | 12128 | if test "$plugins" = "yes"; then |
3cba8b6c L |
12129 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5 |
12130 | $as_echo_n "checking for library containing dlsym... " >&6; } | |
d0ac1c44 | 12131 | if ${ac_cv_search_dlsym+:} false; then : |
2974be62 AM |
12132 | $as_echo_n "(cached) " >&6 |
12133 | else | |
12134 | ac_func_search_save_LIBS=$LIBS | |
12135 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
12136 | /* end confdefs.h. */ | |
12137 | ||
12138 | /* Override any GCC internal prototype to avoid an error. | |
12139 | Use char because int might match the return type of a GCC | |
12140 | builtin and then its argument prototype would still apply. */ | |
12141 | #ifdef __cplusplus | |
12142 | extern "C" | |
12143 | #endif | |
3cba8b6c | 12144 | char dlsym (); |
2974be62 AM |
12145 | int |
12146 | main () | |
12147 | { | |
3cba8b6c | 12148 | return dlsym (); |
2974be62 AM |
12149 | ; |
12150 | return 0; | |
12151 | } | |
12152 | _ACEOF | |
12153 | for ac_lib in '' dl; do | |
12154 | if test -z "$ac_lib"; then | |
12155 | ac_res="none required" | |
12156 | else | |
12157 | ac_res=-l$ac_lib | |
12158 | LIBS="-l$ac_lib $ac_func_search_save_LIBS" | |
12159 | fi | |
12160 | if ac_fn_c_try_link "$LINENO"; then : | |
3cba8b6c | 12161 | ac_cv_search_dlsym=$ac_res |
2974be62 AM |
12162 | fi |
12163 | rm -f core conftest.err conftest.$ac_objext \ | |
12164 | conftest$ac_exeext | |
d0ac1c44 | 12165 | if ${ac_cv_search_dlsym+:} false; then : |
2974be62 AM |
12166 | break |
12167 | fi | |
12168 | done | |
d0ac1c44 | 12169 | if ${ac_cv_search_dlsym+:} false; then : |
2974be62 AM |
12170 | |
12171 | else | |
3cba8b6c | 12172 | ac_cv_search_dlsym=no |
2974be62 AM |
12173 | fi |
12174 | rm conftest.$ac_ext | |
12175 | LIBS=$ac_func_search_save_LIBS | |
12176 | fi | |
3cba8b6c L |
12177 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5 |
12178 | $as_echo "$ac_cv_search_dlsym" >&6; } | |
12179 | ac_res=$ac_cv_search_dlsym | |
2974be62 AM |
12180 | if test "$ac_res" != no; then : |
12181 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | |
12182 | ||
12183 | fi | |
12184 | ||
12185 | fi | |
ce3c775b | 12186 | |
5691d22d | 12187 | |
da2f07f1 | 12188 | case "${host}" in |
ce3c775b NC |
12189 | sparc-*-solaris*|i[3-7]86-*-solaris*) |
12190 | # On native 32bit sparc and ia32 solaris, large-file and procfs support | |
da2f07f1 | 12191 | # are mutually exclusive; and without procfs support, the bfd/ elf module |
ce3c775b NC |
12192 | # cannot provide certain routines such as elfcore_write_prpsinfo |
12193 | # or elfcore_write_prstatus. So unless the user explicitly requested | |
12194 | # large-file support through the --enable-largefile switch, disable | |
12195 | # large-file support in favor of procfs support. | |
da2f07f1 JK |
12196 | test "${target}" = "${host}" -a "x$plugins" = xno \ |
12197 | && : ${enable_largefile="no"} | |
ce3c775b NC |
12198 | ;; |
12199 | esac | |
12200 | ||
81ecdfbb RW |
12201 | # Check whether --enable-largefile was given. |
12202 | if test "${enable_largefile+set}" = set; then : | |
12203 | enableval=$enable_largefile; | |
12204 | fi | |
ce3c775b | 12205 | |
ce3c775b NC |
12206 | if test "$enable_largefile" != no; then |
12207 | ||
81ecdfbb RW |
12208 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 |
12209 | $as_echo_n "checking for special C compiler options needed for large files... " >&6; } | |
d0ac1c44 | 12210 | if ${ac_cv_sys_largefile_CC+:} false; then : |
81ecdfbb | 12211 | $as_echo_n "(cached) " >&6 |
ce3c775b NC |
12212 | else |
12213 | ac_cv_sys_largefile_CC=no | |
12214 | if test "$GCC" != yes; then | |
12215 | ac_save_CC=$CC | |
12216 | while :; do | |
81ecdfbb RW |
12217 | # IRIX 6.2 and later do not support large files by default, |
12218 | # so use the C compiler's -n32 option if that helps. | |
12219 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
ce3c775b NC |
12220 | /* end confdefs.h. */ |
12221 | #include <sys/types.h> | |
12222 | /* Check that off_t can represent 2**63 - 1 correctly. | |
12223 | We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
12224 | since some C++ compilers masquerading as C compilers | |
12225 | incorrectly reject 9223372036854775807. */ | |
e0b2a78c | 12226 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) |
ce3c775b NC |
12227 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 |
12228 | && LARGE_OFF_T % 2147483647 == 1) | |
12229 | ? 1 : -1]; | |
12230 | int | |
12231 | main () | |
12232 | { | |
12233 | ||
12234 | ; | |
12235 | return 0; | |
12236 | } | |
12237 | _ACEOF | |
81ecdfbb | 12238 | if ac_fn_c_try_compile "$LINENO"; then : |
ce3c775b | 12239 | break |
ce3c775b | 12240 | fi |
81ecdfbb RW |
12241 | rm -f core conftest.err conftest.$ac_objext |
12242 | CC="$CC -n32" | |
12243 | if ac_fn_c_try_compile "$LINENO"; then : | |
ce3c775b | 12244 | ac_cv_sys_largefile_CC=' -n32'; break |
ce3c775b | 12245 | fi |
81ecdfbb | 12246 | rm -f core conftest.err conftest.$ac_objext |
ce3c775b NC |
12247 | break |
12248 | done | |
12249 | CC=$ac_save_CC | |
12250 | rm -f conftest.$ac_ext | |
12251 | fi | |
12252 | fi | |
81ecdfbb RW |
12253 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5 |
12254 | $as_echo "$ac_cv_sys_largefile_CC" >&6; } | |
ce3c775b NC |
12255 | if test "$ac_cv_sys_largefile_CC" != no; then |
12256 | CC=$CC$ac_cv_sys_largefile_CC | |
12257 | fi | |
12258 | ||
81ecdfbb RW |
12259 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 |
12260 | $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } | |
d0ac1c44 | 12261 | if ${ac_cv_sys_file_offset_bits+:} false; then : |
81ecdfbb | 12262 | $as_echo_n "(cached) " >&6 |
ce3c775b NC |
12263 | else |
12264 | while :; do | |
81ecdfbb | 12265 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
ce3c775b NC |
12266 | /* end confdefs.h. */ |
12267 | #include <sys/types.h> | |
12268 | /* Check that off_t can represent 2**63 - 1 correctly. | |
12269 | We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
12270 | since some C++ compilers masquerading as C compilers | |
12271 | incorrectly reject 9223372036854775807. */ | |
e0b2a78c | 12272 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) |
ce3c775b NC |
12273 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 |
12274 | && LARGE_OFF_T % 2147483647 == 1) | |
12275 | ? 1 : -1]; | |
12276 | int | |
12277 | main () | |
12278 | { | |
12279 | ||
12280 | ; | |
12281 | return 0; | |
12282 | } | |
12283 | _ACEOF | |
81ecdfbb RW |
12284 | if ac_fn_c_try_compile "$LINENO"; then : |
12285 | ac_cv_sys_file_offset_bits=no; break | |
ce3c775b | 12286 | fi |
81ecdfbb RW |
12287 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
12288 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
ce3c775b NC |
12289 | /* end confdefs.h. */ |
12290 | #define _FILE_OFFSET_BITS 64 | |
12291 | #include <sys/types.h> | |
12292 | /* Check that off_t can represent 2**63 - 1 correctly. | |
12293 | We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
12294 | since some C++ compilers masquerading as C compilers | |
12295 | incorrectly reject 9223372036854775807. */ | |
e0b2a78c | 12296 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) |
ce3c775b NC |
12297 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 |
12298 | && LARGE_OFF_T % 2147483647 == 1) | |
12299 | ? 1 : -1]; | |
12300 | int | |
12301 | main () | |
12302 | { | |
12303 | ||
12304 | ; | |
12305 | return 0; | |
12306 | } | |
12307 | _ACEOF | |
81ecdfbb | 12308 | if ac_fn_c_try_compile "$LINENO"; then : |
ce3c775b | 12309 | ac_cv_sys_file_offset_bits=64; break |
ce3c775b | 12310 | fi |
81ecdfbb RW |
12311 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
12312 | ac_cv_sys_file_offset_bits=unknown | |
ce3c775b NC |
12313 | break |
12314 | done | |
12315 | fi | |
81ecdfbb RW |
12316 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5 |
12317 | $as_echo "$ac_cv_sys_file_offset_bits" >&6; } | |
12318 | case $ac_cv_sys_file_offset_bits in #( | |
12319 | no | unknown) ;; | |
12320 | *) | |
ce3c775b NC |
12321 | cat >>confdefs.h <<_ACEOF |
12322 | #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits | |
12323 | _ACEOF | |
81ecdfbb RW |
12324 | ;; |
12325 | esac | |
12326 | rm -rf conftest* | |
12327 | if test $ac_cv_sys_file_offset_bits = unknown; then | |
12328 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 | |
12329 | $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } | |
d0ac1c44 | 12330 | if ${ac_cv_sys_large_files+:} false; then : |
81ecdfbb | 12331 | $as_echo_n "(cached) " >&6 |
ce3c775b NC |
12332 | else |
12333 | while :; do | |
81ecdfbb | 12334 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
ce3c775b NC |
12335 | /* end confdefs.h. */ |
12336 | #include <sys/types.h> | |
12337 | /* Check that off_t can represent 2**63 - 1 correctly. | |
12338 | We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
12339 | since some C++ compilers masquerading as C compilers | |
12340 | incorrectly reject 9223372036854775807. */ | |
e0b2a78c | 12341 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) |
ce3c775b NC |
12342 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 |
12343 | && LARGE_OFF_T % 2147483647 == 1) | |
12344 | ? 1 : -1]; | |
12345 | int | |
12346 | main () | |
12347 | { | |
12348 | ||
12349 | ; | |
12350 | return 0; | |
12351 | } | |
12352 | _ACEOF | |
81ecdfbb RW |
12353 | if ac_fn_c_try_compile "$LINENO"; then : |
12354 | ac_cv_sys_large_files=no; break | |
ce3c775b | 12355 | fi |
81ecdfbb RW |
12356 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
12357 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
ce3c775b NC |
12358 | /* end confdefs.h. */ |
12359 | #define _LARGE_FILES 1 | |
12360 | #include <sys/types.h> | |
12361 | /* Check that off_t can represent 2**63 - 1 correctly. | |
12362 | We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
12363 | since some C++ compilers masquerading as C compilers | |
12364 | incorrectly reject 9223372036854775807. */ | |
e0b2a78c | 12365 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) |
ce3c775b NC |
12366 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 |
12367 | && LARGE_OFF_T % 2147483647 == 1) | |
12368 | ? 1 : -1]; | |
12369 | int | |
12370 | main () | |
12371 | { | |
d7040cdb | 12372 | |
ce3c775b NC |
12373 | ; |
12374 | return 0; | |
12375 | } | |
12376 | _ACEOF | |
81ecdfbb | 12377 | if ac_fn_c_try_compile "$LINENO"; then : |
ce3c775b | 12378 | ac_cv_sys_large_files=1; break |
ce3c775b | 12379 | fi |
81ecdfbb RW |
12380 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
12381 | ac_cv_sys_large_files=unknown | |
ce3c775b NC |
12382 | break |
12383 | done | |
12384 | fi | |
81ecdfbb RW |
12385 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5 |
12386 | $as_echo "$ac_cv_sys_large_files" >&6; } | |
12387 | case $ac_cv_sys_large_files in #( | |
12388 | no | unknown) ;; | |
12389 | *) | |
ce3c775b NC |
12390 | cat >>confdefs.h <<_ACEOF |
12391 | #define _LARGE_FILES $ac_cv_sys_large_files | |
12392 | _ACEOF | |
81ecdfbb RW |
12393 | ;; |
12394 | esac | |
12395 | rm -rf conftest* | |
12396 | fi | |
d0ac1c44 SM |
12397 | |
12398 | ||
ce3c775b | 12399 | fi |
d7040cdb SE |
12400 | |
12401 | ||
da2f07f1 JK |
12402 | |
12403 | if test "$plugins" = "yes"; then | |
12404 | PLUGINS_TRUE= | |
12405 | PLUGINS_FALSE='#' | |
12406 | else | |
12407 | PLUGINS_TRUE='#' | |
12408 | PLUGINS_FALSE= | |
12409 | fi | |
12410 | ||
12411 | ||
81ecdfbb RW |
12412 | # Check whether --enable-64-bit-bfd was given. |
12413 | if test "${enable_64_bit_bfd+set}" = set; then : | |
12414 | enableval=$enable_64_bit_bfd; case "${enableval}" in | |
d7040cdb SE |
12415 | yes) want64=true ;; |
12416 | no) want64=false ;; | |
d0ac1c44 | 12417 | *) as_fn_error $? "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;; |
d7040cdb SE |
12418 | esac |
12419 | else | |
12420 | want64=false | |
81ecdfbb RW |
12421 | fi |
12422 | ||
12423 | # Check whether --enable-targets was given. | |
12424 | if test "${enable_targets+set}" = set; then : | |
12425 | enableval=$enable_targets; case "${enableval}" in | |
d0ac1c44 | 12426 | yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5 |
d7040cdb SE |
12427 | ;; |
12428 | no) enable_targets= ;; | |
12429 | *) enable_targets=$enableval ;; | |
12430 | esac | |
81ecdfbb | 12431 | fi |
504b7d20 | 12432 | |
e6cc316a L |
12433 | # Check whether --enable-64_bit_archive was given. |
12434 | if test "${enable_64_bit_archive+set}" = set; then : | |
12435 | enableval=$enable_64_bit_archive; case "${enableval}" in | |
12436 | yes) want_64_bit_archive=true ;; | |
12437 | no) want_64_bit_archive=false ;; | |
d0ac1c44 | 12438 | *) as_fn_error $? "bad value ${enableval} for 64-bit-archive option" "$LINENO" 5 ;; |
e6cc316a L |
12439 | esac |
12440 | else | |
12441 | want_64_bit_archive=unset | |
12442 | fi | |
12443 | ||
81ecdfbb RW |
12444 | |
12445 | # Check whether --with-mmap was given. | |
12446 | if test "${with_mmap+set}" = set; then : | |
12447 | withval=$with_mmap; case "${withval}" in | |
d7040cdb SE |
12448 | yes) want_mmap=true ;; |
12449 | no) want_mmap=false ;; | |
d0ac1c44 | 12450 | *) as_fn_error $? "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;; |
20e95c23 | 12451 | esac |
252b5132 | 12452 | else |
d7040cdb | 12453 | want_mmap=false |
81ecdfbb RW |
12454 | fi |
12455 | ||
12456 | # Check whether --enable-secureplt was given. | |
12457 | if test "${enable_secureplt+set}" = set; then : | |
12458 | enableval=$enable_secureplt; case "${enableval}" in | |
d7040cdb SE |
12459 | yes) use_secureplt=true ;; |
12460 | no) use_secureplt=false ;; | |
d0ac1c44 | 12461 | *) as_fn_error $? "bad value ${enableval} for secureplt option" "$LINENO" 5 ;; |
d7040cdb | 12462 | esac |
252b5132 | 12463 | else |
cc75d373 | 12464 | use_secureplt=true |
81ecdfbb RW |
12465 | fi |
12466 | if test $use_secureplt = true; then | |
d7040cdb | 12467 | |
81ecdfbb | 12468 | $as_echo "#define USE_SECUREPLT 1" >>confdefs.h |
5464f5a1 | 12469 | |
252b5132 | 12470 | fi |
20e95c23 | 12471 | |
f6aec96d L |
12472 | # Decide if -z separate-code should be enabled in ELF linker by default. |
12473 | ac_default_ld_z_separate_code=unset | |
12474 | # Check whether --enable-separate-code was given. | |
12475 | if test "${enable_separate_code+set}" = set; then : | |
12476 | enableval=$enable_separate_code; case "${enableval}" in | |
12477 | yes) ac_default_ld_z_separate_code=1 ;; | |
12478 | no) ac_default_ld_z_separate_code=0 ;; | |
12479 | esac | |
12480 | fi | |
12481 | ||
12482 | # Enable -z separate-code by default for Linux/x86. | |
12483 | case "${target}" in | |
872899f1 | 12484 | i[3-7]86-*-linux-* | x86_64-*-linux-*) |
f6aec96d L |
12485 | if test ${ac_default_ld_z_separate_code} = unset; then |
12486 | ac_default_ld_z_separate_code=1 | |
12487 | fi | |
12488 | ;; | |
12489 | esac | |
12490 | if test "${ac_default_ld_z_separate_code}" = unset; then | |
12491 | ac_default_ld_z_separate_code=0 | |
12492 | fi | |
12493 | ||
12494 | cat >>confdefs.h <<_ACEOF | |
12495 | #define DEFAULT_LD_Z_SEPARATE_CODE $ac_default_ld_z_separate_code | |
12496 | _ACEOF | |
12497 | ||
12498 | ||
ef72a554 KT |
12499 | # Check whether --enable-leading-mingw64-underscores was given. |
12500 | if test "${enable_leading_mingw64_underscores+set}" = set; then : | |
12501 | enableval=$enable_leading_mingw64_underscores; | |
12502 | fi | |
12503 | ||
12504 | if test x"$enable_leading_mingw64_underscores" = xyes ; then : | |
12505 | ||
12506 | $as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h | |
12507 | ||
12508 | fi | |
12509 | ||
0d4a1476 AS |
12510 | DEBUGDIR=${libdir}/debug |
12511 | ||
81ecdfbb RW |
12512 | # Check whether --with-separate-debug-dir was given. |
12513 | if test "${with_separate_debug_dir+set}" = set; then : | |
12514 | withval=$with_separate_debug_dir; DEBUGDIR="${withval}" | |
12515 | fi | |
12516 | ||
0d4a1476 AS |
12517 | |
12518 | ||
504b7d20 | 12519 | |
d7040cdb | 12520 | |
81ecdfbb RW |
12521 | # Check whether --with-pkgversion was given. |
12522 | if test "${with_pkgversion+set}" = set; then : | |
12523 | withval=$with_pkgversion; case "$withval" in | |
d0ac1c44 | 12524 | yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;; |
d7040cdb SE |
12525 | no) PKGVERSION= ;; |
12526 | *) PKGVERSION="($withval) " ;; | |
12527 | esac | |
252b5132 | 12528 | else |
d7040cdb | 12529 | PKGVERSION="(GNU Binutils) " |
252b5132 | 12530 | |
81ecdfbb RW |
12531 | fi |
12532 | ||
20e95c23 DJ |
12533 | |
12534 | ||
5464f5a1 | 12535 | |
20e95c23 | 12536 | |
81ecdfbb RW |
12537 | # Check whether --with-bugurl was given. |
12538 | if test "${with_bugurl+set}" = set; then : | |
12539 | withval=$with_bugurl; case "$withval" in | |
d0ac1c44 | 12540 | yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;; |
d7040cdb SE |
12541 | no) BUGURL= |
12542 | ;; | |
12543 | *) BUGURL="$withval" | |
12544 | ;; | |
12545 | esac | |
252b5132 | 12546 | else |
d7040cdb SE |
12547 | BUGURL="http://www.sourceware.org/bugzilla/" |
12548 | ||
81ecdfbb RW |
12549 | fi |
12550 | ||
d7040cdb SE |
12551 | case ${BUGURL} in |
12552 | "") | |
12553 | REPORT_BUGS_TO= | |
12554 | REPORT_BUGS_TEXI= | |
20e95c23 DJ |
12555 | ;; |
12556 | *) | |
d7040cdb SE |
12557 | REPORT_BUGS_TO="<$BUGURL>" |
12558 | REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`} | |
20e95c23 | 12559 | ;; |
d7040cdb SE |
12560 | esac; |
12561 | ||
12562 | ||
12563 | ||
12564 | ||
12565 | ||
270c9937 JB |
12566 | # Set the 'development' global. |
12567 | . $srcdir/../bfd/development.sh | |
12568 | ||
c5da1932 VZ |
12569 | # Set acp_cpp_for_build variable |
12570 | ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD" | |
12571 | ||
9780e045 | 12572 | # Default set of GCC warnings to enable. |
d1a98e0c | 12573 | GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes" |
c5da1932 | 12574 | GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes" |
9780e045 NC |
12575 | |
12576 | # Add -Wshadow if the compiler is a sufficiently recent version of GCC. | |
d1a98e0c AM |
12577 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
12578 | /* end confdefs.h. */ | |
12579 | __GNUC__ | |
12580 | _ACEOF | |
12581 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
3107326d | 12582 | $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then : |
d1a98e0c AM |
12583 | |
12584 | else | |
12585 | GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow" | |
12586 | fi | |
12587 | rm -f conftest* | |
12588 | ||
d7040cdb | 12589 | |
9780e045 NC |
12590 | # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC. |
12591 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
12592 | /* end confdefs.h. */ | |
12593 | __GNUC__ | |
12594 | _ACEOF | |
12595 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
3107326d | 12596 | $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then : |
9780e045 NC |
12597 | |
12598 | else | |
12599 | GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144" | |
12600 | fi | |
12601 | rm -f conftest* | |
12602 | ||
12603 | ||
6757cf57 TS |
12604 | # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings. |
12605 | WARN_WRITE_STRINGS="" | |
12606 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
12607 | /* end confdefs.h. */ | |
12608 | __GNUC__ | |
12609 | _ACEOF | |
12610 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
3107326d | 12611 | $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then : |
6757cf57 TS |
12612 | |
12613 | else | |
12614 | WARN_WRITE_STRINGS="-Wwrite-strings" | |
12615 | fi | |
12616 | rm -f conftest* | |
12617 | ||
9780e045 | 12618 | |
96fe4562 | 12619 | # Verify CC_FOR_BUILD to be compatible with warning flags |
c5da1932 VZ |
12620 | |
12621 | # Add -Wshadow if the compiler is a sufficiently recent version of GCC. | |
12622 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
12623 | /* end confdefs.h. */ | |
12624 | __GNUC__ | |
12625 | _ACEOF | |
12626 | if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 | | |
3107326d | 12627 | $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then : |
c5da1932 VZ |
12628 | |
12629 | else | |
12630 | GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow" | |
12631 | fi | |
12632 | rm -f conftest* | |
12633 | ||
12634 | ||
12635 | # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC. | |
12636 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
12637 | /* end confdefs.h. */ | |
12638 | __GNUC__ | |
12639 | _ACEOF | |
12640 | if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 | | |
3107326d | 12641 | $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then : |
c5da1932 VZ |
12642 | |
12643 | else | |
12644 | GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144" | |
12645 | fi | |
12646 | rm -f conftest* | |
12647 | ||
12648 | ||
81ecdfbb RW |
12649 | # Check whether --enable-werror was given. |
12650 | if test "${enable_werror+set}" = set; then : | |
12651 | enableval=$enable_werror; case "${enableval}" in | |
d7040cdb SE |
12652 | yes | y) ERROR_ON_WARNING="yes" ;; |
12653 | no | n) ERROR_ON_WARNING="no" ;; | |
d0ac1c44 | 12654 | *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;; |
d7040cdb | 12655 | esac |
81ecdfbb RW |
12656 | fi |
12657 | ||
d7040cdb | 12658 | |
d1a98e0c | 12659 | # Disable -Wformat by default when using gcc on mingw |
bb8541b9 L |
12660 | case "${host}" in |
12661 | *-*-mingw32*) | |
12662 | if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then | |
12663 | GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format" | |
c5da1932 | 12664 | GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format" |
bb8541b9 L |
12665 | fi |
12666 | ;; | |
12667 | *) ;; | |
12668 | esac | |
12669 | ||
270c9937 JB |
12670 | # Enable -Werror by default when using gcc. Turn it off for releases. |
12671 | if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then | |
d7040cdb SE |
12672 | ERROR_ON_WARNING=yes |
12673 | fi | |
12674 | ||
12675 | NO_WERROR= | |
12676 | if test "${ERROR_ON_WARNING}" = yes ; then | |
9780e045 | 12677 | GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror" |
c5da1932 | 12678 | GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror" |
d7040cdb SE |
12679 | NO_WERROR="-Wno-error" |
12680 | fi | |
12681 | ||
12682 | if test "${GCC}" = yes ; then | |
12683 | WARN_CFLAGS="${GCC_WARN_CFLAGS}" | |
c5da1932 | 12684 | WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}" |
d7040cdb SE |
12685 | fi |
12686 | ||
81ecdfbb RW |
12687 | # Check whether --enable-build-warnings was given. |
12688 | if test "${enable_build_warnings+set}" = set; then : | |
12689 | enableval=$enable_build_warnings; case "${enableval}" in | |
c5da1932 VZ |
12690 | yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}" |
12691 | WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";; | |
d7040cdb SE |
12692 | no) if test "${GCC}" = yes ; then |
12693 | WARN_CFLAGS="-w" | |
c5da1932 | 12694 | WARN_CFLAGS_FOR_BUILD="-w" |
d7040cdb SE |
12695 | fi;; |
12696 | ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"` | |
c5da1932 VZ |
12697 | WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}" |
12698 | WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";; | |
d7040cdb | 12699 | *,) t=`echo "${enableval}" | sed -e "s/,/ /g"` |
c5da1932 VZ |
12700 | WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}" |
12701 | WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";; | |
12702 | *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"` | |
12703 | WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;; | |
20e95c23 | 12704 | esac |
81ecdfbb RW |
12705 | fi |
12706 | ||
d7040cdb SE |
12707 | |
12708 | if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then | |
12709 | echo "Setting warning flags = $WARN_CFLAGS" 6>&1 | |
20e95c23 | 12710 | fi |
d7040cdb SE |
12711 | |
12712 | ||
12713 | ||
12714 | ||
12715 | ||
6757cf57 | 12716 | |
c5da1932 | 12717 | |
81ecdfbb | 12718 | ac_config_headers="$ac_config_headers config.h:config.in" |
d7040cdb SE |
12719 | |
12720 | ||
df7b86aa NC |
12721 | # PR 14072 |
12722 | ||
12723 | ||
d7040cdb | 12724 | if test -z "$target" ; then |
d0ac1c44 | 12725 | as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5 |
20e95c23 DJ |
12726 | fi |
12727 | ||
81ecdfbb RW |
12728 | |
12729 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 | |
12730 | $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } | |
12731 | # Check whether --enable-maintainer-mode was given. | |
12732 | if test "${enable_maintainer_mode+set}" = set; then : | |
12733 | enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval | |
d7040cdb SE |
12734 | else |
12735 | USE_MAINTAINER_MODE=no | |
81ecdfbb | 12736 | fi |
20e95c23 | 12737 | |
81ecdfbb RW |
12738 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 |
12739 | $as_echo "$USE_MAINTAINER_MODE" >&6; } | |
12740 | if test $USE_MAINTAINER_MODE = yes; then | |
d7040cdb SE |
12741 | MAINTAINER_MODE_TRUE= |
12742 | MAINTAINER_MODE_FALSE='#' | |
12743 | else | |
12744 | MAINTAINER_MODE_TRUE='#' | |
12745 | MAINTAINER_MODE_FALSE= | |
6be7c12c | 12746 | fi |
5464f5a1 | 12747 | |
d7040cdb SE |
12748 | MAINT=$MAINTAINER_MODE_TRUE |
12749 | ||
12750 | ||
81ecdfbb | 12751 | if false; then |
d7040cdb SE |
12752 | GENINSRC_NEVER_TRUE= |
12753 | GENINSRC_NEVER_FALSE='#' | |
20e95c23 | 12754 | else |
d7040cdb SE |
12755 | GENINSRC_NEVER_TRUE='#' |
12756 | GENINSRC_NEVER_FALSE= | |
5464f5a1 | 12757 | fi |
5464f5a1 | 12758 | |
d7040cdb SE |
12759 | case ${build_alias} in |
12760 | "") build_noncanonical=${build} ;; | |
12761 | *) build_noncanonical=${build_alias} ;; | |
20e95c23 | 12762 | esac |
d7040cdb SE |
12763 | |
12764 | case ${host_alias} in | |
12765 | "") host_noncanonical=${build_noncanonical} ;; | |
12766 | *) host_noncanonical=${host_alias} ;; | |
12767 | esac | |
12768 | ||
12769 | case ${target_alias} in | |
12770 | "") target_noncanonical=${host_noncanonical} ;; | |
12771 | *) target_noncanonical=${target_alias} ;; | |
12772 | esac | |
12773 | ||
81ecdfbb RW |
12774 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5 |
12775 | $as_echo_n "checking whether to install libbfd... " >&6; } | |
12776 | # Check whether --enable-install-libbfd was given. | |
12777 | if test "${enable_install_libbfd+set}" = set; then : | |
12778 | enableval=$enable_install_libbfd; install_libbfd_p=$enableval | |
252b5132 | 12779 | else |
d7040cdb SE |
12780 | if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then |
12781 | install_libbfd_p=yes | |
12782 | else | |
12783 | install_libbfd_p=no | |
12784 | fi | |
81ecdfbb | 12785 | fi |
d7040cdb | 12786 | |
81ecdfbb RW |
12787 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5 |
12788 | $as_echo "$install_libbfd_p" >&6; } | |
12789 | if test $install_libbfd_p = yes; then | |
d7040cdb SE |
12790 | INSTALL_LIBBFD_TRUE= |
12791 | INSTALL_LIBBFD_FALSE='#' | |
12792 | else | |
12793 | INSTALL_LIBBFD_TRUE='#' | |
12794 | INSTALL_LIBBFD_FALSE= | |
5464f5a1 | 12795 | fi |
5464f5a1 | 12796 | |
d7040cdb | 12797 | # Need _noncanonical variables for this. |
5464f5a1 | 12798 | |
5464f5a1 | 12799 | |
d7040cdb SE |
12800 | |
12801 | ||
12802 | # libbfd.a is a host library containing target dependent code | |
12803 | bfdlibdir='$(libdir)' | |
12804 | bfdincludedir='$(includedir)' | |
12805 | if test "${host}" != "${target}"; then | |
12806 | bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib' | |
12807 | bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include' | |
20e95c23 | 12808 | fi |
6be7c12c | 12809 | |
5464f5a1 | 12810 | |
5464f5a1 NN |
12811 | |
12812 | ||
5464f5a1 | 12813 | |
ac48eca1 | 12814 | |
573e8a1c RW |
12815 | |
12816 | ||
d7040cdb SE |
12817 | host64=false |
12818 | target64=false | |
12819 | bfd_default_target_size=32 | |
252b5132 | 12820 | |
d7040cdb | 12821 | # host stuff: |
20e95c23 | 12822 | |
293b4d4f | 12823 | ALL_LINGUAS="da es fi fr hr id ja ro ru rw sr sv tr uk vi zh_CN pt" |
d7040cdb SE |
12824 | # If we haven't got the data from the intl directory, |
12825 | # assume NLS is disabled. | |
12826 | USE_NLS=no | |
12827 | LIBINTL= | |
12828 | LIBINTL_DEP= | |
12829 | INCINTL= | |
12830 | XGETTEXT= | |
12831 | GMSGFMT= | |
12832 | POSUB= | |
12833 | ||
12834 | if test -f ../intl/config.intl; then | |
12835 | . ../intl/config.intl | |
252b5132 | 12836 | fi |
81ecdfbb RW |
12837 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 |
12838 | $as_echo_n "checking whether NLS is requested... " >&6; } | |
d7040cdb | 12839 | if test x"$USE_NLS" != xyes; then |
81ecdfbb RW |
12840 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
12841 | $as_echo "no" >&6; } | |
d7040cdb | 12842 | else |
81ecdfbb RW |
12843 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
12844 | $as_echo "yes" >&6; } | |
5464f5a1 | 12845 | |
81ecdfbb | 12846 | $as_echo "#define ENABLE_NLS 1" >>confdefs.h |
252b5132 | 12847 | |
6be7c12c | 12848 | |
81ecdfbb RW |
12849 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5 |
12850 | $as_echo_n "checking for catalogs to be installed... " >&6; } | |
d7040cdb SE |
12851 | # Look for .po and .gmo files in the source directory. |
12852 | CATALOGS= | |
12853 | XLINGUAS= | |
12854 | for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do | |
12855 | # If there aren't any .gmo files the shell will give us the | |
12856 | # literal string "../path/to/srcdir/po/*.gmo" which has to be | |
12857 | # weeded out. | |
12858 | case "$cat" in *\**) | |
12859 | continue;; | |
12860 | esac | |
12861 | # The quadruple backslash is collapsed to a double backslash | |
12862 | # by the backticks, then collapsed again by the double quotes, | |
12863 | # leaving us with one backslash in the sed expression (right | |
12864 | # before the dot that mustn't act as a wildcard). | |
12865 | cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"` | |
12866 | lang=`echo $cat | sed -e "s!\\\\.gmo!!"` | |
12867 | # The user is allowed to set LINGUAS to a list of languages to | |
12868 | # install catalogs for. If it's empty that means "all of them." | |
12869 | if test "x$LINGUAS" = x; then | |
12870 | CATALOGS="$CATALOGS $cat" | |
12871 | XLINGUAS="$XLINGUAS $lang" | |
12872 | else | |
12873 | case "$LINGUAS" in *$lang*) | |
12874 | CATALOGS="$CATALOGS $cat" | |
12875 | XLINGUAS="$XLINGUAS $lang" | |
12876 | ;; | |
12877 | esac | |
12878 | fi | |
12879 | done | |
12880 | LINGUAS="$XLINGUAS" | |
81ecdfbb RW |
12881 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5 |
12882 | $as_echo "$LINGUAS" >&6; } | |
d7040cdb | 12883 | |
252b5132 | 12884 | |
d7040cdb | 12885 | DATADIRNAME=share |
252b5132 | 12886 | |
d7040cdb | 12887 | INSTOBJEXT=.mo |
5464f5a1 | 12888 | |
d7040cdb | 12889 | GENCAT=gencat |
20e95c23 | 12890 | |
d7040cdb | 12891 | CATOBJEXT=.gmo |
5464f5a1 | 12892 | |
20e95c23 | 12893 | fi |
5464f5a1 | 12894 | |
d7040cdb SE |
12895 | MKINSTALLDIRS= |
12896 | if test -n "$ac_aux_dir"; then | |
12897 | case "$ac_aux_dir" in | |
12898 | /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;; | |
12899 | *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;; | |
12900 | esac | |
12901 | fi | |
12902 | if test -z "$MKINSTALLDIRS"; then | |
12903 | MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" | |
5464f5a1 | 12904 | fi |
5464f5a1 | 12905 | |
5464f5a1 | 12906 | |
d7040cdb | 12907 | |
81ecdfbb RW |
12908 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 |
12909 | $as_echo_n "checking whether NLS is requested... " >&6; } | |
12910 | # Check whether --enable-nls was given. | |
12911 | if test "${enable_nls+set}" = set; then : | |
12912 | enableval=$enable_nls; USE_NLS=$enableval | |
252b5132 | 12913 | else |
d7040cdb | 12914 | USE_NLS=yes |
81ecdfbb RW |
12915 | fi |
12916 | ||
12917 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 | |
12918 | $as_echo "$USE_NLS" >&6; } | |
5464f5a1 | 12919 | |
252b5132 | 12920 | |
5464f5a1 | 12921 | |
252b5132 | 12922 | |
d7040cdb SE |
12923 | |
12924 | ||
12925 | # Prepare PATH_SEPARATOR. | |
12926 | # The user is always right. | |
12927 | if test "${PATH_SEPARATOR+set}" != set; then | |
12928 | echo "#! /bin/sh" >conf$$.sh | |
12929 | echo "exit 0" >>conf$$.sh | |
12930 | chmod +x conf$$.sh | |
12931 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
12932 | PATH_SEPARATOR=';' | |
20e95c23 | 12933 | else |
d7040cdb | 12934 | PATH_SEPARATOR=: |
20e95c23 | 12935 | fi |
d7040cdb SE |
12936 | rm -f conf$$.sh |
12937 | fi | |
12938 | ||
12939 | # Find out how to test for executable files. Don't use a zero-byte file, | |
12940 | # as systems may use methods other than mode bits to determine executability. | |
12941 | cat >conf$$.file <<_ASEOF | |
12942 | #! /bin/sh | |
12943 | exit 0 | |
12944 | _ASEOF | |
12945 | chmod +x conf$$.file | |
12946 | if test -x conf$$.file >/dev/null 2>&1; then | |
12947 | ac_executable_p="test -x" | |
20e95c23 | 12948 | else |
d7040cdb | 12949 | ac_executable_p="test -f" |
20e95c23 | 12950 | fi |
d7040cdb | 12951 | rm -f conf$$.file |
5464f5a1 | 12952 | |
d7040cdb SE |
12953 | # Extract the first word of "msgfmt", so it can be a program name with args. |
12954 | set dummy msgfmt; ac_word=$2 | |
81ecdfbb RW |
12955 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
12956 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 12957 | if ${ac_cv_path_MSGFMT+:} false; then : |
81ecdfbb | 12958 | $as_echo_n "(cached) " >&6 |
d7040cdb SE |
12959 | else |
12960 | case "$MSGFMT" in | |
12961 | [\\/]* | ?:[\\/]*) | |
12962 | ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. | |
12963 | ;; | |
12964 | *) | |
12965 | ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR | |
12966 | for ac_dir in $PATH; do | |
12967 | IFS="$ac_save_IFS" | |
12968 | test -z "$ac_dir" && ac_dir=. | |
12969 | for ac_exec_ext in '' $ac_executable_extensions; do | |
12970 | if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then | |
12971 | if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 && | |
12972 | (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then | |
12973 | ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext" | |
12974 | break 2 | |
12975 | fi | |
12976 | fi | |
12977 | done | |
12978 | done | |
12979 | IFS="$ac_save_IFS" | |
12980 | test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":" | |
12981 | ;; | |
12982 | esac | |
5464f5a1 | 12983 | fi |
d7040cdb SE |
12984 | MSGFMT="$ac_cv_path_MSGFMT" |
12985 | if test "$MSGFMT" != ":"; then | |
81ecdfbb RW |
12986 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 |
12987 | $as_echo "$MSGFMT" >&6; } | |
20e95c23 | 12988 | else |
81ecdfbb RW |
12989 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
12990 | $as_echo "no" >&6; } | |
252b5132 | 12991 | fi |
d7040cdb SE |
12992 | |
12993 | # Extract the first word of "gmsgfmt", so it can be a program name with args. | |
12994 | set dummy gmsgfmt; ac_word=$2 | |
81ecdfbb RW |
12995 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
12996 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 12997 | if ${ac_cv_path_GMSGFMT+:} false; then : |
81ecdfbb | 12998 | $as_echo_n "(cached) " >&6 |
252b5132 | 12999 | else |
d7040cdb SE |
13000 | case $GMSGFMT in |
13001 | [\\/]* | ?:[\\/]*) | |
13002 | ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. | |
13003 | ;; | |
13004 | *) | |
13005 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
13006 | for as_dir in $PATH | |
13007 | do | |
13008 | IFS=$as_save_IFS | |
13009 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 13010 | for ac_exec_ext in '' $ac_executable_extensions; do |
d0ac1c44 | 13011 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
d7040cdb | 13012 | ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" |
81ecdfbb | 13013 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb SE |
13014 | break 2 |
13015 | fi | |
13016 | done | |
81ecdfbb RW |
13017 | done |
13018 | IFS=$as_save_IFS | |
5464f5a1 | 13019 | |
d7040cdb SE |
13020 | test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" |
13021 | ;; | |
13022 | esac | |
252b5132 | 13023 | fi |
d7040cdb | 13024 | GMSGFMT=$ac_cv_path_GMSGFMT |
d7040cdb | 13025 | if test -n "$GMSGFMT"; then |
81ecdfbb RW |
13026 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 |
13027 | $as_echo "$GMSGFMT" >&6; } | |
252b5132 | 13028 | else |
81ecdfbb RW |
13029 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
13030 | $as_echo "no" >&6; } | |
252b5132 RH |
13031 | fi |
13032 | ||
20e95c23 DJ |
13033 | |
13034 | ||
81ecdfbb | 13035 | |
d7040cdb SE |
13036 | # Prepare PATH_SEPARATOR. |
13037 | # The user is always right. | |
13038 | if test "${PATH_SEPARATOR+set}" != set; then | |
13039 | echo "#! /bin/sh" >conf$$.sh | |
13040 | echo "exit 0" >>conf$$.sh | |
13041 | chmod +x conf$$.sh | |
13042 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
13043 | PATH_SEPARATOR=';' | |
13044 | else | |
13045 | PATH_SEPARATOR=: | |
13046 | fi | |
13047 | rm -f conf$$.sh | |
252b5132 | 13048 | fi |
20e95c23 | 13049 | |
d7040cdb SE |
13050 | # Find out how to test for executable files. Don't use a zero-byte file, |
13051 | # as systems may use methods other than mode bits to determine executability. | |
13052 | cat >conf$$.file <<_ASEOF | |
13053 | #! /bin/sh | |
13054 | exit 0 | |
13055 | _ASEOF | |
13056 | chmod +x conf$$.file | |
13057 | if test -x conf$$.file >/dev/null 2>&1; then | |
13058 | ac_executable_p="test -x" | |
13059 | else | |
13060 | ac_executable_p="test -f" | |
13061 | fi | |
13062 | rm -f conf$$.file | |
252b5132 | 13063 | |
d7040cdb SE |
13064 | # Extract the first word of "xgettext", so it can be a program name with args. |
13065 | set dummy xgettext; ac_word=$2 | |
81ecdfbb RW |
13066 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
13067 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 13068 | if ${ac_cv_path_XGETTEXT+:} false; then : |
81ecdfbb | 13069 | $as_echo_n "(cached) " >&6 |
20e95c23 | 13070 | else |
d7040cdb SE |
13071 | case "$XGETTEXT" in |
13072 | [\\/]* | ?:[\\/]*) | |
13073 | ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. | |
13074 | ;; | |
13075 | *) | |
13076 | ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR | |
13077 | for ac_dir in $PATH; do | |
13078 | IFS="$ac_save_IFS" | |
13079 | test -z "$ac_dir" && ac_dir=. | |
13080 | for ac_exec_ext in '' $ac_executable_extensions; do | |
13081 | if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then | |
13082 | if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && | |
13083 | (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 | |
13084 | ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext" | |
13085 | break 2 | |
13086 | fi | |
13087 | fi | |
13088 | done | |
13089 | done | |
13090 | IFS="$ac_save_IFS" | |
13091 | test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" | |
13092 | ;; | |
13093 | esac | |
13094 | fi | |
13095 | XGETTEXT="$ac_cv_path_XGETTEXT" | |
13096 | if test "$XGETTEXT" != ":"; then | |
81ecdfbb RW |
13097 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 |
13098 | $as_echo "$XGETTEXT" >&6; } | |
252b5132 | 13099 | else |
81ecdfbb RW |
13100 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
13101 | $as_echo "no" >&6; } | |
252b5132 RH |
13102 | fi |
13103 | ||
d7040cdb | 13104 | rm -f messages.po |
5464f5a1 | 13105 | |
252b5132 | 13106 | |
d7040cdb SE |
13107 | # Prepare PATH_SEPARATOR. |
13108 | # The user is always right. | |
13109 | if test "${PATH_SEPARATOR+set}" != set; then | |
13110 | echo "#! /bin/sh" >conf$$.sh | |
13111 | echo "exit 0" >>conf$$.sh | |
13112 | chmod +x conf$$.sh | |
13113 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
13114 | PATH_SEPARATOR=';' | |
13115 | else | |
13116 | PATH_SEPARATOR=: | |
13117 | fi | |
13118 | rm -f conf$$.sh | |
252b5132 RH |
13119 | fi |
13120 | ||
d7040cdb SE |
13121 | # Find out how to test for executable files. Don't use a zero-byte file, |
13122 | # as systems may use methods other than mode bits to determine executability. | |
13123 | cat >conf$$.file <<_ASEOF | |
13124 | #! /bin/sh | |
13125 | exit 0 | |
13126 | _ASEOF | |
13127 | chmod +x conf$$.file | |
13128 | if test -x conf$$.file >/dev/null 2>&1; then | |
13129 | ac_executable_p="test -x" | |
5464f5a1 | 13130 | else |
d7040cdb | 13131 | ac_executable_p="test -f" |
20e95c23 | 13132 | fi |
d7040cdb | 13133 | rm -f conf$$.file |
5464f5a1 | 13134 | |
d7040cdb SE |
13135 | # Extract the first word of "msgmerge", so it can be a program name with args. |
13136 | set dummy msgmerge; ac_word=$2 | |
81ecdfbb RW |
13137 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
13138 | $as_echo_n "checking for $ac_word... " >&6; } | |
d0ac1c44 | 13139 | if ${ac_cv_path_MSGMERGE+:} false; then : |
81ecdfbb | 13140 | $as_echo_n "(cached) " >&6 |
d7040cdb SE |
13141 | else |
13142 | case "$MSGMERGE" in | |
13143 | [\\/]* | ?:[\\/]*) | |
13144 | ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. | |
13145 | ;; | |
13146 | *) | |
13147 | ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR | |
13148 | for ac_dir in $PATH; do | |
13149 | IFS="$ac_save_IFS" | |
13150 | test -z "$ac_dir" && ac_dir=. | |
13151 | for ac_exec_ext in '' $ac_executable_extensions; do | |
13152 | if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then | |
13153 | if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then | |
13154 | ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext" | |
13155 | break 2 | |
13156 | fi | |
13157 | fi | |
13158 | done | |
13159 | done | |
13160 | IFS="$ac_save_IFS" | |
13161 | test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":" | |
13162 | ;; | |
13163 | esac | |
5464f5a1 | 13164 | fi |
d7040cdb SE |
13165 | MSGMERGE="$ac_cv_path_MSGMERGE" |
13166 | if test "$MSGMERGE" != ":"; then | |
81ecdfbb RW |
13167 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5 |
13168 | $as_echo "$MSGMERGE" >&6; } | |
20e95c23 | 13169 | else |
81ecdfbb RW |
13170 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
13171 | $as_echo "no" >&6; } | |
d7040cdb | 13172 | fi |
20e95c23 | 13173 | |
5464f5a1 | 13174 | |
d7040cdb SE |
13175 | if test "$GMSGFMT" != ":"; then |
13176 | if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 && | |
13177 | (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then | |
13178 | : ; | |
13179 | else | |
13180 | GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` | |
81ecdfbb RW |
13181 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5 |
13182 | $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; } | |
d7040cdb SE |
13183 | GMSGFMT=":" |
13184 | fi | |
13185 | fi | |
252b5132 | 13186 | |
d7040cdb SE |
13187 | if test "$XGETTEXT" != ":"; then |
13188 | if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && | |
13189 | (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 | |
13190 | : ; | |
13191 | else | |
81ecdfbb RW |
13192 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5 |
13193 | $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; } | |
d7040cdb SE |
13194 | XGETTEXT=":" |
13195 | fi | |
13196 | rm -f messages.po | |
13197 | fi | |
6be7c12c | 13198 | |
81ecdfbb | 13199 | ac_config_commands="$ac_config_commands default-1" |
5464f5a1 | 13200 | |
252b5132 | 13201 | |
5464f5a1 | 13202 | |
d7040cdb SE |
13203 | # Permit host specific settings. |
13204 | . ${srcdir}/configure.host | |
13205 | ||
13206 | ||
252b5132 | 13207 | |
252b5132 | 13208 | |
d7040cdb | 13209 | BFD_HOST_64BIT_LONG=0 |
d2df793a | 13210 | BFD_HOST_64BIT_LONG_LONG=0 |
d7040cdb SE |
13211 | BFD_HOST_64_BIT_DEFINED=0 |
13212 | BFD_HOST_64_BIT= | |
13213 | BFD_HOST_U_64_BIT= | |
d2df793a | 13214 | BFD_HOSTPTR_T="unsigned long" |
6be7c12c | 13215 | |
33c734b2 AM |
13216 | |
13217 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double" >&5 | |
13218 | $as_echo_n "checking for long double... " >&6; } | |
d0ac1c44 | 13219 | if ${ac_cv_type_long_double+:} false; then : |
33c734b2 AM |
13220 | $as_echo_n "(cached) " >&6 |
13221 | else | |
13222 | if test "$GCC" = yes; then | |
13223 | ac_cv_type_long_double=yes | |
13224 | else | |
13225 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
13226 | /* end confdefs.h. */ | |
13227 | /* The Stardent Vistra knows sizeof (long double), but does | |
13228 | not support it. */ | |
13229 | long double foo = 0.0L; | |
13230 | int | |
13231 | main () | |
13232 | { | |
13233 | static int test_array [1 - 2 * !(/* On Ultrix 4.3 cc, long double is 4 and double is 8. */ | |
13234 | sizeof (double) <= sizeof (long double))]; | |
d0ac1c44 SM |
13235 | test_array [0] = 0; |
13236 | return test_array [0]; | |
33c734b2 AM |
13237 | |
13238 | ; | |
13239 | return 0; | |
13240 | } | |
13241 | _ACEOF | |
13242 | if ac_fn_c_try_compile "$LINENO"; then : | |
13243 | ac_cv_type_long_double=yes | |
13244 | else | |
13245 | ac_cv_type_long_double=no | |
13246 | fi | |
13247 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
13248 | fi | |
13249 | fi | |
13250 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_double" >&5 | |
13251 | $as_echo "$ac_cv_type_long_double" >&6; } | |
13252 | if test $ac_cv_type_long_double = yes; then | |
13253 | ||
13254 | $as_echo "#define HAVE_LONG_DOUBLE 1" >>confdefs.h | |
13255 | ||
13256 | fi | |
13257 | ||
13258 | ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default" | |
d0ac1c44 | 13259 | if test "x$ac_cv_type_long_long" = xyes; then : |
33c734b2 AM |
13260 | |
13261 | cat >>confdefs.h <<_ACEOF | |
13262 | #define HAVE_LONG_LONG 1 | |
13263 | _ACEOF | |
13264 | ||
81ecdfbb RW |
13265 | # The cast to long int works around a bug in the HP C Compiler |
13266 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
13267 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
13268 | # This bug is HP SR number 8606223364. | |
13269 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5 | |
13270 | $as_echo_n "checking size of long long... " >&6; } | |
d0ac1c44 | 13271 | if ${ac_cv_sizeof_long_long+:} false; then : |
81ecdfbb | 13272 | $as_echo_n "(cached) " >&6 |
6726e1ea | 13273 | else |
81ecdfbb RW |
13274 | if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then : |
13275 | ||
13276 | else | |
13277 | if test "$ac_cv_type_long_long" = yes; then | |
13278 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
13279 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
d0ac1c44 SM |
13280 | as_fn_error 77 "cannot compute sizeof (long long) |
13281 | See \`config.log' for more details" "$LINENO" 5; } | |
81ecdfbb RW |
13282 | else |
13283 | ac_cv_sizeof_long_long=0 | |
13284 | fi | |
13285 | fi | |
13286 | ||
13287 | fi | |
13288 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5 | |
13289 | $as_echo "$ac_cv_sizeof_long_long" >&6; } | |
13290 | ||
13291 | ||
13292 | ||
13293 | cat >>confdefs.h <<_ACEOF | |
13294 | #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long | |
5464f5a1 | 13295 | _ACEOF |
81ecdfbb RW |
13296 | |
13297 | ||
33c734b2 AM |
13298 | fi |
13299 | ||
81ecdfbb RW |
13300 | # The cast to long int works around a bug in the HP C Compiler |
13301 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
13302 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
13303 | # This bug is HP SR number 8606223364. | |
13304 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5 | |
13305 | $as_echo_n "checking size of void *... " >&6; } | |
d0ac1c44 | 13306 | if ${ac_cv_sizeof_void_p+:} false; then : |
81ecdfbb | 13307 | $as_echo_n "(cached) " >&6 |
6726e1ea | 13308 | else |
81ecdfbb | 13309 | if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then : |
5464f5a1 | 13310 | |
81ecdfbb RW |
13311 | else |
13312 | if test "$ac_cv_type_void_p" = yes; then | |
13313 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
13314 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
d0ac1c44 SM |
13315 | as_fn_error 77 "cannot compute sizeof (void *) |
13316 | See \`config.log' for more details" "$LINENO" 5; } | |
81ecdfbb RW |
13317 | else |
13318 | ac_cv_sizeof_void_p=0 | |
13319 | fi | |
6726e1ea | 13320 | fi |
81ecdfbb | 13321 | |
6726e1ea | 13322 | fi |
81ecdfbb RW |
13323 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5 |
13324 | $as_echo "$ac_cv_sizeof_void_p" >&6; } | |
6726e1ea | 13325 | |
6726e1ea | 13326 | |
2ba49b59 | 13327 | |
81ecdfbb RW |
13328 | cat >>confdefs.h <<_ACEOF |
13329 | #define SIZEOF_VOID_P $ac_cv_sizeof_void_p | |
5464f5a1 | 13330 | _ACEOF |
81ecdfbb RW |
13331 | |
13332 | ||
13333 | # The cast to long int works around a bug in the HP C Compiler | |
13334 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
13335 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
13336 | # This bug is HP SR number 8606223364. | |
13337 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5 | |
13338 | $as_echo_n "checking size of long... " >&6; } | |
d0ac1c44 | 13339 | if ${ac_cv_sizeof_long+:} false; then : |
81ecdfbb | 13340 | $as_echo_n "(cached) " >&6 |
6726e1ea | 13341 | else |
81ecdfbb | 13342 | if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then : |
5464f5a1 | 13343 | |
252b5132 | 13344 | else |
81ecdfbb RW |
13345 | if test "$ac_cv_type_long" = yes; then |
13346 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
13347 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
d0ac1c44 SM |
13348 | as_fn_error 77 "cannot compute sizeof (long) |
13349 | See \`config.log' for more details" "$LINENO" 5; } | |
81ecdfbb RW |
13350 | else |
13351 | ac_cv_sizeof_long=0 | |
13352 | fi | |
13353 | fi | |
5464f5a1 | 13354 | |
81ecdfbb RW |
13355 | fi |
13356 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5 | |
13357 | $as_echo "$ac_cv_sizeof_long" >&6; } | |
2ba49b59 | 13358 | |
81ecdfbb RW |
13359 | |
13360 | ||
13361 | cat >>confdefs.h <<_ACEOF | |
13362 | #define SIZEOF_LONG $ac_cv_sizeof_long | |
5464f5a1 | 13363 | _ACEOF |
2ba49b59 | 13364 | |
2ba49b59 | 13365 | |
242a1159 AM |
13366 | # The cast to long int works around a bug in the HP C Compiler |
13367 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
13368 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
13369 | # This bug is HP SR number 8606223364. | |
13370 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5 | |
13371 | $as_echo_n "checking size of int... " >&6; } | |
13372 | if ${ac_cv_sizeof_int+:} false; then : | |
13373 | $as_echo_n "(cached) " >&6 | |
13374 | else | |
13375 | if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then : | |
13376 | ||
13377 | else | |
13378 | if test "$ac_cv_type_int" = yes; then | |
13379 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
13380 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
13381 | as_fn_error 77 "cannot compute sizeof (int) | |
13382 | See \`config.log' for more details" "$LINENO" 5; } | |
13383 | else | |
13384 | ac_cv_sizeof_int=0 | |
13385 | fi | |
13386 | fi | |
13387 | ||
13388 | fi | |
13389 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5 | |
13390 | $as_echo "$ac_cv_sizeof_int" >&6; } | |
13391 | ||
13392 | ||
13393 | ||
13394 | cat >>confdefs.h <<_ACEOF | |
13395 | #define SIZEOF_INT $ac_cv_sizeof_int | |
13396 | _ACEOF | |
13397 | ||
13398 | ||
81ecdfbb RW |
13399 | |
13400 | if test "x${ac_cv_sizeof_void_p}" = "x8"; then | |
13401 | host64=true | |
252b5132 | 13402 | fi |
5464f5a1 | 13403 | |
81ecdfbb RW |
13404 | if test "x${ac_cv_sizeof_long}" = "x8"; then |
13405 | BFD_HOST_64BIT_LONG=1 | |
13406 | test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long" | |
13407 | test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long" | |
13408 | elif test "x${ac_cv_sizeof_long_long}" = "x8"; then | |
13409 | BFD_HOST_64BIT_LONG_LONG=1 | |
13410 | test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long long" | |
13411 | test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long long" | |
13412 | if test "x${ac_cv_sizeof_void_p}" = "x8"; then | |
13413 | BFD_HOSTPTR_T="unsigned long long" | |
13414 | fi | |
252b5132 | 13415 | fi |
81ecdfbb RW |
13416 | |
13417 | if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then | |
13418 | BFD_HOST_64_BIT_DEFINED=1 | |
13419 | BFD_HOST_64_BIT="${HOST_64BIT_TYPE}" | |
13420 | BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}" | |
2ba49b59 | 13421 | fi |
5464f5a1 | 13422 | |
5464f5a1 | 13423 | |
2ba49b59 | 13424 | |
2ba49b59 | 13425 | |
5464f5a1 | 13426 | |
81ecdfbb RW |
13427 | |
13428 | ||
13429 | ||
13430 | # Put a plausible default for CC_FOR_BUILD in Makefile. | |
13431 | if test -z "$CC_FOR_BUILD"; then | |
13432 | if test "x$cross_compiling" = "xno"; then | |
13433 | CC_FOR_BUILD='$(CC)' | |
13434 | else | |
13435 | CC_FOR_BUILD=gcc | |
13436 | fi | |
2ba49b59 | 13437 | fi |
81ecdfbb RW |
13438 | |
13439 | # Also set EXEEXT_FOR_BUILD. | |
13440 | if test "x$cross_compiling" = "xno"; then | |
13441 | EXEEXT_FOR_BUILD='$(EXEEXT)' | |
13442 | else | |
13443 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5 | |
13444 | $as_echo_n "checking for build system executable suffix... " >&6; } | |
d0ac1c44 | 13445 | if ${bfd_cv_build_exeext+:} false; then : |
81ecdfbb | 13446 | $as_echo_n "(cached) " >&6 |
6be7c12c | 13447 | else |
81ecdfbb RW |
13448 | rm -f conftest* |
13449 | echo 'int main () { return 0; }' > conftest.c | |
13450 | bfd_cv_build_exeext= | |
13451 | ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5 | |
13452 | for file in conftest.*; do | |
13453 | case $file in | |
13454 | *.c | *.o | *.obj | *.ilk | *.pdb) ;; | |
13455 | *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;; | |
13456 | esac | |
13457 | done | |
13458 | rm -f conftest* | |
13459 | test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no | |
5464f5a1 | 13460 | fi |
81ecdfbb RW |
13461 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5 |
13462 | $as_echo "$bfd_cv_build_exeext" >&6; } | |
13463 | EXEEXT_FOR_BUILD="" | |
13464 | test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext} | |
5464f5a1 | 13465 | fi |
5464f5a1 | 13466 | |
5464f5a1 | 13467 | |
31593e1b | 13468 | for ac_header in alloca.h stddef.h string.h strings.h stdlib.h time.h unistd.h wchar.h wctype.h |
81ecdfbb RW |
13469 | do : |
13470 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
13471 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | |
d0ac1c44 | 13472 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
81ecdfbb RW |
13473 | cat >>confdefs.h <<_ACEOF |
13474 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
d2df793a | 13475 | _ACEOF |
d2df793a | 13476 | |
d2df793a | 13477 | fi |
d2df793a | 13478 | |
81ecdfbb | 13479 | done |
d2df793a | 13480 | |
9d782e8d | 13481 | for ac_header in fcntl.h sys/file.h sys/time.h sys/stat.h sys/resource.h |
81ecdfbb RW |
13482 | do : |
13483 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
13484 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | |
d0ac1c44 | 13485 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
81ecdfbb RW |
13486 | cat >>confdefs.h <<_ACEOF |
13487 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
d2df793a | 13488 | _ACEOF |
d2df793a | 13489 | |
d2df793a | 13490 | fi |
d2df793a | 13491 | |
81ecdfbb | 13492 | done |
d2df793a | 13493 | |
81ecdfbb | 13494 | |
d2df793a | 13495 | |
f3b4f6d0 | 13496 | inttype_headers=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'` |
81ecdfbb | 13497 | |
f3b4f6d0 PB |
13498 | acx_cv_header_stdint=stddef.h |
13499 | acx_cv_header_stdint_kind="(already complete)" | |
13500 | for i in stdint.h $inttype_headers; do | |
13501 | unset ac_cv_type_uintptr_t | |
13502 | unset ac_cv_type_uintmax_t | |
13503 | unset ac_cv_type_int_least32_t | |
13504 | unset ac_cv_type_int_fast32_t | |
13505 | unset ac_cv_type_uint64_t | |
13506 | $as_echo_n "looking for a compliant stdint.h in $i, " >&6 | |
13507 | ac_fn_c_check_type "$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "#include <sys/types.h> | |
13508 | #include <$i> | |
13509 | " | |
d0ac1c44 | 13510 | if test "x$ac_cv_type_uintmax_t" = xyes; then : |
f3b4f6d0 | 13511 | acx_cv_header_stdint=$i |
d2df793a | 13512 | else |
f3b4f6d0 PB |
13513 | continue |
13514 | fi | |
81ecdfbb | 13515 | |
f3b4f6d0 PB |
13516 | ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h> |
13517 | #include <$i> | |
13518 | " | |
d0ac1c44 | 13519 | if test "x$ac_cv_type_uintptr_t" = xyes; then : |
d2df793a | 13520 | |
81ecdfbb | 13521 | else |
f3b4f6d0 | 13522 | acx_cv_header_stdint_kind="(mostly complete)" |
d2df793a | 13523 | fi |
81ecdfbb | 13524 | |
f3b4f6d0 PB |
13525 | ac_fn_c_check_type "$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <sys/types.h> |
13526 | #include <$i> | |
13527 | " | |
d0ac1c44 | 13528 | if test "x$ac_cv_type_int_least32_t" = xyes; then : |
f3b4f6d0 | 13529 | |
d2df793a | 13530 | else |
f3b4f6d0 | 13531 | acx_cv_header_stdint_kind="(mostly complete)" |
81ecdfbb | 13532 | fi |
81ecdfbb | 13533 | |
f3b4f6d0 PB |
13534 | ac_fn_c_check_type "$LINENO" "int_fast32_t" "ac_cv_type_int_fast32_t" "#include <sys/types.h> |
13535 | #include <$i> | |
13536 | " | |
d0ac1c44 | 13537 | if test "x$ac_cv_type_int_fast32_t" = xyes; then : |
81ecdfbb | 13538 | |
f3b4f6d0 PB |
13539 | else |
13540 | acx_cv_header_stdint_kind="(mostly complete)" | |
13541 | fi | |
81ecdfbb | 13542 | |
f3b4f6d0 PB |
13543 | ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h> |
13544 | #include <$i> | |
13545 | " | |
d0ac1c44 | 13546 | if test "x$ac_cv_type_uint64_t" = xyes; then : |
d2df793a | 13547 | |
07c58694 | 13548 | else |
f3b4f6d0 PB |
13549 | acx_cv_header_stdint_kind="(lacks uint64_t)" |
13550 | fi | |
81ecdfbb | 13551 | |
f3b4f6d0 PB |
13552 | break |
13553 | done | |
13554 | if test "$acx_cv_header_stdint" = stddef.h; then | |
13555 | acx_cv_header_stdint_kind="(lacks uintmax_t)" | |
13556 | for i in stdint.h $inttype_headers; do | |
13557 | unset ac_cv_type_uintptr_t | |
13558 | unset ac_cv_type_uint32_t | |
13559 | unset ac_cv_type_uint64_t | |
13560 | $as_echo_n "looking for an incomplete stdint.h in $i, " >&6 | |
13561 | ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include <sys/types.h> | |
13562 | #include <$i> | |
13563 | " | |
d0ac1c44 | 13564 | if test "x$ac_cv_type_uint32_t" = xyes; then : |
f3b4f6d0 PB |
13565 | acx_cv_header_stdint=$i |
13566 | else | |
13567 | continue | |
d2df793a | 13568 | fi |
81ecdfbb | 13569 | |
f3b4f6d0 PB |
13570 | ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h> |
13571 | #include <$i> | |
13572 | " | |
d0ac1c44 | 13573 | if test "x$ac_cv_type_uint64_t" = xyes; then : |
81ecdfbb | 13574 | |
f3b4f6d0 | 13575 | fi |
81ecdfbb | 13576 | |
f3b4f6d0 PB |
13577 | ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h> |
13578 | #include <$i> | |
13579 | " | |
d0ac1c44 | 13580 | if test "x$ac_cv_type_uintptr_t" = xyes; then : |
81ecdfbb | 13581 | |
f3b4f6d0 | 13582 | fi |
81ecdfbb | 13583 | |
f3b4f6d0 PB |
13584 | break |
13585 | done | |
13586 | fi | |
13587 | if test "$acx_cv_header_stdint" = stddef.h; then | |
13588 | acx_cv_header_stdint_kind="(u_intXX_t style)" | |
13589 | for i in sys/types.h $inttype_headers; do | |
13590 | unset ac_cv_type_u_int32_t | |
13591 | unset ac_cv_type_u_int64_t | |
13592 | $as_echo_n "looking for u_intXX_t types in $i, " >&6 | |
13593 | ac_fn_c_check_type "$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "#include <sys/types.h> | |
13594 | #include <$i> | |
13595 | " | |
d0ac1c44 | 13596 | if test "x$ac_cv_type_u_int32_t" = xyes; then : |
f3b4f6d0 | 13597 | acx_cv_header_stdint=$i |
07c58694 | 13598 | else |
f3b4f6d0 PB |
13599 | continue |
13600 | fi | |
81ecdfbb | 13601 | |
f3b4f6d0 PB |
13602 | ac_fn_c_check_type "$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "#include <sys/types.h> |
13603 | #include <$i> | |
13604 | " | |
d0ac1c44 | 13605 | if test "x$ac_cv_type_u_int64_t" = xyes; then : |
81ecdfbb | 13606 | |
f3b4f6d0 | 13607 | fi |
81ecdfbb | 13608 | |
f3b4f6d0 PB |
13609 | break |
13610 | done | |
d2df793a | 13611 | fi |
f3b4f6d0 PB |
13612 | if test "$acx_cv_header_stdint" = stddef.h; then |
13613 | acx_cv_header_stdint_kind="(using manual detection)" | |
d2df793a | 13614 | fi |
81ecdfbb | 13615 | |
f3b4f6d0 PB |
13616 | test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t=no |
13617 | test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t=no | |
13618 | test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t=no | |
13619 | test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t=no | |
13620 | test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t=no | |
81ecdfbb | 13621 | |
f3b4f6d0 | 13622 | # ----------------- Summarize what we found so far |
07c58694 | 13623 | |
f3b4f6d0 PB |
13624 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking what to include in bfd_stdint.h" >&5 |
13625 | $as_echo_n "checking what to include in bfd_stdint.h... " >&6; } | |
81ecdfbb | 13626 | |
f3b4f6d0 PB |
13627 | case `$as_basename -- bfd_stdint.h || |
13628 | $as_expr X/bfd_stdint.h : '.*/\([^/][^/]*\)/*$' \| \ | |
13629 | Xbfd_stdint.h : 'X\(//\)$' \| \ | |
13630 | Xbfd_stdint.h : 'X\(/\)' \| . 2>/dev/null || | |
13631 | $as_echo X/bfd_stdint.h | | |
13632 | sed '/^.*\/\([^/][^/]*\)\/*$/{ | |
13633 | s//\1/ | |
13634 | q | |
13635 | } | |
13636 | /^X\/\(\/\/\)$/{ | |
13637 | s//\1/ | |
13638 | q | |
13639 | } | |
13640 | /^X\/\(\/\).*/{ | |
13641 | s//\1/ | |
13642 | q | |
13643 | } | |
13644 | s/.*/./; q'` in | |
13645 | stdint.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5 | |
13646 | $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;; | |
13647 | inttypes.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5 | |
13648 | $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;; | |
13649 | *) ;; | |
13650 | esac | |
81ecdfbb | 13651 | |
f3b4f6d0 PB |
13652 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5 |
13653 | $as_echo "$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6; } | |
5464f5a1 | 13654 | |
f3b4f6d0 | 13655 | # ----------------- done included file, check C basic types -------- |
2ba49b59 | 13656 | |
f3b4f6d0 PB |
13657 | # Lacking an uintptr_t? Test size of void * |
13658 | case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in | |
13659 | stddef.h:* | *:no) # The cast to long int works around a bug in the HP C Compiler | |
13660 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
13661 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
13662 | # This bug is HP SR number 8606223364. | |
13663 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5 | |
13664 | $as_echo_n "checking size of void *... " >&6; } | |
d0ac1c44 | 13665 | if ${ac_cv_sizeof_void_p+:} false; then : |
f3b4f6d0 PB |
13666 | $as_echo_n "(cached) " >&6 |
13667 | else | |
13668 | if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then : | |
2ba49b59 | 13669 | |
f3b4f6d0 PB |
13670 | else |
13671 | if test "$ac_cv_type_void_p" = yes; then | |
13672 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
13673 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
d0ac1c44 SM |
13674 | as_fn_error 77 "cannot compute sizeof (void *) |
13675 | See \`config.log' for more details" "$LINENO" 5; } | |
f3b4f6d0 PB |
13676 | else |
13677 | ac_cv_sizeof_void_p=0 | |
13678 | fi | |
13679 | fi | |
81ecdfbb | 13680 | |
f3b4f6d0 PB |
13681 | fi |
13682 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5 | |
13683 | $as_echo "$ac_cv_sizeof_void_p" >&6; } | |
81ecdfbb | 13684 | |
07c58694 PB |
13685 | |
13686 | ||
13687 | cat >>confdefs.h <<_ACEOF | |
f3b4f6d0 | 13688 | #define SIZEOF_VOID_P $ac_cv_sizeof_void_p |
07c58694 | 13689 | _ACEOF |
07c58694 | 13690 | |
f3b4f6d0 PB |
13691 | ;; |
13692 | esac | |
07c58694 | 13693 | |
f3b4f6d0 PB |
13694 | # Lacking an uint64_t? Test size of long |
13695 | case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in | |
13696 | stddef.h:*:* | *:no:no) # The cast to long int works around a bug in the HP C Compiler | |
13697 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
13698 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
13699 | # This bug is HP SR number 8606223364. | |
13700 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5 | |
13701 | $as_echo_n "checking size of long... " >&6; } | |
d0ac1c44 | 13702 | if ${ac_cv_sizeof_long+:} false; then : |
81ecdfbb | 13703 | $as_echo_n "(cached) " >&6 |
5464f5a1 | 13704 | else |
f3b4f6d0 | 13705 | if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then : |
07c58694 | 13706 | |
2ba49b59 | 13707 | else |
f3b4f6d0 PB |
13708 | if test "$ac_cv_type_long" = yes; then |
13709 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
13710 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
d0ac1c44 SM |
13711 | as_fn_error 77 "cannot compute sizeof (long) |
13712 | See \`config.log' for more details" "$LINENO" 5; } | |
f3b4f6d0 PB |
13713 | else |
13714 | ac_cv_sizeof_long=0 | |
13715 | fi | |
81ecdfbb | 13716 | fi |
2ba49b59 | 13717 | |
f3b4f6d0 PB |
13718 | fi |
13719 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5 | |
13720 | $as_echo "$ac_cv_sizeof_long" >&6; } | |
81ecdfbb | 13721 | |
5464f5a1 | 13722 | |
81ecdfbb | 13723 | |
f3b4f6d0 PB |
13724 | cat >>confdefs.h <<_ACEOF |
13725 | #define SIZEOF_LONG $ac_cv_sizeof_long | |
13726 | _ACEOF | |
07c58694 | 13727 | |
f3b4f6d0 PB |
13728 | ;; |
13729 | esac | |
2ba49b59 | 13730 | |
f3b4f6d0 PB |
13731 | if test $acx_cv_header_stdint = stddef.h; then |
13732 | # Lacking a good header? Test size of everything and deduce all types. | |
13733 | # The cast to long int works around a bug in the HP C Compiler | |
13734 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
13735 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
13736 | # This bug is HP SR number 8606223364. | |
13737 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5 | |
13738 | $as_echo_n "checking size of int... " >&6; } | |
d0ac1c44 | 13739 | if ${ac_cv_sizeof_int+:} false; then : |
f3b4f6d0 | 13740 | $as_echo_n "(cached) " >&6 |
81ecdfbb | 13741 | else |
f3b4f6d0 | 13742 | if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then : |
81ecdfbb | 13743 | |
f3b4f6d0 PB |
13744 | else |
13745 | if test "$ac_cv_type_int" = yes; then | |
13746 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
13747 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
d0ac1c44 SM |
13748 | as_fn_error 77 "cannot compute sizeof (int) |
13749 | See \`config.log' for more details" "$LINENO" 5; } | |
f3b4f6d0 PB |
13750 | else |
13751 | ac_cv_sizeof_int=0 | |
13752 | fi | |
2ba49b59 | 13753 | fi |
81ecdfbb | 13754 | |
f3b4f6d0 PB |
13755 | fi |
13756 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5 | |
13757 | $as_echo "$ac_cv_sizeof_int" >&6; } | |
81ecdfbb RW |
13758 | |
13759 | ||
07c58694 PB |
13760 | |
13761 | cat >>confdefs.h <<_ACEOF | |
f3b4f6d0 | 13762 | #define SIZEOF_INT $ac_cv_sizeof_int |
07c58694 | 13763 | _ACEOF |
81ecdfbb | 13764 | |
07c58694 | 13765 | |
f3b4f6d0 PB |
13766 | # The cast to long int works around a bug in the HP C Compiler |
13767 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
13768 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
13769 | # This bug is HP SR number 8606223364. | |
13770 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5 | |
13771 | $as_echo_n "checking size of short... " >&6; } | |
d0ac1c44 | 13772 | if ${ac_cv_sizeof_short+:} false; then : |
f3b4f6d0 PB |
13773 | $as_echo_n "(cached) " >&6 |
13774 | else | |
13775 | if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then : | |
07c58694 | 13776 | |
f3b4f6d0 PB |
13777 | else |
13778 | if test "$ac_cv_type_short" = yes; then | |
13779 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
13780 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
d0ac1c44 SM |
13781 | as_fn_error 77 "cannot compute sizeof (short) |
13782 | See \`config.log' for more details" "$LINENO" 5; } | |
f3b4f6d0 PB |
13783 | else |
13784 | ac_cv_sizeof_short=0 | |
13785 | fi | |
13786 | fi | |
07c58694 | 13787 | |
f3b4f6d0 PB |
13788 | fi |
13789 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5 | |
13790 | $as_echo "$ac_cv_sizeof_short" >&6; } | |
07c58694 PB |
13791 | |
13792 | ||
13793 | ||
f3b4f6d0 PB |
13794 | cat >>confdefs.h <<_ACEOF |
13795 | #define SIZEOF_SHORT $ac_cv_sizeof_short | |
13796 | _ACEOF | |
07c58694 PB |
13797 | |
13798 | ||
f3b4f6d0 PB |
13799 | # The cast to long int works around a bug in the HP C Compiler |
13800 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
13801 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
13802 | # This bug is HP SR number 8606223364. | |
13803 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5 | |
13804 | $as_echo_n "checking size of char... " >&6; } | |
d0ac1c44 | 13805 | if ${ac_cv_sizeof_char+:} false; then : |
f3b4f6d0 PB |
13806 | $as_echo_n "(cached) " >&6 |
13807 | else | |
13808 | if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char" "$ac_includes_default"; then : | |
07c58694 | 13809 | |
f3b4f6d0 PB |
13810 | else |
13811 | if test "$ac_cv_type_char" = yes; then | |
13812 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
13813 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
d0ac1c44 SM |
13814 | as_fn_error 77 "cannot compute sizeof (char) |
13815 | See \`config.log' for more details" "$LINENO" 5; } | |
f3b4f6d0 PB |
13816 | else |
13817 | ac_cv_sizeof_char=0 | |
13818 | fi | |
13819 | fi | |
07c58694 | 13820 | |
f3b4f6d0 PB |
13821 | fi |
13822 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5 | |
13823 | $as_echo "$ac_cv_sizeof_char" >&6; } | |
07c58694 PB |
13824 | |
13825 | ||
07c58694 | 13826 | |
2ba49b59 | 13827 | cat >>confdefs.h <<_ACEOF |
f3b4f6d0 | 13828 | #define SIZEOF_CHAR $ac_cv_sizeof_char |
2ba49b59 KC |
13829 | _ACEOF |
13830 | ||
13831 | ||
2ba49b59 | 13832 | |
f3b4f6d0 PB |
13833 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int8_t" >&5 |
13834 | $as_echo_n "checking for type equivalent to int8_t... " >&6; } | |
13835 | case "$ac_cv_sizeof_char" in | |
13836 | 1) acx_cv_type_int8_t=char ;; | |
d0ac1c44 | 13837 | *) as_fn_error $? "no 8-bit type, please report a bug" "$LINENO" 5 |
f3b4f6d0 PB |
13838 | esac |
13839 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int8_t" >&5 | |
13840 | $as_echo "$acx_cv_type_int8_t" >&6; } | |
13841 | ||
13842 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int16_t" >&5 | |
13843 | $as_echo_n "checking for type equivalent to int16_t... " >&6; } | |
13844 | case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in | |
13845 | 2:*) acx_cv_type_int16_t=int ;; | |
13846 | *:2) acx_cv_type_int16_t=short ;; | |
d0ac1c44 | 13847 | *) as_fn_error $? "no 16-bit type, please report a bug" "$LINENO" 5 |
f3b4f6d0 PB |
13848 | esac |
13849 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int16_t" >&5 | |
13850 | $as_echo "$acx_cv_type_int16_t" >&6; } | |
13851 | ||
13852 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int32_t" >&5 | |
13853 | $as_echo_n "checking for type equivalent to int32_t... " >&6; } | |
13854 | case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in | |
13855 | 4:*) acx_cv_type_int32_t=int ;; | |
13856 | *:4) acx_cv_type_int32_t=long ;; | |
d0ac1c44 | 13857 | *) as_fn_error $? "no 32-bit type, please report a bug" "$LINENO" 5 |
f3b4f6d0 PB |
13858 | esac |
13859 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int32_t" >&5 | |
13860 | $as_echo "$acx_cv_type_int32_t" >&6; } | |
81ecdfbb | 13861 | fi |
2ba49b59 | 13862 | |
f3b4f6d0 | 13863 | # These tests are here to make the output prettier |
07c58694 | 13864 | |
f3b4f6d0 PB |
13865 | if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then |
13866 | case "$ac_cv_sizeof_long" in | |
13867 | 8) acx_cv_type_int64_t=long ;; | |
13868 | esac | |
13869 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int64_t" >&5 | |
13870 | $as_echo_n "checking for type equivalent to int64_t... " >&6; } | |
13871 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5 | |
13872 | $as_echo "${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6; } | |
13873 | fi | |
13874 | ||
13875 | # Now we can use the above types | |
13876 | ||
13877 | if test "$ac_cv_type_uintptr_t" != yes; then | |
13878 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to intptr_t" >&5 | |
13879 | $as_echo_n "checking for type equivalent to intptr_t... " >&6; } | |
13880 | case $ac_cv_sizeof_void_p in | |
13881 | 2) acx_cv_type_intptr_t=int16_t ;; | |
13882 | 4) acx_cv_type_intptr_t=int32_t ;; | |
13883 | 8) acx_cv_type_intptr_t=int64_t ;; | |
d0ac1c44 | 13884 | *) as_fn_error $? "no equivalent for intptr_t, please report a bug" "$LINENO" 5 |
f3b4f6d0 PB |
13885 | esac |
13886 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_intptr_t" >&5 | |
13887 | $as_echo "$acx_cv_type_intptr_t" >&6; } | |
13888 | fi | |
07c58694 | 13889 | |
f3b4f6d0 | 13890 | # ----------------- done all checks, emit header ------------- |
81ecdfbb | 13891 | ac_config_commands="$ac_config_commands bfd_stdint.h" |
2ba49b59 KC |
13892 | |
13893 | ||
d2df793a | 13894 | |
81ecdfbb RW |
13895 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 |
13896 | $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } | |
d0ac1c44 | 13897 | if ${ac_cv_header_time+:} false; then : |
81ecdfbb | 13898 | $as_echo_n "(cached) " >&6 |
2ba49b59 | 13899 | else |
81ecdfbb RW |
13900 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
13901 | /* end confdefs.h. */ | |
13902 | #include <sys/types.h> | |
13903 | #include <sys/time.h> | |
13904 | #include <time.h> | |
13905 | ||
13906 | int | |
13907 | main () | |
13908 | { | |
13909 | if ((struct tm *) 0) | |
13910 | return 0; | |
13911 | ; | |
13912 | return 0; | |
13913 | } | |
13914 | _ACEOF | |
13915 | if ac_fn_c_try_compile "$LINENO"; then : | |
13916 | ac_cv_header_time=yes | |
2ba49b59 | 13917 | else |
81ecdfbb | 13918 | ac_cv_header_time=no |
2ba49b59 | 13919 | fi |
81ecdfbb | 13920 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
2ba49b59 | 13921 | fi |
81ecdfbb RW |
13922 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5 |
13923 | $as_echo "$ac_cv_header_time" >&6; } | |
13924 | if test $ac_cv_header_time = yes; then | |
2ba49b59 | 13925 | |
81ecdfbb | 13926 | $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h |
2ba49b59 | 13927 | |
2ba49b59 | 13928 | fi |
81ecdfbb RW |
13929 | |
13930 | ac_header_dirent=no | |
13931 | for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do | |
13932 | as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` | |
13933 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 | |
13934 | $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; } | |
d0ac1c44 | 13935 | if eval \${$as_ac_Header+:} false; then : |
81ecdfbb | 13936 | $as_echo_n "(cached) " >&6 |
2ba49b59 | 13937 | else |
81ecdfbb | 13938 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
2ba49b59 | 13939 | /* end confdefs.h. */ |
81ecdfbb RW |
13940 | #include <sys/types.h> |
13941 | #include <$ac_hdr> | |
13942 | ||
13943 | int | |
13944 | main () | |
13945 | { | |
13946 | if ((DIR *) 0) | |
13947 | return 0; | |
13948 | ; | |
13949 | return 0; | |
13950 | } | |
2ba49b59 | 13951 | _ACEOF |
81ecdfbb RW |
13952 | if ac_fn_c_try_compile "$LINENO"; then : |
13953 | eval "$as_ac_Header=yes" | |
2ba49b59 | 13954 | else |
81ecdfbb RW |
13955 | eval "$as_ac_Header=no" |
13956 | fi | |
13957 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
13958 | fi | |
13959 | eval ac_res=\$$as_ac_Header | |
13960 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
13961 | $as_echo "$ac_res" >&6; } | |
d0ac1c44 | 13962 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
81ecdfbb RW |
13963 | cat >>confdefs.h <<_ACEOF |
13964 | #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 | |
13965 | _ACEOF | |
2ba49b59 | 13966 | |
81ecdfbb | 13967 | ac_header_dirent=$ac_hdr; break |
2ba49b59 | 13968 | fi |
2ba49b59 | 13969 | |
81ecdfbb RW |
13970 | done |
13971 | # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. | |
13972 | if test $ac_header_dirent = dirent.h; then | |
13973 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 | |
13974 | $as_echo_n "checking for library containing opendir... " >&6; } | |
d0ac1c44 | 13975 | if ${ac_cv_search_opendir+:} false; then : |
81ecdfbb RW |
13976 | $as_echo_n "(cached) " >&6 |
13977 | else | |
13978 | ac_func_search_save_LIBS=$LIBS | |
13979 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
2ba49b59 | 13980 | /* end confdefs.h. */ |
81ecdfbb RW |
13981 | |
13982 | /* Override any GCC internal prototype to avoid an error. | |
13983 | Use char because int might match the return type of a GCC | |
13984 | builtin and then its argument prototype would still apply. */ | |
13985 | #ifdef __cplusplus | |
13986 | extern "C" | |
13987 | #endif | |
13988 | char opendir (); | |
13989 | int | |
13990 | main () | |
13991 | { | |
13992 | return opendir (); | |
13993 | ; | |
13994 | return 0; | |
13995 | } | |
2ba49b59 | 13996 | _ACEOF |
81ecdfbb RW |
13997 | for ac_lib in '' dir; do |
13998 | if test -z "$ac_lib"; then | |
13999 | ac_res="none required" | |
2ba49b59 | 14000 | else |
81ecdfbb RW |
14001 | ac_res=-l$ac_lib |
14002 | LIBS="-l$ac_lib $ac_func_search_save_LIBS" | |
2ba49b59 | 14003 | fi |
81ecdfbb RW |
14004 | if ac_fn_c_try_link "$LINENO"; then : |
14005 | ac_cv_search_opendir=$ac_res | |
2ba49b59 | 14006 | fi |
81ecdfbb RW |
14007 | rm -f core conftest.err conftest.$ac_objext \ |
14008 | conftest$ac_exeext | |
d0ac1c44 | 14009 | if ${ac_cv_search_opendir+:} false; then : |
81ecdfbb | 14010 | break |
2ba49b59 | 14011 | fi |
81ecdfbb | 14012 | done |
d0ac1c44 | 14013 | if ${ac_cv_search_opendir+:} false; then : |
2ba49b59 | 14014 | |
2ba49b59 | 14015 | else |
81ecdfbb | 14016 | ac_cv_search_opendir=no |
2ba49b59 | 14017 | fi |
81ecdfbb RW |
14018 | rm conftest.$ac_ext |
14019 | LIBS=$ac_func_search_save_LIBS | |
2ba49b59 | 14020 | fi |
81ecdfbb RW |
14021 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 |
14022 | $as_echo "$ac_cv_search_opendir" >&6; } | |
14023 | ac_res=$ac_cv_search_opendir | |
14024 | if test "$ac_res" != no; then : | |
14025 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | |
2ba49b59 KC |
14026 | |
14027 | fi | |
14028 | ||
81ecdfbb RW |
14029 | else |
14030 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 | |
14031 | $as_echo_n "checking for library containing opendir... " >&6; } | |
d0ac1c44 | 14032 | if ${ac_cv_search_opendir+:} false; then : |
81ecdfbb RW |
14033 | $as_echo_n "(cached) " >&6 |
14034 | else | |
14035 | ac_func_search_save_LIBS=$LIBS | |
14036 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
14037 | /* end confdefs.h. */ | |
2ba49b59 | 14038 | |
81ecdfbb RW |
14039 | /* Override any GCC internal prototype to avoid an error. |
14040 | Use char because int might match the return type of a GCC | |
14041 | builtin and then its argument prototype would still apply. */ | |
14042 | #ifdef __cplusplus | |
14043 | extern "C" | |
14044 | #endif | |
14045 | char opendir (); | |
14046 | int | |
14047 | main () | |
14048 | { | |
14049 | return opendir (); | |
14050 | ; | |
14051 | return 0; | |
14052 | } | |
14053 | _ACEOF | |
14054 | for ac_lib in '' x; do | |
14055 | if test -z "$ac_lib"; then | |
14056 | ac_res="none required" | |
14057 | else | |
14058 | ac_res=-l$ac_lib | |
14059 | LIBS="-l$ac_lib $ac_func_search_save_LIBS" | |
14060 | fi | |
14061 | if ac_fn_c_try_link "$LINENO"; then : | |
14062 | ac_cv_search_opendir=$ac_res | |
14063 | fi | |
14064 | rm -f core conftest.err conftest.$ac_objext \ | |
14065 | conftest$ac_exeext | |
d0ac1c44 | 14066 | if ${ac_cv_search_opendir+:} false; then : |
81ecdfbb RW |
14067 | break |
14068 | fi | |
14069 | done | |
d0ac1c44 | 14070 | if ${ac_cv_search_opendir+:} false; then : |
2ba49b59 | 14071 | |
81ecdfbb RW |
14072 | else |
14073 | ac_cv_search_opendir=no | |
14074 | fi | |
14075 | rm conftest.$ac_ext | |
14076 | LIBS=$ac_func_search_save_LIBS | |
14077 | fi | |
14078 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 | |
14079 | $as_echo "$ac_cv_search_opendir" >&6; } | |
14080 | ac_res=$ac_cv_search_opendir | |
14081 | if test "$ac_res" != no; then : | |
14082 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | |
2ba49b59 | 14083 | |
81ecdfbb | 14084 | fi |
efde2f2c | 14085 | |
2ba49b59 | 14086 | fi |
81ecdfbb | 14087 | |
17d5dae2 | 14088 | |
81ecdfbb RW |
14089 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5 |
14090 | $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; } | |
d0ac1c44 | 14091 | if ${gcc_cv_header_string+:} false; then : |
81ecdfbb | 14092 | $as_echo_n "(cached) " >&6 |
2ba49b59 | 14093 | else |
81ecdfbb | 14094 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
2ba49b59 | 14095 | /* end confdefs.h. */ |
81ecdfbb RW |
14096 | #include <string.h> |
14097 | #include <strings.h> | |
14098 | int | |
14099 | main () | |
14100 | { | |
14101 | ||
14102 | ; | |
14103 | return 0; | |
14104 | } | |
2ba49b59 | 14105 | _ACEOF |
81ecdfbb RW |
14106 | if ac_fn_c_try_compile "$LINENO"; then : |
14107 | gcc_cv_header_string=yes | |
2ba49b59 | 14108 | else |
81ecdfbb RW |
14109 | gcc_cv_header_string=no |
14110 | fi | |
14111 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
14112 | fi | |
14113 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5 | |
14114 | $as_echo "$gcc_cv_header_string" >&6; } | |
14115 | if test $gcc_cv_header_string = yes; then | |
14116 | ||
14117 | $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h | |
2ba49b59 | 14118 | |
2ba49b59 | 14119 | fi |
2ba49b59 | 14120 | |
a767a1c4 | 14121 | for ac_func in fcntl getpagesize setitimer sysconf fdopen getuid getgid fileno fls |
81ecdfbb RW |
14122 | do : |
14123 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
14124 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | |
d0ac1c44 | 14125 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
81ecdfbb RW |
14126 | cat >>confdefs.h <<_ACEOF |
14127 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
2ba49b59 | 14128 | _ACEOF |
81ecdfbb RW |
14129 | |
14130 | fi | |
14131 | done | |
14132 | ||
9d782e8d | 14133 | for ac_func in strtoull getrlimit |
81ecdfbb | 14134 | do : |
9d782e8d MW |
14135 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
14136 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | |
d0ac1c44 | 14137 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
81ecdfbb | 14138 | cat >>confdefs.h <<_ACEOF |
9d782e8d | 14139 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
2ba49b59 | 14140 | _ACEOF |
81ecdfbb RW |
14141 | |
14142 | fi | |
14143 | done | |
14144 | ||
14145 | ||
14146 | ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default" | |
d0ac1c44 | 14147 | if test "x$ac_cv_have_decl_basename" = xyes; then : |
81ecdfbb | 14148 | ac_have_decl=1 |
2ba49b59 | 14149 | else |
81ecdfbb | 14150 | ac_have_decl=0 |
2ba49b59 | 14151 | fi |
81ecdfbb RW |
14152 | |
14153 | cat >>confdefs.h <<_ACEOF | |
14154 | #define HAVE_DECL_BASENAME $ac_have_decl | |
14155 | _ACEOF | |
14156 | ||
14157 | ac_fn_c_check_decl "$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default" | |
d0ac1c44 | 14158 | if test "x$ac_cv_have_decl_ftello" = xyes; then : |
81ecdfbb | 14159 | ac_have_decl=1 |
2ba49b59 | 14160 | else |
81ecdfbb RW |
14161 | ac_have_decl=0 |
14162 | fi | |
2ba49b59 | 14163 | |
81ecdfbb RW |
14164 | cat >>confdefs.h <<_ACEOF |
14165 | #define HAVE_DECL_FTELLO $ac_have_decl | |
14166 | _ACEOF | |
14167 | ||
14168 | ac_fn_c_check_decl "$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default" | |
d0ac1c44 | 14169 | if test "x$ac_cv_have_decl_ftello64" = xyes; then : |
81ecdfbb RW |
14170 | ac_have_decl=1 |
14171 | else | |
14172 | ac_have_decl=0 | |
2ba49b59 | 14173 | fi |
2ba49b59 | 14174 | |
81ecdfbb RW |
14175 | cat >>confdefs.h <<_ACEOF |
14176 | #define HAVE_DECL_FTELLO64 $ac_have_decl | |
14177 | _ACEOF | |
14178 | ||
14179 | ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default" | |
d0ac1c44 | 14180 | if test "x$ac_cv_have_decl_fseeko" = xyes; then : |
81ecdfbb | 14181 | ac_have_decl=1 |
2ba49b59 | 14182 | else |
81ecdfbb | 14183 | ac_have_decl=0 |
2ba49b59 | 14184 | fi |
2ba49b59 | 14185 | |
81ecdfbb RW |
14186 | cat >>confdefs.h <<_ACEOF |
14187 | #define HAVE_DECL_FSEEKO $ac_have_decl | |
14188 | _ACEOF | |
14189 | ||
14190 | ac_fn_c_check_decl "$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default" | |
d0ac1c44 | 14191 | if test "x$ac_cv_have_decl_fseeko64" = xyes; then : |
81ecdfbb RW |
14192 | ac_have_decl=1 |
14193 | else | |
14194 | ac_have_decl=0 | |
2ba49b59 | 14195 | fi |
81ecdfbb RW |
14196 | |
14197 | cat >>confdefs.h <<_ACEOF | |
14198 | #define HAVE_DECL_FSEEKO64 $ac_have_decl | |
2ba49b59 KC |
14199 | _ACEOF |
14200 | ||
81ecdfbb RW |
14201 | |
14202 | ||
14203 | case "${host}" in | |
14204 | *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*) | |
14205 | ||
14206 | $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h | |
14207 | ;; | |
14208 | esac | |
14209 | ||
14210 | ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default" | |
d0ac1c44 | 14211 | if test "x$ac_cv_have_decl_ffs" = xyes; then : |
81ecdfbb RW |
14212 | ac_have_decl=1 |
14213 | else | |
14214 | ac_have_decl=0 | |
2ba49b59 KC |
14215 | fi |
14216 | ||
81ecdfbb RW |
14217 | cat >>confdefs.h <<_ACEOF |
14218 | #define HAVE_DECL_FFS $ac_have_decl | |
14219 | _ACEOF | |
2ba49b59 | 14220 | |
81ecdfbb | 14221 | ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default" |
d0ac1c44 | 14222 | if test "x$ac_cv_have_decl_free" = xyes; then : |
81ecdfbb RW |
14223 | ac_have_decl=1 |
14224 | else | |
14225 | ac_have_decl=0 | |
14226 | fi | |
d5efd9fc | 14227 | |
81ecdfbb RW |
14228 | cat >>confdefs.h <<_ACEOF |
14229 | #define HAVE_DECL_FREE $ac_have_decl | |
14230 | _ACEOF | |
d5efd9fc | 14231 | |
81ecdfbb | 14232 | ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default" |
d0ac1c44 | 14233 | if test "x$ac_cv_have_decl_getenv" = xyes; then : |
81ecdfbb RW |
14234 | ac_have_decl=1 |
14235 | else | |
14236 | ac_have_decl=0 | |
14237 | fi | |
d5efd9fc | 14238 | |
81ecdfbb RW |
14239 | cat >>confdefs.h <<_ACEOF |
14240 | #define HAVE_DECL_GETENV $ac_have_decl | |
d5efd9fc | 14241 | _ACEOF |
d5efd9fc | 14242 | |
81ecdfbb | 14243 | ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default" |
d0ac1c44 | 14244 | if test "x$ac_cv_have_decl_malloc" = xyes; then : |
81ecdfbb RW |
14245 | ac_have_decl=1 |
14246 | else | |
14247 | ac_have_decl=0 | |
14248 | fi | |
14249 | ||
14250 | cat >>confdefs.h <<_ACEOF | |
14251 | #define HAVE_DECL_MALLOC $ac_have_decl | |
d5efd9fc | 14252 | _ACEOF |
81ecdfbb RW |
14253 | |
14254 | ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default" | |
d0ac1c44 | 14255 | if test "x$ac_cv_have_decl_realloc" = xyes; then : |
81ecdfbb | 14256 | ac_have_decl=1 |
d5efd9fc | 14257 | else |
81ecdfbb RW |
14258 | ac_have_decl=0 |
14259 | fi | |
14260 | ||
14261 | cat >>confdefs.h <<_ACEOF | |
14262 | #define HAVE_DECL_REALLOC $ac_have_decl | |
14263 | _ACEOF | |
d5efd9fc | 14264 | |
81ecdfbb | 14265 | ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default" |
d0ac1c44 | 14266 | if test "x$ac_cv_have_decl_stpcpy" = xyes; then : |
81ecdfbb RW |
14267 | ac_have_decl=1 |
14268 | else | |
14269 | ac_have_decl=0 | |
d5efd9fc | 14270 | fi |
81ecdfbb RW |
14271 | |
14272 | cat >>confdefs.h <<_ACEOF | |
14273 | #define HAVE_DECL_STPCPY $ac_have_decl | |
14274 | _ACEOF | |
14275 | ||
14276 | ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default" | |
d0ac1c44 | 14277 | if test "x$ac_cv_have_decl_strstr" = xyes; then : |
81ecdfbb RW |
14278 | ac_have_decl=1 |
14279 | else | |
14280 | ac_have_decl=0 | |
d5efd9fc | 14281 | fi |
81ecdfbb RW |
14282 | |
14283 | cat >>confdefs.h <<_ACEOF | |
14284 | #define HAVE_DECL_STRSTR $ac_have_decl | |
14285 | _ACEOF | |
14286 | ||
d6f1bafa | 14287 | ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default" |
d0ac1c44 | 14288 | if test "x$ac_cv_have_decl_asprintf" = xyes; then : |
d6f1bafa IB |
14289 | ac_have_decl=1 |
14290 | else | |
14291 | ac_have_decl=0 | |
14292 | fi | |
14293 | ||
14294 | cat >>confdefs.h <<_ACEOF | |
14295 | #define HAVE_DECL_ASPRINTF $ac_have_decl | |
14296 | _ACEOF | |
14297 | ||
14298 | ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default" | |
d0ac1c44 | 14299 | if test "x$ac_cv_have_decl_vasprintf" = xyes; then : |
d6f1bafa IB |
14300 | ac_have_decl=1 |
14301 | else | |
14302 | ac_have_decl=0 | |
14303 | fi | |
14304 | ||
14305 | cat >>confdefs.h <<_ACEOF | |
14306 | #define HAVE_DECL_VASPRINTF $ac_have_decl | |
14307 | _ACEOF | |
14308 | ||
81ecdfbb | 14309 | ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default" |
d0ac1c44 | 14310 | if test "x$ac_cv_have_decl_snprintf" = xyes; then : |
81ecdfbb | 14311 | ac_have_decl=1 |
d5efd9fc | 14312 | else |
81ecdfbb | 14313 | ac_have_decl=0 |
d5efd9fc AM |
14314 | fi |
14315 | ||
81ecdfbb RW |
14316 | cat >>confdefs.h <<_ACEOF |
14317 | #define HAVE_DECL_SNPRINTF $ac_have_decl | |
14318 | _ACEOF | |
14319 | ||
14320 | ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default" | |
d0ac1c44 | 14321 | if test "x$ac_cv_have_decl_vsnprintf" = xyes; then : |
81ecdfbb | 14322 | ac_have_decl=1 |
d5efd9fc | 14323 | else |
81ecdfbb RW |
14324 | ac_have_decl=0 |
14325 | fi | |
14326 | ||
14327 | cat >>confdefs.h <<_ACEOF | |
14328 | #define HAVE_DECL_VSNPRINTF $ac_have_decl | |
d5efd9fc | 14329 | _ACEOF |
81ecdfbb | 14330 | |
5a026fc9 | 14331 | ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default" |
d0ac1c44 | 14332 | if test "x$ac_cv_have_decl_strnlen" = xyes; then : |
5a026fc9 NC |
14333 | ac_have_decl=1 |
14334 | else | |
14335 | ac_have_decl=0 | |
14336 | fi | |
14337 | ||
14338 | cat >>confdefs.h <<_ACEOF | |
14339 | #define HAVE_DECL_STRNLEN $ac_have_decl | |
14340 | _ACEOF | |
14341 | ||
81ecdfbb | 14342 | |
9ae46699 L |
14343 | # Link in zlib if we can. This allows us to read compressed debug sections. |
14344 | # This is used only by compress.c. | |
14345 | ||
14346 | # Use the system's zlib library. | |
39f3de7c L |
14347 | zlibdir="-L\$(top_builddir)/../zlib" |
14348 | zlibinc="-I\$(top_srcdir)/../zlib" | |
bf993e3c | 14349 | |
243340ad L |
14350 | # Check whether --with-system-zlib was given. |
14351 | if test "${with_system_zlib+set}" = set; then : | |
afa59b79 L |
14352 | withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then |
14353 | zlibdir= | |
14354 | zlibinc= | |
14355 | fi | |
bf993e3c | 14356 | |
bf993e3c JB |
14357 | fi |
14358 | ||
14359 | ||
bf993e3c | 14360 | |
d5efd9fc | 14361 | |
9ae46699 | 14362 | |
629dabe3 AM |
14363 | save_CFLAGS="$CFLAGS" |
14364 | CFLAGS="$CFLAGS -Werror" | |
8722de9c AM |
14365 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler support for hidden visibility" >&5 |
14366 | $as_echo_n "checking compiler support for hidden visibility... " >&6; } | |
d0ac1c44 | 14367 | if ${bfd_cv_hidden+:} false; then : |
8722de9c AM |
14368 | $as_echo_n "(cached) " >&6 |
14369 | else | |
14370 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
14371 | /* end confdefs.h. */ | |
14372 | ||
14373 | const char hw[] __attribute__ ((__visibility__ ("hidden"))) = "Hello, World\n"; | |
14374 | extern void print (const char *) __attribute__ ((__visibility__ ("hidden"))); | |
14375 | int | |
14376 | main () | |
14377 | { | |
14378 | print (hw); | |
14379 | ; | |
14380 | return 0; | |
14381 | } | |
14382 | _ACEOF | |
14383 | if ac_fn_c_try_compile "$LINENO"; then : | |
14384 | bfd_cv_hidden=yes | |
14385 | else | |
14386 | bfd_cv_hidden=no | |
14387 | fi | |
14388 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
14389 | fi | |
14390 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_hidden" >&5 | |
14391 | $as_echo "$bfd_cv_hidden" >&6; } | |
629dabe3 | 14392 | CFLAGS="$save_CFLAGS" |
8722de9c AM |
14393 | if test $bfd_cv_hidden = yes; then |
14394 | ||
14395 | $as_echo "#define HAVE_HIDDEN 1" >>confdefs.h | |
14396 | ||
14397 | fi | |
14398 | ||
c603b11b AM |
14399 | # Check if linker supports --as-needed and --no-as-needed options |
14400 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5 | |
14401 | $as_echo_n "checking linker --as-needed support... " >&6; } | |
d0ac1c44 | 14402 | if ${bfd_cv_ld_as_needed+:} false; then : |
c603b11b AM |
14403 | $as_echo_n "(cached) " >&6 |
14404 | else | |
14405 | bfd_cv_ld_as_needed=no | |
14406 | if $LD --help 2>/dev/null | grep as-needed > /dev/null; then | |
14407 | bfd_cv_ld_as_needed=yes | |
14408 | fi | |
d5efd9fc | 14409 | |
c603b11b AM |
14410 | fi |
14411 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5 | |
14412 | $as_echo "$bfd_cv_ld_as_needed" >&6; } | |
d5efd9fc | 14413 | |
c603b11b AM |
14414 | LIBM= |
14415 | case $host in | |
14416 | *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) | |
14417 | # These system don't have libm, or don't need it | |
14418 | ;; | |
14419 | *-ncr-sysv4.3*) | |
14420 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5 | |
14421 | $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; } | |
d0ac1c44 | 14422 | if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then : |
c603b11b AM |
14423 | $as_echo_n "(cached) " >&6 |
14424 | else | |
14425 | ac_check_lib_save_LIBS=$LIBS | |
14426 | LIBS="-lmw $LIBS" | |
14427 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d5efd9fc | 14428 | /* end confdefs.h. */ |
c603b11b AM |
14429 | |
14430 | /* Override any GCC internal prototype to avoid an error. | |
14431 | Use char because int might match the return type of a GCC | |
14432 | builtin and then its argument prototype would still apply. */ | |
14433 | #ifdef __cplusplus | |
14434 | extern "C" | |
14435 | #endif | |
14436 | char _mwvalidcheckl (); | |
d5efd9fc AM |
14437 | int |
14438 | main () | |
14439 | { | |
c603b11b | 14440 | return _mwvalidcheckl (); |
d5efd9fc AM |
14441 | ; |
14442 | return 0; | |
14443 | } | |
14444 | _ACEOF | |
c603b11b AM |
14445 | if ac_fn_c_try_link "$LINENO"; then : |
14446 | ac_cv_lib_mw__mwvalidcheckl=yes | |
d5efd9fc | 14447 | else |
c603b11b | 14448 | ac_cv_lib_mw__mwvalidcheckl=no |
d5efd9fc | 14449 | fi |
c603b11b AM |
14450 | rm -f core conftest.err conftest.$ac_objext \ |
14451 | conftest$ac_exeext conftest.$ac_ext | |
14452 | LIBS=$ac_check_lib_save_LIBS | |
d5efd9fc | 14453 | fi |
c603b11b AM |
14454 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5 |
14455 | $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; } | |
d0ac1c44 | 14456 | if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then : |
c603b11b | 14457 | LIBM="-lmw" |
d5efd9fc AM |
14458 | fi |
14459 | ||
c603b11b AM |
14460 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5 |
14461 | $as_echo_n "checking for cos in -lm... " >&6; } | |
d0ac1c44 | 14462 | if ${ac_cv_lib_m_cos+:} false; then : |
81ecdfbb | 14463 | $as_echo_n "(cached) " >&6 |
d5efd9fc | 14464 | else |
c603b11b AM |
14465 | ac_check_lib_save_LIBS=$LIBS |
14466 | LIBS="-lm $LIBS" | |
14467 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d5efd9fc | 14468 | /* end confdefs.h. */ |
81ecdfbb | 14469 | |
c603b11b AM |
14470 | /* Override any GCC internal prototype to avoid an error. |
14471 | Use char because int might match the return type of a GCC | |
14472 | builtin and then its argument prototype would still apply. */ | |
14473 | #ifdef __cplusplus | |
14474 | extern "C" | |
14475 | #endif | |
14476 | char cos (); | |
d5efd9fc AM |
14477 | int |
14478 | main () | |
14479 | { | |
c603b11b | 14480 | return cos (); |
d5efd9fc AM |
14481 | ; |
14482 | return 0; | |
14483 | } | |
14484 | _ACEOF | |
c603b11b AM |
14485 | if ac_fn_c_try_link "$LINENO"; then : |
14486 | ac_cv_lib_m_cos=yes | |
d5efd9fc | 14487 | else |
c603b11b | 14488 | ac_cv_lib_m_cos=no |
d5efd9fc | 14489 | fi |
c603b11b AM |
14490 | rm -f core conftest.err conftest.$ac_objext \ |
14491 | conftest$ac_exeext conftest.$ac_ext | |
14492 | LIBS=$ac_check_lib_save_LIBS | |
14493 | fi | |
14494 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5 | |
14495 | $as_echo "$ac_cv_lib_m_cos" >&6; } | |
d0ac1c44 | 14496 | if test "x$ac_cv_lib_m_cos" = xyes; then : |
c603b11b | 14497 | LIBM="$LIBM -lm" |
d5efd9fc | 14498 | fi |
d5efd9fc | 14499 | |
c603b11b AM |
14500 | ;; |
14501 | *) | |
14502 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5 | |
14503 | $as_echo_n "checking for cos in -lm... " >&6; } | |
d0ac1c44 | 14504 | if ${ac_cv_lib_m_cos+:} false; then : |
81ecdfbb | 14505 | $as_echo_n "(cached) " >&6 |
d5efd9fc | 14506 | else |
c603b11b AM |
14507 | ac_check_lib_save_LIBS=$LIBS |
14508 | LIBS="-lm $LIBS" | |
14509 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d5efd9fc | 14510 | /* end confdefs.h. */ |
81ecdfbb | 14511 | |
c603b11b AM |
14512 | /* Override any GCC internal prototype to avoid an error. |
14513 | Use char because int might match the return type of a GCC | |
14514 | builtin and then its argument prototype would still apply. */ | |
14515 | #ifdef __cplusplus | |
14516 | extern "C" | |
14517 | #endif | |
14518 | char cos (); | |
d5efd9fc AM |
14519 | int |
14520 | main () | |
14521 | { | |
c603b11b | 14522 | return cos (); |
d5efd9fc AM |
14523 | ; |
14524 | return 0; | |
14525 | } | |
14526 | _ACEOF | |
c603b11b AM |
14527 | if ac_fn_c_try_link "$LINENO"; then : |
14528 | ac_cv_lib_m_cos=yes | |
81ecdfbb | 14529 | else |
c603b11b | 14530 | ac_cv_lib_m_cos=no |
81ecdfbb | 14531 | fi |
c603b11b AM |
14532 | rm -f core conftest.err conftest.$ac_objext \ |
14533 | conftest$ac_exeext conftest.$ac_ext | |
14534 | LIBS=$ac_check_lib_save_LIBS | |
14535 | fi | |
14536 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5 | |
14537 | $as_echo "$ac_cv_lib_m_cos" >&6; } | |
d0ac1c44 | 14538 | if test "x$ac_cv_lib_m_cos" = xyes; then : |
c603b11b | 14539 | LIBM="-lm" |
81ecdfbb RW |
14540 | fi |
14541 | ||
c603b11b AM |
14542 | ;; |
14543 | esac | |
81ecdfbb | 14544 | |
81ecdfbb | 14545 | |
81ecdfbb | 14546 | |
c603b11b AM |
14547 | # When building a shared libbfd, link against the pic version of libiberty |
14548 | # so that apps that use libbfd won't need libiberty just to satisfy any | |
14549 | # libbfd references. | |
14550 | # We can't do that if a pic libiberty is unavailable since including non-pic | |
14551 | # code would insert text relocations into libbfd. | |
14552 | SHARED_LIBADD= | |
14553 | SHARED_LDFLAGS= | |
14554 | if test "$enable_shared" = "yes"; then | |
14555 | x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'` | |
14556 | if test -n "$x"; then | |
14557 | SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty" | |
14558 | fi | |
81ecdfbb | 14559 | |
c603b11b | 14560 | case "${host}" in |
edd01d07 | 14561 | # More hacks to build DLLs on Windows. |
c603b11b AM |
14562 | *-*-cygwin*) |
14563 | SHARED_LDFLAGS="-no-undefined" | |
14564 | SHARED_LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32" | |
14565 | ;; | |
d5efd9fc | 14566 | |
edd01d07 MR |
14567 | # Use built-in libintl on macOS, since it is not provided by libc. |
14568 | *-*-darwin*) | |
c603b11b AM |
14569 | SHARED_LIBADD="-L`pwd`/../libiberty/pic -L`pwd`/../intl -liberty -lintl" |
14570 | ;; | |
14571 | esac | |
14572 | ||
14573 | if test -n "$SHARED_LIBADD"; then | |
14574 | if test -n "$LIBM"; then | |
14575 | if test x"$bfd_cv_ld_as_needed" = xyes; then | |
14576 | # Link against libm only when needed. Put -lc, -lm inside -Wl | |
14577 | # to stop libtool reordering these options. | |
14578 | SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed" | |
14579 | else | |
14580 | SHARED_LIBADD="$SHARED_LIBADD $LIBM" | |
14581 | fi | |
14582 | fi | |
14583 | fi | |
81ecdfbb | 14584 | fi |
d5efd9fc | 14585 | |
81ecdfbb | 14586 | |
81ecdfbb | 14587 | |
c603b11b | 14588 | # target stuff: |
81ecdfbb | 14589 | |
c603b11b AM |
14590 | # Canonicalize the secondary target names. |
14591 | if test -n "$enable_targets" ; then | |
14592 | for targ in `echo $enable_targets | sed 's/,/ /g'` | |
14593 | do | |
14594 | result=`$ac_config_sub $targ 2>/dev/null` | |
14595 | if test -n "$result" ; then | |
14596 | canon_targets="$canon_targets $result" | |
14597 | else | |
14598 | # Allow targets that config.sub doesn't recognize, like "all". | |
14599 | canon_targets="$canon_targets $targ" | |
14600 | fi | |
14601 | done | |
d5efd9fc | 14602 | fi |
d5efd9fc | 14603 | |
c603b11b AM |
14604 | all_targets=false |
14605 | defvec= | |
14606 | selvecs= | |
14607 | assocvecs= | |
14608 | selarchs= | |
14609 | TDEFINES= | |
14610 | for targ in $target $canon_targets | |
14611 | do | |
999d6dff | 14612 | if test $targ = all; then |
c603b11b AM |
14613 | all_targets=true |
14614 | assocvecs="$assocvecs $targ_defvec $targ_selvecs" | |
999d6dff | 14615 | elif test $targ != plugin; then |
c603b11b | 14616 | . $srcdir/config.bfd |
999d6dff | 14617 | if test $targ = $target; then |
c603b11b AM |
14618 | defvec=$targ_defvec |
14619 | fi | |
14620 | selvecs="$selvecs $targ_defvec $targ_selvecs" | |
14621 | selarchs="$selarchs $targ_archs" | |
14622 | TDEFINES="$TDEFINES $targ_cflags" | |
14623 | fi | |
14624 | done | |
d5efd9fc | 14625 | |
81ecdfbb | 14626 | |
c603b11b AM |
14627 | # This processing still needs to be done if we're to decide properly whether |
14628 | # 64-bit support needs to be compiled in. Currently, it will be included if | |
14629 | # the default or any other explicitly requested target requires it; it | |
14630 | # will not be included on a 32-bit host if no 64-bit target is requested, and | |
14631 | # no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is | |
14632 | # used. | |
81ecdfbb | 14633 | |
c603b11b AM |
14634 | # uniq the default and selected vectors in all the configured targets. |
14635 | f="" | |
14636 | for i in $selvecs ; do | |
14637 | case " $f " in | |
14638 | *" $i "*) ;; | |
14639 | *) f="$f $i" ;; | |
14640 | esac | |
14641 | done | |
14642 | selvecs="$f" | |
335e41d4 | 14643 | |
335e41d4 | 14644 | |
c603b11b AM |
14645 | # uniq the associated vectors in all the configured targets. |
14646 | f="" | |
14647 | for i in $assocvecs ; do | |
14648 | case " $f " in | |
14649 | *" $i "*) ;; | |
14650 | *) f="$f $i" ;; | |
14651 | esac | |
14652 | done | |
14653 | assocvecs="$f" | |
335e41d4 | 14654 | |
335e41d4 | 14655 | |
c603b11b AM |
14656 | # uniq the architectures in all the configured targets. |
14657 | f="" | |
14658 | for i in $selarchs ; do | |
14659 | case " $f " in | |
14660 | *" $i "*) ;; | |
14661 | *) f="$f $i" ;; | |
14662 | esac | |
14663 | done | |
14664 | selarchs="$f" | |
335e41d4 | 14665 | |
c603b11b AM |
14666 | # Target backend .o files. |
14667 | tb= | |
335e41d4 | 14668 | |
98641896 L |
14669 | elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo |
14670 | dwarf1.lo dwarf2.lo" | |
c603b11b AM |
14671 | coffgen="coffgen.lo dwarf2.lo" |
14672 | coff="cofflink.lo $coffgen" | |
14673 | ecoff="ecofflink.lo $coffgen" | |
14674 | xcoff="xcofflink.lo $coffgen" | |
2ba49b59 | 14675 | |
5f2a6b85 | 14676 | elfxx_x86="elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo" |
81ecdfbb | 14677 | for vec in $selvecs |
49c97a80 | 14678 | do |
81ecdfbb RW |
14679 | target_size=32 |
14680 | case "$vec" in | |
14681 | # This list is alphabetized to make it easy to compare | |
14682 | # with the two vector lists in targets.c. For the same reason, | |
14683 | # use one entry per line, even though this leads to long lines. | |
2f67d686 AM |
14684 | aarch64_elf32_be_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;; |
14685 | aarch64_elf32_le_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;; | |
d8bd95ef | 14686 | aarch64_elf64_be_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;; |
a75cf613 | 14687 | aarch64_elf64_be_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;; |
d8bd95ef | 14688 | aarch64_elf64_le_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;; |
a75cf613 | 14689 | aarch64_elf64_le_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;; |
f075eb5e | 14690 | aarch64_mach_o_vec) tb="$tb mach-o-aarch64.lo"; target_size=64 ;; |
f4943d82 | 14691 | alpha_ecoff_le_vec) tb="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size=64 ;; |
2f67d686 AM |
14692 | alpha_elf64_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;; |
14693 | alpha_elf64_fbsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;; | |
2f67d686 AM |
14694 | alpha_vms_vec) tb="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size=64 ;; |
14695 | alpha_vms_lib_txt_vec) tb="$tb vms-lib.lo vms-misc.lo" ;; | |
14696 | am33_elf32_linux_vec) tb="$tb elf32-am33lin.lo elf32.lo $elf" ;; | |
6d00b590 | 14697 | aout0_be_vec) tb="$tb aout0.lo aout32.lo" ;; |
2f67d686 AM |
14698 | aout64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;; |
14699 | aout_vec) tb="$tb host-aout.lo aout32.lo" ;; | |
2f67d686 AM |
14700 | arc_elf32_be_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;; |
14701 | arc_elf32_le_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;; | |
2f67d686 AM |
14702 | arm_elf32_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;; |
14703 | arm_elf32_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;; | |
617a5ada CL |
14704 | arm_elf32_fdpic_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;; |
14705 | arm_elf32_fdpic_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;; | |
2f67d686 AM |
14706 | arm_elf32_nacl_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;; |
14707 | arm_elf32_nacl_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;; | |
14708 | arm_elf32_symbian_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;; | |
14709 | arm_elf32_symbian_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;; | |
14710 | arm_elf32_vxworks_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;; | |
14711 | arm_elf32_vxworks_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;; | |
f4943d82 AM |
14712 | arm_pe_be_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;; |
14713 | arm_pe_le_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;; | |
f4943d82 AM |
14714 | arm_pe_wince_be_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;; |
14715 | arm_pe_wince_le_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;; | |
14716 | arm_pei_be_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;; | |
14717 | arm_pei_le_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;; | |
f4943d82 AM |
14718 | arm_pei_wince_be_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;; |
14719 | arm_pei_wince_le_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;; | |
f075eb5e | 14720 | arm_mach_o_vec) tb="$tb mach-o-arm.lo" ;; |
6d00b590 AM |
14721 | avr_elf32_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;; |
14722 | bfin_elf32_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;; | |
14723 | bfin_elf32_fdpic_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;; | |
6d00b590 | 14724 | cr16_elf32_vec) tb="$tb elf32-cr16.lo elf32.lo $elf" ;; |
2f67d686 | 14725 | cris_aout_vec) tb="$tb aout-cris.lo" ;; |
6d00b590 | 14726 | cris_elf32_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;; |
2f67d686 | 14727 | cris_elf32_us_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;; |
6d00b590 | 14728 | crx_elf32_vec) tb="$tb elf32-crx.lo elf32.lo $elf" ;; |
b8891f8d AJ |
14729 | csky_elf32_be_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;; |
14730 | csky_elf32_le_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;; | |
6d00b590 AM |
14731 | d10v_elf32_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;; |
14732 | d30v_elf32_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;; | |
14733 | dlx_elf32_be_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;; | |
2f67d686 AM |
14734 | elf32_be_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;; |
14735 | elf32_le_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;; | |
14736 | elf64_be_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;; | |
14737 | elf64_le_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;; | |
45d5293f JM |
14738 | bpf_elf64_le_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64;; |
14739 | bpf_elf64_be_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64 ;; | |
6d00b590 AM |
14740 | epiphany_elf32_vec) tb="$tb elf32-epiphany.lo elf32.lo $elf" ;; |
14741 | fr30_elf32_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;; | |
14742 | frv_elf32_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;; | |
14743 | frv_elf32_fdpic_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;; | |
14744 | h8300_elf32_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;; | |
5518c738 | 14745 | h8300_elf32_linux_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;; |
2f67d686 | 14746 | hppa_elf32_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;; |
6d00b590 AM |
14747 | hppa_elf32_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;; |
14748 | hppa_elf32_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;; | |
2f67d686 AM |
14749 | hppa_elf64_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;; |
14750 | hppa_elf64_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;; | |
14751 | hppa_som_vec) tb="$tb som.lo" ;; | |
2f67d686 AM |
14752 | i386_aout_vec) tb="$tb i386aout.lo aout32.lo" ;; |
14753 | i386_aout_bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;; | |
2f67d686 | 14754 | i386_aout_lynx_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;; |
f4943d82 AM |
14755 | i386_coff_vec) tb="$tb coff-i386.lo $coff" ;; |
14756 | i386_coff_go32_vec) tb="$tb coff-go32.lo $coff" ;; | |
14757 | i386_coff_go32stubbed_vec) tb="$tb coff-stgo32.lo $coff" ;; | |
14758 | i386_coff_lynx_vec) tb="$tb cf-i386lynx.lo lynx-core.lo $coff" ;; | |
5f2a6b85 AM |
14759 | i386_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;; |
14760 | i386_elf32_fbsd_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;; | |
14761 | i386_elf32_nacl_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;; | |
14762 | i386_elf32_sol2_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;; | |
14763 | i386_elf32_vxworks_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;; | |
2f67d686 AM |
14764 | i386_mach_o_vec) tb="$tb mach-o-i386.lo" ;; |
14765 | i386_msdos_vec) tb="$tb i386msdos.lo" ;; | |
f4943d82 AM |
14766 | i386_pe_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;; |
14767 | i386_pei_vec) tb="$tb pei-i386.lo peigen.lo $coff" ;; | |
5f2a6b85 | 14768 | iamcu_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;; |
6d00b590 AM |
14769 | ia64_elf32_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;; |
14770 | ia64_elf32_hpux_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;; | |
2f67d686 AM |
14771 | ia64_elf64_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;; |
14772 | ia64_elf64_le_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;; | |
14773 | ia64_elf64_hpux_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;; | |
14774 | ia64_elf64_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 ;; | |
f4943d82 | 14775 | ia64_pei_vec) tb="$tb pei-ia64.lo pepigen.lo $coff"; target_size=64 ;; |
6d00b590 AM |
14776 | ip2k_elf32_vec) tb="$tb elf32-ip2k.lo elf32.lo $elf" ;; |
14777 | iq2000_elf32_vec) tb="$tb elf32-iq2000.lo elf32.lo $elf" ;; | |
0afcef53 L |
14778 | k1om_elf64_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;; |
14779 | k1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;; | |
14780 | l1om_elf64_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;; | |
14781 | l1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;; | |
6d00b590 AM |
14782 | lm32_elf32_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;; |
14783 | lm32_elf32_fdpic_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;; | |
6d00b590 AM |
14784 | m32c_elf32_vec) tb="$tb elf32-m32c.lo elf32.lo $elf" ;; |
14785 | m32r_elf32_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;; | |
14786 | m32r_elf32_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;; | |
14787 | m32r_elf32_linux_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;; | |
14788 | m32r_elf32_linux_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;; | |
14789 | m68hc11_elf32_vec) tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;; | |
14790 | m68hc12_elf32_vec) tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;; | |
14791 | m68k_elf32_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;; | |
7b4ae824 | 14792 | s12z_elf32_vec) tb="$tb elf32-s12z.lo elf32.lo $elf" ;; |
f4943d82 AM |
14793 | mach_o_be_vec) tb="$tb mach-o.lo dwarf2.lo" ;; |
14794 | mach_o_le_vec) tb="$tb mach-o.lo dwarf2.lo" ;; | |
14795 | mach_o_fat_vec) tb="$tb mach-o.lo dwarf2.lo" ;; | |
6d00b590 AM |
14796 | mcore_elf32_be_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;; |
14797 | mcore_elf32_le_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;; | |
f4943d82 AM |
14798 | mcore_pe_be_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;; |
14799 | mcore_pe_le_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;; | |
14800 | mcore_pei_be_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;; | |
14801 | mcore_pei_le_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;; | |
6d00b590 AM |
14802 | mep_elf32_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;; |
14803 | mep_elf32_le_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;; | |
14804 | metag_elf32_vec) tb="$tb elf32-metag.lo elf32.lo $elf" ;; | |
6d00b590 | 14805 | microblaze_elf32_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;; |
2f67d686 | 14806 | microblaze_elf32_le_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;; |
8e415ce8 AM |
14807 | mips_ecoff_be_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;; |
14808 | mips_ecoff_le_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;; | |
14809 | mips_ecoff_bele_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;; | |
f4943d82 AM |
14810 | mips_elf32_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;; |
14811 | mips_elf32_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;; | |
14812 | mips_elf32_n_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;; | |
14813 | mips_elf32_n_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;; | |
14814 | mips_elf32_ntrad_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;; | |
14815 | mips_elf32_ntrad_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;; | |
14816 | mips_elf32_ntradfbsd_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;; | |
14817 | mips_elf32_ntradfbsd_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;; | |
14818 | mips_elf32_trad_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;; | |
14819 | mips_elf32_trad_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;; | |
14820 | mips_elf32_tradfbsd_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;; | |
14821 | mips_elf32_tradfbsd_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;; | |
14822 | mips_elf32_vxworks_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;; | |
14823 | mips_elf32_vxworks_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;; | |
14824 | mips_elf64_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;; | |
14825 | mips_elf64_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;; | |
14826 | mips_elf64_trad_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;; | |
14827 | mips_elf64_trad_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;; | |
14828 | mips_elf64_tradfbsd_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;; | |
14829 | mips_elf64_tradfbsd_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;; | |
2f67d686 AM |
14830 | mmix_elf64_vec) tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;; |
14831 | mmix_mmo_vec) tb="$tb mmo.lo" target_size=64 ;; | |
14832 | mn10200_elf32_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;; | |
14833 | mn10300_elf32_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;; | |
14834 | moxie_elf32_be_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;; | |
14835 | moxie_elf32_le_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;; | |
14836 | msp430_elf32_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;; | |
14837 | msp430_elf32_ti_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;; | |
14838 | mt_elf32_vec) tb="$tb elf32-mt.lo elf32.lo $elf" ;; | |
6d00b590 AM |
14839 | nds32_elf32_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;; |
14840 | nds32_elf32_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;; | |
14841 | nds32_elf32_linux_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;; | |
14842 | nds32_elf32_linux_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;; | |
fe944acf | 14843 | nfp_elf64_vec) tb="$tb elf64-nfp.lo elf64.lo $elf" ;; |
2f67d686 AM |
14844 | nios2_elf32_be_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;; |
14845 | nios2_elf32_le_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;; | |
14846 | ns32k_aout_pc532mach_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;; | |
14847 | ns32k_aout_pc532nbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;; | |
6d00b590 | 14848 | or1k_elf32_vec) tb="$tb elf32-or1k.lo elf32.lo $elf" ;; |
2f67d686 AM |
14849 | pdp11_aout_vec) tb="$tb pdp11.lo" ;; |
14850 | pef_vec) tb="$tb pef.lo" ;; | |
14851 | pef_xlib_vec) tb="$tb pef.lo" ;; | |
6d00b590 AM |
14852 | pj_elf32_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;; |
14853 | pj_elf32_le_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;; | |
2f67d686 | 14854 | powerpc_boot_vec) tb="$tb ppcboot.lo" ;; |
6d00b590 AM |
14855 | powerpc_elf32_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;; |
14856 | powerpc_elf32_le_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;; | |
14857 | powerpc_elf32_fbsd_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;; | |
14858 | powerpc_elf32_vxworks_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;; | |
2f67d686 AM |
14859 | powerpc_elf64_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;; |
14860 | powerpc_elf64_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;; | |
14861 | powerpc_elf64_fbsd_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;; | |
f4943d82 AM |
14862 | powerpc_pe_vec) tb="$tb pe-ppc.lo peigen.lo $coff" ;; |
14863 | powerpc_pe_le_vec) tb="$tb pe-ppc.lo peigen.lo $coff" ;; | |
14864 | powerpc_pei_vec) tb="$tb pei-ppc.lo peigen.lo $coff" ;; | |
14865 | powerpc_pei_le_vec) tb="$tb pei-ppc.lo peigen.lo $coff" ;; | |
14866 | powerpc_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;; | |
889294f6 | 14867 | pru_elf32_vec) tb="$tb elf32-pru.lo elf32.lo $elf" ;; |
e23eba97 NC |
14868 | riscv_elf32_vec) tb="$tb elf32-riscv.lo elfxx-riscv.lo elf32.lo $elf" ;; |
14869 | riscv_elf64_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf32.lo $elf"; target_size=64 ;; | |
6d00b590 | 14870 | rl78_elf32_vec) tb="$tb elf32-rl78.lo elf32.lo $elf" ;; |
f4943d82 AM |
14871 | rs6000_xcoff64_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;; |
14872 | rs6000_xcoff64_aix_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;; | |
14873 | rs6000_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;; | |
6d00b590 AM |
14874 | rx_elf32_be_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;; |
14875 | rx_elf32_be_ns_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;; | |
2f67d686 | 14876 | rx_elf32_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;; |
42d4c301 | 14877 | rx_elf32_linux_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;; |
6d00b590 | 14878 | s390_elf32_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;; |
2f67d686 | 14879 | s390_elf64_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;; |
6d00b590 AM |
14880 | score_elf32_be_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64 ;; |
14881 | score_elf32_le_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64 ;; | |
f4943d82 AM |
14882 | sh_coff_vec) tb="$tb coff-sh.lo $coff" ;; |
14883 | sh_coff_le_vec) tb="$tb coff-sh.lo $coff" ;; | |
14884 | sh_coff_small_vec) tb="$tb coff-sh.lo $coff" ;; | |
14885 | sh_coff_small_le_vec) tb="$tb coff-sh.lo $coff" ;; | |
14886 | sh_elf32_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;; | |
14887 | sh_elf32_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;; | |
14888 | sh_elf32_fdpic_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;; | |
14889 | sh_elf32_fdpic_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;; | |
14890 | sh_elf32_linux_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;; | |
14891 | sh_elf32_linux_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;; | |
14892 | sh_elf32_nbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;; | |
14893 | sh_elf32_nbsd_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;; | |
f4943d82 AM |
14894 | sh_elf32_vxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;; |
14895 | sh_elf32_vxworks_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;; | |
14896 | sh_pe_le_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;; | |
14897 | sh_pei_le_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;; | |
2f67d686 AM |
14898 | sparc_elf32_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;; |
14899 | sparc_elf32_sol2_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;; | |
14900 | sparc_elf32_vxworks_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;; | |
14901 | sparc_elf64_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;; | |
14902 | sparc_elf64_fbsd_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;; | |
14903 | sparc_elf64_sol2_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;; | |
2f67d686 | 14904 | spu_elf32_vec) tb="$tb elf32-spu.lo elf32.lo $elf" ;; |
6d00b590 AM |
14905 | sym_vec) tb="$tb xsym.lo" ;; |
14906 | tic30_aout_vec) tb="$tb aout-tic30.lo" ;; | |
f4943d82 AM |
14907 | tic30_coff_vec) tb="$tb coff-tic30.lo $coffgen" ;; |
14908 | tic4x_coff0_vec) tb="$tb coff-tic4x.lo $coffgen" ;; | |
14909 | tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;; | |
14910 | tic4x_coff1_vec) tb="$tb coff-tic4x.lo $coffgen" ;; | |
14911 | tic4x_coff1_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;; | |
14912 | tic4x_coff2_vec) tb="$tb coff-tic4x.lo $coffgen" ;; | |
14913 | tic4x_coff2_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;; | |
14914 | tic54x_coff0_vec) tb="$tb coff-tic54x.lo $coffgen" ;; | |
14915 | tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;; | |
14916 | tic54x_coff1_vec) tb="$tb coff-tic54x.lo $coffgen" ;; | |
14917 | tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;; | |
14918 | tic54x_coff2_vec) tb="$tb coff-tic54x.lo $coffgen" ;; | |
14919 | tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;; | |
2f67d686 AM |
14920 | tic6x_elf32_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;; |
14921 | tic6x_elf32_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;; | |
14922 | tic6x_elf32_c6000_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;; | |
14923 | tic6x_elf32_c6000_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;; | |
14924 | tic6x_elf32_linux_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;; | |
14925 | tic6x_elf32_linux_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;; | |
f4943d82 | 14926 | tic80_coff_vec) tb="$tb coff-tic80.lo $coff" ;; |
2f67d686 AM |
14927 | tilegx_elf32_be_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;; |
14928 | tilegx_elf32_le_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;; | |
14929 | tilegx_elf64_be_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;; | |
14930 | tilegx_elf64_le_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;; | |
14931 | tilepro_elf32_vec) tb="$tb elf32-tilepro.lo elf32.lo $elf" ;; | |
14932 | v800_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;; | |
14933 | v850_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;; | |
6d00b590 | 14934 | vax_aout_1knbsd_vec) tb="$tb vax1knetbsd.lo aout32.lo" ;; |
2f67d686 AM |
14935 | vax_aout_nbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;; |
14936 | vax_elf32_vec) tb="$tb elf32-vax.lo elf32.lo $elf" ;; | |
3f8107ab | 14937 | ft32_elf32_vec) tb="$tb elf32-ft32.lo elf32.lo $elf" ;; |
d924db55 | 14938 | visium_elf32_vec) tb="$tb elf32-visium.lo elf32.lo $elf" ;; |
a6be0538 | 14939 | wasm_vec) tb="$tb wasm-module.lo" ;; |
8fb740dd | 14940 | wasm32_elf32_vec) tb="$tb elf32-wasm32.lo elf32.lo $elf" ;; |
f4943d82 | 14941 | x86_64_coff_vec) tb="$tb coff-x86_64.lo $coff"; target_size=64 ;; |
5f2a6b85 AM |
14942 | x86_64_elf32_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo elf32.lo $elf"; target_size=64 ;; |
14943 | x86_64_elf32_nacl_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo elf32.lo $elf"; target_size=64 ;; | |
14944 | x86_64_elf64_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;; | |
14945 | x86_64_elf64_cloudabi_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;; | |
14946 | x86_64_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;; | |
14947 | x86_64_elf64_nacl_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;; | |
14948 | x86_64_elf64_sol2_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;; | |
2f67d686 | 14949 | x86_64_mach_o_vec) tb="$tb mach-o-x86-64.lo" ;; |
f4943d82 AM |
14950 | x86_64_pe_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;; |
14951 | x86_64_pe_be_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;; | |
14952 | x86_64_pei_vec) tb="$tb pei-x86_64.lo pex64igen.lo $coff"; target_size=64 ;; | |
2f67d686 AM |
14953 | xc16x_elf32_vec) tb="$tb elf32-xc16x.lo elf32.lo $elf" ;; |
14954 | xgate_elf32_vec) tb="$tb elf32-xgate.lo elf32.lo $elf" ;; | |
14955 | xstormy16_elf32_vec) tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;; | |
14956 | xtensa_elf32_be_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;; | |
14957 | xtensa_elf32_le_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;; | |
f4943d82 AM |
14958 | z80_coff_vec) tb="$tb coff-z80.lo reloc16.lo $coffgen" ;; |
14959 | z8k_coff_vec) tb="$tb coff-z8k.lo reloc16.lo $coff" ;; | |
2ba49b59 | 14960 | |
c603b11b AM |
14961 | # These appear out of order in targets.c |
14962 | srec_vec) tb="$tb srec.lo" ;; | |
14963 | symbolsrec_vec) tb="$tb srec.lo" ;; | |
14964 | tekhex_vec) tb="$tb tekhex.lo" ;; | |
14965 | core_cisco_be_vec) tb="$tb cisco-core.lo" ;; | |
14966 | core_cisco_le_vec) tb="$tb cisco-core.lo" ;; | |
14967 | ||
14968 | "") ;; | |
d0ac1c44 | 14969 | *) as_fn_error $? "*** unknown target vector $vec" "$LINENO" 5 ;; |
c603b11b AM |
14970 | esac |
14971 | ||
14972 | if test ${target_size} = 64; then | |
14973 | target64=true | |
14974 | fi | |
14975 | if test x"${vec}" = x"${defvec}"; then | |
14976 | bfd_default_target_size=${target_size} | |
14977 | fi | |
14978 | done | |
14979 | ||
999d6dff AM |
14980 | if test "$plugins" = "yes"; then |
14981 | tb="$tb plugin.lo" | |
14982 | fi | |
14983 | ||
c603b11b AM |
14984 | # Target architecture .o files. |
14985 | # A couple of CPUs use shorter file names to avoid problems on DOS | |
14986 | # filesystems. | |
14987 | ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/` | |
14988 | ||
14989 | # Weed out duplicate .o files. | |
14990 | f="" | |
14991 | for i in $tb ; do | |
14992 | case " $f " in | |
14993 | *" $i "*) ;; | |
14994 | *) f="$f $i" ;; | |
14995 | esac | |
14996 | done | |
14997 | tb="$f" | |
14998 | ||
14999 | f="" | |
15000 | for i in $ta ; do | |
15001 | case " $f " in | |
15002 | *" $i "*) ;; | |
15003 | *) f="$f $i" ;; | |
15004 | esac | |
15005 | done | |
15006 | ta="$f" | |
15007 | ||
15008 | bfd_backends="$tb" | |
15009 | bfd_machines="$ta" | |
15010 | ||
15011 | if test x${all_targets} = xtrue ; then | |
15012 | bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)' | |
15013 | bfd_machines="${bfd_machines}"' $(ALL_MACHINES)' | |
15014 | selvecs= | |
15015 | havevecs=-DHAVE_all_vecs | |
15016 | selarchs= | |
15017 | test -n "$assocvecs" && | |
15018 | assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'` | |
15019 | else # all_targets is true | |
15020 | # Only set these if they will be nonempty, for the clever echo. | |
15021 | havevecs= | |
15022 | assocvecs= | |
15023 | test -n "$selvecs" && | |
15024 | havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'` | |
15025 | test -n "$selvecs" && | |
15026 | selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'` | |
15027 | test -n "$selarchs" && | |
15028 | selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'` | |
15029 | fi # all_targets is true | |
15030 | ||
e6cc316a L |
15031 | # 64-bit archives need a 64-bit bfd_vma. |
15032 | if test "x$want_64_bit_archive" = xtrue; then | |
15033 | want64=true | |
15034 | ||
15035 | $as_echo "#define USE_64_BIT_ARCHIVE 1" >>confdefs.h | |
15036 | ||
15037 | fi | |
15038 | ||
c603b11b AM |
15039 | case ${host64}-${target64}-${want64} in |
15040 | *true*) | |
15041 | wordsize=64 | |
15042 | bfd64_libs='$(BFD64_LIBS)' | |
15043 | all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)' | |
15044 | if test $BFD_HOST_64_BIT_DEFINED = 0; then | |
15045 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have requested a 64 bit BFD configuration, but" >&5 | |
15046 | $as_echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;} | |
15047 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your compiler may not have a 64 bit integral type" >&5 | |
15048 | $as_echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;} | |
15049 | fi | |
15050 | if test -n "$GCC" ; then | |
15051 | bad_64bit_gcc=no; | |
15052 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5 | |
15053 | $as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; } | |
15054 | # Add more tests for gcc versions with non-working 64-bit support here. | |
15055 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
15056 | /* end confdefs.h. */ | |
15057 | :__GNUC__:__GNUC_MINOR__:__i386__: | |
15058 | _ACEOF | |
15059 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
15060 | $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then : | |
15061 | bad_64bit_gcc=yes; | |
15062 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5 | |
15063 | $as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; } | |
15064 | else | |
15065 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
15066 | $as_echo "no" >&6; } | |
15067 | fi | |
15068 | rm -f conftest* | |
15069 | ||
15070 | if test $bad_64bit_gcc = yes ; then | |
d0ac1c44 | 15071 | as_fn_error $? "A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5 |
c603b11b AM |
15072 | fi |
15073 | fi | |
15074 | ;; | |
15075 | false-false-false) | |
15076 | wordsize=32 | |
15077 | all_backends='$(BFD32_BACKENDS)' | |
15078 | ;; | |
15079 | esac | |
15080 | ||
15081 | tdefaults="" | |
15082 | test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}" | |
15083 | test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'" | |
15084 | test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'" | |
15085 | test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'" | |
15086 | ||
15087 | ||
15088 | ||
15089 | ||
15090 | ||
15091 | ||
15092 | ||
15093 | ||
15094 | ||
15095 | ||
15096 | # If we are configured native, pick a core file support file. | |
15097 | COREFILE= | |
15098 | COREFLAG= | |
15099 | CORE_HEADER= | |
15100 | TRAD_HEADER= | |
15101 | if test "${target}" = "${host}"; then | |
15102 | case "${host}" in | |
15103 | alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu | alpha*-*-*vms*) | |
15104 | COREFILE='' | |
15105 | ;; | |
15106 | alpha*-*-linux-*) | |
15107 | COREFILE=trad-core.lo | |
15108 | TRAD_HEADER='"hosts/alphalinux.h"' | |
15109 | ;; | |
15110 | alpha*-*-netbsd* | alpha*-*-openbsd*) | |
15111 | COREFILE=netbsd-core.lo | |
15112 | ;; | |
15113 | alpha*-*-*) | |
15114 | COREFILE=osf-core.lo | |
15115 | ;; | |
15116 | arm-*-freebsd* | arm-*-kfreebsd*-gnu) | |
15117 | COREFILE='' ;; | |
15118 | arm-*-netbsd* | arm-*-openbsd*) | |
15119 | COREFILE=netbsd-core.lo | |
15120 | ;; | |
15121 | arm-*-riscix) COREFILE=trad-core.lo ;; | |
15122 | hppa*-*-hpux*) COREFILE=hpux-core.lo ;; | |
15123 | hppa*-*-hiux*) COREFILE=hpux-core.lo ;; | |
15124 | hppa*-*-mpeix*) COREFILE=hpux-core.lo ;; | |
15125 | hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo" | |
15126 | COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;; | |
15127 | hppa*-*-netbsd* | hppa*-*-openbsd*) | |
15128 | COREFILE=netbsd-core.lo | |
15129 | ;; | |
15130 | ||
c603b11b AM |
15131 | i[3-7]86-sequent-bsd*) |
15132 | COREFILE=trad-core.lo | |
15133 | TRAD_HEADER='"hosts/symmetry.h"' | |
15134 | ;; | |
15135 | i[3-7]86-sequent-sysv4*) ;; | |
15136 | i[3-7]86-sequent-sysv*) | |
15137 | COREFILE=trad-core.lo | |
15138 | TRAD_HEADER='"hosts/symmetry.h"' | |
15139 | ;; | |
15140 | i[3-7]86-*-bsdi) | |
15141 | COREFILE= | |
15142 | ;; | |
15143 | 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*) | |
15144 | COREFILE=trad-core.lo | |
15145 | TRAD_HEADER='"hosts/i386bsd.h"' | |
15146 | ;; | |
15147 | i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*) | |
15148 | COREFILE='' | |
15149 | TRAD_HEADER='"hosts/i386bsd.h"' | |
15150 | ;; | |
15151 | i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*) | |
15152 | COREFILE=netbsd-core.lo | |
15153 | ;; | |
15154 | i[3-7]86-esix-sysv3*) | |
15155 | COREFILE=trad-core.lo | |
15156 | TRAD_HEADER='"hosts/esix.h"' | |
15157 | ;; | |
15158 | i[3-7]86-*-sco3.2v5*) | |
15159 | COREFILE=sco5-core.lo | |
15160 | ;; | |
15161 | i[3-7]86-*-sco* | i[3-7]86-*-isc*) | |
15162 | COREFILE=trad-core.lo | |
15163 | TRAD_HEADER='"hosts/i386sco.h"' | |
15164 | ;; | |
15165 | i[3-7]86-*-mach3*) | |
15166 | COREFILE=trad-core.lo | |
15167 | TRAD_HEADER='"hosts/i386mach3.h"' | |
15168 | ;; | |
15169 | i[3-7]86-*-linux-*) | |
15170 | COREFILE=trad-core.lo | |
15171 | TRAD_HEADER='"hosts/i386linux.h"' | |
15172 | case "$enable_targets"-"$want64" in | |
15173 | *x86_64-*linux*|*-true) | |
15174 | CORE_HEADER='"hosts/x86-64linux.h"' | |
15175 | esac | |
15176 | ;; | |
15177 | i[3-7]86-*-isc*) COREFILE=trad-core.lo ;; | |
15178 | i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;; | |
c603b11b AM |
15179 | mips-*-netbsd* | mips*-*-openbsd*) |
15180 | COREFILE=netbsd-core.lo | |
15181 | ;; | |
c603b11b AM |
15182 | mips-sgi-irix4*) COREFILE=irix-core.lo ;; |
15183 | mips-sgi-irix5*) COREFILE=irix-core.lo ;; | |
15184 | mips-sgi-irix6*) COREFILE=irix-core.lo ;; | |
c603b11b AM |
15185 | m68*-*-linux-*) |
15186 | COREFILE=trad-core.lo | |
15187 | TRAD_HEADER='"hosts/m68klinux.h"' | |
15188 | ;; | |
dc12032b | 15189 | m68*-*-netbsd*) |
c603b11b AM |
15190 | COREFILE=netbsd-core.lo |
15191 | ;; | |
c603b11b AM |
15192 | ns32k-pc532-mach) |
15193 | COREFILE=trad-core.lo | |
15194 | TRAD_HEADER='"hosts/pc532mach.h"' | |
15195 | ;; | |
15196 | ns32k-*-netbsd* | ns32k-*-openbsd*) | |
15197 | COREFILE=netbsd-core.lo | |
15198 | ;; | |
15199 | rs6000-*-lynx*) | |
15200 | COREFILE=lynx-core.lo | |
15201 | ;; | |
15202 | rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].* | powerpc64-*-aix[5-9].*) | |
15203 | COREFILE=rs6000-core.lo | |
15204 | COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE" | |
15205 | ;; | |
15206 | rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*) | |
15207 | COREFILE=rs6000-core.lo | |
15208 | COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE" | |
15209 | # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE | |
15210 | # have c_impl as a member of struct core_dumpx | |
15211 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5 | |
15212 | $as_echo_n "checking for c_impl in struct core_dumpx... " >&6; } | |
15213 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
15214 | /* end confdefs.h. */ | |
15215 | #include <core.h> | |
15216 | int | |
15217 | main () | |
15218 | { | |
15219 | struct core_dumpx c; c.c_impl = 0; | |
15220 | ; | |
15221 | return 0; | |
15222 | } | |
15223 | _ACEOF | |
15224 | if ac_fn_c_try_compile "$LINENO"; then : | |
15225 | ||
15226 | $as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h | |
15227 | ||
15228 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
15229 | $as_echo "yes" >&6; } | |
15230 | else | |
15231 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
15232 | $as_echo "no" >&6; } | |
15233 | fi | |
15234 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
15235 | ;; | |
15236 | rs6000-*-aix4*) COREFILE=rs6000-core.lo ;; | |
15237 | rs6000-*-*) COREFILE=rs6000-core.lo ;; | |
15238 | powerpc64-*-aix*) COREFILE=rs6000-core.lo ;; | |
15239 | powerpc-*-aix4*) COREFILE=rs6000-core.lo ;; | |
15240 | powerpc-*-aix*) COREFILE=rs6000-core.lo ;; | |
15241 | powerpc-*-beos*) ;; | |
15242 | powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu) | |
15243 | COREFILE='' ;; | |
15244 | powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;; | |
15245 | powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;; | |
15246 | s390*-*-*) COREFILE=trad-core.lo ;; | |
15247 | sh*-*-netbsd* | sh*-*-openbsd*) | |
15248 | COREFILE=netbsd-core.lo | |
15249 | ;; | |
15250 | sparc-*-netbsd* | sparc*-*-openbsd*) | |
15251 | COREFILE=netbsd-core.lo | |
15252 | ;; | |
c603b11b AM |
15253 | vax-*-netbsd* | vax-*-openbsd*) |
15254 | COREFILE=netbsd-core.lo | |
15255 | ;; | |
15256 | vax-*-ultrix2*) | |
15257 | COREFILE=trad-core.lo | |
15258 | TRAD_HEADER='"hosts/vaxult2.h"' | |
15259 | ;; | |
15260 | vax-*-ultrix*) | |
15261 | COREFILE=trad-core.lo | |
15262 | TRAD_HEADER='"hosts/vaxult2.h"' | |
15263 | ;; | |
15264 | vax-*-linux-*) | |
15265 | COREFILE=trad-core.lo | |
15266 | TRAD_HEADER='"hosts/vaxlinux.h"' | |
15267 | ;; | |
15268 | vax-*-*) | |
15269 | COREFILE=trad-core.lo | |
15270 | TRAD_HEADER='"hosts/vaxbsd.h"' | |
15271 | ;; | |
15272 | x86_64-*-linux*) | |
15273 | CORE_HEADER='"hosts/x86-64linux.h"' | |
15274 | ;; | |
15275 | x86_64-*-netbsd* | x86_64-*-openbsd*) | |
15276 | COREFILE=netbsd-core.lo | |
15277 | ;; | |
15278 | esac | |
15279 | ||
15280 | case "$COREFILE" in | |
15281 | aix386-core.lo) COREFLAG=-DAIX386_CORE ;; | |
15282 | hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;; | |
15283 | hpux-core.lo) COREFLAG=-DHPUX_CORE ;; | |
15284 | irix-core.lo) COREFLAG=-DIRIX_CORE ;; | |
15285 | lynx-core.lo) COREFLAG=-DLYNX_CORE ;; | |
15286 | netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;; | |
15287 | osf-core.lo) COREFLAG=-DOSF_CORE ;; | |
15288 | ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;; | |
15289 | rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;; | |
15290 | sco5-core.lo) COREFLAG="$COREFLAG -DSCO5_CORE" ;; | |
15291 | trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;; | |
15292 | esac | |
15293 | ||
15294 | # ELF corefile support has several flavors, but all of | |
15295 | # them use something called <sys/procfs.h> | |
15296 | for ac_header in sys/procfs.h | |
15297 | do : | |
15298 | ac_fn_c_check_header_mongrel "$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default" | |
d0ac1c44 | 15299 | if test "x$ac_cv_header_sys_procfs_h" = xyes; then : |
c603b11b AM |
15300 | cat >>confdefs.h <<_ACEOF |
15301 | #define HAVE_SYS_PROCFS_H 1 | |
15302 | _ACEOF | |
15303 | ||
15304 | fi | |
15305 | ||
15306 | done | |
15307 | ||
15308 | if test "$ac_cv_header_sys_procfs_h" = yes; then | |
15309 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5 | |
15310 | $as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; } | |
d0ac1c44 | 15311 | if ${bfd_cv_have_sys_procfs_type_prstatus_t+:} false; then : |
c603b11b AM |
15312 | $as_echo_n "(cached) " >&6 |
15313 | else | |
15314 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
15315 | /* end confdefs.h. */ | |
15316 | ||
15317 | #define _SYSCALL32 | |
15318 | /* Needed for new procfs interface on sparc-solaris. */ | |
15319 | #define _STRUCTURED_PROC 1 | |
15320 | #include <sys/procfs.h> | |
15321 | int | |
15322 | main () | |
15323 | { | |
15324 | prstatus_t avar | |
15325 | ; | |
15326 | return 0; | |
15327 | } | |
15328 | _ACEOF | |
15329 | if ac_fn_c_try_compile "$LINENO"; then : | |
15330 | bfd_cv_have_sys_procfs_type_prstatus_t=yes | |
15331 | else | |
15332 | bfd_cv_have_sys_procfs_type_prstatus_t=no | |
15333 | ||
15334 | fi | |
15335 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
15336 | fi | |
15337 | ||
15338 | if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then | |
15339 | ||
15340 | $as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h | |
15341 | ||
15342 | fi | |
15343 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5 | |
15344 | $as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; } | |
15345 | ||
15346 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5 | |
15347 | $as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; } | |
d0ac1c44 | 15348 | if ${bfd_cv_have_sys_procfs_type_prstatus32_t+:} false; then : |
c603b11b AM |
15349 | $as_echo_n "(cached) " >&6 |
15350 | else | |
15351 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
15352 | /* end confdefs.h. */ | |
15353 | ||
15354 | #define _SYSCALL32 | |
15355 | /* Needed for new procfs interface on sparc-solaris. */ | |
15356 | #define _STRUCTURED_PROC 1 | |
15357 | #include <sys/procfs.h> | |
15358 | int | |
15359 | main () | |
15360 | { | |
15361 | prstatus32_t avar | |
15362 | ; | |
15363 | return 0; | |
15364 | } | |
15365 | _ACEOF | |
15366 | if ac_fn_c_try_compile "$LINENO"; then : | |
15367 | bfd_cv_have_sys_procfs_type_prstatus32_t=yes | |
15368 | else | |
15369 | bfd_cv_have_sys_procfs_type_prstatus32_t=no | |
15370 | ||
15371 | fi | |
15372 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
15373 | fi | |
15374 | ||
15375 | if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then | |
15376 | ||
15377 | $as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h | |
15378 | ||
15379 | fi | |
15380 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5 | |
15381 | $as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; } | |
15382 | ||
15383 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5 | |
15384 | $as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; } | |
d0ac1c44 | 15385 | if ${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+:} false; then : |
c603b11b AM |
15386 | $as_echo_n "(cached) " >&6 |
15387 | else | |
15388 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
15389 | /* end confdefs.h. */ | |
15390 | ||
15391 | #define _SYSCALL32 | |
15392 | /* Needed for new procfs interface on sparc-solaris. */ | |
15393 | #define _STRUCTURED_PROC 1 | |
15394 | #include <sys/procfs.h> | |
15395 | int | |
15396 | main () | |
15397 | { | |
15398 | prstatus_t avar; void* aref = (void*) &avar.pr_who | |
15399 | ; | |
15400 | return 0; | |
15401 | } | |
15402 | _ACEOF | |
15403 | if ac_fn_c_try_compile "$LINENO"; then : | |
15404 | bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes | |
15405 | else | |
15406 | bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no | |
15407 | ||
15408 | fi | |
15409 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
15410 | fi | |
15411 | ||
15412 | if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then | |
15413 | ||
15414 | $as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h | |
15415 | ||
15416 | fi | |
15417 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5 | |
15418 | $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; } | |
15419 | ||
15420 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5 | |
15421 | $as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; } | |
d0ac1c44 | 15422 | if ${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+:} false; then : |
c603b11b AM |
15423 | $as_echo_n "(cached) " >&6 |
15424 | else | |
15425 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
15426 | /* end confdefs.h. */ | |
15427 | ||
15428 | #define _SYSCALL32 | |
15429 | /* Needed for new procfs interface on sparc-solaris. */ | |
15430 | #define _STRUCTURED_PROC 1 | |
15431 | #include <sys/procfs.h> | |
15432 | int | |
15433 | main () | |
15434 | { | |
15435 | prstatus32_t avar; void* aref = (void*) &avar.pr_who | |
15436 | ; | |
15437 | return 0; | |
15438 | } | |
15439 | _ACEOF | |
15440 | if ac_fn_c_try_compile "$LINENO"; then : | |
15441 | bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes | |
15442 | else | |
15443 | bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no | |
15444 | ||
15445 | fi | |
15446 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
15447 | fi | |
15448 | ||
15449 | if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then | |
15450 | ||
15451 | $as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h | |
15452 | ||
15453 | fi | |
15454 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5 | |
15455 | $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; } | |
15456 | ||
15457 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5 | |
15458 | $as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; } | |
d0ac1c44 | 15459 | if ${bfd_cv_have_sys_procfs_type_pstatus_t+:} false; then : |
c603b11b AM |
15460 | $as_echo_n "(cached) " >&6 |
15461 | else | |
15462 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
15463 | /* end confdefs.h. */ | |
15464 | ||
15465 | #define _SYSCALL32 | |
15466 | /* Needed for new procfs interface on sparc-solaris. */ | |
15467 | #define _STRUCTURED_PROC 1 | |
15468 | #include <sys/procfs.h> | |
15469 | int | |
15470 | main () | |
15471 | { | |
15472 | pstatus_t avar | |
15473 | ; | |
15474 | return 0; | |
15475 | } | |
15476 | _ACEOF | |
15477 | if ac_fn_c_try_compile "$LINENO"; then : | |
15478 | bfd_cv_have_sys_procfs_type_pstatus_t=yes | |
15479 | else | |
15480 | bfd_cv_have_sys_procfs_type_pstatus_t=no | |
15481 | ||
15482 | fi | |
15483 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
15484 | fi | |
15485 | ||
15486 | if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then | |
15487 | ||
15488 | $as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h | |
15489 | ||
15490 | fi | |
15491 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5 | |
15492 | $as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; } | |
15493 | ||
15494 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5 | |
15495 | $as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; } | |
d0ac1c44 | 15496 | if ${bfd_cv_have_sys_procfs_type_pxstatus_t+:} false; then : |
c603b11b AM |
15497 | $as_echo_n "(cached) " >&6 |
15498 | else | |
15499 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
15500 | /* end confdefs.h. */ | |
15501 | ||
15502 | #define _SYSCALL32 | |
15503 | /* Needed for new procfs interface on sparc-solaris. */ | |
15504 | #define _STRUCTURED_PROC 1 | |
15505 | #include <sys/procfs.h> | |
15506 | int | |
15507 | main () | |
15508 | { | |
15509 | pxstatus_t avar | |
15510 | ; | |
15511 | return 0; | |
15512 | } | |
15513 | _ACEOF | |
15514 | if ac_fn_c_try_compile "$LINENO"; then : | |
15515 | bfd_cv_have_sys_procfs_type_pxstatus_t=yes | |
15516 | else | |
15517 | bfd_cv_have_sys_procfs_type_pxstatus_t=no | |
15518 | ||
15519 | fi | |
15520 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
15521 | fi | |
15522 | ||
15523 | if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then | |
15524 | ||
15525 | $as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h | |
15526 | ||
15527 | fi | |
15528 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5 | |
15529 | $as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; } | |
15530 | ||
15531 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5 | |
15532 | $as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; } | |
d0ac1c44 | 15533 | if ${bfd_cv_have_sys_procfs_type_pstatus32_t+:} false; then : |
c603b11b AM |
15534 | $as_echo_n "(cached) " >&6 |
15535 | else | |
15536 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
15537 | /* end confdefs.h. */ | |
15538 | ||
15539 | #define _SYSCALL32 | |
15540 | /* Needed for new procfs interface on sparc-solaris. */ | |
15541 | #define _STRUCTURED_PROC 1 | |
15542 | #include <sys/procfs.h> | |
15543 | int | |
15544 | main () | |
15545 | { | |
15546 | pstatus32_t avar | |
15547 | ; | |
15548 | return 0; | |
15549 | } | |
15550 | _ACEOF | |
15551 | if ac_fn_c_try_compile "$LINENO"; then : | |
15552 | bfd_cv_have_sys_procfs_type_pstatus32_t=yes | |
15553 | else | |
15554 | bfd_cv_have_sys_procfs_type_pstatus32_t=no | |
15555 | ||
15556 | fi | |
15557 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
15558 | fi | |
15559 | ||
15560 | if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then | |
15561 | ||
15562 | $as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h | |
15563 | ||
15564 | fi | |
15565 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5 | |
15566 | $as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; } | |
15567 | ||
15568 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5 | |
15569 | $as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; } | |
d0ac1c44 | 15570 | if ${bfd_cv_have_sys_procfs_type_prpsinfo_t+:} false; then : |
c603b11b AM |
15571 | $as_echo_n "(cached) " >&6 |
15572 | else | |
15573 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
15574 | /* end confdefs.h. */ | |
15575 | ||
15576 | #define _SYSCALL32 | |
15577 | /* Needed for new procfs interface on sparc-solaris. */ | |
15578 | #define _STRUCTURED_PROC 1 | |
15579 | #include <sys/procfs.h> | |
15580 | int | |
15581 | main () | |
15582 | { | |
15583 | prpsinfo_t avar | |
15584 | ; | |
15585 | return 0; | |
15586 | } | |
15587 | _ACEOF | |
15588 | if ac_fn_c_try_compile "$LINENO"; then : | |
15589 | bfd_cv_have_sys_procfs_type_prpsinfo_t=yes | |
15590 | else | |
15591 | bfd_cv_have_sys_procfs_type_prpsinfo_t=no | |
15592 | ||
15593 | fi | |
15594 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
15595 | fi | |
15596 | ||
15597 | if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then | |
15598 | ||
15599 | $as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h | |
15600 | ||
15601 | fi | |
15602 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5 | |
15603 | $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; } | |
15604 | ||
15605 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5 | |
15606 | $as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; } | |
d0ac1c44 | 15607 | if ${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+:} false; then : |
c603b11b AM |
15608 | $as_echo_n "(cached) " >&6 |
15609 | else | |
15610 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
15611 | /* end confdefs.h. */ | |
15612 | ||
15613 | #define _SYSCALL32 | |
15614 | /* Needed for new procfs interface on sparc-solaris. */ | |
15615 | #define _STRUCTURED_PROC 1 | |
15616 | #include <sys/procfs.h> | |
15617 | int | |
15618 | main () | |
15619 | { | |
15620 | prpsinfo_t avar; void* aref = (void*) &avar.pr_pid | |
15621 | ; | |
15622 | return 0; | |
15623 | } | |
15624 | _ACEOF | |
15625 | if ac_fn_c_try_compile "$LINENO"; then : | |
15626 | bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=yes | |
15627 | else | |
15628 | bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=no | |
15629 | ||
15630 | fi | |
15631 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
15632 | fi | |
15633 | ||
15634 | if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then | |
15635 | ||
15636 | $as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h | |
15637 | ||
15638 | fi | |
15639 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5 | |
15640 | $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; } | |
15641 | ||
15642 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5 | |
15643 | $as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; } | |
d0ac1c44 | 15644 | if ${bfd_cv_have_sys_procfs_type_prpsinfo32_t+:} false; then : |
c603b11b AM |
15645 | $as_echo_n "(cached) " >&6 |
15646 | else | |
15647 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
15648 | /* end confdefs.h. */ | |
15649 | ||
15650 | #define _SYSCALL32 | |
15651 | /* Needed for new procfs interface on sparc-solaris. */ | |
15652 | #define _STRUCTURED_PROC 1 | |
15653 | #include <sys/procfs.h> | |
15654 | int | |
15655 | main () | |
15656 | { | |
15657 | prpsinfo32_t avar | |
15658 | ; | |
15659 | return 0; | |
15660 | } | |
15661 | _ACEOF | |
15662 | if ac_fn_c_try_compile "$LINENO"; then : | |
15663 | bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes | |
15664 | else | |
15665 | bfd_cv_have_sys_procfs_type_prpsinfo32_t=no | |
15666 | ||
15667 | fi | |
15668 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
15669 | fi | |
15670 | ||
15671 | if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then | |
15672 | ||
15673 | $as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h | |
15674 | ||
15675 | fi | |
15676 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5 | |
15677 | $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; } | |
15678 | ||
15679 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5 | |
15680 | $as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; } | |
d0ac1c44 | 15681 | if ${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+:} false; then : |
c603b11b AM |
15682 | $as_echo_n "(cached) " >&6 |
15683 | else | |
15684 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
15685 | /* end confdefs.h. */ | |
15686 | ||
15687 | #define _SYSCALL32 | |
15688 | /* Needed for new procfs interface on sparc-solaris. */ | |
15689 | #define _STRUCTURED_PROC 1 | |
15690 | #include <sys/procfs.h> | |
15691 | int | |
15692 | main () | |
15693 | { | |
15694 | prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid | |
15695 | ; | |
15696 | return 0; | |
15697 | } | |
15698 | _ACEOF | |
15699 | if ac_fn_c_try_compile "$LINENO"; then : | |
15700 | bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=yes | |
15701 | else | |
15702 | bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=no | |
15703 | ||
15704 | fi | |
15705 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
15706 | fi | |
15707 | ||
15708 | if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then | |
15709 | ||
15710 | $as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h | |
15711 | ||
15712 | fi | |
15713 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5 | |
15714 | $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; } | |
15715 | ||
15716 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5 | |
15717 | $as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; } | |
d0ac1c44 | 15718 | if ${bfd_cv_have_sys_procfs_type_psinfo_t+:} false; then : |
c603b11b AM |
15719 | $as_echo_n "(cached) " >&6 |
15720 | else | |
15721 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
15722 | /* end confdefs.h. */ | |
15723 | ||
15724 | #define _SYSCALL32 | |
15725 | /* Needed for new procfs interface on sparc-solaris. */ | |
15726 | #define _STRUCTURED_PROC 1 | |
15727 | #include <sys/procfs.h> | |
15728 | int | |
15729 | main () | |
15730 | { | |
15731 | psinfo_t avar | |
15732 | ; | |
15733 | return 0; | |
15734 | } | |
15735 | _ACEOF | |
15736 | if ac_fn_c_try_compile "$LINENO"; then : | |
15737 | bfd_cv_have_sys_procfs_type_psinfo_t=yes | |
15738 | else | |
15739 | bfd_cv_have_sys_procfs_type_psinfo_t=no | |
15740 | ||
15741 | fi | |
15742 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
15743 | fi | |
15744 | ||
15745 | if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then | |
15746 | ||
15747 | $as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h | |
15748 | ||
15749 | fi | |
15750 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5 | |
15751 | $as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; } | |
15752 | ||
15753 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5 | |
15754 | $as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; } | |
d0ac1c44 | 15755 | if ${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+:} false; then : |
c603b11b AM |
15756 | $as_echo_n "(cached) " >&6 |
15757 | else | |
15758 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
15759 | /* end confdefs.h. */ | |
15760 | ||
15761 | #define _SYSCALL32 | |
15762 | /* Needed for new procfs interface on sparc-solaris. */ | |
15763 | #define _STRUCTURED_PROC 1 | |
15764 | #include <sys/procfs.h> | |
15765 | int | |
15766 | main () | |
15767 | { | |
15768 | psinfo_t avar; void* aref = (void*) &avar.pr_pid | |
15769 | ; | |
15770 | return 0; | |
15771 | } | |
15772 | _ACEOF | |
15773 | if ac_fn_c_try_compile "$LINENO"; then : | |
15774 | bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=yes | |
15775 | else | |
15776 | bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=no | |
15777 | ||
15778 | fi | |
15779 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
15780 | fi | |
15781 | ||
15782 | if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then | |
15783 | ||
15784 | $as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h | |
15785 | ||
15786 | fi | |
15787 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5 | |
15788 | $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; } | |
15789 | ||
15790 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5 | |
15791 | $as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; } | |
d0ac1c44 | 15792 | if ${bfd_cv_have_sys_procfs_type_psinfo32_t+:} false; then : |
c603b11b AM |
15793 | $as_echo_n "(cached) " >&6 |
15794 | else | |
15795 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
15796 | /* end confdefs.h. */ | |
15797 | ||
15798 | #define _SYSCALL32 | |
15799 | /* Needed for new procfs interface on sparc-solaris. */ | |
15800 | #define _STRUCTURED_PROC 1 | |
15801 | #include <sys/procfs.h> | |
15802 | int | |
15803 | main () | |
15804 | { | |
15805 | psinfo32_t avar | |
15806 | ; | |
15807 | return 0; | |
15808 | } | |
15809 | _ACEOF | |
15810 | if ac_fn_c_try_compile "$LINENO"; then : | |
15811 | bfd_cv_have_sys_procfs_type_psinfo32_t=yes | |
15812 | else | |
15813 | bfd_cv_have_sys_procfs_type_psinfo32_t=no | |
15814 | ||
15815 | fi | |
15816 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
15817 | fi | |
15818 | ||
15819 | if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then | |
15820 | ||
15821 | $as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h | |
15822 | ||
15823 | fi | |
15824 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5 | |
15825 | $as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; } | |
15826 | ||
15827 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5 | |
15828 | $as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; } | |
d0ac1c44 | 15829 | if ${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+:} false; then : |
c603b11b AM |
15830 | $as_echo_n "(cached) " >&6 |
15831 | else | |
15832 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
15833 | /* end confdefs.h. */ | |
15834 | ||
15835 | #define _SYSCALL32 | |
15836 | /* Needed for new procfs interface on sparc-solaris. */ | |
15837 | #define _STRUCTURED_PROC 1 | |
15838 | #include <sys/procfs.h> | |
15839 | int | |
15840 | main () | |
15841 | { | |
15842 | psinfo32_t avar; void* aref = (void*) &avar.pr_pid | |
15843 | ; | |
15844 | return 0; | |
15845 | } | |
15846 | _ACEOF | |
15847 | if ac_fn_c_try_compile "$LINENO"; then : | |
15848 | bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=yes | |
15849 | else | |
15850 | bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=no | |
15851 | ||
15852 | fi | |
15853 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
15854 | fi | |
15855 | ||
15856 | if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then | |
15857 | ||
15858 | $as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h | |
15859 | ||
15860 | fi | |
15861 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5 | |
15862 | $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; } | |
15863 | ||
15864 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5 | |
15865 | $as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; } | |
d0ac1c44 | 15866 | if ${bfd_cv_have_sys_procfs_type_lwpstatus_t+:} false; then : |
c603b11b AM |
15867 | $as_echo_n "(cached) " >&6 |
15868 | else | |
15869 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
15870 | /* end confdefs.h. */ | |
15871 | ||
15872 | #define _SYSCALL32 | |
15873 | /* Needed for new procfs interface on sparc-solaris. */ | |
15874 | #define _STRUCTURED_PROC 1 | |
15875 | #include <sys/procfs.h> | |
15876 | int | |
15877 | main () | |
15878 | { | |
15879 | lwpstatus_t avar | |
15880 | ; | |
15881 | return 0; | |
15882 | } | |
15883 | _ACEOF | |
15884 | if ac_fn_c_try_compile "$LINENO"; then : | |
15885 | bfd_cv_have_sys_procfs_type_lwpstatus_t=yes | |
15886 | else | |
15887 | bfd_cv_have_sys_procfs_type_lwpstatus_t=no | |
15888 | ||
15889 | fi | |
15890 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
15891 | fi | |
15892 | ||
15893 | if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then | |
15894 | ||
15895 | $as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h | |
15896 | ||
15897 | fi | |
15898 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5 | |
15899 | $as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; } | |
15900 | ||
15901 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5 | |
15902 | $as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; } | |
d0ac1c44 | 15903 | if ${bfd_cv_have_sys_procfs_type_lwpxstatus_t+:} false; then : |
c603b11b AM |
15904 | $as_echo_n "(cached) " >&6 |
15905 | else | |
15906 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
15907 | /* end confdefs.h. */ | |
15908 | ||
15909 | #define _SYSCALL32 | |
15910 | /* Needed for new procfs interface on sparc-solaris. */ | |
15911 | #define _STRUCTURED_PROC 1 | |
15912 | #include <sys/procfs.h> | |
15913 | int | |
15914 | main () | |
15915 | { | |
15916 | lwpxstatus_t avar | |
15917 | ; | |
15918 | return 0; | |
15919 | } | |
15920 | _ACEOF | |
15921 | if ac_fn_c_try_compile "$LINENO"; then : | |
15922 | bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes | |
15923 | else | |
15924 | bfd_cv_have_sys_procfs_type_lwpxstatus_t=no | |
15925 | ||
15926 | fi | |
15927 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
15928 | fi | |
15929 | ||
15930 | if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then | |
15931 | ||
15932 | $as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h | |
5464f5a1 | 15933 | |
c603b11b AM |
15934 | fi |
15935 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5 | |
15936 | $as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; } | |
1012372a | 15937 | |
c603b11b AM |
15938 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5 |
15939 | $as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; } | |
d0ac1c44 | 15940 | if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+:} false; then : |
c603b11b AM |
15941 | $as_echo_n "(cached) " >&6 |
15942 | else | |
15943 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
15944 | /* end confdefs.h. */ | |
2ba49b59 | 15945 | |
c603b11b AM |
15946 | #define _SYSCALL32 |
15947 | /* Needed for new procfs interface on sparc-solaris. */ | |
15948 | #define _STRUCTURED_PROC 1 | |
15949 | #include <sys/procfs.h> | |
15950 | int | |
15951 | main () | |
15952 | { | |
15953 | lwpstatus_t avar; void* aref = (void*) &avar.pr_context | |
15954 | ; | |
15955 | return 0; | |
15956 | } | |
15957 | _ACEOF | |
15958 | if ac_fn_c_try_compile "$LINENO"; then : | |
15959 | bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes | |
15960 | else | |
15961 | bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no | |
5464f5a1 | 15962 | |
c603b11b AM |
15963 | fi |
15964 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
15965 | fi | |
1012372a | 15966 | |
c603b11b | 15967 | if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then |
2ba49b59 | 15968 | |
c603b11b | 15969 | $as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h |
1012372a | 15970 | |
c603b11b AM |
15971 | fi |
15972 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5 | |
15973 | $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; } | |
81ecdfbb | 15974 | |
c603b11b AM |
15975 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5 |
15976 | $as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; } | |
d0ac1c44 | 15977 | if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+:} false; then : |
c603b11b AM |
15978 | $as_echo_n "(cached) " >&6 |
15979 | else | |
15980 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
81ecdfbb | 15981 | /* end confdefs.h. */ |
c603b11b AM |
15982 | |
15983 | #define _SYSCALL32 | |
15984 | /* Needed for new procfs interface on sparc-solaris. */ | |
15985 | #define _STRUCTURED_PROC 1 | |
15986 | #include <sys/procfs.h> | |
15987 | int | |
15988 | main () | |
15989 | { | |
15990 | lwpstatus_t avar; void* aref = (void*) &avar.pr_reg | |
15991 | ; | |
15992 | return 0; | |
15993 | } | |
81ecdfbb | 15994 | _ACEOF |
c603b11b AM |
15995 | if ac_fn_c_try_compile "$LINENO"; then : |
15996 | bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes | |
2ba49b59 | 15997 | else |
c603b11b AM |
15998 | bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no |
15999 | ||
16000 | fi | |
16001 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
2ba49b59 | 16002 | fi |
1012372a | 16003 | |
c603b11b AM |
16004 | if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then |
16005 | ||
16006 | $as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h | |
16007 | ||
16008 | fi | |
16009 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5 | |
16010 | $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; } | |
16011 | ||
16012 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5 | |
16013 | $as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; } | |
d0ac1c44 | 16014 | if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+:} false; then : |
c603b11b AM |
16015 | $as_echo_n "(cached) " >&6 |
16016 | else | |
16017 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
16018 | /* end confdefs.h. */ | |
16019 | ||
16020 | #define _SYSCALL32 | |
16021 | /* Needed for new procfs interface on sparc-solaris. */ | |
16022 | #define _STRUCTURED_PROC 1 | |
16023 | #include <sys/procfs.h> | |
16024 | int | |
16025 | main () | |
16026 | { | |
16027 | lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg | |
16028 | ; | |
16029 | return 0; | |
16030 | } | |
16031 | _ACEOF | |
16032 | if ac_fn_c_try_compile "$LINENO"; then : | |
16033 | bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=yes | |
16034 | else | |
16035 | bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=no | |
16036 | ||
16037 | fi | |
16038 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
16039 | fi | |
16040 | ||
16041 | if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then | |
1012372a | 16042 | |
c603b11b AM |
16043 | $as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h |
16044 | ||
16045 | fi | |
16046 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5 | |
16047 | $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; } | |
16048 | ||
16049 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5 | |
16050 | $as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; } | |
d0ac1c44 | 16051 | if ${bfd_cv_have_sys_procfs_type_win32_pstatus_t+:} false; then : |
c603b11b AM |
16052 | $as_echo_n "(cached) " >&6 |
16053 | else | |
16054 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
16055 | /* end confdefs.h. */ | |
16056 | ||
16057 | #define _SYSCALL32 | |
16058 | /* Needed for new procfs interface on sparc-solaris. */ | |
16059 | #define _STRUCTURED_PROC 1 | |
16060 | #include <sys/procfs.h> | |
16061 | int | |
16062 | main () | |
16063 | { | |
16064 | win32_pstatus_t avar | |
16065 | ; | |
16066 | return 0; | |
16067 | } | |
16068 | _ACEOF | |
16069 | if ac_fn_c_try_compile "$LINENO"; then : | |
16070 | bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes | |
16071 | else | |
16072 | bfd_cv_have_sys_procfs_type_win32_pstatus_t=no | |
16073 | ||
16074 | fi | |
16075 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
16076 | fi | |
16077 | ||
16078 | if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then | |
16079 | ||
16080 | $as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h | |
16081 | ||
16082 | fi | |
16083 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5 | |
16084 | $as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; } | |
16085 | ||
16086 | fi | |
16087 | fi | |
1012372a AC |
16088 | |
16089 | ||
c603b11b | 16090 | if test -n "$CORE_HEADER"; then |
1012372a | 16091 | |
c603b11b AM |
16092 | cat >>confdefs.h <<_ACEOF |
16093 | #define CORE_HEADER $CORE_HEADER | |
16094 | _ACEOF | |
252b5132 | 16095 | |
c603b11b AM |
16096 | fi |
16097 | if test -n "$TRAD_HEADER"; then | |
6be7c12c | 16098 | |
c603b11b AM |
16099 | cat >>confdefs.h <<_ACEOF |
16100 | #define TRAD_HEADER $TRAD_HEADER | |
16101 | _ACEOF | |
5464f5a1 | 16102 | |
c603b11b | 16103 | fi |
5464f5a1 | 16104 | |
81ecdfbb RW |
16105 | if test "$plugins" = "yes"; then |
16106 | supports_plugins=1 | |
5464f5a1 | 16107 | else |
81ecdfbb | 16108 | supports_plugins=0 |
5464f5a1 | 16109 | fi |
5464f5a1 | 16110 | |
81ecdfbb | 16111 | |
3cf9e6c4 | 16112 | |
96fe4562 | 16113 | # Determine the host dependent file_ptr a.k.a. off_t type. In order |
81ecdfbb RW |
16114 | # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and |
16115 | # fseeko, long. This assumes that sizeof off_t is .ge. sizeof long. | |
16116 | # Hopefully a reasonable assumption since fseeko et.al. should be | |
16117 | # upward compatible. | |
16118 | for ac_func in ftello ftello64 fseeko fseeko64 fopen64 | |
16119 | do : | |
16120 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
16121 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | |
d0ac1c44 | 16122 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
81ecdfbb RW |
16123 | cat >>confdefs.h <<_ACEOF |
16124 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
5464f5a1 | 16125 | _ACEOF |
5464f5a1 | 16126 | |
252b5132 | 16127 | fi |
81ecdfbb | 16128 | done |
5464f5a1 | 16129 | |
81ecdfbb RW |
16130 | if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then |
16131 | # The cast to long int works around a bug in the HP C Compiler | |
16132 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
16133 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
16134 | # This bug is HP SR number 8606223364. | |
16135 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5 | |
16136 | $as_echo_n "checking size of off_t... " >&6; } | |
d0ac1c44 | 16137 | if ${ac_cv_sizeof_off_t+:} false; then : |
81ecdfbb | 16138 | $as_echo_n "(cached) " >&6 |
6be7c12c | 16139 | else |
81ecdfbb | 16140 | if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then : |
5464f5a1 | 16141 | |
81ecdfbb RW |
16142 | else |
16143 | if test "$ac_cv_type_off_t" = yes; then | |
16144 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
16145 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
d0ac1c44 SM |
16146 | as_fn_error 77 "cannot compute sizeof (off_t) |
16147 | See \`config.log' for more details" "$LINENO" 5; } | |
81ecdfbb RW |
16148 | else |
16149 | ac_cv_sizeof_off_t=0 | |
16150 | fi | |
5464f5a1 | 16151 | fi |
5464f5a1 | 16152 | |
252b5132 | 16153 | fi |
81ecdfbb RW |
16154 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5 |
16155 | $as_echo "$ac_cv_sizeof_off_t" >&6; } | |
5464f5a1 | 16156 | |
252b5132 | 16157 | |
5464f5a1 | 16158 | |
81ecdfbb RW |
16159 | cat >>confdefs.h <<_ACEOF |
16160 | #define SIZEOF_OFF_T $ac_cv_sizeof_off_t | |
5464f5a1 | 16161 | _ACEOF |
5464f5a1 | 16162 | |
5464f5a1 | 16163 | |
81ecdfbb RW |
16164 | fi |
16165 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5 | |
16166 | $as_echo_n "checking file_ptr type... " >&6; } | |
16167 | bfd_file_ptr="long" | |
16168 | bfd_ufile_ptr="unsigned long" | |
16169 | if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \ | |
16170 | -o x"${ac_cv_sizeof_off_t}" = x8; then | |
16171 | bfd_file_ptr=BFD_HOST_64_BIT | |
16172 | bfd_ufile_ptr=BFD_HOST_U_64_BIT | |
16173 | fi | |
16174 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5 | |
16175 | $as_echo "$bfd_file_ptr" >&6; } | |
16176 | ||
6be7c12c | 16177 | |
252b5132 | 16178 | |
d0ac1c44 SM |
16179 | |
16180 | ||
16181 | ||
16182 | for ac_header in $ac_header_list | |
81ecdfbb RW |
16183 | do : |
16184 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
d0ac1c44 SM |
16185 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
16186 | " | |
16187 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | |
81ecdfbb RW |
16188 | cat >>confdefs.h <<_ACEOF |
16189 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
5464f5a1 | 16190 | _ACEOF |
5464f5a1 | 16191 | |
5464f5a1 | 16192 | fi |
81ecdfbb RW |
16193 | |
16194 | done | |
16195 | ||
d0ac1c44 SM |
16196 | |
16197 | ||
16198 | ||
16199 | ||
16200 | ||
16201 | ||
16202 | ||
81ecdfbb RW |
16203 | for ac_func in getpagesize |
16204 | do : | |
16205 | ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" | |
d0ac1c44 | 16206 | if test "x$ac_cv_func_getpagesize" = xyes; then : |
5464f5a1 | 16207 | cat >>confdefs.h <<_ACEOF |
81ecdfbb | 16208 | #define HAVE_GETPAGESIZE 1 |
5464f5a1 | 16209 | _ACEOF |
252b5132 | 16210 | |
252b5132 RH |
16211 | fi |
16212 | done | |
16213 | ||
81ecdfbb RW |
16214 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5 |
16215 | $as_echo_n "checking for working mmap... " >&6; } | |
d0ac1c44 | 16216 | if ${ac_cv_func_mmap_fixed_mapped+:} false; then : |
81ecdfbb | 16217 | $as_echo_n "(cached) " >&6 |
252b5132 | 16218 | else |
81ecdfbb | 16219 | if test "$cross_compiling" = yes; then : |
252b5132 RH |
16220 | ac_cv_func_mmap_fixed_mapped=no |
16221 | else | |
81ecdfbb | 16222 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5464f5a1 NN |
16223 | /* end confdefs.h. */ |
16224 | $ac_includes_default | |
16225 | /* malloc might have been renamed as rpl_malloc. */ | |
16226 | #undef malloc | |
6be7c12c | 16227 | |
252b5132 RH |
16228 | /* Thanks to Mike Haertel and Jim Avera for this test. |
16229 | Here is a matrix of mmap possibilities: | |
16230 | mmap private not fixed | |
16231 | mmap private fixed at somewhere currently unmapped | |
16232 | mmap private fixed at somewhere already mapped | |
16233 | mmap shared not fixed | |
16234 | mmap shared fixed at somewhere currently unmapped | |
16235 | mmap shared fixed at somewhere already mapped | |
16236 | For private mappings, we should verify that changes cannot be read() | |
16237 | back from the file, nor mmap's back from the file at a different | |
16238 | address. (There have been systems where private was not correctly | |
16239 | implemented like the infamous i386 svr4.0, and systems where the | |
5464f5a1 | 16240 | VM page cache was not coherent with the file system buffer cache |
252b5132 RH |
16241 | like early versions of FreeBSD and possibly contemporary NetBSD.) |
16242 | For shared mappings, we should conversely verify that changes get | |
5464f5a1 | 16243 | propagated back to all the places they're supposed to be. |
252b5132 RH |
16244 | |
16245 | Grep wants private fixed already mapped. | |
16246 | The main things grep needs to know about mmap are: | |
16247 | * does it exist and is it safe to write into the mmap'd area | |
16248 | * how to use it (BSD variants) */ | |
5464f5a1 | 16249 | |
252b5132 RH |
16250 | #include <fcntl.h> |
16251 | #include <sys/mman.h> | |
16252 | ||
81ecdfbb | 16253 | #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H |
5464f5a1 NN |
16254 | char *malloc (); |
16255 | #endif | |
6be7c12c | 16256 | |
5464f5a1 | 16257 | /* This mess was copied from the GNU getpagesize.h. */ |
81ecdfbb | 16258 | #ifndef HAVE_GETPAGESIZE |
252b5132 RH |
16259 | # ifdef _SC_PAGESIZE |
16260 | # define getpagesize() sysconf(_SC_PAGESIZE) | |
16261 | # else /* no _SC_PAGESIZE */ | |
81ecdfbb | 16262 | # ifdef HAVE_SYS_PARAM_H |
252b5132 RH |
16263 | # include <sys/param.h> |
16264 | # ifdef EXEC_PAGESIZE | |
16265 | # define getpagesize() EXEC_PAGESIZE | |
16266 | # else /* no EXEC_PAGESIZE */ | |
16267 | # ifdef NBPG | |
16268 | # define getpagesize() NBPG * CLSIZE | |
16269 | # ifndef CLSIZE | |
16270 | # define CLSIZE 1 | |
16271 | # endif /* no CLSIZE */ | |
16272 | # else /* no NBPG */ | |
16273 | # ifdef NBPC | |
16274 | # define getpagesize() NBPC | |
16275 | # else /* no NBPC */ | |
16276 | # ifdef PAGESIZE | |
16277 | # define getpagesize() PAGESIZE | |
16278 | # endif /* PAGESIZE */ | |
16279 | # endif /* no NBPC */ | |
16280 | # endif /* no NBPG */ | |
16281 | # endif /* no EXEC_PAGESIZE */ | |
16282 | # else /* no HAVE_SYS_PARAM_H */ | |
16283 | # define getpagesize() 8192 /* punt totally */ | |
16284 | # endif /* no HAVE_SYS_PARAM_H */ | |
16285 | # endif /* no _SC_PAGESIZE */ | |
16286 | ||
5464f5a1 NN |
16287 | #endif /* no HAVE_GETPAGESIZE */ |
16288 | ||
16289 | int | |
16290 | main () | |
16291 | { | |
16292 | char *data, *data2, *data3; | |
d0ac1c44 | 16293 | const char *cdata2; |
5464f5a1 | 16294 | int i, pagesize; |
d0ac1c44 | 16295 | int fd, fd2; |
5464f5a1 NN |
16296 | |
16297 | pagesize = getpagesize (); | |
16298 | ||
16299 | /* First, make a file with some known garbage in it. */ | |
16300 | data = (char *) malloc (pagesize); | |
16301 | if (!data) | |
81ecdfbb | 16302 | return 1; |
5464f5a1 NN |
16303 | for (i = 0; i < pagesize; ++i) |
16304 | *(data + i) = rand (); | |
16305 | umask (0); | |
16306 | fd = creat ("conftest.mmap", 0600); | |
16307 | if (fd < 0) | |
d0ac1c44 | 16308 | return 2; |
5464f5a1 | 16309 | if (write (fd, data, pagesize) != pagesize) |
d0ac1c44 | 16310 | return 3; |
5464f5a1 NN |
16311 | close (fd); |
16312 | ||
d0ac1c44 SM |
16313 | /* Next, check that the tail of a page is zero-filled. File must have |
16314 | non-zero length, otherwise we risk SIGBUS for entire page. */ | |
16315 | fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600); | |
16316 | if (fd2 < 0) | |
16317 | return 4; | |
16318 | cdata2 = ""; | |
16319 | if (write (fd2, cdata2, 1) != 1) | |
16320 | return 5; | |
16321 | data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L); | |
16322 | if (data2 == MAP_FAILED) | |
16323 | return 6; | |
16324 | for (i = 0; i < pagesize; ++i) | |
16325 | if (*(data2 + i)) | |
16326 | return 7; | |
16327 | close (fd2); | |
16328 | if (munmap (data2, pagesize)) | |
16329 | return 8; | |
16330 | ||
5464f5a1 NN |
16331 | /* Next, try to mmap the file at a fixed address which already has |
16332 | something else allocated at it. If we can, also make sure that | |
16333 | we see the same garbage. */ | |
16334 | fd = open ("conftest.mmap", O_RDWR); | |
16335 | if (fd < 0) | |
d0ac1c44 | 16336 | return 9; |
5464f5a1 NN |
16337 | if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, |
16338 | MAP_PRIVATE | MAP_FIXED, fd, 0L)) | |
d0ac1c44 | 16339 | return 10; |
5464f5a1 NN |
16340 | for (i = 0; i < pagesize; ++i) |
16341 | if (*(data + i) != *(data2 + i)) | |
d0ac1c44 | 16342 | return 11; |
5464f5a1 NN |
16343 | |
16344 | /* Finally, make sure that changes to the mapped area do not | |
16345 | percolate back to the file as seen by read(). (This is a bug on | |
16346 | some variants of i386 svr4.0.) */ | |
16347 | for (i = 0; i < pagesize; ++i) | |
16348 | *(data2 + i) = *(data2 + i) + 1; | |
16349 | data3 = (char *) malloc (pagesize); | |
16350 | if (!data3) | |
d0ac1c44 | 16351 | return 12; |
5464f5a1 | 16352 | if (read (fd, data3, pagesize) != pagesize) |
d0ac1c44 | 16353 | return 13; |
5464f5a1 NN |
16354 | for (i = 0; i < pagesize; ++i) |
16355 | if (*(data + i) != *(data3 + i)) | |
d0ac1c44 | 16356 | return 14; |
5464f5a1 | 16357 | close (fd); |
81ecdfbb | 16358 | return 0; |
5464f5a1 NN |
16359 | } |
16360 | _ACEOF | |
81ecdfbb | 16361 | if ac_fn_c_try_run "$LINENO"; then : |
5464f5a1 NN |
16362 | ac_cv_func_mmap_fixed_mapped=yes |
16363 | else | |
81ecdfbb | 16364 | ac_cv_func_mmap_fixed_mapped=no |
5464f5a1 | 16365 | fi |
81ecdfbb RW |
16366 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ |
16367 | conftest.$ac_objext conftest.beam conftest.$ac_ext | |
5464f5a1 | 16368 | fi |
81ecdfbb | 16369 | |
5464f5a1 | 16370 | fi |
81ecdfbb RW |
16371 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5 |
16372 | $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; } | |
5464f5a1 NN |
16373 | if test $ac_cv_func_mmap_fixed_mapped = yes; then |
16374 | ||
81ecdfbb | 16375 | $as_echo "#define HAVE_MMAP 1" >>confdefs.h |
5464f5a1 NN |
16376 | |
16377 | fi | |
d0ac1c44 | 16378 | rm -f conftest.mmap conftest.txt |
5464f5a1 | 16379 | |
5464f5a1 | 16380 | for ac_func in madvise mprotect |
81ecdfbb RW |
16381 | do : |
16382 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
16383 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | |
d0ac1c44 | 16384 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
5464f5a1 | 16385 | cat >>confdefs.h <<_ACEOF |
81ecdfbb | 16386 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
5464f5a1 NN |
16387 | _ACEOF |
16388 | ||
16389 | fi | |
16390 | done | |
16391 | ||
16392 | case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in | |
16393 | true+yes ) | |
81ecdfbb | 16394 | $as_echo "#define USE_MMAP 1" >>confdefs.h |
5464f5a1 NN |
16395 | ;; |
16396 | esac | |
16397 | ||
16398 | rm -f doc/config.status | |
81ecdfbb | 16399 | ac_config_files="$ac_config_files Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in" |
5464f5a1 | 16400 | |
20e95c23 | 16401 | |
81ecdfbb | 16402 | ac_config_commands="$ac_config_commands default" |
5464f5a1 | 16403 | |
108a6f8e CD |
16404 | |
16405 | ||
16406 | ||
16407 | ||
16408 | ||
31dd3154 | 16409 | |
5464f5a1 NN |
16410 | cat >confcache <<\_ACEOF |
16411 | # This file is a shell script that caches the results of configure | |
16412 | # tests run on this system so they can be shared between configure | |
16413 | # scripts and configure runs, see configure's option --config-cache. | |
16414 | # It is not useful on other systems. If it contains results you don't | |
16415 | # want to keep, you may remove or edit it. | |
16416 | # | |
16417 | # config.status only pays attention to the cache file if you give it | |
16418 | # the --recheck option to rerun configure. | |
16419 | # | |
16420 | # `ac_cv_env_foo' variables (set or unset) will be overridden when | |
16421 | # loading this file, other *unset* `ac_cv_foo' will be assigned the | |
16422 | # following values. | |
16423 | ||
16424 | _ACEOF | |
16425 | ||
16426 | # The following way of writing the cache mishandles newlines in values, | |
16427 | # but we know of no workaround that is simple, portable, and efficient. | |
81ecdfbb | 16428 | # So, we kill variables containing newlines. |
5464f5a1 NN |
16429 | # Ultrix sh set writes to stderr and can't be redirected directly, |
16430 | # and sets the high bit in the cache file unless we assign to the vars. | |
81ecdfbb RW |
16431 | ( |
16432 | for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do | |
16433 | eval ac_val=\$$ac_var | |
16434 | case $ac_val in #( | |
16435 | *${as_nl}*) | |
16436 | case $ac_var in #( | |
16437 | *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 | |
16438 | $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |
16439 | esac | |
16440 | case $ac_var in #( | |
16441 | _ | IFS | as_nl) ;; #( | |
16442 | BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( | |
16443 | *) { eval $ac_var=; unset $ac_var;} ;; | |
16444 | esac ;; | |
16445 | esac | |
16446 | done | |
16447 | ||
5464f5a1 | 16448 | (set) 2>&1 | |
81ecdfbb RW |
16449 | case $as_nl`(ac_space=' '; set) 2>&1` in #( |
16450 | *${as_nl}ac_space=\ *) | |
16451 | # `set' does not quote correctly, so add quotes: double-quote | |
16452 | # substitution turns \\\\ into \\, and sed turns \\ into \. | |
5464f5a1 NN |
16453 | sed -n \ |
16454 | "s/'/'\\\\''/g; | |
16455 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | |
81ecdfbb | 16456 | ;; #( |
5464f5a1 NN |
16457 | *) |
16458 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
81ecdfbb | 16459 | sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
5464f5a1 | 16460 | ;; |
81ecdfbb RW |
16461 | esac | |
16462 | sort | |
16463 | ) | | |
5464f5a1 | 16464 | sed ' |
81ecdfbb | 16465 | /^ac_cv_env_/b end |
5464f5a1 | 16466 | t clear |
81ecdfbb | 16467 | :clear |
5464f5a1 NN |
16468 | s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ |
16469 | t end | |
81ecdfbb RW |
16470 | s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ |
16471 | :end' >>confcache | |
16472 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else | |
16473 | if test -w "$cache_file"; then | |
d0ac1c44 | 16474 | if test "x$cache_file" != "x/dev/null"; then |
81ecdfbb RW |
16475 | { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 |
16476 | $as_echo "$as_me: updating cache $cache_file" >&6;} | |
d0ac1c44 SM |
16477 | if test ! -f "$cache_file" || test -h "$cache_file"; then |
16478 | cat confcache >"$cache_file" | |
16479 | else | |
16480 | case $cache_file in #( | |
16481 | */* | ?:*) | |
16482 | mv -f confcache "$cache_file"$$ && | |
16483 | mv -f "$cache_file"$$ "$cache_file" ;; #( | |
16484 | *) | |
16485 | mv -f confcache "$cache_file" ;; | |
16486 | esac | |
16487 | fi | |
16488 | fi | |
5464f5a1 | 16489 | else |
81ecdfbb RW |
16490 | { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 |
16491 | $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} | |
5464f5a1 NN |
16492 | fi |
16493 | fi | |
16494 | rm -f confcache | |
16495 | ||
16496 | test "x$prefix" = xNONE && prefix=$ac_default_prefix | |
16497 | # Let make expand exec_prefix. | |
16498 | test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | |
16499 | ||
5464f5a1 NN |
16500 | DEFS=-DHAVE_CONFIG_H |
16501 | ||
16502 | ac_libobjs= | |
16503 | ac_ltlibobjs= | |
d0ac1c44 | 16504 | U= |
5464f5a1 NN |
16505 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
16506 | # 1. Remove the extension, and $U if already installed. | |
81ecdfbb RW |
16507 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
16508 | ac_i=`$as_echo "$ac_i" | sed "$ac_script"` | |
16509 | # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR | |
16510 | # will be set to the directory where LIBOBJS objects are built. | |
16511 | as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" | |
16512 | as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' | |
5464f5a1 NN |
16513 | done |
16514 | LIBOBJS=$ac_libobjs | |
16515 | ||
16516 | LTLIBOBJS=$ac_ltlibobjs | |
16517 | ||
16518 | ||
d0ac1c44 SM |
16519 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 |
16520 | $as_echo_n "checking that generated files are newer than configure... " >&6; } | |
16521 | if test -n "$am_sleep_pid"; then | |
16522 | # Hide warnings about reused PIDs. | |
16523 | wait $am_sleep_pid 2>/dev/null | |
16524 | fi | |
16525 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 | |
16526 | $as_echo "done" >&6; } | |
f5385ebf | 16527 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then |
d0ac1c44 | 16528 | as_fn_error $? "conditional \"AMDEP\" was never defined. |
81ecdfbb | 16529 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
f5385ebf AM |
16530 | fi |
16531 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | |
d0ac1c44 | 16532 | as_fn_error $? "conditional \"am__fastdepCC\" was never defined. |
81ecdfbb RW |
16533 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
16534 | fi | |
16535 | if test -n "$EXEEXT"; then | |
16536 | am__EXEEXT_TRUE= | |
16537 | am__EXEEXT_FALSE='#' | |
16538 | else | |
16539 | am__EXEEXT_TRUE='#' | |
16540 | am__EXEEXT_FALSE= | |
f5385ebf | 16541 | fi |
81ecdfbb | 16542 | |
ce3c775b | 16543 | if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then |
d0ac1c44 | 16544 | as_fn_error $? "conditional \"PLUGINS\" was never defined. |
81ecdfbb | 16545 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
ce3c775b | 16546 | fi |
f5385ebf | 16547 | if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then |
d0ac1c44 | 16548 | as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. |
81ecdfbb | 16549 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
f5385ebf | 16550 | fi |
d5fbea21 | 16551 | if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then |
d0ac1c44 | 16552 | as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined. |
81ecdfbb | 16553 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
d5fbea21 | 16554 | fi |
f5385ebf | 16555 | if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then |
d0ac1c44 | 16556 | as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined. |
81ecdfbb | 16557 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
f5385ebf | 16558 | fi |
5464f5a1 | 16559 | |
d0ac1c44 | 16560 | : "${CONFIG_STATUS=./config.status}" |
81ecdfbb | 16561 | ac_write_fail=0 |
5464f5a1 NN |
16562 | ac_clean_files_save=$ac_clean_files |
16563 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" | |
81ecdfbb RW |
16564 | { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 |
16565 | $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} | |
16566 | as_write_fail=0 | |
16567 | cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 | |
5464f5a1 NN |
16568 | #! $SHELL |
16569 | # Generated by $as_me. | |
16570 | # Run this file to recreate the current configuration. | |
16571 | # Compiler output produced by configure, useful for debugging | |
16572 | # configure, is in config.log if it exists. | |
16573 | ||
16574 | debug=false | |
16575 | ac_cs_recheck=false | |
16576 | ac_cs_silent=false | |
5464f5a1 | 16577 | |
81ecdfbb RW |
16578 | SHELL=\${CONFIG_SHELL-$SHELL} |
16579 | export SHELL | |
16580 | _ASEOF | |
16581 | cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 | |
16582 | ## -------------------- ## | |
16583 | ## M4sh Initialization. ## | |
16584 | ## -------------------- ## | |
5464f5a1 | 16585 | |
81ecdfbb RW |
16586 | # Be more Bourne compatible |
16587 | DUALCASE=1; export DUALCASE # for MKS sh | |
16588 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : | |
5464f5a1 NN |
16589 | emulate sh |
16590 | NULLCMD=: | |
81ecdfbb | 16591 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
5464f5a1 NN |
16592 | # is contrary to our usage. Disable this feature. |
16593 | alias -g '${1+"$@"}'='"$@"' | |
81ecdfbb RW |
16594 | setopt NO_GLOB_SUBST |
16595 | else | |
16596 | case `(set -o) 2>/dev/null` in #( | |
16597 | *posix*) : | |
16598 | set -o posix ;; #( | |
16599 | *) : | |
16600 | ;; | |
16601 | esac | |
5464f5a1 | 16602 | fi |
5464f5a1 | 16603 | |
81ecdfbb RW |
16604 | |
16605 | as_nl=' | |
16606 | ' | |
16607 | export as_nl | |
16608 | # Printing a long string crashes Solaris 7 /usr/bin/printf. | |
16609 | as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' | |
16610 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo | |
16611 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo | |
16612 | # Prefer a ksh shell builtin over an external printf program on Solaris, | |
16613 | # but without wasting forks for bash or zsh. | |
16614 | if test -z "$BASH_VERSION$ZSH_VERSION" \ | |
16615 | && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then | |
16616 | as_echo='print -r --' | |
16617 | as_echo_n='print -rn --' | |
16618 | elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then | |
16619 | as_echo='printf %s\n' | |
16620 | as_echo_n='printf %s' | |
16621 | else | |
16622 | if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then | |
16623 | as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' | |
16624 | as_echo_n='/usr/ucb/echo -n' | |
16625 | else | |
16626 | as_echo_body='eval expr "X$1" : "X\\(.*\\)"' | |
16627 | as_echo_n_body='eval | |
16628 | arg=$1; | |
16629 | case $arg in #( | |
16630 | *"$as_nl"*) | |
16631 | expr "X$arg" : "X\\(.*\\)$as_nl"; | |
16632 | arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; | |
16633 | esac; | |
16634 | expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" | |
16635 | ' | |
16636 | export as_echo_n_body | |
16637 | as_echo_n='sh -c $as_echo_n_body as_echo' | |
16638 | fi | |
16639 | export as_echo_body | |
16640 | as_echo='sh -c $as_echo_body as_echo' | |
16641 | fi | |
16642 | ||
16643 | # The user is always right. | |
16644 | if test "${PATH_SEPARATOR+set}" != set; then | |
16645 | PATH_SEPARATOR=: | |
16646 | (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { | |
16647 | (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || | |
16648 | PATH_SEPARATOR=';' | |
16649 | } | |
5464f5a1 NN |
16650 | fi |
16651 | ||
16652 | ||
81ecdfbb RW |
16653 | # IFS |
16654 | # We need space, tab and new line, in precisely that order. Quoting is | |
16655 | # there to prevent editors from complaining about space-tab. | |
16656 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word | |
16657 | # splitting by setting IFS to empty value.) | |
16658 | IFS=" "" $as_nl" | |
16659 | ||
16660 | # Find who we are. Look in the path if we contain no directory separator. | |
d0ac1c44 | 16661 | as_myself= |
81ecdfbb RW |
16662 | case $0 in #(( |
16663 | *[\\/]* ) as_myself=$0 ;; | |
16664 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
16665 | for as_dir in $PATH | |
16666 | do | |
16667 | IFS=$as_save_IFS | |
16668 | test -z "$as_dir" && as_dir=. | |
16669 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break | |
16670 | done | |
16671 | IFS=$as_save_IFS | |
16672 | ||
16673 | ;; | |
16674 | esac | |
16675 | # We did not find ourselves, most probably we were run as `sh COMMAND' | |
16676 | # in which case we are not to be found in the path. | |
16677 | if test "x$as_myself" = x; then | |
16678 | as_myself=$0 | |
16679 | fi | |
16680 | if test ! -f "$as_myself"; then | |
16681 | $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 | |
16682 | exit 1 | |
16683 | fi | |
16684 | ||
16685 | # Unset variables that we do not need and which cause bugs (e.g. in | |
16686 | # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" | |
16687 | # suppresses any "Segmentation fault" message there. '((' could | |
16688 | # trigger a bug in pdksh 5.2.14. | |
16689 | for as_var in BASH_ENV ENV MAIL MAILPATH | |
16690 | do eval test x\${$as_var+set} = xset \ | |
16691 | && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : | |
16692 | done | |
5464f5a1 NN |
16693 | PS1='$ ' |
16694 | PS2='> ' | |
16695 | PS4='+ ' | |
16696 | ||
16697 | # NLS nuisances. | |
81ecdfbb RW |
16698 | LC_ALL=C |
16699 | export LC_ALL | |
16700 | LANGUAGE=C | |
16701 | export LANGUAGE | |
16702 | ||
16703 | # CDPATH. | |
16704 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | |
16705 | ||
16706 | ||
d0ac1c44 SM |
16707 | # as_fn_error STATUS ERROR [LINENO LOG_FD] |
16708 | # ---------------------------------------- | |
81ecdfbb RW |
16709 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
16710 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | |
d0ac1c44 | 16711 | # script with STATUS, using 1 if that was 0. |
81ecdfbb RW |
16712 | as_fn_error () |
16713 | { | |
d0ac1c44 SM |
16714 | as_status=$1; test $as_status -eq 0 && as_status=1 |
16715 | if test "$4"; then | |
16716 | as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
16717 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 | |
5464f5a1 | 16718 | fi |
d0ac1c44 | 16719 | $as_echo "$as_me: error: $2" >&2 |
81ecdfbb RW |
16720 | as_fn_exit $as_status |
16721 | } # as_fn_error | |
16722 | ||
16723 | ||
16724 | # as_fn_set_status STATUS | |
16725 | # ----------------------- | |
16726 | # Set $? to STATUS, without forking. | |
16727 | as_fn_set_status () | |
16728 | { | |
16729 | return $1 | |
16730 | } # as_fn_set_status | |
16731 | ||
16732 | # as_fn_exit STATUS | |
16733 | # ----------------- | |
16734 | # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. | |
16735 | as_fn_exit () | |
16736 | { | |
16737 | set +e | |
16738 | as_fn_set_status $1 | |
16739 | exit $1 | |
16740 | } # as_fn_exit | |
16741 | ||
16742 | # as_fn_unset VAR | |
16743 | # --------------- | |
16744 | # Portably unset VAR. | |
16745 | as_fn_unset () | |
16746 | { | |
16747 | { eval $1=; unset $1;} | |
16748 | } | |
16749 | as_unset=as_fn_unset | |
16750 | # as_fn_append VAR VALUE | |
16751 | # ---------------------- | |
16752 | # Append the text in VALUE to the end of the definition contained in VAR. Take | |
16753 | # advantage of any shell optimizations that allow amortized linear growth over | |
16754 | # repeated appends, instead of the typical quadratic growth present in naive | |
16755 | # implementations. | |
16756 | if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : | |
16757 | eval 'as_fn_append () | |
16758 | { | |
16759 | eval $1+=\$2 | |
16760 | }' | |
16761 | else | |
16762 | as_fn_append () | |
16763 | { | |
16764 | eval $1=\$$1\$2 | |
16765 | } | |
16766 | fi # as_fn_append | |
16767 | ||
16768 | # as_fn_arith ARG... | |
16769 | # ------------------ | |
16770 | # Perform arithmetic evaluation on the ARGs, and store the result in the | |
16771 | # global $as_val. Take advantage of shells that can avoid forks. The arguments | |
16772 | # must be portable across $(()) and expr. | |
16773 | if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : | |
16774 | eval 'as_fn_arith () | |
16775 | { | |
16776 | as_val=$(( $* )) | |
16777 | }' | |
16778 | else | |
16779 | as_fn_arith () | |
16780 | { | |
16781 | as_val=`expr "$@" || test $? -eq 1` | |
16782 | } | |
16783 | fi # as_fn_arith | |
16784 | ||
5464f5a1 | 16785 | |
81ecdfbb RW |
16786 | if expr a : '\(a\)' >/dev/null 2>&1 && |
16787 | test "X`expr 00001 : '.*\(...\)'`" = X001; then | |
5464f5a1 NN |
16788 | as_expr=expr |
16789 | else | |
16790 | as_expr=false | |
16791 | fi | |
16792 | ||
81ecdfbb | 16793 | if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then |
5464f5a1 NN |
16794 | as_basename=basename |
16795 | else | |
16796 | as_basename=false | |
16797 | fi | |
252b5132 | 16798 | |
81ecdfbb RW |
16799 | if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
16800 | as_dirname=dirname | |
16801 | else | |
16802 | as_dirname=false | |
16803 | fi | |
6be7c12c | 16804 | |
81ecdfbb | 16805 | as_me=`$as_basename -- "$0" || |
5464f5a1 NN |
16806 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
16807 | X"$0" : 'X\(//\)$' \| \ | |
81ecdfbb RW |
16808 | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
16809 | $as_echo X/"$0" | | |
16810 | sed '/^.*\/\([^/][^/]*\)\/*$/{ | |
16811 | s//\1/ | |
16812 | q | |
16813 | } | |
16814 | /^X\/\(\/\/\)$/{ | |
16815 | s//\1/ | |
16816 | q | |
16817 | } | |
16818 | /^X\/\(\/\).*/{ | |
16819 | s//\1/ | |
16820 | q | |
16821 | } | |
16822 | s/.*/./; q'` | |
5464f5a1 | 16823 | |
5464f5a1 NN |
16824 | # Avoid depending upon Character Ranges. |
16825 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' | |
16826 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
16827 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |
16828 | as_cr_digits='0123456789' | |
16829 | as_cr_alnum=$as_cr_Letters$as_cr_digits | |
16830 | ||
81ecdfbb RW |
16831 | ECHO_C= ECHO_N= ECHO_T= |
16832 | case `echo -n x` in #((((( | |
16833 | -n*) | |
16834 | case `echo 'xy\c'` in | |
16835 | *c*) ECHO_T=' ';; # ECHO_T is single tab character. | |
16836 | xy) ECHO_C='\c';; | |
16837 | *) echo `echo ksh88 bug on AIX 6.1` > /dev/null | |
16838 | ECHO_T=' ';; | |
16839 | esac;; | |
16840 | *) | |
16841 | ECHO_N='-n';; | |
5464f5a1 NN |
16842 | esac |
16843 | ||
81ecdfbb RW |
16844 | rm -f conf$$ conf$$.exe conf$$.file |
16845 | if test -d conf$$.dir; then | |
16846 | rm -f conf$$.dir/conf$$.file | |
252b5132 | 16847 | else |
81ecdfbb RW |
16848 | rm -f conf$$.dir |
16849 | mkdir conf$$.dir 2>/dev/null | |
252b5132 | 16850 | fi |
81ecdfbb RW |
16851 | if (echo >conf$$.file) 2>/dev/null; then |
16852 | if ln -s conf$$.file conf$$ 2>/dev/null; then | |
5464f5a1 | 16853 | as_ln_s='ln -s' |
81ecdfbb RW |
16854 | # ... but there are two gotchas: |
16855 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | |
16856 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | |
d0ac1c44 | 16857 | # In both cases, we have to default to `cp -pR'. |
81ecdfbb | 16858 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
d0ac1c44 | 16859 | as_ln_s='cp -pR' |
81ecdfbb RW |
16860 | elif ln conf$$.file conf$$ 2>/dev/null; then |
16861 | as_ln_s=ln | |
16862 | else | |
d0ac1c44 | 16863 | as_ln_s='cp -pR' |
5464f5a1 | 16864 | fi |
5464f5a1 | 16865 | else |
d0ac1c44 | 16866 | as_ln_s='cp -pR' |
252b5132 | 16867 | fi |
81ecdfbb RW |
16868 | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
16869 | rmdir conf$$.dir 2>/dev/null | |
16870 | ||
16871 | ||
16872 | # as_fn_mkdir_p | |
16873 | # ------------- | |
16874 | # Create "$as_dir" as a directory, including parents if necessary. | |
16875 | as_fn_mkdir_p () | |
16876 | { | |
16877 | ||
16878 | case $as_dir in #( | |
16879 | -*) as_dir=./$as_dir;; | |
16880 | esac | |
16881 | test -d "$as_dir" || eval $as_mkdir_p || { | |
16882 | as_dirs= | |
16883 | while :; do | |
16884 | case $as_dir in #( | |
16885 | *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( | |
16886 | *) as_qdir=$as_dir;; | |
16887 | esac | |
16888 | as_dirs="'$as_qdir' $as_dirs" | |
16889 | as_dir=`$as_dirname -- "$as_dir" || | |
16890 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
16891 | X"$as_dir" : 'X\(//\)[^/]' \| \ | |
16892 | X"$as_dir" : 'X\(//\)$' \| \ | |
16893 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || | |
16894 | $as_echo X"$as_dir" | | |
16895 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
16896 | s//\1/ | |
16897 | q | |
16898 | } | |
16899 | /^X\(\/\/\)[^/].*/{ | |
16900 | s//\1/ | |
16901 | q | |
16902 | } | |
16903 | /^X\(\/\/\)$/{ | |
16904 | s//\1/ | |
16905 | q | |
16906 | } | |
16907 | /^X\(\/\).*/{ | |
16908 | s//\1/ | |
16909 | q | |
16910 | } | |
16911 | s/.*/./; q'` | |
16912 | test -d "$as_dir" && break | |
16913 | done | |
16914 | test -z "$as_dirs" || eval "mkdir $as_dirs" | |
d0ac1c44 | 16915 | } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
81ecdfbb | 16916 | |
6be7c12c | 16917 | |
81ecdfbb | 16918 | } # as_fn_mkdir_p |
5464f5a1 | 16919 | if mkdir -p . 2>/dev/null; then |
81ecdfbb | 16920 | as_mkdir_p='mkdir -p "$as_dir"' |
5464f5a1 NN |
16921 | else |
16922 | test -d ./-p && rmdir ./-p | |
16923 | as_mkdir_p=false | |
252b5132 | 16924 | fi |
81ecdfbb | 16925 | |
d0ac1c44 SM |
16926 | |
16927 | # as_fn_executable_p FILE | |
16928 | # ----------------------- | |
16929 | # Test if FILE is an executable regular file. | |
16930 | as_fn_executable_p () | |
16931 | { | |
16932 | test -f "$1" && test -x "$1" | |
16933 | } # as_fn_executable_p | |
16934 | as_test_x='test -x' | |
16935 | as_executable_p=as_fn_executable_p | |
252b5132 | 16936 | |
5464f5a1 NN |
16937 | # Sed expression to map a string onto a valid CPP name. |
16938 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | |
252b5132 | 16939 | |
5464f5a1 NN |
16940 | # Sed expression to map a string onto a valid variable name. |
16941 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | |
6be7c12c | 16942 | |
252b5132 | 16943 | |
5464f5a1 | 16944 | exec 6>&1 |
81ecdfbb RW |
16945 | ## ----------------------------------- ## |
16946 | ## Main body of $CONFIG_STATUS script. ## | |
16947 | ## ----------------------------------- ## | |
16948 | _ASEOF | |
16949 | test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 | |
5464f5a1 | 16950 | |
81ecdfbb RW |
16951 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
16952 | # Save the log message, to keep $0 and so on meaningful, and to | |
5464f5a1 | 16953 | # report actual input values of CONFIG_FILES etc. instead of their |
81ecdfbb RW |
16954 | # values after options handling. |
16955 | ac_log=" | |
bb695960 | 16956 | This file was extended by bfd $as_me 2.33.50, which was |
d0ac1c44 | 16957 | generated by GNU Autoconf 2.69. Invocation command line was |
5464f5a1 NN |
16958 | |
16959 | CONFIG_FILES = $CONFIG_FILES | |
16960 | CONFIG_HEADERS = $CONFIG_HEADERS | |
16961 | CONFIG_LINKS = $CONFIG_LINKS | |
16962 | CONFIG_COMMANDS = $CONFIG_COMMANDS | |
16963 | $ $0 $@ | |
16964 | ||
81ecdfbb RW |
16965 | on `(hostname || uname -n) 2>/dev/null | sed 1q` |
16966 | " | |
16967 | ||
5464f5a1 NN |
16968 | _ACEOF |
16969 | ||
81ecdfbb RW |
16970 | case $ac_config_files in *" |
16971 | "*) set x $ac_config_files; shift; ac_config_files=$*;; | |
16972 | esac | |
5464f5a1 | 16973 | |
81ecdfbb RW |
16974 | case $ac_config_headers in *" |
16975 | "*) set x $ac_config_headers; shift; ac_config_headers=$*;; | |
16976 | esac | |
252b5132 | 16977 | |
252b5132 | 16978 | |
81ecdfbb RW |
16979 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
16980 | # Files that config.status was made for. | |
16981 | config_files="$ac_config_files" | |
16982 | config_headers="$ac_config_headers" | |
16983 | config_commands="$ac_config_commands" | |
252b5132 | 16984 | |
81ecdfbb | 16985 | _ACEOF |
5464f5a1 | 16986 | |
81ecdfbb | 16987 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
5464f5a1 | 16988 | ac_cs_usage="\ |
81ecdfbb RW |
16989 | \`$as_me' instantiates files and other configuration actions |
16990 | from templates according to the current configuration. Unless the files | |
16991 | and actions are specified as TAGs, all are instantiated by default. | |
5464f5a1 | 16992 | |
81ecdfbb | 16993 | Usage: $0 [OPTION]... [TAG]... |
5464f5a1 NN |
16994 | |
16995 | -h, --help print this help, then exit | |
81ecdfbb | 16996 | -V, --version print version number and configuration settings, then exit |
d0ac1c44 | 16997 | --config print configuration, then exit |
81ecdfbb RW |
16998 | -q, --quiet, --silent |
16999 | do not print progress messages | |
5464f5a1 NN |
17000 | -d, --debug don't remove temporary files |
17001 | --recheck update $as_me by reconfiguring in the same conditions | |
81ecdfbb RW |
17002 | --file=FILE[:TEMPLATE] |
17003 | instantiate the configuration file FILE | |
17004 | --header=FILE[:TEMPLATE] | |
17005 | instantiate the configuration header FILE | |
5464f5a1 NN |
17006 | |
17007 | Configuration files: | |
17008 | $config_files | |
17009 | ||
17010 | Configuration headers: | |
17011 | $config_headers | |
17012 | ||
17013 | Configuration commands: | |
17014 | $config_commands | |
17015 | ||
81ecdfbb | 17016 | Report bugs to the package provider." |
5464f5a1 | 17017 | |
81ecdfbb RW |
17018 | _ACEOF |
17019 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
d0ac1c44 | 17020 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
5464f5a1 | 17021 | ac_cs_version="\\ |
bb695960 | 17022 | bfd config.status 2.33.50 |
d0ac1c44 SM |
17023 | configured by $0, generated by GNU Autoconf 2.69, |
17024 | with options \\"\$ac_cs_config\\" | |
5464f5a1 | 17025 | |
d0ac1c44 | 17026 | Copyright (C) 2012 Free Software Foundation, Inc. |
5464f5a1 NN |
17027 | This config.status script is free software; the Free Software Foundation |
17028 | gives unlimited permission to copy, distribute and modify it." | |
81ecdfbb RW |
17029 | |
17030 | ac_pwd='$ac_pwd' | |
17031 | srcdir='$srcdir' | |
17032 | INSTALL='$INSTALL' | |
17033 | MKDIR_P='$MKDIR_P' | |
17034 | AWK='$AWK' | |
17035 | test -n "\$AWK" || AWK=awk | |
5464f5a1 NN |
17036 | _ACEOF |
17037 | ||
81ecdfbb RW |
17038 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
17039 | # The default lists apply if the user does not specify any file. | |
5464f5a1 NN |
17040 | ac_need_defaults=: |
17041 | while test $# != 0 | |
17042 | do | |
17043 | case $1 in | |
d0ac1c44 | 17044 | --*=?*) |
81ecdfbb RW |
17045 | ac_option=`expr "X$1" : 'X\([^=]*\)='` |
17046 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | |
5464f5a1 | 17047 | ac_shift=: |
6be7c12c | 17048 | ;; |
d0ac1c44 SM |
17049 | --*=) |
17050 | ac_option=`expr "X$1" : 'X\([^=]*\)='` | |
17051 | ac_optarg= | |
17052 | ac_shift=: | |
17053 | ;; | |
81ecdfbb | 17054 | *) |
5464f5a1 NN |
17055 | ac_option=$1 |
17056 | ac_optarg=$2 | |
17057 | ac_shift=shift | |
6be7c12c | 17058 | ;; |
5464f5a1 | 17059 | esac |
252b5132 | 17060 | |
5464f5a1 NN |
17061 | case $ac_option in |
17062 | # Handling of the options. | |
5464f5a1 NN |
17063 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
17064 | ac_cs_recheck=: ;; | |
81ecdfbb RW |
17065 | --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
17066 | $as_echo "$ac_cs_version"; exit ;; | |
d0ac1c44 SM |
17067 | --config | --confi | --conf | --con | --co | --c ) |
17068 | $as_echo "$ac_cs_config"; exit ;; | |
81ecdfbb | 17069 | --debug | --debu | --deb | --de | --d | -d ) |
5464f5a1 NN |
17070 | debug=: ;; |
17071 | --file | --fil | --fi | --f ) | |
17072 | $ac_shift | |
81ecdfbb RW |
17073 | case $ac_optarg in |
17074 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | |
d0ac1c44 | 17075 | '') as_fn_error $? "missing file argument" ;; |
81ecdfbb RW |
17076 | esac |
17077 | as_fn_append CONFIG_FILES " '$ac_optarg'" | |
5464f5a1 NN |
17078 | ac_need_defaults=false;; |
17079 | --header | --heade | --head | --hea ) | |
17080 | $ac_shift | |
81ecdfbb RW |
17081 | case $ac_optarg in |
17082 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | |
17083 | esac | |
17084 | as_fn_append CONFIG_HEADERS " '$ac_optarg'" | |
5464f5a1 | 17085 | ac_need_defaults=false;; |
81ecdfbb RW |
17086 | --he | --h) |
17087 | # Conflict between --help and --header | |
d0ac1c44 | 17088 | as_fn_error $? "ambiguous option: \`$1' |
81ecdfbb RW |
17089 | Try \`$0 --help' for more information.";; |
17090 | --help | --hel | -h ) | |
17091 | $as_echo "$ac_cs_usage"; exit ;; | |
5464f5a1 NN |
17092 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
17093 | | -silent | --silent | --silen | --sile | --sil | --si | --s) | |
17094 | ac_cs_silent=: ;; | |
6be7c12c | 17095 | |
5464f5a1 | 17096 | # This is an error. |
d0ac1c44 | 17097 | -*) as_fn_error $? "unrecognized option: \`$1' |
81ecdfbb | 17098 | Try \`$0 --help' for more information." ;; |
252b5132 | 17099 | |
81ecdfbb RW |
17100 | *) as_fn_append ac_config_targets " $1" |
17101 | ac_need_defaults=false ;; | |
252b5132 | 17102 | |
5464f5a1 NN |
17103 | esac |
17104 | shift | |
17105 | done | |
6be7c12c | 17106 | |
5464f5a1 | 17107 | ac_configure_extra_args= |
252b5132 | 17108 | |
5464f5a1 NN |
17109 | if $ac_cs_silent; then |
17110 | exec 6>/dev/null | |
17111 | ac_configure_extra_args="$ac_configure_extra_args --silent" | |
17112 | fi | |
6be7c12c | 17113 | |
5464f5a1 | 17114 | _ACEOF |
81ecdfbb | 17115 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
5464f5a1 | 17116 | if \$ac_cs_recheck; then |
d0ac1c44 | 17117 | set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
81ecdfbb RW |
17118 | shift |
17119 | \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 | |
17120 | CONFIG_SHELL='$SHELL' | |
17121 | export CONFIG_SHELL | |
17122 | exec "\$@" | |
5464f5a1 NN |
17123 | fi |
17124 | ||
17125 | _ACEOF | |
81ecdfbb RW |
17126 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
17127 | exec 5>>config.log | |
17128 | { | |
17129 | echo | |
17130 | sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX | |
17131 | ## Running $as_me. ## | |
17132 | _ASBOX | |
17133 | $as_echo "$ac_log" | |
17134 | } >&5 | |
5464f5a1 | 17135 | |
81ecdfbb RW |
17136 | _ACEOF |
17137 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
6be7c12c | 17138 | # |
81ecdfbb | 17139 | # INIT-COMMANDS |
6be7c12c | 17140 | # |
f5385ebf | 17141 | AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" |
d7040cdb SE |
17142 | |
17143 | ||
17144 | # The HP-UX ksh and POSIX shell print the target directory to stdout | |
17145 | # if CDPATH is set. | |
17146 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | |
17147 | ||
17148 | sed_quote_subst='$sed_quote_subst' | |
17149 | double_quote_subst='$double_quote_subst' | |
17150 | delay_variable_subst='$delay_variable_subst' | |
3725885a RW |
17151 | enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' |
17152 | macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' | |
17153 | macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' | |
17154 | enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' | |
17155 | pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' | |
17156 | enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' | |
17157 | SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' | |
17158 | ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' | |
17159 | host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' | |
17160 | host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' | |
17161 | host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' | |
17162 | build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' | |
17163 | build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' | |
17164 | build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' | |
17165 | SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' | |
17166 | Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' | |
17167 | GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' | |
17168 | EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' | |
17169 | FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' | |
17170 | LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' | |
17171 | NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' | |
17172 | LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' | |
17173 | max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' | |
17174 | ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' | |
17175 | exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | |
17176 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | |
17177 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | |
17178 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | |
17179 | reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' | |
17180 | reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' | |
17181 | OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' | |
17182 | deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' | |
17183 | file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' | |
17184 | AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' | |
17185 | AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' | |
17186 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | |
17187 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | |
17188 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | |
17189 | old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' | |
17190 | old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' | |
17191 | lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' | |
17192 | CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' | |
17193 | CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' | |
17194 | compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' | |
17195 | GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' | |
17196 | lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' | |
17197 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | |
17198 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | |
17199 | 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"`' | |
17200 | objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' | |
17201 | MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' | |
17202 | lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' | |
17203 | lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' | |
17204 | lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' | |
17205 | lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' | |
17206 | lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' | |
17207 | need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' | |
17208 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | |
17209 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | |
17210 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | |
17211 | OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' | |
17212 | OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' | |
17213 | libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' | |
17214 | shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' | |
17215 | extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' | |
17216 | archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' | |
17217 | enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' | |
17218 | export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' | |
17219 | whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' | |
17220 | compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' | |
17221 | old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' | |
17222 | old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' | |
17223 | archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' | |
17224 | archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' | |
17225 | module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' | |
17226 | module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' | |
17227 | with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' | |
17228 | allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' | |
17229 | no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' | |
17230 | hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' | |
17231 | hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`' | |
17232 | hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' | |
17233 | hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' | |
17234 | hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' | |
17235 | hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' | |
17236 | hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' | |
17237 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | |
17238 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | |
17239 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | |
17240 | fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`' | |
17241 | always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' | |
17242 | export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' | |
17243 | exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' | |
17244 | include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' | |
17245 | prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' | |
17246 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | |
17247 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | |
17248 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | |
17249 | need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' | |
17250 | version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' | |
17251 | runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' | |
17252 | shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' | |
17253 | shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' | |
17254 | libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' | |
17255 | library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' | |
17256 | soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' | |
17257 | install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' | |
17258 | postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' | |
17259 | postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' | |
17260 | finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' | |
17261 | finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' | |
17262 | hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' | |
17263 | sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' | |
17264 | sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' | |
17265 | hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' | |
17266 | enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' | |
17267 | enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' | |
17268 | enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' | |
17269 | old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' | |
17270 | striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' | |
d7040cdb SE |
17271 | |
17272 | LTCC='$LTCC' | |
17273 | LTCFLAGS='$LTCFLAGS' | |
17274 | compiler='$compiler_DEFAULT' | |
17275 | ||
3725885a RW |
17276 | # A function that is used when there is no print builtin or printf. |
17277 | func_fallback_echo () | |
17278 | { | |
17279 | eval 'cat <<_LTECHO_EOF | |
17280 | \$1 | |
17281 | _LTECHO_EOF' | |
17282 | } | |
17283 | ||
d7040cdb | 17284 | # Quote evaled strings. |
3725885a RW |
17285 | for var in SHELL \ |
17286 | ECHO \ | |
17287 | SED \ | |
d7040cdb SE |
17288 | GREP \ |
17289 | EGREP \ | |
17290 | FGREP \ | |
17291 | LD \ | |
17292 | NM \ | |
17293 | LN_S \ | |
17294 | lt_SP2NL \ | |
17295 | lt_NL2SP \ | |
17296 | reload_flag \ | |
718a6fd8 | 17297 | OBJDUMP \ |
d7040cdb SE |
17298 | deplibs_check_method \ |
17299 | file_magic_cmd \ | |
17300 | AR \ | |
17301 | AR_FLAGS \ | |
17302 | STRIP \ | |
17303 | RANLIB \ | |
17304 | CC \ | |
17305 | CFLAGS \ | |
17306 | compiler \ | |
17307 | lt_cv_sys_global_symbol_pipe \ | |
17308 | lt_cv_sys_global_symbol_to_cdecl \ | |
17309 | lt_cv_sys_global_symbol_to_c_name_address \ | |
718a6fd8 | 17310 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
d7040cdb SE |
17311 | lt_prog_compiler_no_builtin_flag \ |
17312 | lt_prog_compiler_wl \ | |
17313 | lt_prog_compiler_pic \ | |
17314 | lt_prog_compiler_static \ | |
17315 | lt_cv_prog_compiler_c_o \ | |
17316 | need_locks \ | |
718a6fd8 SE |
17317 | DSYMUTIL \ |
17318 | NMEDIT \ | |
17319 | LIPO \ | |
17320 | OTOOL \ | |
17321 | OTOOL64 \ | |
d7040cdb SE |
17322 | shrext_cmds \ |
17323 | export_dynamic_flag_spec \ | |
17324 | whole_archive_flag_spec \ | |
17325 | compiler_needs_object \ | |
17326 | with_gnu_ld \ | |
17327 | allow_undefined_flag \ | |
17328 | no_undefined_flag \ | |
17329 | hardcode_libdir_flag_spec \ | |
17330 | hardcode_libdir_flag_spec_ld \ | |
17331 | hardcode_libdir_separator \ | |
17332 | fix_srcfile_path \ | |
17333 | exclude_expsyms \ | |
17334 | include_expsyms \ | |
17335 | file_list_spec \ | |
17336 | variables_saved_for_relink \ | |
17337 | libname_spec \ | |
17338 | library_names_spec \ | |
17339 | soname_spec \ | |
3725885a | 17340 | install_override_mode \ |
d7040cdb SE |
17341 | finish_eval \ |
17342 | old_striplib \ | |
17343 | striplib; do | |
3725885a | 17344 | case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in |
d7040cdb | 17345 | *[\\\\\\\`\\"\\\$]*) |
3725885a | 17346 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" |
d7040cdb SE |
17347 | ;; |
17348 | *) | |
17349 | eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" | |
17350 | ;; | |
17351 | esac | |
17352 | done | |
17353 | ||
17354 | # Double-quote double-evaled strings. | |
17355 | for var in reload_cmds \ | |
17356 | old_postinstall_cmds \ | |
17357 | old_postuninstall_cmds \ | |
17358 | old_archive_cmds \ | |
17359 | extract_expsyms_cmds \ | |
17360 | old_archive_from_new_cmds \ | |
17361 | old_archive_from_expsyms_cmds \ | |
17362 | archive_cmds \ | |
17363 | archive_expsym_cmds \ | |
17364 | module_cmds \ | |
17365 | module_expsym_cmds \ | |
17366 | export_symbols_cmds \ | |
17367 | prelink_cmds \ | |
17368 | postinstall_cmds \ | |
17369 | postuninstall_cmds \ | |
17370 | finish_cmds \ | |
17371 | sys_lib_search_path_spec \ | |
17372 | sys_lib_dlsearch_path_spec; do | |
3725885a | 17373 | case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in |
d7040cdb | 17374 | *[\\\\\\\`\\"\\\$]*) |
3725885a | 17375 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" |
d7040cdb SE |
17376 | ;; |
17377 | *) | |
17378 | eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" | |
17379 | ;; | |
17380 | esac | |
17381 | done | |
17382 | ||
d7040cdb SE |
17383 | ac_aux_dir='$ac_aux_dir' |
17384 | xsi_shell='$xsi_shell' | |
17385 | lt_shell_append='$lt_shell_append' | |
17386 | ||
17387 | # See if we are running on zsh, and set the options which allow our | |
17388 | # commands through without removal of \ escapes INIT. | |
17389 | if test -n "\${ZSH_VERSION+set}" ; then | |
17390 | setopt NO_GLOB_SUBST | |
17391 | fi | |
17392 | ||
17393 | ||
17394 | PACKAGE='$PACKAGE' | |
17395 | VERSION='$VERSION' | |
17396 | TIMESTAMP='$TIMESTAMP' | |
17397 | RM='$RM' | |
17398 | ofile='$ofile' | |
17399 | ||
17400 | ||
17401 | ||
20e95c23 DJ |
17402 | # Capture the value of obsolete ALL_LINGUAS because we need it to compute |
17403 | # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it | |
17404 | # from automake. | |
17405 | eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' | |
17406 | # Capture the value of LINGUAS because we need it to compute CATALOGS. | |
17407 | LINGUAS="${LINGUAS-%UNSET%}" | |
17408 | ||
5464f5a1 | 17409 | |
f3b4f6d0 PB |
17410 | GCC="$GCC" |
17411 | CC="$CC" | |
17412 | acx_cv_header_stdint="$acx_cv_header_stdint" | |
17413 | acx_cv_type_int8_t="$acx_cv_type_int8_t" | |
17414 | acx_cv_type_int16_t="$acx_cv_type_int16_t" | |
17415 | acx_cv_type_int32_t="$acx_cv_type_int32_t" | |
17416 | acx_cv_type_int64_t="$acx_cv_type_int64_t" | |
17417 | acx_cv_type_intptr_t="$acx_cv_type_intptr_t" | |
17418 | ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t" | |
17419 | ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t" | |
17420 | ac_cv_type_uint64_t="$ac_cv_type_uint64_t" | |
17421 | ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t" | |
17422 | ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t" | |
d5efd9fc AM |
17423 | ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t" |
17424 | ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t" | |
f3b4f6d0 | 17425 | ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p" |
d5efd9fc AM |
17426 | |
17427 | ||
5464f5a1 NN |
17428 | |
17429 | _ACEOF | |
17430 | ||
81ecdfbb | 17431 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
5464f5a1 | 17432 | |
81ecdfbb | 17433 | # Handling of arguments. |
5464f5a1 | 17434 | for ac_config_target in $ac_config_targets |
252b5132 | 17435 | do |
81ecdfbb RW |
17436 | case $ac_config_target in |
17437 | "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; | |
17438 | "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; | |
17439 | "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;; | |
17440 | "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; | |
17441 | "bfd_stdint.h") CONFIG_COMMANDS="$CONFIG_COMMANDS bfd_stdint.h" ;; | |
17442 | "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; | |
17443 | "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; | |
17444 | "bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;; | |
17445 | "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;; | |
17446 | "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; | |
17447 | ||
d0ac1c44 | 17448 | *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
252b5132 RH |
17449 | esac |
17450 | done | |
17451 | ||
81ecdfbb | 17452 | |
5464f5a1 NN |
17453 | # If the user did not use the arguments to specify the items to instantiate, |
17454 | # then the envvar interface is used. Set only those that are not. | |
17455 | # We use the long form for the default assignment because of an extremely | |
17456 | # bizarre bug on SunOS 4.1.3. | |
17457 | if $ac_need_defaults; then | |
17458 | test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files | |
17459 | test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers | |
17460 | test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands | |
17461 | fi | |
17462 | ||
17463 | # Have a temporary directory for convenience. Make it in the build tree | |
81ecdfbb | 17464 | # simply because there is no reason against having it here, and in addition, |
5464f5a1 | 17465 | # creating and moving files from /tmp can sometimes cause problems. |
81ecdfbb RW |
17466 | # Hook for its removal unless debugging. |
17467 | # Note that there is a small window in which the directory will not be cleaned: | |
17468 | # after its creation but before its name has been assigned to `$tmp'. | |
5464f5a1 NN |
17469 | $debug || |
17470 | { | |
d0ac1c44 | 17471 | tmp= ac_tmp= |
81ecdfbb | 17472 | trap 'exit_status=$? |
d0ac1c44 SM |
17473 | : "${ac_tmp:=$tmp}" |
17474 | { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status | |
81ecdfbb RW |
17475 | ' 0 |
17476 | trap 'as_fn_exit 1' 1 2 13 15 | |
5464f5a1 | 17477 | } |
5464f5a1 | 17478 | # Create a (secure) tmp directory for tmp files. |
b3baf5d0 | 17479 | |
5464f5a1 | 17480 | { |
81ecdfbb | 17481 | tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
d0ac1c44 | 17482 | test -d "$tmp" |
5464f5a1 NN |
17483 | } || |
17484 | { | |
81ecdfbb RW |
17485 | tmp=./conf$$-$RANDOM |
17486 | (umask 077 && mkdir "$tmp") | |
d0ac1c44 SM |
17487 | } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 |
17488 | ac_tmp=$tmp | |
81ecdfbb RW |
17489 | |
17490 | # Set up the scripts for CONFIG_FILES section. | |
17491 | # No need to generate them if there are no CONFIG_FILES. | |
17492 | # This happens for instance with `./config.status config.h'. | |
17493 | if test -n "$CONFIG_FILES"; then | |
17494 | ||
17495 | ||
17496 | ac_cr=`echo X | tr X '\015'` | |
17497 | # On cygwin, bash can eat \r inside `` if the user requested igncr. | |
17498 | # But we know of no other shell where ac_cr would be empty at this | |
17499 | # point, so we can use a bashism as a fallback. | |
17500 | if test "x$ac_cr" = x; then | |
17501 | eval ac_cr=\$\'\\r\' | |
17502 | fi | |
17503 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | |
17504 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | |
d0ac1c44 | 17505 | ac_cs_awk_cr='\\r' |
81ecdfbb RW |
17506 | else |
17507 | ac_cs_awk_cr=$ac_cr | |
17508 | fi | |
17509 | ||
d0ac1c44 | 17510 | echo 'BEGIN {' >"$ac_tmp/subs1.awk" && |
81ecdfbb RW |
17511 | _ACEOF |
17512 | ||
17513 | ||
17514 | { | |
17515 | echo "cat >conf$$subs.awk <<_ACEOF" && | |
17516 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | |
17517 | echo "_ACEOF" | |
17518 | } >conf$$subs.sh || | |
d0ac1c44 SM |
17519 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
17520 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` | |
81ecdfbb RW |
17521 | ac_delim='%!_!# ' |
17522 | for ac_last_try in false false false false false :; do | |
17523 | . ./conf$$subs.sh || | |
d0ac1c44 | 17524 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
81ecdfbb RW |
17525 | |
17526 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | |
17527 | if test $ac_delim_n = $ac_delim_num; then | |
17528 | break | |
17529 | elif $ac_last_try; then | |
d0ac1c44 | 17530 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
81ecdfbb RW |
17531 | else |
17532 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | |
17533 | fi | |
17534 | done | |
17535 | rm -f conf$$subs.sh | |
17536 | ||
17537 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
d0ac1c44 | 17538 | cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && |
81ecdfbb RW |
17539 | _ACEOF |
17540 | sed -n ' | |
17541 | h | |
17542 | s/^/S["/; s/!.*/"]=/ | |
17543 | p | |
17544 | g | |
17545 | s/^[^!]*!// | |
17546 | :repl | |
17547 | t repl | |
17548 | s/'"$ac_delim"'$// | |
17549 | t delim | |
17550 | :nl | |
17551 | h | |
d0ac1c44 | 17552 | s/\(.\{148\}\)..*/\1/ |
81ecdfbb RW |
17553 | t more1 |
17554 | s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ | |
17555 | p | |
17556 | n | |
17557 | b repl | |
17558 | :more1 | |
17559 | s/["\\]/\\&/g; s/^/"/; s/$/"\\/ | |
17560 | p | |
17561 | g | |
17562 | s/.\{148\}// | |
17563 | t nl | |
17564 | :delim | |
17565 | h | |
d0ac1c44 | 17566 | s/\(.\{148\}\)..*/\1/ |
81ecdfbb RW |
17567 | t more2 |
17568 | s/["\\]/\\&/g; s/^/"/; s/$/"/ | |
17569 | p | |
17570 | b | |
17571 | :more2 | |
17572 | s/["\\]/\\&/g; s/^/"/; s/$/"\\/ | |
17573 | p | |
17574 | g | |
17575 | s/.\{148\}// | |
17576 | t delim | |
17577 | ' <conf$$subs.awk | sed ' | |
17578 | /^[^""]/{ | |
17579 | N | |
17580 | s/\n// | |
17581 | } | |
17582 | ' >>$CONFIG_STATUS || ac_write_fail=1 | |
17583 | rm -f conf$$subs.awk | |
17584 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
17585 | _ACAWK | |
d0ac1c44 | 17586 | cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && |
81ecdfbb RW |
17587 | for (key in S) S_is_set[key] = 1 |
17588 | FS = "\a" | |
17589 | ||
17590 | } | |
5464f5a1 | 17591 | { |
81ecdfbb RW |
17592 | line = $ 0 |
17593 | nfields = split(line, field, "@") | |
17594 | substed = 0 | |
17595 | len = length(field[1]) | |
17596 | for (i = 2; i < nfields; i++) { | |
17597 | key = field[i] | |
17598 | keylen = length(key) | |
17599 | if (S_is_set[key]) { | |
17600 | value = S[key] | |
17601 | line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) | |
17602 | len += length(value) + length(field[++i]) | |
17603 | substed = 1 | |
17604 | } else | |
17605 | len += 1 + keylen | |
17606 | } | |
17607 | ||
17608 | print line | |
5464f5a1 NN |
17609 | } |
17610 | ||
81ecdfbb RW |
17611 | _ACAWK |
17612 | _ACEOF | |
17613 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
17614 | if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | |
17615 | sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | |
17616 | else | |
17617 | cat | |
d0ac1c44 SM |
17618 | fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ |
17619 | || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 | |
5464f5a1 NN |
17620 | _ACEOF |
17621 | ||
d0ac1c44 SM |
17622 | # VPATH may cause trouble with some makes, so we remove sole $(srcdir), |
17623 | # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and | |
81ecdfbb RW |
17624 | # trailing colons and then remove the whole line if VPATH becomes empty |
17625 | # (actually we leave an empty line to preserve line numbers). | |
17626 | if test "x$srcdir" = x.; then | |
d0ac1c44 SM |
17627 | ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ |
17628 | h | |
17629 | s/// | |
17630 | s/^/:/ | |
17631 | s/[ ]*$/:/ | |
17632 | s/:\$(srcdir):/:/g | |
17633 | s/:\${srcdir}:/:/g | |
17634 | s/:@srcdir@:/:/g | |
17635 | s/^:*// | |
81ecdfbb | 17636 | s/:*$// |
d0ac1c44 SM |
17637 | x |
17638 | s/\(=[ ]*\).*/\1/ | |
17639 | G | |
17640 | s/\n// | |
81ecdfbb RW |
17641 | s/^[^=]*=[ ]*$// |
17642 | }' | |
17643 | fi | |
b3baf5d0 | 17644 | |
81ecdfbb RW |
17645 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
17646 | fi # test -n "$CONFIG_FILES" | |
252b5132 | 17647 | |
81ecdfbb RW |
17648 | # Set up the scripts for CONFIG_HEADERS section. |
17649 | # No need to generate them if there are no CONFIG_HEADERS. | |
17650 | # This happens for instance with `./config.status Makefile'. | |
17651 | if test -n "$CONFIG_HEADERS"; then | |
d0ac1c44 | 17652 | cat >"$ac_tmp/defines.awk" <<\_ACAWK || |
81ecdfbb | 17653 | BEGIN { |
5464f5a1 NN |
17654 | _ACEOF |
17655 | ||
81ecdfbb RW |
17656 | # Transform confdefs.h into an awk script `defines.awk', embedded as |
17657 | # here-document in config.status, that substitutes the proper values into | |
17658 | # config.h.in to produce config.h. | |
17659 | ||
17660 | # Create a delimiter string that does not exist in confdefs.h, to ease | |
17661 | # handling of long lines. | |
17662 | ac_delim='%!_!# ' | |
17663 | for ac_last_try in false false :; do | |
d0ac1c44 SM |
17664 | ac_tt=`sed -n "/$ac_delim/p" confdefs.h` |
17665 | if test -z "$ac_tt"; then | |
81ecdfbb RW |
17666 | break |
17667 | elif $ac_last_try; then | |
d0ac1c44 | 17668 | as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 |
81ecdfbb RW |
17669 | else |
17670 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | |
252b5132 | 17671 | fi |
81ecdfbb | 17672 | done |
6be7c12c | 17673 | |
81ecdfbb RW |
17674 | # For the awk script, D is an array of macro values keyed by name, |
17675 | # likewise P contains macro parameters if any. Preserve backslash | |
17676 | # newline sequences. | |
17677 | ||
17678 | ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* | |
17679 | sed -n ' | |
17680 | s/.\{148\}/&'"$ac_delim"'/g | |
17681 | t rset | |
17682 | :rset | |
17683 | s/^[ ]*#[ ]*define[ ][ ]*/ / | |
17684 | t def | |
17685 | d | |
17686 | :def | |
17687 | s/\\$// | |
17688 | t bsnl | |
17689 | s/["\\]/\\&/g | |
17690 | s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ | |
17691 | D["\1"]=" \3"/p | |
17692 | s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p | |
17693 | d | |
17694 | :bsnl | |
17695 | s/["\\]/\\&/g | |
17696 | s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ | |
17697 | D["\1"]=" \3\\\\\\n"\\/p | |
17698 | t cont | |
17699 | s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p | |
17700 | t cont | |
17701 | d | |
17702 | :cont | |
17703 | n | |
17704 | s/.\{148\}/&'"$ac_delim"'/g | |
17705 | t clear | |
17706 | :clear | |
17707 | s/\\$// | |
17708 | t bsnlc | |
17709 | s/["\\]/\\&/g; s/^/"/; s/$/"/p | |
17710 | d | |
17711 | :bsnlc | |
17712 | s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p | |
17713 | b cont | |
17714 | ' <confdefs.h | sed ' | |
17715 | s/'"$ac_delim"'/"\\\ | |
17716 | "/g' >>$CONFIG_STATUS || ac_write_fail=1 | |
17717 | ||
17718 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
17719 | for (key in D) D_is_set[key] = 1 | |
17720 | FS = "\a" | |
17721 | } | |
17722 | /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { | |
17723 | line = \$ 0 | |
17724 | split(line, arg, " ") | |
17725 | if (arg[1] == "#") { | |
17726 | defundef = arg[2] | |
17727 | mac1 = arg[3] | |
17728 | } else { | |
17729 | defundef = substr(arg[1], 2) | |
17730 | mac1 = arg[2] | |
17731 | } | |
17732 | split(mac1, mac2, "(") #) | |
17733 | macro = mac2[1] | |
17734 | prefix = substr(line, 1, index(line, defundef) - 1) | |
17735 | if (D_is_set[macro]) { | |
17736 | # Preserve the white space surrounding the "#". | |
17737 | print prefix "define", macro P[macro] D[macro] | |
17738 | next | |
17739 | } else { | |
17740 | # Replace #undef with comments. This is necessary, for example, | |
17741 | # in the case of _POSIX_SOURCE, which is predefined and required | |
17742 | # on some systems where configure will not decide to define it. | |
17743 | if (defundef == "undef") { | |
17744 | print "/*", prefix defundef, macro, "*/" | |
17745 | next | |
17746 | } | |
17747 | } | |
17748 | } | |
17749 | { print } | |
17750 | _ACAWK | |
5464f5a1 | 17751 | _ACEOF |
81ecdfbb | 17752 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
d0ac1c44 | 17753 | as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 |
81ecdfbb RW |
17754 | fi # test -n "$CONFIG_HEADERS" |
17755 | ||
17756 | ||
17757 | eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" | |
17758 | shift | |
17759 | for ac_tag | |
17760 | do | |
17761 | case $ac_tag in | |
17762 | :[FHLC]) ac_mode=$ac_tag; continue;; | |
17763 | esac | |
17764 | case $ac_mode$ac_tag in | |
17765 | :[FHL]*:*);; | |
d0ac1c44 | 17766 | :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; |
81ecdfbb RW |
17767 | :[FH]-) ac_tag=-:-;; |
17768 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | |
17769 | esac | |
17770 | ac_save_IFS=$IFS | |
17771 | IFS=: | |
17772 | set x $ac_tag | |
17773 | IFS=$ac_save_IFS | |
17774 | shift | |
17775 | ac_file=$1 | |
17776 | shift | |
17777 | ||
17778 | case $ac_mode in | |
17779 | :L) ac_source=$1;; | |
17780 | :[FH]) | |
17781 | ac_file_inputs= | |
17782 | for ac_f | |
17783 | do | |
17784 | case $ac_f in | |
d0ac1c44 | 17785 | -) ac_f="$ac_tmp/stdin";; |
81ecdfbb RW |
17786 | *) # Look for the file first in the build tree, then in the source tree |
17787 | # (if the path is not absolute). The absolute path cannot be DOS-style, | |
17788 | # because $ac_f cannot contain `:'. | |
17789 | test -f "$ac_f" || | |
17790 | case $ac_f in | |
17791 | [\\/$]*) false;; | |
17792 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | |
17793 | esac || | |
d0ac1c44 | 17794 | as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; |
81ecdfbb RW |
17795 | esac |
17796 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | |
17797 | as_fn_append ac_file_inputs " '$ac_f'" | |
17798 | done | |
17799 | ||
17800 | # Let's still pretend it is `configure' which instantiates (i.e., don't | |
17801 | # use $as_me), people would be surprised to read: | |
17802 | # /* config.h. Generated by config.status. */ | |
17803 | configure_input='Generated from '` | |
17804 | $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' | |
17805 | `' by configure.' | |
17806 | if test x"$ac_file" != x-; then | |
17807 | configure_input="$ac_file. $configure_input" | |
17808 | { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 | |
17809 | $as_echo "$as_me: creating $ac_file" >&6;} | |
17810 | fi | |
17811 | # Neutralize special characters interpreted by sed in replacement strings. | |
17812 | case $configure_input in #( | |
17813 | *\&* | *\|* | *\\* ) | |
17814 | ac_sed_conf_input=`$as_echo "$configure_input" | | |
17815 | sed 's/[\\\\&|]/\\\\&/g'`;; #( | |
17816 | *) ac_sed_conf_input=$configure_input;; | |
17817 | esac | |
17818 | ||
17819 | case $ac_tag in | |
d0ac1c44 SM |
17820 | *:-:* | *:-) cat >"$ac_tmp/stdin" \ |
17821 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; | |
81ecdfbb RW |
17822 | esac |
17823 | ;; | |
252b5132 RH |
17824 | esac |
17825 | ||
81ecdfbb | 17826 | ac_dir=`$as_dirname -- "$ac_file" || |
5464f5a1 NN |
17827 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
17828 | X"$ac_file" : 'X\(//\)[^/]' \| \ | |
17829 | X"$ac_file" : 'X\(//\)$' \| \ | |
81ecdfbb RW |
17830 | X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || |
17831 | $as_echo X"$ac_file" | | |
17832 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
17833 | s//\1/ | |
17834 | q | |
17835 | } | |
17836 | /^X\(\/\/\)[^/].*/{ | |
17837 | s//\1/ | |
17838 | q | |
17839 | } | |
17840 | /^X\(\/\/\)$/{ | |
17841 | s//\1/ | |
17842 | q | |
17843 | } | |
17844 | /^X\(\/\).*/{ | |
17845 | s//\1/ | |
17846 | q | |
17847 | } | |
17848 | s/.*/./; q'` | |
17849 | as_dir="$ac_dir"; as_fn_mkdir_p | |
5464f5a1 NN |
17850 | ac_builddir=. |
17851 | ||
81ecdfbb RW |
17852 | case "$ac_dir" in |
17853 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
17854 | *) | |
17855 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` | |
17856 | # A ".." for each directory in $ac_dir_suffix. | |
17857 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` | |
17858 | case $ac_top_builddir_sub in | |
17859 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
17860 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; | |
17861 | esac ;; | |
17862 | esac | |
17863 | ac_abs_top_builddir=$ac_pwd | |
17864 | ac_abs_builddir=$ac_pwd$ac_dir_suffix | |
17865 | # for backward compatibility: | |
17866 | ac_top_builddir=$ac_top_build_prefix | |
252b5132 | 17867 | |
5464f5a1 | 17868 | case $srcdir in |
81ecdfbb | 17869 | .) # We are building in place. |
5464f5a1 | 17870 | ac_srcdir=. |
81ecdfbb RW |
17871 | ac_top_srcdir=$ac_top_builddir_sub |
17872 | ac_abs_top_srcdir=$ac_pwd ;; | |
17873 | [\\/]* | ?:[\\/]* ) # Absolute name. | |
5464f5a1 | 17874 | ac_srcdir=$srcdir$ac_dir_suffix; |
81ecdfbb RW |
17875 | ac_top_srcdir=$srcdir |
17876 | ac_abs_top_srcdir=$srcdir ;; | |
17877 | *) # Relative name. | |
17878 | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix | |
17879 | ac_top_srcdir=$ac_top_build_prefix$srcdir | |
17880 | ac_abs_top_srcdir=$ac_pwd/$srcdir ;; | |
5464f5a1 | 17881 | esac |
81ecdfbb | 17882 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
252b5132 | 17883 | |
252b5132 | 17884 | |
81ecdfbb RW |
17885 | case $ac_mode in |
17886 | :F) | |
17887 | # | |
17888 | # CONFIG_FILE | |
17889 | # | |
5464f5a1 NN |
17890 | |
17891 | case $INSTALL in | |
17892 | [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; | |
81ecdfbb RW |
17893 | *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; |
17894 | esac | |
17895 | ac_MKDIR_P=$MKDIR_P | |
17896 | case $MKDIR_P in | |
17897 | [\\/$]* | ?:[\\/]* ) ;; | |
17898 | */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; | |
6be7c12c | 17899 | esac |
81ecdfbb | 17900 | _ACEOF |
252b5132 | 17901 | |
81ecdfbb RW |
17902 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
17903 | # If the template does not know about datarootdir, expand it. | |
17904 | # FIXME: This hack should be removed a few years after 2.60. | |
17905 | ac_datarootdir_hack=; ac_datarootdir_seen= | |
17906 | ac_sed_dataroot=' | |
17907 | /datarootdir/ { | |
17908 | p | |
17909 | q | |
17910 | } | |
17911 | /@datadir@/p | |
17912 | /@docdir@/p | |
17913 | /@infodir@/p | |
17914 | /@localedir@/p | |
17915 | /@mandir@/p' | |
17916 | case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in | |
17917 | *datarootdir*) ac_datarootdir_seen=yes;; | |
17918 | *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) | |
17919 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 | |
17920 | $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} | |
17921 | _ACEOF | |
17922 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
17923 | ac_datarootdir_hack=' | |
17924 | s&@datadir@&$datadir&g | |
17925 | s&@docdir@&$docdir&g | |
17926 | s&@infodir@&$infodir&g | |
17927 | s&@localedir@&$localedir&g | |
17928 | s&@mandir@&$mandir&g | |
17929 | s&\\\${datarootdir}&$datarootdir&g' ;; | |
17930 | esac | |
5464f5a1 | 17931 | _ACEOF |
81ecdfbb RW |
17932 | |
17933 | # Neutralize VPATH when `$srcdir' = `.'. | |
17934 | # Shell code in configure.ac might set extrasub. | |
17935 | # FIXME: do we really want to maintain this feature? | |
17936 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
17937 | ac_sed_extra="$ac_vpsub | |
5464f5a1 NN |
17938 | $extrasub |
17939 | _ACEOF | |
81ecdfbb | 17940 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
5464f5a1 NN |
17941 | :t |
17942 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b | |
81ecdfbb RW |
17943 | s|@configure_input@|$ac_sed_conf_input|;t t |
17944 | s&@top_builddir@&$ac_top_builddir_sub&;t t | |
17945 | s&@top_build_prefix@&$ac_top_build_prefix&;t t | |
17946 | s&@srcdir@&$ac_srcdir&;t t | |
17947 | s&@abs_srcdir@&$ac_abs_srcdir&;t t | |
17948 | s&@top_srcdir@&$ac_top_srcdir&;t t | |
17949 | s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t | |
17950 | s&@builddir@&$ac_builddir&;t t | |
17951 | s&@abs_builddir@&$ac_abs_builddir&;t t | |
17952 | s&@abs_top_builddir@&$ac_abs_top_builddir&;t t | |
17953 | s&@INSTALL@&$ac_INSTALL&;t t | |
17954 | s&@MKDIR_P@&$ac_MKDIR_P&;t t | |
17955 | $ac_datarootdir_hack | |
17956 | " | |
d0ac1c44 SM |
17957 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ |
17958 | >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | |
81ecdfbb RW |
17959 | |
17960 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | |
d0ac1c44 SM |
17961 | { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && |
17962 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ | |
17963 | "$ac_tmp/out"`; test -z "$ac_out"; } && | |
81ecdfbb | 17964 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
d0ac1c44 | 17965 | which seems to be undefined. Please make sure it is defined" >&5 |
81ecdfbb | 17966 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
d0ac1c44 | 17967 | which seems to be undefined. Please make sure it is defined" >&2;} |
81ecdfbb | 17968 | |
d0ac1c44 | 17969 | rm -f "$ac_tmp/stdin" |
5464f5a1 | 17970 | case $ac_file in |
d0ac1c44 SM |
17971 | -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; |
17972 | *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; | |
81ecdfbb | 17973 | esac \ |
d0ac1c44 | 17974 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
81ecdfbb RW |
17975 | ;; |
17976 | :H) | |
17977 | # | |
17978 | # CONFIG_HEADER | |
17979 | # | |
5464f5a1 | 17980 | if test x"$ac_file" != x-; then |
81ecdfbb RW |
17981 | { |
17982 | $as_echo "/* $configure_input */" \ | |
d0ac1c44 SM |
17983 | && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" |
17984 | } >"$ac_tmp/config.h" \ | |
17985 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | |
17986 | if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then | |
81ecdfbb RW |
17987 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 |
17988 | $as_echo "$as_me: $ac_file is unchanged" >&6;} | |
5464f5a1 | 17989 | else |
81ecdfbb | 17990 | rm -f "$ac_file" |
d0ac1c44 SM |
17991 | mv "$ac_tmp/config.h" "$ac_file" \ |
17992 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | |
252b5132 | 17993 | fi |
5464f5a1 | 17994 | else |
81ecdfbb | 17995 | $as_echo "/* $configure_input */" \ |
d0ac1c44 SM |
17996 | && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ |
17997 | || as_fn_error $? "could not create -" "$LINENO" 5 | |
252b5132 | 17998 | fi |
81ecdfbb RW |
17999 | # Compute "$ac_file"'s index in $config_headers. |
18000 | _am_arg="$ac_file" | |
f5385ebf AM |
18001 | _am_stamp_count=1 |
18002 | for _am_header in $config_headers :; do | |
18003 | case $_am_header in | |
81ecdfbb | 18004 | $_am_arg | $_am_arg:* ) |
f5385ebf AM |
18005 | break ;; |
18006 | * ) | |
18007 | _am_stamp_count=`expr $_am_stamp_count + 1` ;; | |
18008 | esac | |
18009 | done | |
81ecdfbb RW |
18010 | echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || |
18011 | $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
18012 | X"$_am_arg" : 'X\(//\)[^/]' \| \ | |
18013 | X"$_am_arg" : 'X\(//\)$' \| \ | |
18014 | X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || | |
18015 | $as_echo X"$_am_arg" | | |
18016 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
18017 | s//\1/ | |
18018 | q | |
18019 | } | |
18020 | /^X\(\/\/\)[^/].*/{ | |
18021 | s//\1/ | |
18022 | q | |
18023 | } | |
18024 | /^X\(\/\/\)$/{ | |
18025 | s//\1/ | |
18026 | q | |
18027 | } | |
18028 | /^X\(\/\).*/{ | |
18029 | s//\1/ | |
18030 | q | |
18031 | } | |
18032 | s/.*/./; q'`/stamp-h$_am_stamp_count | |
18033 | ;; | |
5464f5a1 | 18034 | |
81ecdfbb RW |
18035 | :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 |
18036 | $as_echo "$as_me: executing $ac_file commands" >&6;} | |
18037 | ;; | |
18038 | esac | |
5464f5a1 NN |
18039 | |
18040 | ||
81ecdfbb RW |
18041 | case $ac_file$ac_mode in |
18042 | "depfiles":C) test x"$AMDEP_TRUE" != x"" || { | |
d0ac1c44 | 18043 | # Older Autoconf quotes --file arguments for eval, but not when files |
81ecdfbb RW |
18044 | # are listed without --file. Let's play safe and only enable the eval |
18045 | # if we detect the quoting. | |
18046 | case $CONFIG_FILES in | |
18047 | *\'*) eval set x "$CONFIG_FILES" ;; | |
18048 | *) set x $CONFIG_FILES ;; | |
18049 | esac | |
18050 | shift | |
18051 | for mf | |
18052 | do | |
18053 | # Strip MF so we end up with the name of the file. | |
18054 | mf=`echo "$mf" | sed -e 's/:.*$//'` | |
18055 | # Check whether this is an Automake generated Makefile or not. | |
d0ac1c44 | 18056 | # We used to match only the files named 'Makefile.in', but |
81ecdfbb RW |
18057 | # some people rename them; so instead we look at the file content. |
18058 | # Grep'ing the first line is not enough: some people post-process | |
18059 | # each Makefile.in and add a new line on top of each file to say so. | |
18060 | # Grep'ing the whole file is not good either: AIX grep has a line | |
18061 | # limit of 2048, but all sed's we know have understand at least 4000. | |
18062 | if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then | |
18063 | dirpart=`$as_dirname -- "$mf" || | |
f5385ebf AM |
18064 | $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
18065 | X"$mf" : 'X\(//\)[^/]' \| \ | |
18066 | X"$mf" : 'X\(//\)$' \| \ | |
81ecdfbb RW |
18067 | X"$mf" : 'X\(/\)' \| . 2>/dev/null || |
18068 | $as_echo X"$mf" | | |
18069 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
18070 | s//\1/ | |
18071 | q | |
18072 | } | |
18073 | /^X\(\/\/\)[^/].*/{ | |
18074 | s//\1/ | |
18075 | q | |
18076 | } | |
18077 | /^X\(\/\/\)$/{ | |
18078 | s//\1/ | |
18079 | q | |
18080 | } | |
18081 | /^X\(\/\).*/{ | |
18082 | s//\1/ | |
18083 | q | |
18084 | } | |
18085 | s/.*/./; q'` | |
18086 | else | |
18087 | continue | |
18088 | fi | |
18089 | # Extract the definition of DEPDIR, am__include, and am__quote | |
d0ac1c44 | 18090 | # from the Makefile without running 'make'. |
81ecdfbb RW |
18091 | DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
18092 | test -z "$DEPDIR" && continue | |
18093 | am__include=`sed -n 's/^am__include = //p' < "$mf"` | |
d0ac1c44 | 18094 | test -z "$am__include" && continue |
81ecdfbb | 18095 | am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
81ecdfbb RW |
18096 | # Find all dependency output files, they are included files with |
18097 | # $(DEPDIR) in their names. We invoke sed twice because it is the | |
18098 | # simplest approach to changing $(DEPDIR) to its actual value in the | |
18099 | # expansion. | |
18100 | for file in `sed -n " | |
18101 | s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ | |
d0ac1c44 | 18102 | sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do |
81ecdfbb RW |
18103 | # Make sure the directory exists. |
18104 | test -f "$dirpart/$file" && continue | |
18105 | fdir=`$as_dirname -- "$file" || | |
f5385ebf AM |
18106 | $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
18107 | X"$file" : 'X\(//\)[^/]' \| \ | |
18108 | X"$file" : 'X\(//\)$' \| \ | |
81ecdfbb RW |
18109 | X"$file" : 'X\(/\)' \| . 2>/dev/null || |
18110 | $as_echo X"$file" | | |
18111 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
18112 | s//\1/ | |
18113 | q | |
18114 | } | |
18115 | /^X\(\/\/\)[^/].*/{ | |
18116 | s//\1/ | |
18117 | q | |
18118 | } | |
18119 | /^X\(\/\/\)$/{ | |
18120 | s//\1/ | |
18121 | q | |
18122 | } | |
18123 | /^X\(\/\).*/{ | |
18124 | s//\1/ | |
18125 | q | |
18126 | } | |
18127 | s/.*/./; q'` | |
18128 | as_dir=$dirpart/$fdir; as_fn_mkdir_p | |
18129 | # echo "creating $dirpart/$file" | |
18130 | echo '# dummy' > "$dirpart/$file" | |
f5385ebf | 18131 | done |
f5385ebf | 18132 | done |
81ecdfbb | 18133 | } |
d7040cdb | 18134 | ;; |
81ecdfbb | 18135 | "libtool":C) |
d7040cdb SE |
18136 | |
18137 | # See if we are running on zsh, and set the options which allow our | |
18138 | # commands through without removal of \ escapes. | |
18139 | if test -n "${ZSH_VERSION+set}" ; then | |
18140 | setopt NO_GLOB_SUBST | |
18141 | fi | |
18142 | ||
18143 | cfgfile="${ofile}T" | |
18144 | trap "$RM \"$cfgfile\"; exit 1" 1 2 15 | |
18145 | $RM "$cfgfile" | |
18146 | ||
18147 | cat <<_LT_EOF >> "$cfgfile" | |
18148 | #! $SHELL | |
18149 | ||
18150 | # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. | |
718a6fd8 | 18151 | # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION |
d7040cdb SE |
18152 | # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: |
18153 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | |
18154 | # | |
718a6fd8 | 18155 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
3725885a | 18156 | # 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
718a6fd8 | 18157 | # Written by Gordon Matzigkeit, 1996 |
d7040cdb | 18158 | # |
718a6fd8 | 18159 | # This file is part of GNU Libtool. |
d7040cdb | 18160 | # |
718a6fd8 SE |
18161 | # GNU Libtool is free software; you can redistribute it and/or |
18162 | # modify it under the terms of the GNU General Public License as | |
18163 | # published by the Free Software Foundation; either version 2 of | |
18164 | # the License, or (at your option) any later version. | |
d7040cdb | 18165 | # |
718a6fd8 SE |
18166 | # As a special exception to the GNU General Public License, |
18167 | # if you distribute this file as part of a program or library that | |
18168 | # is built using GNU Libtool, you may include this file under the | |
18169 | # same distribution terms that you use for the rest of that program. | |
d7040cdb | 18170 | # |
718a6fd8 SE |
18171 | # GNU Libtool is distributed in the hope that it will be useful, |
18172 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
18173 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18174 | # GNU General Public License for more details. | |
d7040cdb | 18175 | # |
718a6fd8 SE |
18176 | # You should have received a copy of the GNU General Public License |
18177 | # along with GNU Libtool; see the file COPYING. If not, a copy | |
18178 | # can be downloaded from http://www.gnu.org/licenses/gpl.html, or | |
18179 | # obtained by writing to the Free Software Foundation, Inc., | |
18180 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |
d7040cdb SE |
18181 | |
18182 | ||
18183 | # The names of the tagged configurations supported by this script. | |
18184 | available_tags="" | |
18185 | ||
18186 | # ### BEGIN LIBTOOL CONFIG | |
18187 | ||
18188 | # Whether or not to build shared libraries. | |
18189 | build_libtool_libs=$enable_shared | |
18190 | ||
18191 | # Which release of libtool.m4 was used? | |
18192 | macro_version=$macro_version | |
18193 | macro_revision=$macro_revision | |
18194 | ||
18195 | # Whether or not to build static libraries. | |
18196 | build_old_libs=$enable_static | |
18197 | ||
18198 | # What type of objects to build. | |
18199 | pic_mode=$pic_mode | |
18200 | ||
18201 | # Whether or not to optimize for fast installation. | |
18202 | fast_install=$enable_fast_install | |
18203 | ||
3725885a RW |
18204 | # Shell to use when invoking shell scripts. |
18205 | SHELL=$lt_SHELL | |
18206 | ||
18207 | # An echo program that protects backslashes. | |
18208 | ECHO=$lt_ECHO | |
18209 | ||
d7040cdb SE |
18210 | # The host system. |
18211 | host_alias=$host_alias | |
18212 | host=$host | |
18213 | host_os=$host_os | |
18214 | ||
18215 | # The build system. | |
18216 | build_alias=$build_alias | |
18217 | build=$build | |
18218 | build_os=$build_os | |
18219 | ||
18220 | # A sed program that does not truncate output. | |
18221 | SED=$lt_SED | |
18222 | ||
18223 | # Sed that helps us avoid accidentally triggering echo(1) options like -n. | |
18224 | Xsed="\$SED -e 1s/^X//" | |
18225 | ||
18226 | # A grep program that handles long lines. | |
18227 | GREP=$lt_GREP | |
18228 | ||
18229 | # An ERE matcher. | |
18230 | EGREP=$lt_EGREP | |
18231 | ||
18232 | # A literal string matcher. | |
18233 | FGREP=$lt_FGREP | |
18234 | ||
18235 | # A BSD- or MS-compatible name lister. | |
18236 | NM=$lt_NM | |
18237 | ||
18238 | # Whether we need soft or hard links. | |
18239 | LN_S=$lt_LN_S | |
18240 | ||
18241 | # What is the maximum length of a command? | |
18242 | max_cmd_len=$max_cmd_len | |
18243 | ||
18244 | # Object file suffix (normally "o"). | |
18245 | objext=$ac_objext | |
18246 | ||
18247 | # Executable file suffix (normally ""). | |
18248 | exeext=$exeext | |
18249 | ||
18250 | # whether the shell understands "unset". | |
18251 | lt_unset=$lt_unset | |
18252 | ||
18253 | # turn spaces into newlines. | |
18254 | SP2NL=$lt_lt_SP2NL | |
18255 | ||
18256 | # turn newlines into spaces. | |
18257 | NL2SP=$lt_lt_NL2SP | |
18258 | ||
718a6fd8 SE |
18259 | # An object symbol dumper. |
18260 | OBJDUMP=$lt_OBJDUMP | |
18261 | ||
d7040cdb SE |
18262 | # Method to check whether dependent libraries are shared objects. |
18263 | deplibs_check_method=$lt_deplibs_check_method | |
18264 | ||
18265 | # Command to use when deplibs_check_method == "file_magic". | |
18266 | file_magic_cmd=$lt_file_magic_cmd | |
18267 | ||
18268 | # The archiver. | |
18269 | AR=$lt_AR | |
18270 | AR_FLAGS=$lt_AR_FLAGS | |
18271 | ||
18272 | # A symbol stripping program. | |
18273 | STRIP=$lt_STRIP | |
18274 | ||
18275 | # Commands used to install an old-style archive. | |
18276 | RANLIB=$lt_RANLIB | |
18277 | old_postinstall_cmds=$lt_old_postinstall_cmds | |
18278 | old_postuninstall_cmds=$lt_old_postuninstall_cmds | |
18279 | ||
3725885a RW |
18280 | # Whether to use a lock for old archive extraction. |
18281 | lock_old_archive_extraction=$lock_old_archive_extraction | |
18282 | ||
d7040cdb SE |
18283 | # A C compiler. |
18284 | LTCC=$lt_CC | |
18285 | ||
18286 | # LTCC compiler flags. | |
18287 | LTCFLAGS=$lt_CFLAGS | |
18288 | ||
18289 | # Take the output of nm and produce a listing of raw symbols and C names. | |
18290 | global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe | |
18291 | ||
18292 | # Transform the output of nm in a proper C declaration. | |
18293 | global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl | |
18294 | ||
18295 | # Transform the output of nm in a C name address pair. | |
18296 | global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | |
18297 | ||
718a6fd8 SE |
18298 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
18299 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | |
18300 | ||
d7040cdb SE |
18301 | # The name of the directory that contains temporary libtool files. |
18302 | objdir=$objdir | |
18303 | ||
d7040cdb SE |
18304 | # Used to examine libraries when file_magic_cmd begins with "file". |
18305 | MAGIC_CMD=$MAGIC_CMD | |
18306 | ||
18307 | # Must we lock files when doing compilation? | |
18308 | need_locks=$lt_need_locks | |
18309 | ||
718a6fd8 SE |
18310 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
18311 | DSYMUTIL=$lt_DSYMUTIL | |
18312 | ||
18313 | # Tool to change global to local symbols on Mac OS X. | |
18314 | NMEDIT=$lt_NMEDIT | |
18315 | ||
18316 | # Tool to manipulate fat objects and archives on Mac OS X. | |
18317 | LIPO=$lt_LIPO | |
18318 | ||
18319 | # ldd/readelf like tool for Mach-O binaries on Mac OS X. | |
18320 | OTOOL=$lt_OTOOL | |
18321 | ||
18322 | # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. | |
18323 | OTOOL64=$lt_OTOOL64 | |
18324 | ||
d7040cdb SE |
18325 | # Old archive suffix (normally "a"). |
18326 | libext=$libext | |
18327 | ||
18328 | # Shared library suffix (normally ".so"). | |
18329 | shrext_cmds=$lt_shrext_cmds | |
18330 | ||
18331 | # The commands to extract the exported symbol list from a shared archive. | |
18332 | extract_expsyms_cmds=$lt_extract_expsyms_cmds | |
18333 | ||
18334 | # Variables whose values should be saved in libtool wrapper scripts and | |
18335 | # restored at link time. | |
18336 | variables_saved_for_relink=$lt_variables_saved_for_relink | |
18337 | ||
18338 | # Do we need the "lib" prefix for modules? | |
18339 | need_lib_prefix=$need_lib_prefix | |
18340 | ||
18341 | # Do we need a version for libraries? | |
18342 | need_version=$need_version | |
18343 | ||
18344 | # Library versioning type. | |
18345 | version_type=$version_type | |
18346 | ||
18347 | # Shared library runtime path variable. | |
18348 | runpath_var=$runpath_var | |
18349 | ||
18350 | # Shared library path variable. | |
18351 | shlibpath_var=$shlibpath_var | |
18352 | ||
18353 | # Is shlibpath searched before the hard-coded library search path? | |
18354 | shlibpath_overrides_runpath=$shlibpath_overrides_runpath | |
18355 | ||
18356 | # Format of library name prefix. | |
18357 | libname_spec=$lt_libname_spec | |
18358 | ||
18359 | # List of archive names. First name is the real one, the rest are links. | |
18360 | # The last name is the one that the linker finds with -lNAME | |
18361 | library_names_spec=$lt_library_names_spec | |
18362 | ||
18363 | # The coded name of the library, if different from the real name. | |
18364 | soname_spec=$lt_soname_spec | |
18365 | ||
3725885a RW |
18366 | # Permission mode override for installation of shared libraries. |
18367 | install_override_mode=$lt_install_override_mode | |
18368 | ||
d7040cdb SE |
18369 | # Command to use after installation of a shared archive. |
18370 | postinstall_cmds=$lt_postinstall_cmds | |
18371 | ||
18372 | # Command to use after uninstallation of a shared archive. | |
18373 | postuninstall_cmds=$lt_postuninstall_cmds | |
18374 | ||
18375 | # Commands used to finish a libtool library installation in a directory. | |
18376 | finish_cmds=$lt_finish_cmds | |
18377 | ||
18378 | # As "finish_cmds", except a single script fragment to be evaled but | |
18379 | # not shown. | |
18380 | finish_eval=$lt_finish_eval | |
18381 | ||
18382 | # Whether we should hardcode library paths into libraries. | |
18383 | hardcode_into_libs=$hardcode_into_libs | |
18384 | ||
18385 | # Compile-time system search path for libraries. | |
18386 | sys_lib_search_path_spec=$lt_sys_lib_search_path_spec | |
18387 | ||
18388 | # Run-time system search path for libraries. | |
18389 | sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec | |
18390 | ||
18391 | # Whether dlopen is supported. | |
18392 | dlopen_support=$enable_dlopen | |
18393 | ||
18394 | # Whether dlopen of programs is supported. | |
18395 | dlopen_self=$enable_dlopen_self | |
18396 | ||
18397 | # Whether dlopen of statically linked programs is supported. | |
18398 | dlopen_self_static=$enable_dlopen_self_static | |
18399 | ||
18400 | # Commands to strip libraries. | |
18401 | old_striplib=$lt_old_striplib | |
18402 | striplib=$lt_striplib | |
18403 | ||
18404 | ||
18405 | # The linker used to build libraries. | |
18406 | LD=$lt_LD | |
18407 | ||
3725885a RW |
18408 | # How to create reloadable object files. |
18409 | reload_flag=$lt_reload_flag | |
18410 | reload_cmds=$lt_reload_cmds | |
18411 | ||
d7040cdb SE |
18412 | # Commands used to build an old-style archive. |
18413 | old_archive_cmds=$lt_old_archive_cmds | |
18414 | ||
18415 | # A language specific compiler. | |
18416 | CC=$lt_compiler | |
18417 | ||
18418 | # Is the compiler the GNU compiler? | |
18419 | with_gcc=$GCC | |
18420 | ||
18421 | # Compiler flag to turn off builtin functions. | |
18422 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | |
18423 | ||
18424 | # How to pass a linker flag through the compiler. | |
18425 | wl=$lt_lt_prog_compiler_wl | |
18426 | ||
18427 | # Additional compiler flags for building library objects. | |
18428 | pic_flag=$lt_lt_prog_compiler_pic | |
18429 | ||
18430 | # Compiler flag to prevent dynamic linking. | |
18431 | link_static_flag=$lt_lt_prog_compiler_static | |
18432 | ||
18433 | # Does compiler simultaneously support -c and -o options? | |
18434 | compiler_c_o=$lt_lt_cv_prog_compiler_c_o | |
18435 | ||
18436 | # Whether or not to add -lc for building shared libraries. | |
18437 | build_libtool_need_lc=$archive_cmds_need_lc | |
18438 | ||
18439 | # Whether or not to disallow shared libs when runtime libs are static. | |
18440 | allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes | |
18441 | ||
18442 | # Compiler flag to allow reflexive dlopens. | |
18443 | export_dynamic_flag_spec=$lt_export_dynamic_flag_spec | |
18444 | ||
18445 | # Compiler flag to generate shared objects directly from archives. | |
18446 | whole_archive_flag_spec=$lt_whole_archive_flag_spec | |
18447 | ||
18448 | # Whether the compiler copes with passing no objects directly. | |
18449 | compiler_needs_object=$lt_compiler_needs_object | |
18450 | ||
18451 | # Create an old-style archive from a shared archive. | |
18452 | old_archive_from_new_cmds=$lt_old_archive_from_new_cmds | |
18453 | ||
18454 | # Create a temporary old-style archive to link instead of a shared archive. | |
18455 | old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds | |
18456 | ||
18457 | # Commands used to build a shared archive. | |
18458 | archive_cmds=$lt_archive_cmds | |
18459 | archive_expsym_cmds=$lt_archive_expsym_cmds | |
18460 | ||
18461 | # Commands used to build a loadable module if different from building | |
18462 | # a shared archive. | |
18463 | module_cmds=$lt_module_cmds | |
18464 | module_expsym_cmds=$lt_module_expsym_cmds | |
18465 | ||
18466 | # Whether we are building with GNU ld or not. | |
18467 | with_gnu_ld=$lt_with_gnu_ld | |
18468 | ||
18469 | # Flag that allows shared libraries with undefined symbols to be built. | |
18470 | allow_undefined_flag=$lt_allow_undefined_flag | |
18471 | ||
18472 | # Flag that enforces no undefined symbols. | |
18473 | no_undefined_flag=$lt_no_undefined_flag | |
18474 | ||
18475 | # Flag to hardcode \$libdir into a binary during linking. | |
18476 | # This must work even if \$libdir does not exist | |
18477 | hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec | |
18478 | ||
18479 | # If ld is used when linking, flag to hardcode \$libdir into a binary | |
18480 | # during linking. This must work even if \$libdir does not exist. | |
18481 | hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld | |
18482 | ||
18483 | # Whether we need a single "-rpath" flag with a separated argument. | |
18484 | hardcode_libdir_separator=$lt_hardcode_libdir_separator | |
18485 | ||
18486 | # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes | |
18487 | # DIR into the resulting binary. | |
18488 | hardcode_direct=$hardcode_direct | |
18489 | ||
18490 | # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes | |
18491 | # DIR into the resulting binary and the resulting library dependency is | |
18492 | # "absolute",i.e impossible to change by setting \${shlibpath_var} if the | |
18493 | # library is relocated. | |
18494 | hardcode_direct_absolute=$hardcode_direct_absolute | |
18495 | ||
18496 | # Set to "yes" if using the -LDIR flag during linking hardcodes DIR | |
18497 | # into the resulting binary. | |
18498 | hardcode_minus_L=$hardcode_minus_L | |
18499 | ||
18500 | # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR | |
18501 | # into the resulting binary. | |
18502 | hardcode_shlibpath_var=$hardcode_shlibpath_var | |
18503 | ||
18504 | # Set to "yes" if building a shared library automatically hardcodes DIR | |
18505 | # into the library and all subsequent libraries and executables linked | |
18506 | # against it. | |
18507 | hardcode_automatic=$hardcode_automatic | |
18508 | ||
18509 | # Set to yes if linker adds runtime paths of dependent libraries | |
18510 | # to runtime path list. | |
18511 | inherit_rpath=$inherit_rpath | |
18512 | ||
18513 | # Whether libtool must link a program against all its dependency libraries. | |
18514 | link_all_deplibs=$link_all_deplibs | |
18515 | ||
18516 | # Fix the shell variable \$srcfile for the compiler. | |
18517 | fix_srcfile_path=$lt_fix_srcfile_path | |
18518 | ||
18519 | # Set to "yes" if exported symbols are required. | |
18520 | always_export_symbols=$always_export_symbols | |
18521 | ||
18522 | # The commands to list exported symbols. | |
18523 | export_symbols_cmds=$lt_export_symbols_cmds | |
18524 | ||
18525 | # Symbols that should not be listed in the preloaded symbols. | |
18526 | exclude_expsyms=$lt_exclude_expsyms | |
18527 | ||
18528 | # Symbols that must always be exported. | |
18529 | include_expsyms=$lt_include_expsyms | |
18530 | ||
18531 | # Commands necessary for linking programs (against libraries) with templates. | |
18532 | prelink_cmds=$lt_prelink_cmds | |
18533 | ||
18534 | # Specify filename containing input files. | |
18535 | file_list_spec=$lt_file_list_spec | |
18536 | ||
18537 | # How to hardcode a shared library path into an executable. | |
18538 | hardcode_action=$hardcode_action | |
18539 | ||
18540 | # ### END LIBTOOL CONFIG | |
18541 | ||
18542 | _LT_EOF | |
18543 | ||
18544 | case $host_os in | |
18545 | aix3*) | |
18546 | cat <<\_LT_EOF >> "$cfgfile" | |
18547 | # AIX sometimes has problems with the GCC collect2 program. For some | |
18548 | # reason, if we set the COLLECT_NAMES environment variable, the problems | |
18549 | # vanish in a puff of smoke. | |
18550 | if test "X${COLLECT_NAMES+set}" != Xset; then | |
18551 | COLLECT_NAMES= | |
18552 | export COLLECT_NAMES | |
18553 | fi | |
18554 | _LT_EOF | |
18555 | ;; | |
18556 | esac | |
18557 | ||
18558 | ||
18559 | ltmain="$ac_aux_dir/ltmain.sh" | |
18560 | ||
18561 | ||
18562 | # We use sed instead of cat because bash on DJGPP gets confused if | |
18563 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | |
18564 | # text mode, it properly converts lines to CR/LF. This bash problem | |
18565 | # is reportedly fixed, but why not run on old versions too? | |
18566 | sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ | |
18567 | || (rm -f "$cfgfile"; exit 1) | |
18568 | ||
18569 | case $xsi_shell in | |
18570 | yes) | |
18571 | cat << \_LT_EOF >> "$cfgfile" | |
718a6fd8 | 18572 | |
d7040cdb SE |
18573 | # func_dirname file append nondir_replacement |
18574 | # Compute the dirname of FILE. If nonempty, add APPEND to the result, | |
18575 | # otherwise set result to NONDIR_REPLACEMENT. | |
18576 | func_dirname () | |
18577 | { | |
18578 | case ${1} in | |
18579 | */*) func_dirname_result="${1%/*}${2}" ;; | |
18580 | * ) func_dirname_result="${3}" ;; | |
18581 | esac | |
18582 | } | |
18583 | ||
18584 | # func_basename file | |
18585 | func_basename () | |
18586 | { | |
18587 | func_basename_result="${1##*/}" | |
18588 | } | |
18589 | ||
718a6fd8 SE |
18590 | # func_dirname_and_basename file append nondir_replacement |
18591 | # perform func_basename and func_dirname in a single function | |
18592 | # call: | |
18593 | # dirname: Compute the dirname of FILE. If nonempty, | |
18594 | # add APPEND to the result, otherwise set result | |
18595 | # to NONDIR_REPLACEMENT. | |
18596 | # value returned in "$func_dirname_result" | |
18597 | # basename: Compute filename of FILE. | |
18598 | # value retuned in "$func_basename_result" | |
18599 | # Implementation must be kept synchronized with func_dirname | |
18600 | # and func_basename. For efficiency, we do not delegate to | |
18601 | # those functions but instead duplicate the functionality here. | |
18602 | func_dirname_and_basename () | |
18603 | { | |
18604 | case ${1} in | |
18605 | */*) func_dirname_result="${1%/*}${2}" ;; | |
18606 | * ) func_dirname_result="${3}" ;; | |
18607 | esac | |
18608 | func_basename_result="${1##*/}" | |
18609 | } | |
18610 | ||
d7040cdb SE |
18611 | # func_stripname prefix suffix name |
18612 | # strip PREFIX and SUFFIX off of NAME. | |
18613 | # PREFIX and SUFFIX must not contain globbing or regex special | |
18614 | # characters, hashes, percent signs, but SUFFIX may contain a leading | |
18615 | # dot (in which case that matches only a dot). | |
18616 | func_stripname () | |
18617 | { | |
18618 | # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are | |
18619 | # positional parameters, so assign one to ordinary parameter first. | |
18620 | func_stripname_result=${3} | |
18621 | func_stripname_result=${func_stripname_result#"${1}"} | |
18622 | func_stripname_result=${func_stripname_result%"${2}"} | |
18623 | } | |
18624 | ||
18625 | # func_opt_split | |
18626 | func_opt_split () | |
18627 | { | |
18628 | func_opt_split_opt=${1%%=*} | |
18629 | func_opt_split_arg=${1#*=} | |
18630 | } | |
18631 | ||
18632 | # func_lo2o object | |
18633 | func_lo2o () | |
18634 | { | |
18635 | case ${1} in | |
18636 | *.lo) func_lo2o_result=${1%.lo}.${objext} ;; | |
18637 | *) func_lo2o_result=${1} ;; | |
18638 | esac | |
18639 | } | |
718a6fd8 SE |
18640 | |
18641 | # func_xform libobj-or-source | |
18642 | func_xform () | |
18643 | { | |
18644 | func_xform_result=${1%.*}.lo | |
18645 | } | |
18646 | ||
18647 | # func_arith arithmetic-term... | |
18648 | func_arith () | |
18649 | { | |
18650 | func_arith_result=$(( $* )) | |
18651 | } | |
18652 | ||
18653 | # func_len string | |
18654 | # STRING may not start with a hyphen. | |
18655 | func_len () | |
18656 | { | |
18657 | func_len_result=${#1} | |
18658 | } | |
18659 | ||
d7040cdb SE |
18660 | _LT_EOF |
18661 | ;; | |
18662 | *) # Bourne compatible functions. | |
18663 | cat << \_LT_EOF >> "$cfgfile" | |
718a6fd8 | 18664 | |
d7040cdb SE |
18665 | # func_dirname file append nondir_replacement |
18666 | # Compute the dirname of FILE. If nonempty, add APPEND to the result, | |
18667 | # otherwise set result to NONDIR_REPLACEMENT. | |
18668 | func_dirname () | |
18669 | { | |
18670 | # Extract subdirectory from the argument. | |
3725885a | 18671 | func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` |
d7040cdb SE |
18672 | if test "X$func_dirname_result" = "X${1}"; then |
18673 | func_dirname_result="${3}" | |
18674 | else | |
18675 | func_dirname_result="$func_dirname_result${2}" | |
18676 | fi | |
18677 | } | |
18678 | ||
18679 | # func_basename file | |
18680 | func_basename () | |
18681 | { | |
3725885a | 18682 | func_basename_result=`$ECHO "${1}" | $SED "$basename"` |
d7040cdb SE |
18683 | } |
18684 | ||
718a6fd8 | 18685 | |
d7040cdb SE |
18686 | # func_stripname prefix suffix name |
18687 | # strip PREFIX and SUFFIX off of NAME. | |
18688 | # PREFIX and SUFFIX must not contain globbing or regex special | |
18689 | # characters, hashes, percent signs, but SUFFIX may contain a leading | |
18690 | # dot (in which case that matches only a dot). | |
18691 | # func_strip_suffix prefix name | |
18692 | func_stripname () | |
18693 | { | |
18694 | case ${2} in | |
3725885a RW |
18695 | .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; |
18696 | *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; | |
d7040cdb SE |
18697 | esac |
18698 | } | |
18699 | ||
18700 | # sed scripts: | |
18701 | my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q' | |
18702 | my_sed_long_arg='1s/^-[^=]*=//' | |
18703 | ||
18704 | # func_opt_split | |
18705 | func_opt_split () | |
18706 | { | |
3725885a RW |
18707 | func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"` |
18708 | func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"` | |
d7040cdb SE |
18709 | } |
18710 | ||
18711 | # func_lo2o object | |
18712 | func_lo2o () | |
18713 | { | |
3725885a | 18714 | func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` |
d7040cdb | 18715 | } |
718a6fd8 SE |
18716 | |
18717 | # func_xform libobj-or-source | |
18718 | func_xform () | |
18719 | { | |
3725885a | 18720 | func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'` |
718a6fd8 SE |
18721 | } |
18722 | ||
18723 | # func_arith arithmetic-term... | |
18724 | func_arith () | |
18725 | { | |
18726 | func_arith_result=`expr "$@"` | |
18727 | } | |
18728 | ||
18729 | # func_len string | |
18730 | # STRING may not start with a hyphen. | |
18731 | func_len () | |
18732 | { | |
18733 | func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` | |
18734 | } | |
18735 | ||
d7040cdb SE |
18736 | _LT_EOF |
18737 | esac | |
18738 | ||
18739 | case $lt_shell_append in | |
18740 | yes) | |
18741 | cat << \_LT_EOF >> "$cfgfile" | |
18742 | ||
18743 | # func_append var value | |
18744 | # Append VALUE to the end of shell variable VAR. | |
18745 | func_append () | |
18746 | { | |
18747 | eval "$1+=\$2" | |
18748 | } | |
18749 | _LT_EOF | |
18750 | ;; | |
18751 | *) | |
18752 | cat << \_LT_EOF >> "$cfgfile" | |
18753 | ||
18754 | # func_append var value | |
18755 | # Append VALUE to the end of shell variable VAR. | |
18756 | func_append () | |
18757 | { | |
18758 | eval "$1=\$$1\$2" | |
18759 | } | |
718a6fd8 | 18760 | |
d7040cdb SE |
18761 | _LT_EOF |
18762 | ;; | |
18763 | esac | |
18764 | ||
18765 | ||
18766 | sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \ | |
18767 | || (rm -f "$cfgfile"; exit 1) | |
18768 | ||
18769 | mv -f "$cfgfile" "$ofile" || | |
18770 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") | |
18771 | chmod +x "$ofile" | |
18772 | ||
f5385ebf | 18773 | ;; |
81ecdfbb | 18774 | "default-1":C) |
20e95c23 DJ |
18775 | for ac_file in $CONFIG_FILES; do |
18776 | # Support "outfile[:infile[:infile...]]" | |
18777 | case "$ac_file" in | |
18778 | *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; | |
18779 | esac | |
18780 | # PO directories have a Makefile.in generated from Makefile.in.in. | |
18781 | case "$ac_file" in */Makefile.in) | |
18782 | # Adjust a relative srcdir. | |
18783 | ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` | |
3cac54d2 | 18784 | ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` |
20e95c23 DJ |
18785 | ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` |
18786 | # In autoconf-2.13 it is called $ac_given_srcdir. | |
18787 | # In autoconf-2.50 it is called $srcdir. | |
18788 | test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" | |
18789 | case "$ac_given_srcdir" in | |
18790 | .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; | |
18791 | /*) top_srcdir="$ac_given_srcdir" ;; | |
18792 | *) top_srcdir="$ac_dots$ac_given_srcdir" ;; | |
18793 | esac | |
18794 | if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then | |
18795 | rm -f "$ac_dir/POTFILES" | |
18796 | test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" | |
18797 | cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" | |
18798 | POMAKEFILEDEPS="POTFILES.in" | |
18799 | # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend | |
18800 | # on $ac_dir but don't depend on user-specified configuration | |
18801 | # parameters. | |
18802 | if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then | |
18803 | # The LINGUAS file contains the set of available languages. | |
18804 | if test -n "$OBSOLETE_ALL_LINGUAS"; then | |
37a42ee9 | 18805 | test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete" |
20e95c23 DJ |
18806 | fi |
18807 | ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"` | |
18808 | # Hide the ALL_LINGUAS assigment from automake. | |
18809 | eval 'ALL_LINGUAS''=$ALL_LINGUAS_' | |
18810 | POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" | |
18811 | else | |
37a42ee9 | 18812 | # The set of available languages was given in configure.ac. |
20e95c23 DJ |
18813 | eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' |
18814 | fi | |
18815 | case "$ac_given_srcdir" in | |
18816 | .) srcdirpre= ;; | |
18817 | *) srcdirpre='$(srcdir)/' ;; | |
18818 | esac | |
18819 | POFILES= | |
18820 | GMOFILES= | |
18821 | UPDATEPOFILES= | |
18822 | DUMMYPOFILES= | |
18823 | for lang in $ALL_LINGUAS; do | |
18824 | POFILES="$POFILES $srcdirpre$lang.po" | |
18825 | GMOFILES="$GMOFILES $srcdirpre$lang.gmo" | |
18826 | UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" | |
18827 | DUMMYPOFILES="$DUMMYPOFILES $lang.nop" | |
18828 | done | |
18829 | # CATALOGS depends on both $ac_dir and the user's LINGUAS | |
18830 | # environment variable. | |
18831 | INST_LINGUAS= | |
18832 | if test -n "$ALL_LINGUAS"; then | |
18833 | for presentlang in $ALL_LINGUAS; do | |
18834 | useit=no | |
18835 | if test "%UNSET%" != "$LINGUAS"; then | |
18836 | desiredlanguages="$LINGUAS" | |
18837 | else | |
18838 | desiredlanguages="$ALL_LINGUAS" | |
18839 | fi | |
18840 | for desiredlang in $desiredlanguages; do | |
18841 | # Use the presentlang catalog if desiredlang is | |
18842 | # a. equal to presentlang, or | |
18843 | # b. a variant of presentlang (because in this case, | |
18844 | # presentlang can be used as a fallback for messages | |
18845 | # which are not translated in the desiredlang catalog). | |
18846 | case "$desiredlang" in | |
18847 | "$presentlang"*) useit=yes;; | |
18848 | esac | |
18849 | done | |
18850 | if test $useit = yes; then | |
18851 | INST_LINGUAS="$INST_LINGUAS $presentlang" | |
18852 | fi | |
18853 | done | |
18854 | fi | |
18855 | CATALOGS= | |
18856 | if test -n "$INST_LINGUAS"; then | |
18857 | for lang in $INST_LINGUAS; do | |
18858 | CATALOGS="$CATALOGS $lang.gmo" | |
18859 | done | |
18860 | fi | |
18861 | test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" | |
18862 | 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" | |
18863 | for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do | |
18864 | if test -f "$f"; then | |
18865 | case "$f" in | |
18866 | *.orig | *.bak | *~) ;; | |
18867 | *) cat "$f" >> "$ac_dir/Makefile" ;; | |
18868 | esac | |
18869 | fi | |
18870 | done | |
18871 | fi | |
18872 | ;; | |
18873 | esac | |
18874 | done ;; | |
81ecdfbb | 18875 | "bfd_stdint.h":C) |
f3b4f6d0 PB |
18876 | if test "$GCC" = yes; then |
18877 | echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h | |
18878 | else | |
18879 | echo "/* generated for $CC */" > tmp-stdint.h | |
18880 | fi | |
d5efd9fc | 18881 | |
f3b4f6d0 PB |
18882 | sed 's/^ *//' >> tmp-stdint.h <<EOF |
18883 | ||
18884 | #ifndef GCC_GENERATED_STDINT_H | |
18885 | #define GCC_GENERATED_STDINT_H 1 | |
18886 | ||
18887 | #include <sys/types.h> | |
18888 | EOF | |
18889 | ||
18890 | if test "$acx_cv_header_stdint" != stdint.h; then | |
18891 | echo "#include <stddef.h>" >> tmp-stdint.h | |
18892 | fi | |
18893 | if test "$acx_cv_header_stdint" != stddef.h; then | |
18894 | echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h | |
18895 | fi | |
18896 | ||
18897 | sed 's/^ *//' >> tmp-stdint.h <<EOF | |
18898 | /* glibc uses these symbols as guards to prevent redefinitions. */ | |
18899 | #ifdef __int8_t_defined | |
18900 | #define _INT8_T | |
18901 | #define _INT16_T | |
18902 | #define _INT32_T | |
18903 | #endif | |
18904 | #ifdef __uint32_t_defined | |
18905 | #define _UINT32_T | |
18906 | #endif | |
18907 | ||
18908 | EOF | |
18909 | ||
18910 | # ----------------- done header, emit basic int types ------------- | |
18911 | if test "$acx_cv_header_stdint" = stddef.h; then | |
18912 | sed 's/^ *//' >> tmp-stdint.h <<EOF | |
18913 | ||
18914 | #ifndef _UINT8_T | |
18915 | #define _UINT8_T | |
18916 | #ifndef __uint8_t_defined | |
18917 | #define __uint8_t_defined | |
a009f2e7 | 18918 | #ifndef uint8_t |
f3b4f6d0 PB |
18919 | typedef unsigned $acx_cv_type_int8_t uint8_t; |
18920 | #endif | |
18921 | #endif | |
a009f2e7 | 18922 | #endif |
f3b4f6d0 PB |
18923 | |
18924 | #ifndef _UINT16_T | |
18925 | #define _UINT16_T | |
18926 | #ifndef __uint16_t_defined | |
18927 | #define __uint16_t_defined | |
a009f2e7 | 18928 | #ifndef uint16_t |
f3b4f6d0 PB |
18929 | typedef unsigned $acx_cv_type_int16_t uint16_t; |
18930 | #endif | |
18931 | #endif | |
a009f2e7 | 18932 | #endif |
f3b4f6d0 PB |
18933 | |
18934 | #ifndef _UINT32_T | |
18935 | #define _UINT32_T | |
18936 | #ifndef __uint32_t_defined | |
18937 | #define __uint32_t_defined | |
a009f2e7 | 18938 | #ifndef uint32_t |
f3b4f6d0 PB |
18939 | typedef unsigned $acx_cv_type_int32_t uint32_t; |
18940 | #endif | |
18941 | #endif | |
a009f2e7 | 18942 | #endif |
f3b4f6d0 PB |
18943 | |
18944 | #ifndef _INT8_T | |
18945 | #define _INT8_T | |
18946 | #ifndef __int8_t_defined | |
18947 | #define __int8_t_defined | |
a009f2e7 | 18948 | #ifndef int8_t |
f3b4f6d0 PB |
18949 | typedef $acx_cv_type_int8_t int8_t; |
18950 | #endif | |
18951 | #endif | |
a009f2e7 | 18952 | #endif |
f3b4f6d0 PB |
18953 | |
18954 | #ifndef _INT16_T | |
18955 | #define _INT16_T | |
18956 | #ifndef __int16_t_defined | |
18957 | #define __int16_t_defined | |
a009f2e7 | 18958 | #ifndef int16_t |
f3b4f6d0 PB |
18959 | typedef $acx_cv_type_int16_t int16_t; |
18960 | #endif | |
18961 | #endif | |
a009f2e7 | 18962 | #endif |
f3b4f6d0 PB |
18963 | |
18964 | #ifndef _INT32_T | |
18965 | #define _INT32_T | |
18966 | #ifndef __int32_t_defined | |
18967 | #define __int32_t_defined | |
a009f2e7 | 18968 | #ifndef int32_t |
f3b4f6d0 PB |
18969 | typedef $acx_cv_type_int32_t int32_t; |
18970 | #endif | |
18971 | #endif | |
a009f2e7 | 18972 | #endif |
f3b4f6d0 PB |
18973 | EOF |
18974 | elif test "$ac_cv_type_u_int32_t" = yes; then | |
18975 | sed 's/^ *//' >> tmp-stdint.h <<EOF | |
18976 | ||
18977 | /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */ | |
18978 | #ifndef _INT8_T | |
18979 | #define _INT8_T | |
18980 | #endif | |
18981 | #ifndef _INT16_T | |
18982 | #define _INT16_T | |
18983 | #endif | |
18984 | #ifndef _INT32_T | |
18985 | #define _INT32_T | |
18986 | #endif | |
18987 | ||
18988 | #ifndef _UINT8_T | |
18989 | #define _UINT8_T | |
18990 | #ifndef __uint8_t_defined | |
18991 | #define __uint8_t_defined | |
a009f2e7 | 18992 | #ifndef uint8_t |
f3b4f6d0 PB |
18993 | typedef u_int8_t uint8_t; |
18994 | #endif | |
18995 | #endif | |
a009f2e7 | 18996 | #endif |
f3b4f6d0 PB |
18997 | |
18998 | #ifndef _UINT16_T | |
18999 | #define _UINT16_T | |
19000 | #ifndef __uint16_t_defined | |
19001 | #define __uint16_t_defined | |
a009f2e7 | 19002 | #ifndef uint16_t |
f3b4f6d0 PB |
19003 | typedef u_int16_t uint16_t; |
19004 | #endif | |
19005 | #endif | |
a009f2e7 | 19006 | #endif |
f3b4f6d0 PB |
19007 | |
19008 | #ifndef _UINT32_T | |
19009 | #define _UINT32_T | |
19010 | #ifndef __uint32_t_defined | |
19011 | #define __uint32_t_defined | |
a009f2e7 | 19012 | #ifndef uint32_t |
f3b4f6d0 PB |
19013 | typedef u_int32_t uint32_t; |
19014 | #endif | |
19015 | #endif | |
a009f2e7 | 19016 | #endif |
d5efd9fc | 19017 | EOF |
f3b4f6d0 PB |
19018 | else |
19019 | sed 's/^ *//' >> tmp-stdint.h <<EOF | |
19020 | ||
19021 | /* Some systems have guard macros to prevent redefinitions, define them. */ | |
19022 | #ifndef _INT8_T | |
19023 | #define _INT8_T | |
19024 | #endif | |
19025 | #ifndef _INT16_T | |
19026 | #define _INT16_T | |
19027 | #endif | |
19028 | #ifndef _INT32_T | |
19029 | #define _INT32_T | |
19030 | #endif | |
19031 | #ifndef _UINT8_T | |
19032 | #define _UINT8_T | |
19033 | #endif | |
19034 | #ifndef _UINT16_T | |
19035 | #define _UINT16_T | |
19036 | #endif | |
19037 | #ifndef _UINT32_T | |
19038 | #define _UINT32_T | |
19039 | #endif | |
19040 | EOF | |
19041 | fi | |
19042 | ||
19043 | # ------------- done basic int types, emit int64_t types ------------ | |
19044 | if test "$ac_cv_type_uint64_t" = yes; then | |
19045 | sed 's/^ *//' >> tmp-stdint.h <<EOF | |
d5efd9fc | 19046 | |
f3b4f6d0 PB |
19047 | /* system headers have good uint64_t and int64_t */ |
19048 | #ifndef _INT64_T | |
19049 | #define _INT64_T | |
19050 | #endif | |
19051 | #ifndef _UINT64_T | |
19052 | #define _UINT64_T | |
19053 | #endif | |
19054 | EOF | |
19055 | elif test "$ac_cv_type_u_int64_t" = yes; then | |
19056 | sed 's/^ *//' >> tmp-stdint.h <<EOF | |
19057 | ||
19058 | /* system headers have an u_int64_t (and int64_t) */ | |
19059 | #ifndef _INT64_T | |
19060 | #define _INT64_T | |
19061 | #endif | |
19062 | #ifndef _UINT64_T | |
19063 | #define _UINT64_T | |
19064 | #ifndef __uint64_t_defined | |
19065 | #define __uint64_t_defined | |
a009f2e7 | 19066 | #ifndef uint64_t |
f3b4f6d0 PB |
19067 | typedef u_int64_t uint64_t; |
19068 | #endif | |
19069 | #endif | |
a009f2e7 | 19070 | #endif |
f3b4f6d0 PB |
19071 | EOF |
19072 | elif test -n "$acx_cv_type_int64_t"; then | |
19073 | sed 's/^ *//' >> tmp-stdint.h <<EOF | |
19074 | ||
19075 | /* architecture has a 64-bit type, $acx_cv_type_int64_t */ | |
19076 | #ifndef _INT64_T | |
19077 | #define _INT64_T | |
a009f2e7 | 19078 | #ifndef int64_t |
f3b4f6d0 PB |
19079 | typedef $acx_cv_type_int64_t int64_t; |
19080 | #endif | |
a009f2e7 | 19081 | #endif |
f3b4f6d0 PB |
19082 | #ifndef _UINT64_T |
19083 | #define _UINT64_T | |
19084 | #ifndef __uint64_t_defined | |
19085 | #define __uint64_t_defined | |
a009f2e7 | 19086 | #ifndef uint64_t |
f3b4f6d0 PB |
19087 | typedef unsigned $acx_cv_type_int64_t uint64_t; |
19088 | #endif | |
19089 | #endif | |
a009f2e7 | 19090 | #endif |
f3b4f6d0 PB |
19091 | EOF |
19092 | else | |
19093 | sed 's/^ *//' >> tmp-stdint.h <<EOF | |
19094 | ||
19095 | /* some common heuristics for int64_t, using compiler-specific tests */ | |
19096 | #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L | |
19097 | #ifndef _INT64_T | |
19098 | #define _INT64_T | |
19099 | #ifndef __int64_t_defined | |
a009f2e7 | 19100 | #ifndef int64_t |
f3b4f6d0 PB |
19101 | typedef long long int64_t; |
19102 | #endif | |
19103 | #endif | |
a009f2e7 | 19104 | #endif |
f3b4f6d0 PB |
19105 | #ifndef _UINT64_T |
19106 | #define _UINT64_T | |
a009f2e7 | 19107 | #ifndef uint64_t |
f3b4f6d0 PB |
19108 | typedef unsigned long long uint64_t; |
19109 | #endif | |
a009f2e7 | 19110 | #endif |
f3b4f6d0 PB |
19111 | |
19112 | #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0 | |
19113 | /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and | |
19114 | does not implement __extension__. But that compiler doesn't define | |
19115 | __GNUC_MINOR__. */ | |
19116 | # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__) | |
19117 | # define __extension__ | |
19118 | # endif | |
19119 | ||
19120 | # ifndef _INT64_T | |
19121 | # define _INT64_T | |
a009f2e7 | 19122 | # ifndef int64_t |
f3b4f6d0 PB |
19123 | __extension__ typedef long long int64_t; |
19124 | # endif | |
a009f2e7 | 19125 | # endif |
f3b4f6d0 PB |
19126 | # ifndef _UINT64_T |
19127 | # define _UINT64_T | |
a009f2e7 | 19128 | # ifndef uint64_t |
f3b4f6d0 PB |
19129 | __extension__ typedef unsigned long long uint64_t; |
19130 | # endif | |
a009f2e7 | 19131 | # endif |
f3b4f6d0 PB |
19132 | |
19133 | #elif !defined __STRICT_ANSI__ | |
19134 | # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__ | |
19135 | ||
19136 | # ifndef _INT64_T | |
19137 | # define _INT64_T | |
a009f2e7 | 19138 | # ifndef int64_t |
f3b4f6d0 PB |
19139 | typedef __int64 int64_t; |
19140 | # endif | |
a009f2e7 | 19141 | # endif |
f3b4f6d0 PB |
19142 | # ifndef _UINT64_T |
19143 | # define _UINT64_T | |
a009f2e7 | 19144 | # ifndef uint64_t |
f3b4f6d0 PB |
19145 | typedef unsigned __int64 uint64_t; |
19146 | # endif | |
a009f2e7 | 19147 | # endif |
f3b4f6d0 PB |
19148 | # endif /* compiler */ |
19149 | ||
19150 | #endif /* ANSI version */ | |
19151 | EOF | |
19152 | fi | |
19153 | ||
19154 | # ------------- done int64_t types, emit intptr types ------------ | |
19155 | if test "$ac_cv_type_uintptr_t" != yes; then | |
19156 | sed 's/^ *//' >> tmp-stdint.h <<EOF | |
19157 | ||
19158 | /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */ | |
19159 | #ifndef __uintptr_t_defined | |
a009f2e7 | 19160 | #ifndef uintptr_t |
f3b4f6d0 PB |
19161 | typedef u$acx_cv_type_intptr_t uintptr_t; |
19162 | #endif | |
a009f2e7 | 19163 | #endif |
f3b4f6d0 | 19164 | #ifndef __intptr_t_defined |
a009f2e7 | 19165 | #ifndef intptr_t |
f3b4f6d0 PB |
19166 | typedef $acx_cv_type_intptr_t intptr_t; |
19167 | #endif | |
a009f2e7 | 19168 | #endif |
f3b4f6d0 PB |
19169 | EOF |
19170 | fi | |
19171 | ||
19172 | # ------------- done intptr types, emit int_least types ------------ | |
d5efd9fc | 19173 | if test "$ac_cv_type_int_least32_t" != yes; then |
f3b4f6d0 | 19174 | sed 's/^ *//' >> tmp-stdint.h <<EOF |
d5efd9fc AM |
19175 | |
19176 | /* Define int_least types */ | |
19177 | typedef int8_t int_least8_t; | |
19178 | typedef int16_t int_least16_t; | |
19179 | typedef int32_t int_least32_t; | |
f3b4f6d0 | 19180 | #ifdef _INT64_T |
d5efd9fc | 19181 | typedef int64_t int_least64_t; |
f3b4f6d0 | 19182 | #endif |
d5efd9fc AM |
19183 | |
19184 | typedef uint8_t uint_least8_t; | |
19185 | typedef uint16_t uint_least16_t; | |
19186 | typedef uint32_t uint_least32_t; | |
f3b4f6d0 | 19187 | #ifdef _UINT64_T |
d5efd9fc | 19188 | typedef uint64_t uint_least64_t; |
f3b4f6d0 | 19189 | #endif |
d5efd9fc AM |
19190 | EOF |
19191 | fi | |
19192 | ||
f3b4f6d0 | 19193 | # ------------- done intptr types, emit int_fast types ------------ |
d5efd9fc | 19194 | if test "$ac_cv_type_int_fast32_t" != yes; then |
f3b4f6d0 | 19195 | sed 's/^ *//' >> tmp-stdint.h <<EOF |
d5efd9fc AM |
19196 | |
19197 | /* Define int_fast types. short is often slow */ | |
19198 | typedef int8_t int_fast8_t; | |
19199 | typedef int int_fast16_t; | |
19200 | typedef int32_t int_fast32_t; | |
f3b4f6d0 | 19201 | #ifdef _INT64_T |
d5efd9fc | 19202 | typedef int64_t int_fast64_t; |
f3b4f6d0 | 19203 | #endif |
d5efd9fc AM |
19204 | |
19205 | typedef uint8_t uint_fast8_t; | |
19206 | typedef unsigned int uint_fast16_t; | |
19207 | typedef uint32_t uint_fast32_t; | |
f3b4f6d0 | 19208 | #ifdef _UINT64_T |
d5efd9fc | 19209 | typedef uint64_t uint_fast64_t; |
f3b4f6d0 PB |
19210 | #endif |
19211 | EOF | |
19212 | fi | |
19213 | ||
19214 | if test "$ac_cv_type_uintmax_t" != yes; then | |
19215 | sed 's/^ *//' >> tmp-stdint.h <<EOF | |
19216 | ||
19217 | /* Define intmax based on what we found */ | |
a009f2e7 | 19218 | #ifndef intmax_t |
f3b4f6d0 PB |
19219 | #ifdef _INT64_T |
19220 | typedef int64_t intmax_t; | |
19221 | #else | |
19222 | typedef long intmax_t; | |
19223 | #endif | |
a009f2e7 RW |
19224 | #endif |
19225 | #ifndef uintmax_t | |
f3b4f6d0 PB |
19226 | #ifdef _UINT64_T |
19227 | typedef uint64_t uintmax_t; | |
19228 | #else | |
19229 | typedef unsigned long uintmax_t; | |
19230 | #endif | |
a009f2e7 | 19231 | #endif |
d5efd9fc AM |
19232 | EOF |
19233 | fi | |
19234 | ||
f3b4f6d0 PB |
19235 | sed 's/^ *//' >> tmp-stdint.h <<EOF |
19236 | ||
19237 | #endif /* GCC_GENERATED_STDINT_H */ | |
19238 | EOF | |
d5efd9fc | 19239 | |
f3b4f6d0 PB |
19240 | if test -r bfd_stdint.h && cmp -s tmp-stdint.h bfd_stdint.h; then |
19241 | rm -f tmp-stdint.h | |
d5efd9fc | 19242 | else |
f3b4f6d0 | 19243 | mv -f tmp-stdint.h bfd_stdint.h |
d5efd9fc AM |
19244 | fi |
19245 | ||
19246 | ;; | |
81ecdfbb | 19247 | "default":C) |
20e95c23 DJ |
19248 | case "$srcdir" in |
19249 | .) srcdirpre= ;; | |
19250 | *) srcdirpre='$(srcdir)/' ;; | |
19251 | esac | |
19252 | POFILES= | |
19253 | GMOFILES= | |
19254 | for lang in dummy $OBSOLETE_ALL_LINGUAS; do | |
19255 | if test $lang != dummy; then | |
19256 | POFILES="$POFILES $srcdirpre$lang.po" | |
19257 | GMOFILES="$GMOFILES $srcdirpre$lang.gmo" | |
19258 | fi | |
19259 | done | |
19260 | sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \ | |
19261 | -e '/BLD-POTFILES =/r po/BLD-POTFILES' \ | |
19262 | -e "s,@POFILES@,$POFILES," \ | |
19263 | -e "s,@GMOFILES@,$GMOFILES," \ | |
19264 | po/Makefile.in > po/Makefile ;; | |
81ecdfbb | 19265 | |
5464f5a1 | 19266 | esac |
81ecdfbb | 19267 | done # for ac_tag |
5464f5a1 | 19268 | |
5464f5a1 | 19269 | |
81ecdfbb | 19270 | as_fn_exit 0 |
5464f5a1 | 19271 | _ACEOF |
5464f5a1 NN |
19272 | ac_clean_files=$ac_clean_files_save |
19273 | ||
81ecdfbb | 19274 | test $ac_write_fail = 0 || |
d0ac1c44 | 19275 | as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 |
81ecdfbb | 19276 | |
5464f5a1 NN |
19277 | |
19278 | # configure is writing to config.log, and then calls config.status. | |
19279 | # config.status does its own redirection, appending to config.log. | |
19280 | # Unfortunately, on DOS this fails, as config.log is still kept open | |
19281 | # by configure, so config.status won't be able to write to it; its | |
19282 | # output is simply discarded. So we exec the FD to /dev/null, | |
19283 | # effectively closing config.log, so it can be properly (re)opened and | |
19284 | # appended to by config.status. When coming back to configure, we | |
19285 | # need to make the FD available again. | |
19286 | if test "$no_create" != yes; then | |
19287 | ac_cs_success=: | |
19288 | ac_config_status_args= | |
19289 | test "$silent" = yes && | |
19290 | ac_config_status_args="$ac_config_status_args --quiet" | |
19291 | exec 5>/dev/null | |
19292 | $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false | |
19293 | exec 5>>config.log | |
19294 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which | |
19295 | # would make configure fail if this is the last instruction. | |
d0ac1c44 | 19296 | $ac_cs_success || as_fn_exit 1 |
81ecdfbb RW |
19297 | fi |
19298 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | |
19299 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 | |
19300 | $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | |
5464f5a1 | 19301 | fi |
252b5132 | 19302 |