]>
Commit | Line | Data |
---|---|---|
252b5132 | 1 | #! /bin/sh |
252b5132 | 2 | # Guess values for system-dependent variables and create Makefiles. |
81ecdfbb RW |
3 | # Generated by GNU Autoconf 2.64. |
4 | # | |
5 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | |
6 | # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software | |
7 | # Foundation, Inc. | |
252b5132 RH |
8 | # |
9 | # This configure script is free software; the Free Software Foundation | |
10 | # gives unlimited permission to copy, distribute and modify it. | |
81ecdfbb RW |
11 | ## -------------------- ## |
12 | ## M4sh Initialization. ## | |
13 | ## -------------------- ## | |
979273e3 | 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 : | |
979273e3 NN |
18 | emulate sh |
19 | NULLCMD=: | |
81ecdfbb | 20 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
979273e3 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 | |
979273e3 | 31 | fi |
979273e3 | 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 | } | |
979273e3 NN |
79 | fi |
80 | ||
81 | ||
81ecdfbb RW |
82 | # IFS |
83 | # We need space, tab and new line, in precisely that order. Quoting is | |
84 | # there to prevent editors from complaining about space-tab. | |
85 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word | |
86 | # splitting by setting IFS to empty value.) | |
87 | IFS=" "" $as_nl" | |
88 | ||
89 | # Find who we are. Look in the path if we contain no directory separator. | |
90 | case $0 in #(( | |
91 | *[\\/]* ) as_myself=$0 ;; | |
92 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
93 | for as_dir in $PATH | |
94 | do | |
95 | IFS=$as_save_IFS | |
96 | test -z "$as_dir" && as_dir=. | |
97 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break | |
98 | done | |
99 | IFS=$as_save_IFS | |
100 | ||
101 | ;; | |
102 | esac | |
103 | # We did not find ourselves, most probably we were run as `sh COMMAND' | |
104 | # in which case we are not to be found in the path. | |
105 | if test "x$as_myself" = x; then | |
106 | as_myself=$0 | |
107 | fi | |
108 | if test ! -f "$as_myself"; then | |
109 | $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 | |
110 | exit 1 | |
111 | fi | |
112 | ||
113 | # Unset variables that we do not need and which cause bugs (e.g. in | |
114 | # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" | |
115 | # suppresses any "Segmentation fault" message there. '((' could | |
116 | # trigger a bug in pdksh 5.2.14. | |
117 | for as_var in BASH_ENV ENV MAIL MAILPATH | |
118 | do eval test x\${$as_var+set} = xset \ | |
119 | && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : | |
120 | done | |
979273e3 NN |
121 | PS1='$ ' |
122 | PS2='> ' | |
123 | PS4='+ ' | |
124 | ||
125 | # NLS nuisances. | |
81ecdfbb RW |
126 | LC_ALL=C |
127 | export LC_ALL | |
128 | LANGUAGE=C | |
129 | export LANGUAGE | |
130 | ||
131 | # CDPATH. | |
132 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | |
133 | ||
134 | if test "x$CONFIG_SHELL" = x; then | |
135 | as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : | |
136 | emulate sh | |
137 | NULLCMD=: | |
138 | # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which | |
139 | # is contrary to our usage. Disable this feature. | |
140 | alias -g '\${1+\"\$@\"}'='\"\$@\"' | |
141 | setopt NO_GLOB_SUBST | |
142 | else | |
143 | case \`(set -o) 2>/dev/null\` in #( | |
144 | *posix*) : | |
145 | set -o posix ;; #( | |
146 | *) : | |
147 | ;; | |
148 | esac | |
149 | fi | |
150 | " | |
151 | as_required="as_fn_return () { (exit \$1); } | |
152 | as_fn_success () { as_fn_return 0; } | |
153 | as_fn_failure () { as_fn_return 1; } | |
154 | as_fn_ret_success () { return 0; } | |
155 | as_fn_ret_failure () { return 1; } | |
156 | ||
157 | exitcode=0 | |
158 | as_fn_success || { exitcode=1; echo as_fn_success failed.; } | |
159 | as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } | |
160 | as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } | |
161 | as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } | |
162 | if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : | |
163 | ||
164 | else | |
165 | exitcode=1; echo positional parameters were not saved. | |
166 | fi | |
167 | test x\$exitcode = x0 || exit 1" | |
168 | as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO | |
169 | as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO | |
170 | eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && | |
171 | test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 | |
172 | test \$(( 1 + 1 )) = 2 || exit 1" | |
173 | if (eval "$as_required") 2>/dev/null; then : | |
174 | as_have_required=yes | |
175 | else | |
176 | as_have_required=no | |
177 | fi | |
178 | if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : | |
179 | ||
180 | else | |
181 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
182 | as_found=false | |
183 | for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH | |
979273e3 | 184 | do |
81ecdfbb RW |
185 | IFS=$as_save_IFS |
186 | test -z "$as_dir" && as_dir=. | |
187 | as_found=: | |
188 | case $as_dir in #( | |
189 | /*) | |
190 | for as_base in sh bash ksh sh5; do | |
191 | # Try only shells that exist, to save several forks. | |
192 | as_shell=$as_dir/$as_base | |
193 | if { test -f "$as_shell" || test -f "$as_shell.exe"; } && | |
194 | { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : | |
195 | CONFIG_SHELL=$as_shell as_have_required=yes | |
196 | if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : | |
197 | break 2 | |
198 | fi | |
199 | fi | |
200 | done;; | |
201 | esac | |
202 | as_found=false | |
203 | done | |
204 | $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && | |
205 | { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : | |
206 | CONFIG_SHELL=$SHELL as_have_required=yes | |
207 | fi; } | |
208 | IFS=$as_save_IFS | |
209 | ||
210 | ||
211 | if test "x$CONFIG_SHELL" != x; then : | |
212 | # We cannot yet assume a decent shell, so we have to provide a | |
213 | # neutralization value for shells without unset; and this also | |
214 | # works around shells that cannot unset nonexistent variables. | |
215 | BASH_ENV=/dev/null | |
216 | ENV=/dev/null | |
217 | (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV | |
218 | export CONFIG_SHELL | |
219 | exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} | |
220 | fi | |
221 | ||
222 | if test x$as_have_required = xno; then : | |
223 | $as_echo "$0: This script requires a shell more modern than all" | |
224 | $as_echo "$0: the shells that I found on your system." | |
225 | if test x${ZSH_VERSION+set} = xset ; then | |
226 | $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" | |
227 | $as_echo "$0: be upgraded to zsh 4.3.4 or later." | |
979273e3 | 228 | else |
81ecdfbb RW |
229 | $as_echo "$0: Please tell [email protected] about your system, |
230 | $0: including any error possibly output before this | |
231 | $0: message. Then install a modern shell, or manually run | |
232 | $0: the script under such a shell if you do have one." | |
979273e3 | 233 | fi |
81ecdfbb RW |
234 | exit 1 |
235 | fi | |
236 | fi | |
237 | fi | |
238 | SHELL=${CONFIG_SHELL-/bin/sh} | |
239 | export SHELL | |
240 | # Unset more variables known to interfere with behavior of common tools. | |
241 | CLICOLOR_FORCE= GREP_OPTIONS= | |
242 | unset CLICOLOR_FORCE GREP_OPTIONS | |
243 | ||
244 | ## --------------------- ## | |
245 | ## M4sh Shell Functions. ## | |
246 | ## --------------------- ## | |
247 | # as_fn_unset VAR | |
248 | # --------------- | |
249 | # Portably unset VAR. | |
250 | as_fn_unset () | |
251 | { | |
252 | { eval $1=; unset $1;} | |
253 | } | |
254 | as_unset=as_fn_unset | |
255 | ||
256 | # as_fn_set_status STATUS | |
257 | # ----------------------- | |
258 | # Set $? to STATUS, without forking. | |
259 | as_fn_set_status () | |
260 | { | |
261 | return $1 | |
262 | } # as_fn_set_status | |
263 | ||
264 | # as_fn_exit STATUS | |
265 | # ----------------- | |
266 | # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. | |
267 | as_fn_exit () | |
268 | { | |
269 | set +e | |
270 | as_fn_set_status $1 | |
271 | exit $1 | |
272 | } # as_fn_exit | |
273 | ||
274 | # as_fn_mkdir_p | |
275 | # ------------- | |
276 | # Create "$as_dir" as a directory, including parents if necessary. | |
277 | as_fn_mkdir_p () | |
278 | { | |
279 | ||
280 | case $as_dir in #( | |
281 | -*) as_dir=./$as_dir;; | |
282 | esac | |
283 | test -d "$as_dir" || eval $as_mkdir_p || { | |
284 | as_dirs= | |
285 | while :; do | |
286 | case $as_dir in #( | |
287 | *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( | |
288 | *) as_qdir=$as_dir;; | |
289 | esac | |
290 | as_dirs="'$as_qdir' $as_dirs" | |
291 | as_dir=`$as_dirname -- "$as_dir" || | |
292 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
293 | X"$as_dir" : 'X\(//\)[^/]' \| \ | |
294 | X"$as_dir" : 'X\(//\)$' \| \ | |
295 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || | |
296 | $as_echo X"$as_dir" | | |
297 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
298 | s//\1/ | |
299 | q | |
300 | } | |
301 | /^X\(\/\/\)[^/].*/{ | |
302 | s//\1/ | |
303 | q | |
304 | } | |
305 | /^X\(\/\/\)$/{ | |
306 | s//\1/ | |
307 | q | |
308 | } | |
309 | /^X\(\/\).*/{ | |
310 | s//\1/ | |
311 | q | |
312 | } | |
313 | s/.*/./; q'` | |
314 | test -d "$as_dir" && break | |
315 | done | |
316 | test -z "$as_dirs" || eval "mkdir $as_dirs" | |
317 | } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" | |
318 | ||
319 | ||
320 | } # as_fn_mkdir_p | |
321 | # as_fn_append VAR VALUE | |
322 | # ---------------------- | |
323 | # Append the text in VALUE to the end of the definition contained in VAR. Take | |
324 | # advantage of any shell optimizations that allow amortized linear growth over | |
325 | # repeated appends, instead of the typical quadratic growth present in naive | |
326 | # implementations. | |
327 | if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : | |
328 | eval 'as_fn_append () | |
329 | { | |
330 | eval $1+=\$2 | |
331 | }' | |
332 | else | |
333 | as_fn_append () | |
334 | { | |
335 | eval $1=\$$1\$2 | |
336 | } | |
337 | fi # as_fn_append | |
338 | ||
339 | # as_fn_arith ARG... | |
340 | # ------------------ | |
341 | # Perform arithmetic evaluation on the ARGs, and store the result in the | |
342 | # global $as_val. Take advantage of shells that can avoid forks. The arguments | |
343 | # must be portable across $(()) and expr. | |
344 | if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : | |
345 | eval 'as_fn_arith () | |
346 | { | |
347 | as_val=$(( $* )) | |
348 | }' | |
349 | else | |
350 | as_fn_arith () | |
351 | { | |
352 | as_val=`expr "$@" || test $? -eq 1` | |
353 | } | |
354 | fi # as_fn_arith | |
355 | ||
356 | ||
357 | # as_fn_error ERROR [LINENO LOG_FD] | |
358 | # --------------------------------- | |
359 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | |
360 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | |
361 | # script with status $?, using 1 if that was 0. | |
362 | as_fn_error () | |
363 | { | |
364 | as_status=$?; test $as_status -eq 0 && as_status=1 | |
365 | if test "$3"; then | |
366 | as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
367 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | |
368 | fi | |
369 | $as_echo "$as_me: error: $1" >&2 | |
370 | as_fn_exit $as_status | |
371 | } # as_fn_error | |
979273e3 | 372 | |
81ecdfbb RW |
373 | if expr a : '\(a\)' >/dev/null 2>&1 && |
374 | test "X`expr 00001 : '.*\(...\)'`" = X001; then | |
979273e3 NN |
375 | as_expr=expr |
376 | else | |
377 | as_expr=false | |
378 | fi | |
379 | ||
81ecdfbb | 380 | if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then |
979273e3 NN |
381 | as_basename=basename |
382 | else | |
383 | as_basename=false | |
384 | fi | |
385 | ||
81ecdfbb RW |
386 | if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
387 | as_dirname=dirname | |
388 | else | |
389 | as_dirname=false | |
390 | fi | |
979273e3 | 391 | |
81ecdfbb | 392 | as_me=`$as_basename -- "$0" || |
979273e3 NN |
393 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
394 | X"$0" : 'X\(//\)$' \| \ | |
81ecdfbb RW |
395 | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
396 | $as_echo X/"$0" | | |
397 | sed '/^.*\/\([^/][^/]*\)\/*$/{ | |
398 | s//\1/ | |
399 | q | |
400 | } | |
401 | /^X\/\(\/\/\)$/{ | |
402 | s//\1/ | |
403 | q | |
404 | } | |
405 | /^X\/\(\/\).*/{ | |
406 | s//\1/ | |
407 | q | |
408 | } | |
409 | s/.*/./; q'` | |
979273e3 | 410 | |
979273e3 NN |
411 | # Avoid depending upon Character Ranges. |
412 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' | |
413 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
414 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |
415 | as_cr_digits='0123456789' | |
416 | as_cr_alnum=$as_cr_Letters$as_cr_digits | |
417 | ||
979273e3 | 418 | |
81ecdfbb RW |
419 | as_lineno_1=$LINENO as_lineno_1a=$LINENO |
420 | as_lineno_2=$LINENO as_lineno_2a=$LINENO | |
421 | eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && | |
422 | test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { | |
423 | # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) | |
424 | sed -n ' | |
425 | p | |
426 | /[$]LINENO/= | |
427 | ' <$as_myself | | |
979273e3 | 428 | sed ' |
81ecdfbb RW |
429 | s/[$]LINENO.*/&-/ |
430 | t lineno | |
431 | b | |
432 | :lineno | |
979273e3 | 433 | N |
81ecdfbb RW |
434 | :loop |
435 | s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ | |
979273e3 | 436 | t loop |
81ecdfbb | 437 | s/-\n.*// |
979273e3 | 438 | ' >$as_me.lineno && |
81ecdfbb RW |
439 | chmod +x "$as_me.lineno" || |
440 | { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } | |
979273e3 NN |
441 | |
442 | # Don't try to exec as it changes $[0], causing all sort of problems | |
443 | # (the dirname of $[0] is not the place where we might find the | |
81ecdfbb RW |
444 | # original and so on. Autoconf is especially sensitive to this). |
445 | . "./$as_me.lineno" | |
979273e3 NN |
446 | # Exit status is that of the last command. |
447 | exit | |
448 | } | |
449 | ||
81ecdfbb RW |
450 | ECHO_C= ECHO_N= ECHO_T= |
451 | case `echo -n x` in #((((( | |
452 | -n*) | |
453 | case `echo 'xy\c'` in | |
454 | *c*) ECHO_T=' ';; # ECHO_T is single tab character. | |
455 | xy) ECHO_C='\c';; | |
456 | *) echo `echo ksh88 bug on AIX 6.1` > /dev/null | |
457 | ECHO_T=' ';; | |
458 | esac;; | |
459 | *) | |
460 | ECHO_N='-n';; | |
979273e3 NN |
461 | esac |
462 | ||
81ecdfbb RW |
463 | rm -f conf$$ conf$$.exe conf$$.file |
464 | if test -d conf$$.dir; then | |
465 | rm -f conf$$.dir/conf$$.file | |
979273e3 | 466 | else |
81ecdfbb RW |
467 | rm -f conf$$.dir |
468 | mkdir conf$$.dir 2>/dev/null | |
979273e3 | 469 | fi |
81ecdfbb RW |
470 | if (echo >conf$$.file) 2>/dev/null; then |
471 | if ln -s conf$$.file conf$$ 2>/dev/null; then | |
979273e3 | 472 | as_ln_s='ln -s' |
81ecdfbb RW |
473 | # ... but there are two gotchas: |
474 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | |
475 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | |
476 | # In both cases, we have to default to `cp -p'. | |
477 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || | |
478 | as_ln_s='cp -p' | |
479 | elif ln conf$$.file conf$$ 2>/dev/null; then | |
480 | as_ln_s=ln | |
481 | else | |
482 | as_ln_s='cp -p' | |
979273e3 | 483 | fi |
979273e3 NN |
484 | else |
485 | as_ln_s='cp -p' | |
486 | fi | |
81ecdfbb RW |
487 | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
488 | rmdir conf$$.dir 2>/dev/null | |
979273e3 NN |
489 | |
490 | if mkdir -p . 2>/dev/null; then | |
81ecdfbb | 491 | as_mkdir_p='mkdir -p "$as_dir"' |
979273e3 NN |
492 | else |
493 | test -d ./-p && rmdir ./-p | |
494 | as_mkdir_p=false | |
495 | fi | |
496 | ||
81ecdfbb RW |
497 | if test -x / >/dev/null 2>&1; then |
498 | as_test_x='test -x' | |
499 | else | |
500 | if ls -dL / >/dev/null 2>&1; then | |
501 | as_ls_L_option=L | |
502 | else | |
503 | as_ls_L_option= | |
504 | fi | |
505 | as_test_x=' | |
506 | eval sh -c '\'' | |
507 | if test -d "$1"; then | |
508 | test -d "$1/."; | |
509 | else | |
510 | case $1 in #( | |
511 | -*)set "./$1";; | |
512 | esac; | |
513 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( | |
514 | ???[sx]*):;;*)false;;esac;fi | |
515 | '\'' sh | |
516 | ' | |
517 | fi | |
518 | as_executable_p=$as_test_x | |
979273e3 NN |
519 | |
520 | # Sed expression to map a string onto a valid CPP name. | |
521 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | |
522 | ||
523 | # Sed expression to map a string onto a valid variable name. | |
524 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | |
525 | ||
526 | ||
d7040cdb SE |
527 | |
528 | # Check that we are running under the correct shell. | |
529 | SHELL=${CONFIG_SHELL-/bin/sh} | |
530 | ||
531 | case X$lt_ECHO in | |
532 | X*--fallback-echo) | |
533 | # Remove one level of quotation (which was required for Make). | |
534 | ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','` | |
535 | ;; | |
536 | esac | |
537 | ||
538 | ECHO=${lt_ECHO-echo} | |
539 | if test "X$1" = X--no-reexec; then | |
540 | # Discard the --no-reexec flag, and continue. | |
541 | shift | |
542 | elif test "X$1" = X--fallback-echo; then | |
543 | # Avoid inline document here, it may be left over | |
544 | : | |
545 | elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then | |
546 | # Yippee, $ECHO works! | |
547 | : | |
548 | else | |
549 | # Restart under the correct shell. | |
550 | exec $SHELL "$0" --no-reexec ${1+"$@"} | |
551 | fi | |
552 | ||
553 | if test "X$1" = X--fallback-echo; then | |
554 | # used as fallback echo | |
555 | shift | |
556 | cat <<_LT_EOF | |
557 | $* | |
558 | _LT_EOF | |
559 | exit 0 | |
560 | fi | |
561 | ||
562 | # The HP-UX ksh and POSIX shell print the target directory to stdout | |
563 | # if CDPATH is set. | |
564 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | |
565 | ||
566 | if test -z "$lt_ECHO"; then | |
567 | if test "X${echo_test_string+set}" != Xset; then | |
568 | # find a string as large as possible, as long as the shell can cope with it | |
569 | for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do | |
570 | # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... | |
571 | if { echo_test_string=`eval $cmd`; } 2>/dev/null && | |
572 | { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null | |
573 | then | |
574 | break | |
575 | fi | |
576 | done | |
577 | fi | |
578 | ||
579 | if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && | |
580 | echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && | |
581 | test "X$echo_testing_string" = "X$echo_test_string"; then | |
582 | : | |
583 | else | |
584 | # The Solaris, AIX, and Digital Unix default echo programs unquote | |
585 | # backslashes. This makes it impossible to quote backslashes using | |
586 | # echo "$something" | sed 's/\\/\\\\/g' | |
587 | # | |
588 | # So, first we look for a working echo in the user's PATH. | |
589 | ||
590 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR | |
591 | for dir in $PATH /usr/ucb; do | |
592 | IFS="$lt_save_ifs" | |
593 | if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && | |
594 | test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && | |
595 | echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && | |
596 | test "X$echo_testing_string" = "X$echo_test_string"; then | |
597 | ECHO="$dir/echo" | |
598 | break | |
599 | fi | |
600 | done | |
601 | IFS="$lt_save_ifs" | |
602 | ||
603 | if test "X$ECHO" = Xecho; then | |
604 | # We didn't find a better echo, so look for alternatives. | |
605 | if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' && | |
606 | echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` && | |
607 | test "X$echo_testing_string" = "X$echo_test_string"; then | |
608 | # This shell has a builtin print -r that does the trick. | |
609 | ECHO='print -r' | |
610 | elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } && | |
611 | test "X$CONFIG_SHELL" != X/bin/ksh; then | |
612 | # If we have ksh, try running configure again with it. | |
613 | ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} | |
614 | export ORIGINAL_CONFIG_SHELL | |
615 | CONFIG_SHELL=/bin/ksh | |
616 | export CONFIG_SHELL | |
617 | exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"} | |
618 | else | |
619 | # Try using printf. | |
620 | ECHO='printf %s\n' | |
621 | if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && | |
622 | echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && | |
623 | test "X$echo_testing_string" = "X$echo_test_string"; then | |
624 | # Cool, printf works | |
625 | : | |
626 | elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && | |
627 | test "X$echo_testing_string" = 'X\t' && | |
628 | echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && | |
629 | test "X$echo_testing_string" = "X$echo_test_string"; then | |
630 | CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL | |
631 | export CONFIG_SHELL | |
632 | SHELL="$CONFIG_SHELL" | |
633 | export SHELL | |
634 | ECHO="$CONFIG_SHELL $0 --fallback-echo" | |
635 | elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && | |
636 | test "X$echo_testing_string" = 'X\t' && | |
637 | echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && | |
638 | test "X$echo_testing_string" = "X$echo_test_string"; then | |
639 | ECHO="$CONFIG_SHELL $0 --fallback-echo" | |
640 | else | |
641 | # maybe with a smaller string... | |
642 | prev=: | |
643 | ||
644 | for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do | |
645 | if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null | |
646 | then | |
647 | break | |
648 | fi | |
649 | prev="$cmd" | |
650 | done | |
651 | ||
652 | if test "$prev" != 'sed 50q "$0"'; then | |
653 | echo_test_string=`eval $prev` | |
654 | export echo_test_string | |
655 | exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"} | |
656 | else | |
657 | # Oops. We lost completely, so just stick with echo. | |
658 | ECHO=echo | |
659 | fi | |
660 | fi | |
661 | fi | |
662 | fi | |
663 | fi | |
664 | fi | |
665 | ||
666 | # Copy echo and quote the copy suitably for passing to libtool from | |
667 | # the Makefile, instead of quoting the original, which is used later. | |
668 | lt_ECHO=$ECHO | |
669 | if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then | |
670 | lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" | |
671 | fi | |
672 | ||
673 | ||
674 | ||
675 | ||
81ecdfbb RW |
676 | exec 7<&0 </dev/null 6>&1 |
677 | ||
979273e3 NN |
678 | # Name of the host. |
679 | # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, | |
680 | # so uname gets run too. | |
681 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | |
252b5132 | 682 | |
979273e3 NN |
683 | # |
684 | # Initializations. | |
685 | # | |
252b5132 | 686 | ac_default_prefix=/usr/local |
81ecdfbb | 687 | ac_clean_files= |
979273e3 | 688 | ac_config_libobj_dir=. |
81ecdfbb | 689 | LIBOBJS= |
979273e3 NN |
690 | cross_compiling=no |
691 | subdirs= | |
692 | MFLAGS= | |
693 | MAKEFLAGS= | |
979273e3 NN |
694 | |
695 | # Identity of this package. | |
696 | PACKAGE_NAME= | |
697 | PACKAGE_TARNAME= | |
698 | PACKAGE_VERSION= | |
699 | PACKAGE_STRING= | |
700 | PACKAGE_BUGREPORT= | |
81ecdfbb | 701 | PACKAGE_URL= |
979273e3 NN |
702 | |
703 | ac_unique_file="z8k-dis.c" | |
704 | # Factoring default headers for most tests. | |
705 | ac_includes_default="\ | |
706 | #include <stdio.h> | |
81ecdfbb | 707 | #ifdef HAVE_SYS_TYPES_H |
979273e3 NN |
708 | # include <sys/types.h> |
709 | #endif | |
81ecdfbb | 710 | #ifdef HAVE_SYS_STAT_H |
979273e3 NN |
711 | # include <sys/stat.h> |
712 | #endif | |
81ecdfbb | 713 | #ifdef STDC_HEADERS |
979273e3 NN |
714 | # include <stdlib.h> |
715 | # include <stddef.h> | |
716 | #else | |
81ecdfbb | 717 | # ifdef HAVE_STDLIB_H |
979273e3 NN |
718 | # include <stdlib.h> |
719 | # endif | |
720 | #endif | |
81ecdfbb RW |
721 | #ifdef HAVE_STRING_H |
722 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
979273e3 NN |
723 | # include <memory.h> |
724 | # endif | |
725 | # include <string.h> | |
726 | #endif | |
81ecdfbb | 727 | #ifdef HAVE_STRINGS_H |
979273e3 NN |
728 | # include <strings.h> |
729 | #endif | |
81ecdfbb | 730 | #ifdef HAVE_INTTYPES_H |
979273e3 | 731 | # include <inttypes.h> |
979273e3 | 732 | #endif |
81ecdfbb RW |
733 | #ifdef HAVE_STDINT_H |
734 | # include <stdint.h> | |
735 | #endif | |
736 | #ifdef HAVE_UNISTD_H | |
979273e3 NN |
737 | # include <unistd.h> |
738 | #endif" | |
739 | ||
81ecdfbb RW |
740 | ac_subst_vars='am__EXEEXT_FALSE |
741 | am__EXEEXT_TRUE | |
742 | LTLIBOBJS | |
743 | LIBOBJS | |
744 | BFD_MACHINES | |
745 | archdefs | |
746 | SHARED_DEPENDENCIES | |
747 | SHARED_LIBADD | |
748 | SHARED_LDFLAGS | |
749 | LIBM | |
750 | cgendir | |
751 | CGEN_MAINT_FALSE | |
752 | CGEN_MAINT_TRUE | |
753 | HDEFINES | |
754 | EXEEXT_FOR_BUILD | |
755 | CC_FOR_BUILD | |
756 | MSGMERGE | |
757 | MSGFMT | |
758 | MKINSTALLDIRS | |
759 | CATOBJEXT | |
760 | GENCAT | |
761 | INSTOBJEXT | |
762 | DATADIRNAME | |
763 | CATALOGS | |
764 | POSUB | |
765 | GMSGFMT | |
766 | XGETTEXT | |
767 | INCINTL | |
768 | LIBINTL_DEP | |
769 | LIBINTL | |
770 | USE_NLS | |
771 | bfdincludedir | |
772 | bfdlibdir | |
773 | target_noncanonical | |
774 | host_noncanonical | |
775 | INSTALL_LIBBFD_FALSE | |
776 | INSTALL_LIBBFD_TRUE | |
777 | MAINT | |
778 | MAINTAINER_MODE_FALSE | |
779 | MAINTAINER_MODE_TRUE | |
780 | NO_WERROR | |
781 | WARN_CFLAGS | |
782 | OTOOL64 | |
783 | OTOOL | |
784 | LIPO | |
785 | NMEDIT | |
786 | DSYMUTIL | |
787 | lt_ECHO | |
788 | OBJDUMP | |
789 | LN_S | |
790 | NM | |
791 | ac_ct_DUMPBIN | |
792 | DUMPBIN | |
793 | LD | |
794 | FGREP | |
795 | SED | |
796 | LIBTOOL | |
797 | RANLIB | |
798 | AR | |
799 | EGREP | |
800 | GREP | |
801 | CPP | |
802 | am__fastdepCC_FALSE | |
803 | am__fastdepCC_TRUE | |
804 | CCDEPMODE | |
805 | AMDEPBACKSLASH | |
806 | AMDEP_FALSE | |
807 | AMDEP_TRUE | |
808 | am__quote | |
809 | am__include | |
810 | DEPDIR | |
811 | am__untar | |
812 | am__tar | |
813 | AMTAR | |
814 | am__leading_dot | |
815 | SET_MAKE | |
816 | AWK | |
817 | mkdir_p | |
818 | MKDIR_P | |
819 | INSTALL_STRIP_PROGRAM | |
820 | STRIP | |
821 | install_sh | |
822 | MAKEINFO | |
823 | AUTOHEADER | |
824 | AUTOMAKE | |
825 | AUTOCONF | |
826 | ACLOCAL | |
827 | VERSION | |
828 | PACKAGE | |
829 | CYGPATH_W | |
830 | am__isrc | |
831 | INSTALL_DATA | |
832 | INSTALL_SCRIPT | |
833 | INSTALL_PROGRAM | |
834 | OBJEXT | |
835 | EXEEXT | |
836 | ac_ct_CC | |
837 | CPPFLAGS | |
838 | LDFLAGS | |
839 | CFLAGS | |
840 | CC | |
841 | target_os | |
842 | target_vendor | |
843 | target_cpu | |
844 | target | |
845 | host_os | |
846 | host_vendor | |
847 | host_cpu | |
848 | host | |
849 | build_os | |
850 | build_vendor | |
851 | build_cpu | |
852 | build | |
853 | target_alias | |
854 | host_alias | |
855 | build_alias | |
856 | LIBS | |
857 | ECHO_T | |
858 | ECHO_N | |
859 | ECHO_C | |
860 | DEFS | |
861 | mandir | |
862 | localedir | |
863 | libdir | |
864 | psdir | |
865 | pdfdir | |
866 | dvidir | |
867 | htmldir | |
868 | infodir | |
869 | docdir | |
870 | oldincludedir | |
871 | includedir | |
872 | localstatedir | |
873 | sharedstatedir | |
874 | sysconfdir | |
875 | datadir | |
876 | datarootdir | |
877 | libexecdir | |
878 | sbindir | |
879 | bindir | |
880 | program_transform_name | |
881 | prefix | |
882 | exec_prefix | |
883 | PACKAGE_URL | |
884 | PACKAGE_BUGREPORT | |
885 | PACKAGE_STRING | |
886 | PACKAGE_VERSION | |
887 | PACKAGE_TARNAME | |
888 | PACKAGE_NAME | |
889 | PATH_SEPARATOR | |
890 | SHELL' | |
979273e3 | 891 | ac_subst_files='' |
81ecdfbb RW |
892 | ac_user_opts=' |
893 | enable_option_checking | |
894 | enable_dependency_tracking | |
895 | enable_shared | |
896 | enable_static | |
897 | with_pic | |
898 | enable_fast_install | |
899 | with_gnu_ld | |
900 | enable_libtool_lock | |
901 | enable_targets | |
902 | enable_werror | |
903 | enable_build_warnings | |
904 | enable_maintainer_mode | |
905 | enable_install_libbfd | |
906 | enable_nls | |
907 | enable_cgen_maint | |
908 | ' | |
909 | ac_precious_vars='build_alias | |
910 | host_alias | |
911 | target_alias | |
912 | CC | |
913 | CFLAGS | |
914 | LDFLAGS | |
915 | LIBS | |
916 | CPPFLAGS | |
917 | CPP' | |
918 | ||
252b5132 RH |
919 | |
920 | # Initialize some variables set by options. | |
979273e3 NN |
921 | ac_init_help= |
922 | ac_init_version=false | |
81ecdfbb RW |
923 | ac_unrecognized_opts= |
924 | ac_unrecognized_sep= | |
252b5132 RH |
925 | # The variables have the same names as the options, with |
926 | # dashes changed to underlines. | |
979273e3 | 927 | cache_file=/dev/null |
252b5132 | 928 | exec_prefix=NONE |
252b5132 | 929 | no_create= |
252b5132 RH |
930 | no_recursion= |
931 | prefix=NONE | |
932 | program_prefix=NONE | |
933 | program_suffix=NONE | |
934 | program_transform_name=s,x,x, | |
935 | silent= | |
936 | site= | |
937 | srcdir= | |
252b5132 RH |
938 | verbose= |
939 | x_includes=NONE | |
940 | x_libraries=NONE | |
979273e3 NN |
941 | |
942 | # Installation directory options. | |
943 | # These are left unexpanded so users can "make install exec_prefix=/foo" | |
944 | # and all the variables that are supposed to be based on exec_prefix | |
945 | # by default will actually change. | |
946 | # Use braces instead of parens because sh, perl, etc. also accept them. | |
81ecdfbb | 947 | # (The list follows the same order as the GNU Coding Standards.) |
252b5132 RH |
948 | bindir='${exec_prefix}/bin' |
949 | sbindir='${exec_prefix}/sbin' | |
950 | libexecdir='${exec_prefix}/libexec' | |
81ecdfbb RW |
951 | datarootdir='${prefix}/share' |
952 | datadir='${datarootdir}' | |
252b5132 RH |
953 | sysconfdir='${prefix}/etc' |
954 | sharedstatedir='${prefix}/com' | |
955 | localstatedir='${prefix}/var' | |
252b5132 RH |
956 | includedir='${prefix}/include' |
957 | oldincludedir='/usr/include' | |
81ecdfbb RW |
958 | docdir='${datarootdir}/doc/${PACKAGE}' |
959 | infodir='${datarootdir}/info' | |
960 | htmldir='${docdir}' | |
961 | dvidir='${docdir}' | |
962 | pdfdir='${docdir}' | |
963 | psdir='${docdir}' | |
964 | libdir='${exec_prefix}/lib' | |
965 | localedir='${datarootdir}/locale' | |
966 | mandir='${datarootdir}/man' | |
252b5132 | 967 | |
252b5132 | 968 | ac_prev= |
81ecdfbb | 969 | ac_dashdash= |
252b5132 RH |
970 | for ac_option |
971 | do | |
252b5132 RH |
972 | # If the previous option needs an argument, assign it. |
973 | if test -n "$ac_prev"; then | |
81ecdfbb | 974 | eval $ac_prev=\$ac_option |
252b5132 RH |
975 | ac_prev= |
976 | continue | |
977 | fi | |
978 | ||
81ecdfbb RW |
979 | case $ac_option in |
980 | *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; | |
981 | *) ac_optarg=yes ;; | |
982 | esac | |
252b5132 RH |
983 | |
984 | # Accept the important Cygnus configure options, so we can diagnose typos. | |
985 | ||
81ecdfbb RW |
986 | case $ac_dashdash$ac_option in |
987 | --) | |
988 | ac_dashdash=yes ;; | |
252b5132 RH |
989 | |
990 | -bindir | --bindir | --bindi | --bind | --bin | --bi) | |
991 | ac_prev=bindir ;; | |
992 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) | |
979273e3 | 993 | bindir=$ac_optarg ;; |
252b5132 RH |
994 | |
995 | -build | --build | --buil | --bui | --bu) | |
979273e3 | 996 | ac_prev=build_alias ;; |
252b5132 | 997 | -build=* | --build=* | --buil=* | --bui=* | --bu=*) |
979273e3 | 998 | build_alias=$ac_optarg ;; |
252b5132 RH |
999 | |
1000 | -cache-file | --cache-file | --cache-fil | --cache-fi \ | |
1001 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
1002 | ac_prev=cache_file ;; | |
1003 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
1004 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) | |
979273e3 NN |
1005 | cache_file=$ac_optarg ;; |
1006 | ||
1007 | --config-cache | -C) | |
1008 | cache_file=config.cache ;; | |
252b5132 | 1009 | |
81ecdfbb | 1010 | -datadir | --datadir | --datadi | --datad) |
252b5132 | 1011 | ac_prev=datadir ;; |
81ecdfbb | 1012 | -datadir=* | --datadir=* | --datadi=* | --datad=*) |
979273e3 | 1013 | datadir=$ac_optarg ;; |
252b5132 | 1014 | |
81ecdfbb RW |
1015 | -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ |
1016 | | --dataroo | --dataro | --datar) | |
1017 | ac_prev=datarootdir ;; | |
1018 | -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | |
1019 | | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) | |
1020 | datarootdir=$ac_optarg ;; | |
1021 | ||
252b5132 | 1022 | -disable-* | --disable-*) |
81ecdfbb | 1023 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
252b5132 | 1024 | # Reject names that are not valid shell variable names. |
81ecdfbb RW |
1025 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1026 | as_fn_error "invalid feature name: $ac_useropt" | |
1027 | ac_useropt_orig=$ac_useropt | |
1028 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | |
1029 | case $ac_user_opts in | |
1030 | *" | |
1031 | "enable_$ac_useropt" | |
1032 | "*) ;; | |
1033 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" | |
1034 | ac_unrecognized_sep=', ';; | |
1035 | esac | |
1036 | eval enable_$ac_useropt=no ;; | |
1037 | ||
1038 | -docdir | --docdir | --docdi | --doc | --do) | |
1039 | ac_prev=docdir ;; | |
1040 | -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) | |
1041 | docdir=$ac_optarg ;; | |
1042 | ||
1043 | -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) | |
1044 | ac_prev=dvidir ;; | |
1045 | -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) | |
1046 | dvidir=$ac_optarg ;; | |
252b5132 RH |
1047 | |
1048 | -enable-* | --enable-*) | |
81ecdfbb | 1049 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
252b5132 | 1050 | # Reject names that are not valid shell variable names. |
81ecdfbb RW |
1051 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1052 | as_fn_error "invalid feature name: $ac_useropt" | |
1053 | ac_useropt_orig=$ac_useropt | |
1054 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | |
1055 | case $ac_user_opts in | |
1056 | *" | |
1057 | "enable_$ac_useropt" | |
1058 | "*) ;; | |
1059 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" | |
1060 | ac_unrecognized_sep=', ';; | |
252b5132 | 1061 | esac |
81ecdfbb | 1062 | eval enable_$ac_useropt=\$ac_optarg ;; |
252b5132 RH |
1063 | |
1064 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | |
1065 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | |
1066 | | --exec | --exe | --ex) | |
1067 | ac_prev=exec_prefix ;; | |
1068 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | |
1069 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | |
1070 | | --exec=* | --exe=* | --ex=*) | |
979273e3 | 1071 | exec_prefix=$ac_optarg ;; |
252b5132 RH |
1072 | |
1073 | -gas | --gas | --ga | --g) | |
1074 | # Obsolete; use --with-gas. | |
1075 | with_gas=yes ;; | |
1076 | ||
979273e3 NN |
1077 | -help | --help | --hel | --he | -h) |
1078 | ac_init_help=long ;; | |
1079 | -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) | |
1080 | ac_init_help=recursive ;; | |
1081 | -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) | |
1082 | ac_init_help=short ;; | |
252b5132 RH |
1083 | |
1084 | -host | --host | --hos | --ho) | |
979273e3 | 1085 | ac_prev=host_alias ;; |
252b5132 | 1086 | -host=* | --host=* | --hos=* | --ho=*) |
979273e3 | 1087 | host_alias=$ac_optarg ;; |
252b5132 | 1088 | |
81ecdfbb RW |
1089 | -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) |
1090 | ac_prev=htmldir ;; | |
1091 | -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | |
1092 | | --ht=*) | |
1093 | htmldir=$ac_optarg ;; | |
1094 | ||
252b5132 RH |
1095 | -includedir | --includedir | --includedi | --included | --include \ |
1096 | | --includ | --inclu | --incl | --inc) | |
1097 | ac_prev=includedir ;; | |
1098 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | |
1099 | | --includ=* | --inclu=* | --incl=* | --inc=*) | |
979273e3 | 1100 | includedir=$ac_optarg ;; |
252b5132 RH |
1101 | |
1102 | -infodir | --infodir | --infodi | --infod | --info | --inf) | |
1103 | ac_prev=infodir ;; | |
1104 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) | |
979273e3 | 1105 | infodir=$ac_optarg ;; |
252b5132 RH |
1106 | |
1107 | -libdir | --libdir | --libdi | --libd) | |
1108 | ac_prev=libdir ;; | |
1109 | -libdir=* | --libdir=* | --libdi=* | --libd=*) | |
979273e3 | 1110 | libdir=$ac_optarg ;; |
252b5132 RH |
1111 | |
1112 | -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | |
1113 | | --libexe | --libex | --libe) | |
1114 | ac_prev=libexecdir ;; | |
1115 | -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | |
1116 | | --libexe=* | --libex=* | --libe=*) | |
979273e3 | 1117 | libexecdir=$ac_optarg ;; |
252b5132 | 1118 | |
81ecdfbb RW |
1119 | -localedir | --localedir | --localedi | --localed | --locale) |
1120 | ac_prev=localedir ;; | |
1121 | -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) | |
1122 | localedir=$ac_optarg ;; | |
1123 | ||
252b5132 | 1124 | -localstatedir | --localstatedir | --localstatedi | --localstated \ |
81ecdfbb | 1125 | | --localstate | --localstat | --localsta | --localst | --locals) |
252b5132 RH |
1126 | ac_prev=localstatedir ;; |
1127 | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | |
81ecdfbb | 1128 | | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) |
979273e3 | 1129 | localstatedir=$ac_optarg ;; |
252b5132 RH |
1130 | |
1131 | -mandir | --mandir | --mandi | --mand | --man | --ma | --m) | |
1132 | ac_prev=mandir ;; | |
1133 | -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) | |
979273e3 | 1134 | mandir=$ac_optarg ;; |
252b5132 RH |
1135 | |
1136 | -nfp | --nfp | --nf) | |
1137 | # Obsolete; use --without-fp. | |
1138 | with_fp=no ;; | |
1139 | ||
1140 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
979273e3 | 1141 | | --no-cr | --no-c | -n) |
252b5132 RH |
1142 | no_create=yes ;; |
1143 | ||
1144 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
1145 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) | |
1146 | no_recursion=yes ;; | |
1147 | ||
1148 | -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | |
1149 | | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | |
1150 | | --oldin | --oldi | --old | --ol | --o) | |
1151 | ac_prev=oldincludedir ;; | |
1152 | -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | |
1153 | | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | |
1154 | | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) | |
979273e3 | 1155 | oldincludedir=$ac_optarg ;; |
252b5132 RH |
1156 | |
1157 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) | |
1158 | ac_prev=prefix ;; | |
1159 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) | |
979273e3 | 1160 | prefix=$ac_optarg ;; |
252b5132 RH |
1161 | |
1162 | -program-prefix | --program-prefix | --program-prefi | --program-pref \ | |
1163 | | --program-pre | --program-pr | --program-p) | |
1164 | ac_prev=program_prefix ;; | |
1165 | -program-prefix=* | --program-prefix=* | --program-prefi=* \ | |
1166 | | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) | |
979273e3 | 1167 | program_prefix=$ac_optarg ;; |
252b5132 RH |
1168 | |
1169 | -program-suffix | --program-suffix | --program-suffi | --program-suff \ | |
1170 | | --program-suf | --program-su | --program-s) | |
1171 | ac_prev=program_suffix ;; | |
1172 | -program-suffix=* | --program-suffix=* | --program-suffi=* \ | |
1173 | | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) | |
979273e3 | 1174 | program_suffix=$ac_optarg ;; |
252b5132 RH |
1175 | |
1176 | -program-transform-name | --program-transform-name \ | |
1177 | | --program-transform-nam | --program-transform-na \ | |
1178 | | --program-transform-n | --program-transform- \ | |
1179 | | --program-transform | --program-transfor \ | |
1180 | | --program-transfo | --program-transf \ | |
1181 | | --program-trans | --program-tran \ | |
1182 | | --progr-tra | --program-tr | --program-t) | |
1183 | ac_prev=program_transform_name ;; | |
1184 | -program-transform-name=* | --program-transform-name=* \ | |
1185 | | --program-transform-nam=* | --program-transform-na=* \ | |
1186 | | --program-transform-n=* | --program-transform-=* \ | |
1187 | | --program-transform=* | --program-transfor=* \ | |
1188 | | --program-transfo=* | --program-transf=* \ | |
1189 | | --program-trans=* | --program-tran=* \ | |
1190 | | --progr-tra=* | --program-tr=* | --program-t=*) | |
979273e3 | 1191 | program_transform_name=$ac_optarg ;; |
252b5132 | 1192 | |
81ecdfbb RW |
1193 | -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) |
1194 | ac_prev=pdfdir ;; | |
1195 | -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) | |
1196 | pdfdir=$ac_optarg ;; | |
1197 | ||
1198 | -psdir | --psdir | --psdi | --psd | --ps) | |
1199 | ac_prev=psdir ;; | |
1200 | -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) | |
1201 | psdir=$ac_optarg ;; | |
1202 | ||
252b5132 RH |
1203 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
1204 | | -silent | --silent | --silen | --sile | --sil) | |
1205 | silent=yes ;; | |
1206 | ||
1207 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) | |
1208 | ac_prev=sbindir ;; | |
1209 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | |
1210 | | --sbi=* | --sb=*) | |
979273e3 | 1211 | sbindir=$ac_optarg ;; |
252b5132 RH |
1212 | |
1213 | -sharedstatedir | --sharedstatedir | --sharedstatedi \ | |
1214 | | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | |
1215 | | --sharedst | --shareds | --shared | --share | --shar \ | |
1216 | | --sha | --sh) | |
1217 | ac_prev=sharedstatedir ;; | |
1218 | -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | |
1219 | | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | |
1220 | | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | |
1221 | | --sha=* | --sh=*) | |
979273e3 | 1222 | sharedstatedir=$ac_optarg ;; |
252b5132 RH |
1223 | |
1224 | -site | --site | --sit) | |
1225 | ac_prev=site ;; | |
1226 | -site=* | --site=* | --sit=*) | |
979273e3 | 1227 | site=$ac_optarg ;; |
1fe1f39c | 1228 | |
252b5132 RH |
1229 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) |
1230 | ac_prev=srcdir ;; | |
1231 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
979273e3 | 1232 | srcdir=$ac_optarg ;; |
252b5132 RH |
1233 | |
1234 | -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | |
1235 | | --syscon | --sysco | --sysc | --sys | --sy) | |
1236 | ac_prev=sysconfdir ;; | |
1237 | -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | |
1238 | | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) | |
979273e3 | 1239 | sysconfdir=$ac_optarg ;; |
252b5132 RH |
1240 | |
1241 | -target | --target | --targe | --targ | --tar | --ta | --t) | |
979273e3 | 1242 | ac_prev=target_alias ;; |
252b5132 | 1243 | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) |
979273e3 | 1244 | target_alias=$ac_optarg ;; |
252b5132 RH |
1245 | |
1246 | -v | -verbose | --verbose | --verbos | --verbo | --verb) | |
1247 | verbose=yes ;; | |
1248 | ||
979273e3 NN |
1249 | -version | --version | --versio | --versi | --vers | -V) |
1250 | ac_init_version=: ;; | |
252b5132 RH |
1251 | |
1252 | -with-* | --with-*) | |
81ecdfbb | 1253 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
252b5132 | 1254 | # Reject names that are not valid shell variable names. |
81ecdfbb RW |
1255 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1256 | as_fn_error "invalid package name: $ac_useropt" | |
1257 | ac_useropt_orig=$ac_useropt | |
1258 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | |
1259 | case $ac_user_opts in | |
1260 | *" | |
1261 | "with_$ac_useropt" | |
1262 | "*) ;; | |
1263 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" | |
1264 | ac_unrecognized_sep=', ';; | |
252b5132 | 1265 | esac |
81ecdfbb | 1266 | eval with_$ac_useropt=\$ac_optarg ;; |
252b5132 RH |
1267 | |
1268 | -without-* | --without-*) | |
81ecdfbb | 1269 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
252b5132 | 1270 | # Reject names that are not valid shell variable names. |
81ecdfbb RW |
1271 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1272 | as_fn_error "invalid package name: $ac_useropt" | |
1273 | ac_useropt_orig=$ac_useropt | |
1274 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | |
1275 | case $ac_user_opts in | |
1276 | *" | |
1277 | "with_$ac_useropt" | |
1278 | "*) ;; | |
1279 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" | |
1280 | ac_unrecognized_sep=', ';; | |
1281 | esac | |
1282 | eval with_$ac_useropt=no ;; | |
252b5132 RH |
1283 | |
1284 | --x) | |
1285 | # Obsolete; use --with-x. | |
1286 | with_x=yes ;; | |
1287 | ||
1288 | -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | |
1289 | | --x-incl | --x-inc | --x-in | --x-i) | |
1290 | ac_prev=x_includes ;; | |
1291 | -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | |
1292 | | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) | |
979273e3 | 1293 | x_includes=$ac_optarg ;; |
252b5132 RH |
1294 | |
1295 | -x-libraries | --x-libraries | --x-librarie | --x-librari \ | |
1296 | | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) | |
1297 | ac_prev=x_libraries ;; | |
1298 | -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | |
1299 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | |
979273e3 | 1300 | x_libraries=$ac_optarg ;; |
252b5132 | 1301 | |
81ecdfbb RW |
1302 | -*) as_fn_error "unrecognized option: \`$ac_option' |
1303 | Try \`$0 --help' for more information." | |
252b5132 RH |
1304 | ;; |
1305 | ||
979273e3 NN |
1306 | *=*) |
1307 | ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` | |
1308 | # Reject names that are not valid shell variable names. | |
81ecdfbb RW |
1309 | case $ac_envvar in #( |
1310 | '' | [0-9]* | *[!_$as_cr_alnum]* ) | |
1311 | as_fn_error "invalid variable name: \`$ac_envvar'" ;; | |
1312 | esac | |
1313 | eval $ac_envvar=\$ac_optarg | |
979273e3 NN |
1314 | export $ac_envvar ;; |
1315 | ||
252b5132 | 1316 | *) |
979273e3 | 1317 | # FIXME: should be removed in autoconf 3.0. |
81ecdfbb | 1318 | $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
979273e3 | 1319 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
81ecdfbb | 1320 | $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
979273e3 | 1321 | : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} |
252b5132 RH |
1322 | ;; |
1323 | ||
1324 | esac | |
1325 | done | |
1326 | ||
1327 | if test -n "$ac_prev"; then | |
979273e3 | 1328 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
81ecdfbb | 1329 | as_fn_error "missing argument to $ac_option" |
252b5132 | 1330 | fi |
252b5132 | 1331 | |
81ecdfbb RW |
1332 | if test -n "$ac_unrecognized_opts"; then |
1333 | case $enable_option_checking in | |
1334 | no) ;; | |
1335 | fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; | |
1336 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; | |
979273e3 | 1337 | esac |
81ecdfbb | 1338 | fi |
252b5132 | 1339 | |
81ecdfbb RW |
1340 | # Check all directory arguments for consistency. |
1341 | for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ | |
1342 | datadir sysconfdir sharedstatedir localstatedir includedir \ | |
1343 | oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ | |
1344 | libdir localedir mandir | |
252b5132 | 1345 | do |
81ecdfbb RW |
1346 | eval ac_val=\$$ac_var |
1347 | # Remove trailing slashes. | |
1348 | case $ac_val in | |
1349 | */ ) | |
1350 | ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` | |
1351 | eval $ac_var=\$ac_val;; | |
1352 | esac | |
1353 | # Be sure to have absolute directory names. | |
979273e3 | 1354 | case $ac_val in |
81ecdfbb RW |
1355 | [\\/$]* | ?:[\\/]* ) continue;; |
1356 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | |
252b5132 | 1357 | esac |
81ecdfbb | 1358 | as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" |
252b5132 RH |
1359 | done |
1360 | ||
979273e3 NN |
1361 | # There might be people who depend on the old broken behavior: `$host' |
1362 | # used to hold the argument of --host etc. | |
1363 | # FIXME: To remove some day. | |
1364 | build=$build_alias | |
1365 | host=$host_alias | |
1366 | target=$target_alias | |
1367 | ||
1368 | # FIXME: To remove some day. | |
1369 | if test "x$host_alias" != x; then | |
1370 | if test "x$build_alias" = x; then | |
1371 | cross_compiling=maybe | |
81ecdfbb | 1372 | $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. |
979273e3 NN |
1373 | If a cross compiler is detected then cross compile mode will be used." >&2 |
1374 | elif test "x$build_alias" != "x$host_alias"; then | |
1375 | cross_compiling=yes | |
1376 | fi | |
1377 | fi | |
252b5132 | 1378 | |
979273e3 NN |
1379 | ac_tool_prefix= |
1380 | test -n "$host_alias" && ac_tool_prefix=$host_alias- | |
1381 | ||
1382 | test "$silent" = yes && exec 6>/dev/null | |
252b5132 | 1383 | |
252b5132 | 1384 | |
81ecdfbb RW |
1385 | ac_pwd=`pwd` && test -n "$ac_pwd" && |
1386 | ac_ls_di=`ls -di .` && | |
1387 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | |
1388 | as_fn_error "working directory cannot be determined" | |
1389 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | |
1390 | as_fn_error "pwd does not report name of working directory" | |
1391 | ||
1392 | ||
252b5132 RH |
1393 | # Find the source files, if location was not specified. |
1394 | if test -z "$srcdir"; then | |
1395 | ac_srcdir_defaulted=yes | |
81ecdfbb RW |
1396 | # Try the directory containing this script, then the parent directory. |
1397 | ac_confdir=`$as_dirname -- "$as_myself" || | |
1398 | $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
1399 | X"$as_myself" : 'X\(//\)[^/]' \| \ | |
1400 | X"$as_myself" : 'X\(//\)$' \| \ | |
1401 | X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || | |
1402 | $as_echo X"$as_myself" | | |
1403 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
1404 | s//\1/ | |
1405 | q | |
1406 | } | |
1407 | /^X\(\/\/\)[^/].*/{ | |
1408 | s//\1/ | |
1409 | q | |
1410 | } | |
1411 | /^X\(\/\/\)$/{ | |
1412 | s//\1/ | |
1413 | q | |
1414 | } | |
1415 | /^X\(\/\).*/{ | |
1416 | s//\1/ | |
1417 | q | |
1418 | } | |
1419 | s/.*/./; q'` | |
252b5132 | 1420 | srcdir=$ac_confdir |
81ecdfbb | 1421 | if test ! -r "$srcdir/$ac_unique_file"; then |
252b5132 RH |
1422 | srcdir=.. |
1423 | fi | |
1424 | else | |
1425 | ac_srcdir_defaulted=no | |
1426 | fi | |
81ecdfbb RW |
1427 | if test ! -r "$srcdir/$ac_unique_file"; then |
1428 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | |
1429 | as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" | |
1430 | fi | |
1431 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | |
1432 | ac_abs_confdir=`( | |
1433 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" | |
1434 | pwd)` | |
1435 | # When building in place, set srcdir=. | |
1436 | if test "$ac_abs_confdir" = "$ac_pwd"; then | |
1437 | srcdir=. | |
1438 | fi | |
1439 | # Remove unnecessary trailing slashes from srcdir. | |
1440 | # Double slashes in file names in object file debugging info | |
1441 | # mess up M-x gdb in Emacs. | |
1442 | case $srcdir in | |
1443 | */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; | |
1444 | esac | |
1445 | for ac_var in $ac_precious_vars; do | |
1446 | eval ac_env_${ac_var}_set=\${${ac_var}+set} | |
1447 | eval ac_env_${ac_var}_value=\$${ac_var} | |
1448 | eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} | |
1449 | eval ac_cv_env_${ac_var}_value=\$${ac_var} | |
1450 | done | |
252b5132 | 1451 | |
979273e3 NN |
1452 | # |
1453 | # Report the --help message. | |
1454 | # | |
1455 | if test "$ac_init_help" = "long"; then | |
1456 | # Omit some internal or obsolete options to make the list less imposing. | |
1457 | # This message is too long to be a string in the A/UX 3.1 sh. | |
1458 | cat <<_ACEOF | |
1459 | \`configure' configures this package to adapt to many kinds of systems. | |
252b5132 | 1460 | |
979273e3 | 1461 | Usage: $0 [OPTION]... [VAR=VALUE]... |
252b5132 | 1462 | |
979273e3 NN |
1463 | To assign environment variables (e.g., CC, CFLAGS...), specify them as |
1464 | VAR=VALUE. See below for descriptions of some of the useful variables. | |
252b5132 | 1465 | |
979273e3 | 1466 | Defaults for the options are specified in brackets. |
ac48eca1 | 1467 | |
979273e3 NN |
1468 | Configuration: |
1469 | -h, --help display this help and exit | |
1470 | --help=short display options specific to this package | |
1471 | --help=recursive display the short help of all the included packages | |
1472 | -V, --version display version information and exit | |
1473 | -q, --quiet, --silent do not print \`checking...' messages | |
1474 | --cache-file=FILE cache test results in FILE [disabled] | |
1475 | -C, --config-cache alias for \`--cache-file=config.cache' | |
1476 | -n, --no-create do not create output files | |
1477 | --srcdir=DIR find the sources in DIR [configure dir or \`..'] | |
1478 | ||
979273e3 NN |
1479 | Installation directories: |
1480 | --prefix=PREFIX install architecture-independent files in PREFIX | |
81ecdfbb | 1481 | [$ac_default_prefix] |
979273e3 | 1482 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX |
81ecdfbb | 1483 | [PREFIX] |
ac48eca1 | 1484 | |
979273e3 NN |
1485 | By default, \`make install' will install all the files in |
1486 | \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify | |
1487 | an installation prefix other than \`$ac_default_prefix' using \`--prefix', | |
1488 | for instance \`--prefix=\$HOME'. | |
ac48eca1 | 1489 | |
979273e3 | 1490 | For better control, use the options below. |
ac48eca1 | 1491 | |
979273e3 | 1492 | Fine tuning of the installation directories: |
81ecdfbb RW |
1493 | --bindir=DIR user executables [EPREFIX/bin] |
1494 | --sbindir=DIR system admin executables [EPREFIX/sbin] | |
1495 | --libexecdir=DIR program executables [EPREFIX/libexec] | |
1496 | --sysconfdir=DIR read-only single-machine data [PREFIX/etc] | |
1497 | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] | |
1498 | --localstatedir=DIR modifiable single-machine data [PREFIX/var] | |
1499 | --libdir=DIR object code libraries [EPREFIX/lib] | |
1500 | --includedir=DIR C header files [PREFIX/include] | |
1501 | --oldincludedir=DIR C header files for non-gcc [/usr/include] | |
1502 | --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] | |
1503 | --datadir=DIR read-only architecture-independent data [DATAROOTDIR] | |
1504 | --infodir=DIR info documentation [DATAROOTDIR/info] | |
1505 | --localedir=DIR locale-dependent data [DATAROOTDIR/locale] | |
1506 | --mandir=DIR man documentation [DATAROOTDIR/man] | |
1507 | --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] | |
1508 | --htmldir=DIR html documentation [DOCDIR] | |
1509 | --dvidir=DIR dvi documentation [DOCDIR] | |
1510 | --pdfdir=DIR pdf documentation [DOCDIR] | |
1511 | --psdir=DIR ps documentation [DOCDIR] | |
979273e3 | 1512 | _ACEOF |
ac48eca1 | 1513 | |
979273e3 | 1514 | cat <<\_ACEOF |
252b5132 | 1515 | |
979273e3 NN |
1516 | Program names: |
1517 | --program-prefix=PREFIX prepend PREFIX to installed program names | |
1518 | --program-suffix=SUFFIX append SUFFIX to installed program names | |
1519 | --program-transform-name=PROGRAM run sed PROGRAM on installed program names | |
252b5132 | 1520 | |
979273e3 NN |
1521 | System types: |
1522 | --build=BUILD configure for building on BUILD [guessed] | |
1523 | --host=HOST cross-compile to build programs to run on HOST [BUILD] | |
1524 | --target=TARGET configure for building compilers for TARGET [HOST] | |
1525 | _ACEOF | |
252b5132 | 1526 | fi |
252b5132 | 1527 | |
979273e3 | 1528 | if test -n "$ac_init_help"; then |
252b5132 | 1529 | |
979273e3 | 1530 | cat <<\_ACEOF |
252b5132 | 1531 | |
979273e3 | 1532 | Optional Features: |
81ecdfbb | 1533 | --disable-option-checking ignore unrecognized --enable/--with options |
979273e3 NN |
1534 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
1535 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | |
8ae85421 AM |
1536 | --disable-dependency-tracking speeds up one-time build |
1537 | --enable-dependency-tracking do not reject slow dependency extractors | |
81ecdfbb RW |
1538 | --enable-shared[=PKGS] build shared libraries [default=no] |
1539 | --enable-static[=PKGS] build static libraries [default=yes] | |
d7040cdb SE |
1540 | --enable-fast-install[=PKGS] |
1541 | optimize for fast installation [default=yes] | |
979273e3 NN |
1542 | --disable-libtool-lock avoid locking (might break parallel builds) |
1543 | --enable-targets alternative target configurations | |
241a6c40 AM |
1544 | --enable-werror treat compile warnings as errors |
1545 | --enable-build-warnings enable build-time compiler warnings | |
8ae85421 AM |
1546 | --enable-maintainer-mode enable make rules and dependencies not useful |
1547 | (and sometimes confusing) to the casual installer | |
979273e3 NN |
1548 | --enable-install-libbfd controls installation of libbfd and related headers |
1549 | --disable-nls do not use Native Language Support | |
1550 | --enable-cgen-maint=dir build cgen generated files | |
1551 | ||
1552 | Optional Packages: | |
1553 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | |
1554 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | |
d7040cdb SE |
1555 | --with-pic try to use only PIC/non-PIC objects [default=use |
1556 | both] | |
1557 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] | |
252b5132 | 1558 | |
979273e3 NN |
1559 | Some influential environment variables: |
1560 | CC C compiler command | |
1561 | CFLAGS C compiler flags | |
1562 | LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a | |
1563 | nonstandard directory <lib dir> | |
81ecdfbb RW |
1564 | LIBS libraries to pass to the linker, e.g. -l<library> |
1565 | CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if | |
1566 | you have headers in a nonstandard directory <include dir> | |
979273e3 | 1567 | CPP C preprocessor |
a2d91340 | 1568 | |
979273e3 NN |
1569 | Use these variables to override the choices made by `configure' or to help |
1570 | it to find libraries and programs with nonstandard names/locations. | |
1571 | ||
81ecdfbb | 1572 | Report bugs to the package provider. |
979273e3 | 1573 | _ACEOF |
81ecdfbb | 1574 | ac_status=$? |
a2d91340 AC |
1575 | fi |
1576 | ||
979273e3 NN |
1577 | if test "$ac_init_help" = "recursive"; then |
1578 | # If there are subdirs, report their specific --help. | |
979273e3 | 1579 | for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue |
81ecdfbb RW |
1580 | test -d "$ac_dir" || |
1581 | { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || | |
1582 | continue | |
979273e3 NN |
1583 | ac_builddir=. |
1584 | ||
81ecdfbb RW |
1585 | case "$ac_dir" in |
1586 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
1587 | *) | |
1588 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` | |
1589 | # A ".." for each directory in $ac_dir_suffix. | |
1590 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` | |
1591 | case $ac_top_builddir_sub in | |
1592 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
1593 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; | |
1594 | esac ;; | |
1595 | esac | |
1596 | ac_abs_top_builddir=$ac_pwd | |
1597 | ac_abs_builddir=$ac_pwd$ac_dir_suffix | |
1598 | # for backward compatibility: | |
1599 | ac_top_builddir=$ac_top_build_prefix | |
a2d91340 | 1600 | |
979273e3 | 1601 | case $srcdir in |
81ecdfbb | 1602 | .) # We are building in place. |
979273e3 | 1603 | ac_srcdir=. |
81ecdfbb RW |
1604 | ac_top_srcdir=$ac_top_builddir_sub |
1605 | ac_abs_top_srcdir=$ac_pwd ;; | |
1606 | [\\/]* | ?:[\\/]* ) # Absolute name. | |
979273e3 | 1607 | ac_srcdir=$srcdir$ac_dir_suffix; |
81ecdfbb RW |
1608 | ac_top_srcdir=$srcdir |
1609 | ac_abs_top_srcdir=$srcdir ;; | |
1610 | *) # Relative name. | |
1611 | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix | |
1612 | ac_top_srcdir=$ac_top_build_prefix$srcdir | |
1613 | ac_abs_top_srcdir=$ac_pwd/$srcdir ;; | |
a2d91340 | 1614 | esac |
81ecdfbb RW |
1615 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
1616 | ||
1617 | cd "$ac_dir" || { ac_status=$?; continue; } | |
1618 | # Check for guested configure. | |
1619 | if test -f "$ac_srcdir/configure.gnu"; then | |
1620 | echo && | |
1621 | $SHELL "$ac_srcdir/configure.gnu" --help=recursive | |
1622 | elif test -f "$ac_srcdir/configure"; then | |
1623 | echo && | |
1624 | $SHELL "$ac_srcdir/configure" --help=recursive | |
979273e3 | 1625 | else |
81ecdfbb RW |
1626 | $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
1627 | fi || ac_status=$? | |
1628 | cd "$ac_pwd" || { ac_status=$?; break; } | |
979273e3 NN |
1629 | done |
1630 | fi | |
a2d91340 | 1631 | |
81ecdfbb | 1632 | test -n "$ac_init_help" && exit $ac_status |
979273e3 NN |
1633 | if $ac_init_version; then |
1634 | cat <<\_ACEOF | |
81ecdfbb RW |
1635 | configure |
1636 | generated by GNU Autoconf 2.64 | |
252b5132 | 1637 | |
81ecdfbb | 1638 | Copyright (C) 2009 Free Software Foundation, Inc. |
979273e3 NN |
1639 | This configure script is free software; the Free Software Foundation |
1640 | gives unlimited permission to copy, distribute and modify it. | |
1641 | _ACEOF | |
81ecdfbb | 1642 | exit |
979273e3 | 1643 | fi |
2c73f9d8 | 1644 | |
81ecdfbb RW |
1645 | ## ------------------------ ## |
1646 | ## Autoconf initialization. ## | |
1647 | ## ------------------------ ## | |
252b5132 | 1648 | |
81ecdfbb RW |
1649 | # ac_fn_c_try_compile LINENO |
1650 | # -------------------------- | |
1651 | # Try to compile conftest.$ac_ext, and return whether this succeeded. | |
1652 | ac_fn_c_try_compile () | |
1653 | { | |
1654 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1655 | rm -f conftest.$ac_objext | |
1656 | if { { ac_try="$ac_compile" | |
1657 | case "(($ac_try" in | |
1658 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1659 | *) ac_try_echo=$ac_try;; | |
1660 | esac | |
1661 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1662 | $as_echo "$ac_try_echo"; } >&5 | |
1663 | (eval "$ac_compile") 2>conftest.err | |
1664 | ac_status=$? | |
1665 | if test -s conftest.err; then | |
1666 | grep -v '^ *+' conftest.err >conftest.er1 | |
1667 | cat conftest.er1 >&5 | |
1668 | mv -f conftest.er1 conftest.err | |
1669 | fi | |
1670 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1671 | test $ac_status = 0; } && { | |
1672 | test -z "$ac_c_werror_flag" || | |
1673 | test ! -s conftest.err | |
1674 | } && test -s conftest.$ac_objext; then : | |
1675 | ac_retval=0 | |
1676 | else | |
1677 | $as_echo "$as_me: failed program was:" >&5 | |
1678 | sed 's/^/| /' conftest.$ac_ext >&5 | |
252b5132 | 1679 | |
81ecdfbb RW |
1680 | ac_retval=1 |
1681 | fi | |
1682 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1683 | return $ac_retval | |
1684 | ||
1685 | } # ac_fn_c_try_compile | |
1686 | ||
1687 | # ac_fn_c_try_link LINENO | |
1688 | # ----------------------- | |
1689 | # Try to link conftest.$ac_ext, and return whether this succeeded. | |
1690 | ac_fn_c_try_link () | |
979273e3 | 1691 | { |
81ecdfbb RW |
1692 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1693 | rm -f conftest.$ac_objext conftest$ac_exeext | |
1694 | if { { ac_try="$ac_link" | |
1695 | case "(($ac_try" in | |
1696 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1697 | *) ac_try_echo=$ac_try;; | |
1698 | esac | |
1699 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1700 | $as_echo "$ac_try_echo"; } >&5 | |
1701 | (eval "$ac_link") 2>conftest.err | |
1702 | ac_status=$? | |
1703 | if test -s conftest.err; then | |
1704 | grep -v '^ *+' conftest.err >conftest.er1 | |
1705 | cat conftest.er1 >&5 | |
1706 | mv -f conftest.er1 conftest.err | |
1707 | fi | |
1708 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1709 | test $ac_status = 0; } && { | |
1710 | test -z "$ac_c_werror_flag" || | |
1711 | test ! -s conftest.err | |
1712 | } && test -s conftest$ac_exeext && { | |
1713 | test "$cross_compiling" = yes || | |
1714 | $as_test_x conftest$ac_exeext | |
1715 | }; then : | |
1716 | ac_retval=0 | |
1717 | else | |
1718 | $as_echo "$as_me: failed program was:" >&5 | |
1719 | sed 's/^/| /' conftest.$ac_ext >&5 | |
979273e3 | 1720 | |
81ecdfbb RW |
1721 | ac_retval=1 |
1722 | fi | |
1723 | # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information | |
1724 | # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would | |
1725 | # interfere with the next link command; also delete a directory that is | |
1726 | # left behind by Apple's compiler. We do this before executing the actions. | |
1727 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo | |
1728 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1729 | return $ac_retval | |
979273e3 | 1730 | |
81ecdfbb RW |
1731 | } # ac_fn_c_try_link |
1732 | ||
1733 | # ac_fn_c_try_cpp LINENO | |
1734 | # ---------------------- | |
1735 | # Try to preprocess conftest.$ac_ext, and return whether this succeeded. | |
1736 | ac_fn_c_try_cpp () | |
1737 | { | |
1738 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1739 | if { { ac_try="$ac_cpp conftest.$ac_ext" | |
1740 | case "(($ac_try" in | |
1741 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1742 | *) ac_try_echo=$ac_try;; | |
1743 | esac | |
1744 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1745 | $as_echo "$ac_try_echo"; } >&5 | |
1746 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err | |
1747 | ac_status=$? | |
1748 | if test -s conftest.err; then | |
1749 | grep -v '^ *+' conftest.err >conftest.er1 | |
1750 | cat conftest.er1 >&5 | |
1751 | mv -f conftest.er1 conftest.err | |
1752 | fi | |
1753 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1754 | test $ac_status = 0; } >/dev/null && { | |
1755 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | |
1756 | test ! -s conftest.err | |
1757 | }; then : | |
1758 | ac_retval=0 | |
1759 | else | |
1760 | $as_echo "$as_me: failed program was:" >&5 | |
1761 | sed 's/^/| /' conftest.$ac_ext >&5 | |
1762 | ||
1763 | ac_retval=1 | |
1764 | fi | |
1765 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1766 | return $ac_retval | |
1767 | ||
1768 | } # ac_fn_c_try_cpp | |
1769 | ||
1770 | # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES | |
1771 | # ------------------------------------------------------- | |
1772 | # Tests whether HEADER exists, giving a warning if it cannot be compiled using | |
1773 | # the include files in INCLUDES and setting the cache variable VAR | |
1774 | # accordingly. | |
1775 | ac_fn_c_check_header_mongrel () | |
1776 | { | |
1777 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1778 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | |
1779 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
1780 | $as_echo_n "checking for $2... " >&6; } | |
1781 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | |
1782 | $as_echo_n "(cached) " >&6 | |
1783 | fi | |
1784 | eval ac_res=\$$3 | |
1785 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1786 | $as_echo "$ac_res" >&6; } | |
1787 | else | |
1788 | # Is the header compilable? | |
1789 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 | |
1790 | $as_echo_n "checking $2 usability... " >&6; } | |
1791 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1792 | /* end confdefs.h. */ | |
1793 | $4 | |
1794 | #include <$2> | |
1795 | _ACEOF | |
1796 | if ac_fn_c_try_compile "$LINENO"; then : | |
1797 | ac_header_compiler=yes | |
1798 | else | |
1799 | ac_header_compiler=no | |
1800 | fi | |
1801 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
1802 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 | |
1803 | $as_echo "$ac_header_compiler" >&6; } | |
1804 | ||
1805 | # Is the header present? | |
1806 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 | |
1807 | $as_echo_n "checking $2 presence... " >&6; } | |
1808 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1809 | /* end confdefs.h. */ | |
1810 | #include <$2> | |
1811 | _ACEOF | |
1812 | if ac_fn_c_try_cpp "$LINENO"; then : | |
1813 | ac_header_preproc=yes | |
1814 | else | |
1815 | ac_header_preproc=no | |
1816 | fi | |
1817 | rm -f conftest.err conftest.$ac_ext | |
1818 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 | |
1819 | $as_echo "$ac_header_preproc" >&6; } | |
1820 | ||
1821 | # So? What about this header? | |
1822 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( | |
1823 | yes:no: ) | |
1824 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 | |
1825 | $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
1826 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 | |
1827 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | |
1828 | ;; | |
1829 | no:yes:* ) | |
1830 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 | |
1831 | $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} | |
1832 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 | |
1833 | $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} | |
1834 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 | |
1835 | $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} | |
1836 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 | |
1837 | $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} | |
1838 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 | |
1839 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | |
1840 | ;; | |
1841 | esac | |
1842 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
1843 | $as_echo_n "checking for $2... " >&6; } | |
1844 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | |
1845 | $as_echo_n "(cached) " >&6 | |
1846 | else | |
1847 | eval "$3=\$ac_header_compiler" | |
1848 | fi | |
1849 | eval ac_res=\$$3 | |
1850 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1851 | $as_echo "$ac_res" >&6; } | |
1852 | fi | |
1853 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1854 | ||
1855 | } # ac_fn_c_check_header_mongrel | |
1856 | ||
1857 | # ac_fn_c_try_run LINENO | |
1858 | # ---------------------- | |
1859 | # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes | |
1860 | # that executables *can* be run. | |
1861 | ac_fn_c_try_run () | |
1862 | { | |
1863 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1864 | if { { ac_try="$ac_link" | |
1865 | case "(($ac_try" in | |
1866 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1867 | *) ac_try_echo=$ac_try;; | |
1868 | esac | |
1869 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1870 | $as_echo "$ac_try_echo"; } >&5 | |
1871 | (eval "$ac_link") 2>&5 | |
1872 | ac_status=$? | |
1873 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1874 | test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' | |
1875 | { { case "(($ac_try" in | |
1876 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1877 | *) ac_try_echo=$ac_try;; | |
1878 | esac | |
1879 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1880 | $as_echo "$ac_try_echo"; } >&5 | |
1881 | (eval "$ac_try") 2>&5 | |
1882 | ac_status=$? | |
1883 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1884 | test $ac_status = 0; }; }; then : | |
1885 | ac_retval=0 | |
1886 | else | |
1887 | $as_echo "$as_me: program exited with status $ac_status" >&5 | |
1888 | $as_echo "$as_me: failed program was:" >&5 | |
1889 | sed 's/^/| /' conftest.$ac_ext >&5 | |
1890 | ||
1891 | ac_retval=$ac_status | |
1892 | fi | |
1893 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo | |
1894 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1895 | return $ac_retval | |
1896 | ||
1897 | } # ac_fn_c_try_run | |
1898 | ||
1899 | # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES | |
1900 | # ------------------------------------------------------- | |
1901 | # Tests whether HEADER exists and can be compiled using the include files in | |
1902 | # INCLUDES, setting the cache variable VAR accordingly. | |
1903 | ac_fn_c_check_header_compile () | |
1904 | { | |
1905 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1906 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
1907 | $as_echo_n "checking for $2... " >&6; } | |
1908 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | |
1909 | $as_echo_n "(cached) " >&6 | |
1910 | else | |
1911 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1912 | /* end confdefs.h. */ | |
1913 | $4 | |
1914 | #include <$2> | |
1915 | _ACEOF | |
1916 | if ac_fn_c_try_compile "$LINENO"; then : | |
1917 | eval "$3=yes" | |
1918 | else | |
1919 | eval "$3=no" | |
1920 | fi | |
1921 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
1922 | fi | |
1923 | eval ac_res=\$$3 | |
1924 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1925 | $as_echo "$ac_res" >&6; } | |
1926 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1927 | ||
1928 | } # ac_fn_c_check_header_compile | |
1929 | ||
1930 | # ac_fn_c_check_func LINENO FUNC VAR | |
1931 | # ---------------------------------- | |
1932 | # Tests whether FUNC exists, setting the cache variable VAR accordingly | |
1933 | ac_fn_c_check_func () | |
1934 | { | |
1935 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1936 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
1937 | $as_echo_n "checking for $2... " >&6; } | |
1938 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | |
1939 | $as_echo_n "(cached) " >&6 | |
1940 | else | |
1941 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1942 | /* end confdefs.h. */ | |
1943 | /* Define $2 to an innocuous variant, in case <limits.h> declares $2. | |
1944 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
1945 | #define $2 innocuous_$2 | |
1946 | ||
1947 | /* System header to define __stub macros and hopefully few prototypes, | |
1948 | which can conflict with char $2 (); below. | |
1949 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
1950 | <limits.h> exists even on freestanding compilers. */ | |
1951 | ||
1952 | #ifdef __STDC__ | |
1953 | # include <limits.h> | |
1954 | #else | |
1955 | # include <assert.h> | |
1956 | #endif | |
1957 | ||
1958 | #undef $2 | |
1959 | ||
1960 | /* Override any GCC internal prototype to avoid an error. | |
1961 | Use char because int might match the return type of a GCC | |
1962 | builtin and then its argument prototype would still apply. */ | |
1963 | #ifdef __cplusplus | |
1964 | extern "C" | |
1965 | #endif | |
1966 | char $2 (); | |
1967 | /* The GNU C library defines this for functions which it implements | |
1968 | to always fail with ENOSYS. Some functions are actually named | |
1969 | something starting with __ and the normal name is an alias. */ | |
1970 | #if defined __stub_$2 || defined __stub___$2 | |
1971 | choke me | |
1972 | #endif | |
1973 | ||
1974 | int | |
1975 | main () | |
1976 | { | |
1977 | return $2 (); | |
1978 | ; | |
1979 | return 0; | |
1980 | } | |
1981 | _ACEOF | |
1982 | if ac_fn_c_try_link "$LINENO"; then : | |
1983 | eval "$3=yes" | |
1984 | else | |
1985 | eval "$3=no" | |
1986 | fi | |
1987 | rm -f core conftest.err conftest.$ac_objext \ | |
1988 | conftest$ac_exeext conftest.$ac_ext | |
1989 | fi | |
1990 | eval ac_res=\$$3 | |
1991 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1992 | $as_echo "$ac_res" >&6; } | |
1993 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1994 | ||
1995 | } # ac_fn_c_check_func | |
1996 | ||
1997 | # ac_fn_c_check_decl LINENO SYMBOL VAR | |
1998 | # ------------------------------------ | |
1999 | # Tests whether SYMBOL is declared, setting cache variable VAR accordingly. | |
2000 | ac_fn_c_check_decl () | |
2001 | { | |
2002 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
2003 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5 | |
2004 | $as_echo_n "checking whether $2 is declared... " >&6; } | |
2005 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | |
2006 | $as_echo_n "(cached) " >&6 | |
2007 | else | |
2008 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
2009 | /* end confdefs.h. */ | |
2010 | $4 | |
2011 | int | |
2012 | main () | |
2013 | { | |
2014 | #ifndef $2 | |
2015 | (void) $2; | |
2016 | #endif | |
2017 | ||
2018 | ; | |
2019 | return 0; | |
2020 | } | |
2021 | _ACEOF | |
2022 | if ac_fn_c_try_compile "$LINENO"; then : | |
2023 | eval "$3=yes" | |
2024 | else | |
2025 | eval "$3=no" | |
2026 | fi | |
2027 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
2028 | fi | |
2029 | eval ac_res=\$$3 | |
2030 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
2031 | $as_echo "$ac_res" >&6; } | |
2032 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
2033 | ||
2034 | } # ac_fn_c_check_decl | |
2035 | cat >config.log <<_ACEOF | |
2036 | This file contains any messages produced by compilers while | |
2037 | running configure, to aid debugging if configure makes a mistake. | |
2038 | ||
2039 | It was created by $as_me, which was | |
2040 | generated by GNU Autoconf 2.64. Invocation command line was | |
2041 | ||
2042 | $ $0 $@ | |
2043 | ||
2044 | _ACEOF | |
2045 | exec 5>>config.log | |
2046 | { | |
2047 | cat <<_ASUNAME | |
2048 | ## --------- ## | |
2049 | ## Platform. ## | |
2050 | ## --------- ## | |
2051 | ||
2052 | hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` | |
2053 | uname -m = `(uname -m) 2>/dev/null || echo unknown` | |
2054 | uname -r = `(uname -r) 2>/dev/null || echo unknown` | |
2055 | uname -s = `(uname -s) 2>/dev/null || echo unknown` | |
2056 | uname -v = `(uname -v) 2>/dev/null || echo unknown` | |
2057 | ||
2058 | /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` | |
2059 | /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` | |
979273e3 NN |
2060 | |
2061 | /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` | |
2062 | /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` | |
2063 | /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` | |
81ecdfbb | 2064 | /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` |
979273e3 NN |
2065 | /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` |
2066 | /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` | |
2067 | /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` | |
2068 | ||
2069 | _ASUNAME | |
2070 | ||
2071 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2072 | for as_dir in $PATH | |
2073 | do | |
2074 | IFS=$as_save_IFS | |
2075 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2076 | $as_echo "PATH: $as_dir" |
2077 | done | |
2078 | IFS=$as_save_IFS | |
252b5132 | 2079 | |
979273e3 | 2080 | } >&5 |
75798298 | 2081 | |
979273e3 | 2082 | cat >&5 <<_ACEOF |
252b5132 | 2083 | |
252b5132 | 2084 | |
979273e3 NN |
2085 | ## ----------- ## |
2086 | ## Core tests. ## | |
2087 | ## ----------- ## | |
2088 | ||
2089 | _ACEOF | |
2090 | ||
2091 | ||
2092 | # Keep a trace of the command line. | |
2093 | # Strip out --no-create and --no-recursion so they do not pile up. | |
2094 | # Strip out --silent because we don't want to record it for future runs. | |
2095 | # Also quote any args containing shell meta-characters. | |
2096 | # Make two passes to allow for proper duplicate-argument suppression. | |
2097 | ac_configure_args= | |
2098 | ac_configure_args0= | |
2099 | ac_configure_args1= | |
979273e3 NN |
2100 | ac_must_keep_next=false |
2101 | for ac_pass in 1 2 | |
2102 | do | |
2103 | for ac_arg | |
2104 | do | |
2105 | case $ac_arg in | |
2106 | -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; | |
2107 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
2108 | | -silent | --silent | --silen | --sile | --sil) | |
2109 | continue ;; | |
81ecdfbb RW |
2110 | *\'*) |
2111 | ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; | |
979273e3 NN |
2112 | esac |
2113 | case $ac_pass in | |
81ecdfbb | 2114 | 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; |
979273e3 | 2115 | 2) |
81ecdfbb | 2116 | as_fn_append ac_configure_args1 " '$ac_arg'" |
979273e3 NN |
2117 | if test $ac_must_keep_next = true; then |
2118 | ac_must_keep_next=false # Got value, back to normal. | |
2119 | else | |
2120 | case $ac_arg in | |
2121 | *=* | --config-cache | -C | -disable-* | --disable-* \ | |
2122 | | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | |
2123 | | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | |
2124 | | -with-* | --with-* | -without-* | --without-* | --x) | |
2125 | case "$ac_configure_args0 " in | |
2126 | "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; | |
2127 | esac | |
2128 | ;; | |
2129 | -* ) ac_must_keep_next=true ;; | |
2130 | esac | |
2131 | fi | |
81ecdfbb | 2132 | as_fn_append ac_configure_args " '$ac_arg'" |
979273e3 NN |
2133 | ;; |
2134 | esac | |
2135 | done | |
2136 | done | |
81ecdfbb RW |
2137 | { ac_configure_args0=; unset ac_configure_args0;} |
2138 | { ac_configure_args1=; unset ac_configure_args1;} | |
979273e3 NN |
2139 | |
2140 | # When interrupted or exit'd, cleanup temporary files, and complete | |
2141 | # config.log. We remove comments because anyway the quotes in there | |
2142 | # would cause problems or look ugly. | |
81ecdfbb RW |
2143 | # WARNING: Use '\'' to represent an apostrophe within the trap. |
2144 | # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. | |
979273e3 NN |
2145 | trap 'exit_status=$? |
2146 | # Save into config.log some information that might help in debugging. | |
2147 | { | |
2148 | echo | |
2149 | ||
2150 | cat <<\_ASBOX | |
2151 | ## ---------------- ## | |
2152 | ## Cache variables. ## | |
2153 | ## ---------------- ## | |
2154 | _ASBOX | |
2155 | echo | |
2156 | # The following way of writing the cache mishandles newlines in values, | |
81ecdfbb RW |
2157 | ( |
2158 | for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do | |
2159 | eval ac_val=\$$ac_var | |
2160 | case $ac_val in #( | |
2161 | *${as_nl}*) | |
2162 | case $ac_var in #( | |
2163 | *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 | |
2164 | $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |
2165 | esac | |
2166 | case $ac_var in #( | |
2167 | _ | IFS | as_nl) ;; #( | |
2168 | BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( | |
2169 | *) { eval $ac_var=; unset $ac_var;} ;; | |
2170 | esac ;; | |
2171 | esac | |
2172 | done | |
979273e3 | 2173 | (set) 2>&1 | |
81ecdfbb RW |
2174 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( |
2175 | *${as_nl}ac_space=\ *) | |
979273e3 | 2176 | sed -n \ |
81ecdfbb RW |
2177 | "s/'\''/'\''\\\\'\'''\''/g; |
2178 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" | |
2179 | ;; #( | |
979273e3 | 2180 | *) |
81ecdfbb | 2181 | sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
979273e3 | 2182 | ;; |
81ecdfbb RW |
2183 | esac | |
2184 | sort | |
2185 | ) | |
979273e3 NN |
2186 | echo |
2187 | ||
2188 | cat <<\_ASBOX | |
2189 | ## ----------------- ## | |
2190 | ## Output variables. ## | |
2191 | ## ----------------- ## | |
2192 | _ASBOX | |
2193 | echo | |
2194 | for ac_var in $ac_subst_vars | |
2195 | do | |
81ecdfbb RW |
2196 | eval ac_val=\$$ac_var |
2197 | case $ac_val in | |
2198 | *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; | |
2199 | esac | |
2200 | $as_echo "$ac_var='\''$ac_val'\''" | |
979273e3 NN |
2201 | done | sort |
2202 | echo | |
2203 | ||
2204 | if test -n "$ac_subst_files"; then | |
2205 | cat <<\_ASBOX | |
81ecdfbb RW |
2206 | ## ------------------- ## |
2207 | ## File substitutions. ## | |
2208 | ## ------------------- ## | |
979273e3 NN |
2209 | _ASBOX |
2210 | echo | |
2211 | for ac_var in $ac_subst_files | |
2212 | do | |
81ecdfbb RW |
2213 | eval ac_val=\$$ac_var |
2214 | case $ac_val in | |
2215 | *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; | |
2216 | esac | |
2217 | $as_echo "$ac_var='\''$ac_val'\''" | |
979273e3 NN |
2218 | done | sort |
2219 | echo | |
2220 | fi | |
2221 | ||
2222 | if test -s confdefs.h; then | |
2223 | cat <<\_ASBOX | |
2224 | ## ----------- ## | |
2225 | ## confdefs.h. ## | |
2226 | ## ----------- ## | |
2227 | _ASBOX | |
2228 | echo | |
81ecdfbb | 2229 | cat confdefs.h |
979273e3 NN |
2230 | echo |
2231 | fi | |
2232 | test "$ac_signal" != 0 && | |
81ecdfbb RW |
2233 | $as_echo "$as_me: caught signal $ac_signal" |
2234 | $as_echo "$as_me: exit $exit_status" | |
979273e3 | 2235 | } >&5 |
81ecdfbb RW |
2236 | rm -f core *.core core.conftest.* && |
2237 | rm -f -r conftest* confdefs* conf$$* $ac_clean_files && | |
979273e3 | 2238 | exit $exit_status |
81ecdfbb | 2239 | ' 0 |
979273e3 | 2240 | for ac_signal in 1 2 13 15; do |
81ecdfbb | 2241 | trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal |
979273e3 NN |
2242 | done |
2243 | ac_signal=0 | |
2244 | ||
2245 | # confdefs.h avoids OS command line length limits that DEFS can exceed. | |
81ecdfbb RW |
2246 | rm -f -r conftest* confdefs.h |
2247 | ||
2248 | $as_echo "/* confdefs.h */" > confdefs.h | |
979273e3 NN |
2249 | |
2250 | # Predefined preprocessor variables. | |
2251 | ||
2252 | cat >>confdefs.h <<_ACEOF | |
2253 | #define PACKAGE_NAME "$PACKAGE_NAME" | |
2254 | _ACEOF | |
2255 | ||
979273e3 NN |
2256 | cat >>confdefs.h <<_ACEOF |
2257 | #define PACKAGE_TARNAME "$PACKAGE_TARNAME" | |
2258 | _ACEOF | |
2259 | ||
979273e3 NN |
2260 | cat >>confdefs.h <<_ACEOF |
2261 | #define PACKAGE_VERSION "$PACKAGE_VERSION" | |
2262 | _ACEOF | |
2263 | ||
979273e3 NN |
2264 | cat >>confdefs.h <<_ACEOF |
2265 | #define PACKAGE_STRING "$PACKAGE_STRING" | |
2266 | _ACEOF | |
2267 | ||
979273e3 NN |
2268 | cat >>confdefs.h <<_ACEOF |
2269 | #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" | |
2270 | _ACEOF | |
2271 | ||
81ecdfbb RW |
2272 | cat >>confdefs.h <<_ACEOF |
2273 | #define PACKAGE_URL "$PACKAGE_URL" | |
2274 | _ACEOF | |
2275 | ||
979273e3 NN |
2276 | |
2277 | # Let the site file select an alternate cache file if it wants to. | |
81ecdfbb RW |
2278 | # Prefer an explicitly selected file to automatically selected ones. |
2279 | ac_site_file1=NONE | |
2280 | ac_site_file2=NONE | |
2281 | if test -n "$CONFIG_SITE"; then | |
2282 | ac_site_file1=$CONFIG_SITE | |
2283 | elif test "x$prefix" != xNONE; then | |
2284 | ac_site_file1=$prefix/share/config.site | |
2285 | ac_site_file2=$prefix/etc/config.site | |
2286 | else | |
2287 | ac_site_file1=$ac_default_prefix/share/config.site | |
2288 | ac_site_file2=$ac_default_prefix/etc/config.site | |
2289 | fi | |
2290 | for ac_site_file in "$ac_site_file1" "$ac_site_file2" | |
2291 | do | |
2292 | test "x$ac_site_file" = xNONE && continue | |
979273e3 | 2293 | if test -r "$ac_site_file"; then |
81ecdfbb RW |
2294 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
2295 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} | |
979273e3 NN |
2296 | sed 's/^/| /' "$ac_site_file" >&5 |
2297 | . "$ac_site_file" | |
2298 | fi | |
2299 | done | |
2300 | ||
2301 | if test -r "$cache_file"; then | |
2302 | # Some versions of bash will fail to source /dev/null (special | |
2303 | # files actually), so we avoid doing that. | |
2304 | if test -f "$cache_file"; then | |
81ecdfbb RW |
2305 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 |
2306 | $as_echo "$as_me: loading cache $cache_file" >&6;} | |
979273e3 | 2307 | case $cache_file in |
81ecdfbb RW |
2308 | [\\/]* | ?:[\\/]* ) . "$cache_file";; |
2309 | *) . "./$cache_file";; | |
979273e3 NN |
2310 | esac |
2311 | fi | |
2312 | else | |
81ecdfbb RW |
2313 | { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 |
2314 | $as_echo "$as_me: creating cache $cache_file" >&6;} | |
979273e3 NN |
2315 | >$cache_file |
2316 | fi | |
2317 | ||
2318 | # Check that the precious variables saved in the cache have kept the same | |
2319 | # value. | |
2320 | ac_cache_corrupted=false | |
81ecdfbb | 2321 | for ac_var in $ac_precious_vars; do |
979273e3 NN |
2322 | eval ac_old_set=\$ac_cv_env_${ac_var}_set |
2323 | eval ac_new_set=\$ac_env_${ac_var}_set | |
81ecdfbb RW |
2324 | eval ac_old_val=\$ac_cv_env_${ac_var}_value |
2325 | eval ac_new_val=\$ac_env_${ac_var}_value | |
979273e3 NN |
2326 | case $ac_old_set,$ac_new_set in |
2327 | set,) | |
81ecdfbb RW |
2328 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 |
2329 | $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} | |
979273e3 NN |
2330 | ac_cache_corrupted=: ;; |
2331 | ,set) | |
81ecdfbb RW |
2332 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 |
2333 | $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} | |
979273e3 NN |
2334 | ac_cache_corrupted=: ;; |
2335 | ,);; | |
2336 | *) | |
2337 | if test "x$ac_old_val" != "x$ac_new_val"; then | |
81ecdfbb RW |
2338 | # differences in whitespace do not lead to failure. |
2339 | ac_old_val_w=`echo x $ac_old_val` | |
2340 | ac_new_val_w=`echo x $ac_new_val` | |
2341 | if test "$ac_old_val_w" != "$ac_new_val_w"; then | |
2342 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 | |
2343 | $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} | |
2344 | ac_cache_corrupted=: | |
2345 | else | |
2346 | { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 | |
2347 | $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} | |
2348 | eval $ac_var=\$ac_old_val | |
2349 | fi | |
2350 | { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 | |
2351 | $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} | |
2352 | { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 | |
2353 | $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} | |
979273e3 NN |
2354 | fi;; |
2355 | esac | |
2356 | # Pass precious variables to config.status. | |
2357 | if test "$ac_new_set" = set; then | |
2358 | case $ac_new_val in | |
81ecdfbb | 2359 | *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; |
979273e3 NN |
2360 | *) ac_arg=$ac_var=$ac_new_val ;; |
2361 | esac | |
2362 | case " $ac_configure_args " in | |
2363 | *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. | |
81ecdfbb | 2364 | *) as_fn_append ac_configure_args " '$ac_arg'" ;; |
979273e3 NN |
2365 | esac |
2366 | fi | |
2367 | done | |
2368 | if $ac_cache_corrupted; then | |
81ecdfbb RW |
2369 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2370 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
2371 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 | |
2372 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} | |
2373 | as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 | |
979273e3 | 2374 | fi |
81ecdfbb RW |
2375 | ## -------------------- ## |
2376 | ## Main body of script. ## | |
2377 | ## -------------------- ## | |
979273e3 NN |
2378 | |
2379 | ac_ext=c | |
2380 | ac_cpp='$CPP $CPPFLAGS' | |
2381 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
2382 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
2383 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
2384 | ||
2385 | ||
2386 | ||
979273e3 NN |
2387 | |
2388 | ||
2389 | ||
2390 | ||
2391 | ac_aux_dir= | |
81ecdfbb RW |
2392 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
2393 | for ac_t in install-sh install.sh shtool; do | |
2394 | if test -f "$ac_dir/$ac_t"; then | |
2395 | ac_aux_dir=$ac_dir | |
2396 | ac_install_sh="$ac_aux_dir/$ac_t -c" | |
2397 | break 2 | |
2398 | fi | |
2399 | done | |
979273e3 NN |
2400 | done |
2401 | if test -z "$ac_aux_dir"; then | |
81ecdfbb | 2402 | as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 |
979273e3 | 2403 | fi |
81ecdfbb RW |
2404 | |
2405 | # These three variables are undocumented and unsupported, | |
2406 | # and are intended to be withdrawn in a future Autoconf release. | |
2407 | # They can cause serious problems if a builder's source tree is in a directory | |
2408 | # whose full name contains unusual characters. | |
2409 | ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. | |
2410 | ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. | |
2411 | ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. | |
2412 | ||
979273e3 NN |
2413 | |
2414 | # Make sure we can run config.sub. | |
81ecdfbb RW |
2415 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |
2416 | as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 | |
2417 | ||
2418 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 | |
2419 | $as_echo_n "checking build system type... " >&6; } | |
2420 | if test "${ac_cv_build+set}" = set; then : | |
2421 | $as_echo_n "(cached) " >&6 | |
2422 | else | |
2423 | ac_build_alias=$build_alias | |
2424 | test "x$ac_build_alias" = x && | |
2425 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` | |
2426 | test "x$ac_build_alias" = x && | |
2427 | as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 | |
2428 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || | |
2429 | as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 | |
2430 | ||
2431 | fi | |
2432 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 | |
2433 | $as_echo "$ac_cv_build" >&6; } | |
2434 | case $ac_cv_build in | |
2435 | *-*-*) ;; | |
2436 | *) as_fn_error "invalid value of canonical build" "$LINENO" 5;; | |
2437 | esac | |
979273e3 | 2438 | build=$ac_cv_build |
81ecdfbb RW |
2439 | ac_save_IFS=$IFS; IFS='-' |
2440 | set x $ac_cv_build | |
2441 | shift | |
2442 | build_cpu=$1 | |
2443 | build_vendor=$2 | |
2444 | shift; shift | |
2445 | # Remember, the first character of IFS is used to create $*, | |
2446 | # except with old shells: | |
2447 | build_os=$* | |
2448 | IFS=$ac_save_IFS | |
2449 | case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac | |
979273e3 NN |
2450 | |
2451 | ||
81ecdfbb RW |
2452 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 |
2453 | $as_echo_n "checking host system type... " >&6; } | |
2454 | if test "${ac_cv_host+set}" = set; then : | |
2455 | $as_echo_n "(cached) " >&6 | |
979273e3 | 2456 | else |
81ecdfbb RW |
2457 | if test "x$host_alias" = x; then |
2458 | ac_cv_host=$ac_cv_build | |
2459 | else | |
2460 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || | |
2461 | as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 | |
2462 | fi | |
979273e3 NN |
2463 | |
2464 | fi | |
81ecdfbb RW |
2465 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 |
2466 | $as_echo "$ac_cv_host" >&6; } | |
2467 | case $ac_cv_host in | |
2468 | *-*-*) ;; | |
2469 | *) as_fn_error "invalid value of canonical host" "$LINENO" 5;; | |
2470 | esac | |
979273e3 | 2471 | host=$ac_cv_host |
81ecdfbb RW |
2472 | ac_save_IFS=$IFS; IFS='-' |
2473 | set x $ac_cv_host | |
2474 | shift | |
2475 | host_cpu=$1 | |
2476 | host_vendor=$2 | |
2477 | shift; shift | |
2478 | # Remember, the first character of IFS is used to create $*, | |
2479 | # except with old shells: | |
2480 | host_os=$* | |
2481 | IFS=$ac_save_IFS | |
2482 | case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac | |
979273e3 NN |
2483 | |
2484 | ||
81ecdfbb RW |
2485 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5 |
2486 | $as_echo_n "checking target system type... " >&6; } | |
2487 | if test "${ac_cv_target+set}" = set; then : | |
2488 | $as_echo_n "(cached) " >&6 | |
2489 | else | |
2490 | if test "x$target_alias" = x; then | |
2491 | ac_cv_target=$ac_cv_host | |
979273e3 | 2492 | else |
81ecdfbb RW |
2493 | ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || |
2494 | as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 | |
2495 | fi | |
979273e3 NN |
2496 | |
2497 | fi | |
81ecdfbb RW |
2498 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5 |
2499 | $as_echo "$ac_cv_target" >&6; } | |
2500 | case $ac_cv_target in | |
2501 | *-*-*) ;; | |
2502 | *) as_fn_error "invalid value of canonical target" "$LINENO" 5;; | |
2503 | esac | |
979273e3 | 2504 | target=$ac_cv_target |
81ecdfbb RW |
2505 | ac_save_IFS=$IFS; IFS='-' |
2506 | set x $ac_cv_target | |
2507 | shift | |
2508 | target_cpu=$1 | |
2509 | target_vendor=$2 | |
2510 | shift; shift | |
2511 | # Remember, the first character of IFS is used to create $*, | |
2512 | # except with old shells: | |
2513 | target_os=$* | |
2514 | IFS=$ac_save_IFS | |
2515 | case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac | |
979273e3 NN |
2516 | |
2517 | ||
2518 | # The aliases save the names the user supplied, while $host etc. | |
2519 | # will get canonicalized. | |
2520 | test -n "$target_alias" && | |
2521 | test "$program_prefix$program_suffix$program_transform_name" = \ | |
2522 | NONENONEs,x,x, && | |
2523 | program_prefix=${target_alias}- | |
2524 | ac_ext=c | |
2525 | ac_cpp='$CPP $CPPFLAGS' | |
2526 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
2527 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
2528 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
2529 | if test -n "$ac_tool_prefix"; then | |
2530 | # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | |
2531 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 | |
81ecdfbb RW |
2532 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2533 | $as_echo_n "checking for $ac_word... " >&6; } | |
2534 | if test "${ac_cv_prog_CC+set}" = set; then : | |
2535 | $as_echo_n "(cached) " >&6 | |
979273e3 NN |
2536 | else |
2537 | if test -n "$CC"; then | |
2538 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
2539 | else | |
2540 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2541 | for as_dir in $PATH | |
2542 | do | |
2543 | IFS=$as_save_IFS | |
2544 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2545 | for ac_exec_ext in '' $ac_executable_extensions; do |
2546 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
979273e3 | 2547 | ac_cv_prog_CC="${ac_tool_prefix}gcc" |
81ecdfbb | 2548 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
979273e3 NN |
2549 | break 2 |
2550 | fi | |
2551 | done | |
81ecdfbb RW |
2552 | done |
2553 | IFS=$as_save_IFS | |
979273e3 NN |
2554 | |
2555 | fi | |
2556 | fi | |
2557 | CC=$ac_cv_prog_CC | |
2558 | if test -n "$CC"; then | |
81ecdfbb RW |
2559 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
2560 | $as_echo "$CC" >&6; } | |
979273e3 | 2561 | else |
81ecdfbb RW |
2562 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2563 | $as_echo "no" >&6; } | |
979273e3 NN |
2564 | fi |
2565 | ||
81ecdfbb | 2566 | |
979273e3 NN |
2567 | fi |
2568 | if test -z "$ac_cv_prog_CC"; then | |
2569 | ac_ct_CC=$CC | |
2570 | # Extract the first word of "gcc", so it can be a program name with args. | |
2571 | set dummy gcc; ac_word=$2 | |
81ecdfbb RW |
2572 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2573 | $as_echo_n "checking for $ac_word... " >&6; } | |
2574 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | |
2575 | $as_echo_n "(cached) " >&6 | |
979273e3 NN |
2576 | else |
2577 | if test -n "$ac_ct_CC"; then | |
2578 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
2579 | else | |
2580 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2581 | for as_dir in $PATH | |
2582 | do | |
2583 | IFS=$as_save_IFS | |
2584 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2585 | for ac_exec_ext in '' $ac_executable_extensions; do |
2586 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
979273e3 | 2587 | ac_cv_prog_ac_ct_CC="gcc" |
81ecdfbb | 2588 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
979273e3 NN |
2589 | break 2 |
2590 | fi | |
2591 | done | |
81ecdfbb RW |
2592 | done |
2593 | IFS=$as_save_IFS | |
979273e3 NN |
2594 | |
2595 | fi | |
2596 | fi | |
2597 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
2598 | if test -n "$ac_ct_CC"; then | |
81ecdfbb RW |
2599 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
2600 | $as_echo "$ac_ct_CC" >&6; } | |
979273e3 | 2601 | else |
81ecdfbb RW |
2602 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2603 | $as_echo "no" >&6; } | |
979273e3 NN |
2604 | fi |
2605 | ||
81ecdfbb RW |
2606 | if test "x$ac_ct_CC" = x; then |
2607 | CC="" | |
2608 | else | |
2609 | case $cross_compiling:$ac_tool_warned in | |
2610 | yes:) | |
2611 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
2612 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
2613 | ac_tool_warned=yes ;; | |
2614 | esac | |
2615 | CC=$ac_ct_CC | |
2616 | fi | |
979273e3 NN |
2617 | else |
2618 | CC="$ac_cv_prog_CC" | |
2619 | fi | |
2620 | ||
2621 | if test -z "$CC"; then | |
81ecdfbb RW |
2622 | if test -n "$ac_tool_prefix"; then |
2623 | # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | |
979273e3 | 2624 | set dummy ${ac_tool_prefix}cc; ac_word=$2 |
81ecdfbb RW |
2625 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2626 | $as_echo_n "checking for $ac_word... " >&6; } | |
2627 | if test "${ac_cv_prog_CC+set}" = set; then : | |
2628 | $as_echo_n "(cached) " >&6 | |
979273e3 NN |
2629 | else |
2630 | if test -n "$CC"; then | |
2631 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
2632 | else | |
2633 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2634 | for as_dir in $PATH | |
2635 | do | |
2636 | IFS=$as_save_IFS | |
2637 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2638 | for ac_exec_ext in '' $ac_executable_extensions; do |
2639 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
979273e3 | 2640 | ac_cv_prog_CC="${ac_tool_prefix}cc" |
81ecdfbb | 2641 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
979273e3 NN |
2642 | break 2 |
2643 | fi | |
2644 | done | |
81ecdfbb RW |
2645 | done |
2646 | IFS=$as_save_IFS | |
979273e3 NN |
2647 | |
2648 | fi | |
2649 | fi | |
2650 | CC=$ac_cv_prog_CC | |
2651 | if test -n "$CC"; then | |
81ecdfbb RW |
2652 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
2653 | $as_echo "$CC" >&6; } | |
979273e3 | 2654 | else |
81ecdfbb RW |
2655 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2656 | $as_echo "no" >&6; } | |
979273e3 NN |
2657 | fi |
2658 | ||
979273e3 | 2659 | |
81ecdfbb | 2660 | fi |
979273e3 NN |
2661 | fi |
2662 | if test -z "$CC"; then | |
2663 | # Extract the first word of "cc", so it can be a program name with args. | |
2664 | set dummy cc; ac_word=$2 | |
81ecdfbb RW |
2665 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2666 | $as_echo_n "checking for $ac_word... " >&6; } | |
2667 | if test "${ac_cv_prog_CC+set}" = set; then : | |
2668 | $as_echo_n "(cached) " >&6 | |
979273e3 NN |
2669 | else |
2670 | if test -n "$CC"; then | |
2671 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
2672 | else | |
2673 | ac_prog_rejected=no | |
2674 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2675 | for as_dir in $PATH | |
2676 | do | |
2677 | IFS=$as_save_IFS | |
2678 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2679 | for ac_exec_ext in '' $ac_executable_extensions; do |
2680 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
979273e3 NN |
2681 | if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
2682 | ac_prog_rejected=yes | |
2683 | continue | |
2684 | fi | |
2685 | ac_cv_prog_CC="cc" | |
81ecdfbb | 2686 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
979273e3 NN |
2687 | break 2 |
2688 | fi | |
2689 | done | |
81ecdfbb RW |
2690 | done |
2691 | IFS=$as_save_IFS | |
979273e3 NN |
2692 | |
2693 | if test $ac_prog_rejected = yes; then | |
2694 | # We found a bogon in the path, so make sure we never use it. | |
2695 | set dummy $ac_cv_prog_CC | |
2696 | shift | |
2697 | if test $# != 0; then | |
2698 | # We chose a different compiler from the bogus one. | |
2699 | # However, it has the same basename, so the bogon will be chosen | |
2700 | # first if we set CC to just the basename; use the full file name. | |
2701 | shift | |
2702 | ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" | |
2703 | fi | |
2704 | fi | |
2705 | fi | |
2706 | fi | |
2707 | CC=$ac_cv_prog_CC | |
2708 | if test -n "$CC"; then | |
81ecdfbb RW |
2709 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
2710 | $as_echo "$CC" >&6; } | |
979273e3 | 2711 | else |
81ecdfbb RW |
2712 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2713 | $as_echo "no" >&6; } | |
979273e3 NN |
2714 | fi |
2715 | ||
81ecdfbb | 2716 | |
979273e3 NN |
2717 | fi |
2718 | if test -z "$CC"; then | |
2719 | if test -n "$ac_tool_prefix"; then | |
81ecdfbb | 2720 | for ac_prog in cl.exe |
979273e3 NN |
2721 | do |
2722 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
2723 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
81ecdfbb RW |
2724 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2725 | $as_echo_n "checking for $ac_word... " >&6; } | |
2726 | if test "${ac_cv_prog_CC+set}" = set; then : | |
2727 | $as_echo_n "(cached) " >&6 | |
979273e3 NN |
2728 | else |
2729 | if test -n "$CC"; then | |
2730 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
2731 | else | |
2732 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2733 | for as_dir in $PATH | |
2734 | do | |
2735 | IFS=$as_save_IFS | |
2736 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2737 | for ac_exec_ext in '' $ac_executable_extensions; do |
2738 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
979273e3 | 2739 | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
81ecdfbb | 2740 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
979273e3 NN |
2741 | break 2 |
2742 | fi | |
2743 | done | |
81ecdfbb RW |
2744 | done |
2745 | IFS=$as_save_IFS | |
979273e3 NN |
2746 | |
2747 | fi | |
2748 | fi | |
2749 | CC=$ac_cv_prog_CC | |
2750 | if test -n "$CC"; then | |
81ecdfbb RW |
2751 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
2752 | $as_echo "$CC" >&6; } | |
979273e3 | 2753 | else |
81ecdfbb RW |
2754 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2755 | $as_echo "no" >&6; } | |
979273e3 NN |
2756 | fi |
2757 | ||
81ecdfbb | 2758 | |
979273e3 NN |
2759 | test -n "$CC" && break |
2760 | done | |
2761 | fi | |
2762 | if test -z "$CC"; then | |
2763 | ac_ct_CC=$CC | |
81ecdfbb | 2764 | for ac_prog in cl.exe |
979273e3 NN |
2765 | do |
2766 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
2767 | set dummy $ac_prog; ac_word=$2 | |
81ecdfbb RW |
2768 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2769 | $as_echo_n "checking for $ac_word... " >&6; } | |
2770 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | |
2771 | $as_echo_n "(cached) " >&6 | |
979273e3 NN |
2772 | else |
2773 | if test -n "$ac_ct_CC"; then | |
2774 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
2775 | else | |
2776 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2777 | for as_dir in $PATH | |
2778 | do | |
2779 | IFS=$as_save_IFS | |
2780 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2781 | for ac_exec_ext in '' $ac_executable_extensions; do |
2782 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
979273e3 | 2783 | ac_cv_prog_ac_ct_CC="$ac_prog" |
81ecdfbb | 2784 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
979273e3 NN |
2785 | break 2 |
2786 | fi | |
2787 | done | |
81ecdfbb RW |
2788 | done |
2789 | IFS=$as_save_IFS | |
2790 | ||
979273e3 NN |
2791 | fi |
2792 | fi | |
2793 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
2794 | if test -n "$ac_ct_CC"; then | |
81ecdfbb RW |
2795 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
2796 | $as_echo "$ac_ct_CC" >&6; } | |
979273e3 | 2797 | else |
81ecdfbb RW |
2798 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2799 | $as_echo "no" >&6; } | |
979273e3 NN |
2800 | fi |
2801 | ||
81ecdfbb | 2802 | |
979273e3 NN |
2803 | test -n "$ac_ct_CC" && break |
2804 | done | |
2805 | ||
81ecdfbb RW |
2806 | if test "x$ac_ct_CC" = x; then |
2807 | CC="" | |
2808 | else | |
2809 | case $cross_compiling:$ac_tool_warned in | |
2810 | yes:) | |
2811 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
2812 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
2813 | ac_tool_warned=yes ;; | |
2814 | esac | |
2815 | CC=$ac_ct_CC | |
2816 | fi | |
979273e3 NN |
2817 | fi |
2818 | ||
2819 | fi | |
2820 | ||
2821 | ||
81ecdfbb RW |
2822 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2823 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
2824 | as_fn_error "no acceptable C compiler found in \$PATH | |
2825 | See \`config.log' for more details." "$LINENO" 5; } | |
979273e3 NN |
2826 | |
2827 | # Provide some information about the compiler. | |
81ecdfbb RW |
2828 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
2829 | set X $ac_compile | |
2830 | ac_compiler=$2 | |
2831 | for ac_option in --version -v -V -qversion; do | |
2832 | { { ac_try="$ac_compiler $ac_option >&5" | |
2833 | case "(($ac_try" in | |
2834 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
2835 | *) ac_try_echo=$ac_try;; | |
2836 | esac | |
2837 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
2838 | $as_echo "$ac_try_echo"; } >&5 | |
2839 | (eval "$ac_compiler $ac_option >&5") 2>conftest.err | |
979273e3 | 2840 | ac_status=$? |
81ecdfbb RW |
2841 | if test -s conftest.err; then |
2842 | sed '10a\ | |
2843 | ... rest of stderr output deleted ... | |
2844 | 10q' conftest.err >conftest.er1 | |
2845 | cat conftest.er1 >&5 | |
2846 | rm -f conftest.er1 conftest.err | |
2847 | fi | |
2848 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
2849 | test $ac_status = 0; } | |
2850 | done | |
979273e3 | 2851 | |
81ecdfbb | 2852 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
979273e3 NN |
2853 | /* end confdefs.h. */ |
2854 | ||
2855 | int | |
2856 | main () | |
2857 | { | |
2858 | ||
2859 | ; | |
2860 | return 0; | |
2861 | } | |
2862 | _ACEOF | |
2863 | ac_clean_files_save=$ac_clean_files | |
81ecdfbb | 2864 | ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out" |
979273e3 NN |
2865 | # Try to create an executable without -o first, disregard a.out. |
2866 | # It will help us diagnose broken compilers, and finding out an intuition | |
2867 | # of exeext. | |
81ecdfbb RW |
2868 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 |
2869 | $as_echo_n "checking for C compiler default output file name... " >&6; } | |
2870 | ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` | |
2871 | ||
2872 | # The possible output files: | |
2873 | ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" | |
2874 | ||
2875 | ac_rmfiles= | |
2876 | for ac_file in $ac_files | |
2877 | do | |
2878 | case $ac_file in | |
2879 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; | |
2880 | * ) ac_rmfiles="$ac_rmfiles $ac_file";; | |
2881 | esac | |
2882 | done | |
2883 | rm -f $ac_rmfiles | |
2884 | ||
2885 | if { { ac_try="$ac_link_default" | |
2886 | case "(($ac_try" in | |
2887 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
2888 | *) ac_try_echo=$ac_try;; | |
2889 | esac | |
2890 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
2891 | $as_echo "$ac_try_echo"; } >&5 | |
2892 | (eval "$ac_link_default") 2>&5 | |
2893 | ac_status=$? | |
2894 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
2895 | test $ac_status = 0; }; then : | |
2896 | # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. | |
2897 | # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' | |
2898 | # in a Makefile. We should not override ac_cv_exeext if it was cached, | |
2899 | # so that the user can short-circuit this test for compilers unknown to | |
2900 | # Autoconf. | |
2901 | for ac_file in $ac_files '' | |
979273e3 NN |
2902 | do |
2903 | test -f "$ac_file" || continue | |
2904 | case $ac_file in | |
81ecdfbb | 2905 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) |
979273e3 NN |
2906 | ;; |
2907 | [ab].out ) | |
2908 | # We found the default executable, but exeext='' is most | |
2909 | # certainly right. | |
2910 | break;; | |
2911 | *.* ) | |
81ecdfbb RW |
2912 | if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; |
2913 | then :; else | |
2914 | ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | |
2915 | fi | |
2916 | # We set ac_cv_exeext here because the later test for it is not | |
2917 | # safe: cross compilers may not add the suffix if given an `-o' | |
2918 | # argument, so we may need to know it at that point already. | |
2919 | # Even if this section looks crufty: it has the advantage of | |
2920 | # actually working. | |
979273e3 NN |
2921 | break;; |
2922 | * ) | |
2923 | break;; | |
2924 | esac | |
2925 | done | |
81ecdfbb RW |
2926 | test "$ac_cv_exeext" = no && ac_cv_exeext= |
2927 | ||
979273e3 | 2928 | else |
81ecdfbb RW |
2929 | ac_file='' |
2930 | fi | |
2931 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 | |
2932 | $as_echo "$ac_file" >&6; } | |
2933 | if test -z "$ac_file"; then : | |
2934 | $as_echo "$as_me: failed program was:" >&5 | |
979273e3 NN |
2935 | sed 's/^/| /' conftest.$ac_ext >&5 |
2936 | ||
81ecdfbb RW |
2937 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2938 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
2939 | { as_fn_set_status 77 | |
2940 | as_fn_error "C compiler cannot create executables | |
2941 | See \`config.log' for more details." "$LINENO" 5; }; } | |
979273e3 | 2942 | fi |
979273e3 | 2943 | ac_exeext=$ac_cv_exeext |
979273e3 | 2944 | |
81ecdfbb | 2945 | # Check that the compiler produces executables we can run. If not, either |
979273e3 | 2946 | # the compiler is broken, or we cross compile. |
81ecdfbb RW |
2947 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 |
2948 | $as_echo_n "checking whether the C compiler works... " >&6; } | |
979273e3 NN |
2949 | # If not cross compiling, check that we can run a simple program. |
2950 | if test "$cross_compiling" != yes; then | |
2951 | if { ac_try='./$ac_file' | |
81ecdfbb RW |
2952 | { { case "(($ac_try" in |
2953 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
2954 | *) ac_try_echo=$ac_try;; | |
2955 | esac | |
2956 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
2957 | $as_echo "$ac_try_echo"; } >&5 | |
2958 | (eval "$ac_try") 2>&5 | |
979273e3 | 2959 | ac_status=$? |
81ecdfbb RW |
2960 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
2961 | test $ac_status = 0; }; }; then | |
979273e3 NN |
2962 | cross_compiling=no |
2963 | else | |
2964 | if test "$cross_compiling" = maybe; then | |
2965 | cross_compiling=yes | |
2966 | else | |
81ecdfbb RW |
2967 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2968 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
2969 | as_fn_error "cannot run C compiled programs. | |
979273e3 | 2970 | If you meant to cross compile, use \`--host'. |
81ecdfbb | 2971 | See \`config.log' for more details." "$LINENO" 5; } |
979273e3 NN |
2972 | fi |
2973 | fi | |
2974 | fi | |
81ecdfbb RW |
2975 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
2976 | $as_echo "yes" >&6; } | |
979273e3 | 2977 | |
81ecdfbb | 2978 | rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out |
979273e3 | 2979 | ac_clean_files=$ac_clean_files_save |
81ecdfbb | 2980 | # Check that the compiler produces executables we can run. If not, either |
979273e3 | 2981 | # the compiler is broken, or we cross compile. |
81ecdfbb RW |
2982 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 |
2983 | $as_echo_n "checking whether we are cross compiling... " >&6; } | |
2984 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 | |
2985 | $as_echo "$cross_compiling" >&6; } | |
2986 | ||
2987 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 | |
2988 | $as_echo_n "checking for suffix of executables... " >&6; } | |
2989 | if { { ac_try="$ac_link" | |
2990 | case "(($ac_try" in | |
2991 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
2992 | *) ac_try_echo=$ac_try;; | |
2993 | esac | |
2994 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
2995 | $as_echo "$ac_try_echo"; } >&5 | |
2996 | (eval "$ac_link") 2>&5 | |
979273e3 | 2997 | ac_status=$? |
81ecdfbb RW |
2998 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
2999 | test $ac_status = 0; }; then : | |
979273e3 NN |
3000 | # If both `conftest.exe' and `conftest' are `present' (well, observable) |
3001 | # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will | |
3002 | # work properly (i.e., refer to `conftest.exe'), while it won't with | |
3003 | # `rm'. | |
3004 | for ac_file in conftest.exe conftest conftest.*; do | |
3005 | test -f "$ac_file" || continue | |
3006 | case $ac_file in | |
81ecdfbb | 3007 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; |
979273e3 | 3008 | *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
979273e3 NN |
3009 | break;; |
3010 | * ) break;; | |
3011 | esac | |
3012 | done | |
3013 | else | |
81ecdfbb RW |
3014 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3015 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
3016 | as_fn_error "cannot compute suffix of executables: cannot compile and link | |
3017 | See \`config.log' for more details." "$LINENO" 5; } | |
979273e3 | 3018 | fi |
979273e3 | 3019 | rm -f conftest$ac_cv_exeext |
81ecdfbb RW |
3020 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
3021 | $as_echo "$ac_cv_exeext" >&6; } | |
979273e3 NN |
3022 | |
3023 | rm -f conftest.$ac_ext | |
3024 | EXEEXT=$ac_cv_exeext | |
3025 | ac_exeext=$EXEEXT | |
81ecdfbb RW |
3026 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
3027 | $as_echo_n "checking for suffix of object files... " >&6; } | |
3028 | if test "${ac_cv_objext+set}" = set; then : | |
3029 | $as_echo_n "(cached) " >&6 | |
979273e3 | 3030 | else |
81ecdfbb | 3031 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
979273e3 NN |
3032 | /* end confdefs.h. */ |
3033 | ||
3034 | int | |
3035 | main () | |
3036 | { | |
3037 | ||
3038 | ; | |
3039 | return 0; | |
3040 | } | |
3041 | _ACEOF | |
3042 | rm -f conftest.o conftest.obj | |
81ecdfbb RW |
3043 | if { { ac_try="$ac_compile" |
3044 | case "(($ac_try" in | |
3045 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3046 | *) ac_try_echo=$ac_try;; | |
3047 | esac | |
3048 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
3049 | $as_echo "$ac_try_echo"; } >&5 | |
3050 | (eval "$ac_compile") 2>&5 | |
3051 | ac_status=$? | |
3052 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
3053 | test $ac_status = 0; }; then : | |
3054 | for ac_file in conftest.o conftest.obj conftest.*; do | |
3055 | test -f "$ac_file" || continue; | |
979273e3 | 3056 | case $ac_file in |
81ecdfbb | 3057 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; |
979273e3 NN |
3058 | *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` |
3059 | break;; | |
3060 | esac | |
3061 | done | |
3062 | else | |
81ecdfbb | 3063 | $as_echo "$as_me: failed program was:" >&5 |
979273e3 NN |
3064 | sed 's/^/| /' conftest.$ac_ext >&5 |
3065 | ||
81ecdfbb RW |
3066 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3067 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
3068 | as_fn_error "cannot compute suffix of object files: cannot compile | |
3069 | See \`config.log' for more details." "$LINENO" 5; } | |
979273e3 | 3070 | fi |
979273e3 NN |
3071 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
3072 | fi | |
81ecdfbb RW |
3073 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 |
3074 | $as_echo "$ac_cv_objext" >&6; } | |
979273e3 NN |
3075 | OBJEXT=$ac_cv_objext |
3076 | ac_objext=$OBJEXT | |
81ecdfbb RW |
3077 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
3078 | $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } | |
3079 | if test "${ac_cv_c_compiler_gnu+set}" = set; then : | |
3080 | $as_echo_n "(cached) " >&6 | |
979273e3 | 3081 | else |
81ecdfbb | 3082 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
979273e3 NN |
3083 | /* end confdefs.h. */ |
3084 | ||
3085 | int | |
3086 | main () | |
3087 | { | |
3088 | #ifndef __GNUC__ | |
3089 | choke me | |
3090 | #endif | |
3091 | ||
3092 | ; | |
3093 | return 0; | |
3094 | } | |
3095 | _ACEOF | |
81ecdfbb | 3096 | if ac_fn_c_try_compile "$LINENO"; then : |
979273e3 NN |
3097 | ac_compiler_gnu=yes |
3098 | else | |
81ecdfbb | 3099 | ac_compiler_gnu=no |
979273e3 | 3100 | fi |
81ecdfbb | 3101 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
979273e3 NN |
3102 | ac_cv_c_compiler_gnu=$ac_compiler_gnu |
3103 | ||
3104 | fi | |
81ecdfbb RW |
3105 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 |
3106 | $as_echo "$ac_cv_c_compiler_gnu" >&6; } | |
3107 | if test $ac_compiler_gnu = yes; then | |
3108 | GCC=yes | |
3109 | else | |
3110 | GCC= | |
3111 | fi | |
979273e3 NN |
3112 | ac_test_CFLAGS=${CFLAGS+set} |
3113 | ac_save_CFLAGS=$CFLAGS | |
81ecdfbb RW |
3114 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
3115 | $as_echo_n "checking whether $CC accepts -g... " >&6; } | |
3116 | if test "${ac_cv_prog_cc_g+set}" = set; then : | |
3117 | $as_echo_n "(cached) " >&6 | |
3118 | else | |
3119 | ac_save_c_werror_flag=$ac_c_werror_flag | |
3120 | ac_c_werror_flag=yes | |
3121 | ac_cv_prog_cc_g=no | |
3122 | CFLAGS="-g" | |
3123 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
979273e3 NN |
3124 | /* end confdefs.h. */ |
3125 | ||
3126 | int | |
3127 | main () | |
3128 | { | |
3129 | ||
3130 | ; | |
3131 | return 0; | |
3132 | } | |
3133 | _ACEOF | |
81ecdfbb | 3134 | if ac_fn_c_try_compile "$LINENO"; then : |
979273e3 NN |
3135 | ac_cv_prog_cc_g=yes |
3136 | else | |
81ecdfbb RW |
3137 | CFLAGS="" |
3138 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
3139 | /* end confdefs.h. */ | |
3140 | ||
3141 | int | |
3142 | main () | |
3143 | { | |
3144 | ||
3145 | ; | |
3146 | return 0; | |
3147 | } | |
3148 | _ACEOF | |
3149 | if ac_fn_c_try_compile "$LINENO"; then : | |
3150 | ||
3151 | else | |
3152 | ac_c_werror_flag=$ac_save_c_werror_flag | |
3153 | CFLAGS="-g" | |
3154 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
3155 | /* end confdefs.h. */ | |
979273e3 | 3156 | |
81ecdfbb RW |
3157 | int |
3158 | main () | |
3159 | { | |
3160 | ||
3161 | ; | |
3162 | return 0; | |
3163 | } | |
3164 | _ACEOF | |
3165 | if ac_fn_c_try_compile "$LINENO"; then : | |
3166 | ac_cv_prog_cc_g=yes | |
979273e3 | 3167 | fi |
81ecdfbb | 3168 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
979273e3 | 3169 | fi |
81ecdfbb RW |
3170 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
3171 | fi | |
3172 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
3173 | ac_c_werror_flag=$ac_save_c_werror_flag | |
3174 | fi | |
3175 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 | |
3176 | $as_echo "$ac_cv_prog_cc_g" >&6; } | |
979273e3 NN |
3177 | if test "$ac_test_CFLAGS" = set; then |
3178 | CFLAGS=$ac_save_CFLAGS | |
3179 | elif test $ac_cv_prog_cc_g = yes; then | |
3180 | if test "$GCC" = yes; then | |
3181 | CFLAGS="-g -O2" | |
3182 | else | |
3183 | CFLAGS="-g" | |
3184 | fi | |
3185 | else | |
3186 | if test "$GCC" = yes; then | |
3187 | CFLAGS="-O2" | |
3188 | else | |
3189 | CFLAGS= | |
3190 | fi | |
3191 | fi | |
81ecdfbb RW |
3192 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
3193 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } | |
3194 | if test "${ac_cv_prog_cc_c89+set}" = set; then : | |
3195 | $as_echo_n "(cached) " >&6 | |
979273e3 | 3196 | else |
81ecdfbb | 3197 | ac_cv_prog_cc_c89=no |
979273e3 | 3198 | ac_save_CC=$CC |
81ecdfbb | 3199 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
979273e3 NN |
3200 | /* end confdefs.h. */ |
3201 | #include <stdarg.h> | |
3202 | #include <stdio.h> | |
3203 | #include <sys/types.h> | |
3204 | #include <sys/stat.h> | |
3205 | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | |
3206 | struct buf { int x; }; | |
3207 | FILE * (*rcsopen) (struct buf *, struct stat *, int); | |
3208 | static char *e (p, i) | |
3209 | char **p; | |
3210 | int i; | |
3211 | { | |
3212 | return p[i]; | |
3213 | } | |
3214 | static char *f (char * (*g) (char **, int), char **p, ...) | |
3215 | { | |
3216 | char *s; | |
3217 | va_list v; | |
3218 | va_start (v,p); | |
3219 | s = g (p, va_arg (v,int)); | |
3220 | va_end (v); | |
3221 | return s; | |
3222 | } | |
3223 | ||
3224 | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | |
3225 | function prototypes and stuff, but not '\xHH' hex character constants. | |
3226 | These don't provoke an error unfortunately, instead are silently treated | |
81ecdfbb | 3227 | as 'x'. The following induces an error, until -std is added to get |
979273e3 NN |
3228 | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an |
3229 | array size at least. It's necessary to write '\x00'==0 to get something | |
81ecdfbb | 3230 | that's true only with -std. */ |
979273e3 NN |
3231 | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; |
3232 | ||
81ecdfbb RW |
3233 | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters |
3234 | inside strings and character constants. */ | |
3235 | #define FOO(x) 'x' | |
3236 | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | |
3237 | ||
979273e3 NN |
3238 | int test (int i, double x); |
3239 | struct s1 {int (*f) (int a);}; | |
3240 | struct s2 {int (*f) (double a);}; | |
3241 | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | |
3242 | int argc; | |
3243 | char **argv; | |
3244 | int | |
3245 | main () | |
3246 | { | |
3247 | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | |
3248 | ; | |
3249 | return 0; | |
3250 | } | |
3251 | _ACEOF | |
81ecdfbb RW |
3252 | for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ |
3253 | -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" | |
979273e3 NN |
3254 | do |
3255 | CC="$ac_save_CC $ac_arg" | |
81ecdfbb RW |
3256 | if ac_fn_c_try_compile "$LINENO"; then : |
3257 | ac_cv_prog_cc_c89=$ac_arg | |
979273e3 | 3258 | fi |
81ecdfbb RW |
3259 | rm -f core conftest.err conftest.$ac_objext |
3260 | test "x$ac_cv_prog_cc_c89" != "xno" && break | |
979273e3 | 3261 | done |
81ecdfbb | 3262 | rm -f conftest.$ac_ext |
979273e3 NN |
3263 | CC=$ac_save_CC |
3264 | ||
3265 | fi | |
81ecdfbb RW |
3266 | # AC_CACHE_VAL |
3267 | case "x$ac_cv_prog_cc_c89" in | |
3268 | x) | |
3269 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 | |
3270 | $as_echo "none needed" >&6; } ;; | |
3271 | xno) | |
3272 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 | |
3273 | $as_echo "unsupported" >&6; } ;; | |
979273e3 | 3274 | *) |
81ecdfbb RW |
3275 | CC="$CC $ac_cv_prog_cc_c89" |
3276 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 | |
3277 | $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; | |
979273e3 | 3278 | esac |
81ecdfbb | 3279 | if test "x$ac_cv_prog_cc_c89" != xno; then : |
979273e3 | 3280 | |
979273e3 NN |
3281 | fi |
3282 | ||
979273e3 NN |
3283 | ac_ext=c |
3284 | ac_cpp='$CPP $CPPFLAGS' | |
3285 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
3286 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
3287 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
3288 | ||
3289 | ||
81ecdfbb RW |
3290 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5 |
3291 | $as_echo_n "checking for library containing strerror... " >&6; } | |
3292 | if test "${ac_cv_search_strerror+set}" = set; then : | |
3293 | $as_echo_n "(cached) " >&6 | |
979273e3 | 3294 | else |
8ae85421 | 3295 | ac_func_search_save_LIBS=$LIBS |
81ecdfbb | 3296 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
979273e3 NN |
3297 | /* end confdefs.h. */ |
3298 | ||
81ecdfbb RW |
3299 | /* Override any GCC internal prototype to avoid an error. |
3300 | Use char because int might match the return type of a GCC | |
3301 | builtin and then its argument prototype would still apply. */ | |
979273e3 NN |
3302 | #ifdef __cplusplus |
3303 | extern "C" | |
3304 | #endif | |
979273e3 NN |
3305 | char strerror (); |
3306 | int | |
3307 | main () | |
3308 | { | |
81ecdfbb | 3309 | return strerror (); |
979273e3 NN |
3310 | ; |
3311 | return 0; | |
3312 | } | |
3313 | _ACEOF | |
81ecdfbb RW |
3314 | for ac_lib in '' cposix; do |
3315 | if test -z "$ac_lib"; then | |
3316 | ac_res="none required" | |
3317 | else | |
3318 | ac_res=-l$ac_lib | |
8ae85421 | 3319 | LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
81ecdfbb RW |
3320 | fi |
3321 | if ac_fn_c_try_link "$LINENO"; then : | |
3322 | ac_cv_search_strerror=$ac_res | |
3323 | fi | |
3324 | rm -f core conftest.err conftest.$ac_objext \ | |
3325 | conftest$ac_exeext | |
3326 | if test "${ac_cv_search_strerror+set}" = set; then : | |
3327 | break | |
3328 | fi | |
3329 | done | |
3330 | if test "${ac_cv_search_strerror+set}" = set; then : | |
8ae85421 | 3331 | |
8ae85421 | 3332 | else |
81ecdfbb | 3333 | ac_cv_search_strerror=no |
979273e3 | 3334 | fi |
81ecdfbb | 3335 | rm conftest.$ac_ext |
8ae85421 AM |
3336 | LIBS=$ac_func_search_save_LIBS |
3337 | fi | |
81ecdfbb RW |
3338 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5 |
3339 | $as_echo "$ac_cv_search_strerror" >&6; } | |
3340 | ac_res=$ac_cv_search_strerror | |
3341 | if test "$ac_res" != no; then : | |
3342 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | |
979273e3 | 3343 | |
8ae85421 | 3344 | fi |
979273e3 NN |
3345 | |
3346 | ||
3347 | # We currently only use the version number for the name of any shared | |
3348 | # library. For user convenience, we always use the same version | |
3349 | # number that BFD is using. | |
3350 | BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in` | |
3351 | ||
81ecdfbb RW |
3352 | am__api_version='1.11' |
3353 | ||
979273e3 NN |
3354 | # Find a good install program. We prefer a C program (faster), |
3355 | # so one script is as good as another. But avoid the broken or | |
3356 | # incompatible versions: | |
3357 | # SysV /etc/install, /usr/sbin/install | |
3358 | # SunOS /usr/etc/install | |
3359 | # IRIX /sbin/install | |
3360 | # AIX /bin/install | |
3361 | # AmigaOS /C/install, which installs bootblocks on floppy discs | |
3362 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag | |
3363 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args | |
252b5132 | 3364 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
979273e3 | 3365 | # OS/2's system install, which has a completely different semantic |
252b5132 | 3366 | # ./install, which can be erroneously created by make from ./install.sh. |
58c85be7 | 3367 | # Reject install programs that cannot install multiple files. |
81ecdfbb RW |
3368 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 |
3369 | $as_echo_n "checking for a BSD-compatible install... " >&6; } | |
252b5132 | 3370 | if test -z "$INSTALL"; then |
81ecdfbb RW |
3371 | if test "${ac_cv_path_install+set}" = set; then : |
3372 | $as_echo_n "(cached) " >&6 | |
252b5132 | 3373 | else |
979273e3 NN |
3374 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3375 | for as_dir in $PATH | |
3376 | do | |
3377 | IFS=$as_save_IFS | |
3378 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
3379 | # Account for people who put trailing slashes in PATH elements. |
3380 | case $as_dir/ in #(( | |
3381 | ./ | .// | /[cC]/* | \ | |
979273e3 | 3382 | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ |
81ecdfbb | 3383 | ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ |
979273e3 NN |
3384 | /usr/ucb/* ) ;; |
3385 | *) | |
3386 | # OSF1 and SCO ODT 3.0 have their own names for install. | |
3387 | # Don't use installbsd from OSF since it installs stuff as root | |
3388 | # by default. | |
3389 | for ac_prog in ginstall scoinst install; do | |
3390 | for ac_exec_ext in '' $ac_executable_extensions; do | |
81ecdfbb | 3391 | if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then |
252b5132 | 3392 | if test $ac_prog = install && |
979273e3 | 3393 | grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
252b5132 RH |
3394 | # AIX install. It has an incompatible calling convention. |
3395 | : | |
979273e3 NN |
3396 | elif test $ac_prog = install && |
3397 | grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
3398 | # program-specific install script used by HP pwplus--don't use. | |
3399 | : | |
252b5132 | 3400 | else |
58c85be7 RW |
3401 | rm -rf conftest.one conftest.two conftest.dir |
3402 | echo one > conftest.one | |
3403 | echo two > conftest.two | |
3404 | mkdir conftest.dir | |
3405 | if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && | |
3406 | test -s conftest.one && test -s conftest.two && | |
3407 | test -s conftest.dir/conftest.one && | |
3408 | test -s conftest.dir/conftest.two | |
3409 | then | |
3410 | ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" | |
3411 | break 3 | |
3412 | fi | |
252b5132 RH |
3413 | fi |
3414 | fi | |
3415 | done | |
979273e3 NN |
3416 | done |
3417 | ;; | |
3418 | esac | |
81ecdfbb RW |
3419 | |
3420 | done | |
3421 | IFS=$as_save_IFS | |
979273e3 | 3422 | |
58c85be7 | 3423 | rm -rf conftest.one conftest.two conftest.dir |
252b5132 RH |
3424 | |
3425 | fi | |
3426 | if test "${ac_cv_path_install+set}" = set; then | |
979273e3 | 3427 | INSTALL=$ac_cv_path_install |
252b5132 | 3428 | else |
58c85be7 RW |
3429 | # As a last resort, use the slow shell script. Don't cache a |
3430 | # value for INSTALL within a source directory, because that will | |
252b5132 | 3431 | # break other packages using the cache if that directory is |
58c85be7 | 3432 | # removed, or if the value is a relative name. |
979273e3 | 3433 | INSTALL=$ac_install_sh |
252b5132 RH |
3434 | fi |
3435 | fi | |
81ecdfbb RW |
3436 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 |
3437 | $as_echo "$INSTALL" >&6; } | |
252b5132 RH |
3438 | |
3439 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
3440 | # It thinks the first close brace ends the variable substitution. | |
3441 | test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
3442 | ||
979273e3 | 3443 | test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' |
252b5132 RH |
3444 | |
3445 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | |
3446 | ||
81ecdfbb RW |
3447 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 |
3448 | $as_echo_n "checking whether build environment is sane... " >&6; } | |
252b5132 RH |
3449 | # Just in case |
3450 | sleep 1 | |
8ae85421 | 3451 | echo timestamp > conftest.file |
81ecdfbb RW |
3452 | # Reject unsafe characters in $srcdir or the absolute working directory |
3453 | # name. Accept space and tab only in the latter. | |
3454 | am_lf=' | |
3455 | ' | |
3456 | case `pwd` in | |
3457 | *[\\\"\#\$\&\'\`$am_lf]*) | |
3458 | as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; | |
3459 | esac | |
3460 | case $srcdir in | |
3461 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) | |
3462 | as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; | |
3463 | esac | |
3464 | ||
252b5132 RH |
3465 | # Do `set' in a subshell so we don't clobber the current shell's |
3466 | # arguments. Must try -L first in case configure is actually a | |
3467 | # symlink; some systems play weird games with the mod time of symlinks | |
3468 | # (eg FreeBSD returns the mod time of the symlink's containing | |
3469 | # directory). | |
3470 | if ( | |
81ecdfbb | 3471 | set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
252b5132 RH |
3472 | if test "$*" = "X"; then |
3473 | # -L didn't work. | |
81ecdfbb | 3474 | set X `ls -t "$srcdir/configure" conftest.file` |
252b5132 | 3475 | fi |
8ae85421 AM |
3476 | rm -f conftest.file |
3477 | if test "$*" != "X $srcdir/configure conftest.file" \ | |
3478 | && test "$*" != "X conftest.file $srcdir/configure"; then | |
252b5132 RH |
3479 | |
3480 | # If neither matched, then we have a broken ls. This can happen | |
3481 | # if, for instance, CONFIG_SHELL is bash and it inherits a | |
3482 | # broken ls alias from the environment. This has actually | |
3483 | # happened. Such a system could not be considered "sane". | |
81ecdfbb RW |
3484 | as_fn_error "ls -t appears to fail. Make sure there is not a broken |
3485 | alias in your environment" "$LINENO" 5 | |
252b5132 RH |
3486 | fi |
3487 | ||
8ae85421 | 3488 | test "$2" = conftest.file |
252b5132 RH |
3489 | ) |
3490 | then | |
3491 | # Ok. | |
3492 | : | |
3493 | else | |
81ecdfbb RW |
3494 | as_fn_error "newly created file is older than distributed files! |
3495 | Check your system clock" "$LINENO" 5 | |
252b5132 | 3496 | fi |
81ecdfbb RW |
3497 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
3498 | $as_echo "yes" >&6; } | |
252b5132 | 3499 | test "$program_prefix" != NONE && |
81ecdfbb | 3500 | program_transform_name="s&^&$program_prefix&;$program_transform_name" |
252b5132 RH |
3501 | # Use a double $ so make ignores it. |
3502 | test "$program_suffix" != NONE && | |
81ecdfbb RW |
3503 | program_transform_name="s&\$&$program_suffix&;$program_transform_name" |
3504 | # Double any \ or $. | |
979273e3 | 3505 | # By default was `s,x,x', remove it if useless. |
81ecdfbb RW |
3506 | ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' |
3507 | program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` | |
979273e3 | 3508 | |
8ae85421 AM |
3509 | # expand $ac_aux_dir to an absolute path |
3510 | am_aux_dir=`cd $ac_aux_dir && pwd` | |
3511 | ||
81ecdfbb RW |
3512 | if test x"${MISSING+set}" != xset; then |
3513 | case $am_aux_dir in | |
3514 | *\ * | *\ *) | |
3515 | MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; | |
3516 | *) | |
3517 | MISSING="\${SHELL} $am_aux_dir/missing" ;; | |
3518 | esac | |
3519 | fi | |
8ae85421 AM |
3520 | # Use eval to expand $SHELL |
3521 | if eval "$MISSING --run true"; then | |
3522 | am_missing_run="$MISSING --run " | |
3523 | else | |
3524 | am_missing_run= | |
81ecdfbb RW |
3525 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 |
3526 | $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} | |
3527 | fi | |
3528 | ||
3529 | if test x"${install_sh}" != xset; then | |
3530 | case $am_aux_dir in | |
3531 | *\ * | *\ *) | |
3532 | install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; | |
3533 | *) | |
3534 | install_sh="\${SHELL} $am_aux_dir/install-sh" | |
3535 | esac | |
3536 | fi | |
3537 | ||
3538 | # Installed binaries are usually stripped using `strip' when the user | |
3539 | # run `make install-strip'. However `strip' might not be the right | |
3540 | # tool to use in cross-compilation environments, therefore Automake | |
3541 | # will honor the `STRIP' environment variable to overrule this program. | |
3542 | if test "$cross_compiling" != no; then | |
3543 | if test -n "$ac_tool_prefix"; then | |
3544 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | |
3545 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | |
3546 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
3547 | $as_echo_n "checking for $ac_word... " >&6; } | |
3548 | if test "${ac_cv_prog_STRIP+set}" = set; then : | |
3549 | $as_echo_n "(cached) " >&6 | |
3550 | else | |
3551 | if test -n "$STRIP"; then | |
3552 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
3553 | else | |
3554 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3555 | for as_dir in $PATH | |
3556 | do | |
3557 | IFS=$as_save_IFS | |
3558 | test -z "$as_dir" && as_dir=. | |
3559 | for ac_exec_ext in '' $ac_executable_extensions; do | |
3560 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
3561 | ac_cv_prog_STRIP="${ac_tool_prefix}strip" | |
3562 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
3563 | break 2 | |
3564 | fi | |
3565 | done | |
3566 | done | |
3567 | IFS=$as_save_IFS | |
3568 | ||
3569 | fi | |
3570 | fi | |
3571 | STRIP=$ac_cv_prog_STRIP | |
3572 | if test -n "$STRIP"; then | |
3573 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 | |
3574 | $as_echo "$STRIP" >&6; } | |
3575 | else | |
3576 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
3577 | $as_echo "no" >&6; } | |
3578 | fi | |
3579 | ||
3580 | ||
3581 | fi | |
3582 | if test -z "$ac_cv_prog_STRIP"; then | |
3583 | ac_ct_STRIP=$STRIP | |
3584 | # Extract the first word of "strip", so it can be a program name with args. | |
3585 | set dummy strip; ac_word=$2 | |
3586 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
3587 | $as_echo_n "checking for $ac_word... " >&6; } | |
3588 | if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : | |
3589 | $as_echo_n "(cached) " >&6 | |
3590 | else | |
3591 | if test -n "$ac_ct_STRIP"; then | |
3592 | ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. | |
3593 | else | |
3594 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3595 | for as_dir in $PATH | |
3596 | do | |
3597 | IFS=$as_save_IFS | |
3598 | test -z "$as_dir" && as_dir=. | |
3599 | for ac_exec_ext in '' $ac_executable_extensions; do | |
3600 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
3601 | ac_cv_prog_ac_ct_STRIP="strip" | |
3602 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
3603 | break 2 | |
3604 | fi | |
3605 | done | |
8ae85421 | 3606 | done |
81ecdfbb RW |
3607 | IFS=$as_save_IFS |
3608 | ||
3609 | fi | |
3610 | fi | |
3611 | ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP | |
3612 | if test -n "$ac_ct_STRIP"; then | |
3613 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 | |
3614 | $as_echo "$ac_ct_STRIP" >&6; } | |
3615 | else | |
3616 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
3617 | $as_echo "no" >&6; } | |
3618 | fi | |
3619 | ||
3620 | if test "x$ac_ct_STRIP" = x; then | |
3621 | STRIP=":" | |
3622 | else | |
3623 | case $cross_compiling:$ac_tool_warned in | |
3624 | yes:) | |
3625 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
3626 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
3627 | ac_tool_warned=yes ;; | |
3628 | esac | |
3629 | STRIP=$ac_ct_STRIP | |
3630 | fi | |
3631 | else | |
3632 | STRIP="$ac_cv_prog_STRIP" | |
3633 | fi | |
3634 | ||
3635 | fi | |
3636 | INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" | |
3637 | ||
3638 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 | |
3639 | $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } | |
3640 | if test -z "$MKDIR_P"; then | |
3641 | if test "${ac_cv_path_mkdir+set}" = set; then : | |
3642 | $as_echo_n "(cached) " >&6 | |
3643 | else | |
3644 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3645 | for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin | |
3646 | do | |
3647 | IFS=$as_save_IFS | |
3648 | test -z "$as_dir" && as_dir=. | |
3649 | for ac_prog in mkdir gmkdir; do | |
3650 | for ac_exec_ext in '' $ac_executable_extensions; do | |
3651 | { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue | |
3652 | case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( | |
3653 | 'mkdir (GNU coreutils) '* | \ | |
3654 | 'mkdir (coreutils) '* | \ | |
3655 | 'mkdir (fileutils) '4.1*) | |
3656 | ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext | |
3657 | break 3;; | |
3658 | esac | |
3659 | done | |
3660 | done | |
3661 | done | |
3662 | IFS=$as_save_IFS | |
3663 | ||
3664 | fi | |
3665 | ||
3666 | if test "${ac_cv_path_mkdir+set}" = set; then | |
3667 | MKDIR_P="$ac_cv_path_mkdir -p" | |
8ae85421 | 3668 | else |
81ecdfbb RW |
3669 | # As a last resort, use the slow shell script. Don't cache a |
3670 | # value for MKDIR_P within a source directory, because that will | |
3671 | # break other packages using the cache if that directory is | |
3672 | # removed, or if the value is a relative name. | |
3673 | test -d ./--version && rmdir ./--version | |
3674 | MKDIR_P="$ac_install_sh -d" | |
8ae85421 AM |
3675 | fi |
3676 | fi | |
81ecdfbb RW |
3677 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 |
3678 | $as_echo "$MKDIR_P" >&6; } | |
3679 | ||
3680 | mkdir_p="$MKDIR_P" | |
3681 | case $mkdir_p in | |
3682 | [\\/$]* | ?:[\\/]*) ;; | |
3683 | */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; | |
3684 | esac | |
8ae85421 AM |
3685 | |
3686 | for ac_prog in gawk mawk nawk awk | |
3687 | do | |
3688 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
3689 | set dummy $ac_prog; ac_word=$2 | |
81ecdfbb RW |
3690 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3691 | $as_echo_n "checking for $ac_word... " >&6; } | |
3692 | if test "${ac_cv_prog_AWK+set}" = set; then : | |
3693 | $as_echo_n "(cached) " >&6 | |
8ae85421 AM |
3694 | else |
3695 | if test -n "$AWK"; then | |
3696 | ac_cv_prog_AWK="$AWK" # Let the user override the test. | |
3697 | else | |
3698 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3699 | for as_dir in $PATH | |
3700 | do | |
3701 | IFS=$as_save_IFS | |
3702 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
3703 | for ac_exec_ext in '' $ac_executable_extensions; do |
3704 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
8ae85421 | 3705 | ac_cv_prog_AWK="$ac_prog" |
81ecdfbb | 3706 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
8ae85421 AM |
3707 | break 2 |
3708 | fi | |
3709 | done | |
81ecdfbb RW |
3710 | done |
3711 | IFS=$as_save_IFS | |
8ae85421 AM |
3712 | |
3713 | fi | |
3714 | fi | |
3715 | AWK=$ac_cv_prog_AWK | |
3716 | if test -n "$AWK"; then | |
81ecdfbb RW |
3717 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 |
3718 | $as_echo "$AWK" >&6; } | |
8ae85421 | 3719 | else |
81ecdfbb RW |
3720 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3721 | $as_echo "no" >&6; } | |
8ae85421 AM |
3722 | fi |
3723 | ||
81ecdfbb | 3724 | |
8ae85421 AM |
3725 | test -n "$AWK" && break |
3726 | done | |
3727 | ||
81ecdfbb RW |
3728 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
3729 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } | |
3730 | set x ${MAKE-make} | |
3731 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | |
3732 | if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : | |
3733 | $as_echo_n "(cached) " >&6 | |
979273e3 NN |
3734 | else |
3735 | cat >conftest.make <<\_ACEOF | |
81ecdfbb | 3736 | SHELL = /bin/sh |
252b5132 | 3737 | all: |
81ecdfbb | 3738 | @echo '@@@%%%=$(MAKE)=@@@%%%' |
979273e3 | 3739 | _ACEOF |
252b5132 | 3740 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
81ecdfbb RW |
3741 | case `${MAKE-make} -f conftest.make 2>/dev/null` in |
3742 | *@@@%%%=?*=@@@%%%*) | |
3743 | eval ac_cv_prog_make_${ac_make}_set=yes;; | |
3744 | *) | |
3745 | eval ac_cv_prog_make_${ac_make}_set=no;; | |
3746 | esac | |
979273e3 | 3747 | rm -f conftest.make |
252b5132 | 3748 | fi |
81ecdfbb RW |
3749 | if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then |
3750 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
3751 | $as_echo "yes" >&6; } | |
252b5132 RH |
3752 | SET_MAKE= |
3753 | else | |
81ecdfbb RW |
3754 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3755 | $as_echo "no" >&6; } | |
252b5132 RH |
3756 | SET_MAKE="MAKE=${MAKE-make}" |
3757 | fi | |
3758 | ||
8ae85421 AM |
3759 | rm -rf .tst 2>/dev/null |
3760 | mkdir .tst 2>/dev/null | |
3761 | if test -d .tst; then | |
3762 | am__leading_dot=. | |
3763 | else | |
3764 | am__leading_dot=_ | |
3765 | fi | |
3766 | rmdir .tst 2>/dev/null | |
3767 | ||
3768 | DEPDIR="${am__leading_dot}deps" | |
3769 | ||
81ecdfbb | 3770 | ac_config_commands="$ac_config_commands depfiles" |
8ae85421 AM |
3771 | |
3772 | ||
3773 | am_make=${MAKE-make} | |
3774 | cat > confinc << 'END' | |
3775 | am__doit: | |
81ecdfbb | 3776 | @echo this is the am__doit target |
8ae85421 AM |
3777 | .PHONY: am__doit |
3778 | END | |
3779 | # If we don't find an include directive, just comment out the code. | |
81ecdfbb RW |
3780 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 |
3781 | $as_echo_n "checking for style of include used by $am_make... " >&6; } | |
8ae85421 AM |
3782 | am__include="#" |
3783 | am__quote= | |
3784 | _am_result=none | |
3785 | # First try GNU make style include. | |
3786 | echo "include confinc" > confmf | |
81ecdfbb RW |
3787 | # Ignore all kinds of additional output from `make'. |
3788 | case `$am_make -s -f confmf 2> /dev/null` in #( | |
3789 | *the\ am__doit\ target*) | |
3790 | am__include=include | |
3791 | am__quote= | |
3792 | _am_result=GNU | |
3793 | ;; | |
3794 | esac | |
8ae85421 AM |
3795 | # Now try BSD make style include. |
3796 | if test "$am__include" = "#"; then | |
3797 | echo '.include "confinc"' > confmf | |
81ecdfbb RW |
3798 | case `$am_make -s -f confmf 2> /dev/null` in #( |
3799 | *the\ am__doit\ target*) | |
3800 | am__include=.include | |
3801 | am__quote="\"" | |
3802 | _am_result=BSD | |
3803 | ;; | |
3804 | esac | |
8ae85421 AM |
3805 | fi |
3806 | ||
3807 | ||
81ecdfbb RW |
3808 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 |
3809 | $as_echo "$_am_result" >&6; } | |
8ae85421 AM |
3810 | rm -f confinc confmf |
3811 | ||
81ecdfbb RW |
3812 | # Check whether --enable-dependency-tracking was given. |
3813 | if test "${enable_dependency_tracking+set}" = set; then : | |
3814 | enableval=$enable_dependency_tracking; | |
3815 | fi | |
8ae85421 | 3816 | |
8ae85421 AM |
3817 | if test "x$enable_dependency_tracking" != xno; then |
3818 | am_depcomp="$ac_aux_dir/depcomp" | |
3819 | AMDEPBACKSLASH='\' | |
3820 | fi | |
81ecdfbb | 3821 | if test "x$enable_dependency_tracking" != xno; then |
8ae85421 AM |
3822 | AMDEP_TRUE= |
3823 | AMDEP_FALSE='#' | |
3824 | else | |
3825 | AMDEP_TRUE='#' | |
3826 | AMDEP_FALSE= | |
3827 | fi | |
252b5132 | 3828 | |
252b5132 | 3829 | |
81ecdfbb RW |
3830 | if test "`cd $srcdir && pwd`" != "`pwd`"; then |
3831 | # Use -I$(srcdir) only when $(srcdir) != ., so that make's output | |
3832 | # is not polluted with repeated "-I." | |
3833 | am__isrc=' -I$(srcdir)' | |
3834 | # test to see if srcdir already configured | |
3835 | if test -f $srcdir/config.status; then | |
3836 | as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 | |
3837 | fi | |
252b5132 | 3838 | fi |
979273e3 | 3839 | |
8ae85421 AM |
3840 | # test whether we have cygpath |
3841 | if test -z "$CYGPATH_W"; then | |
3842 | if (cygpath --version) >/dev/null 2>/dev/null; then | |
3843 | CYGPATH_W='cygpath -w' | |
3844 | else | |
3845 | CYGPATH_W=echo | |
3846 | fi | |
3847 | fi | |
3848 | ||
3849 | ||
3850 | # Define the identity of the package. | |
3851 | PACKAGE=opcodes | |
3852 | VERSION=${BFD_VERSION} | |
3853 | ||
3854 | ||
979273e3 | 3855 | cat >>confdefs.h <<_ACEOF |
252b5132 | 3856 | #define PACKAGE "$PACKAGE" |
979273e3 | 3857 | _ACEOF |
252b5132 | 3858 | |
979273e3 NN |
3859 | |
3860 | cat >>confdefs.h <<_ACEOF | |
252b5132 | 3861 | #define VERSION "$VERSION" |
979273e3 | 3862 | _ACEOF |
252b5132 | 3863 | |
8ae85421 | 3864 | # Some tools Automake needs. |
252b5132 | 3865 | |
8ae85421 | 3866 | ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} |
252b5132 | 3867 | |
8ae85421 AM |
3868 | |
3869 | AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} | |
3870 | ||
3871 | ||
3872 | AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} | |
3873 | ||
3874 | ||
3875 | AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} | |
3876 | ||
3877 | ||
3878 | MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} | |
3879 | ||
8ae85421 AM |
3880 | # We need awk for the "check" target. The system "awk" is bad on |
3881 | # some platforms. | |
3882 | # Always define AMTAR for backward compatibility. | |
3883 | ||
3884 | AMTAR=${AMTAR-"${am_missing_run}tar"} | |
3885 | ||
3886 | am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' | |
3887 | ||
3888 | ||
3889 | ||
3890 | ||
3891 | depcc="$CC" am_compiler_list= | |
3892 | ||
81ecdfbb RW |
3893 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 |
3894 | $as_echo_n "checking dependency style of $depcc... " >&6; } | |
3895 | if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : | |
3896 | $as_echo_n "(cached) " >&6 | |
252b5132 | 3897 | else |
8ae85421 AM |
3898 | if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
3899 | # We make a subdir and do the tests there. Otherwise we can end up | |
3900 | # making bogus files that we don't know about and never remove. For | |
3901 | # instance it was reported that on HP-UX the gcc test will end up | |
3902 | # making a dummy file named `D' -- because `-MD' means `put the output | |
3903 | # in D'. | |
3904 | mkdir conftest.dir | |
3905 | # Copy depcomp to subdir because otherwise we won't find it if we're | |
3906 | # using a relative directory. | |
3907 | cp "$am_depcomp" conftest.dir | |
3908 | cd conftest.dir | |
3909 | # We will build objects and dependencies in a subdirectory because | |
3910 | # it helps to detect inapplicable dependency modes. For instance | |
3911 | # both Tru64's cc and ICC support -MD to output dependencies as a | |
3912 | # side effect of compilation, but ICC will put the dependencies in | |
3913 | # the current directory while Tru64 will put them in the object | |
3914 | # directory. | |
3915 | mkdir sub | |
3916 | ||
3917 | am_cv_CC_dependencies_compiler_type=none | |
3918 | if test "$am_compiler_list" = ""; then | |
3919 | am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` | |
3920 | fi | |
81ecdfbb RW |
3921 | am__universal=false |
3922 | case " $depcc " in #( | |
3923 | *\ -arch\ *\ -arch\ *) am__universal=true ;; | |
3924 | esac | |
3925 | ||
8ae85421 AM |
3926 | for depmode in $am_compiler_list; do |
3927 | # Setup a source with many dependencies, because some compilers | |
3928 | # like to wrap large dependency lists on column 80 (with \), and | |
3929 | # we should not choose a depcomp mode which is confused by this. | |
3930 | # | |
3931 | # We need to recreate these files for each test, as the compiler may | |
3932 | # overwrite some of them when testing with obscure command lines. | |
3933 | # This happens at least with the AIX C compiler. | |
3934 | : > sub/conftest.c | |
3935 | for i in 1 2 3 4 5 6; do | |
3936 | echo '#include "conftst'$i'.h"' >> sub/conftest.c | |
3937 | # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with | |
3938 | # Solaris 8's {/usr,}/bin/sh. | |
3939 | touch sub/conftst$i.h | |
3940 | done | |
3941 | echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf | |
3942 | ||
81ecdfbb RW |
3943 | # We check with `-c' and `-o' for the sake of the "dashmstdout" |
3944 | # mode. It turns out that the SunPro C++ compiler does not properly | |
3945 | # handle `-M -o', and we need to detect this. Also, some Intel | |
3946 | # versions had trouble with output in subdirs | |
3947 | am__obj=sub/conftest.${OBJEXT-o} | |
3948 | am__minus_obj="-o $am__obj" | |
8ae85421 | 3949 | case $depmode in |
81ecdfbb RW |
3950 | gcc) |
3951 | # This depmode causes a compiler race in universal mode. | |
3952 | test "$am__universal" = false || continue | |
3953 | ;; | |
8ae85421 AM |
3954 | nosideeffect) |
3955 | # after this tag, mechanisms are not by side-effect, so they'll | |
3956 | # only be used when explicitly requested | |
3957 | if test "x$enable_dependency_tracking" = xyes; then | |
3958 | continue | |
3959 | else | |
3960 | break | |
3961 | fi | |
3962 | ;; | |
81ecdfbb RW |
3963 | msvisualcpp | msvcmsys) |
3964 | # This compiler won't grok `-c -o', but also, the minuso test has | |
3965 | # not run yet. These depmodes are late enough in the game, and | |
3966 | # so weak that their functioning should not be impacted. | |
3967 | am__obj=conftest.${OBJEXT-o} | |
3968 | am__minus_obj= | |
3969 | ;; | |
8ae85421 AM |
3970 | none) break ;; |
3971 | esac | |
8ae85421 | 3972 | if depmode=$depmode \ |
81ecdfbb | 3973 | source=sub/conftest.c object=$am__obj \ |
8ae85421 | 3974 | depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ |
81ecdfbb | 3975 | $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ |
8ae85421 | 3976 | >/dev/null 2>conftest.err && |
81ecdfbb | 3977 | grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && |
8ae85421 | 3978 | grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && |
81ecdfbb | 3979 | grep $am__obj sub/conftest.Po > /dev/null 2>&1 && |
8ae85421 AM |
3980 | ${MAKE-make} -s -f confmf > /dev/null 2>&1; then |
3981 | # icc doesn't choke on unknown options, it will just issue warnings | |
3982 | # or remarks (even with -Werror). So we grep stderr for any message | |
3983 | # that says an option was ignored or not supported. | |
3984 | # When given -MP, icc 7.0 and 7.1 complain thusly: | |
3985 | # icc: Command line warning: ignoring option '-M'; no argument required | |
3986 | # The diagnosis changed in icc 8.0: | |
3987 | # icc: Command line remark: option '-MP' not supported | |
3988 | if (grep 'ignoring option' conftest.err || | |
3989 | grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else | |
3990 | am_cv_CC_dependencies_compiler_type=$depmode | |
3991 | break | |
3992 | fi | |
3993 | fi | |
3994 | done | |
3995 | ||
3996 | cd .. | |
3997 | rm -rf conftest.dir | |
3998 | else | |
3999 | am_cv_CC_dependencies_compiler_type=none | |
4000 | fi | |
4001 | ||
252b5132 | 4002 | fi |
81ecdfbb RW |
4003 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 |
4004 | $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } | |
8ae85421 AM |
4005 | CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type |
4006 | ||
81ecdfbb | 4007 | if |
8ae85421 AM |
4008 | test "x$enable_dependency_tracking" != xno \ |
4009 | && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then | |
4010 | am__fastdepCC_TRUE= | |
4011 | am__fastdepCC_FALSE='#' | |
252b5132 | 4012 | else |
8ae85421 AM |
4013 | am__fastdepCC_TRUE='#' |
4014 | am__fastdepCC_FALSE= | |
252b5132 RH |
4015 | fi |
4016 | ||
4017 | ||
4018 | ||
8ae85421 | 4019 | |
dabbade6 L |
4020 | ac_ext=c |
4021 | ac_cpp='$CPP $CPPFLAGS' | |
4022 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
4023 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
4024 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
979273e3 | 4025 | if test -n "$ac_tool_prefix"; then |
dabbade6 L |
4026 | # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. |
4027 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 | |
81ecdfbb RW |
4028 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4029 | $as_echo_n "checking for $ac_word... " >&6; } | |
4030 | if test "${ac_cv_prog_CC+set}" = set; then : | |
4031 | $as_echo_n "(cached) " >&6 | |
252b5132 | 4032 | else |
dabbade6 L |
4033 | if test -n "$CC"; then |
4034 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
252b5132 | 4035 | else |
979273e3 NN |
4036 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4037 | for as_dir in $PATH | |
4038 | do | |
4039 | IFS=$as_save_IFS | |
4040 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4041 | for ac_exec_ext in '' $ac_executable_extensions; do |
4042 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
dabbade6 | 4043 | ac_cv_prog_CC="${ac_tool_prefix}gcc" |
81ecdfbb | 4044 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
979273e3 NN |
4045 | break 2 |
4046 | fi | |
4047 | done | |
81ecdfbb RW |
4048 | done |
4049 | IFS=$as_save_IFS | |
979273e3 | 4050 | |
252b5132 RH |
4051 | fi |
4052 | fi | |
dabbade6 L |
4053 | CC=$ac_cv_prog_CC |
4054 | if test -n "$CC"; then | |
81ecdfbb RW |
4055 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
4056 | $as_echo "$CC" >&6; } | |
252b5132 | 4057 | else |
81ecdfbb RW |
4058 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4059 | $as_echo "no" >&6; } | |
979273e3 NN |
4060 | fi |
4061 | ||
81ecdfbb | 4062 | |
252b5132 | 4063 | fi |
dabbade6 L |
4064 | if test -z "$ac_cv_prog_CC"; then |
4065 | ac_ct_CC=$CC | |
4066 | # Extract the first word of "gcc", so it can be a program name with args. | |
4067 | set dummy gcc; ac_word=$2 | |
81ecdfbb RW |
4068 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4069 | $as_echo_n "checking for $ac_word... " >&6; } | |
4070 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | |
4071 | $as_echo_n "(cached) " >&6 | |
979273e3 | 4072 | else |
dabbade6 L |
4073 | if test -n "$ac_ct_CC"; then |
4074 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
979273e3 NN |
4075 | else |
4076 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4077 | for as_dir in $PATH | |
4078 | do | |
4079 | IFS=$as_save_IFS | |
4080 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4081 | for ac_exec_ext in '' $ac_executable_extensions; do |
4082 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
dabbade6 | 4083 | ac_cv_prog_ac_ct_CC="gcc" |
81ecdfbb | 4084 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
979273e3 NN |
4085 | break 2 |
4086 | fi | |
4087 | done | |
81ecdfbb RW |
4088 | done |
4089 | IFS=$as_save_IFS | |
252b5132 | 4090 | |
979273e3 NN |
4091 | fi |
4092 | fi | |
dabbade6 L |
4093 | ac_ct_CC=$ac_cv_prog_ac_ct_CC |
4094 | if test -n "$ac_ct_CC"; then | |
81ecdfbb RW |
4095 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
4096 | $as_echo "$ac_ct_CC" >&6; } | |
979273e3 | 4097 | else |
81ecdfbb RW |
4098 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4099 | $as_echo "no" >&6; } | |
979273e3 | 4100 | fi |
252b5132 | 4101 | |
81ecdfbb RW |
4102 | if test "x$ac_ct_CC" = x; then |
4103 | CC="" | |
4104 | else | |
4105 | case $cross_compiling:$ac_tool_warned in | |
4106 | yes:) | |
4107 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
4108 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
4109 | ac_tool_warned=yes ;; | |
4110 | esac | |
4111 | CC=$ac_ct_CC | |
4112 | fi | |
979273e3 | 4113 | else |
dabbade6 | 4114 | CC="$ac_cv_prog_CC" |
979273e3 | 4115 | fi |
252b5132 | 4116 | |
dabbade6 | 4117 | if test -z "$CC"; then |
81ecdfbb RW |
4118 | if test -n "$ac_tool_prefix"; then |
4119 | # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | |
dabbade6 | 4120 | set dummy ${ac_tool_prefix}cc; ac_word=$2 |
81ecdfbb RW |
4121 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4122 | $as_echo_n "checking for $ac_word... " >&6; } | |
4123 | if test "${ac_cv_prog_CC+set}" = set; then : | |
4124 | $as_echo_n "(cached) " >&6 | |
252b5132 | 4125 | else |
dabbade6 L |
4126 | if test -n "$CC"; then |
4127 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
252b5132 | 4128 | else |
979273e3 NN |
4129 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4130 | for as_dir in $PATH | |
4131 | do | |
4132 | IFS=$as_save_IFS | |
4133 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4134 | for ac_exec_ext in '' $ac_executable_extensions; do |
4135 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
dabbade6 | 4136 | ac_cv_prog_CC="${ac_tool_prefix}cc" |
81ecdfbb | 4137 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
979273e3 NN |
4138 | break 2 |
4139 | fi | |
4140 | done | |
81ecdfbb RW |
4141 | done |
4142 | IFS=$as_save_IFS | |
979273e3 | 4143 | |
252b5132 RH |
4144 | fi |
4145 | fi | |
dabbade6 L |
4146 | CC=$ac_cv_prog_CC |
4147 | if test -n "$CC"; then | |
81ecdfbb RW |
4148 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
4149 | $as_echo "$CC" >&6; } | |
252b5132 | 4150 | else |
81ecdfbb RW |
4151 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4152 | $as_echo "no" >&6; } | |
252b5132 RH |
4153 | fi |
4154 | ||
252b5132 | 4155 | |
81ecdfbb | 4156 | fi |
dabbade6 L |
4157 | fi |
4158 | if test -z "$CC"; then | |
4159 | # Extract the first word of "cc", so it can be a program name with args. | |
4160 | set dummy cc; ac_word=$2 | |
81ecdfbb RW |
4161 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4162 | $as_echo_n "checking for $ac_word... " >&6; } | |
4163 | if test "${ac_cv_prog_CC+set}" = set; then : | |
4164 | $as_echo_n "(cached) " >&6 | |
dabbade6 L |
4165 | else |
4166 | if test -n "$CC"; then | |
4167 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
4168 | else | |
4169 | ac_prog_rejected=no | |
4170 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4171 | for as_dir in $PATH | |
4172 | do | |
4173 | IFS=$as_save_IFS | |
4174 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4175 | for ac_exec_ext in '' $ac_executable_extensions; do |
4176 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
dabbade6 L |
4177 | if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
4178 | ac_prog_rejected=yes | |
4179 | continue | |
4180 | fi | |
4181 | ac_cv_prog_CC="cc" | |
81ecdfbb | 4182 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
dabbade6 L |
4183 | break 2 |
4184 | fi | |
4185 | done | |
81ecdfbb RW |
4186 | done |
4187 | IFS=$as_save_IFS | |
252b5132 | 4188 | |
dabbade6 L |
4189 | if test $ac_prog_rejected = yes; then |
4190 | # We found a bogon in the path, so make sure we never use it. | |
4191 | set dummy $ac_cv_prog_CC | |
4192 | shift | |
4193 | if test $# != 0; then | |
4194 | # We chose a different compiler from the bogus one. | |
4195 | # However, it has the same basename, so the bogon will be chosen | |
4196 | # first if we set CC to just the basename; use the full file name. | |
4197 | shift | |
4198 | ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" | |
4199 | fi | |
4200 | fi | |
4201 | fi | |
4202 | fi | |
4203 | CC=$ac_cv_prog_CC | |
4204 | if test -n "$CC"; then | |
81ecdfbb RW |
4205 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
4206 | $as_echo "$CC" >&6; } | |
252b5132 | 4207 | else |
81ecdfbb RW |
4208 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4209 | $as_echo "no" >&6; } | |
dabbade6 | 4210 | fi |
252b5132 | 4211 | |
81ecdfbb | 4212 | |
dabbade6 L |
4213 | fi |
4214 | if test -z "$CC"; then | |
4215 | if test -n "$ac_tool_prefix"; then | |
81ecdfbb | 4216 | for ac_prog in cl.exe |
dabbade6 L |
4217 | do |
4218 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
4219 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
81ecdfbb RW |
4220 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4221 | $as_echo_n "checking for $ac_word... " >&6; } | |
4222 | if test "${ac_cv_prog_CC+set}" = set; then : | |
4223 | $as_echo_n "(cached) " >&6 | |
dabbade6 L |
4224 | else |
4225 | if test -n "$CC"; then | |
4226 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
4227 | else | |
4228 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4229 | for as_dir in $PATH | |
4230 | do | |
4231 | IFS=$as_save_IFS | |
4232 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4233 | for ac_exec_ext in '' $ac_executable_extensions; do |
4234 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
dabbade6 | 4235 | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
81ecdfbb | 4236 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
dabbade6 L |
4237 | break 2 |
4238 | fi | |
4239 | done | |
81ecdfbb RW |
4240 | done |
4241 | IFS=$as_save_IFS | |
d7040cdb | 4242 | |
dabbade6 L |
4243 | fi |
4244 | fi | |
4245 | CC=$ac_cv_prog_CC | |
4246 | if test -n "$CC"; then | |
81ecdfbb RW |
4247 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
4248 | $as_echo "$CC" >&6; } | |
dabbade6 | 4249 | else |
81ecdfbb RW |
4250 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4251 | $as_echo "no" >&6; } | |
dabbade6 | 4252 | fi |
d7040cdb | 4253 | |
81ecdfbb | 4254 | |
dabbade6 L |
4255 | test -n "$CC" && break |
4256 | done | |
4257 | fi | |
4258 | if test -z "$CC"; then | |
4259 | ac_ct_CC=$CC | |
81ecdfbb | 4260 | for ac_prog in cl.exe |
dabbade6 L |
4261 | do |
4262 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
4263 | set dummy $ac_prog; ac_word=$2 | |
81ecdfbb RW |
4264 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4265 | $as_echo_n "checking for $ac_word... " >&6; } | |
4266 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | |
4267 | $as_echo_n "(cached) " >&6 | |
dabbade6 L |
4268 | else |
4269 | if test -n "$ac_ct_CC"; then | |
4270 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
4271 | else | |
4272 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4273 | for as_dir in $PATH | |
4274 | do | |
4275 | IFS=$as_save_IFS | |
4276 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4277 | for ac_exec_ext in '' $ac_executable_extensions; do |
4278 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
dabbade6 | 4279 | ac_cv_prog_ac_ct_CC="$ac_prog" |
81ecdfbb | 4280 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
dabbade6 L |
4281 | break 2 |
4282 | fi | |
4283 | done | |
81ecdfbb RW |
4284 | done |
4285 | IFS=$as_save_IFS | |
d7040cdb | 4286 | |
dabbade6 L |
4287 | fi |
4288 | fi | |
4289 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
4290 | if test -n "$ac_ct_CC"; then | |
81ecdfbb RW |
4291 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
4292 | $as_echo "$ac_ct_CC" >&6; } | |
dabbade6 | 4293 | else |
81ecdfbb RW |
4294 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4295 | $as_echo "no" >&6; } | |
dabbade6 | 4296 | fi |
d7040cdb | 4297 | |
81ecdfbb | 4298 | |
dabbade6 L |
4299 | test -n "$ac_ct_CC" && break |
4300 | done | |
d7040cdb | 4301 | |
81ecdfbb RW |
4302 | if test "x$ac_ct_CC" = x; then |
4303 | CC="" | |
4304 | else | |
4305 | case $cross_compiling:$ac_tool_warned in | |
4306 | yes:) | |
4307 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
4308 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
4309 | ac_tool_warned=yes ;; | |
4310 | esac | |
4311 | CC=$ac_ct_CC | |
4312 | fi | |
dabbade6 | 4313 | fi |
d7040cdb | 4314 | |
dabbade6 | 4315 | fi |
d7040cdb SE |
4316 | |
4317 | ||
81ecdfbb RW |
4318 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4319 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
4320 | as_fn_error "no acceptable C compiler found in \$PATH | |
4321 | See \`config.log' for more details." "$LINENO" 5; } | |
d7040cdb | 4322 | |
dabbade6 | 4323 | # Provide some information about the compiler. |
81ecdfbb RW |
4324 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
4325 | set X $ac_compile | |
4326 | ac_compiler=$2 | |
4327 | for ac_option in --version -v -V -qversion; do | |
4328 | { { ac_try="$ac_compiler $ac_option >&5" | |
4329 | case "(($ac_try" in | |
4330 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
4331 | *) ac_try_echo=$ac_try;; | |
4332 | esac | |
4333 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
4334 | $as_echo "$ac_try_echo"; } >&5 | |
4335 | (eval "$ac_compiler $ac_option >&5") 2>conftest.err | |
dabbade6 | 4336 | ac_status=$? |
81ecdfbb RW |
4337 | if test -s conftest.err; then |
4338 | sed '10a\ | |
4339 | ... rest of stderr output deleted ... | |
4340 | 10q' conftest.err >conftest.er1 | |
4341 | cat conftest.er1 >&5 | |
4342 | rm -f conftest.er1 conftest.err | |
4343 | fi | |
4344 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
4345 | test $ac_status = 0; } | |
4346 | done | |
d7040cdb | 4347 | |
81ecdfbb RW |
4348 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
4349 | $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } | |
4350 | if test "${ac_cv_c_compiler_gnu+set}" = set; then : | |
4351 | $as_echo_n "(cached) " >&6 | |
252b5132 | 4352 | else |
81ecdfbb | 4353 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
dabbade6 | 4354 | /* end confdefs.h. */ |
d7040cdb | 4355 | |
dabbade6 L |
4356 | int |
4357 | main () | |
4358 | { | |
4359 | #ifndef __GNUC__ | |
4360 | choke me | |
4361 | #endif | |
d7040cdb | 4362 | |
dabbade6 L |
4363 | ; |
4364 | return 0; | |
4365 | } | |
4366 | _ACEOF | |
81ecdfbb | 4367 | if ac_fn_c_try_compile "$LINENO"; then : |
dabbade6 | 4368 | ac_compiler_gnu=yes |
d7040cdb | 4369 | else |
81ecdfbb | 4370 | ac_compiler_gnu=no |
dabbade6 | 4371 | fi |
81ecdfbb | 4372 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
dabbade6 | 4373 | ac_cv_c_compiler_gnu=$ac_compiler_gnu |
d7040cdb | 4374 | |
dabbade6 | 4375 | fi |
81ecdfbb RW |
4376 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 |
4377 | $as_echo "$ac_cv_c_compiler_gnu" >&6; } | |
4378 | if test $ac_compiler_gnu = yes; then | |
4379 | GCC=yes | |
4380 | else | |
4381 | GCC= | |
4382 | fi | |
dabbade6 L |
4383 | ac_test_CFLAGS=${CFLAGS+set} |
4384 | ac_save_CFLAGS=$CFLAGS | |
81ecdfbb RW |
4385 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
4386 | $as_echo_n "checking whether $CC accepts -g... " >&6; } | |
4387 | if test "${ac_cv_prog_cc_g+set}" = set; then : | |
4388 | $as_echo_n "(cached) " >&6 | |
4389 | else | |
4390 | ac_save_c_werror_flag=$ac_c_werror_flag | |
4391 | ac_c_werror_flag=yes | |
4392 | ac_cv_prog_cc_g=no | |
4393 | CFLAGS="-g" | |
4394 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
dabbade6 | 4395 | /* end confdefs.h. */ |
d7040cdb | 4396 | |
dabbade6 L |
4397 | int |
4398 | main () | |
4399 | { | |
d7040cdb | 4400 | |
dabbade6 L |
4401 | ; |
4402 | return 0; | |
4403 | } | |
4404 | _ACEOF | |
81ecdfbb | 4405 | if ac_fn_c_try_compile "$LINENO"; then : |
dabbade6 L |
4406 | ac_cv_prog_cc_g=yes |
4407 | else | |
81ecdfbb RW |
4408 | CFLAGS="" |
4409 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
4410 | /* end confdefs.h. */ | |
d7040cdb | 4411 | |
81ecdfbb RW |
4412 | int |
4413 | main () | |
4414 | { | |
4415 | ||
4416 | ; | |
4417 | return 0; | |
4418 | } | |
4419 | _ACEOF | |
4420 | if ac_fn_c_try_compile "$LINENO"; then : | |
4421 | ||
4422 | else | |
4423 | ac_c_werror_flag=$ac_save_c_werror_flag | |
4424 | CFLAGS="-g" | |
4425 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
4426 | /* end confdefs.h. */ | |
4427 | ||
4428 | int | |
4429 | main () | |
4430 | { | |
4431 | ||
4432 | ; | |
4433 | return 0; | |
4434 | } | |
4435 | _ACEOF | |
4436 | if ac_fn_c_try_compile "$LINENO"; then : | |
4437 | ac_cv_prog_cc_g=yes | |
4438 | fi | |
4439 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
dabbade6 | 4440 | fi |
81ecdfbb | 4441 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
dabbade6 | 4442 | fi |
81ecdfbb RW |
4443 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
4444 | ac_c_werror_flag=$ac_save_c_werror_flag | |
4445 | fi | |
4446 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 | |
4447 | $as_echo "$ac_cv_prog_cc_g" >&6; } | |
dabbade6 L |
4448 | if test "$ac_test_CFLAGS" = set; then |
4449 | CFLAGS=$ac_save_CFLAGS | |
4450 | elif test $ac_cv_prog_cc_g = yes; then | |
4451 | if test "$GCC" = yes; then | |
4452 | CFLAGS="-g -O2" | |
4453 | else | |
4454 | CFLAGS="-g" | |
4455 | fi | |
4456 | else | |
4457 | if test "$GCC" = yes; then | |
4458 | CFLAGS="-O2" | |
4459 | else | |
4460 | CFLAGS= | |
4461 | fi | |
4462 | fi | |
81ecdfbb RW |
4463 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
4464 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } | |
4465 | if test "${ac_cv_prog_cc_c89+set}" = set; then : | |
4466 | $as_echo_n "(cached) " >&6 | |
d7040cdb | 4467 | else |
81ecdfbb | 4468 | ac_cv_prog_cc_c89=no |
dabbade6 | 4469 | ac_save_CC=$CC |
81ecdfbb | 4470 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
dabbade6 L |
4471 | /* end confdefs.h. */ |
4472 | #include <stdarg.h> | |
4473 | #include <stdio.h> | |
4474 | #include <sys/types.h> | |
4475 | #include <sys/stat.h> | |
4476 | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | |
4477 | struct buf { int x; }; | |
4478 | FILE * (*rcsopen) (struct buf *, struct stat *, int); | |
4479 | static char *e (p, i) | |
4480 | char **p; | |
4481 | int i; | |
4482 | { | |
4483 | return p[i]; | |
4484 | } | |
4485 | static char *f (char * (*g) (char **, int), char **p, ...) | |
4486 | { | |
4487 | char *s; | |
4488 | va_list v; | |
4489 | va_start (v,p); | |
4490 | s = g (p, va_arg (v,int)); | |
4491 | va_end (v); | |
4492 | return s; | |
4493 | } | |
d7040cdb | 4494 | |
dabbade6 L |
4495 | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has |
4496 | function prototypes and stuff, but not '\xHH' hex character constants. | |
4497 | These don't provoke an error unfortunately, instead are silently treated | |
81ecdfbb | 4498 | as 'x'. The following induces an error, until -std is added to get |
dabbade6 L |
4499 | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an |
4500 | array size at least. It's necessary to write '\x00'==0 to get something | |
81ecdfbb | 4501 | that's true only with -std. */ |
dabbade6 | 4502 | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; |
d7040cdb | 4503 | |
81ecdfbb RW |
4504 | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters |
4505 | inside strings and character constants. */ | |
4506 | #define FOO(x) 'x' | |
4507 | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | |
4508 | ||
dabbade6 L |
4509 | int test (int i, double x); |
4510 | struct s1 {int (*f) (int a);}; | |
4511 | struct s2 {int (*f) (double a);}; | |
4512 | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | |
4513 | int argc; | |
4514 | char **argv; | |
4515 | int | |
4516 | main () | |
4517 | { | |
4518 | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | |
4519 | ; | |
4520 | return 0; | |
4521 | } | |
4522 | _ACEOF | |
81ecdfbb RW |
4523 | for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ |
4524 | -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" | |
dabbade6 L |
4525 | do |
4526 | CC="$ac_save_CC $ac_arg" | |
81ecdfbb RW |
4527 | if ac_fn_c_try_compile "$LINENO"; then : |
4528 | ac_cv_prog_cc_c89=$ac_arg | |
d7040cdb | 4529 | fi |
81ecdfbb RW |
4530 | rm -f core conftest.err conftest.$ac_objext |
4531 | test "x$ac_cv_prog_cc_c89" != "xno" && break | |
dabbade6 | 4532 | done |
81ecdfbb | 4533 | rm -f conftest.$ac_ext |
dabbade6 | 4534 | CC=$ac_save_CC |
d7040cdb | 4535 | |
dabbade6 | 4536 | fi |
81ecdfbb RW |
4537 | # AC_CACHE_VAL |
4538 | case "x$ac_cv_prog_cc_c89" in | |
4539 | x) | |
4540 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 | |
4541 | $as_echo "none needed" >&6; } ;; | |
4542 | xno) | |
4543 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 | |
4544 | $as_echo "unsupported" >&6; } ;; | |
252b5132 | 4545 | *) |
81ecdfbb RW |
4546 | CC="$CC $ac_cv_prog_cc_c89" |
4547 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 | |
4548 | $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; | |
dabbade6 | 4549 | esac |
81ecdfbb | 4550 | if test "x$ac_cv_prog_cc_c89" != xno; then : |
ac48eca1 | 4551 | |
dabbade6 | 4552 | fi |
252b5132 | 4553 | |
dabbade6 L |
4554 | ac_ext=c |
4555 | ac_cpp='$CPP $CPPFLAGS' | |
4556 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
4557 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
4558 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
d7040cdb | 4559 | |
7357c5b6 AM |
4560 | ac_ext=c |
4561 | ac_cpp='$CPP $CPPFLAGS' | |
4562 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
4563 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
4564 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
81ecdfbb RW |
4565 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 |
4566 | $as_echo_n "checking how to run the C preprocessor... " >&6; } | |
7357c5b6 AM |
4567 | # On Suns, sometimes $CPP names a directory. |
4568 | if test -n "$CPP" && test -d "$CPP"; then | |
4569 | CPP= | |
4570 | fi | |
4571 | if test -z "$CPP"; then | |
81ecdfbb RW |
4572 | if test "${ac_cv_prog_CPP+set}" = set; then : |
4573 | $as_echo_n "(cached) " >&6 | |
dabbade6 | 4574 | else |
7357c5b6 AM |
4575 | # Double quotes because CPP needs to be expanded |
4576 | for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" | |
4577 | do | |
4578 | ac_preproc_ok=false | |
4579 | for ac_c_preproc_warn_flag in '' yes | |
dabbade6 | 4580 | do |
7357c5b6 AM |
4581 | # Use a header file that comes with gcc, so configuring glibc |
4582 | # with a fresh cross-compiler works. | |
4583 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
4584 | # <limits.h> exists even on freestanding compilers. | |
4585 | # On the NeXT, cc -E runs the code through the compiler's parser, | |
4586 | # not just through cpp. "Syntax error" is here to catch this case. | |
81ecdfbb | 4587 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
4588 | /* end confdefs.h. */ |
4589 | #ifdef __STDC__ | |
4590 | # include <limits.h> | |
4591 | #else | |
4592 | # include <assert.h> | |
4593 | #endif | |
4594 | Syntax error | |
4595 | _ACEOF | |
81ecdfbb | 4596 | if ac_fn_c_try_cpp "$LINENO"; then : |
dabbade6 | 4597 | |
81ecdfbb | 4598 | else |
7357c5b6 AM |
4599 | # Broken: fails on valid input. |
4600 | continue | |
252b5132 | 4601 | fi |
7357c5b6 AM |
4602 | rm -f conftest.err conftest.$ac_ext |
4603 | ||
81ecdfbb | 4604 | # OK, works on sane cases. Now check whether nonexistent headers |
7357c5b6 | 4605 | # can be detected and how. |
81ecdfbb | 4606 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
4607 | /* end confdefs.h. */ |
4608 | #include <ac_nonexistent.h> | |
4609 | _ACEOF | |
81ecdfbb | 4610 | if ac_fn_c_try_cpp "$LINENO"; then : |
7357c5b6 AM |
4611 | # Broken: success on invalid input. |
4612 | continue | |
dabbade6 | 4613 | else |
7357c5b6 AM |
4614 | # Passes both tests. |
4615 | ac_preproc_ok=: | |
4616 | break | |
dabbade6 | 4617 | fi |
7357c5b6 | 4618 | rm -f conftest.err conftest.$ac_ext |
dabbade6 | 4619 | |
d7040cdb | 4620 | done |
7357c5b6 AM |
4621 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
4622 | rm -f conftest.err conftest.$ac_ext | |
81ecdfbb | 4623 | if $ac_preproc_ok; then : |
7357c5b6 AM |
4624 | break |
4625 | fi | |
4626 | ||
4627 | done | |
4628 | ac_cv_prog_CPP=$CPP | |
d7040cdb SE |
4629 | |
4630 | fi | |
7357c5b6 AM |
4631 | CPP=$ac_cv_prog_CPP |
4632 | else | |
4633 | ac_cv_prog_CPP=$CPP | |
d7040cdb | 4634 | fi |
81ecdfbb RW |
4635 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 |
4636 | $as_echo "$CPP" >&6; } | |
7357c5b6 AM |
4637 | ac_preproc_ok=false |
4638 | for ac_c_preproc_warn_flag in '' yes | |
4639 | do | |
4640 | # Use a header file that comes with gcc, so configuring glibc | |
4641 | # with a fresh cross-compiler works. | |
4642 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
4643 | # <limits.h> exists even on freestanding compilers. | |
4644 | # On the NeXT, cc -E runs the code through the compiler's parser, | |
4645 | # not just through cpp. "Syntax error" is here to catch this case. | |
81ecdfbb | 4646 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
4647 | /* end confdefs.h. */ |
4648 | #ifdef __STDC__ | |
4649 | # include <limits.h> | |
4650 | #else | |
4651 | # include <assert.h> | |
4652 | #endif | |
4653 | Syntax error | |
4654 | _ACEOF | |
81ecdfbb | 4655 | if ac_fn_c_try_cpp "$LINENO"; then : |
d7040cdb | 4656 | |
81ecdfbb | 4657 | else |
7357c5b6 AM |
4658 | # Broken: fails on valid input. |
4659 | continue | |
d7040cdb | 4660 | fi |
7357c5b6 | 4661 | rm -f conftest.err conftest.$ac_ext |
d7040cdb | 4662 | |
81ecdfbb | 4663 | # OK, works on sane cases. Now check whether nonexistent headers |
7357c5b6 | 4664 | # can be detected and how. |
81ecdfbb | 4665 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
4666 | /* end confdefs.h. */ |
4667 | #include <ac_nonexistent.h> | |
4668 | _ACEOF | |
81ecdfbb | 4669 | if ac_fn_c_try_cpp "$LINENO"; then : |
7357c5b6 AM |
4670 | # Broken: success on invalid input. |
4671 | continue | |
dabbade6 | 4672 | else |
7357c5b6 AM |
4673 | # Passes both tests. |
4674 | ac_preproc_ok=: | |
4675 | break | |
4676 | fi | |
4677 | rm -f conftest.err conftest.$ac_ext | |
d7040cdb | 4678 | |
7357c5b6 AM |
4679 | done |
4680 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
4681 | rm -f conftest.err conftest.$ac_ext | |
81ecdfbb RW |
4682 | if $ac_preproc_ok; then : |
4683 | ||
4684 | else | |
4685 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
4686 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
4687 | as_fn_error "C preprocessor \"$CPP\" fails sanity check | |
4688 | See \`config.log' for more details." "$LINENO" 5; } | |
4689 | fi | |
4690 | ||
4691 | ac_ext=c | |
4692 | ac_cpp='$CPP $CPPFLAGS' | |
4693 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
4694 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
4695 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
4696 | ||
4697 | ||
4698 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 | |
4699 | $as_echo_n "checking for grep that handles long lines and -e... " >&6; } | |
4700 | if test "${ac_cv_path_GREP+set}" = set; then : | |
4701 | $as_echo_n "(cached) " >&6 | |
4702 | else | |
4703 | if test -z "$GREP"; then | |
4704 | ac_path_GREP_found=false | |
4705 | # Loop through the user's path and test for each of PROGNAME-LIST | |
4706 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4707 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin | |
4708 | do | |
4709 | IFS=$as_save_IFS | |
4710 | test -z "$as_dir" && as_dir=. | |
4711 | for ac_prog in grep ggrep; do | |
4712 | for ac_exec_ext in '' $ac_executable_extensions; do | |
4713 | ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" | |
4714 | { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue | |
4715 | # Check for GNU ac_path_GREP and select it if it is found. | |
4716 | # Check for GNU $ac_path_GREP | |
4717 | case `"$ac_path_GREP" --version 2>&1` in | |
4718 | *GNU*) | |
4719 | ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; | |
4720 | *) | |
4721 | ac_count=0 | |
4722 | $as_echo_n 0123456789 >"conftest.in" | |
4723 | while : | |
4724 | do | |
4725 | cat "conftest.in" "conftest.in" >"conftest.tmp" | |
4726 | mv "conftest.tmp" "conftest.in" | |
4727 | cp "conftest.in" "conftest.nl" | |
4728 | $as_echo 'GREP' >> "conftest.nl" | |
4729 | "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break | |
4730 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | |
4731 | as_fn_arith $ac_count + 1 && ac_count=$as_val | |
4732 | if test $ac_count -gt ${ac_path_GREP_max-0}; then | |
4733 | # Best one so far, save it but keep looking for a better one | |
4734 | ac_cv_path_GREP="$ac_path_GREP" | |
4735 | ac_path_GREP_max=$ac_count | |
4736 | fi | |
4737 | # 10*(2^10) chars as input seems more than enough | |
4738 | test $ac_count -gt 10 && break | |
4739 | done | |
4740 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | |
4741 | esac | |
4742 | ||
4743 | $ac_path_GREP_found && break 3 | |
4744 | done | |
4745 | done | |
4746 | done | |
4747 | IFS=$as_save_IFS | |
4748 | if test -z "$ac_cv_path_GREP"; then | |
4749 | as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | |
4750 | fi | |
dabbade6 | 4751 | else |
81ecdfbb | 4752 | ac_cv_path_GREP=$GREP |
7357c5b6 | 4753 | fi |
d7040cdb | 4754 | |
81ecdfbb RW |
4755 | fi |
4756 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 | |
4757 | $as_echo "$ac_cv_path_GREP" >&6; } | |
4758 | GREP="$ac_cv_path_GREP" | |
d7040cdb SE |
4759 | |
4760 | ||
81ecdfbb RW |
4761 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 |
4762 | $as_echo_n "checking for egrep... " >&6; } | |
4763 | if test "${ac_cv_path_EGREP+set}" = set; then : | |
4764 | $as_echo_n "(cached) " >&6 | |
7357c5b6 | 4765 | else |
81ecdfbb RW |
4766 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
4767 | then ac_cv_path_EGREP="$GREP -E" | |
4768 | else | |
4769 | if test -z "$EGREP"; then | |
4770 | ac_path_EGREP_found=false | |
4771 | # Loop through the user's path and test for each of PROGNAME-LIST | |
4772 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4773 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin | |
4774 | do | |
4775 | IFS=$as_save_IFS | |
4776 | test -z "$as_dir" && as_dir=. | |
4777 | for ac_prog in egrep; do | |
4778 | for ac_exec_ext in '' $ac_executable_extensions; do | |
4779 | ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" | |
4780 | { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue | |
4781 | # Check for GNU ac_path_EGREP and select it if it is found. | |
4782 | # Check for GNU $ac_path_EGREP | |
4783 | case `"$ac_path_EGREP" --version 2>&1` in | |
4784 | *GNU*) | |
4785 | ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; | |
4786 | *) | |
4787 | ac_count=0 | |
4788 | $as_echo_n 0123456789 >"conftest.in" | |
4789 | while : | |
4790 | do | |
4791 | cat "conftest.in" "conftest.in" >"conftest.tmp" | |
4792 | mv "conftest.tmp" "conftest.in" | |
4793 | cp "conftest.in" "conftest.nl" | |
4794 | $as_echo 'EGREP' >> "conftest.nl" | |
4795 | "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break | |
4796 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | |
4797 | as_fn_arith $ac_count + 1 && ac_count=$as_val | |
4798 | if test $ac_count -gt ${ac_path_EGREP_max-0}; then | |
4799 | # Best one so far, save it but keep looking for a better one | |
4800 | ac_cv_path_EGREP="$ac_path_EGREP" | |
4801 | ac_path_EGREP_max=$ac_count | |
7357c5b6 | 4802 | fi |
81ecdfbb RW |
4803 | # 10*(2^10) chars as input seems more than enough |
4804 | test $ac_count -gt 10 && break | |
4805 | done | |
4806 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | |
4807 | esac | |
4808 | ||
4809 | $ac_path_EGREP_found && break 3 | |
4810 | done | |
4811 | done | |
4812 | done | |
4813 | IFS=$as_save_IFS | |
4814 | if test -z "$ac_cv_path_EGREP"; then | |
4815 | as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | |
4816 | fi | |
4817 | else | |
4818 | ac_cv_path_EGREP=$EGREP | |
4819 | fi | |
4820 | ||
4821 | fi | |
7357c5b6 | 4822 | fi |
81ecdfbb RW |
4823 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 |
4824 | $as_echo "$ac_cv_path_EGREP" >&6; } | |
4825 | EGREP="$ac_cv_path_EGREP" | |
d7040cdb SE |
4826 | |
4827 | ||
81ecdfbb RW |
4828 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
4829 | $as_echo_n "checking for ANSI C header files... " >&6; } | |
4830 | if test "${ac_cv_header_stdc+set}" = set; then : | |
4831 | $as_echo_n "(cached) " >&6 | |
7357c5b6 | 4832 | else |
81ecdfbb | 4833 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
4834 | /* end confdefs.h. */ |
4835 | #include <stdlib.h> | |
4836 | #include <stdarg.h> | |
4837 | #include <string.h> | |
4838 | #include <float.h> | |
d7040cdb | 4839 | |
7357c5b6 AM |
4840 | int |
4841 | main () | |
4842 | { | |
d7040cdb | 4843 | |
7357c5b6 AM |
4844 | ; |
4845 | return 0; | |
4846 | } | |
4847 | _ACEOF | |
81ecdfbb | 4848 | if ac_fn_c_try_compile "$LINENO"; then : |
7357c5b6 AM |
4849 | ac_cv_header_stdc=yes |
4850 | else | |
81ecdfbb | 4851 | ac_cv_header_stdc=no |
7357c5b6 | 4852 | fi |
81ecdfbb | 4853 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
d7040cdb | 4854 | |
7357c5b6 AM |
4855 | if test $ac_cv_header_stdc = yes; then |
4856 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
81ecdfbb | 4857 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
4858 | /* end confdefs.h. */ |
4859 | #include <string.h> | |
d7040cdb | 4860 | |
7357c5b6 AM |
4861 | _ACEOF |
4862 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
81ecdfbb RW |
4863 | $EGREP "memchr" >/dev/null 2>&1; then : |
4864 | ||
7357c5b6 AM |
4865 | else |
4866 | ac_cv_header_stdc=no | |
4867 | fi | |
4868 | rm -f conftest* | |
d7040cdb | 4869 | |
7357c5b6 | 4870 | fi |
d7040cdb | 4871 | |
7357c5b6 AM |
4872 | if test $ac_cv_header_stdc = yes; then |
4873 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
81ecdfbb | 4874 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
4875 | /* end confdefs.h. */ |
4876 | #include <stdlib.h> | |
d7040cdb | 4877 | |
7357c5b6 AM |
4878 | _ACEOF |
4879 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
81ecdfbb RW |
4880 | $EGREP "free" >/dev/null 2>&1; then : |
4881 | ||
7357c5b6 AM |
4882 | else |
4883 | ac_cv_header_stdc=no | |
4884 | fi | |
4885 | rm -f conftest* | |
d7040cdb | 4886 | |
7357c5b6 | 4887 | fi |
d7040cdb | 4888 | |
7357c5b6 AM |
4889 | if test $ac_cv_header_stdc = yes; then |
4890 | # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
81ecdfbb | 4891 | if test "$cross_compiling" = yes; then : |
7357c5b6 AM |
4892 | : |
4893 | else | |
81ecdfbb | 4894 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
4895 | /* end confdefs.h. */ |
4896 | #include <ctype.h> | |
81ecdfbb | 4897 | #include <stdlib.h> |
7357c5b6 AM |
4898 | #if ((' ' & 0x0FF) == 0x020) |
4899 | # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
4900 | # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
4901 | #else | |
4902 | # define ISLOWER(c) \ | |
4903 | (('a' <= (c) && (c) <= 'i') \ | |
4904 | || ('j' <= (c) && (c) <= 'r') \ | |
4905 | || ('s' <= (c) && (c) <= 'z')) | |
4906 | # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) | |
4907 | #endif | |
d7040cdb | 4908 | |
7357c5b6 AM |
4909 | #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) |
4910 | int | |
4911 | main () | |
4912 | { | |
4913 | int i; | |
4914 | for (i = 0; i < 256; i++) | |
4915 | if (XOR (islower (i), ISLOWER (i)) | |
4916 | || toupper (i) != TOUPPER (i)) | |
81ecdfbb RW |
4917 | return 2; |
4918 | return 0; | |
7357c5b6 AM |
4919 | } |
4920 | _ACEOF | |
81ecdfbb | 4921 | if ac_fn_c_try_run "$LINENO"; then : |
d7040cdb | 4922 | |
81ecdfbb RW |
4923 | else |
4924 | ac_cv_header_stdc=no | |
7357c5b6 | 4925 | fi |
81ecdfbb RW |
4926 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ |
4927 | conftest.$ac_objext conftest.beam conftest.$ac_ext | |
7357c5b6 | 4928 | fi |
81ecdfbb | 4929 | |
7357c5b6 AM |
4930 | fi |
4931 | fi | |
81ecdfbb RW |
4932 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 |
4933 | $as_echo "$ac_cv_header_stdc" >&6; } | |
7357c5b6 | 4934 | if test $ac_cv_header_stdc = yes; then |
d7040cdb | 4935 | |
81ecdfbb | 4936 | $as_echo "#define STDC_HEADERS 1" >>confdefs.h |
d7040cdb | 4937 | |
7357c5b6 | 4938 | fi |
d7040cdb | 4939 | |
7357c5b6 | 4940 | # On IRIX 5.3, sys/types and inttypes.h are conflicting. |
7357c5b6 AM |
4941 | for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ |
4942 | inttypes.h stdint.h unistd.h | |
81ecdfbb RW |
4943 | do : |
4944 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
4945 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | |
4946 | " | |
4947 | eval as_val=\$$as_ac_Header | |
4948 | if test "x$as_val" = x""yes; then : | |
7357c5b6 | 4949 | cat >>confdefs.h <<_ACEOF |
81ecdfbb | 4950 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
7357c5b6 | 4951 | _ACEOF |
d7040cdb | 4952 | |
7357c5b6 | 4953 | fi |
d7040cdb | 4954 | |
7357c5b6 | 4955 | done |
d7040cdb SE |
4956 | |
4957 | ||
4958 | ||
81ecdfbb RW |
4959 | ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" |
4960 | if test "x$ac_cv_header_minix_config_h" = x""yes; then : | |
7357c5b6 AM |
4961 | MINIX=yes |
4962 | else | |
4963 | MINIX= | |
4964 | fi | |
d7040cdb SE |
4965 | |
4966 | ||
7357c5b6 | 4967 | if test "$MINIX" = yes; then |
d7040cdb | 4968 | |
81ecdfbb | 4969 | $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h |
dabbade6 | 4970 | |
252b5132 | 4971 | |
81ecdfbb | 4972 | $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h |
d7040cdb SE |
4973 | |
4974 | ||
81ecdfbb | 4975 | $as_echo "#define _MINIX 1" >>confdefs.h |
d7040cdb | 4976 | |
7357c5b6 | 4977 | fi |
d7040cdb SE |
4978 | |
4979 | ||
81ecdfbb RW |
4980 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 |
4981 | $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } | |
4982 | if test "${ac_cv_safe_to_define___extensions__+set}" = set; then : | |
4983 | $as_echo_n "(cached) " >&6 | |
ac48eca1 | 4984 | else |
81ecdfbb | 4985 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 | 4986 | /* end confdefs.h. */ |
ac48eca1 | 4987 | |
7357c5b6 AM |
4988 | # define __EXTENSIONS__ 1 |
4989 | $ac_includes_default | |
4990 | int | |
4991 | main () | |
4992 | { | |
87e6d782 | 4993 | |
7357c5b6 AM |
4994 | ; |
4995 | return 0; | |
4996 | } | |
4997 | _ACEOF | |
81ecdfbb | 4998 | if ac_fn_c_try_compile "$LINENO"; then : |
7357c5b6 AM |
4999 | ac_cv_safe_to_define___extensions__=yes |
5000 | else | |
81ecdfbb | 5001 | ac_cv_safe_to_define___extensions__=no |
7357c5b6 | 5002 | fi |
81ecdfbb | 5003 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
7357c5b6 | 5004 | fi |
81ecdfbb RW |
5005 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5 |
5006 | $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } | |
7357c5b6 | 5007 | test $ac_cv_safe_to_define___extensions__ = yes && |
81ecdfbb | 5008 | $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h |
ac48eca1 | 5009 | |
81ecdfbb | 5010 | $as_echo "#define _ALL_SOURCE 1" >>confdefs.h |
d7040cdb | 5011 | |
81ecdfbb RW |
5012 | $as_echo "#define _GNU_SOURCE 1" >>confdefs.h |
5013 | ||
5014 | $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h | |
5015 | ||
5016 | $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h | |
d7040cdb | 5017 | |
ac48eca1 | 5018 | |
ac48eca1 | 5019 | |
ac48eca1 | 5020 | |
87e6d782 | 5021 | |
7357c5b6 AM |
5022 | if test -n "$ac_tool_prefix"; then |
5023 | # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. | |
5024 | set dummy ${ac_tool_prefix}ar; ac_word=$2 | |
81ecdfbb RW |
5025 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
5026 | $as_echo_n "checking for $ac_word... " >&6; } | |
5027 | if test "${ac_cv_prog_AR+set}" = set; then : | |
5028 | $as_echo_n "(cached) " >&6 | |
dabbade6 | 5029 | else |
7357c5b6 AM |
5030 | if test -n "$AR"; then |
5031 | ac_cv_prog_AR="$AR" # Let the user override the test. | |
5032 | else | |
5033 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
5034 | for as_dir in $PATH | |
5035 | do | |
5036 | IFS=$as_save_IFS | |
5037 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
5038 | for ac_exec_ext in '' $ac_executable_extensions; do |
5039 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
7357c5b6 | 5040 | ac_cv_prog_AR="${ac_tool_prefix}ar" |
81ecdfbb | 5041 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
7357c5b6 AM |
5042 | break 2 |
5043 | fi | |
5044 | done | |
81ecdfbb RW |
5045 | done |
5046 | IFS=$as_save_IFS | |
ac48eca1 | 5047 | |
7357c5b6 AM |
5048 | fi |
5049 | fi | |
5050 | AR=$ac_cv_prog_AR | |
5051 | if test -n "$AR"; then | |
81ecdfbb RW |
5052 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 |
5053 | $as_echo "$AR" >&6; } | |
dabbade6 | 5054 | else |
81ecdfbb RW |
5055 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
5056 | $as_echo "no" >&6; } | |
dabbade6 | 5057 | fi |
6be7c12c | 5058 | |
81ecdfbb | 5059 | |
7357c5b6 AM |
5060 | fi |
5061 | if test -z "$ac_cv_prog_AR"; then | |
5062 | ac_ct_AR=$AR | |
5063 | # Extract the first word of "ar", so it can be a program name with args. | |
5064 | set dummy ar; ac_word=$2 | |
81ecdfbb RW |
5065 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
5066 | $as_echo_n "checking for $ac_word... " >&6; } | |
5067 | if test "${ac_cv_prog_ac_ct_AR+set}" = set; then : | |
5068 | $as_echo_n "(cached) " >&6 | |
7357c5b6 AM |
5069 | else |
5070 | if test -n "$ac_ct_AR"; then | |
5071 | ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. | |
5072 | else | |
5073 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
5074 | for as_dir in $PATH | |
5075 | do | |
5076 | IFS=$as_save_IFS | |
5077 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
5078 | for ac_exec_ext in '' $ac_executable_extensions; do |
5079 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
7357c5b6 | 5080 | ac_cv_prog_ac_ct_AR="ar" |
81ecdfbb | 5081 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
7357c5b6 AM |
5082 | break 2 |
5083 | fi | |
5084 | done | |
81ecdfbb RW |
5085 | done |
5086 | IFS=$as_save_IFS | |
7357c5b6 AM |
5087 | |
5088 | fi | |
5089 | fi | |
5090 | ac_ct_AR=$ac_cv_prog_ac_ct_AR | |
5091 | if test -n "$ac_ct_AR"; then | |
81ecdfbb RW |
5092 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 |
5093 | $as_echo "$ac_ct_AR" >&6; } | |
7357c5b6 | 5094 | else |
81ecdfbb RW |
5095 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
5096 | $as_echo "no" >&6; } | |
7357c5b6 AM |
5097 | fi |
5098 | ||
81ecdfbb RW |
5099 | if test "x$ac_ct_AR" = x; then |
5100 | AR="" | |
5101 | else | |
5102 | case $cross_compiling:$ac_tool_warned in | |
5103 | yes:) | |
5104 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
5105 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
5106 | ac_tool_warned=yes ;; | |
5107 | esac | |
5108 | AR=$ac_ct_AR | |
5109 | fi | |
7357c5b6 AM |
5110 | else |
5111 | AR="$ac_cv_prog_AR" | |
5112 | fi | |
5113 | ||
5114 | if test -n "$ac_tool_prefix"; then | |
5115 | # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. | |
5116 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | |
81ecdfbb RW |
5117 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
5118 | $as_echo_n "checking for $ac_word... " >&6; } | |
5119 | if test "${ac_cv_prog_RANLIB+set}" = set; then : | |
5120 | $as_echo_n "(cached) " >&6 | |
7357c5b6 AM |
5121 | else |
5122 | if test -n "$RANLIB"; then | |
5123 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
5124 | else | |
5125 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
5126 | for as_dir in $PATH | |
5127 | do | |
5128 | IFS=$as_save_IFS | |
5129 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
5130 | for ac_exec_ext in '' $ac_executable_extensions; do |
5131 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
7357c5b6 | 5132 | ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
81ecdfbb | 5133 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
7357c5b6 AM |
5134 | break 2 |
5135 | fi | |
5136 | done | |
81ecdfbb RW |
5137 | done |
5138 | IFS=$as_save_IFS | |
7357c5b6 AM |
5139 | |
5140 | fi | |
5141 | fi | |
5142 | RANLIB=$ac_cv_prog_RANLIB | |
5143 | if test -n "$RANLIB"; then | |
81ecdfbb RW |
5144 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 |
5145 | $as_echo "$RANLIB" >&6; } | |
7357c5b6 | 5146 | else |
81ecdfbb RW |
5147 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
5148 | $as_echo "no" >&6; } | |
7357c5b6 AM |
5149 | fi |
5150 | ||
81ecdfbb | 5151 | |
7357c5b6 AM |
5152 | fi |
5153 | if test -z "$ac_cv_prog_RANLIB"; then | |
5154 | ac_ct_RANLIB=$RANLIB | |
5155 | # Extract the first word of "ranlib", so it can be a program name with args. | |
5156 | set dummy ranlib; ac_word=$2 | |
81ecdfbb RW |
5157 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
5158 | $as_echo_n "checking for $ac_word... " >&6; } | |
5159 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : | |
5160 | $as_echo_n "(cached) " >&6 | |
7357c5b6 AM |
5161 | else |
5162 | if test -n "$ac_ct_RANLIB"; then | |
5163 | ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. | |
5164 | else | |
5165 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
5166 | for as_dir in $PATH | |
5167 | do | |
5168 | IFS=$as_save_IFS | |
5169 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
5170 | for ac_exec_ext in '' $ac_executable_extensions; do |
5171 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
7357c5b6 | 5172 | ac_cv_prog_ac_ct_RANLIB="ranlib" |
81ecdfbb | 5173 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
7357c5b6 AM |
5174 | break 2 |
5175 | fi | |
5176 | done | |
81ecdfbb RW |
5177 | done |
5178 | IFS=$as_save_IFS | |
7357c5b6 | 5179 | |
7357c5b6 AM |
5180 | fi |
5181 | fi | |
5182 | ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB | |
5183 | if test -n "$ac_ct_RANLIB"; then | |
81ecdfbb RW |
5184 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 |
5185 | $as_echo "$ac_ct_RANLIB" >&6; } | |
7357c5b6 | 5186 | else |
81ecdfbb RW |
5187 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
5188 | $as_echo "no" >&6; } | |
7357c5b6 AM |
5189 | fi |
5190 | ||
81ecdfbb RW |
5191 | if test "x$ac_ct_RANLIB" = x; then |
5192 | RANLIB=":" | |
5193 | else | |
5194 | case $cross_compiling:$ac_tool_warned in | |
5195 | yes:) | |
5196 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
5197 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
5198 | ac_tool_warned=yes ;; | |
5199 | esac | |
5200 | RANLIB=$ac_ct_RANLIB | |
5201 | fi | |
7357c5b6 AM |
5202 | else |
5203 | RANLIB="$ac_cv_prog_RANLIB" | |
5204 | fi | |
5205 | ||
5206 | ||
81ecdfbb RW |
5207 | # Check whether --enable-shared was given. |
5208 | if test "${enable_shared+set}" = set; then : | |
5209 | enableval=$enable_shared; p=${PACKAGE-default} | |
7357c5b6 AM |
5210 | case $enableval in |
5211 | yes) enable_shared=yes ;; | |
5212 | no) enable_shared=no ;; | |
5213 | *) | |
5214 | enable_shared=no | |
5215 | # Look at the argument we got. We use all the common list separators. | |
5216 | lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," | |
5217 | for pkg in $enableval; do | |
5218 | IFS="$lt_save_ifs" | |
5219 | if test "X$pkg" = "X$p"; then | |
5220 | enable_shared=yes | |
5221 | fi | |
5222 | done | |
5223 | IFS="$lt_save_ifs" | |
5224 | ;; | |
5225 | esac | |
5226 | else | |
5227 | enable_shared=no | |
81ecdfbb RW |
5228 | fi |
5229 | ||
7357c5b6 AM |
5230 | |
5231 | ||
5232 | ||
5233 | ||
5234 | ||
5235 | ||
5236 | ||
5237 | ||
5238 | ||
1927a18f L |
5239 | case `pwd` in |
5240 | *\ * | *\ *) | |
81ecdfbb RW |
5241 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 |
5242 | $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; | |
1927a18f | 5243 | esac |
7357c5b6 AM |
5244 | |
5245 | ||
7357c5b6 | 5246 | |
1927a18f L |
5247 | macro_version='2.2.6' |
5248 | macro_revision='1.3012' | |
7357c5b6 AM |
5249 | |
5250 | ||
5251 | ||
5252 | ||
5253 | ||
5254 | ||
7357c5b6 AM |
5255 | |
5256 | ||
5257 | ||
5258 | ||
5259 | ||
5260 | ||
5261 | ||
1927a18f | 5262 | ltmain="$ac_aux_dir/ltmain.sh" |
7357c5b6 | 5263 | |
81ecdfbb RW |
5264 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 |
5265 | $as_echo_n "checking for a sed that does not truncate output... " >&6; } | |
5266 | if test "${ac_cv_path_SED+set}" = set; then : | |
5267 | $as_echo_n "(cached) " >&6 | |
7357c5b6 | 5268 | else |
81ecdfbb RW |
5269 | ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ |
5270 | for ac_i in 1 2 3 4 5 6 7; do | |
5271 | ac_script="$ac_script$as_nl$ac_script" | |
5272 | done | |
5273 | echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed | |
5274 | { ac_script=; unset ac_script;} | |
5275 | if test -z "$SED"; then | |
5276 | ac_path_SED_found=false | |
5277 | # Loop through the user's path and test for each of PROGNAME-LIST | |
5278 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7357c5b6 AM |
5279 | for as_dir in $PATH |
5280 | do | |
5281 | IFS=$as_save_IFS | |
5282 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 5283 | for ac_prog in sed gsed; do |
7357c5b6 | 5284 | for ac_exec_ext in '' $ac_executable_extensions; do |
81ecdfbb RW |
5285 | ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" |
5286 | { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue | |
5287 | # Check for GNU ac_path_SED and select it if it is found. | |
5288 | # Check for GNU $ac_path_SED | |
5289 | case `"$ac_path_SED" --version 2>&1` in | |
5290 | *GNU*) | |
5291 | ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; | |
5292 | *) | |
5293 | ac_count=0 | |
5294 | $as_echo_n 0123456789 >"conftest.in" | |
5295 | while : | |
5296 | do | |
5297 | cat "conftest.in" "conftest.in" >"conftest.tmp" | |
5298 | mv "conftest.tmp" "conftest.in" | |
5299 | cp "conftest.in" "conftest.nl" | |
5300 | $as_echo '' >> "conftest.nl" | |
5301 | "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break | |
5302 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | |
5303 | as_fn_arith $ac_count + 1 && ac_count=$as_val | |
5304 | if test $ac_count -gt ${ac_path_SED_max-0}; then | |
5305 | # Best one so far, save it but keep looking for a better one | |
5306 | ac_cv_path_SED="$ac_path_SED" | |
5307 | ac_path_SED_max=$ac_count | |
5308 | fi | |
5309 | # 10*(2^10) chars as input seems more than enough | |
5310 | test $ac_count -gt 10 && break | |
5311 | done | |
5312 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | |
5313 | esac | |
5314 | ||
5315 | $ac_path_SED_found && break 3 | |
7357c5b6 AM |
5316 | done |
5317 | done | |
81ecdfbb | 5318 | done |
7357c5b6 | 5319 | IFS=$as_save_IFS |
81ecdfbb RW |
5320 | if test -z "$ac_cv_path_SED"; then |
5321 | as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5 | |
7357c5b6 | 5322 | fi |
81ecdfbb RW |
5323 | else |
5324 | ac_cv_path_SED=$SED | |
7357c5b6 AM |
5325 | fi |
5326 | ||
81ecdfbb RW |
5327 | fi |
5328 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 | |
5329 | $as_echo "$ac_cv_path_SED" >&6; } | |
5330 | SED="$ac_cv_path_SED" | |
5331 | rm -f conftest.sed | |
7357c5b6 AM |
5332 | |
5333 | test -z "$SED" && SED=sed | |
5334 | Xsed="$SED -e 1s/^X//" | |
5335 | ||
5336 | ||
5337 | ||
5338 | ||
5339 | ||
5340 | ||
5341 | ||
5342 | ||
5343 | ||
5344 | ||
5345 | ||
81ecdfbb RW |
5346 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 |
5347 | $as_echo_n "checking for fgrep... " >&6; } | |
5348 | if test "${ac_cv_path_FGREP+set}" = set; then : | |
5349 | $as_echo_n "(cached) " >&6 | |
7357c5b6 | 5350 | else |
81ecdfbb RW |
5351 | if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 |
5352 | then ac_cv_path_FGREP="$GREP -F" | |
5353 | else | |
5354 | if test -z "$FGREP"; then | |
5355 | ac_path_FGREP_found=false | |
5356 | # Loop through the user's path and test for each of PROGNAME-LIST | |
5357 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
5358 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin | |
5359 | do | |
5360 | IFS=$as_save_IFS | |
5361 | test -z "$as_dir" && as_dir=. | |
5362 | for ac_prog in fgrep; do | |
5363 | for ac_exec_ext in '' $ac_executable_extensions; do | |
5364 | ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" | |
5365 | { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue | |
5366 | # Check for GNU ac_path_FGREP and select it if it is found. | |
5367 | # Check for GNU $ac_path_FGREP | |
5368 | case `"$ac_path_FGREP" --version 2>&1` in | |
5369 | *GNU*) | |
5370 | ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; | |
5371 | *) | |
5372 | ac_count=0 | |
5373 | $as_echo_n 0123456789 >"conftest.in" | |
5374 | while : | |
5375 | do | |
5376 | cat "conftest.in" "conftest.in" >"conftest.tmp" | |
5377 | mv "conftest.tmp" "conftest.in" | |
5378 | cp "conftest.in" "conftest.nl" | |
5379 | $as_echo 'FGREP' >> "conftest.nl" | |
5380 | "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break | |
5381 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | |
5382 | as_fn_arith $ac_count + 1 && ac_count=$as_val | |
5383 | if test $ac_count -gt ${ac_path_FGREP_max-0}; then | |
5384 | # Best one so far, save it but keep looking for a better one | |
5385 | ac_cv_path_FGREP="$ac_path_FGREP" | |
5386 | ac_path_FGREP_max=$ac_count | |
7357c5b6 | 5387 | fi |
81ecdfbb RW |
5388 | # 10*(2^10) chars as input seems more than enough |
5389 | test $ac_count -gt 10 && break | |
5390 | done | |
5391 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | |
5392 | esac | |
5393 | ||
5394 | $ac_path_FGREP_found && break 3 | |
5395 | done | |
5396 | done | |
5397 | done | |
5398 | IFS=$as_save_IFS | |
5399 | if test -z "$ac_cv_path_FGREP"; then | |
5400 | as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | |
5401 | fi | |
5402 | else | |
5403 | ac_cv_path_FGREP=$FGREP | |
5404 | fi | |
5405 | ||
5406 | fi | |
7357c5b6 | 5407 | fi |
81ecdfbb RW |
5408 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 |
5409 | $as_echo "$ac_cv_path_FGREP" >&6; } | |
5410 | FGREP="$ac_cv_path_FGREP" | |
7357c5b6 AM |
5411 | |
5412 | ||
5413 | test -z "$GREP" && GREP=grep | |
d7040cdb | 5414 | |
d7040cdb | 5415 | |
d7040cdb | 5416 | |
ac48eca1 AO |
5417 | |
5418 | ||
5419 | ||
ac48eca1 | 5420 | |
ac48eca1 | 5421 | |
ac48eca1 | 5422 | |
ac48eca1 | 5423 | |
ac48eca1 | 5424 | |
ac48eca1 | 5425 | |
ac48eca1 | 5426 | |
ac48eca1 | 5427 | |
ac48eca1 | 5428 | |
ac48eca1 | 5429 | |
dabbade6 L |
5430 | |
5431 | ||
5432 | ||
81ecdfbb RW |
5433 | # Check whether --with-gnu-ld was given. |
5434 | if test "${with_gnu_ld+set}" = set; then : | |
5435 | withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes | |
dabbade6 L |
5436 | else |
5437 | with_gnu_ld=no | |
81ecdfbb RW |
5438 | fi |
5439 | ||
dabbade6 L |
5440 | ac_prog=ld |
5441 | if test "$GCC" = yes; then | |
5442 | # Check if gcc -print-prog-name=ld gives a path. | |
81ecdfbb RW |
5443 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 |
5444 | $as_echo_n "checking for ld used by $CC... " >&6; } | |
dabbade6 L |
5445 | case $host in |
5446 | *-*-mingw*) | |
5447 | # gcc leaves a trailing carriage return which upsets mingw | |
5448 | ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; | |
5449 | *) | |
5450 | ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; | |
5451 | esac | |
5452 | case $ac_prog in | |
5453 | # Accept absolute paths. | |
5454 | [\\/]* | ?:[\\/]*) | |
5455 | re_direlt='/[^/][^/]*/\.\./' | |
5456 | # Canonicalize the pathname of ld | |
5457 | ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` | |
5458 | while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do | |
5459 | ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` | |
5460 | done | |
5461 | test -z "$LD" && LD="$ac_prog" | |
5462 | ;; | |
5463 | "") | |
5464 | # If it fails, then pretend we aren't using GCC. | |
5465 | ac_prog=ld | |
5466 | ;; | |
5467 | *) | |
5468 | # If it is relative, then search for the first ld in PATH. | |
5469 | with_gnu_ld=unknown | |
5470 | ;; | |
5471 | esac | |
5472 | elif test "$with_gnu_ld" = yes; then | |
81ecdfbb RW |
5473 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 |
5474 | $as_echo_n "checking for GNU ld... " >&6; } | |
dabbade6 | 5475 | else |
81ecdfbb RW |
5476 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 |
5477 | $as_echo_n "checking for non-GNU ld... " >&6; } | |
dabbade6 | 5478 | fi |
81ecdfbb RW |
5479 | if test "${lt_cv_path_LD+set}" = set; then : |
5480 | $as_echo_n "(cached) " >&6 | |
ac48eca1 | 5481 | else |
dabbade6 L |
5482 | if test -z "$LD"; then |
5483 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR | |
5484 | for ac_dir in $PATH; do | |
5485 | IFS="$lt_save_ifs" | |
5486 | test -z "$ac_dir" && ac_dir=. | |
5487 | if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then | |
5488 | lt_cv_path_LD="$ac_dir/$ac_prog" | |
5489 | # Check to see if the program is GNU ld. I'd rather use --version, | |
5490 | # but apparently some variants of GNU ld only accept -v. | |
5491 | # Break only if it was the GNU/non-GNU ld that we prefer. | |
5492 | case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in | |
5493 | *GNU* | *'with BFD'*) | |
5494 | test "$with_gnu_ld" != no && break | |
5495 | ;; | |
5496 | *) | |
5497 | test "$with_gnu_ld" != yes && break | |
5498 | ;; | |
5499 | esac | |
5500 | fi | |
5501 | done | |
5502 | IFS="$lt_save_ifs" | |
ac48eca1 | 5503 | else |
dabbade6 | 5504 | lt_cv_path_LD="$LD" # Let the user override the test with a path. |
ac48eca1 AO |
5505 | fi |
5506 | fi | |
dabbade6 L |
5507 | |
5508 | LD="$lt_cv_path_LD" | |
5509 | if test -n "$LD"; then | |
81ecdfbb RW |
5510 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5 |
5511 | $as_echo "$LD" >&6; } | |
ac48eca1 | 5512 | else |
81ecdfbb RW |
5513 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
5514 | $as_echo "no" >&6; } | |
ac48eca1 | 5515 | fi |
81ecdfbb RW |
5516 | test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 |
5517 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 | |
5518 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } | |
5519 | if test "${lt_cv_prog_gnu_ld+set}" = set; then : | |
5520 | $as_echo_n "(cached) " >&6 | |
ac48eca1 | 5521 | else |
dabbade6 L |
5522 | # I'd rather use --version here, but apparently some GNU lds only accept -v. |
5523 | case `$LD -v 2>&1 </dev/null` in | |
5524 | *GNU* | *'with BFD'*) | |
5525 | lt_cv_prog_gnu_ld=yes | |
5526 | ;; | |
5527 | *) | |
5528 | lt_cv_prog_gnu_ld=no | |
5529 | ;; | |
5530 | esac | |
ac48eca1 | 5531 | fi |
81ecdfbb RW |
5532 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5 |
5533 | $as_echo "$lt_cv_prog_gnu_ld" >&6; } | |
dabbade6 | 5534 | with_gnu_ld=$lt_cv_prog_gnu_ld |
d7040cdb SE |
5535 | |
5536 | ||
5537 | ||
5538 | ||
5539 | ||
5540 | ||
5541 | ||
5542 | ||
5543 | ||
81ecdfbb RW |
5544 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 |
5545 | $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } | |
5546 | if test "${lt_cv_path_NM+set}" = set; then : | |
5547 | $as_echo_n "(cached) " >&6 | |
ac48eca1 | 5548 | else |
dabbade6 L |
5549 | if test -n "$NM"; then |
5550 | # Let the user override the test. | |
5551 | lt_cv_path_NM="$NM" | |
ac48eca1 | 5552 | else |
dabbade6 L |
5553 | lt_nm_to_check="${ac_tool_prefix}nm" |
5554 | if test -n "$ac_tool_prefix" && test "$build" = "$host"; then | |
5555 | lt_nm_to_check="$lt_nm_to_check nm" | |
979273e3 | 5556 | fi |
dabbade6 L |
5557 | for lt_tmp_nm in $lt_nm_to_check; do |
5558 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR | |
5559 | for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do | |
5560 | IFS="$lt_save_ifs" | |
5561 | test -z "$ac_dir" && ac_dir=. | |
5562 | tmp_nm="$ac_dir/$lt_tmp_nm" | |
5563 | if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then | |
5564 | # Check to see if the nm accepts a BSD-compat flag. | |
5565 | # Adding the `sed 1q' prevents false positives on HP-UX, which says: | |
5566 | # nm: unknown option "B" ignored | |
5567 | # Tru64's nm complains that /dev/null is an invalid object file | |
5568 | case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in | |
5569 | */dev/null* | *'Invalid file or object type'*) | |
5570 | lt_cv_path_NM="$tmp_nm -B" | |
5571 | break | |
5572 | ;; | |
5573 | *) | |
5574 | case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in | |
5575 | */dev/null*) | |
5576 | lt_cv_path_NM="$tmp_nm -p" | |
5577 | break | |
5578 | ;; | |
5579 | *) | |
5580 | lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but | |
5581 | continue # so that we can try to find one that supports BSD flags | |
5582 | ;; | |
5583 | esac | |
5584 | ;; | |
5585 | esac | |
5586 | fi | |
5587 | done | |
5588 | IFS="$lt_save_ifs" | |
5589 | done | |
5590 | : ${lt_cv_path_NM=no} | |
ac48eca1 AO |
5591 | fi |
5592 | fi | |
81ecdfbb RW |
5593 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 |
5594 | $as_echo "$lt_cv_path_NM" >&6; } | |
dabbade6 L |
5595 | if test "$lt_cv_path_NM" != "no"; then |
5596 | NM="$lt_cv_path_NM" | |
ac48eca1 | 5597 | else |
dabbade6 L |
5598 | # Didn't find any BSD compatible name lister, look for dumpbin. |
5599 | if test -n "$ac_tool_prefix"; then | |
5600 | for ac_prog in "dumpbin -symbols" "link -dump -symbols" | |
5601 | do | |
5602 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
5603 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
81ecdfbb RW |
5604 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
5605 | $as_echo_n "checking for $ac_word... " >&6; } | |
5606 | if test "${ac_cv_prog_DUMPBIN+set}" = set; then : | |
5607 | $as_echo_n "(cached) " >&6 | |
ac48eca1 | 5608 | else |
dabbade6 L |
5609 | if test -n "$DUMPBIN"; then |
5610 | ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. | |
ac48eca1 | 5611 | else |
979273e3 NN |
5612 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
5613 | for as_dir in $PATH | |
5614 | do | |
5615 | IFS=$as_save_IFS | |
5616 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
5617 | for ac_exec_ext in '' $ac_executable_extensions; do |
5618 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
dabbade6 | 5619 | ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" |
81ecdfbb | 5620 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
979273e3 NN |
5621 | break 2 |
5622 | fi | |
5623 | done | |
81ecdfbb RW |
5624 | done |
5625 | IFS=$as_save_IFS | |
979273e3 | 5626 | |
ac48eca1 AO |
5627 | fi |
5628 | fi | |
dabbade6 L |
5629 | DUMPBIN=$ac_cv_prog_DUMPBIN |
5630 | if test -n "$DUMPBIN"; then | |
81ecdfbb RW |
5631 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 |
5632 | $as_echo "$DUMPBIN" >&6; } | |
ac48eca1 | 5633 | else |
81ecdfbb RW |
5634 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
5635 | $as_echo "no" >&6; } | |
ac48eca1 AO |
5636 | fi |
5637 | ||
81ecdfbb | 5638 | |
dabbade6 L |
5639 | test -n "$DUMPBIN" && break |
5640 | done | |
ac48eca1 | 5641 | fi |
dabbade6 L |
5642 | if test -z "$DUMPBIN"; then |
5643 | ac_ct_DUMPBIN=$DUMPBIN | |
5644 | for ac_prog in "dumpbin -symbols" "link -dump -symbols" | |
5645 | do | |
5646 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
5647 | set dummy $ac_prog; ac_word=$2 | |
81ecdfbb RW |
5648 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
5649 | $as_echo_n "checking for $ac_word... " >&6; } | |
5650 | if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then : | |
5651 | $as_echo_n "(cached) " >&6 | |
ac48eca1 | 5652 | else |
dabbade6 L |
5653 | if test -n "$ac_ct_DUMPBIN"; then |
5654 | ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. | |
d7040cdb SE |
5655 | else |
5656 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
5657 | for as_dir in $PATH | |
5658 | do | |
5659 | IFS=$as_save_IFS | |
5660 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
5661 | for ac_exec_ext in '' $ac_executable_extensions; do |
5662 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
dabbade6 | 5663 | ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" |
81ecdfbb | 5664 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb | 5665 | break 2 |
252b5132 | 5666 | fi |
d7040cdb | 5667 | done |
81ecdfbb RW |
5668 | done |
5669 | IFS=$as_save_IFS | |
252b5132 | 5670 | |
d7040cdb SE |
5671 | fi |
5672 | fi | |
dabbade6 L |
5673 | ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN |
5674 | if test -n "$ac_ct_DUMPBIN"; then | |
81ecdfbb RW |
5675 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 |
5676 | $as_echo "$ac_ct_DUMPBIN" >&6; } | |
d7040cdb | 5677 | else |
81ecdfbb RW |
5678 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
5679 | $as_echo "no" >&6; } | |
d7040cdb | 5680 | fi |
4867be41 | 5681 | |
81ecdfbb | 5682 | |
dabbade6 | 5683 | test -n "$ac_ct_DUMPBIN" && break |
d7040cdb | 5684 | done |
32fba81d | 5685 | |
81ecdfbb RW |
5686 | if test "x$ac_ct_DUMPBIN" = x; then |
5687 | DUMPBIN=":" | |
5688 | else | |
5689 | case $cross_compiling:$ac_tool_warned in | |
5690 | yes:) | |
5691 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
5692 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
5693 | ac_tool_warned=yes ;; | |
5694 | esac | |
5695 | DUMPBIN=$ac_ct_DUMPBIN | |
5696 | fi | |
d7040cdb | 5697 | fi |
979273e3 NN |
5698 | |
5699 | ||
dabbade6 L |
5700 | if test "$DUMPBIN" != ":"; then |
5701 | NM="$DUMPBIN" | |
5702 | fi | |
5703 | fi | |
5704 | test -z "$NM" && NM=nm | |
ac48eca1 | 5705 | |
252b5132 | 5706 | |
252b5132 | 5707 | |
979273e3 | 5708 | |
ac48eca1 | 5709 | |
d7040cdb | 5710 | |
81ecdfbb RW |
5711 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 |
5712 | $as_echo_n "checking the name lister ($NM) interface... " >&6; } | |
5713 | if test "${lt_cv_nm_interface+set}" = set; then : | |
5714 | $as_echo_n "(cached) " >&6 | |
dabbade6 L |
5715 | else |
5716 | lt_cv_nm_interface="BSD nm" | |
5717 | echo "int some_variable = 0;" > conftest.$ac_ext | |
81ecdfbb | 5718 | (eval echo "\"\$as_me:5718: $ac_compile\"" >&5) |
dabbade6 L |
5719 | (eval "$ac_compile" 2>conftest.err) |
5720 | cat conftest.err >&5 | |
81ecdfbb | 5721 | (eval echo "\"\$as_me:5721: $NM \\\"conftest.$ac_objext\\\"\"" >&5) |
dabbade6 L |
5722 | (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) |
5723 | cat conftest.err >&5 | |
81ecdfbb | 5724 | (eval echo "\"\$as_me:5724: output\"" >&5) |
dabbade6 L |
5725 | cat conftest.out >&5 |
5726 | if $GREP 'External.*some_variable' conftest.out > /dev/null; then | |
5727 | lt_cv_nm_interface="MS dumpbin" | |
5728 | fi | |
5729 | rm -f conftest* | |
5730 | fi | |
81ecdfbb RW |
5731 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 |
5732 | $as_echo "$lt_cv_nm_interface" >&6; } | |
d7040cdb | 5733 | |
81ecdfbb RW |
5734 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 |
5735 | $as_echo_n "checking whether ln -s works... " >&6; } | |
dabbade6 L |
5736 | LN_S=$as_ln_s |
5737 | if test "$LN_S" = "ln -s"; then | |
81ecdfbb RW |
5738 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
5739 | $as_echo "yes" >&6; } | |
dabbade6 | 5740 | else |
81ecdfbb RW |
5741 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 |
5742 | $as_echo "no, using $LN_S" >&6; } | |
dabbade6 L |
5743 | fi |
5744 | ||
5745 | # find the maximum length of command line arguments | |
81ecdfbb RW |
5746 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 |
5747 | $as_echo_n "checking the maximum length of command line arguments... " >&6; } | |
5748 | if test "${lt_cv_sys_max_cmd_len+set}" = set; then : | |
5749 | $as_echo_n "(cached) " >&6 | |
dabbade6 L |
5750 | else |
5751 | i=0 | |
5752 | teststring="ABCD" | |
5753 | ||
5754 | case $build_os in | |
5755 | msdosdjgpp*) | |
5756 | # On DJGPP, this test can blow up pretty badly due to problems in libc | |
5757 | # (any single argument exceeding 2000 bytes causes a buffer overrun | |
5758 | # during glob expansion). Even if it were fixed, the result of this | |
5759 | # check would be larger than it should be. | |
5760 | lt_cv_sys_max_cmd_len=12288; # 12K is about right | |
5761 | ;; | |
5762 | ||
5763 | gnu*) | |
5764 | # Under GNU Hurd, this test is not required because there is | |
5765 | # no limit to the length of command line arguments. | |
5766 | # Libtool will interpret -1 as no limit whatsoever | |
5767 | lt_cv_sys_max_cmd_len=-1; | |
5768 | ;; | |
5769 | ||
1927a18f | 5770 | cygwin* | mingw* | cegcc*) |
dabbade6 L |
5771 | # On Win9x/ME, this test blows up -- it succeeds, but takes |
5772 | # about 5 minutes as the teststring grows exponentially. | |
5773 | # Worse, since 9x/ME are not pre-emptively multitasking, | |
5774 | # you end up with a "frozen" computer, even though with patience | |
5775 | # the test eventually succeeds (with a max line length of 256k). | |
5776 | # Instead, let's just punt: use the minimum linelength reported by | |
5777 | # all of the supported platforms: 8192 (on NT/2K/XP). | |
5778 | lt_cv_sys_max_cmd_len=8192; | |
5779 | ;; | |
5780 | ||
5781 | amigaos*) | |
5782 | # On AmigaOS with pdksh, this test takes hours, literally. | |
5783 | # So we just punt and use a minimum line length of 8192. | |
5784 | lt_cv_sys_max_cmd_len=8192; | |
5785 | ;; | |
5786 | ||
5787 | netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) | |
5788 | # This has been around since 386BSD, at least. Likely further. | |
5789 | if test -x /sbin/sysctl; then | |
5790 | lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` | |
5791 | elif test -x /usr/sbin/sysctl; then | |
5792 | lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` | |
5793 | else | |
5794 | lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs | |
5795 | fi | |
5796 | # And add a safety zone | |
5797 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` | |
5798 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` | |
5799 | ;; | |
5800 | ||
5801 | interix*) | |
5802 | # We know the value 262144 and hardcode it with a safety zone (like BSD) | |
5803 | lt_cv_sys_max_cmd_len=196608 | |
5804 | ;; | |
5805 | ||
5806 | osf*) | |
5807 | # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure | |
5808 | # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not | |
5809 | # nice to cause kernel panics so lets avoid the loop below. | |
5810 | # First set a reasonable default. | |
5811 | lt_cv_sys_max_cmd_len=16384 | |
5812 | # | |
5813 | if test -x /sbin/sysconfig; then | |
5814 | case `/sbin/sysconfig -q proc exec_disable_arg_limit` in | |
5815 | *1*) lt_cv_sys_max_cmd_len=-1 ;; | |
5816 | esac | |
5817 | fi | |
5818 | ;; | |
5819 | sco3.2v5*) | |
5820 | lt_cv_sys_max_cmd_len=102400 | |
5821 | ;; | |
5822 | sysv5* | sco5v6* | sysv4.2uw2*) | |
5823 | kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` | |
5824 | if test -n "$kargmax"; then | |
5825 | lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` | |
5826 | else | |
5827 | lt_cv_sys_max_cmd_len=32768 | |
5828 | fi | |
d7040cdb SE |
5829 | ;; |
5830 | *) | |
1927a18f L |
5831 | lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` |
5832 | if test -n "$lt_cv_sys_max_cmd_len"; then | |
dabbade6 L |
5833 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` |
5834 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` | |
5835 | else | |
5836 | # Make teststring a little bigger before we do anything with it. | |
5837 | # a 1K string should be a reasonable start. | |
5838 | for i in 1 2 3 4 5 6 7 8 ; do | |
5839 | teststring=$teststring$teststring | |
5840 | done | |
5841 | SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} | |
5842 | # If test is not a shell built-in, we'll probably end up computing a | |
5843 | # maximum length that is only half of the actual maximum length, but | |
5844 | # we can't tell. | |
5845 | while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ | |
5846 | = "XX$teststring$teststring"; } >/dev/null 2>&1 && | |
5847 | test $i != 17 # 1/2 MB should be enough | |
5848 | do | |
5849 | i=`expr $i + 1` | |
5850 | teststring=$teststring$teststring | |
5851 | done | |
5852 | # Only check the string length outside the loop. | |
5853 | lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` | |
5854 | teststring= | |
5855 | # Add a significant safety factor because C++ compilers can tack on | |
5856 | # massive amounts of additional arguments before passing them to the | |
5857 | # linker. It appears as though 1/2 is a usable value. | |
5858 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` | |
5859 | fi | |
d7040cdb SE |
5860 | ;; |
5861 | esac | |
252b5132 | 5862 | |
dabbade6 | 5863 | fi |
252b5132 | 5864 | |
dabbade6 | 5865 | if test -n $lt_cv_sys_max_cmd_len ; then |
81ecdfbb RW |
5866 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 |
5867 | $as_echo "$lt_cv_sys_max_cmd_len" >&6; } | |
dabbade6 | 5868 | else |
81ecdfbb RW |
5869 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 |
5870 | $as_echo "none" >&6; } | |
dabbade6 L |
5871 | fi |
5872 | max_cmd_len=$lt_cv_sys_max_cmd_len | |
252b5132 | 5873 | |
252b5132 | 5874 | |
979273e3 | 5875 | |
979273e3 | 5876 | |
252b5132 | 5877 | |
252b5132 | 5878 | |
dabbade6 L |
5879 | : ${CP="cp -f"} |
5880 | : ${MV="mv -f"} | |
5881 | : ${RM="rm -f"} | |
252b5132 | 5882 | |
81ecdfbb RW |
5883 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5 |
5884 | $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; } | |
dabbade6 L |
5885 | # Try some XSI features |
5886 | xsi_shell=no | |
5887 | ( _lt_dummy="a/b/c" | |
5888 | test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \ | |
1927a18f L |
5889 | = c,a/b,, \ |
5890 | && eval 'test $(( 1 + 1 )) -eq 2 \ | |
5891 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | |
dabbade6 | 5892 | && xsi_shell=yes |
81ecdfbb RW |
5893 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5 |
5894 | $as_echo "$xsi_shell" >&6; } | |
252b5132 | 5895 | |
252b5132 | 5896 | |
81ecdfbb RW |
5897 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5 |
5898 | $as_echo_n "checking whether the shell understands \"+=\"... " >&6; } | |
dabbade6 L |
5899 | lt_shell_append=no |
5900 | ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \ | |
5901 | >/dev/null 2>&1 \ | |
5902 | && lt_shell_append=yes | |
81ecdfbb RW |
5903 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5 |
5904 | $as_echo "$lt_shell_append" >&6; } | |
252b5132 | 5905 | |
ac48eca1 | 5906 | |
dabbade6 L |
5907 | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then |
5908 | lt_unset=unset | |
5909 | else | |
5910 | lt_unset=false | |
5911 | fi | |
979273e3 NN |
5912 | |
5913 | ||
5914 | ||
5915 | ||
ac48eca1 | 5916 | |
dabbade6 L |
5917 | # test EBCDIC or ASCII |
5918 | case `echo X|tr X '\101'` in | |
5919 | A) # ASCII based system | |
5920 | # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr | |
5921 | lt_SP2NL='tr \040 \012' | |
5922 | lt_NL2SP='tr \015\012 \040\040' | |
5923 | ;; | |
5924 | *) # EBCDIC based system | |
5925 | lt_SP2NL='tr \100 \n' | |
5926 | lt_NL2SP='tr \r\n \100\100' | |
5927 | ;; | |
5928 | esac | |
9e9b66a9 | 5929 | |
1ad12f97 | 5930 | |
1ad12f97 | 5931 | |
9e9b66a9 | 5932 | |
1ad12f97 | 5933 | |
a541e3ce | 5934 | |
9e9b66a9 | 5935 | |
a2d91340 AC |
5936 | |
5937 | ||
81ecdfbb RW |
5938 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
5939 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | |
5940 | if test "${lt_cv_ld_reload_flag+set}" = set; then : | |
5941 | $as_echo_n "(cached) " >&6 | |
dabbade6 L |
5942 | else |
5943 | lt_cv_ld_reload_flag='-r' | |
5944 | fi | |
81ecdfbb RW |
5945 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 |
5946 | $as_echo "$lt_cv_ld_reload_flag" >&6; } | |
dabbade6 L |
5947 | reload_flag=$lt_cv_ld_reload_flag |
5948 | case $reload_flag in | |
5949 | "" | " "*) ;; | |
5950 | *) reload_flag=" $reload_flag" ;; | |
5951 | esac | |
5952 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | |
5953 | case $host_os in | |
5954 | darwin*) | |
5955 | if test "$GCC" = yes; then | |
5956 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | |
5957 | else | |
5958 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | |
5959 | fi | |
5960 | ;; | |
5961 | esac | |
9e9b66a9 AM |
5962 | |
5963 | ||
5964 | ||
252b5132 | 5965 | |
252b5132 | 5966 | |
252b5132 | 5967 | |
252b5132 | 5968 | |
252b5132 | 5969 | |
d7040cdb | 5970 | |
1927a18f L |
5971 | if test -n "$ac_tool_prefix"; then |
5972 | # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. | |
5973 | set dummy ${ac_tool_prefix}objdump; ac_word=$2 | |
81ecdfbb RW |
5974 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
5975 | $as_echo_n "checking for $ac_word... " >&6; } | |
5976 | if test "${ac_cv_prog_OBJDUMP+set}" = set; then : | |
5977 | $as_echo_n "(cached) " >&6 | |
1927a18f L |
5978 | else |
5979 | if test -n "$OBJDUMP"; then | |
5980 | ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. | |
5981 | else | |
5982 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
5983 | for as_dir in $PATH | |
5984 | do | |
5985 | IFS=$as_save_IFS | |
5986 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
5987 | for ac_exec_ext in '' $ac_executable_extensions; do |
5988 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
1927a18f | 5989 | ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" |
81ecdfbb | 5990 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
1927a18f L |
5991 | break 2 |
5992 | fi | |
5993 | done | |
81ecdfbb RW |
5994 | done |
5995 | IFS=$as_save_IFS | |
1927a18f L |
5996 | |
5997 | fi | |
5998 | fi | |
5999 | OBJDUMP=$ac_cv_prog_OBJDUMP | |
6000 | if test -n "$OBJDUMP"; then | |
81ecdfbb RW |
6001 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 |
6002 | $as_echo "$OBJDUMP" >&6; } | |
1927a18f | 6003 | else |
81ecdfbb RW |
6004 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6005 | $as_echo "no" >&6; } | |
1927a18f L |
6006 | fi |
6007 | ||
81ecdfbb | 6008 | |
1927a18f L |
6009 | fi |
6010 | if test -z "$ac_cv_prog_OBJDUMP"; then | |
6011 | ac_ct_OBJDUMP=$OBJDUMP | |
6012 | # Extract the first word of "objdump", so it can be a program name with args. | |
6013 | set dummy objdump; ac_word=$2 | |
81ecdfbb RW |
6014 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6015 | $as_echo_n "checking for $ac_word... " >&6; } | |
6016 | if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then : | |
6017 | $as_echo_n "(cached) " >&6 | |
1927a18f L |
6018 | else |
6019 | if test -n "$ac_ct_OBJDUMP"; then | |
6020 | ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. | |
6021 | else | |
6022 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6023 | for as_dir in $PATH | |
6024 | do | |
6025 | IFS=$as_save_IFS | |
6026 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6027 | for ac_exec_ext in '' $ac_executable_extensions; do |
6028 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
1927a18f | 6029 | ac_cv_prog_ac_ct_OBJDUMP="objdump" |
81ecdfbb | 6030 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
1927a18f L |
6031 | break 2 |
6032 | fi | |
6033 | done | |
81ecdfbb RW |
6034 | done |
6035 | IFS=$as_save_IFS | |
1927a18f | 6036 | |
1927a18f L |
6037 | fi |
6038 | fi | |
6039 | ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP | |
6040 | if test -n "$ac_ct_OBJDUMP"; then | |
81ecdfbb RW |
6041 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 |
6042 | $as_echo "$ac_ct_OBJDUMP" >&6; } | |
1927a18f | 6043 | else |
81ecdfbb RW |
6044 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6045 | $as_echo "no" >&6; } | |
1927a18f L |
6046 | fi |
6047 | ||
81ecdfbb RW |
6048 | if test "x$ac_ct_OBJDUMP" = x; then |
6049 | OBJDUMP="false" | |
6050 | else | |
6051 | case $cross_compiling:$ac_tool_warned in | |
6052 | yes:) | |
6053 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
6054 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
6055 | ac_tool_warned=yes ;; | |
6056 | esac | |
6057 | OBJDUMP=$ac_ct_OBJDUMP | |
6058 | fi | |
1927a18f L |
6059 | else |
6060 | OBJDUMP="$ac_cv_prog_OBJDUMP" | |
6061 | fi | |
6062 | ||
6063 | test -z "$OBJDUMP" && OBJDUMP=objdump | |
6064 | ||
6065 | ||
6066 | ||
6067 | ||
6068 | ||
6069 | ||
6070 | ||
6071 | ||
d7040cdb | 6072 | |
81ecdfbb RW |
6073 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 |
6074 | $as_echo_n "checking how to recognize dependent libraries... " >&6; } | |
6075 | if test "${lt_cv_deplibs_check_method+set}" = set; then : | |
6076 | $as_echo_n "(cached) " >&6 | |
252b5132 | 6077 | else |
dabbade6 L |
6078 | lt_cv_file_magic_cmd='$MAGIC_CMD' |
6079 | lt_cv_file_magic_test_file= | |
6080 | lt_cv_deplibs_check_method='unknown' | |
6081 | # Need to set the preceding variable on all platforms that support | |
6082 | # interlibrary dependencies. | |
6083 | # 'none' -- dependencies not supported. | |
6084 | # `unknown' -- same as none, but documents that we really don't know. | |
6085 | # 'pass_all' -- all dependencies passed with no checks. | |
6086 | # 'test_compile' -- check by making test program. | |
6087 | # 'file_magic [[regex]]' -- check by looking for files in library path | |
6088 | # which responds to the $file_magic_cmd with a given extended regex. | |
6089 | # If you have `file' or equivalent on your system and you're not sure | |
6090 | # whether `pass_all' will *always* work, you probably want this one. | |
8ae85421 | 6091 | |
dabbade6 | 6092 | case $host_os in |
50e7d84b | 6093 | aix[4-9]*) |
dabbade6 L |
6094 | lt_cv_deplibs_check_method=pass_all |
6095 | ;; | |
979273e3 | 6096 | |
dabbade6 L |
6097 | beos*) |
6098 | lt_cv_deplibs_check_method=pass_all | |
6099 | ;; | |
24443139 | 6100 | |
dabbade6 L |
6101 | bsdi[45]*) |
6102 | lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' | |
6103 | lt_cv_file_magic_cmd='/usr/bin/file -L' | |
6104 | lt_cv_file_magic_test_file=/shlib/libc.so | |
d7040cdb | 6105 | ;; |
dabbade6 L |
6106 | |
6107 | cygwin*) | |
6108 | # func_win32_libid is a shell function defined in ltmain.sh | |
6109 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | |
6110 | lt_cv_file_magic_cmd='func_win32_libid' | |
d7040cdb | 6111 | ;; |
dabbade6 L |
6112 | |
6113 | mingw* | pw32*) | |
6114 | # Base MSYS/MinGW do not provide the 'file' command needed by | |
6115 | # func_win32_libid shell function, so use a weaker test based on 'objdump', | |
6116 | # unless we find 'file', for example because we are cross-compiling. | |
6117 | if ( file / ) >/dev/null 2>&1; then | |
6118 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | |
6119 | lt_cv_file_magic_cmd='func_win32_libid' | |
6120 | else | |
6121 | lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' | |
6122 | lt_cv_file_magic_cmd='$OBJDUMP -f' | |
d7040cdb SE |
6123 | fi |
6124 | ;; | |
dabbade6 | 6125 | |
1927a18f L |
6126 | cegcc) |
6127 | # use the weaker test based on 'objdump'. See mingw*. | |
6128 | lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' | |
6129 | lt_cv_file_magic_cmd='$OBJDUMP -f' | |
6130 | ;; | |
6131 | ||
dabbade6 L |
6132 | darwin* | rhapsody*) |
6133 | lt_cv_deplibs_check_method=pass_all | |
d7040cdb | 6134 | ;; |
dabbade6 L |
6135 | |
6136 | freebsd* | dragonfly*) | |
6137 | if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then | |
6138 | case $host_cpu in | |
6139 | i*86 ) | |
6140 | # Not sure whether the presence of OpenBSD here was a mistake. | |
6141 | # Let's accept both of them until this is cleared up. | |
6142 | lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' | |
6143 | lt_cv_file_magic_cmd=/usr/bin/file | |
6144 | lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` | |
6145 | ;; | |
6146 | esac | |
6147 | else | |
6148 | lt_cv_deplibs_check_method=pass_all | |
6149 | fi | |
d7040cdb | 6150 | ;; |
dabbade6 L |
6151 | |
6152 | gnu*) | |
6153 | lt_cv_deplibs_check_method=pass_all | |
d7040cdb | 6154 | ;; |
dabbade6 L |
6155 | |
6156 | hpux10.20* | hpux11*) | |
6157 | lt_cv_file_magic_cmd=/usr/bin/file | |
6158 | case $host_cpu in | |
6159 | ia64*) | |
6160 | lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' | |
6161 | lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so | |
6162 | ;; | |
6163 | hppa*64*) | |
6164 | lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]' | |
6165 | lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl | |
6166 | ;; | |
6167 | *) | |
6168 | lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' | |
6169 | lt_cv_file_magic_test_file=/usr/lib/libc.sl | |
6170 | ;; | |
6171 | esac | |
d7040cdb | 6172 | ;; |
24443139 | 6173 | |
dabbade6 L |
6174 | interix[3-9]*) |
6175 | # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here | |
6176 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' | |
6177 | ;; | |
24443139 | 6178 | |
dabbade6 L |
6179 | irix5* | irix6* | nonstopux*) |
6180 | case $LD in | |
6181 | *-32|*"-32 ") libmagic=32-bit;; | |
6182 | *-n32|*"-n32 ") libmagic=N32;; | |
6183 | *-64|*"-64 ") libmagic=64-bit;; | |
6184 | *) libmagic=never-match;; | |
6185 | esac | |
6186 | lt_cv_deplibs_check_method=pass_all | |
6187 | ;; | |
8ae85421 | 6188 | |
dabbade6 | 6189 | # This must be Linux ELF. |
58e24671 | 6190 | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
dabbade6 L |
6191 | lt_cv_deplibs_check_method=pass_all |
6192 | ;; | |
24443139 | 6193 | |
dabbade6 L |
6194 | netbsd*) |
6195 | if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then | |
6196 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' | |
6197 | else | |
6198 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' | |
6199 | fi | |
d7040cdb | 6200 | ;; |
24443139 | 6201 | |
dabbade6 L |
6202 | newos6*) |
6203 | lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' | |
6204 | lt_cv_file_magic_cmd=/usr/bin/file | |
6205 | lt_cv_file_magic_test_file=/usr/lib/libnls.so | |
6206 | ;; | |
d7040cdb | 6207 | |
dabbade6 L |
6208 | *nto* | *qnx*) |
6209 | lt_cv_deplibs_check_method=pass_all | |
6210 | ;; | |
d7040cdb | 6211 | |
dabbade6 L |
6212 | openbsd*) |
6213 | if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then | |
6214 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' | |
d7040cdb | 6215 | else |
dabbade6 | 6216 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' |
d7040cdb | 6217 | fi |
dabbade6 | 6218 | ;; |
24443139 | 6219 | |
dabbade6 L |
6220 | osf3* | osf4* | osf5*) |
6221 | lt_cv_deplibs_check_method=pass_all | |
6222 | ;; | |
24443139 | 6223 | |
dabbade6 L |
6224 | rdos*) |
6225 | lt_cv_deplibs_check_method=pass_all | |
6226 | ;; | |
81172ff2 | 6227 | |
dabbade6 L |
6228 | solaris*) |
6229 | lt_cv_deplibs_check_method=pass_all | |
6230 | ;; | |
81172ff2 | 6231 | |
dabbade6 L |
6232 | sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) |
6233 | lt_cv_deplibs_check_method=pass_all | |
6234 | ;; | |
252b5132 | 6235 | |
dabbade6 L |
6236 | sysv4 | sysv4.3*) |
6237 | case $host_vendor in | |
6238 | motorola) | |
6239 | 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]' | |
6240 | lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` | |
6241 | ;; | |
6242 | ncr) | |
6243 | lt_cv_deplibs_check_method=pass_all | |
6244 | ;; | |
6245 | sequent) | |
6246 | lt_cv_file_magic_cmd='/bin/file' | |
6247 | lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' | |
6248 | ;; | |
6249 | sni) | |
6250 | lt_cv_file_magic_cmd='/bin/file' | |
6251 | lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" | |
6252 | lt_cv_file_magic_test_file=/lib/libc.so | |
6253 | ;; | |
6254 | siemens) | |
6255 | lt_cv_deplibs_check_method=pass_all | |
6256 | ;; | |
6257 | pc) | |
6258 | lt_cv_deplibs_check_method=pass_all | |
6259 | ;; | |
6260 | esac | |
6261 | ;; | |
252b5132 | 6262 | |
dabbade6 L |
6263 | tpf*) |
6264 | lt_cv_deplibs_check_method=pass_all | |
6265 | ;; | |
6266 | esac | |
979273e3 | 6267 | |
dabbade6 | 6268 | fi |
81ecdfbb RW |
6269 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
6270 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | |
dabbade6 L |
6271 | file_magic_cmd=$lt_cv_file_magic_cmd |
6272 | deplibs_check_method=$lt_cv_deplibs_check_method | |
6273 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | |
d7040cdb | 6274 | |
979273e3 | 6275 | |
979273e3 | 6276 | |
dabbade6 L |
6277 | |
6278 | ||
6279 | ||
6280 | ||
6281 | ||
6282 | ||
6283 | ||
6284 | ||
6285 | ||
6286 | if test -n "$ac_tool_prefix"; then | |
6287 | # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. | |
6288 | set dummy ${ac_tool_prefix}ar; ac_word=$2 | |
81ecdfbb RW |
6289 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6290 | $as_echo_n "checking for $ac_word... " >&6; } | |
6291 | if test "${ac_cv_prog_AR+set}" = set; then : | |
6292 | $as_echo_n "(cached) " >&6 | |
dabbade6 L |
6293 | else |
6294 | if test -n "$AR"; then | |
6295 | ac_cv_prog_AR="$AR" # Let the user override the test. | |
6296 | else | |
6297 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6298 | for as_dir in $PATH | |
6299 | do | |
6300 | IFS=$as_save_IFS | |
6301 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6302 | for ac_exec_ext in '' $ac_executable_extensions; do |
6303 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
dabbade6 | 6304 | ac_cv_prog_AR="${ac_tool_prefix}ar" |
81ecdfbb | 6305 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
dabbade6 | 6306 | break 2 |
252b5132 | 6307 | fi |
979273e3 | 6308 | done |
81ecdfbb RW |
6309 | done |
6310 | IFS=$as_save_IFS | |
979273e3 | 6311 | |
dabbade6 L |
6312 | fi |
6313 | fi | |
6314 | AR=$ac_cv_prog_AR | |
6315 | if test -n "$AR"; then | |
81ecdfbb RW |
6316 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 |
6317 | $as_echo "$AR" >&6; } | |
dabbade6 | 6318 | else |
81ecdfbb RW |
6319 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6320 | $as_echo "no" >&6; } | |
979273e3 | 6321 | fi |
d7040cdb | 6322 | |
81ecdfbb | 6323 | |
252b5132 | 6324 | fi |
dabbade6 L |
6325 | if test -z "$ac_cv_prog_AR"; then |
6326 | ac_ct_AR=$AR | |
6327 | # Extract the first word of "ar", so it can be a program name with args. | |
6328 | set dummy ar; ac_word=$2 | |
81ecdfbb RW |
6329 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6330 | $as_echo_n "checking for $ac_word... " >&6; } | |
6331 | if test "${ac_cv_prog_ac_ct_AR+set}" = set; then : | |
6332 | $as_echo_n "(cached) " >&6 | |
979273e3 | 6333 | else |
dabbade6 L |
6334 | if test -n "$ac_ct_AR"; then |
6335 | ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. | |
6336 | else | |
6337 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6338 | for as_dir in $PATH | |
6339 | do | |
6340 | IFS=$as_save_IFS | |
6341 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6342 | for ac_exec_ext in '' $ac_executable_extensions; do |
6343 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
dabbade6 | 6344 | ac_cv_prog_ac_ct_AR="ar" |
81ecdfbb | 6345 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
dabbade6 L |
6346 | break 2 |
6347 | fi | |
6348 | done | |
81ecdfbb RW |
6349 | done |
6350 | IFS=$as_save_IFS | |
dabbade6 | 6351 | |
dabbade6 L |
6352 | fi |
6353 | fi | |
6354 | ac_ct_AR=$ac_cv_prog_ac_ct_AR | |
6355 | if test -n "$ac_ct_AR"; then | |
81ecdfbb RW |
6356 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 |
6357 | $as_echo "$ac_ct_AR" >&6; } | |
dabbade6 | 6358 | else |
81ecdfbb RW |
6359 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6360 | $as_echo "no" >&6; } | |
252b5132 RH |
6361 | fi |
6362 | ||
81ecdfbb RW |
6363 | if test "x$ac_ct_AR" = x; then |
6364 | AR="false" | |
6365 | else | |
6366 | case $cross_compiling:$ac_tool_warned in | |
6367 | yes:) | |
6368 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
6369 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
6370 | ac_tool_warned=yes ;; | |
6371 | esac | |
6372 | AR=$ac_ct_AR | |
6373 | fi | |
dabbade6 L |
6374 | else |
6375 | AR="$ac_cv_prog_AR" | |
6376 | fi | |
252b5132 | 6377 | |
dabbade6 L |
6378 | test -z "$AR" && AR=ar |
6379 | test -z "$AR_FLAGS" && AR_FLAGS=cru | |
252b5132 | 6380 | |
979273e3 | 6381 | |
979273e3 | 6382 | |
979273e3 | 6383 | |
252b5132 | 6384 | |
979273e3 | 6385 | |
979273e3 | 6386 | |
252b5132 | 6387 | |
979273e3 | 6388 | |
979273e3 | 6389 | |
979273e3 | 6390 | |
dabbade6 L |
6391 | if test -n "$ac_tool_prefix"; then |
6392 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | |
6393 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | |
81ecdfbb RW |
6394 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6395 | $as_echo_n "checking for $ac_word... " >&6; } | |
6396 | if test "${ac_cv_prog_STRIP+set}" = set; then : | |
6397 | $as_echo_n "(cached) " >&6 | |
dabbade6 L |
6398 | else |
6399 | if test -n "$STRIP"; then | |
6400 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
6401 | else | |
6402 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6403 | for as_dir in $PATH | |
6404 | do | |
6405 | IFS=$as_save_IFS | |
6406 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6407 | for ac_exec_ext in '' $ac_executable_extensions; do |
6408 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
dabbade6 | 6409 | ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
81ecdfbb | 6410 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
dabbade6 L |
6411 | break 2 |
6412 | fi | |
6413 | done | |
81ecdfbb RW |
6414 | done |
6415 | IFS=$as_save_IFS | |
979273e3 | 6416 | |
dabbade6 L |
6417 | fi |
6418 | fi | |
6419 | STRIP=$ac_cv_prog_STRIP | |
6420 | if test -n "$STRIP"; then | |
81ecdfbb RW |
6421 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 |
6422 | $as_echo "$STRIP" >&6; } | |
dabbade6 | 6423 | else |
81ecdfbb RW |
6424 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6425 | $as_echo "no" >&6; } | |
dabbade6 | 6426 | fi |
979273e3 | 6427 | |
81ecdfbb | 6428 | |
dabbade6 L |
6429 | fi |
6430 | if test -z "$ac_cv_prog_STRIP"; then | |
6431 | ac_ct_STRIP=$STRIP | |
6432 | # Extract the first word of "strip", so it can be a program name with args. | |
6433 | set dummy strip; ac_word=$2 | |
81ecdfbb RW |
6434 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6435 | $as_echo_n "checking for $ac_word... " >&6; } | |
6436 | if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : | |
6437 | $as_echo_n "(cached) " >&6 | |
dabbade6 L |
6438 | else |
6439 | if test -n "$ac_ct_STRIP"; then | |
6440 | ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. | |
6441 | else | |
6442 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6443 | for as_dir in $PATH | |
6444 | do | |
6445 | IFS=$as_save_IFS | |
6446 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6447 | for ac_exec_ext in '' $ac_executable_extensions; do |
6448 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
dabbade6 | 6449 | ac_cv_prog_ac_ct_STRIP="strip" |
81ecdfbb | 6450 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
dabbade6 L |
6451 | break 2 |
6452 | fi | |
6453 | done | |
81ecdfbb RW |
6454 | done |
6455 | IFS=$as_save_IFS | |
979273e3 | 6456 | |
dabbade6 L |
6457 | fi |
6458 | fi | |
6459 | ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP | |
6460 | if test -n "$ac_ct_STRIP"; then | |
81ecdfbb RW |
6461 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 |
6462 | $as_echo "$ac_ct_STRIP" >&6; } | |
dabbade6 | 6463 | else |
81ecdfbb RW |
6464 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6465 | $as_echo "no" >&6; } | |
dabbade6 | 6466 | fi |
979273e3 | 6467 | |
81ecdfbb RW |
6468 | if test "x$ac_ct_STRIP" = x; then |
6469 | STRIP=":" | |
6470 | else | |
6471 | case $cross_compiling:$ac_tool_warned in | |
6472 | yes:) | |
6473 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
6474 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
6475 | ac_tool_warned=yes ;; | |
6476 | esac | |
6477 | STRIP=$ac_ct_STRIP | |
6478 | fi | |
dabbade6 L |
6479 | else |
6480 | STRIP="$ac_cv_prog_STRIP" | |
6481 | fi | |
979273e3 | 6482 | |
dabbade6 | 6483 | test -z "$STRIP" && STRIP=: |
979273e3 | 6484 | |
d7040cdb | 6485 | |
979273e3 | 6486 | |
d7040cdb | 6487 | |
979273e3 | 6488 | |
979273e3 | 6489 | |
dabbade6 L |
6490 | if test -n "$ac_tool_prefix"; then |
6491 | # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. | |
6492 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | |
81ecdfbb RW |
6493 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6494 | $as_echo_n "checking for $ac_word... " >&6; } | |
6495 | if test "${ac_cv_prog_RANLIB+set}" = set; then : | |
6496 | $as_echo_n "(cached) " >&6 | |
979273e3 | 6497 | else |
dabbade6 L |
6498 | if test -n "$RANLIB"; then |
6499 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
6500 | else | |
6501 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6502 | for as_dir in $PATH | |
6503 | do | |
6504 | IFS=$as_save_IFS | |
6505 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6506 | for ac_exec_ext in '' $ac_executable_extensions; do |
6507 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
dabbade6 | 6508 | ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
81ecdfbb | 6509 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
dabbade6 L |
6510 | break 2 |
6511 | fi | |
6512 | done | |
81ecdfbb RW |
6513 | done |
6514 | IFS=$as_save_IFS | |
979273e3 | 6515 | |
979273e3 | 6516 | fi |
979273e3 | 6517 | fi |
dabbade6 L |
6518 | RANLIB=$ac_cv_prog_RANLIB |
6519 | if test -n "$RANLIB"; then | |
81ecdfbb RW |
6520 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 |
6521 | $as_echo "$RANLIB" >&6; } | |
dabbade6 | 6522 | else |
81ecdfbb RW |
6523 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6524 | $as_echo "no" >&6; } | |
dabbade6 | 6525 | fi |
d7040cdb | 6526 | |
81ecdfbb | 6527 | |
d7040cdb | 6528 | fi |
dabbade6 L |
6529 | if test -z "$ac_cv_prog_RANLIB"; then |
6530 | ac_ct_RANLIB=$RANLIB | |
6531 | # Extract the first word of "ranlib", so it can be a program name with args. | |
6532 | set dummy ranlib; ac_word=$2 | |
81ecdfbb RW |
6533 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6534 | $as_echo_n "checking for $ac_word... " >&6; } | |
6535 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : | |
6536 | $as_echo_n "(cached) " >&6 | |
979273e3 | 6537 | else |
dabbade6 L |
6538 | if test -n "$ac_ct_RANLIB"; then |
6539 | ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. | |
6540 | else | |
6541 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6542 | for as_dir in $PATH | |
d7040cdb | 6543 | do |
dabbade6 L |
6544 | IFS=$as_save_IFS |
6545 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6546 | for ac_exec_ext in '' $ac_executable_extensions; do |
6547 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
dabbade6 | 6548 | ac_cv_prog_ac_ct_RANLIB="ranlib" |
81ecdfbb | 6549 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
dabbade6 | 6550 | break 2 |
979273e3 | 6551 | fi |
dabbade6 | 6552 | done |
81ecdfbb RW |
6553 | done |
6554 | IFS=$as_save_IFS | |
dabbade6 | 6555 | |
979273e3 | 6556 | fi |
dabbade6 L |
6557 | fi |
6558 | ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB | |
6559 | if test -n "$ac_ct_RANLIB"; then | |
81ecdfbb RW |
6560 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 |
6561 | $as_echo "$ac_ct_RANLIB" >&6; } | |
979273e3 | 6562 | else |
81ecdfbb RW |
6563 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6564 | $as_echo "no" >&6; } | |
d7040cdb | 6565 | fi |
d7040cdb | 6566 | |
81ecdfbb RW |
6567 | if test "x$ac_ct_RANLIB" = x; then |
6568 | RANLIB=":" | |
6569 | else | |
6570 | case $cross_compiling:$ac_tool_warned in | |
6571 | yes:) | |
6572 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
6573 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
6574 | ac_tool_warned=yes ;; | |
6575 | esac | |
6576 | RANLIB=$ac_ct_RANLIB | |
6577 | fi | |
d7040cdb | 6578 | else |
dabbade6 | 6579 | RANLIB="$ac_cv_prog_RANLIB" |
d7040cdb | 6580 | fi |
979273e3 | 6581 | |
dabbade6 | 6582 | test -z "$RANLIB" && RANLIB=: |
979273e3 | 6583 | |
252b5132 | 6584 | |
252b5132 | 6585 | |
d7040cdb | 6586 | |
d7040cdb | 6587 | |
d7040cdb | 6588 | |
dabbade6 | 6589 | # Determine commands to create old-style static archives. |
1927a18f | 6590 | old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' |
dabbade6 L |
6591 | old_postinstall_cmds='chmod 644 $oldlib' |
6592 | old_postuninstall_cmds= | |
d7040cdb | 6593 | |
dabbade6 L |
6594 | if test -n "$RANLIB"; then |
6595 | case $host_os in | |
6596 | openbsd*) | |
6597 | old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" | |
6598 | ;; | |
6599 | *) | |
6600 | old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" | |
6601 | ;; | |
6602 | esac | |
6603 | old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" | |
d7040cdb SE |
6604 | fi |
6605 | ||
d7040cdb SE |
6606 | |
6607 | ||
d7040cdb | 6608 | |
d7040cdb | 6609 | |
252b5132 | 6610 | |
d7040cdb | 6611 | |
d7040cdb | 6612 | |
d7040cdb SE |
6613 | |
6614 | ||
6615 | ||
d7040cdb | 6616 | |
d7040cdb | 6617 | |
d7040cdb | 6618 | |
252b5132 | 6619 | |
d7040cdb SE |
6620 | |
6621 | ||
6622 | ||
d7040cdb | 6623 | |
d7040cdb SE |
6624 | |
6625 | ||
6626 | ||
6627 | ||
6628 | ||
6629 | ||
6630 | ||
6631 | ||
6632 | ||
6633 | ||
6634 | ||
6635 | ||
6636 | ||
6637 | ||
6638 | ||
dabbade6 L |
6639 | # If no C compiler was specified, use CC. |
6640 | LTCC=${LTCC-"$CC"} | |
d7040cdb | 6641 | |
dabbade6 L |
6642 | # If no C compiler flags were specified, use CFLAGS. |
6643 | LTCFLAGS=${LTCFLAGS-"$CFLAGS"} | |
d7040cdb | 6644 | |
dabbade6 L |
6645 | # Allow CC to be a program name with arguments. |
6646 | compiler=$CC | |
d7040cdb SE |
6647 | |
6648 | ||
dabbade6 | 6649 | # Check for command to grab the raw symbol name followed by C symbol from nm. |
81ecdfbb RW |
6650 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 |
6651 | $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } | |
6652 | if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then : | |
6653 | $as_echo_n "(cached) " >&6 | |
dabbade6 | 6654 | else |
d7040cdb | 6655 | |
dabbade6 L |
6656 | # These are sane defaults that work on at least a few old systems. |
6657 | # [They come from Ultrix. What could be older than Ultrix?!! ;)] | |
d7040cdb | 6658 | |
dabbade6 L |
6659 | # Character class describing NM global symbol codes. |
6660 | symcode='[BCDEGRST]' | |
d7040cdb | 6661 | |
dabbade6 L |
6662 | # Regexp to match symbols that can be accessed directly from C. |
6663 | sympat='\([_A-Za-z][_A-Za-z0-9]*\)' | |
d7040cdb | 6664 | |
dabbade6 L |
6665 | # Define system-specific variables. |
6666 | case $host_os in | |
6667 | aix*) | |
6668 | symcode='[BCDT]' | |
6669 | ;; | |
1927a18f | 6670 | cygwin* | mingw* | pw32* | cegcc*) |
dabbade6 L |
6671 | symcode='[ABCDGISTW]' |
6672 | ;; | |
6673 | hpux*) | |
6674 | if test "$host_cpu" = ia64; then | |
6675 | symcode='[ABCDEGRST]' | |
6676 | fi | |
6677 | ;; | |
6678 | irix* | nonstopux*) | |
6679 | symcode='[BCDEGRST]' | |
6680 | ;; | |
6681 | osf*) | |
6682 | symcode='[BCDEGQRST]' | |
6683 | ;; | |
6684 | solaris*) | |
6685 | symcode='[BDRT]' | |
6686 | ;; | |
6687 | sco3.2v5*) | |
6688 | symcode='[DT]' | |
6689 | ;; | |
6690 | sysv4.2uw2*) | |
6691 | symcode='[DT]' | |
6692 | ;; | |
6693 | sysv5* | sco5v6* | unixware* | OpenUNIX*) | |
6694 | symcode='[ABDT]' | |
6695 | ;; | |
6696 | sysv4) | |
6697 | symcode='[DFNSTU]' | |
6698 | ;; | |
6699 | esac | |
6700 | ||
6701 | # If we're using GNU nm, then use its standard symbol codes. | |
6702 | case `$NM -V 2>&1` in | |
6703 | *GNU* | *'with BFD'*) | |
6704 | symcode='[ABCDGIRSTW]' ;; | |
6705 | esac | |
d7040cdb | 6706 | |
dabbade6 L |
6707 | # Transform an extracted symbol line into a proper C declaration. |
6708 | # Some systems (esp. on ia64) link data and code symbols differently, | |
6709 | # so use this general approach. | |
6710 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | |
d7040cdb | 6711 | |
dabbade6 | 6712 | # Transform an extracted symbol line into symbol name and symbol address |
7357c5b6 | 6713 | lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" |
1927a18f | 6714 | 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'" |
d7040cdb | 6715 | |
7357c5b6 AM |
6716 | # Handle CRLF in mingw tool chain |
6717 | opt_cr= | |
6718 | case $build_os in | |
6719 | mingw*) | |
6720 | opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp | |
6721 | ;; | |
6722 | esac | |
d7040cdb | 6723 | |
7357c5b6 AM |
6724 | # Try without a prefix underscore, then with it. |
6725 | for ac_symprfx in "" "_"; do | |
d7040cdb | 6726 | |
7357c5b6 AM |
6727 | # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. |
6728 | symxfrm="\\1 $ac_symprfx\\2 \\2" | |
d7040cdb | 6729 | |
7357c5b6 AM |
6730 | # Write the raw and C identifiers. |
6731 | if test "$lt_cv_nm_interface" = "MS dumpbin"; then | |
6732 | # Fake it for dumpbin and say T for any non-static function | |
6733 | # and D for any global variable. | |
6734 | # Also find C++ and __fastcall symbols from MSVC++, | |
6735 | # which start with @ or ?. | |
6736 | lt_cv_sys_global_symbol_pipe="$AWK '"\ | |
6737 | " {last_section=section; section=\$ 3};"\ | |
6738 | " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ | |
6739 | " \$ 0!~/External *\|/{next};"\ | |
6740 | " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ | |
6741 | " {if(hide[section]) next};"\ | |
6742 | " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ | |
6743 | " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ | |
6744 | " s[1]~/^[@?]/{print s[1], s[1]; next};"\ | |
6745 | " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ | |
6746 | " ' prfx=^$ac_symprfx" | |
6747 | else | |
6748 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | |
6749 | fi | |
d7040cdb | 6750 | |
7357c5b6 AM |
6751 | # Check to see that the pipe works correctly. |
6752 | pipe_works=no | |
d7040cdb | 6753 | |
7357c5b6 AM |
6754 | rm -f conftest* |
6755 | cat > conftest.$ac_ext <<_LT_EOF | |
6756 | #ifdef __cplusplus | |
6757 | extern "C" { | |
6758 | #endif | |
6759 | char nm_test_var; | |
6760 | void nm_test_func(void); | |
6761 | void nm_test_func(void){} | |
6762 | #ifdef __cplusplus | |
dabbade6 | 6763 | } |
7357c5b6 AM |
6764 | #endif |
6765 | int main(){nm_test_var='a';nm_test_func();return(0);} | |
6766 | _LT_EOF | |
6767 | ||
81ecdfbb | 6768 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
7357c5b6 | 6769 | (eval $ac_compile) 2>&5 |
dabbade6 | 6770 | ac_status=$? |
81ecdfbb RW |
6771 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6772 | test $ac_status = 0; }; then | |
7357c5b6 AM |
6773 | # Now try to grab the symbols. |
6774 | nlist=conftest.nm | |
81ecdfbb | 6775 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5 |
7357c5b6 | 6776 | (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5 |
dabbade6 | 6777 | ac_status=$? |
81ecdfbb RW |
6778 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6779 | test $ac_status = 0; } && test -s "$nlist"; then | |
7357c5b6 AM |
6780 | # Try sorting and uniquifying the output. |
6781 | if sort "$nlist" | uniq > "$nlist"T; then | |
6782 | mv -f "$nlist"T "$nlist" | |
6783 | else | |
6784 | rm -f "$nlist"T | |
6785 | fi | |
d7040cdb | 6786 | |
7357c5b6 AM |
6787 | # Make sure that we snagged all the symbols we need. |
6788 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | |
6789 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | |
6790 | cat <<_LT_EOF > conftest.$ac_ext | |
6791 | #ifdef __cplusplus | |
6792 | extern "C" { | |
6793 | #endif | |
d7040cdb | 6794 | |
7357c5b6 AM |
6795 | _LT_EOF |
6796 | # Now generate the symbol file. | |
6797 | eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' | |
d7040cdb | 6798 | |
7357c5b6 | 6799 | cat <<_LT_EOF >> conftest.$ac_ext |
d7040cdb | 6800 | |
7357c5b6 AM |
6801 | /* The mapping between symbol names and symbols. */ |
6802 | const struct { | |
6803 | const char *name; | |
6804 | void *address; | |
6805 | } | |
6806 | lt__PROGRAM__LTX_preloaded_symbols[] = | |
6807 | { | |
6808 | { "@PROGRAM@", (void *) 0 }, | |
6809 | _LT_EOF | |
6810 | $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext | |
6811 | cat <<\_LT_EOF >> conftest.$ac_ext | |
6812 | {0, (void *) 0} | |
6813 | }; | |
d7040cdb | 6814 | |
7357c5b6 AM |
6815 | /* This works around a problem in FreeBSD linker */ |
6816 | #ifdef FREEBSD_WORKAROUND | |
6817 | static const void *lt_preloaded_setup() { | |
6818 | return lt__PROGRAM__LTX_preloaded_symbols; | |
6819 | } | |
dabbade6 | 6820 | #endif |
d7040cdb | 6821 | |
7357c5b6 | 6822 | #ifdef __cplusplus |
dabbade6 | 6823 | } |
7357c5b6 AM |
6824 | #endif |
6825 | _LT_EOF | |
6826 | # Now try linking the two files. | |
6827 | mv conftest.$ac_objext conftstm.$ac_objext | |
6828 | lt_save_LIBS="$LIBS" | |
6829 | lt_save_CFLAGS="$CFLAGS" | |
6830 | LIBS="conftstm.$ac_objext" | |
6831 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | |
81ecdfbb | 6832 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
dabbade6 L |
6833 | (eval $ac_link) 2>&5 |
6834 | ac_status=$? | |
81ecdfbb RW |
6835 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6836 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | |
7357c5b6 AM |
6837 | pipe_works=yes |
6838 | fi | |
6839 | LIBS="$lt_save_LIBS" | |
6840 | CFLAGS="$lt_save_CFLAGS" | |
6841 | else | |
6842 | echo "cannot find nm_test_func in $nlist" >&5 | |
6843 | fi | |
6844 | else | |
6845 | echo "cannot find nm_test_var in $nlist" >&5 | |
6846 | fi | |
6847 | else | |
6848 | echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 | |
6849 | fi | |
6850 | else | |
6851 | echo "$progname: failed program was:" >&5 | |
6852 | cat conftest.$ac_ext >&5 | |
6853 | fi | |
1927a18f | 6854 | rm -rf conftest* conftst* |
7357c5b6 AM |
6855 | |
6856 | # Do not use the global_symbol_pipe unless it works. | |
6857 | if test "$pipe_works" = yes; then | |
6858 | break | |
6859 | else | |
6860 | lt_cv_sys_global_symbol_pipe= | |
6861 | fi | |
6862 | done | |
d7040cdb | 6863 | |
dabbade6 | 6864 | fi |
7357c5b6 AM |
6865 | |
6866 | if test -z "$lt_cv_sys_global_symbol_pipe"; then | |
6867 | lt_cv_sys_global_symbol_to_cdecl= | |
dabbade6 | 6868 | fi |
7357c5b6 | 6869 | if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then |
81ecdfbb RW |
6870 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 |
6871 | $as_echo "failed" >&6; } | |
7357c5b6 | 6872 | else |
81ecdfbb RW |
6873 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 |
6874 | $as_echo "ok" >&6; } | |
dabbade6 | 6875 | fi |
d7040cdb | 6876 | |
d7040cdb | 6877 | |
d7040cdb | 6878 | |
d7040cdb | 6879 | |
d7040cdb | 6880 | |
d7040cdb | 6881 | |
d7040cdb | 6882 | |
d7040cdb | 6883 | |
d7040cdb | 6884 | |
d7040cdb | 6885 | |
d7040cdb | 6886 | |
d7040cdb | 6887 | |
7357c5b6 AM |
6888 | |
6889 | ||
6890 | ||
1927a18f L |
6891 | |
6892 | ||
6893 | ||
6894 | ||
6895 | ||
7357c5b6 AM |
6896 | |
6897 | ||
81ecdfbb RW |
6898 | # Check whether --enable-libtool-lock was given. |
6899 | if test "${enable_libtool_lock+set}" = set; then : | |
6900 | enableval=$enable_libtool_lock; | |
6901 | fi | |
7357c5b6 | 6902 | |
7357c5b6 AM |
6903 | test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes |
6904 | ||
6905 | # Some flags need to be propagated to the compiler or linker for good | |
6906 | # libtool support. | |
6907 | case $host in | |
6908 | ia64-*-hpux*) | |
6909 | # Find out which ABI we are using. | |
6910 | echo 'int i;' > conftest.$ac_ext | |
81ecdfbb | 6911 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
7357c5b6 AM |
6912 | (eval $ac_compile) 2>&5 |
6913 | ac_status=$? | |
81ecdfbb RW |
6914 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6915 | test $ac_status = 0; }; then | |
7357c5b6 AM |
6916 | case `/usr/bin/file conftest.$ac_objext` in |
6917 | *ELF-32*) | |
6918 | HPUX_IA64_MODE="32" | |
6919 | ;; | |
6920 | *ELF-64*) | |
6921 | HPUX_IA64_MODE="64" | |
6922 | ;; | |
6923 | esac | |
6924 | fi | |
6925 | rm -rf conftest* | |
6926 | ;; | |
6927 | *-*-irix6*) | |
6928 | # Find out which ABI we are using. | |
81ecdfbb RW |
6929 | echo '#line 6929 "configure"' > conftest.$ac_ext |
6930 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | |
7357c5b6 AM |
6931 | (eval $ac_compile) 2>&5 |
6932 | ac_status=$? | |
81ecdfbb RW |
6933 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6934 | test $ac_status = 0; }; then | |
7357c5b6 AM |
6935 | if test "$lt_cv_prog_gnu_ld" = yes; then |
6936 | case `/usr/bin/file conftest.$ac_objext` in | |
6937 | *32-bit*) | |
6938 | LD="${LD-ld} -melf32bsmip" | |
6939 | ;; | |
6940 | *N32*) | |
6941 | LD="${LD-ld} -melf32bmipn32" | |
6942 | ;; | |
6943 | *64-bit*) | |
6944 | LD="${LD-ld} -melf64bmip" | |
6945 | ;; | |
6946 | esac | |
6947 | else | |
6948 | case `/usr/bin/file conftest.$ac_objext` in | |
6949 | *32-bit*) | |
6950 | LD="${LD-ld} -32" | |
6951 | ;; | |
6952 | *N32*) | |
6953 | LD="${LD-ld} -n32" | |
6954 | ;; | |
6955 | *64-bit*) | |
6956 | LD="${LD-ld} -64" | |
6957 | ;; | |
6958 | esac | |
6959 | fi | |
6960 | fi | |
6961 | rm -rf conftest* | |
6962 | ;; | |
6963 | ||
6964 | x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ | |
6965 | s390*-*linux*|s390*-*tpf*|sparc*-*linux*) | |
6966 | # Find out which ABI we are using. | |
6967 | echo 'int i;' > conftest.$ac_ext | |
81ecdfbb | 6968 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
7357c5b6 AM |
6969 | (eval $ac_compile) 2>&5 |
6970 | ac_status=$? | |
81ecdfbb RW |
6971 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6972 | test $ac_status = 0; }; then | |
7357c5b6 AM |
6973 | case `/usr/bin/file conftest.o` in |
6974 | *32-bit*) | |
6975 | case $host in | |
6976 | x86_64-*kfreebsd*-gnu) | |
6977 | LD="${LD-ld} -m elf_i386_fbsd" | |
6978 | ;; | |
6979 | x86_64-*linux*) | |
6980 | LD="${LD-ld} -m elf_i386" | |
6981 | ;; | |
6982 | ppc64-*linux*|powerpc64-*linux*) | |
6983 | LD="${LD-ld} -m elf32ppclinux" | |
6984 | ;; | |
6985 | s390x-*linux*) | |
6986 | LD="${LD-ld} -m elf_s390" | |
6987 | ;; | |
6988 | sparc64-*linux*) | |
6989 | LD="${LD-ld} -m elf32_sparc" | |
6990 | ;; | |
6991 | esac | |
6992 | ;; | |
6993 | *64-bit*) | |
6994 | case $host in | |
6995 | x86_64-*kfreebsd*-gnu) | |
6996 | LD="${LD-ld} -m elf_x86_64_fbsd" | |
6997 | ;; | |
6998 | x86_64-*linux*) | |
6999 | LD="${LD-ld} -m elf_x86_64" | |
7000 | ;; | |
7001 | ppc*-*linux*|powerpc*-*linux*) | |
7002 | LD="${LD-ld} -m elf64ppc" | |
7003 | ;; | |
7004 | s390*-*linux*|s390*-*tpf*) | |
7005 | LD="${LD-ld} -m elf64_s390" | |
7006 | ;; | |
7007 | sparc*-*linux*) | |
7008 | LD="${LD-ld} -m elf64_sparc" | |
7009 | ;; | |
7010 | esac | |
7011 | ;; | |
7012 | esac | |
7013 | fi | |
7014 | rm -rf conftest* | |
7015 | ;; | |
7016 | ||
7017 | *-*-sco3.2v5*) | |
7018 | # On SCO OpenServer 5, we need -belf to get full-featured binaries. | |
7019 | SAVE_CFLAGS="$CFLAGS" | |
7020 | CFLAGS="$CFLAGS -belf" | |
81ecdfbb RW |
7021 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 |
7022 | $as_echo_n "checking whether the C compiler needs -belf... " >&6; } | |
7023 | if test "${lt_cv_cc_needs_belf+set}" = set; then : | |
7024 | $as_echo_n "(cached) " >&6 | |
dabbade6 | 7025 | else |
7357c5b6 AM |
7026 | ac_ext=c |
7027 | ac_cpp='$CPP $CPPFLAGS' | |
7028 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
7029 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
7030 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
7031 | ||
81ecdfbb | 7032 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
dabbade6 | 7033 | /* end confdefs.h. */ |
d7040cdb | 7034 | |
7357c5b6 AM |
7035 | int |
7036 | main () | |
7037 | { | |
7038 | ||
7039 | ; | |
7040 | return 0; | |
7041 | } | |
dabbade6 | 7042 | _ACEOF |
81ecdfbb | 7043 | if ac_fn_c_try_link "$LINENO"; then : |
7357c5b6 | 7044 | lt_cv_cc_needs_belf=yes |
dabbade6 | 7045 | else |
81ecdfbb | 7046 | lt_cv_cc_needs_belf=no |
dabbade6 | 7047 | fi |
81ecdfbb RW |
7048 | rm -f core conftest.err conftest.$ac_objext \ |
7049 | conftest$ac_exeext conftest.$ac_ext | |
7357c5b6 AM |
7050 | ac_ext=c |
7051 | ac_cpp='$CPP $CPPFLAGS' | |
7052 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
7053 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
7054 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
d7040cdb | 7055 | |
dabbade6 | 7056 | fi |
81ecdfbb RW |
7057 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 |
7058 | $as_echo "$lt_cv_cc_needs_belf" >&6; } | |
7357c5b6 AM |
7059 | if test x"$lt_cv_cc_needs_belf" != x"yes"; then |
7060 | # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf | |
7061 | CFLAGS="$SAVE_CFLAGS" | |
7062 | fi | |
7063 | ;; | |
7064 | sparc*-*solaris*) | |
7065 | # Find out which ABI we are using. | |
7066 | echo 'int i;' > conftest.$ac_ext | |
81ecdfbb | 7067 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
7357c5b6 AM |
7068 | (eval $ac_compile) 2>&5 |
7069 | ac_status=$? | |
81ecdfbb RW |
7070 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7071 | test $ac_status = 0; }; then | |
7357c5b6 AM |
7072 | case `/usr/bin/file conftest.o` in |
7073 | *64-bit*) | |
7074 | case $lt_cv_prog_gnu_ld in | |
7075 | yes*) LD="${LD-ld} -m elf64_sparc" ;; | |
1927a18f L |
7076 | *) |
7077 | if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then | |
7078 | LD="${LD-ld} -64" | |
7079 | fi | |
7080 | ;; | |
7357c5b6 AM |
7081 | esac |
7082 | ;; | |
7083 | esac | |
7084 | fi | |
7085 | rm -rf conftest* | |
7086 | ;; | |
7087 | esac | |
d7040cdb | 7088 | |
7357c5b6 | 7089 | need_locks="$enable_libtool_lock" |
d7040cdb | 7090 | |
d7040cdb | 7091 | |
1927a18f L |
7092 | case $host_os in |
7093 | rhapsody* | darwin*) | |
7094 | if test -n "$ac_tool_prefix"; then | |
7095 | # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. | |
7096 | set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 | |
81ecdfbb RW |
7097 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7098 | $as_echo_n "checking for $ac_word... " >&6; } | |
7099 | if test "${ac_cv_prog_DSYMUTIL+set}" = set; then : | |
7100 | $as_echo_n "(cached) " >&6 | |
1927a18f L |
7101 | else |
7102 | if test -n "$DSYMUTIL"; then | |
7103 | ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. | |
7104 | else | |
7105 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7106 | for as_dir in $PATH | |
7107 | do | |
7108 | IFS=$as_save_IFS | |
7109 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7110 | for ac_exec_ext in '' $ac_executable_extensions; do |
7111 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
1927a18f | 7112 | ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" |
81ecdfbb | 7113 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
1927a18f L |
7114 | break 2 |
7115 | fi | |
7116 | done | |
81ecdfbb RW |
7117 | done |
7118 | IFS=$as_save_IFS | |
1927a18f L |
7119 | |
7120 | fi | |
7121 | fi | |
7122 | DSYMUTIL=$ac_cv_prog_DSYMUTIL | |
7123 | if test -n "$DSYMUTIL"; then | |
81ecdfbb RW |
7124 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 |
7125 | $as_echo "$DSYMUTIL" >&6; } | |
1927a18f | 7126 | else |
81ecdfbb RW |
7127 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7128 | $as_echo "no" >&6; } | |
1927a18f L |
7129 | fi |
7130 | ||
81ecdfbb | 7131 | |
1927a18f L |
7132 | fi |
7133 | if test -z "$ac_cv_prog_DSYMUTIL"; then | |
7134 | ac_ct_DSYMUTIL=$DSYMUTIL | |
7135 | # Extract the first word of "dsymutil", so it can be a program name with args. | |
7136 | set dummy dsymutil; ac_word=$2 | |
81ecdfbb RW |
7137 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7138 | $as_echo_n "checking for $ac_word... " >&6; } | |
7139 | if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then : | |
7140 | $as_echo_n "(cached) " >&6 | |
1927a18f L |
7141 | else |
7142 | if test -n "$ac_ct_DSYMUTIL"; then | |
7143 | ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. | |
7144 | else | |
7145 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7146 | for as_dir in $PATH | |
7147 | do | |
7148 | IFS=$as_save_IFS | |
7149 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7150 | for ac_exec_ext in '' $ac_executable_extensions; do |
7151 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
1927a18f | 7152 | ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" |
81ecdfbb | 7153 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
1927a18f L |
7154 | break 2 |
7155 | fi | |
7156 | done | |
81ecdfbb RW |
7157 | done |
7158 | IFS=$as_save_IFS | |
1927a18f | 7159 | |
1927a18f L |
7160 | fi |
7161 | fi | |
7162 | ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL | |
7163 | if test -n "$ac_ct_DSYMUTIL"; then | |
81ecdfbb RW |
7164 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 |
7165 | $as_echo "$ac_ct_DSYMUTIL" >&6; } | |
1927a18f | 7166 | else |
81ecdfbb RW |
7167 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7168 | $as_echo "no" >&6; } | |
1927a18f L |
7169 | fi |
7170 | ||
81ecdfbb RW |
7171 | if test "x$ac_ct_DSYMUTIL" = x; then |
7172 | DSYMUTIL=":" | |
7173 | else | |
7174 | case $cross_compiling:$ac_tool_warned in | |
7175 | yes:) | |
7176 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7177 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7178 | ac_tool_warned=yes ;; | |
7179 | esac | |
7180 | DSYMUTIL=$ac_ct_DSYMUTIL | |
7181 | fi | |
1927a18f L |
7182 | else |
7183 | DSYMUTIL="$ac_cv_prog_DSYMUTIL" | |
7184 | fi | |
7185 | ||
7186 | if test -n "$ac_tool_prefix"; then | |
7187 | # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. | |
7188 | set dummy ${ac_tool_prefix}nmedit; ac_word=$2 | |
81ecdfbb RW |
7189 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7190 | $as_echo_n "checking for $ac_word... " >&6; } | |
7191 | if test "${ac_cv_prog_NMEDIT+set}" = set; then : | |
7192 | $as_echo_n "(cached) " >&6 | |
1927a18f L |
7193 | else |
7194 | if test -n "$NMEDIT"; then | |
7195 | ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. | |
7196 | else | |
7197 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7198 | for as_dir in $PATH | |
7199 | do | |
7200 | IFS=$as_save_IFS | |
7201 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7202 | for ac_exec_ext in '' $ac_executable_extensions; do |
7203 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
1927a18f | 7204 | ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" |
81ecdfbb | 7205 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
1927a18f L |
7206 | break 2 |
7207 | fi | |
7208 | done | |
81ecdfbb RW |
7209 | done |
7210 | IFS=$as_save_IFS | |
1927a18f L |
7211 | |
7212 | fi | |
7213 | fi | |
7214 | NMEDIT=$ac_cv_prog_NMEDIT | |
7215 | if test -n "$NMEDIT"; then | |
81ecdfbb RW |
7216 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 |
7217 | $as_echo "$NMEDIT" >&6; } | |
1927a18f | 7218 | else |
81ecdfbb RW |
7219 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7220 | $as_echo "no" >&6; } | |
1927a18f L |
7221 | fi |
7222 | ||
81ecdfbb | 7223 | |
1927a18f L |
7224 | fi |
7225 | if test -z "$ac_cv_prog_NMEDIT"; then | |
7226 | ac_ct_NMEDIT=$NMEDIT | |
7227 | # Extract the first word of "nmedit", so it can be a program name with args. | |
7228 | set dummy nmedit; ac_word=$2 | |
81ecdfbb RW |
7229 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7230 | $as_echo_n "checking for $ac_word... " >&6; } | |
7231 | if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then : | |
7232 | $as_echo_n "(cached) " >&6 | |
1927a18f L |
7233 | else |
7234 | if test -n "$ac_ct_NMEDIT"; then | |
7235 | ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. | |
7236 | else | |
7237 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7238 | for as_dir in $PATH | |
7239 | do | |
7240 | IFS=$as_save_IFS | |
7241 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7242 | for ac_exec_ext in '' $ac_executable_extensions; do |
7243 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
1927a18f | 7244 | ac_cv_prog_ac_ct_NMEDIT="nmedit" |
81ecdfbb | 7245 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
1927a18f L |
7246 | break 2 |
7247 | fi | |
7248 | done | |
81ecdfbb RW |
7249 | done |
7250 | IFS=$as_save_IFS | |
1927a18f | 7251 | |
1927a18f L |
7252 | fi |
7253 | fi | |
7254 | ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT | |
7255 | if test -n "$ac_ct_NMEDIT"; then | |
81ecdfbb RW |
7256 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 |
7257 | $as_echo "$ac_ct_NMEDIT" >&6; } | |
1927a18f | 7258 | else |
81ecdfbb RW |
7259 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7260 | $as_echo "no" >&6; } | |
1927a18f L |
7261 | fi |
7262 | ||
81ecdfbb RW |
7263 | if test "x$ac_ct_NMEDIT" = x; then |
7264 | NMEDIT=":" | |
7265 | else | |
7266 | case $cross_compiling:$ac_tool_warned in | |
7267 | yes:) | |
7268 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7269 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7270 | ac_tool_warned=yes ;; | |
7271 | esac | |
7272 | NMEDIT=$ac_ct_NMEDIT | |
7273 | fi | |
1927a18f L |
7274 | else |
7275 | NMEDIT="$ac_cv_prog_NMEDIT" | |
7276 | fi | |
7277 | ||
7278 | if test -n "$ac_tool_prefix"; then | |
7279 | # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. | |
7280 | set dummy ${ac_tool_prefix}lipo; ac_word=$2 | |
81ecdfbb RW |
7281 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7282 | $as_echo_n "checking for $ac_word... " >&6; } | |
7283 | if test "${ac_cv_prog_LIPO+set}" = set; then : | |
7284 | $as_echo_n "(cached) " >&6 | |
1927a18f L |
7285 | else |
7286 | if test -n "$LIPO"; then | |
7287 | ac_cv_prog_LIPO="$LIPO" # Let the user override the test. | |
7288 | else | |
7289 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7290 | for as_dir in $PATH | |
7291 | do | |
7292 | IFS=$as_save_IFS | |
7293 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7294 | for ac_exec_ext in '' $ac_executable_extensions; do |
7295 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
1927a18f | 7296 | ac_cv_prog_LIPO="${ac_tool_prefix}lipo" |
81ecdfbb | 7297 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
1927a18f L |
7298 | break 2 |
7299 | fi | |
7300 | done | |
81ecdfbb RW |
7301 | done |
7302 | IFS=$as_save_IFS | |
1927a18f L |
7303 | |
7304 | fi | |
7305 | fi | |
7306 | LIPO=$ac_cv_prog_LIPO | |
7307 | if test -n "$LIPO"; then | |
81ecdfbb RW |
7308 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 |
7309 | $as_echo "$LIPO" >&6; } | |
1927a18f | 7310 | else |
81ecdfbb RW |
7311 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7312 | $as_echo "no" >&6; } | |
1927a18f L |
7313 | fi |
7314 | ||
81ecdfbb | 7315 | |
1927a18f L |
7316 | fi |
7317 | if test -z "$ac_cv_prog_LIPO"; then | |
7318 | ac_ct_LIPO=$LIPO | |
7319 | # Extract the first word of "lipo", so it can be a program name with args. | |
7320 | set dummy lipo; ac_word=$2 | |
81ecdfbb RW |
7321 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7322 | $as_echo_n "checking for $ac_word... " >&6; } | |
7323 | if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then : | |
7324 | $as_echo_n "(cached) " >&6 | |
1927a18f L |
7325 | else |
7326 | if test -n "$ac_ct_LIPO"; then | |
7327 | ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. | |
7328 | else | |
7329 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7330 | for as_dir in $PATH | |
7331 | do | |
7332 | IFS=$as_save_IFS | |
7333 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7334 | for ac_exec_ext in '' $ac_executable_extensions; do |
7335 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
1927a18f | 7336 | ac_cv_prog_ac_ct_LIPO="lipo" |
81ecdfbb | 7337 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
1927a18f L |
7338 | break 2 |
7339 | fi | |
7340 | done | |
81ecdfbb RW |
7341 | done |
7342 | IFS=$as_save_IFS | |
1927a18f | 7343 | |
1927a18f L |
7344 | fi |
7345 | fi | |
7346 | ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO | |
7347 | if test -n "$ac_ct_LIPO"; then | |
81ecdfbb RW |
7348 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 |
7349 | $as_echo "$ac_ct_LIPO" >&6; } | |
1927a18f | 7350 | else |
81ecdfbb RW |
7351 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7352 | $as_echo "no" >&6; } | |
1927a18f L |
7353 | fi |
7354 | ||
81ecdfbb RW |
7355 | if test "x$ac_ct_LIPO" = x; then |
7356 | LIPO=":" | |
7357 | else | |
7358 | case $cross_compiling:$ac_tool_warned in | |
7359 | yes:) | |
7360 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7361 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7362 | ac_tool_warned=yes ;; | |
7363 | esac | |
7364 | LIPO=$ac_ct_LIPO | |
7365 | fi | |
1927a18f L |
7366 | else |
7367 | LIPO="$ac_cv_prog_LIPO" | |
7368 | fi | |
7369 | ||
7370 | if test -n "$ac_tool_prefix"; then | |
7371 | # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. | |
7372 | set dummy ${ac_tool_prefix}otool; ac_word=$2 | |
81ecdfbb RW |
7373 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7374 | $as_echo_n "checking for $ac_word... " >&6; } | |
7375 | if test "${ac_cv_prog_OTOOL+set}" = set; then : | |
7376 | $as_echo_n "(cached) " >&6 | |
1927a18f L |
7377 | else |
7378 | if test -n "$OTOOL"; then | |
7379 | ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. | |
7380 | else | |
7381 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7382 | for as_dir in $PATH | |
7383 | do | |
7384 | IFS=$as_save_IFS | |
7385 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7386 | for ac_exec_ext in '' $ac_executable_extensions; do |
7387 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
1927a18f | 7388 | ac_cv_prog_OTOOL="${ac_tool_prefix}otool" |
81ecdfbb | 7389 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
1927a18f L |
7390 | break 2 |
7391 | fi | |
7392 | done | |
81ecdfbb RW |
7393 | done |
7394 | IFS=$as_save_IFS | |
1927a18f L |
7395 | |
7396 | fi | |
7397 | fi | |
7398 | OTOOL=$ac_cv_prog_OTOOL | |
7399 | if test -n "$OTOOL"; then | |
81ecdfbb RW |
7400 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 |
7401 | $as_echo "$OTOOL" >&6; } | |
1927a18f | 7402 | else |
81ecdfbb RW |
7403 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7404 | $as_echo "no" >&6; } | |
1927a18f L |
7405 | fi |
7406 | ||
81ecdfbb | 7407 | |
1927a18f L |
7408 | fi |
7409 | if test -z "$ac_cv_prog_OTOOL"; then | |
7410 | ac_ct_OTOOL=$OTOOL | |
7411 | # Extract the first word of "otool", so it can be a program name with args. | |
7412 | set dummy otool; ac_word=$2 | |
81ecdfbb RW |
7413 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7414 | $as_echo_n "checking for $ac_word... " >&6; } | |
7415 | if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then : | |
7416 | $as_echo_n "(cached) " >&6 | |
1927a18f L |
7417 | else |
7418 | if test -n "$ac_ct_OTOOL"; then | |
7419 | ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. | |
7420 | else | |
7421 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7422 | for as_dir in $PATH | |
7423 | do | |
7424 | IFS=$as_save_IFS | |
7425 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7426 | for ac_exec_ext in '' $ac_executable_extensions; do |
7427 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
1927a18f | 7428 | ac_cv_prog_ac_ct_OTOOL="otool" |
81ecdfbb | 7429 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
1927a18f L |
7430 | break 2 |
7431 | fi | |
7432 | done | |
81ecdfbb RW |
7433 | done |
7434 | IFS=$as_save_IFS | |
1927a18f | 7435 | |
1927a18f L |
7436 | fi |
7437 | fi | |
7438 | ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL | |
7439 | if test -n "$ac_ct_OTOOL"; then | |
81ecdfbb RW |
7440 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 |
7441 | $as_echo "$ac_ct_OTOOL" >&6; } | |
1927a18f | 7442 | else |
81ecdfbb RW |
7443 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7444 | $as_echo "no" >&6; } | |
1927a18f L |
7445 | fi |
7446 | ||
81ecdfbb RW |
7447 | if test "x$ac_ct_OTOOL" = x; then |
7448 | OTOOL=":" | |
7449 | else | |
7450 | case $cross_compiling:$ac_tool_warned in | |
7451 | yes:) | |
7452 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7453 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7454 | ac_tool_warned=yes ;; | |
7455 | esac | |
7456 | OTOOL=$ac_ct_OTOOL | |
7457 | fi | |
1927a18f L |
7458 | else |
7459 | OTOOL="$ac_cv_prog_OTOOL" | |
7460 | fi | |
7461 | ||
7462 | if test -n "$ac_tool_prefix"; then | |
7463 | # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. | |
7464 | set dummy ${ac_tool_prefix}otool64; ac_word=$2 | |
81ecdfbb RW |
7465 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7466 | $as_echo_n "checking for $ac_word... " >&6; } | |
7467 | if test "${ac_cv_prog_OTOOL64+set}" = set; then : | |
7468 | $as_echo_n "(cached) " >&6 | |
1927a18f L |
7469 | else |
7470 | if test -n "$OTOOL64"; then | |
7471 | ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. | |
7472 | else | |
7473 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7474 | for as_dir in $PATH | |
7475 | do | |
7476 | IFS=$as_save_IFS | |
7477 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7478 | for ac_exec_ext in '' $ac_executable_extensions; do |
7479 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
1927a18f | 7480 | ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" |
81ecdfbb | 7481 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
1927a18f L |
7482 | break 2 |
7483 | fi | |
7484 | done | |
81ecdfbb RW |
7485 | done |
7486 | IFS=$as_save_IFS | |
1927a18f L |
7487 | |
7488 | fi | |
7489 | fi | |
7490 | OTOOL64=$ac_cv_prog_OTOOL64 | |
7491 | if test -n "$OTOOL64"; then | |
81ecdfbb RW |
7492 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 |
7493 | $as_echo "$OTOOL64" >&6; } | |
1927a18f | 7494 | else |
81ecdfbb RW |
7495 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7496 | $as_echo "no" >&6; } | |
1927a18f L |
7497 | fi |
7498 | ||
81ecdfbb | 7499 | |
1927a18f L |
7500 | fi |
7501 | if test -z "$ac_cv_prog_OTOOL64"; then | |
7502 | ac_ct_OTOOL64=$OTOOL64 | |
7503 | # Extract the first word of "otool64", so it can be a program name with args. | |
7504 | set dummy otool64; ac_word=$2 | |
81ecdfbb RW |
7505 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7506 | $as_echo_n "checking for $ac_word... " >&6; } | |
7507 | if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then : | |
7508 | $as_echo_n "(cached) " >&6 | |
1927a18f L |
7509 | else |
7510 | if test -n "$ac_ct_OTOOL64"; then | |
7511 | ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. | |
7512 | else | |
7513 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7514 | for as_dir in $PATH | |
7515 | do | |
7516 | IFS=$as_save_IFS | |
7517 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7518 | for ac_exec_ext in '' $ac_executable_extensions; do |
7519 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
1927a18f | 7520 | ac_cv_prog_ac_ct_OTOOL64="otool64" |
81ecdfbb | 7521 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
1927a18f L |
7522 | break 2 |
7523 | fi | |
7524 | done | |
81ecdfbb RW |
7525 | done |
7526 | IFS=$as_save_IFS | |
1927a18f | 7527 | |
1927a18f L |
7528 | fi |
7529 | fi | |
7530 | ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 | |
7531 | if test -n "$ac_ct_OTOOL64"; then | |
81ecdfbb RW |
7532 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 |
7533 | $as_echo "$ac_ct_OTOOL64" >&6; } | |
1927a18f | 7534 | else |
81ecdfbb RW |
7535 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7536 | $as_echo "no" >&6; } | |
1927a18f L |
7537 | fi |
7538 | ||
81ecdfbb RW |
7539 | if test "x$ac_ct_OTOOL64" = x; then |
7540 | OTOOL64=":" | |
7541 | else | |
7542 | case $cross_compiling:$ac_tool_warned in | |
7543 | yes:) | |
7544 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7545 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7546 | ac_tool_warned=yes ;; | |
7547 | esac | |
7548 | OTOOL64=$ac_ct_OTOOL64 | |
7549 | fi | |
1927a18f L |
7550 | else |
7551 | OTOOL64="$ac_cv_prog_OTOOL64" | |
7552 | fi | |
7553 | ||
7554 | ||
7555 | ||
7556 | ||
7557 | ||
7558 | ||
7559 | ||
7560 | ||
7561 | ||
7562 | ||
7563 | ||
7564 | ||
7565 | ||
7566 | ||
7567 | ||
7568 | ||
7569 | ||
7570 | ||
7571 | ||
7572 | ||
7573 | ||
7574 | ||
7575 | ||
7576 | ||
7577 | ||
7578 | ||
7579 | ||
81ecdfbb RW |
7580 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 |
7581 | $as_echo_n "checking for -single_module linker flag... " >&6; } | |
7582 | if test "${lt_cv_apple_cc_single_mod+set}" = set; then : | |
7583 | $as_echo_n "(cached) " >&6 | |
1927a18f L |
7584 | else |
7585 | lt_cv_apple_cc_single_mod=no | |
7586 | if test -z "${LT_MULTI_MODULE}"; then | |
7587 | # By default we will add the -single_module flag. You can override | |
7588 | # by either setting the environment variable LT_MULTI_MODULE | |
7589 | # non-empty at configure time, or by adding -multi_module to the | |
7590 | # link flags. | |
7591 | rm -rf libconftest.dylib* | |
7592 | echo "int foo(void){return 1;}" > conftest.c | |
7593 | echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ | |
7594 | -dynamiclib -Wl,-single_module conftest.c" >&5 | |
7595 | $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ | |
7596 | -dynamiclib -Wl,-single_module conftest.c 2>conftest.err | |
7597 | _lt_result=$? | |
7598 | if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then | |
7599 | lt_cv_apple_cc_single_mod=yes | |
7600 | else | |
7601 | cat conftest.err >&5 | |
7602 | fi | |
7603 | rm -rf libconftest.dylib* | |
7604 | rm -f conftest.* | |
7605 | fi | |
7606 | fi | |
81ecdfbb RW |
7607 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 |
7608 | $as_echo "$lt_cv_apple_cc_single_mod" >&6; } | |
7609 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 | |
7610 | $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } | |
7611 | if test "${lt_cv_ld_exported_symbols_list+set}" = set; then : | |
7612 | $as_echo_n "(cached) " >&6 | |
1927a18f L |
7613 | else |
7614 | lt_cv_ld_exported_symbols_list=no | |
7615 | save_LDFLAGS=$LDFLAGS | |
7616 | echo "_main" > conftest.sym | |
7617 | LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" | |
81ecdfbb | 7618 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1927a18f L |
7619 | /* end confdefs.h. */ |
7620 | ||
7621 | int | |
7622 | main () | |
7623 | { | |
7624 | ||
7625 | ; | |
7626 | return 0; | |
7627 | } | |
7628 | _ACEOF | |
81ecdfbb | 7629 | if ac_fn_c_try_link "$LINENO"; then : |
1927a18f L |
7630 | lt_cv_ld_exported_symbols_list=yes |
7631 | else | |
81ecdfbb | 7632 | lt_cv_ld_exported_symbols_list=no |
1927a18f | 7633 | fi |
81ecdfbb RW |
7634 | rm -f core conftest.err conftest.$ac_objext \ |
7635 | conftest$ac_exeext conftest.$ac_ext | |
1927a18f L |
7636 | LDFLAGS="$save_LDFLAGS" |
7637 | ||
7638 | fi | |
81ecdfbb RW |
7639 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 |
7640 | $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } | |
1927a18f L |
7641 | case $host_os in |
7642 | rhapsody* | darwin1.[012]) | |
7643 | _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; | |
7644 | darwin1.*) | |
7645 | _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; | |
7646 | darwin*) # darwin 5.x on | |
7647 | # if running on 10.5 or later, the deployment target defaults | |
7648 | # to the OS version, if on x86, and 10.4, the deployment | |
7649 | # target defaults to 10.4. Don't you love it? | |
7650 | case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in | |
7651 | 10.0,*86*-darwin8*|10.0,*-darwin[91]*) | |
7652 | _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; | |
7653 | 10.[012]*) | |
7654 | _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; | |
7655 | 10.*) | |
7656 | _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; | |
7657 | esac | |
7658 | ;; | |
7659 | esac | |
7660 | if test "$lt_cv_apple_cc_single_mod" = "yes"; then | |
7661 | _lt_dar_single_mod='$single_module' | |
7662 | fi | |
7663 | if test "$lt_cv_ld_exported_symbols_list" = "yes"; then | |
7664 | _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' | |
7665 | else | |
7666 | _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' | |
7667 | fi | |
7668 | if test "$DSYMUTIL" != ":"; then | |
7669 | _lt_dsymutil='~$DSYMUTIL $lib || :' | |
7670 | else | |
7671 | _lt_dsymutil= | |
7672 | fi | |
7673 | ;; | |
7674 | esac | |
7675 | ||
dabbade6 | 7676 | for ac_header in dlfcn.h |
81ecdfbb RW |
7677 | do : |
7678 | ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default | |
7679 | " | |
7680 | if test "x$ac_cv_header_dlfcn_h" = x""yes; then : | |
dabbade6 | 7681 | cat >>confdefs.h <<_ACEOF |
81ecdfbb | 7682 | #define HAVE_DLFCN_H 1 |
dabbade6 | 7683 | _ACEOF |
d7040cdb | 7684 | |
dabbade6 | 7685 | fi |
d7040cdb | 7686 | |
dabbade6 | 7687 | done |
d7040cdb | 7688 | |
d7040cdb | 7689 | |
d7040cdb | 7690 | |
1927a18f L |
7691 | # Set options |
7692 | ||
7693 | ||
7694 | ||
7695 | enable_dlopen=no | |
7696 | ||
7697 | ||
7698 | enable_win32_dll=no | |
7699 | ||
7700 | ||
7701 | ||
81ecdfbb RW |
7702 | # Check whether --enable-static was given. |
7703 | if test "${enable_static+set}" = set; then : | |
7704 | enableval=$enable_static; p=${PACKAGE-default} | |
1927a18f L |
7705 | case $enableval in |
7706 | yes) enable_static=yes ;; | |
7707 | no) enable_static=no ;; | |
7708 | *) | |
7709 | enable_static=no | |
7710 | # Look at the argument we got. We use all the common list separators. | |
7711 | lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," | |
7712 | for pkg in $enableval; do | |
7713 | IFS="$lt_save_ifs" | |
7714 | if test "X$pkg" = "X$p"; then | |
7715 | enable_static=yes | |
7716 | fi | |
7717 | done | |
7718 | IFS="$lt_save_ifs" | |
7719 | ;; | |
7720 | esac | |
7721 | else | |
7722 | enable_static=yes | |
81ecdfbb | 7723 | fi |
1927a18f L |
7724 | |
7725 | ||
7726 | ||
7727 | ||
7728 | ||
7729 | ||
7730 | ||
7731 | ||
7732 | ||
81ecdfbb RW |
7733 | |
7734 | # Check whether --with-pic was given. | |
7735 | if test "${with_pic+set}" = set; then : | |
7736 | withval=$with_pic; pic_mode="$withval" | |
1927a18f L |
7737 | else |
7738 | pic_mode=default | |
81ecdfbb RW |
7739 | fi |
7740 | ||
1927a18f L |
7741 | |
7742 | test -z "$pic_mode" && pic_mode=default | |
7743 | ||
7744 | ||
7745 | ||
7746 | ||
7747 | ||
7748 | ||
7749 | ||
81ecdfbb RW |
7750 | # Check whether --enable-fast-install was given. |
7751 | if test "${enable_fast_install+set}" = set; then : | |
7752 | enableval=$enable_fast_install; p=${PACKAGE-default} | |
1927a18f L |
7753 | case $enableval in |
7754 | yes) enable_fast_install=yes ;; | |
7755 | no) enable_fast_install=no ;; | |
7756 | *) | |
7757 | enable_fast_install=no | |
7758 | # Look at the argument we got. We use all the common list separators. | |
7759 | lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," | |
7760 | for pkg in $enableval; do | |
7761 | IFS="$lt_save_ifs" | |
7762 | if test "X$pkg" = "X$p"; then | |
7763 | enable_fast_install=yes | |
7764 | fi | |
7765 | done | |
7766 | IFS="$lt_save_ifs" | |
7767 | ;; | |
7768 | esac | |
7769 | else | |
7770 | enable_fast_install=yes | |
81ecdfbb RW |
7771 | fi |
7772 | ||
1927a18f L |
7773 | |
7774 | ||
7775 | ||
7776 | ||
7777 | ||
7778 | ||
7779 | ||
7780 | ||
7781 | ||
7782 | ||
dabbade6 L |
7783 | # This can be used to rebuild libtool when needed |
7784 | LIBTOOL_DEPS="$ltmain" | |
d7040cdb | 7785 | |
dabbade6 L |
7786 | # Always use our own libtool. |
7787 | LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
d7040cdb | 7788 | |
d7040cdb | 7789 | |
d7040cdb | 7790 | |
d7040cdb SE |
7791 | |
7792 | ||
7793 | ||
7794 | ||
7795 | ||
7796 | ||
d7040cdb | 7797 | |
d7040cdb | 7798 | |
d7040cdb | 7799 | |
d7040cdb SE |
7800 | |
7801 | ||
7802 | ||
7803 | ||
7804 | ||
7805 | ||
d7040cdb | 7806 | |
d7040cdb | 7807 | |
d7040cdb SE |
7808 | |
7809 | ||
7810 | ||
7811 | ||
7812 | ||
dabbade6 | 7813 | test -z "$LN_S" && LN_S="ln -s" |
d7040cdb SE |
7814 | |
7815 | ||
d7040cdb | 7816 | |
d7040cdb | 7817 | |
d7040cdb SE |
7818 | |
7819 | ||
7820 | ||
7821 | ||
7822 | ||
7823 | ||
dabbade6 L |
7824 | |
7825 | ||
7826 | ||
7827 | ||
7828 | if test -n "${ZSH_VERSION+set}" ; then | |
7829 | setopt NO_GLOB_SUBST | |
7830 | fi | |
7831 | ||
81ecdfbb RW |
7832 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 |
7833 | $as_echo_n "checking for objdir... " >&6; } | |
7834 | if test "${lt_cv_objdir+set}" = set; then : | |
7835 | $as_echo_n "(cached) " >&6 | |
d7040cdb | 7836 | else |
dabbade6 L |
7837 | rm -f .libs 2>/dev/null |
7838 | mkdir .libs 2>/dev/null | |
7839 | if test -d .libs; then | |
7840 | lt_cv_objdir=.libs | |
7841 | else | |
7842 | # MS-DOS does not allow filenames that begin with a dot. | |
7843 | lt_cv_objdir=_libs | |
d7040cdb | 7844 | fi |
dabbade6 L |
7845 | rmdir .libs 2>/dev/null |
7846 | fi | |
81ecdfbb RW |
7847 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 |
7848 | $as_echo "$lt_cv_objdir" >&6; } | |
dabbade6 | 7849 | objdir=$lt_cv_objdir |
d7040cdb SE |
7850 | |
7851 | ||
7852 | ||
7853 | ||
d7040cdb | 7854 | |
dabbade6 L |
7855 | cat >>confdefs.h <<_ACEOF |
7856 | #define LT_OBJDIR "$lt_cv_objdir/" | |
7857 | _ACEOF | |
d7040cdb SE |
7858 | |
7859 | ||
7860 | ||
7861 | ||
7862 | ||
d7040cdb | 7863 | |
d7040cdb | 7864 | |
d7040cdb | 7865 | |
d7040cdb | 7866 | |
d7040cdb | 7867 | |
d7040cdb | 7868 | |
d7040cdb | 7869 | |
d7040cdb | 7870 | |
d7040cdb | 7871 | |
d7040cdb | 7872 | |
d7040cdb | 7873 | |
d7040cdb | 7874 | |
dabbade6 L |
7875 | case $host_os in |
7876 | aix3*) | |
7877 | # AIX sometimes has problems with the GCC collect2 program. For some | |
7878 | # reason, if we set the COLLECT_NAMES environment variable, the problems | |
7879 | # vanish in a puff of smoke. | |
7880 | if test "X${COLLECT_NAMES+set}" != Xset; then | |
7881 | COLLECT_NAMES= | |
7882 | export COLLECT_NAMES | |
7883 | fi | |
7884 | ;; | |
7885 | esac | |
d7040cdb | 7886 | |
dabbade6 L |
7887 | # Sed substitution that helps us do robust quoting. It backslashifies |
7888 | # metacharacters that are still active within double-quoted strings. | |
7889 | sed_quote_subst='s/\(["`$\\]\)/\\\1/g' | |
d7040cdb | 7890 | |
dabbade6 L |
7891 | # Same as above, but do not quote variable references. |
7892 | double_quote_subst='s/\(["`\\]\)/\\\1/g' | |
d7040cdb | 7893 | |
dabbade6 L |
7894 | # Sed substitution to delay expansion of an escaped shell variable in a |
7895 | # double_quote_subst'ed string. | |
7896 | delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' | |
d7040cdb | 7897 | |
dabbade6 L |
7898 | # Sed substitution to delay expansion of an escaped single quote. |
7899 | delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' | |
d7040cdb | 7900 | |
dabbade6 L |
7901 | # Sed substitution to avoid accidental globbing in evaled expressions |
7902 | no_glob_subst='s/\*/\\\*/g' | |
d7040cdb | 7903 | |
dabbade6 L |
7904 | # Global variables: |
7905 | ofile=libtool | |
7906 | can_build_shared=yes | |
d7040cdb | 7907 | |
dabbade6 L |
7908 | # All known linkers require a `.a' archive for static linking (except MSVC, |
7909 | # which needs '.lib'). | |
7910 | libext=a | |
d7040cdb | 7911 | |
dabbade6 | 7912 | with_gnu_ld="$lt_cv_prog_gnu_ld" |
d7040cdb | 7913 | |
dabbade6 L |
7914 | old_CC="$CC" |
7915 | old_CFLAGS="$CFLAGS" | |
d7040cdb | 7916 | |
dabbade6 L |
7917 | # Set sane defaults for various variables |
7918 | test -z "$CC" && CC=cc | |
7919 | test -z "$LTCC" && LTCC=$CC | |
7920 | test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS | |
7921 | test -z "$LD" && LD=ld | |
7922 | test -z "$ac_objext" && ac_objext=o | |
7923 | ||
7924 | for cc_temp in $compiler""; do | |
7925 | case $cc_temp in | |
7926 | compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; | |
7927 | distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; | |
7928 | \-*) ;; | |
7929 | *) break;; | |
7930 | esac | |
7931 | done | |
7932 | cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` | |
7933 | ||
7934 | ||
7935 | # Only perform the check for file, if the check method requires it | |
7936 | test -z "$MAGIC_CMD" && MAGIC_CMD=file | |
7937 | case $deplibs_check_method in | |
7938 | file_magic*) | |
7939 | if test "$file_magic_cmd" = '$MAGIC_CMD'; then | |
81ecdfbb RW |
7940 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 |
7941 | $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } | |
7942 | if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : | |
7943 | $as_echo_n "(cached) " >&6 | |
dabbade6 L |
7944 | else |
7945 | case $MAGIC_CMD in | |
7946 | [\\/*] | ?:[\\/]*) | |
7947 | lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. | |
7948 | ;; | |
7949 | *) | |
7950 | lt_save_MAGIC_CMD="$MAGIC_CMD" | |
7951 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR | |
7952 | ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" | |
7953 | for ac_dir in $ac_dummy; do | |
7954 | IFS="$lt_save_ifs" | |
7955 | test -z "$ac_dir" && ac_dir=. | |
7956 | if test -f $ac_dir/${ac_tool_prefix}file; then | |
7957 | lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" | |
7958 | if test -n "$file_magic_test_file"; then | |
7959 | case $deplibs_check_method in | |
7960 | "file_magic "*) | |
7961 | file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` | |
7962 | MAGIC_CMD="$lt_cv_path_MAGIC_CMD" | |
7963 | if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | | |
7964 | $EGREP "$file_magic_regex" > /dev/null; then | |
7965 | : | |
d7040cdb | 7966 | else |
dabbade6 | 7967 | cat <<_LT_EOF 1>&2 |
d7040cdb | 7968 | |
dabbade6 L |
7969 | *** Warning: the command libtool uses to detect shared libraries, |
7970 | *** $file_magic_cmd, produces output that libtool cannot recognize. | |
7971 | *** The result is that libtool may fail to recognize shared libraries | |
7972 | *** as such. This will affect the creation of libtool libraries that | |
7973 | *** depend on shared libraries, but programs linked with such libtool | |
7974 | *** libraries will work regardless of this problem. Nevertheless, you | |
7975 | *** may want to report the problem to your system manager and/or to | |
7976 | *** [email protected] | |
d7040cdb | 7977 | |
dabbade6 L |
7978 | _LT_EOF |
7979 | fi ;; | |
7980 | esac | |
d7040cdb | 7981 | fi |
dabbade6 | 7982 | break |
d7040cdb | 7983 | fi |
dabbade6 L |
7984 | done |
7985 | IFS="$lt_save_ifs" | |
7986 | MAGIC_CMD="$lt_save_MAGIC_CMD" | |
7987 | ;; | |
7988 | esac | |
7989 | fi | |
d7040cdb | 7990 | |
dabbade6 L |
7991 | MAGIC_CMD="$lt_cv_path_MAGIC_CMD" |
7992 | if test -n "$MAGIC_CMD"; then | |
81ecdfbb RW |
7993 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 |
7994 | $as_echo "$MAGIC_CMD" >&6; } | |
dabbade6 | 7995 | else |
81ecdfbb RW |
7996 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7997 | $as_echo "no" >&6; } | |
dabbade6 | 7998 | fi |
d7040cdb | 7999 | |
d7040cdb | 8000 | |
d7040cdb | 8001 | |
d7040cdb | 8002 | |
d7040cdb | 8003 | |
dabbade6 L |
8004 | if test -z "$lt_cv_path_MAGIC_CMD"; then |
8005 | if test -n "$ac_tool_prefix"; then | |
81ecdfbb RW |
8006 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 |
8007 | $as_echo_n "checking for file... " >&6; } | |
8008 | if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : | |
8009 | $as_echo_n "(cached) " >&6 | |
dabbade6 L |
8010 | else |
8011 | case $MAGIC_CMD in | |
8012 | [\\/*] | ?:[\\/]*) | |
8013 | lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. | |
8014 | ;; | |
8015 | *) | |
8016 | lt_save_MAGIC_CMD="$MAGIC_CMD" | |
8017 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR | |
8018 | ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" | |
8019 | for ac_dir in $ac_dummy; do | |
8020 | IFS="$lt_save_ifs" | |
8021 | test -z "$ac_dir" && ac_dir=. | |
8022 | if test -f $ac_dir/file; then | |
8023 | lt_cv_path_MAGIC_CMD="$ac_dir/file" | |
8024 | if test -n "$file_magic_test_file"; then | |
8025 | case $deplibs_check_method in | |
8026 | "file_magic "*) | |
8027 | file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` | |
8028 | MAGIC_CMD="$lt_cv_path_MAGIC_CMD" | |
8029 | if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | | |
8030 | $EGREP "$file_magic_regex" > /dev/null; then | |
8031 | : | |
d7040cdb | 8032 | else |
dabbade6 | 8033 | cat <<_LT_EOF 1>&2 |
d7040cdb | 8034 | |
dabbade6 L |
8035 | *** Warning: the command libtool uses to detect shared libraries, |
8036 | *** $file_magic_cmd, produces output that libtool cannot recognize. | |
8037 | *** The result is that libtool may fail to recognize shared libraries | |
8038 | *** as such. This will affect the creation of libtool libraries that | |
8039 | *** depend on shared libraries, but programs linked with such libtool | |
8040 | *** libraries will work regardless of this problem. Nevertheless, you | |
8041 | *** may want to report the problem to your system manager and/or to | |
8042 | *** [email protected] | |
d7040cdb | 8043 | |
dabbade6 L |
8044 | _LT_EOF |
8045 | fi ;; | |
8046 | esac | |
8047 | fi | |
8048 | break | |
8049 | fi | |
8050 | done | |
8051 | IFS="$lt_save_ifs" | |
8052 | MAGIC_CMD="$lt_save_MAGIC_CMD" | |
8053 | ;; | |
8054 | esac | |
d7040cdb | 8055 | fi |
dabbade6 L |
8056 | |
8057 | MAGIC_CMD="$lt_cv_path_MAGIC_CMD" | |
8058 | if test -n "$MAGIC_CMD"; then | |
81ecdfbb RW |
8059 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 |
8060 | $as_echo "$MAGIC_CMD" >&6; } | |
d7040cdb | 8061 | else |
81ecdfbb RW |
8062 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
8063 | $as_echo "no" >&6; } | |
dabbade6 L |
8064 | fi |
8065 | ||
d7040cdb | 8066 | |
dabbade6 L |
8067 | else |
8068 | MAGIC_CMD=: | |
8069 | fi | |
d7040cdb | 8070 | fi |
d7040cdb | 8071 | |
dabbade6 L |
8072 | fi |
8073 | ;; | |
8074 | esac | |
d7040cdb | 8075 | |
dabbade6 | 8076 | # Use C for the default configuration in the libtool script |
d7040cdb | 8077 | |
dabbade6 L |
8078 | lt_save_CC="$CC" |
8079 | ac_ext=c | |
8080 | ac_cpp='$CPP $CPPFLAGS' | |
8081 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
8082 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
8083 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
d7040cdb | 8084 | |
d7040cdb | 8085 | |
dabbade6 L |
8086 | # Source file extension for C test sources. |
8087 | ac_ext=c | |
d7040cdb | 8088 | |
dabbade6 L |
8089 | # Object file extension for compiled C test sources. |
8090 | objext=o | |
8091 | objext=$objext | |
8092 | ||
8093 | # Code to be used in simple compile tests | |
8094 | lt_simple_compile_test_code="int some_variable = 0;" | |
8095 | ||
8096 | # Code to be used in simple link tests | |
8097 | lt_simple_link_test_code='int main(){return(0);}' | |
8098 | ||
8099 | ||
8100 | ||
8101 | ||
8102 | ||
8103 | ||
8104 | ||
8105 | # If no C compiler was specified, use CC. | |
8106 | LTCC=${LTCC-"$CC"} | |
8107 | ||
8108 | # If no C compiler flags were specified, use CFLAGS. | |
8109 | LTCFLAGS=${LTCFLAGS-"$CFLAGS"} | |
8110 | ||
8111 | # Allow CC to be a program name with arguments. | |
8112 | compiler=$CC | |
8113 | ||
8114 | # Save the default compiler, since it gets overwritten when the other | |
8115 | # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. | |
8116 | compiler_DEFAULT=$CC | |
8117 | ||
8118 | # save warnings/boilerplate of simple test code | |
8119 | ac_outfile=conftest.$ac_objext | |
8120 | echo "$lt_simple_compile_test_code" >conftest.$ac_ext | |
8121 | eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | |
8122 | _lt_compiler_boilerplate=`cat conftest.err` | |
8123 | $RM conftest* | |
8124 | ||
8125 | ac_outfile=conftest.$ac_objext | |
8126 | echo "$lt_simple_link_test_code" >conftest.$ac_ext | |
8127 | eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | |
8128 | _lt_linker_boilerplate=`cat conftest.err` | |
1927a18f | 8129 | $RM -r conftest* |
dabbade6 L |
8130 | |
8131 | ||
8132 | ## CAVEAT EMPTOR: | |
8133 | ## There is no encapsulation within the following macros, do not change | |
8134 | ## the running order or otherwise move them around unless you know exactly | |
8135 | ## what you are doing... | |
8136 | if test -n "$compiler"; then | |
8137 | ||
8138 | lt_prog_compiler_no_builtin_flag= | |
8139 | ||
8140 | if test "$GCC" = yes; then | |
8141 | lt_prog_compiler_no_builtin_flag=' -fno-builtin' | |
8142 | ||
81ecdfbb RW |
8143 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 |
8144 | $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } | |
8145 | if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then : | |
8146 | $as_echo_n "(cached) " >&6 | |
dabbade6 L |
8147 | else |
8148 | lt_cv_prog_compiler_rtti_exceptions=no | |
8149 | ac_outfile=conftest.$ac_objext | |
8150 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
8151 | lt_compiler_flag="-fno-rtti -fno-exceptions" | |
8152 | # Insert the option either (1) after the last *FLAGS variable, or | |
8153 | # (2) before a word containing "conftest.", or (3) at the end. | |
8154 | # Note that $ac_compile itself does not contain backslashes and begins | |
8155 | # with a dollar sign (not a hyphen), so the echo should work correctly. | |
8156 | # The option is referenced via a variable to avoid confusing sed. | |
8157 | lt_compile=`echo "$ac_compile" | $SED \ | |
8158 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |
8159 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |
8160 | -e 's:$: $lt_compiler_flag:'` | |
81ecdfbb | 8161 | (eval echo "\"\$as_me:8161: $lt_compile\"" >&5) |
dabbade6 L |
8162 | (eval "$lt_compile" 2>conftest.err) |
8163 | ac_status=$? | |
8164 | cat conftest.err >&5 | |
81ecdfbb | 8165 | echo "$as_me:8165: \$? = $ac_status" >&5 |
dabbade6 L |
8166 | if (exit $ac_status) && test -s "$ac_outfile"; then |
8167 | # The compiler can only warn and ignore the option if not recognized | |
8168 | # So say no if there are warnings other than the usual output. | |
8169 | $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp | |
8170 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | |
8171 | if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then | |
8172 | lt_cv_prog_compiler_rtti_exceptions=yes | |
8173 | fi | |
8174 | fi | |
8175 | $RM conftest* | |
8176 | ||
8177 | fi | |
81ecdfbb RW |
8178 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 |
8179 | $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } | |
dabbade6 L |
8180 | |
8181 | if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then | |
8182 | lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" | |
8183 | else | |
8184 | : | |
8185 | fi | |
8186 | ||
8187 | fi | |
8188 | ||
8189 | ||
8190 | ||
8191 | ||
8192 | ||
8193 | ||
8194 | lt_prog_compiler_wl= | |
8195 | lt_prog_compiler_pic= | |
8196 | lt_prog_compiler_static= | |
8197 | ||
81ecdfbb RW |
8198 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 |
8199 | $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | |
dabbade6 L |
8200 | |
8201 | if test "$GCC" = yes; then | |
8202 | lt_prog_compiler_wl='-Wl,' | |
8203 | lt_prog_compiler_static='-static' | |
8204 | ||
8205 | case $host_os in | |
8206 | aix*) | |
8207 | # All AIX code is PIC. | |
8208 | if test "$host_cpu" = ia64; then | |
8209 | # AIX 5 now supports IA64 processor | |
8210 | lt_prog_compiler_static='-Bstatic' | |
8211 | fi | |
8212 | ;; | |
d7040cdb SE |
8213 | |
8214 | amigaos*) | |
1927a18f L |
8215 | case $host_cpu in |
8216 | powerpc) | |
8217 | # see comment about AmigaOS4 .so support | |
8218 | lt_prog_compiler_pic='-fPIC' | |
8219 | ;; | |
8220 | m68k) | |
8221 | # FIXME: we need at least 68020 code to build shared libraries, but | |
8222 | # adding the `-m68020' flag to GCC prevents building anything better, | |
8223 | # like `-m68040'. | |
8224 | lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' | |
8225 | ;; | |
8226 | esac | |
d7040cdb SE |
8227 | ;; |
8228 | ||
dabbade6 L |
8229 | beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) |
8230 | # PIC is the default for these OSes. | |
d7040cdb SE |
8231 | ;; |
8232 | ||
1927a18f | 8233 | mingw* | cygwin* | pw32* | os2* | cegcc*) |
dabbade6 L |
8234 | # This hack is so that the source file can tell whether it is being |
8235 | # built for inclusion in a dll (and should export symbols for example). | |
8236 | # Although the cygwin gcc ignores -fPIC, still need this for old-style | |
8237 | # (--disable-auto-import) libraries | |
8238 | lt_prog_compiler_pic='-DDLL_EXPORT' | |
d7040cdb SE |
8239 | ;; |
8240 | ||
8241 | darwin* | rhapsody*) | |
dabbade6 L |
8242 | # PIC is the default on this platform |
8243 | # Common symbols not allowed in MH_DYLIB files | |
8244 | lt_prog_compiler_pic='-fno-common' | |
8245 | ;; | |
8246 | ||
8247 | hpux*) | |
1927a18f L |
8248 | # PIC is the default for 64-bit PA HP-UX, but not for 32-bit |
8249 | # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag | |
8250 | # sets the default TLS model and affects inlining. | |
dabbade6 | 8251 | case $host_cpu in |
1927a18f | 8252 | hppa*64*) |
dabbade6 | 8253 | # +Z the default |
d7040cdb | 8254 | ;; |
dabbade6 L |
8255 | *) |
8256 | lt_prog_compiler_pic='-fPIC' | |
d7040cdb SE |
8257 | ;; |
8258 | esac | |
dabbade6 | 8259 | ;; |
d7040cdb | 8260 | |
dabbade6 L |
8261 | interix[3-9]*) |
8262 | # Interix 3.x gcc -fpic/-fPIC options generate broken code. | |
8263 | # Instead, we relocate shared libraries at runtime. | |
d7040cdb SE |
8264 | ;; |
8265 | ||
dabbade6 L |
8266 | msdosdjgpp*) |
8267 | # Just because we use GCC doesn't mean we suddenly get shared libraries | |
8268 | # on systems that don't support them. | |
8269 | lt_prog_compiler_can_build_shared=no | |
8270 | enable_shared=no | |
d7040cdb SE |
8271 | ;; |
8272 | ||
dabbade6 L |
8273 | *nto* | *qnx*) |
8274 | # QNX uses GNU C++, but need to define -shared option too, otherwise | |
8275 | # it will coredump. | |
8276 | lt_prog_compiler_pic='-fPIC -shared' | |
d7040cdb SE |
8277 | ;; |
8278 | ||
dabbade6 L |
8279 | sysv4*MP*) |
8280 | if test -d /usr/nec; then | |
8281 | lt_prog_compiler_pic=-Kconform_pic | |
8282 | fi | |
d7040cdb SE |
8283 | ;; |
8284 | ||
dabbade6 L |
8285 | *) |
8286 | lt_prog_compiler_pic='-fPIC' | |
d7040cdb | 8287 | ;; |
dabbade6 L |
8288 | esac |
8289 | else | |
8290 | # PORTME Check for flag to pass linker flags through the system compiler. | |
8291 | case $host_os in | |
8292 | aix*) | |
8293 | lt_prog_compiler_wl='-Wl,' | |
8294 | if test "$host_cpu" = ia64; then | |
8295 | # AIX 5 now supports IA64 processor | |
8296 | lt_prog_compiler_static='-Bstatic' | |
d7040cdb | 8297 | else |
dabbade6 | 8298 | lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' |
d7040cdb | 8299 | fi |
dabbade6 | 8300 | ;; |
d7040cdb | 8301 | |
1927a18f | 8302 | mingw* | cygwin* | pw32* | os2* | cegcc*) |
dabbade6 L |
8303 | # This hack is so that the source file can tell whether it is being |
8304 | # built for inclusion in a dll (and should export symbols for example). | |
8305 | lt_prog_compiler_pic='-DDLL_EXPORT' | |
d7040cdb SE |
8306 | ;; |
8307 | ||
dabbade6 L |
8308 | hpux9* | hpux10* | hpux11*) |
8309 | lt_prog_compiler_wl='-Wl,' | |
8310 | # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but | |
8311 | # not for PA HP-UX. | |
8312 | case $host_cpu in | |
8313 | hppa*64*|ia64*) | |
8314 | # +Z the default | |
8315 | ;; | |
8316 | *) | |
8317 | lt_prog_compiler_pic='+Z' | |
8318 | ;; | |
8319 | esac | |
8320 | # Is there a better lt_prog_compiler_static that works with the bundled CC? | |
8321 | lt_prog_compiler_static='${wl}-a ${wl}archive' | |
d7040cdb SE |
8322 | ;; |
8323 | ||
dabbade6 L |
8324 | irix5* | irix6* | nonstopux*) |
8325 | lt_prog_compiler_wl='-Wl,' | |
8326 | # PIC (with -KPIC) is the default. | |
8327 | lt_prog_compiler_static='-non_shared' | |
8328 | ;; | |
d7040cdb | 8329 | |
58e24671 | 8330 | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
dabbade6 | 8331 | case $cc_basename in |
1927a18f L |
8332 | # old Intel for x86_64 which still supported -KPIC. |
8333 | ecc*) | |
dabbade6 L |
8334 | lt_prog_compiler_wl='-Wl,' |
8335 | lt_prog_compiler_pic='-KPIC' | |
8336 | lt_prog_compiler_static='-static' | |
8337 | ;; | |
1927a18f L |
8338 | # icc used to be incompatible with GCC. |
8339 | # ICC 10 doesn't accept -KPIC any more. | |
8340 | icc* | ifort*) | |
8341 | lt_prog_compiler_wl='-Wl,' | |
8342 | lt_prog_compiler_pic='-fPIC' | |
8343 | lt_prog_compiler_static='-static' | |
8344 | ;; | |
8345 | # Lahey Fortran 8.1. | |
8346 | lf95*) | |
8347 | lt_prog_compiler_wl='-Wl,' | |
8348 | lt_prog_compiler_pic='--shared' | |
8349 | lt_prog_compiler_static='--static' | |
8350 | ;; | |
dabbade6 L |
8351 | pgcc* | pgf77* | pgf90* | pgf95*) |
8352 | # Portland Group compilers (*not* the Pentium gcc compiler, | |
8353 | # which looks to be a dead project) | |
8354 | lt_prog_compiler_wl='-Wl,' | |
8355 | lt_prog_compiler_pic='-fpic' | |
8356 | lt_prog_compiler_static='-Bstatic' | |
8357 | ;; | |
8358 | ccc*) | |
8359 | lt_prog_compiler_wl='-Wl,' | |
8360 | # All Alpha code is PIC. | |
8361 | lt_prog_compiler_static='-non_shared' | |
8362 | ;; | |
1927a18f L |
8363 | xl*) |
8364 | # IBM XL C 8.0/Fortran 10.1 on PPC | |
8365 | lt_prog_compiler_wl='-Wl,' | |
8366 | lt_prog_compiler_pic='-qpic' | |
8367 | lt_prog_compiler_static='-qstaticlink' | |
8368 | ;; | |
dabbade6 L |
8369 | *) |
8370 | case `$CC -V 2>&1 | sed 5q` in | |
8371 | *Sun\ C*) | |
8372 | # Sun C 5.9 | |
8373 | lt_prog_compiler_pic='-KPIC' | |
8374 | lt_prog_compiler_static='-Bstatic' | |
8375 | lt_prog_compiler_wl='-Wl,' | |
d7040cdb | 8376 | ;; |
dabbade6 L |
8377 | *Sun\ F*) |
8378 | # Sun Fortran 8.3 passes all unrecognized flags to the linker | |
8379 | lt_prog_compiler_pic='-KPIC' | |
8380 | lt_prog_compiler_static='-Bstatic' | |
8381 | lt_prog_compiler_wl='' | |
d7040cdb SE |
8382 | ;; |
8383 | esac | |
dabbade6 L |
8384 | ;; |
8385 | esac | |
d7040cdb SE |
8386 | ;; |
8387 | ||
dabbade6 L |
8388 | newsos6) |
8389 | lt_prog_compiler_pic='-KPIC' | |
8390 | lt_prog_compiler_static='-Bstatic' | |
d7040cdb SE |
8391 | ;; |
8392 | ||
dabbade6 L |
8393 | *nto* | *qnx*) |
8394 | # QNX uses GNU C++, but need to define -shared option too, otherwise | |
8395 | # it will coredump. | |
8396 | lt_prog_compiler_pic='-fPIC -shared' | |
d7040cdb SE |
8397 | ;; |
8398 | ||
dabbade6 L |
8399 | osf3* | osf4* | osf5*) |
8400 | lt_prog_compiler_wl='-Wl,' | |
8401 | # All OSF/1 code is PIC. | |
8402 | lt_prog_compiler_static='-non_shared' | |
d7040cdb SE |
8403 | ;; |
8404 | ||
dabbade6 L |
8405 | rdos*) |
8406 | lt_prog_compiler_static='-non_shared' | |
d7040cdb SE |
8407 | ;; |
8408 | ||
8409 | solaris*) | |
dabbade6 L |
8410 | lt_prog_compiler_pic='-KPIC' |
8411 | lt_prog_compiler_static='-Bstatic' | |
8412 | case $cc_basename in | |
8413 | f77* | f90* | f95*) | |
8414 | lt_prog_compiler_wl='-Qoption ld ';; | |
d7040cdb | 8415 | *) |
dabbade6 | 8416 | lt_prog_compiler_wl='-Wl,';; |
d7040cdb | 8417 | esac |
d7040cdb SE |
8418 | ;; |
8419 | ||
8420 | sunos4*) | |
dabbade6 L |
8421 | lt_prog_compiler_wl='-Qoption ld ' |
8422 | lt_prog_compiler_pic='-PIC' | |
8423 | lt_prog_compiler_static='-Bstatic' | |
d7040cdb SE |
8424 | ;; |
8425 | ||
dabbade6 L |
8426 | sysv4 | sysv4.2uw2* | sysv4.3*) |
8427 | lt_prog_compiler_wl='-Wl,' | |
8428 | lt_prog_compiler_pic='-KPIC' | |
8429 | lt_prog_compiler_static='-Bstatic' | |
d7040cdb SE |
8430 | ;; |
8431 | ||
8432 | sysv4*MP*) | |
dabbade6 L |
8433 | if test -d /usr/nec ;then |
8434 | lt_prog_compiler_pic='-Kconform_pic' | |
8435 | lt_prog_compiler_static='-Bstatic' | |
d7040cdb SE |
8436 | fi |
8437 | ;; | |
8438 | ||
dabbade6 L |
8439 | sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) |
8440 | lt_prog_compiler_wl='-Wl,' | |
8441 | lt_prog_compiler_pic='-KPIC' | |
8442 | lt_prog_compiler_static='-Bstatic' | |
d7040cdb SE |
8443 | ;; |
8444 | ||
dabbade6 L |
8445 | unicos*) |
8446 | lt_prog_compiler_wl='-Wl,' | |
8447 | lt_prog_compiler_can_build_shared=no | |
d7040cdb SE |
8448 | ;; |
8449 | ||
8450 | uts4*) | |
dabbade6 L |
8451 | lt_prog_compiler_pic='-pic' |
8452 | lt_prog_compiler_static='-Bstatic' | |
d7040cdb SE |
8453 | ;; |
8454 | ||
8455 | *) | |
dabbade6 | 8456 | lt_prog_compiler_can_build_shared=no |
d7040cdb SE |
8457 | ;; |
8458 | esac | |
d7040cdb SE |
8459 | fi |
8460 | ||
dabbade6 L |
8461 | case $host_os in |
8462 | # For platforms which do not support PIC, -DPIC is meaningless: | |
8463 | *djgpp*) | |
8464 | lt_prog_compiler_pic= | |
8465 | ;; | |
8466 | *) | |
8467 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | |
8468 | ;; | |
8469 | esac | |
81ecdfbb RW |
8470 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5 |
8471 | $as_echo "$lt_prog_compiler_pic" >&6; } | |
d7040cdb SE |
8472 | |
8473 | ||
8474 | ||
8475 | ||
8476 | ||
8477 | ||
8478 | # | |
dabbade6 | 8479 | # Check to make sure the PIC flag actually works. |
d7040cdb | 8480 | # |
dabbade6 | 8481 | if test -n "$lt_prog_compiler_pic"; then |
81ecdfbb RW |
8482 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 |
8483 | $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } | |
8484 | if test "${lt_cv_prog_compiler_pic_works+set}" = set; then : | |
8485 | $as_echo_n "(cached) " >&6 | |
dabbade6 | 8486 | else |
1927a18f | 8487 | lt_cv_prog_compiler_pic_works=no |
dabbade6 L |
8488 | ac_outfile=conftest.$ac_objext |
8489 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
8490 | lt_compiler_flag="$lt_prog_compiler_pic -DPIC" | |
8491 | # Insert the option either (1) after the last *FLAGS variable, or | |
8492 | # (2) before a word containing "conftest.", or (3) at the end. | |
8493 | # Note that $ac_compile itself does not contain backslashes and begins | |
8494 | # with a dollar sign (not a hyphen), so the echo should work correctly. | |
8495 | # The option is referenced via a variable to avoid confusing sed. | |
8496 | lt_compile=`echo "$ac_compile" | $SED \ | |
8497 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |
8498 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |
8499 | -e 's:$: $lt_compiler_flag:'` | |
81ecdfbb | 8500 | (eval echo "\"\$as_me:8500: $lt_compile\"" >&5) |
dabbade6 L |
8501 | (eval "$lt_compile" 2>conftest.err) |
8502 | ac_status=$? | |
8503 | cat conftest.err >&5 | |
81ecdfbb | 8504 | echo "$as_me:8504: \$? = $ac_status" >&5 |
dabbade6 L |
8505 | if (exit $ac_status) && test -s "$ac_outfile"; then |
8506 | # The compiler can only warn and ignore the option if not recognized | |
8507 | # So say no if there are warnings other than the usual output. | |
8508 | $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp | |
8509 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | |
8510 | if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then | |
1927a18f | 8511 | lt_cv_prog_compiler_pic_works=yes |
dabbade6 L |
8512 | fi |
8513 | fi | |
8514 | $RM conftest* | |
d7040cdb | 8515 | |
dabbade6 | 8516 | fi |
81ecdfbb RW |
8517 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 |
8518 | $as_echo "$lt_cv_prog_compiler_pic_works" >&6; } | |
d7040cdb | 8519 | |
1927a18f | 8520 | if test x"$lt_cv_prog_compiler_pic_works" = xyes; then |
dabbade6 L |
8521 | case $lt_prog_compiler_pic in |
8522 | "" | " "*) ;; | |
8523 | *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; | |
8524 | esac | |
8525 | else | |
8526 | lt_prog_compiler_pic= | |
8527 | lt_prog_compiler_can_build_shared=no | |
8528 | fi | |
d7040cdb | 8529 | |
dabbade6 | 8530 | fi |
d7040cdb SE |
8531 | |
8532 | ||
8533 | ||
8534 | ||
8535 | ||
8536 | ||
dabbade6 L |
8537 | # |
8538 | # Check to make sure the static flag actually works. | |
8539 | # | |
8540 | wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" | |
81ecdfbb RW |
8541 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 |
8542 | $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } | |
8543 | if test "${lt_cv_prog_compiler_static_works+set}" = set; then : | |
8544 | $as_echo_n "(cached) " >&6 | |
dabbade6 | 8545 | else |
1927a18f | 8546 | lt_cv_prog_compiler_static_works=no |
dabbade6 L |
8547 | save_LDFLAGS="$LDFLAGS" |
8548 | LDFLAGS="$LDFLAGS $lt_tmp_static_flag" | |
8549 | echo "$lt_simple_link_test_code" > conftest.$ac_ext | |
8550 | if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then | |
8551 | # The linker can only warn and ignore the option if not recognized | |
8552 | # So say no if there are warnings | |
8553 | if test -s conftest.err; then | |
8554 | # Append any errors to the config.log. | |
8555 | cat conftest.err 1>&5 | |
8556 | $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp | |
8557 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | |
8558 | if diff conftest.exp conftest.er2 >/dev/null; then | |
1927a18f | 8559 | lt_cv_prog_compiler_static_works=yes |
dabbade6 L |
8560 | fi |
8561 | else | |
1927a18f | 8562 | lt_cv_prog_compiler_static_works=yes |
dabbade6 L |
8563 | fi |
8564 | fi | |
1927a18f | 8565 | $RM -r conftest* |
dabbade6 | 8566 | LDFLAGS="$save_LDFLAGS" |
d7040cdb | 8567 | |
dabbade6 | 8568 | fi |
81ecdfbb RW |
8569 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 |
8570 | $as_echo "$lt_cv_prog_compiler_static_works" >&6; } | |
d7040cdb | 8571 | |
1927a18f | 8572 | if test x"$lt_cv_prog_compiler_static_works" = xyes; then |
dabbade6 L |
8573 | : |
8574 | else | |
8575 | lt_prog_compiler_static= | |
8576 | fi | |
d7040cdb SE |
8577 | |
8578 | ||
8579 | ||
8580 | ||
8581 | ||
8582 | ||
8583 | ||
81ecdfbb RW |
8584 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 |
8585 | $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } | |
8586 | if test "${lt_cv_prog_compiler_c_o+set}" = set; then : | |
8587 | $as_echo_n "(cached) " >&6 | |
dabbade6 L |
8588 | else |
8589 | lt_cv_prog_compiler_c_o=no | |
8590 | $RM -r conftest 2>/dev/null | |
8591 | mkdir conftest | |
8592 | cd conftest | |
8593 | mkdir out | |
8594 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
d7040cdb | 8595 | |
dabbade6 L |
8596 | lt_compiler_flag="-o out/conftest2.$ac_objext" |
8597 | # Insert the option either (1) after the last *FLAGS variable, or | |
8598 | # (2) before a word containing "conftest.", or (3) at the end. | |
8599 | # Note that $ac_compile itself does not contain backslashes and begins | |
8600 | # with a dollar sign (not a hyphen), so the echo should work correctly. | |
8601 | lt_compile=`echo "$ac_compile" | $SED \ | |
8602 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |
8603 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |
8604 | -e 's:$: $lt_compiler_flag:'` | |
81ecdfbb | 8605 | (eval echo "\"\$as_me:8605: $lt_compile\"" >&5) |
dabbade6 L |
8606 | (eval "$lt_compile" 2>out/conftest.err) |
8607 | ac_status=$? | |
8608 | cat out/conftest.err >&5 | |
81ecdfbb | 8609 | echo "$as_me:8609: \$? = $ac_status" >&5 |
dabbade6 L |
8610 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
8611 | then | |
8612 | # The compiler can only warn and ignore the option if not recognized | |
8613 | # So say no if there are warnings | |
8614 | $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp | |
8615 | $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 | |
8616 | if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then | |
8617 | lt_cv_prog_compiler_c_o=yes | |
8618 | fi | |
8619 | fi | |
8620 | chmod u+w . 2>&5 | |
8621 | $RM conftest* | |
8622 | # SGI C++ compiler will create directory out/ii_files/ for | |
8623 | # template instantiation | |
8624 | test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files | |
8625 | $RM out/* && rmdir out | |
8626 | cd .. | |
8627 | $RM -r conftest | |
8628 | $RM conftest* | |
d7040cdb | 8629 | |
dabbade6 | 8630 | fi |
81ecdfbb RW |
8631 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 |
8632 | $as_echo "$lt_cv_prog_compiler_c_o" >&6; } | |
d7040cdb SE |
8633 | |
8634 | ||
8635 | ||
8636 | ||
8637 | ||
8638 | ||
81ecdfbb RW |
8639 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 |
8640 | $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } | |
8641 | if test "${lt_cv_prog_compiler_c_o+set}" = set; then : | |
8642 | $as_echo_n "(cached) " >&6 | |
dabbade6 L |
8643 | else |
8644 | lt_cv_prog_compiler_c_o=no | |
8645 | $RM -r conftest 2>/dev/null | |
8646 | mkdir conftest | |
8647 | cd conftest | |
8648 | mkdir out | |
8649 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
d7040cdb | 8650 | |
dabbade6 L |
8651 | lt_compiler_flag="-o out/conftest2.$ac_objext" |
8652 | # Insert the option either (1) after the last *FLAGS variable, or | |
8653 | # (2) before a word containing "conftest.", or (3) at the end. | |
8654 | # Note that $ac_compile itself does not contain backslashes and begins | |
8655 | # with a dollar sign (not a hyphen), so the echo should work correctly. | |
8656 | lt_compile=`echo "$ac_compile" | $SED \ | |
8657 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |
8658 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |
8659 | -e 's:$: $lt_compiler_flag:'` | |
81ecdfbb | 8660 | (eval echo "\"\$as_me:8660: $lt_compile\"" >&5) |
dabbade6 L |
8661 | (eval "$lt_compile" 2>out/conftest.err) |
8662 | ac_status=$? | |
8663 | cat out/conftest.err >&5 | |
81ecdfbb | 8664 | echo "$as_me:8664: \$? = $ac_status" >&5 |
dabbade6 L |
8665 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
8666 | then | |
8667 | # The compiler can only warn and ignore the option if not recognized | |
8668 | # So say no if there are warnings | |
8669 | $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp | |
8670 | $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 | |
8671 | if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then | |
8672 | lt_cv_prog_compiler_c_o=yes | |
8673 | fi | |
8674 | fi | |
8675 | chmod u+w . 2>&5 | |
8676 | $RM conftest* | |
8677 | # SGI C++ compiler will create directory out/ii_files/ for | |
8678 | # template instantiation | |
8679 | test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files | |
8680 | $RM out/* && rmdir out | |
8681 | cd .. | |
8682 | $RM -r conftest | |
8683 | $RM conftest* | |
d7040cdb | 8684 | |
dabbade6 | 8685 | fi |
81ecdfbb RW |
8686 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 |
8687 | $as_echo "$lt_cv_prog_compiler_c_o" >&6; } | |
d7040cdb SE |
8688 | |
8689 | ||
8690 | ||
8691 | ||
dabbade6 L |
8692 | hard_links="nottested" |
8693 | if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then | |
8694 | # do not overwrite the value of need_locks provided by the user | |
81ecdfbb RW |
8695 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 |
8696 | $as_echo_n "checking if we can lock with hard links... " >&6; } | |
dabbade6 L |
8697 | hard_links=yes |
8698 | $RM conftest* | |
8699 | ln conftest.a conftest.b 2>/dev/null && hard_links=no | |
8700 | touch conftest.a | |
8701 | ln conftest.a conftest.b 2>&5 || hard_links=no | |
8702 | ln conftest.a conftest.b 2>/dev/null && hard_links=no | |
81ecdfbb RW |
8703 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 |
8704 | $as_echo "$hard_links" >&6; } | |
dabbade6 | 8705 | if test "$hard_links" = no; then |
81ecdfbb RW |
8706 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 |
8707 | $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} | |
dabbade6 L |
8708 | need_locks=warn |
8709 | fi | |
8710 | else | |
8711 | need_locks=no | |
8712 | fi | |
d7040cdb SE |
8713 | |
8714 | ||
8715 | ||
8716 | ||
8717 | ||
8718 | ||
81ecdfbb RW |
8719 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 |
8720 | $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } | |
d7040cdb | 8721 | |
dabbade6 L |
8722 | runpath_var= |
8723 | allow_undefined_flag= | |
8724 | always_export_symbols=no | |
8725 | archive_cmds= | |
8726 | archive_expsym_cmds= | |
8727 | compiler_needs_object=no | |
8728 | enable_shared_with_static_runtimes=no | |
8729 | export_dynamic_flag_spec= | |
8730 | export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' | |
8731 | hardcode_automatic=no | |
8732 | hardcode_direct=no | |
8733 | hardcode_direct_absolute=no | |
8734 | hardcode_libdir_flag_spec= | |
8735 | hardcode_libdir_flag_spec_ld= | |
8736 | hardcode_libdir_separator= | |
8737 | hardcode_minus_L=no | |
8738 | hardcode_shlibpath_var=unsupported | |
8739 | inherit_rpath=no | |
8740 | link_all_deplibs=unknown | |
8741 | module_cmds= | |
8742 | module_expsym_cmds= | |
8743 | old_archive_from_new_cmds= | |
8744 | old_archive_from_expsyms_cmds= | |
8745 | thread_safe_flag_spec= | |
8746 | whole_archive_flag_spec= | |
8747 | # include_expsyms should be a list of space-separated symbols to be *always* | |
8748 | # included in the symbol list | |
8749 | include_expsyms= | |
8750 | # exclude_expsyms can be an extended regexp of symbols to exclude | |
8751 | # it will be wrapped by ` (' and `)$', so one must not match beginning or | |
8752 | # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', | |
8753 | # as well as any symbol that contains `d'. | |
1927a18f | 8754 | exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' |
dabbade6 L |
8755 | # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out |
8756 | # platforms (ab)use it in PIC code, but their linkers get confused if | |
8757 | # the symbol is explicitly referenced. Since portable code cannot | |
8758 | # rely on this symbol name, it's probably fine to never include it in | |
8759 | # preloaded symbol tables. | |
1927a18f | 8760 | # Exclude shared library initialization/finalization symbols. |
dabbade6 | 8761 | extract_expsyms_cmds= |
d7040cdb | 8762 | |
dabbade6 | 8763 | case $host_os in |
1927a18f | 8764 | cygwin* | mingw* | pw32* | cegcc*) |
dabbade6 L |
8765 | # FIXME: the MSVC++ port hasn't been tested in a loooong time |
8766 | # When not using gcc, we currently assume that we are using | |
8767 | # Microsoft Visual C++. | |
8768 | if test "$GCC" != yes; then | |
8769 | with_gnu_ld=no | |
8770 | fi | |
8771 | ;; | |
8772 | interix*) | |
8773 | # we just hope/assume this is gcc and not c89 (= MSVC++) | |
8774 | with_gnu_ld=yes | |
8775 | ;; | |
8776 | openbsd*) | |
8777 | with_gnu_ld=no | |
8778 | ;; | |
8779 | esac | |
d7040cdb | 8780 | |
dabbade6 L |
8781 | ld_shlibs=yes |
8782 | if test "$with_gnu_ld" = yes; then | |
8783 | # If archive_cmds runs LD, not CC, wlarc should be empty | |
8784 | wlarc='${wl}' | |
d7040cdb | 8785 | |
dabbade6 L |
8786 | # Set some defaults for GNU ld with shared library support. These |
8787 | # are reset later if shared libraries are not supported. Putting them | |
8788 | # here allows them to be overridden if necessary. | |
8789 | runpath_var=LD_RUN_PATH | |
8790 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
8791 | export_dynamic_flag_spec='${wl}--export-dynamic' | |
8792 | # ancient GNU ld didn't support --whole-archive et. al. | |
8793 | if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then | |
8794 | whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' | |
8795 | else | |
8796 | whole_archive_flag_spec= | |
8797 | fi | |
8798 | supports_anon_versioning=no | |
8799 | case `$LD -v 2>&1` in | |
8800 | *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 | |
8801 | *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... | |
8802 | *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... | |
8803 | *\ 2.11.*) ;; # other 2.11 versions | |
8804 | *) supports_anon_versioning=yes ;; | |
8805 | esac | |
d7040cdb | 8806 | |
dabbade6 L |
8807 | # See if GNU ld supports shared libraries. |
8808 | case $host_os in | |
50e7d84b | 8809 | aix[3-9]*) |
dabbade6 L |
8810 | # On AIX/PPC, the GNU linker is very broken |
8811 | if test "$host_cpu" != ia64; then | |
8812 | ld_shlibs=no | |
8813 | cat <<_LT_EOF 1>&2 | |
d7040cdb | 8814 | |
dabbade6 L |
8815 | *** Warning: the GNU linker, at least up to release 2.9.1, is reported |
8816 | *** to be unable to reliably create shared libraries on AIX. | |
8817 | *** Therefore, libtool is disabling shared libraries support. If you | |
8818 | *** really care for shared libraries, you may want to modify your PATH | |
8819 | *** so that a non-GNU linker is found, and then restart. | |
d7040cdb | 8820 | |
dabbade6 L |
8821 | _LT_EOF |
8822 | fi | |
8823 | ;; | |
d7040cdb | 8824 | |
dabbade6 | 8825 | amigaos*) |
1927a18f L |
8826 | case $host_cpu in |
8827 | powerpc) | |
8828 | # see comment about AmigaOS4 .so support | |
8829 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
8830 | archive_expsym_cmds='' | |
8831 | ;; | |
8832 | m68k) | |
8833 | 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)' | |
8834 | hardcode_libdir_flag_spec='-L$libdir' | |
8835 | hardcode_minus_L=yes | |
8836 | ;; | |
8837 | esac | |
dabbade6 | 8838 | ;; |
d7040cdb | 8839 | |
dabbade6 L |
8840 | beos*) |
8841 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | |
8842 | allow_undefined_flag=unsupported | |
8843 | # Joseph Beckenbach <[email protected]> says some releases of gcc | |
8844 | # support --undefined. This deserves some investigation. FIXME | |
8845 | archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
8846 | else | |
8847 | ld_shlibs=no | |
8848 | fi | |
8849 | ;; | |
d7040cdb | 8850 | |
1927a18f | 8851 | cygwin* | mingw* | pw32* | cegcc*) |
dabbade6 L |
8852 | # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, |
8853 | # as there is no search path for DLLs. | |
8854 | hardcode_libdir_flag_spec='-L$libdir' | |
8855 | allow_undefined_flag=unsupported | |
8856 | always_export_symbols=no | |
8857 | enable_shared_with_static_runtimes=yes | |
8858 | export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' | |
d7040cdb | 8859 | |
dabbade6 L |
8860 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then |
8861 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | |
8862 | # If the export-symbols file already is a .def file (1st line | |
8863 | # is EXPORTS), use it as is; otherwise, prepend... | |
8864 | archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then | |
8865 | cp $export_symbols $output_objdir/$soname.def; | |
8866 | else | |
8867 | echo EXPORTS > $output_objdir/$soname.def; | |
8868 | cat $export_symbols >> $output_objdir/$soname.def; | |
8869 | fi~ | |
8870 | $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | |
8871 | else | |
8872 | ld_shlibs=no | |
8873 | fi | |
8874 | ;; | |
d7040cdb | 8875 | |
dabbade6 L |
8876 | interix[3-9]*) |
8877 | hardcode_direct=no | |
8878 | hardcode_shlibpath_var=no | |
8879 | hardcode_libdir_flag_spec='${wl}-rpath,$libdir' | |
8880 | export_dynamic_flag_spec='${wl}-E' | |
8881 | # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. | |
8882 | # Instead, shared libraries are loaded at an image base (0x10000000 by | |
8883 | # default) and relocated if they conflict, which is a slow very memory | |
8884 | # consuming and fragmenting process. To avoid this, we pick a random, | |
8885 | # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link | |
8886 | # time. Moving up from 0x10000000 also allows more sbrk(2) space. | |
8887 | archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' | |
8888 | 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' | |
8889 | ;; | |
d7040cdb | 8890 | |
58e24671 | 8891 | gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) |
dabbade6 L |
8892 | tmp_diet=no |
8893 | if test "$host_os" = linux-dietlibc; then | |
8894 | case $cc_basename in | |
8895 | diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) | |
8896 | esac | |
8897 | fi | |
8898 | if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ | |
8899 | && test "$tmp_diet" = no | |
8900 | then | |
8901 | tmp_addflag= | |
1927a18f | 8902 | tmp_sharedflag='-shared' |
dabbade6 L |
8903 | case $cc_basename,$host_cpu in |
8904 | pgcc*) # Portland Group C compiler | |
8905 | whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' | |
8906 | tmp_addflag=' $pic_flag' | |
8907 | ;; | |
8908 | pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers | |
8909 | whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' | |
8910 | tmp_addflag=' $pic_flag -Mnomain' ;; | |
8911 | ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 | |
8912 | tmp_addflag=' -i_dynamic' ;; | |
8913 | efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 | |
8914 | tmp_addflag=' -i_dynamic -nofor_main' ;; | |
8915 | ifc* | ifort*) # Intel Fortran compiler | |
8916 | tmp_addflag=' -nofor_main' ;; | |
1927a18f L |
8917 | lf95*) # Lahey Fortran 8.1 |
8918 | whole_archive_flag_spec= | |
8919 | tmp_sharedflag='--shared' ;; | |
8920 | xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) | |
8921 | tmp_sharedflag='-qmkshrobj' | |
8922 | tmp_addflag= ;; | |
dabbade6 L |
8923 | esac |
8924 | case `$CC -V 2>&1 | sed 5q` in | |
8925 | *Sun\ C*) # Sun C 5.9 | |
8926 | whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' | |
8927 | compiler_needs_object=yes | |
8928 | tmp_sharedflag='-G' ;; | |
8929 | *Sun\ F*) # Sun Fortran 8.3 | |
8930 | tmp_sharedflag='-G' ;; | |
dabbade6 L |
8931 | esac |
8932 | archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
d7040cdb | 8933 | |
dabbade6 L |
8934 | if test "x$supports_anon_versioning" = xyes; then |
8935 | archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ | |
8936 | cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ | |
8937 | echo "local: *; };" >> $output_objdir/$libname.ver~ | |
8938 | $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' | |
8939 | fi | |
1927a18f L |
8940 | |
8941 | case $cc_basename in | |
8942 | xlf*) | |
8943 | # IBM XL Fortran 10.1 on PPC cannot create shared libs itself | |
8944 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | |
8945 | hardcode_libdir_flag_spec= | |
8946 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | |
8947 | archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib' | |
8948 | if test "x$supports_anon_versioning" = xyes; then | |
8949 | archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ | |
8950 | cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ | |
8951 | echo "local: *; };" >> $output_objdir/$libname.ver~ | |
8952 | $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' | |
8953 | fi | |
8954 | ;; | |
8955 | esac | |
dabbade6 L |
8956 | else |
8957 | ld_shlibs=no | |
8958 | fi | |
8959 | ;; | |
d7040cdb | 8960 | |
dabbade6 L |
8961 | netbsd*) |
8962 | if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then | |
8963 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | |
8964 | wlarc= | |
8965 | else | |
8966 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
8967 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | |
8968 | fi | |
8969 | ;; | |
d7040cdb | 8970 | |
dabbade6 L |
8971 | solaris*) |
8972 | if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then | |
8973 | ld_shlibs=no | |
8974 | cat <<_LT_EOF 1>&2 | |
d7040cdb | 8975 | |
dabbade6 L |
8976 | *** Warning: The releases 2.8.* of the GNU linker cannot reliably |
8977 | *** create shared libraries on Solaris systems. Therefore, libtool | |
8978 | *** is disabling shared libraries support. We urge you to upgrade GNU | |
8979 | *** binutils to release 2.9.1 or newer. Another option is to modify | |
8980 | *** your PATH or compiler configuration so that the native linker is | |
8981 | *** used, and then restart. | |
d7040cdb | 8982 | |
dabbade6 L |
8983 | _LT_EOF |
8984 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | |
8985 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
8986 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | |
8987 | else | |
8988 | ld_shlibs=no | |
8989 | fi | |
8990 | ;; | |
d7040cdb | 8991 | |
dabbade6 L |
8992 | sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) |
8993 | case `$LD -v 2>&1` in | |
8994 | *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) | |
8995 | ld_shlibs=no | |
8996 | cat <<_LT_EOF 1>&2 | |
d7040cdb | 8997 | |
dabbade6 L |
8998 | *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not |
8999 | *** reliably create shared libraries on SCO systems. Therefore, libtool | |
9000 | *** is disabling shared libraries support. We urge you to upgrade GNU | |
9001 | *** binutils to release 2.16.91.0.3 or newer. Another option is to modify | |
9002 | *** your PATH or compiler configuration so that the native linker is | |
9003 | *** used, and then restart. | |
d7040cdb | 9004 | |
dabbade6 L |
9005 | _LT_EOF |
9006 | ;; | |
9007 | *) | |
9008 | # For security reasons, it is highly recommended that you always | |
9009 | # use absolute paths for naming shared libraries, and exclude the | |
9010 | # DT_RUNPATH tag from executables and libraries. But doing so | |
9011 | # requires that you compile everything twice, which is a pain. | |
9012 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | |
9013 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
9014 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9015 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | |
9016 | else | |
9017 | ld_shlibs=no | |
9018 | fi | |
9019 | ;; | |
9020 | esac | |
9021 | ;; | |
d7040cdb | 9022 | |
dabbade6 L |
9023 | sunos4*) |
9024 | archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' | |
9025 | wlarc= | |
9026 | hardcode_direct=yes | |
9027 | hardcode_shlibpath_var=no | |
9028 | ;; | |
d7040cdb | 9029 | |
dabbade6 L |
9030 | *) |
9031 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | |
9032 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9033 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | |
9034 | else | |
9035 | ld_shlibs=no | |
9036 | fi | |
9037 | ;; | |
9038 | esac | |
d7040cdb | 9039 | |
dabbade6 L |
9040 | if test "$ld_shlibs" = no; then |
9041 | runpath_var= | |
9042 | hardcode_libdir_flag_spec= | |
9043 | export_dynamic_flag_spec= | |
9044 | whole_archive_flag_spec= | |
9045 | fi | |
9046 | else | |
9047 | # PORTME fill in a description of your system's linker (not GNU ld) | |
9048 | case $host_os in | |
9049 | aix3*) | |
9050 | allow_undefined_flag=unsupported | |
9051 | always_export_symbols=yes | |
9052 | 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' | |
9053 | # Note: this linker hardcodes the directories in LIBPATH if there | |
9054 | # are no directories specified by -L. | |
9055 | hardcode_minus_L=yes | |
9056 | if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then | |
9057 | # Neither direct hardcoding nor static linking is supported with a | |
9058 | # broken collect2. | |
9059 | hardcode_direct=unsupported | |
9060 | fi | |
9061 | ;; | |
d7040cdb | 9062 | |
50e7d84b | 9063 | aix[4-9]*) |
dabbade6 L |
9064 | if test "$host_cpu" = ia64; then |
9065 | # On IA64, the linker does run time linking by default, so we don't | |
9066 | # have to do anything special. | |
9067 | aix_use_runtimelinking=no | |
9068 | exp_sym_flag='-Bexport' | |
9069 | no_entry_flag="" | |
9070 | else | |
9071 | # If we're using GNU nm, then we don't want the "-C" option. | |
9072 | # -C means demangle to AIX nm, but means don't demangle with GNU nm | |
9073 | if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then | |
9074 | export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' | |
9075 | else | |
9076 | export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' | |
9077 | fi | |
9078 | aix_use_runtimelinking=no | |
d7040cdb | 9079 | |
dabbade6 L |
9080 | # Test if we are trying to use run time linking or normal |
9081 | # AIX style linking. If -brtl is somewhere in LDFLAGS, we | |
9082 | # need to do runtime linking. | |
50e7d84b | 9083 | case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) |
dabbade6 L |
9084 | for ld_flag in $LDFLAGS; do |
9085 | if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then | |
9086 | aix_use_runtimelinking=yes | |
9087 | break | |
9088 | fi | |
9089 | done | |
9090 | ;; | |
9091 | esac | |
d7040cdb | 9092 | |
dabbade6 L |
9093 | exp_sym_flag='-bexport' |
9094 | no_entry_flag='-bnoentry' | |
9095 | fi | |
d7040cdb | 9096 | |
dabbade6 L |
9097 | # When large executables or shared objects are built, AIX ld can |
9098 | # have problems creating the table of contents. If linking a library | |
9099 | # or program results in "error TOC overflow" add -mminimal-toc to | |
9100 | # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not | |
9101 | # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. | |
d7040cdb | 9102 | |
dabbade6 L |
9103 | archive_cmds='' |
9104 | hardcode_direct=yes | |
9105 | hardcode_direct_absolute=yes | |
9106 | hardcode_libdir_separator=':' | |
9107 | link_all_deplibs=yes | |
9108 | file_list_spec='${wl}-f,' | |
d7040cdb | 9109 | |
dabbade6 L |
9110 | if test "$GCC" = yes; then |
9111 | case $host_os in aix4.[012]|aix4.[012].*) | |
9112 | # We only want to do this on AIX 4.2 and lower, the check | |
9113 | # below for broken collect2 doesn't work under 4.3+ | |
9114 | collect2name=`${CC} -print-prog-name=collect2` | |
9115 | if test -f "$collect2name" && | |
9116 | strings "$collect2name" | $GREP resolve_lib_name >/dev/null | |
9117 | then | |
9118 | # We have reworked collect2 | |
9119 | : | |
9120 | else | |
9121 | # We have old collect2 | |
9122 | hardcode_direct=unsupported | |
9123 | # It fails to find uninstalled libraries when the uninstalled | |
9124 | # path is not listed in the libpath. Setting hardcode_minus_L | |
9125 | # to unsupported forces relinking | |
9126 | hardcode_minus_L=yes | |
9127 | hardcode_libdir_flag_spec='-L$libdir' | |
9128 | hardcode_libdir_separator= | |
9129 | fi | |
9130 | ;; | |
9131 | esac | |
9132 | shared_flag='-shared' | |
9133 | if test "$aix_use_runtimelinking" = yes; then | |
9134 | shared_flag="$shared_flag "'${wl}-G' | |
9135 | fi | |
9136 | else | |
9137 | # not using gcc | |
9138 | if test "$host_cpu" = ia64; then | |
9139 | # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release | |
9140 | # chokes on -Wl,-G. The following line is correct: | |
9141 | shared_flag='-G' | |
9142 | else | |
9143 | if test "$aix_use_runtimelinking" = yes; then | |
9144 | shared_flag='${wl}-G' | |
9145 | else | |
9146 | shared_flag='${wl}-bM:SRE' | |
9147 | fi | |
9148 | fi | |
9149 | fi | |
d7040cdb | 9150 | |
1927a18f | 9151 | export_dynamic_flag_spec='${wl}-bexpall' |
dabbade6 L |
9152 | # It seems that -bexpall does not export symbols beginning with |
9153 | # underscore (_), so it is better to generate a list of symbols to export. | |
9154 | always_export_symbols=yes | |
9155 | if test "$aix_use_runtimelinking" = yes; then | |
9156 | # Warning - without using the other runtime loading flags (-brtl), | |
9157 | # -berok will link without error, but may produce a broken library. | |
9158 | allow_undefined_flag='-berok' | |
9159 | # Determine the default libpath from the value encoded in an | |
9160 | # empty executable. | |
81ecdfbb | 9161 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
dabbade6 | 9162 | /* end confdefs.h. */ |
d7040cdb | 9163 | |
dabbade6 L |
9164 | int |
9165 | main () | |
9166 | { | |
d7040cdb | 9167 | |
dabbade6 L |
9168 | ; |
9169 | return 0; | |
9170 | } | |
9171 | _ACEOF | |
81ecdfbb | 9172 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb | 9173 | |
dabbade6 L |
9174 | lt_aix_libpath_sed=' |
9175 | /Import File Strings/,/^$/ { | |
9176 | /^0/ { | |
9177 | s/^0 *\(.*\)$/\1/ | |
9178 | p | |
9179 | } | |
9180 | }' | |
9181 | aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | |
9182 | # Check for a 64-bit object if we didn't find anything. | |
9183 | if test -z "$aix_libpath"; then | |
9184 | aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | |
9185 | fi | |
dabbade6 | 9186 | fi |
81ecdfbb RW |
9187 | rm -f core conftest.err conftest.$ac_objext \ |
9188 | conftest$ac_exeext conftest.$ac_ext | |
dabbade6 | 9189 | if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
d7040cdb | 9190 | |
dabbade6 L |
9191 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
9192 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" | |
9193 | else | |
9194 | if test "$host_cpu" = ia64; then | |
9195 | hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' | |
9196 | allow_undefined_flag="-z nodefs" | |
9197 | 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" | |
9198 | else | |
9199 | # Determine the default libpath from the value encoded in an | |
9200 | # empty executable. | |
81ecdfbb | 9201 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
dabbade6 | 9202 | /* end confdefs.h. */ |
d7040cdb | 9203 | |
dabbade6 L |
9204 | int |
9205 | main () | |
9206 | { | |
d7040cdb | 9207 | |
dabbade6 L |
9208 | ; |
9209 | return 0; | |
9210 | } | |
9211 | _ACEOF | |
81ecdfbb | 9212 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb | 9213 | |
dabbade6 L |
9214 | lt_aix_libpath_sed=' |
9215 | /Import File Strings/,/^$/ { | |
9216 | /^0/ { | |
9217 | s/^0 *\(.*\)$/\1/ | |
9218 | p | |
9219 | } | |
9220 | }' | |
9221 | aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | |
9222 | # Check for a 64-bit object if we didn't find anything. | |
9223 | if test -z "$aix_libpath"; then | |
9224 | aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | |
9225 | fi | |
dabbade6 | 9226 | fi |
81ecdfbb RW |
9227 | rm -f core conftest.err conftest.$ac_objext \ |
9228 | conftest$ac_exeext conftest.$ac_ext | |
dabbade6 | 9229 | if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
d7040cdb | 9230 | |
dabbade6 L |
9231 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
9232 | # Warning - without using the other run time loading flags, | |
9233 | # -berok will link without error, but may produce a broken library. | |
9234 | no_undefined_flag=' ${wl}-bernotok' | |
9235 | allow_undefined_flag=' ${wl}-berok' | |
9236 | # Exported symbols can be pulled into shared objects from archives | |
9237 | whole_archive_flag_spec='$convenience' | |
9238 | archive_cmds_need_lc=yes | |
9239 | # This is similar to how AIX traditionally builds its shared libraries. | |
9240 | 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' | |
9241 | fi | |
9242 | fi | |
9243 | ;; | |
d7040cdb | 9244 | |
dabbade6 | 9245 | amigaos*) |
1927a18f L |
9246 | case $host_cpu in |
9247 | powerpc) | |
9248 | # see comment about AmigaOS4 .so support | |
9249 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9250 | archive_expsym_cmds='' | |
9251 | ;; | |
9252 | m68k) | |
9253 | 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)' | |
9254 | hardcode_libdir_flag_spec='-L$libdir' | |
9255 | hardcode_minus_L=yes | |
9256 | ;; | |
9257 | esac | |
dabbade6 | 9258 | ;; |
d7040cdb | 9259 | |
dabbade6 L |
9260 | bsdi[45]*) |
9261 | export_dynamic_flag_spec=-rdynamic | |
9262 | ;; | |
d7040cdb | 9263 | |
1927a18f | 9264 | cygwin* | mingw* | pw32* | cegcc*) |
dabbade6 L |
9265 | # When not using gcc, we currently assume that we are using |
9266 | # Microsoft Visual C++. | |
9267 | # hardcode_libdir_flag_spec is actually meaningless, as there is | |
9268 | # no search path for DLLs. | |
9269 | hardcode_libdir_flag_spec=' ' | |
9270 | allow_undefined_flag=unsupported | |
9271 | # Tell ltmain to make .lib files, not .a files. | |
9272 | libext=lib | |
9273 | # Tell ltmain to make .dll files, not .so files. | |
9274 | shrext_cmds=".dll" | |
9275 | # FIXME: Setting linknames here is a bad hack. | |
9276 | archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' | |
9277 | # The linker will automatically build a .lib file if we build a DLL. | |
9278 | old_archive_from_new_cmds='true' | |
9279 | # FIXME: Should let the user specify the lib program. | |
9280 | old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' | |
9281 | fix_srcfile_path='`cygpath -w "$srcfile"`' | |
9282 | enable_shared_with_static_runtimes=yes | |
9283 | ;; | |
d7040cdb | 9284 | |
dabbade6 | 9285 | darwin* | rhapsody*) |
d7040cdb | 9286 | |
1927a18f L |
9287 | |
9288 | archive_cmds_need_lc=no | |
9289 | hardcode_direct=no | |
9290 | hardcode_automatic=yes | |
9291 | hardcode_shlibpath_var=unsupported | |
9292 | whole_archive_flag_spec='' | |
9293 | link_all_deplibs=yes | |
9294 | allow_undefined_flag="$_lt_dar_allow_undefined" | |
9295 | case $cc_basename in | |
9296 | ifort*) _lt_dar_can_shared=yes ;; | |
9297 | *) _lt_dar_can_shared=$GCC ;; | |
9298 | esac | |
9299 | if test "$_lt_dar_can_shared" = "yes"; then | |
9300 | output_verbose_link_cmd=echo | |
9301 | archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" | |
9302 | module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" | |
9303 | 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}" | |
9304 | 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}" | |
9305 | ||
9306 | else | |
9307 | ld_shlibs=no | |
9308 | fi | |
9309 | ||
dabbade6 | 9310 | ;; |
d7040cdb | 9311 | |
dabbade6 L |
9312 | dgux*) |
9313 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9314 | hardcode_libdir_flag_spec='-L$libdir' | |
9315 | hardcode_shlibpath_var=no | |
9316 | ;; | |
d7040cdb | 9317 | |
dabbade6 L |
9318 | freebsd1*) |
9319 | ld_shlibs=no | |
9320 | ;; | |
d7040cdb | 9321 | |
dabbade6 L |
9322 | # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor |
9323 | # support. Future versions do this automatically, but an explicit c++rt0.o | |
9324 | # does not break anything, and helps significantly (at the cost of a little | |
9325 | # extra space). | |
9326 | freebsd2.2*) | |
9327 | archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' | |
9328 | hardcode_libdir_flag_spec='-R$libdir' | |
9329 | hardcode_direct=yes | |
9330 | hardcode_shlibpath_var=no | |
9331 | ;; | |
d7040cdb | 9332 | |
dabbade6 L |
9333 | # Unfortunately, older versions of FreeBSD 2 do not have this feature. |
9334 | freebsd2*) | |
9335 | archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' | |
9336 | hardcode_direct=yes | |
9337 | hardcode_minus_L=yes | |
9338 | hardcode_shlibpath_var=no | |
9339 | ;; | |
d7040cdb | 9340 | |
dabbade6 L |
9341 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
9342 | freebsd* | dragonfly*) | |
9343 | archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' | |
9344 | hardcode_libdir_flag_spec='-R$libdir' | |
9345 | hardcode_direct=yes | |
9346 | hardcode_shlibpath_var=no | |
9347 | ;; | |
d7040cdb | 9348 | |
dabbade6 L |
9349 | hpux9*) |
9350 | if test "$GCC" = yes; then | |
9351 | 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' | |
9352 | else | |
9353 | 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' | |
9354 | fi | |
9355 | hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' | |
9356 | hardcode_libdir_separator=: | |
9357 | hardcode_direct=yes | |
d7040cdb | 9358 | |
dabbade6 L |
9359 | # hardcode_minus_L: Not really in the search PATH, |
9360 | # but as the default location of the library. | |
9361 | hardcode_minus_L=yes | |
9362 | export_dynamic_flag_spec='${wl}-E' | |
9363 | ;; | |
d7040cdb | 9364 | |
dabbade6 L |
9365 | hpux10*) |
9366 | if test "$GCC" = yes -a "$with_gnu_ld" = no; then | |
9367 | archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' | |
9368 | else | |
9369 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | |
9370 | fi | |
9371 | if test "$with_gnu_ld" = no; then | |
9372 | hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' | |
9373 | hardcode_libdir_flag_spec_ld='+b $libdir' | |
9374 | hardcode_libdir_separator=: | |
9375 | hardcode_direct=yes | |
9376 | hardcode_direct_absolute=yes | |
9377 | export_dynamic_flag_spec='${wl}-E' | |
9378 | # hardcode_minus_L: Not really in the search PATH, | |
9379 | # but as the default location of the library. | |
9380 | hardcode_minus_L=yes | |
9381 | fi | |
9382 | ;; | |
d7040cdb | 9383 | |
dabbade6 L |
9384 | hpux11*) |
9385 | if test "$GCC" = yes -a "$with_gnu_ld" = no; then | |
9386 | case $host_cpu in | |
9387 | hppa*64*) | |
9388 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9389 | ;; | |
9390 | ia64*) | |
1927a18f | 9391 | archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
dabbade6 L |
9392 | ;; |
9393 | *) | |
9394 | archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' | |
9395 | ;; | |
9396 | esac | |
9397 | else | |
9398 | case $host_cpu in | |
9399 | hppa*64*) | |
9400 | archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9401 | ;; | |
9402 | ia64*) | |
9403 | archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' | |
9404 | ;; | |
9405 | *) | |
9406 | archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' | |
9407 | ;; | |
9408 | esac | |
9409 | fi | |
9410 | if test "$with_gnu_ld" = no; then | |
9411 | hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' | |
9412 | hardcode_libdir_separator=: | |
d7040cdb | 9413 | |
dabbade6 L |
9414 | case $host_cpu in |
9415 | hppa*64*|ia64*) | |
9416 | hardcode_direct=no | |
9417 | hardcode_shlibpath_var=no | |
9418 | ;; | |
9419 | *) | |
9420 | hardcode_direct=yes | |
9421 | hardcode_direct_absolute=yes | |
9422 | export_dynamic_flag_spec='${wl}-E' | |
d7040cdb | 9423 | |
dabbade6 L |
9424 | # hardcode_minus_L: Not really in the search PATH, |
9425 | # but as the default location of the library. | |
9426 | hardcode_minus_L=yes | |
9427 | ;; | |
9428 | esac | |
9429 | fi | |
9430 | ;; | |
d7040cdb | 9431 | |
dabbade6 L |
9432 | irix5* | irix6* | nonstopux*) |
9433 | if test "$GCC" = yes; then | |
9434 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' | |
9435 | # Try to use the -exported_symbol ld option, if it does not | |
9436 | # work, assume that -exports_file does not work either and | |
9437 | # implicitly export all symbols. | |
9438 | save_LDFLAGS="$LDFLAGS" | |
9439 | LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" | |
81ecdfbb RW |
9440 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
9441 | /* end confdefs.h. */ | |
dabbade6 L |
9442 | int foo(void) {} |
9443 | _ACEOF | |
81ecdfbb | 9444 | if ac_fn_c_try_link "$LINENO"; then : |
dabbade6 | 9445 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' |
d7040cdb | 9446 | |
d7040cdb | 9447 | fi |
81ecdfbb RW |
9448 | rm -f core conftest.err conftest.$ac_objext \ |
9449 | conftest$ac_exeext conftest.$ac_ext | |
dabbade6 L |
9450 | LDFLAGS="$save_LDFLAGS" |
9451 | else | |
9452 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' | |
9453 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' | |
9454 | fi | |
9455 | archive_cmds_need_lc='no' | |
9456 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
9457 | hardcode_libdir_separator=: | |
9458 | inherit_rpath=yes | |
9459 | link_all_deplibs=yes | |
9460 | ;; | |
d7040cdb | 9461 | |
dabbade6 L |
9462 | netbsd*) |
9463 | if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then | |
9464 | archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out | |
9465 | else | |
9466 | archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF | |
9467 | fi | |
9468 | hardcode_libdir_flag_spec='-R$libdir' | |
9469 | hardcode_direct=yes | |
9470 | hardcode_shlibpath_var=no | |
9471 | ;; | |
d7040cdb | 9472 | |
dabbade6 L |
9473 | newsos6) |
9474 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9475 | hardcode_direct=yes | |
9476 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
9477 | hardcode_libdir_separator=: | |
9478 | hardcode_shlibpath_var=no | |
9479 | ;; | |
d7040cdb | 9480 | |
dabbade6 L |
9481 | *nto* | *qnx*) |
9482 | ;; | |
d7040cdb | 9483 | |
dabbade6 | 9484 | openbsd*) |
1927a18f L |
9485 | if test -f /usr/libexec/ld.so; then |
9486 | hardcode_direct=yes | |
9487 | hardcode_shlibpath_var=no | |
9488 | hardcode_direct_absolute=yes | |
9489 | if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then | |
dabbade6 | 9490 | archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' |
1927a18f | 9491 | archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' |
dabbade6 | 9492 | hardcode_libdir_flag_spec='${wl}-rpath,$libdir' |
1927a18f L |
9493 | export_dynamic_flag_spec='${wl}-E' |
9494 | else | |
9495 | case $host_os in | |
9496 | openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) | |
9497 | archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' | |
9498 | hardcode_libdir_flag_spec='-R$libdir' | |
9499 | ;; | |
9500 | *) | |
9501 | archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' | |
9502 | hardcode_libdir_flag_spec='${wl}-rpath,$libdir' | |
9503 | ;; | |
9504 | esac | |
9505 | fi | |
9506 | else | |
9507 | ld_shlibs=no | |
d7040cdb SE |
9508 | fi |
9509 | ;; | |
d7040cdb | 9510 | |
dabbade6 L |
9511 | os2*) |
9512 | hardcode_libdir_flag_spec='-L$libdir' | |
9513 | hardcode_minus_L=yes | |
9514 | allow_undefined_flag=unsupported | |
9515 | 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' | |
9516 | old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' | |
9517 | ;; | |
d7040cdb | 9518 | |
dabbade6 L |
9519 | osf3*) |
9520 | if test "$GCC" = yes; then | |
9521 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | |
9522 | archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' | |
9523 | else | |
9524 | allow_undefined_flag=' -expect_unresolved \*' | |
9525 | archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' | |
9526 | fi | |
9527 | archive_cmds_need_lc='no' | |
9528 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
9529 | hardcode_libdir_separator=: | |
9530 | ;; | |
d7040cdb | 9531 | |
dabbade6 L |
9532 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
9533 | if test "$GCC" = yes; then | |
9534 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | |
9535 | archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' | |
9536 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
9537 | else | |
9538 | allow_undefined_flag=' -expect_unresolved \*' | |
9539 | archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' | |
9540 | 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~ | |
9541 | $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' | |
d7040cdb | 9542 | |
dabbade6 L |
9543 | # Both c and cxx compiler support -rpath directly |
9544 | hardcode_libdir_flag_spec='-rpath $libdir' | |
9545 | fi | |
9546 | archive_cmds_need_lc='no' | |
9547 | hardcode_libdir_separator=: | |
9548 | ;; | |
d7040cdb | 9549 | |
dabbade6 L |
9550 | solaris*) |
9551 | no_undefined_flag=' -z defs' | |
9552 | if test "$GCC" = yes; then | |
9553 | wlarc='${wl}' | |
9554 | archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9555 | archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ | |
9556 | $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' | |
9557 | else | |
9558 | case `$CC -V 2>&1` in | |
9559 | *"Compilers 5.0"*) | |
9560 | wlarc='' | |
9561 | archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9562 | archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ | |
9563 | $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' | |
9564 | ;; | |
9565 | *) | |
9566 | wlarc='${wl}' | |
9567 | archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' | |
9568 | archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ | |
9569 | $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' | |
9570 | ;; | |
9571 | esac | |
9572 | fi | |
9573 | hardcode_libdir_flag_spec='-R$libdir' | |
9574 | hardcode_shlibpath_var=no | |
9575 | case $host_os in | |
9576 | solaris2.[0-5] | solaris2.[0-5].*) ;; | |
9577 | *) | |
9578 | # The compiler driver will combine and reorder linker options, | |
9579 | # but understands `-z linker_flag'. GCC discards it without `$wl', | |
9580 | # but is careful enough not to reorder. | |
9581 | # Supported since Solaris 2.6 (maybe 2.5.1?) | |
9582 | if test "$GCC" = yes; then | |
9583 | whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' | |
9584 | else | |
9585 | whole_archive_flag_spec='-z allextract$convenience -z defaultextract' | |
9586 | fi | |
9587 | ;; | |
9588 | esac | |
9589 | link_all_deplibs=yes | |
d7040cdb | 9590 | ;; |
dabbade6 L |
9591 | |
9592 | sunos4*) | |
9593 | if test "x$host_vendor" = xsequent; then | |
9594 | # Use $CC to link under sequent, because it throws in some extra .o | |
9595 | # files that make .init and .fini sections work. | |
9596 | archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' | |
d7040cdb | 9597 | else |
dabbade6 | 9598 | archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' |
d7040cdb | 9599 | fi |
dabbade6 L |
9600 | hardcode_libdir_flag_spec='-L$libdir' |
9601 | hardcode_direct=yes | |
9602 | hardcode_minus_L=yes | |
9603 | hardcode_shlibpath_var=no | |
d7040cdb | 9604 | ;; |
dabbade6 L |
9605 | |
9606 | sysv4) | |
9607 | case $host_vendor in | |
9608 | sni) | |
9609 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9610 | hardcode_direct=yes # is this really true??? | |
9611 | ;; | |
9612 | siemens) | |
9613 | ## LD is ld it makes a PLAMLIB | |
9614 | ## CC just makes a GrossModule. | |
9615 | archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' | |
9616 | reload_cmds='$CC -r -o $output$reload_objs' | |
9617 | hardcode_direct=no | |
9618 | ;; | |
9619 | motorola) | |
9620 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9621 | hardcode_direct=no #Motorola manual says yes, but my tests say they lie | |
9622 | ;; | |
9623 | esac | |
9624 | runpath_var='LD_RUN_PATH' | |
9625 | hardcode_shlibpath_var=no | |
d7040cdb | 9626 | ;; |
d7040cdb | 9627 | |
dabbade6 L |
9628 | sysv4.3*) |
9629 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9630 | hardcode_shlibpath_var=no | |
9631 | export_dynamic_flag_spec='-Bexport' | |
9632 | ;; | |
d7040cdb | 9633 | |
dabbade6 L |
9634 | sysv4*MP*) |
9635 | if test -d /usr/nec; then | |
9636 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9637 | hardcode_shlibpath_var=no | |
9638 | runpath_var=LD_RUN_PATH | |
9639 | hardcode_runpath_var=yes | |
9640 | ld_shlibs=yes | |
9641 | fi | |
9642 | ;; | |
d7040cdb | 9643 | |
dabbade6 L |
9644 | sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) |
9645 | no_undefined_flag='${wl}-z,text' | |
9646 | archive_cmds_need_lc=no | |
9647 | hardcode_shlibpath_var=no | |
9648 | runpath_var='LD_RUN_PATH' | |
d7040cdb | 9649 | |
dabbade6 L |
9650 | if test "$GCC" = yes; then |
9651 | archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9652 | archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9653 | else | |
9654 | archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9655 | archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9656 | fi | |
9657 | ;; | |
d7040cdb | 9658 | |
dabbade6 L |
9659 | sysv5* | sco3.2v5* | sco5v6*) |
9660 | # Note: We can NOT use -z defs as we might desire, because we do not | |
9661 | # link with -lc, and that would cause any symbols used from libc to | |
9662 | # always be unresolved, which means just about no library would | |
9663 | # ever link correctly. If we're not using GNU ld we use -z text | |
9664 | # though, which does catch some bad symbols but isn't as heavy-handed | |
9665 | # as -z defs. | |
9666 | no_undefined_flag='${wl}-z,text' | |
9667 | allow_undefined_flag='${wl}-z,nodefs' | |
9668 | archive_cmds_need_lc=no | |
9669 | hardcode_shlibpath_var=no | |
9670 | hardcode_libdir_flag_spec='${wl}-R,$libdir' | |
9671 | hardcode_libdir_separator=':' | |
9672 | link_all_deplibs=yes | |
9673 | export_dynamic_flag_spec='${wl}-Bexport' | |
9674 | runpath_var='LD_RUN_PATH' | |
d7040cdb | 9675 | |
dabbade6 L |
9676 | if test "$GCC" = yes; then |
9677 | archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9678 | archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9679 | else | |
9680 | archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9681 | archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9682 | fi | |
d7040cdb | 9683 | ;; |
d7040cdb | 9684 | |
dabbade6 L |
9685 | uts4*) |
9686 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9687 | hardcode_libdir_flag_spec='-L$libdir' | |
9688 | hardcode_shlibpath_var=no | |
9689 | ;; | |
d7040cdb | 9690 | |
dabbade6 L |
9691 | *) |
9692 | ld_shlibs=no | |
9693 | ;; | |
9694 | esac | |
9695 | ||
9696 | if test x$host_vendor = xsni; then | |
9697 | case $host in | |
9698 | sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) | |
9699 | export_dynamic_flag_spec='${wl}-Blargedynsym' | |
9700 | ;; | |
9701 | esac | |
d7040cdb | 9702 | fi |
dabbade6 | 9703 | fi |
d7040cdb | 9704 | |
81ecdfbb RW |
9705 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 |
9706 | $as_echo "$ld_shlibs" >&6; } | |
dabbade6 | 9707 | test "$ld_shlibs" = no && can_build_shared=no |
d7040cdb | 9708 | |
dabbade6 | 9709 | with_gnu_ld=$with_gnu_ld |
d7040cdb | 9710 | |
d7040cdb | 9711 | |
d7040cdb | 9712 | |
d7040cdb | 9713 | |
d7040cdb | 9714 | |
d7040cdb | 9715 | |
d7040cdb | 9716 | |
d7040cdb | 9717 | |
d7040cdb | 9718 | |
d7040cdb | 9719 | |
d7040cdb | 9720 | |
d7040cdb | 9721 | |
d7040cdb | 9722 | |
d7040cdb | 9723 | |
d7040cdb | 9724 | |
dabbade6 L |
9725 | # |
9726 | # Do we need to explicitly link libc? | |
9727 | # | |
9728 | case "x$archive_cmds_need_lc" in | |
9729 | x|xyes) | |
9730 | # Assume -lc should be added | |
9731 | archive_cmds_need_lc=yes | |
d7040cdb | 9732 | |
dabbade6 L |
9733 | if test "$enable_shared" = yes && test "$GCC" = yes; then |
9734 | case $archive_cmds in | |
9735 | *'~'*) | |
9736 | # FIXME: we may have to deal with multi-command sequences. | |
9737 | ;; | |
9738 | '$CC '*) | |
9739 | # Test whether the compiler implicitly links with -lc since on some | |
9740 | # systems, -lgcc has to come before -lc. If gcc already passes -lc | |
9741 | # to ld, don't add -lc before -lgcc. | |
81ecdfbb RW |
9742 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 |
9743 | $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } | |
9744 | if test "${lt_cv_archive_cmds_need_lc+set}" = set; then : | |
9745 | $as_echo_n "(cached) " >&6 | |
39144654 RW |
9746 | else |
9747 | $RM conftest* | |
9748 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
d7040cdb | 9749 | |
81ecdfbb | 9750 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
dabbade6 L |
9751 | (eval $ac_compile) 2>&5 |
9752 | ac_status=$? | |
81ecdfbb RW |
9753 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
9754 | test $ac_status = 0; } 2>conftest.err; then | |
39144654 RW |
9755 | soname=conftest |
9756 | lib=conftest | |
9757 | libobjs=conftest.$ac_objext | |
9758 | deplibs= | |
9759 | wl=$lt_prog_compiler_wl | |
9760 | pic_flag=$lt_prog_compiler_pic | |
9761 | compiler_flags=-v | |
9762 | linker_flags=-v | |
9763 | verstring= | |
9764 | output_objdir=. | |
9765 | libname=conftest | |
9766 | lt_save_allow_undefined_flag=$allow_undefined_flag | |
9767 | allow_undefined_flag= | |
81ecdfbb | 9768 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 |
dabbade6 L |
9769 | (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 |
9770 | ac_status=$? | |
81ecdfbb RW |
9771 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
9772 | test $ac_status = 0; } | |
39144654 RW |
9773 | then |
9774 | lt_cv_archive_cmds_need_lc=no | |
9775 | else | |
9776 | lt_cv_archive_cmds_need_lc=yes | |
9777 | fi | |
9778 | allow_undefined_flag=$lt_save_allow_undefined_flag | |
9779 | else | |
9780 | cat conftest.err 1>&5 | |
9781 | fi | |
9782 | $RM conftest* | |
9783 | ||
9784 | fi | |
81ecdfbb RW |
9785 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 |
9786 | $as_echo "$lt_cv_archive_cmds_need_lc" >&6; } | |
39144654 | 9787 | archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc |
dabbade6 L |
9788 | ;; |
9789 | esac | |
d7040cdb | 9790 | fi |
d7040cdb | 9791 | ;; |
dabbade6 | 9792 | esac |
d7040cdb | 9793 | |
d7040cdb | 9794 | |
d7040cdb | 9795 | |
d7040cdb | 9796 | |
d7040cdb | 9797 | |
d7040cdb | 9798 | |
d7040cdb | 9799 | |
d7040cdb SE |
9800 | |
9801 | ||
9802 | ||
9803 | ||
9804 | ||
9805 | ||
9806 | ||
9807 | ||
9808 | ||
9809 | ||
9810 | ||
9811 | ||
9812 | ||
9813 | ||
9814 | ||
9815 | ||
9816 | ||
9817 | ||
9818 | ||
9819 | ||
9820 | ||
9821 | ||
9822 | ||
9823 | ||
9824 | ||
9825 | ||
9826 | ||
9827 | ||
9828 | ||
9829 | ||
9830 | ||
9831 | ||
9832 | ||
9833 | ||
9834 | ||
9835 | ||
9836 | ||
9837 | ||
9838 | ||
9839 | ||
9840 | ||
9841 | ||
9842 | ||
9843 | ||
9844 | ||
9845 | ||
9846 | ||
9847 | ||
9848 | ||
9849 | ||
9850 | ||
9851 | ||
9852 | ||
9853 | ||
9854 | ||
9855 | ||
9856 | ||
9857 | ||
9858 | ||
9859 | ||
9860 | ||
9861 | ||
9862 | ||
9863 | ||
9864 | ||
9865 | ||
9866 | ||
9867 | ||
9868 | ||
9869 | ||
9870 | ||
9871 | ||
9872 | ||
9873 | ||
9874 | ||
9875 | ||
9876 | ||
9877 | ||
9878 | ||
9879 | ||
9880 | ||
9881 | ||
9882 | ||
9883 | ||
9884 | ||
9885 | ||
9886 | ||
d7040cdb | 9887 | |
d7040cdb | 9888 | |
d7040cdb SE |
9889 | |
9890 | ||
9891 | ||
9892 | ||
9893 | ||
9894 | ||
d7040cdb | 9895 | |
d7040cdb | 9896 | |
d7040cdb | 9897 | |
d7040cdb | 9898 | |
d7040cdb | 9899 | |
d7040cdb | 9900 | |
d7040cdb | 9901 | |
d7040cdb | 9902 | |
d7040cdb | 9903 | |
d7040cdb | 9904 | |
d7040cdb | 9905 | |
d7040cdb | 9906 | |
d7040cdb | 9907 | |
d7040cdb | 9908 | |
d7040cdb | 9909 | |
d7040cdb | 9910 | |
d7040cdb | 9911 | |
d7040cdb | 9912 | |
d7040cdb | 9913 | |
d7040cdb | 9914 | |
d7040cdb | 9915 | |
d7040cdb | 9916 | |
d7040cdb | 9917 | |
d7040cdb | 9918 | |
dabbade6 L |
9919 | |
9920 | ||
9921 | ||
9922 | ||
9923 | ||
9924 | ||
9925 | ||
9926 | ||
9927 | ||
9928 | ||
9929 | ||
9930 | ||
9931 | ||
9932 | ||
9933 | ||
9934 | ||
9935 | ||
9936 | ||
9937 | ||
9938 | ||
9939 | ||
9940 | ||
9941 | ||
9942 | ||
9943 | ||
9944 | ||
9945 | ||
9946 | ||
9947 | ||
9948 | ||
9949 | ||
81ecdfbb RW |
9950 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 |
9951 | $as_echo_n "checking dynamic linker characteristics... " >&6; } | |
1927a18f L |
9952 | |
9953 | if test "$GCC" = yes; then | |
dabbade6 L |
9954 | case $host_os in |
9955 | darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; | |
9956 | *) lt_awk_arg="/^libraries:/" ;; | |
9957 | esac | |
9958 | lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` | |
9959 | if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then | |
9960 | # if the path contains ";" then we assume it to be the separator | |
9961 | # otherwise default to the standard path separator (i.e. ":") - it is | |
9962 | # assumed that no part of a normal pathname contains ";" but that should | |
9963 | # okay in the real world where ";" in dirpaths is itself problematic. | |
9964 | lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` | |
9965 | else | |
9966 | lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` | |
9967 | fi | |
9968 | # Ok, now we have the path, separated by spaces, we can step through it | |
9969 | # and add multilib dir if necessary. | |
9970 | lt_tmp_lt_search_path_spec= | |
9971 | lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` | |
9972 | for lt_sys_path in $lt_search_path_spec; do | |
9973 | if test -d "$lt_sys_path/$lt_multi_os_dir"; then | |
9974 | lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" | |
9975 | else | |
9976 | test -d "$lt_sys_path" && \ | |
9977 | lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" | |
9978 | fi | |
9979 | done | |
9980 | lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk ' | |
9981 | BEGIN {RS=" "; FS="/|\n";} { | |
9982 | lt_foo=""; | |
9983 | lt_count=0; | |
9984 | for (lt_i = NF; lt_i > 0; lt_i--) { | |
9985 | if ($lt_i != "" && $lt_i != ".") { | |
9986 | if ($lt_i == "..") { | |
9987 | lt_count++; | |
9988 | } else { | |
9989 | if (lt_count == 0) { | |
9990 | lt_foo="/" $lt_i lt_foo; | |
9991 | } else { | |
9992 | lt_count--; | |
9993 | } | |
9994 | } | |
9995 | } | |
9996 | } | |
9997 | if (lt_foo != "") { lt_freq[lt_foo]++; } | |
9998 | if (lt_freq[lt_foo] == 1) { print lt_foo; } | |
9999 | }'` | |
10000 | sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` | |
d7040cdb | 10001 | else |
dabbade6 L |
10002 | sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" |
10003 | fi | |
10004 | library_names_spec= | |
10005 | libname_spec='lib$name' | |
10006 | soname_spec= | |
10007 | shrext_cmds=".so" | |
10008 | postinstall_cmds= | |
10009 | postuninstall_cmds= | |
10010 | finish_cmds= | |
10011 | finish_eval= | |
10012 | shlibpath_var= | |
10013 | shlibpath_overrides_runpath=unknown | |
10014 | version_type=none | |
10015 | dynamic_linker="$host_os ld.so" | |
10016 | sys_lib_dlsearch_path_spec="/lib /usr/lib" | |
10017 | need_lib_prefix=unknown | |
10018 | hardcode_into_libs=no | |
10019 | ||
10020 | # when you set need_version to no, make sure it does not cause -set_version | |
10021 | # flags to be left without arguments | |
10022 | need_version=unknown | |
10023 | ||
10024 | case $host_os in | |
10025 | aix3*) | |
10026 | version_type=linux | |
10027 | library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' | |
10028 | shlibpath_var=LIBPATH | |
10029 | ||
10030 | # AIX 3 has no versioning support, so we append a major version to the name. | |
10031 | soname_spec='${libname}${release}${shared_ext}$major' | |
10032 | ;; | |
10033 | ||
50e7d84b | 10034 | aix[4-9]*) |
dabbade6 L |
10035 | version_type=linux |
10036 | need_lib_prefix=no | |
10037 | need_version=no | |
10038 | hardcode_into_libs=yes | |
10039 | if test "$host_cpu" = ia64; then | |
10040 | # AIX 5 supports IA64 | |
10041 | library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' | |
10042 | shlibpath_var=LD_LIBRARY_PATH | |
10043 | else | |
10044 | # With GCC up to 2.95.x, collect2 would create an import file | |
10045 | # for dependence libraries. The import file would start with | |
10046 | # the line `#! .'. This would cause the generated library to | |
10047 | # depend on `.', always an invalid library. This was fixed in | |
10048 | # development snapshots of GCC prior to 3.0. | |
10049 | case $host_os in | |
10050 | aix4 | aix4.[01] | aix4.[01].*) | |
10051 | if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' | |
10052 | echo ' yes ' | |
10053 | echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then | |
10054 | : | |
10055 | else | |
10056 | can_build_shared=no | |
10057 | fi | |
10058 | ;; | |
10059 | esac | |
10060 | # AIX (on Power*) has no versioning support, so currently we can not hardcode correct | |
10061 | # soname into executable. Probably we can add versioning support to | |
10062 | # collect2, so additional links can be useful in future. | |
10063 | if test "$aix_use_runtimelinking" = yes; then | |
10064 | # If using run time linking (on AIX 4.2 or later) use lib<name>.so | |
10065 | # instead of lib<name>.a to let people know that these are not | |
10066 | # typical AIX shared libraries. | |
10067 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10068 | else | |
10069 | # We preserve .a as extension for shared libraries through AIX4.2 | |
10070 | # and later when we are not doing run time linking. | |
10071 | library_names_spec='${libname}${release}.a $libname.a' | |
10072 | soname_spec='${libname}${release}${shared_ext}$major' | |
10073 | fi | |
10074 | shlibpath_var=LIBPATH | |
10075 | fi | |
10076 | ;; | |
10077 | ||
10078 | amigaos*) | |
1927a18f L |
10079 | case $host_cpu in |
10080 | powerpc) | |
10081 | # Since July 2007 AmigaOS4 officially supports .so libraries. | |
10082 | # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. | |
10083 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10084 | ;; | |
10085 | m68k) | |
dabbade6 L |
10086 | library_names_spec='$libname.ixlibrary $libname.a' |
10087 | # Create ${libname}_ixlibrary.a entries in /sys/libs. | |
10088 | finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''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' | |
1927a18f L |
10089 | ;; |
10090 | esac | |
dabbade6 L |
10091 | ;; |
10092 | ||
10093 | beos*) | |
10094 | library_names_spec='${libname}${shared_ext}' | |
10095 | dynamic_linker="$host_os ld.so" | |
10096 | shlibpath_var=LIBRARY_PATH | |
10097 | ;; | |
10098 | ||
10099 | bsdi[45]*) | |
10100 | version_type=linux | |
10101 | need_version=no | |
10102 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10103 | soname_spec='${libname}${release}${shared_ext}$major' | |
10104 | finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' | |
10105 | shlibpath_var=LD_LIBRARY_PATH | |
10106 | sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" | |
10107 | sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" | |
10108 | # the default ld.so.conf also contains /usr/contrib/lib and | |
10109 | # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow | |
10110 | # libtool to hard-code these into programs | |
10111 | ;; | |
10112 | ||
1927a18f | 10113 | cygwin* | mingw* | pw32* | cegcc*) |
dabbade6 L |
10114 | version_type=windows |
10115 | shrext_cmds=".dll" | |
10116 | need_version=no | |
10117 | need_lib_prefix=no | |
10118 | ||
1927a18f L |
10119 | case $GCC,$host_os in |
10120 | yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) | |
dabbade6 L |
10121 | library_names_spec='$libname.dll.a' |
10122 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | |
10123 | postinstall_cmds='base_file=`basename \${file}`~ | |
10124 | dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ | |
10125 | dldir=$destdir/`dirname \$dlpath`~ | |
10126 | test -d \$dldir || mkdir -p \$dldir~ | |
10127 | $install_prog $dir/$dlname \$dldir/$dlname~ | |
10128 | chmod a+x \$dldir/$dlname~ | |
10129 | if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then | |
10130 | eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; | |
10131 | fi' | |
10132 | postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ | |
10133 | dlpath=$dir/\$dldll~ | |
10134 | $RM \$dlpath' | |
10135 | shlibpath_overrides_runpath=yes | |
10136 | ||
10137 | case $host_os in | |
10138 | cygwin*) | |
10139 | # Cygwin DLLs use 'cyg' prefix rather than 'lib' | |
10140 | soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | |
10141 | sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" | |
10142 | ;; | |
1927a18f | 10143 | mingw* | cegcc*) |
dabbade6 L |
10144 | # MinGW DLLs use traditional 'lib' prefix |
10145 | soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | |
10146 | sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` | |
10147 | if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then | |
10148 | # It is most probably a Windows format PATH printed by | |
10149 | # mingw gcc, but we are running on Cygwin. Gcc prints its search | |
10150 | # path with ; separators, and with drive letters. We can handle the | |
10151 | # drive letters (cygwin fileutils understands them), so leave them, | |
10152 | # especially as we might pass files found there to a mingw objdump, | |
10153 | # which wouldn't understand a cygwinified path. Ahh. | |
10154 | sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` | |
10155 | else | |
10156 | sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` | |
10157 | fi | |
10158 | ;; | |
10159 | pw32*) | |
10160 | # pw32 DLLs use 'pw' prefix rather than 'lib' | |
10161 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | |
10162 | ;; | |
10163 | esac | |
10164 | ;; | |
10165 | ||
10166 | *) | |
10167 | library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' | |
10168 | ;; | |
10169 | esac | |
10170 | dynamic_linker='Win32 ld.exe' | |
10171 | # FIXME: first we should search . and the directory the executable is in | |
10172 | shlibpath_var=PATH | |
10173 | ;; | |
10174 | ||
10175 | darwin* | rhapsody*) | |
10176 | dynamic_linker="$host_os dyld" | |
10177 | version_type=darwin | |
10178 | need_lib_prefix=no | |
10179 | need_version=no | |
10180 | library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' | |
10181 | soname_spec='${libname}${release}${major}$shared_ext' | |
10182 | shlibpath_overrides_runpath=yes | |
10183 | shlibpath_var=DYLD_LIBRARY_PATH | |
10184 | shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' | |
10185 | ||
10186 | sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" | |
10187 | sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' | |
10188 | ;; | |
10189 | ||
10190 | dgux*) | |
10191 | version_type=linux | |
10192 | need_lib_prefix=no | |
10193 | need_version=no | |
10194 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' | |
10195 | soname_spec='${libname}${release}${shared_ext}$major' | |
10196 | shlibpath_var=LD_LIBRARY_PATH | |
10197 | ;; | |
10198 | ||
10199 | freebsd1*) | |
10200 | dynamic_linker=no | |
10201 | ;; | |
10202 | ||
10203 | freebsd* | dragonfly*) | |
10204 | # DragonFly does not have aout. When/if they implement a new | |
10205 | # versioning mechanism, adjust this. | |
10206 | if test -x /usr/bin/objformat; then | |
10207 | objformat=`/usr/bin/objformat` | |
10208 | else | |
10209 | case $host_os in | |
10210 | freebsd[123]*) objformat=aout ;; | |
10211 | *) objformat=elf ;; | |
10212 | esac | |
10213 | fi | |
10214 | version_type=freebsd-$objformat | |
10215 | case $version_type in | |
10216 | freebsd-elf*) | |
10217 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' | |
10218 | need_version=no | |
10219 | need_lib_prefix=no | |
10220 | ;; | |
10221 | freebsd-*) | |
10222 | library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' | |
10223 | need_version=yes | |
10224 | ;; | |
10225 | esac | |
10226 | shlibpath_var=LD_LIBRARY_PATH | |
10227 | case $host_os in | |
10228 | freebsd2*) | |
10229 | shlibpath_overrides_runpath=yes | |
10230 | ;; | |
10231 | freebsd3.[01]* | freebsdelf3.[01]*) | |
10232 | shlibpath_overrides_runpath=yes | |
10233 | hardcode_into_libs=yes | |
10234 | ;; | |
10235 | freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ | |
10236 | freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) | |
10237 | shlibpath_overrides_runpath=no | |
10238 | hardcode_into_libs=yes | |
10239 | ;; | |
10240 | *) # from 4.6 on, and DragonFly | |
10241 | shlibpath_overrides_runpath=yes | |
10242 | hardcode_into_libs=yes | |
10243 | ;; | |
10244 | esac | |
10245 | ;; | |
10246 | ||
10247 | gnu*) | |
10248 | version_type=linux | |
10249 | need_lib_prefix=no | |
10250 | need_version=no | |
10251 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' | |
10252 | soname_spec='${libname}${release}${shared_ext}$major' | |
10253 | shlibpath_var=LD_LIBRARY_PATH | |
10254 | hardcode_into_libs=yes | |
10255 | ;; | |
10256 | ||
10257 | hpux9* | hpux10* | hpux11*) | |
10258 | # Give a soname corresponding to the major version so that dld.sl refuses to | |
10259 | # link against other versions. | |
10260 | version_type=sunos | |
10261 | need_lib_prefix=no | |
10262 | need_version=no | |
10263 | case $host_cpu in | |
10264 | ia64*) | |
10265 | shrext_cmds='.so' | |
10266 | hardcode_into_libs=yes | |
10267 | dynamic_linker="$host_os dld.so" | |
10268 | shlibpath_var=LD_LIBRARY_PATH | |
10269 | shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. | |
10270 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10271 | soname_spec='${libname}${release}${shared_ext}$major' | |
10272 | if test "X$HPUX_IA64_MODE" = X32; then | |
10273 | sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" | |
10274 | else | |
10275 | sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" | |
10276 | fi | |
10277 | sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec | |
10278 | ;; | |
10279 | hppa*64*) | |
10280 | shrext_cmds='.sl' | |
10281 | hardcode_into_libs=yes | |
10282 | dynamic_linker="$host_os dld.sl" | |
10283 | shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH | |
10284 | shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. | |
10285 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10286 | soname_spec='${libname}${release}${shared_ext}$major' | |
10287 | sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" | |
10288 | sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec | |
10289 | ;; | |
10290 | *) | |
10291 | shrext_cmds='.sl' | |
10292 | dynamic_linker="$host_os dld.sl" | |
10293 | shlibpath_var=SHLIB_PATH | |
10294 | shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH | |
10295 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10296 | soname_spec='${libname}${release}${shared_ext}$major' | |
10297 | ;; | |
10298 | esac | |
10299 | # HP-UX runs *really* slowly unless shared libraries are mode 555. | |
10300 | postinstall_cmds='chmod 555 $lib' | |
10301 | ;; | |
10302 | ||
10303 | interix[3-9]*) | |
10304 | version_type=linux | |
10305 | need_lib_prefix=no | |
10306 | need_version=no | |
10307 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' | |
10308 | soname_spec='${libname}${release}${shared_ext}$major' | |
10309 | dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' | |
10310 | shlibpath_var=LD_LIBRARY_PATH | |
10311 | shlibpath_overrides_runpath=no | |
10312 | hardcode_into_libs=yes | |
10313 | ;; | |
10314 | ||
10315 | irix5* | irix6* | nonstopux*) | |
10316 | case $host_os in | |
10317 | nonstopux*) version_type=nonstopux ;; | |
10318 | *) | |
10319 | if test "$lt_cv_prog_gnu_ld" = yes; then | |
10320 | version_type=linux | |
10321 | else | |
10322 | version_type=irix | |
10323 | fi ;; | |
10324 | esac | |
10325 | need_lib_prefix=no | |
10326 | need_version=no | |
10327 | soname_spec='${libname}${release}${shared_ext}$major' | |
10328 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' | |
10329 | case $host_os in | |
10330 | irix5* | nonstopux*) | |
10331 | libsuff= shlibsuff= | |
10332 | ;; | |
10333 | *) | |
10334 | case $LD in # libtool.m4 will add one of these switches to LD | |
10335 | *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") | |
10336 | libsuff= shlibsuff= libmagic=32-bit;; | |
10337 | *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") | |
10338 | libsuff=32 shlibsuff=N32 libmagic=N32;; | |
10339 | *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") | |
10340 | libsuff=64 shlibsuff=64 libmagic=64-bit;; | |
10341 | *) libsuff= shlibsuff= libmagic=never-match;; | |
10342 | esac | |
10343 | ;; | |
10344 | esac | |
10345 | shlibpath_var=LD_LIBRARY${shlibsuff}_PATH | |
10346 | shlibpath_overrides_runpath=no | |
10347 | sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" | |
10348 | sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" | |
10349 | hardcode_into_libs=yes | |
10350 | ;; | |
10351 | ||
10352 | # No shared lib support for Linux oldld, aout, or coff. | |
10353 | linux*oldld* | linux*aout* | linux*coff*) | |
10354 | dynamic_linker=no | |
10355 | ;; | |
10356 | ||
10357 | # This must be Linux ELF. | |
58e24671 | 10358 | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
dabbade6 L |
10359 | version_type=linux |
10360 | need_lib_prefix=no | |
10361 | need_version=no | |
10362 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10363 | soname_spec='${libname}${release}${shared_ext}$major' | |
10364 | finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' | |
10365 | shlibpath_var=LD_LIBRARY_PATH | |
10366 | shlibpath_overrides_runpath=no | |
39144654 | 10367 | |
dabbade6 | 10368 | # Some binutils ld are patched to set DT_RUNPATH |
81ecdfbb RW |
10369 | if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then : |
10370 | $as_echo_n "(cached) " >&6 | |
39144654 RW |
10371 | else |
10372 | lt_cv_shlibpath_overrides_runpath=no | |
10373 | save_LDFLAGS=$LDFLAGS | |
10374 | save_libdir=$libdir | |
10375 | eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ | |
10376 | LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" | |
81ecdfbb | 10377 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb SE |
10378 | /* end confdefs.h. */ |
10379 | ||
d7040cdb SE |
10380 | int |
10381 | main () | |
10382 | { | |
dabbade6 | 10383 | |
d7040cdb SE |
10384 | ; |
10385 | return 0; | |
10386 | } | |
10387 | _ACEOF | |
81ecdfbb RW |
10388 | if ac_fn_c_try_link "$LINENO"; then : |
10389 | if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : | |
39144654 | 10390 | lt_cv_shlibpath_overrides_runpath=yes |
dabbade6 | 10391 | fi |
d7040cdb | 10392 | fi |
81ecdfbb RW |
10393 | rm -f core conftest.err conftest.$ac_objext \ |
10394 | conftest$ac_exeext conftest.$ac_ext | |
39144654 RW |
10395 | LDFLAGS=$save_LDFLAGS |
10396 | libdir=$save_libdir | |
10397 | ||
10398 | fi | |
10399 | ||
10400 | shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath | |
dabbade6 L |
10401 | |
10402 | # This implies no fast_install, which is unacceptable. | |
10403 | # Some rework will be needed to allow for fast_install | |
10404 | # before this can be enabled. | |
10405 | hardcode_into_libs=yes | |
10406 | ||
10407 | # Append ld.so.conf contents to the search path | |
10408 | if test -f /etc/ld.so.conf; then | |
1927a18f | 10409 | 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;/^$/d' | tr '\n' ' '` |
dabbade6 L |
10410 | sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" |
10411 | fi | |
10412 | ||
10413 | # We used to test for /lib/ld.so.1 and disable shared libraries on | |
10414 | # powerpc, because MkLinux only supported shared libraries with the | |
10415 | # GNU dynamic linker. Since this was broken with cross compilers, | |
10416 | # most powerpc-linux boxes support dynamic linking these days and | |
10417 | # people can always --disable-shared, the test was removed, and we | |
10418 | # assume the GNU/Linux dynamic linker is in use. | |
10419 | dynamic_linker='GNU/Linux ld.so' | |
10420 | ;; | |
10421 | ||
10422 | netbsd*) | |
10423 | version_type=sunos | |
10424 | need_lib_prefix=no | |
10425 | need_version=no | |
10426 | if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then | |
10427 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' | |
10428 | finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' | |
10429 | dynamic_linker='NetBSD (a.out) ld.so' | |
10430 | else | |
10431 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' | |
10432 | soname_spec='${libname}${release}${shared_ext}$major' | |
10433 | dynamic_linker='NetBSD ld.elf_so' | |
10434 | fi | |
10435 | shlibpath_var=LD_LIBRARY_PATH | |
10436 | shlibpath_overrides_runpath=yes | |
10437 | hardcode_into_libs=yes | |
10438 | ;; | |
10439 | ||
10440 | newsos6) | |
10441 | version_type=linux | |
10442 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10443 | shlibpath_var=LD_LIBRARY_PATH | |
10444 | shlibpath_overrides_runpath=yes | |
10445 | ;; | |
10446 | ||
10447 | *nto* | *qnx*) | |
10448 | version_type=qnx | |
10449 | need_lib_prefix=no | |
10450 | need_version=no | |
10451 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10452 | soname_spec='${libname}${release}${shared_ext}$major' | |
10453 | shlibpath_var=LD_LIBRARY_PATH | |
10454 | shlibpath_overrides_runpath=no | |
10455 | hardcode_into_libs=yes | |
10456 | dynamic_linker='ldqnx.so' | |
10457 | ;; | |
10458 | ||
10459 | openbsd*) | |
10460 | version_type=sunos | |
10461 | sys_lib_dlsearch_path_spec="/usr/lib" | |
10462 | need_lib_prefix=no | |
10463 | # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. | |
10464 | case $host_os in | |
10465 | openbsd3.3 | openbsd3.3.*) need_version=yes ;; | |
10466 | *) need_version=no ;; | |
10467 | esac | |
10468 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' | |
10469 | finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' | |
10470 | shlibpath_var=LD_LIBRARY_PATH | |
10471 | if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then | |
10472 | case $host_os in | |
10473 | openbsd2.[89] | openbsd2.[89].*) | |
10474 | shlibpath_overrides_runpath=no | |
10475 | ;; | |
10476 | *) | |
10477 | shlibpath_overrides_runpath=yes | |
10478 | ;; | |
10479 | esac | |
10480 | else | |
10481 | shlibpath_overrides_runpath=yes | |
10482 | fi | |
10483 | ;; | |
10484 | ||
10485 | os2*) | |
10486 | libname_spec='$name' | |
10487 | shrext_cmds=".dll" | |
10488 | need_lib_prefix=no | |
10489 | library_names_spec='$libname${shared_ext} $libname.a' | |
10490 | dynamic_linker='OS/2 ld.exe' | |
10491 | shlibpath_var=LIBPATH | |
10492 | ;; | |
10493 | ||
10494 | osf3* | osf4* | osf5*) | |
10495 | version_type=osf | |
10496 | need_lib_prefix=no | |
10497 | need_version=no | |
10498 | soname_spec='${libname}${release}${shared_ext}$major' | |
10499 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10500 | shlibpath_var=LD_LIBRARY_PATH | |
10501 | sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" | |
10502 | sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" | |
10503 | ;; | |
10504 | ||
10505 | rdos*) | |
10506 | dynamic_linker=no | |
10507 | ;; | |
10508 | ||
10509 | solaris*) | |
10510 | version_type=linux | |
10511 | need_lib_prefix=no | |
10512 | need_version=no | |
10513 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10514 | soname_spec='${libname}${release}${shared_ext}$major' | |
10515 | shlibpath_var=LD_LIBRARY_PATH | |
10516 | shlibpath_overrides_runpath=yes | |
10517 | hardcode_into_libs=yes | |
10518 | # ldd complains unless libraries are executable | |
10519 | postinstall_cmds='chmod +x $lib' | |
10520 | ;; | |
10521 | ||
10522 | sunos4*) | |
10523 | version_type=sunos | |
10524 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' | |
10525 | finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' | |
10526 | shlibpath_var=LD_LIBRARY_PATH | |
10527 | shlibpath_overrides_runpath=yes | |
10528 | if test "$with_gnu_ld" = yes; then | |
10529 | need_lib_prefix=no | |
10530 | fi | |
10531 | need_version=yes | |
10532 | ;; | |
10533 | ||
10534 | sysv4 | sysv4.3*) | |
10535 | version_type=linux | |
10536 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10537 | soname_spec='${libname}${release}${shared_ext}$major' | |
10538 | shlibpath_var=LD_LIBRARY_PATH | |
10539 | case $host_vendor in | |
10540 | sni) | |
10541 | shlibpath_overrides_runpath=no | |
10542 | need_lib_prefix=no | |
10543 | runpath_var=LD_RUN_PATH | |
10544 | ;; | |
10545 | siemens) | |
10546 | need_lib_prefix=no | |
10547 | ;; | |
10548 | motorola) | |
10549 | need_lib_prefix=no | |
10550 | need_version=no | |
10551 | shlibpath_overrides_runpath=no | |
10552 | sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' | |
10553 | ;; | |
10554 | esac | |
10555 | ;; | |
10556 | ||
10557 | sysv4*MP*) | |
10558 | if test -d /usr/nec ;then | |
10559 | version_type=linux | |
10560 | library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' | |
10561 | soname_spec='$libname${shared_ext}.$major' | |
10562 | shlibpath_var=LD_LIBRARY_PATH | |
10563 | fi | |
10564 | ;; | |
10565 | ||
10566 | sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) | |
10567 | version_type=freebsd-elf | |
10568 | need_lib_prefix=no | |
10569 | need_version=no | |
10570 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' | |
10571 | soname_spec='${libname}${release}${shared_ext}$major' | |
10572 | shlibpath_var=LD_LIBRARY_PATH | |
10573 | shlibpath_overrides_runpath=yes | |
10574 | hardcode_into_libs=yes | |
10575 | if test "$with_gnu_ld" = yes; then | |
10576 | sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' | |
10577 | else | |
10578 | sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' | |
10579 | case $host_os in | |
10580 | sco3.2v5*) | |
10581 | sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" | |
10582 | ;; | |
10583 | esac | |
10584 | fi | |
10585 | sys_lib_dlsearch_path_spec='/usr/lib' | |
10586 | ;; | |
10587 | ||
10588 | tpf*) | |
10589 | # TPF is a cross-target only. Preferred cross-host = GNU/Linux. | |
10590 | version_type=linux | |
10591 | need_lib_prefix=no | |
10592 | need_version=no | |
1927a18f | 10593 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
dabbade6 L |
10594 | shlibpath_var=LD_LIBRARY_PATH |
10595 | shlibpath_overrides_runpath=no | |
10596 | hardcode_into_libs=yes | |
10597 | ;; | |
10598 | ||
10599 | uts4*) | |
10600 | version_type=linux | |
10601 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10602 | soname_spec='${libname}${release}${shared_ext}$major' | |
10603 | shlibpath_var=LD_LIBRARY_PATH | |
10604 | ;; | |
d7040cdb | 10605 | |
dabbade6 L |
10606 | *) |
10607 | dynamic_linker=no | |
10608 | ;; | |
10609 | esac | |
81ecdfbb RW |
10610 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 |
10611 | $as_echo "$dynamic_linker" >&6; } | |
dabbade6 | 10612 | test "$dynamic_linker" = no && can_build_shared=no |
d7040cdb | 10613 | |
dabbade6 L |
10614 | variables_saved_for_relink="PATH $shlibpath_var $runpath_var" |
10615 | if test "$GCC" = yes; then | |
10616 | variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" | |
d7040cdb | 10617 | fi |
d7040cdb | 10618 | |
1927a18f L |
10619 | if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then |
10620 | sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" | |
10621 | fi | |
10622 | if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then | |
10623 | sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" | |
10624 | fi | |
10625 | ||
d7040cdb | 10626 | |
d7040cdb SE |
10627 | |
10628 | ||
d7040cdb SE |
10629 | |
10630 | ||
d7040cdb SE |
10631 | |
10632 | ||
d7040cdb SE |
10633 | |
10634 | ||
d7040cdb SE |
10635 | |
10636 | ||
d7040cdb | 10637 | |
d7040cdb | 10638 | |
d7040cdb | 10639 | |
d7040cdb | 10640 | |
d7040cdb | 10641 | |
d7040cdb | 10642 | |
d7040cdb | 10643 | |
d7040cdb | 10644 | |
d7040cdb | 10645 | |
d7040cdb | 10646 | |
d7040cdb | 10647 | |
d7040cdb | 10648 | |
d7040cdb | 10649 | |
d7040cdb | 10650 | |
d7040cdb SE |
10651 | |
10652 | ||
d7040cdb | 10653 | |
d7040cdb | 10654 | |
d7040cdb | 10655 | |
d7040cdb | 10656 | |
d7040cdb | 10657 | |
d7040cdb | 10658 | |
d7040cdb | 10659 | |
d7040cdb | 10660 | |
d7040cdb | 10661 | |
d7040cdb SE |
10662 | |
10663 | ||
d7040cdb | 10664 | |
d7040cdb | 10665 | |
d7040cdb | 10666 | |
d7040cdb SE |
10667 | |
10668 | ||
10669 | ||
10670 | ||
10671 | ||
10672 | ||
10673 | ||
10674 | ||
10675 | ||
10676 | ||
10677 | ||
10678 | ||
10679 | ||
10680 | ||
10681 | ||
10682 | ||
10683 | ||
d7040cdb SE |
10684 | |
10685 | ||
10686 | ||
10687 | ||
10688 | ||
10689 | ||
10690 | ||
10691 | ||
10692 | ||
10693 | ||
10694 | ||
10695 | ||
d7040cdb | 10696 | |
d7040cdb | 10697 | |
dabbade6 L |
10698 | |
10699 | ||
10700 | ||
10701 | ||
10702 | ||
10703 | ||
10704 | ||
10705 | ||
10706 | ||
10707 | ||
10708 | ||
10709 | ||
10710 | ||
10711 | ||
81ecdfbb RW |
10712 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 |
10713 | $as_echo_n "checking how to hardcode library paths into programs... " >&6; } | |
dabbade6 L |
10714 | hardcode_action= |
10715 | if test -n "$hardcode_libdir_flag_spec" || | |
10716 | test -n "$runpath_var" || | |
10717 | test "X$hardcode_automatic" = "Xyes" ; then | |
10718 | ||
10719 | # We can hardcode non-existent directories. | |
10720 | if test "$hardcode_direct" != no && | |
10721 | # If the only mechanism to avoid hardcoding is shlibpath_var, we | |
10722 | # have to relink, otherwise we might link with an installed library | |
10723 | # when we should be linking with a yet-to-be-installed one | |
10724 | ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no && | |
10725 | test "$hardcode_minus_L" != no; then | |
10726 | # Linking always hardcodes the temporary library directory. | |
10727 | hardcode_action=relink | |
10728 | else | |
10729 | # We can link without hardcoding, and we can hardcode nonexisting dirs. | |
10730 | hardcode_action=immediate | |
10731 | fi | |
10732 | else | |
10733 | # We cannot hardcode anything, or else we can only hardcode existing | |
10734 | # directories. | |
10735 | hardcode_action=unsupported | |
10736 | fi | |
81ecdfbb RW |
10737 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 |
10738 | $as_echo "$hardcode_action" >&6; } | |
dabbade6 L |
10739 | |
10740 | if test "$hardcode_action" = relink || | |
10741 | test "$inherit_rpath" = yes; then | |
10742 | # Fast installation is not supported | |
10743 | enable_fast_install=no | |
10744 | elif test "$shlibpath_overrides_runpath" = yes || | |
10745 | test "$enable_shared" = no; then | |
10746 | # Fast installation is not necessary | |
10747 | enable_fast_install=needless | |
10748 | fi | |
10749 | ||
10750 | ||
10751 | ||
10752 | ||
10753 | ||
10754 | ||
10755 | if test "x$enable_dlopen" != xyes; then | |
10756 | enable_dlopen=unknown | |
10757 | enable_dlopen_self=unknown | |
10758 | enable_dlopen_self_static=unknown | |
10759 | else | |
10760 | lt_cv_dlopen=no | |
10761 | lt_cv_dlopen_libs= | |
10762 | ||
d7040cdb | 10763 | case $host_os in |
dabbade6 L |
10764 | beos*) |
10765 | lt_cv_dlopen="load_add_on" | |
10766 | lt_cv_dlopen_libs= | |
10767 | lt_cv_dlopen_self=yes | |
d7040cdb SE |
10768 | ;; |
10769 | ||
1927a18f | 10770 | mingw* | pw32* | cegcc*) |
dabbade6 L |
10771 | lt_cv_dlopen="LoadLibrary" |
10772 | lt_cv_dlopen_libs= | |
d7040cdb | 10773 | ;; |
d7040cdb | 10774 | |
dabbade6 L |
10775 | cygwin*) |
10776 | lt_cv_dlopen="dlopen" | |
10777 | lt_cv_dlopen_libs= | |
10778 | ;; | |
d7040cdb | 10779 | |
dabbade6 L |
10780 | darwin*) |
10781 | # if libdl is installed we need to link against it | |
81ecdfbb RW |
10782 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 |
10783 | $as_echo_n "checking for dlopen in -ldl... " >&6; } | |
10784 | if test "${ac_cv_lib_dl_dlopen+set}" = set; then : | |
10785 | $as_echo_n "(cached) " >&6 | |
dabbade6 L |
10786 | else |
10787 | ac_check_lib_save_LIBS=$LIBS | |
10788 | LIBS="-ldl $LIBS" | |
81ecdfbb | 10789 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
dabbade6 | 10790 | /* end confdefs.h. */ |
d7040cdb | 10791 | |
81ecdfbb RW |
10792 | /* Override any GCC internal prototype to avoid an error. |
10793 | Use char because int might match the return type of a GCC | |
10794 | builtin and then its argument prototype would still apply. */ | |
dabbade6 L |
10795 | #ifdef __cplusplus |
10796 | extern "C" | |
10797 | #endif | |
dabbade6 L |
10798 | char dlopen (); |
10799 | int | |
10800 | main () | |
10801 | { | |
81ecdfbb | 10802 | return dlopen (); |
dabbade6 L |
10803 | ; |
10804 | return 0; | |
10805 | } | |
10806 | _ACEOF | |
81ecdfbb | 10807 | if ac_fn_c_try_link "$LINENO"; then : |
dabbade6 L |
10808 | ac_cv_lib_dl_dlopen=yes |
10809 | else | |
81ecdfbb | 10810 | ac_cv_lib_dl_dlopen=no |
d7040cdb | 10811 | fi |
81ecdfbb RW |
10812 | rm -f core conftest.err conftest.$ac_objext \ |
10813 | conftest$ac_exeext conftest.$ac_ext | |
dabbade6 L |
10814 | LIBS=$ac_check_lib_save_LIBS |
10815 | fi | |
81ecdfbb RW |
10816 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 |
10817 | $as_echo "$ac_cv_lib_dl_dlopen" >&6; } | |
10818 | if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : | |
dabbade6 L |
10819 | lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" |
10820 | else | |
d7040cdb | 10821 | |
dabbade6 L |
10822 | lt_cv_dlopen="dyld" |
10823 | lt_cv_dlopen_libs= | |
10824 | lt_cv_dlopen_self=yes | |
d7040cdb | 10825 | |
81ecdfbb | 10826 | fi |
d7040cdb | 10827 | |
81ecdfbb RW |
10828 | ;; |
10829 | ||
10830 | *) | |
10831 | ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" | |
10832 | if test "x$ac_cv_func_shl_load" = x""yes; then : | |
10833 | lt_cv_dlopen="shl_load" | |
10834 | else | |
10835 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 | |
10836 | $as_echo_n "checking for shl_load in -ldld... " >&6; } | |
10837 | if test "${ac_cv_lib_dld_shl_load+set}" = set; then : | |
10838 | $as_echo_n "(cached) " >&6 | |
10839 | else | |
10840 | ac_check_lib_save_LIBS=$LIBS | |
10841 | LIBS="-ldld $LIBS" | |
10842 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
10843 | /* end confdefs.h. */ | |
10844 | ||
10845 | /* Override any GCC internal prototype to avoid an error. | |
10846 | Use char because int might match the return type of a GCC | |
dabbade6 | 10847 | builtin and then its argument prototype would still apply. */ |
dabbade6 | 10848 | #ifdef __cplusplus |
81ecdfbb | 10849 | extern "C" |
dabbade6 | 10850 | #endif |
81ecdfbb | 10851 | char shl_load (); |
dabbade6 L |
10852 | int |
10853 | main () | |
10854 | { | |
81ecdfbb | 10855 | return shl_load (); |
dabbade6 L |
10856 | ; |
10857 | return 0; | |
10858 | } | |
10859 | _ACEOF | |
81ecdfbb RW |
10860 | if ac_fn_c_try_link "$LINENO"; then : |
10861 | ac_cv_lib_dld_shl_load=yes | |
dabbade6 | 10862 | else |
81ecdfbb | 10863 | ac_cv_lib_dld_shl_load=no |
dabbade6 | 10864 | fi |
81ecdfbb RW |
10865 | rm -f core conftest.err conftest.$ac_objext \ |
10866 | conftest$ac_exeext conftest.$ac_ext | |
10867 | LIBS=$ac_check_lib_save_LIBS | |
dabbade6 | 10868 | fi |
81ecdfbb RW |
10869 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 |
10870 | $as_echo "$ac_cv_lib_dld_shl_load" >&6; } | |
10871 | if test "x$ac_cv_lib_dld_shl_load" = x""yes; then : | |
10872 | lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" | |
10873 | else | |
10874 | ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" | |
10875 | if test "x$ac_cv_func_dlopen" = x""yes; then : | |
dabbade6 L |
10876 | lt_cv_dlopen="dlopen" |
10877 | else | |
81ecdfbb RW |
10878 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 |
10879 | $as_echo_n "checking for dlopen in -ldl... " >&6; } | |
10880 | if test "${ac_cv_lib_dl_dlopen+set}" = set; then : | |
10881 | $as_echo_n "(cached) " >&6 | |
dabbade6 L |
10882 | else |
10883 | ac_check_lib_save_LIBS=$LIBS | |
10884 | LIBS="-ldl $LIBS" | |
81ecdfbb | 10885 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
dabbade6 | 10886 | /* end confdefs.h. */ |
d7040cdb | 10887 | |
81ecdfbb RW |
10888 | /* Override any GCC internal prototype to avoid an error. |
10889 | Use char because int might match the return type of a GCC | |
10890 | builtin and then its argument prototype would still apply. */ | |
dabbade6 L |
10891 | #ifdef __cplusplus |
10892 | extern "C" | |
10893 | #endif | |
dabbade6 L |
10894 | char dlopen (); |
10895 | int | |
10896 | main () | |
10897 | { | |
81ecdfbb | 10898 | return dlopen (); |
dabbade6 L |
10899 | ; |
10900 | return 0; | |
10901 | } | |
10902 | _ACEOF | |
81ecdfbb | 10903 | if ac_fn_c_try_link "$LINENO"; then : |
dabbade6 L |
10904 | ac_cv_lib_dl_dlopen=yes |
10905 | else | |
81ecdfbb | 10906 | ac_cv_lib_dl_dlopen=no |
dabbade6 | 10907 | fi |
81ecdfbb RW |
10908 | rm -f core conftest.err conftest.$ac_objext \ |
10909 | conftest$ac_exeext conftest.$ac_ext | |
dabbade6 L |
10910 | LIBS=$ac_check_lib_save_LIBS |
10911 | fi | |
81ecdfbb RW |
10912 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 |
10913 | $as_echo "$ac_cv_lib_dl_dlopen" >&6; } | |
10914 | if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : | |
dabbade6 L |
10915 | lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" |
10916 | else | |
81ecdfbb RW |
10917 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 |
10918 | $as_echo_n "checking for dlopen in -lsvld... " >&6; } | |
10919 | if test "${ac_cv_lib_svld_dlopen+set}" = set; then : | |
10920 | $as_echo_n "(cached) " >&6 | |
dabbade6 L |
10921 | else |
10922 | ac_check_lib_save_LIBS=$LIBS | |
10923 | LIBS="-lsvld $LIBS" | |
81ecdfbb | 10924 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
dabbade6 | 10925 | /* end confdefs.h. */ |
d7040cdb | 10926 | |
81ecdfbb RW |
10927 | /* Override any GCC internal prototype to avoid an error. |
10928 | Use char because int might match the return type of a GCC | |
10929 | builtin and then its argument prototype would still apply. */ | |
dabbade6 L |
10930 | #ifdef __cplusplus |
10931 | extern "C" | |
10932 | #endif | |
dabbade6 L |
10933 | char dlopen (); |
10934 | int | |
10935 | main () | |
10936 | { | |
81ecdfbb | 10937 | return dlopen (); |
dabbade6 L |
10938 | ; |
10939 | return 0; | |
10940 | } | |
10941 | _ACEOF | |
81ecdfbb | 10942 | if ac_fn_c_try_link "$LINENO"; then : |
dabbade6 L |
10943 | ac_cv_lib_svld_dlopen=yes |
10944 | else | |
81ecdfbb | 10945 | ac_cv_lib_svld_dlopen=no |
dabbade6 | 10946 | fi |
81ecdfbb RW |
10947 | rm -f core conftest.err conftest.$ac_objext \ |
10948 | conftest$ac_exeext conftest.$ac_ext | |
dabbade6 L |
10949 | LIBS=$ac_check_lib_save_LIBS |
10950 | fi | |
81ecdfbb RW |
10951 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 |
10952 | $as_echo "$ac_cv_lib_svld_dlopen" >&6; } | |
10953 | if test "x$ac_cv_lib_svld_dlopen" = x""yes; then : | |
dabbade6 L |
10954 | lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" |
10955 | else | |
81ecdfbb RW |
10956 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 |
10957 | $as_echo_n "checking for dld_link in -ldld... " >&6; } | |
10958 | if test "${ac_cv_lib_dld_dld_link+set}" = set; then : | |
10959 | $as_echo_n "(cached) " >&6 | |
dabbade6 L |
10960 | else |
10961 | ac_check_lib_save_LIBS=$LIBS | |
10962 | LIBS="-ldld $LIBS" | |
81ecdfbb | 10963 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
dabbade6 | 10964 | /* end confdefs.h. */ |
d7040cdb | 10965 | |
81ecdfbb RW |
10966 | /* Override any GCC internal prototype to avoid an error. |
10967 | Use char because int might match the return type of a GCC | |
10968 | builtin and then its argument prototype would still apply. */ | |
dabbade6 L |
10969 | #ifdef __cplusplus |
10970 | extern "C" | |
10971 | #endif | |
dabbade6 L |
10972 | char dld_link (); |
10973 | int | |
10974 | main () | |
10975 | { | |
81ecdfbb | 10976 | return dld_link (); |
dabbade6 L |
10977 | ; |
10978 | return 0; | |
10979 | } | |
10980 | _ACEOF | |
81ecdfbb | 10981 | if ac_fn_c_try_link "$LINENO"; then : |
dabbade6 L |
10982 | ac_cv_lib_dld_dld_link=yes |
10983 | else | |
81ecdfbb | 10984 | ac_cv_lib_dld_dld_link=no |
d7040cdb | 10985 | fi |
81ecdfbb RW |
10986 | rm -f core conftest.err conftest.$ac_objext \ |
10987 | conftest$ac_exeext conftest.$ac_ext | |
dabbade6 | 10988 | LIBS=$ac_check_lib_save_LIBS |
d7040cdb | 10989 | fi |
81ecdfbb RW |
10990 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 |
10991 | $as_echo "$ac_cv_lib_dld_dld_link" >&6; } | |
10992 | if test "x$ac_cv_lib_dld_dld_link" = x""yes; then : | |
1927a18f | 10993 | lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" |
d7040cdb SE |
10994 | fi |
10995 | ||
d7040cdb | 10996 | |
d7040cdb SE |
10997 | fi |
10998 | ||
10999 | ||
dabbade6 | 11000 | fi |
d7040cdb SE |
11001 | |
11002 | ||
dabbade6 | 11003 | fi |
d7040cdb SE |
11004 | |
11005 | ||
d7040cdb SE |
11006 | fi |
11007 | ||
979273e3 | 11008 | |
252b5132 | 11009 | fi |
252b5132 | 11010 | |
dabbade6 L |
11011 | ;; |
11012 | esac | |
252b5132 | 11013 | |
dabbade6 L |
11014 | if test "x$lt_cv_dlopen" != xno; then |
11015 | enable_dlopen=yes | |
11016 | else | |
11017 | enable_dlopen=no | |
11018 | fi | |
1c0d3aa6 | 11019 | |
dabbade6 L |
11020 | case $lt_cv_dlopen in |
11021 | dlopen) | |
11022 | save_CPPFLAGS="$CPPFLAGS" | |
11023 | test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" | |
20e95c23 | 11024 | |
dabbade6 L |
11025 | save_LDFLAGS="$LDFLAGS" |
11026 | wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" | |
20e95c23 | 11027 | |
dabbade6 L |
11028 | save_LIBS="$LIBS" |
11029 | LIBS="$lt_cv_dlopen_libs $LIBS" | |
20e95c23 | 11030 | |
81ecdfbb RW |
11031 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 |
11032 | $as_echo_n "checking whether a program can dlopen itself... " >&6; } | |
11033 | if test "${lt_cv_dlopen_self+set}" = set; then : | |
11034 | $as_echo_n "(cached) " >&6 | |
d7040cdb | 11035 | else |
dabbade6 L |
11036 | if test "$cross_compiling" = yes; then : |
11037 | lt_cv_dlopen_self=cross | |
d7040cdb | 11038 | else |
dabbade6 L |
11039 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
11040 | lt_status=$lt_dlunknown | |
11041 | cat > conftest.$ac_ext <<_LT_EOF | |
81ecdfbb | 11042 | #line 11042 "configure" |
dabbade6 | 11043 | #include "confdefs.h" |
20e95c23 | 11044 | |
dabbade6 L |
11045 | #if HAVE_DLFCN_H |
11046 | #include <dlfcn.h> | |
11047 | #endif | |
20e95c23 | 11048 | |
dabbade6 | 11049 | #include <stdio.h> |
20e95c23 | 11050 | |
dabbade6 L |
11051 | #ifdef RTLD_GLOBAL |
11052 | # define LT_DLGLOBAL RTLD_GLOBAL | |
11053 | #else | |
11054 | # ifdef DL_GLOBAL | |
11055 | # define LT_DLGLOBAL DL_GLOBAL | |
11056 | # else | |
11057 | # define LT_DLGLOBAL 0 | |
11058 | # endif | |
11059 | #endif | |
20e95c23 | 11060 | |
dabbade6 L |
11061 | /* We may have to define LT_DLLAZY_OR_NOW in the command line if we |
11062 | find out it does not work in some platform. */ | |
11063 | #ifndef LT_DLLAZY_OR_NOW | |
11064 | # ifdef RTLD_LAZY | |
11065 | # define LT_DLLAZY_OR_NOW RTLD_LAZY | |
11066 | # else | |
11067 | # ifdef DL_LAZY | |
11068 | # define LT_DLLAZY_OR_NOW DL_LAZY | |
11069 | # else | |
11070 | # ifdef RTLD_NOW | |
11071 | # define LT_DLLAZY_OR_NOW RTLD_NOW | |
11072 | # else | |
11073 | # ifdef DL_NOW | |
11074 | # define LT_DLLAZY_OR_NOW DL_NOW | |
11075 | # else | |
11076 | # define LT_DLLAZY_OR_NOW 0 | |
11077 | # endif | |
11078 | # endif | |
11079 | # endif | |
11080 | # endif | |
11081 | #endif | |
20e95c23 | 11082 | |
dabbade6 L |
11083 | void fnord() { int i=42;} |
11084 | int main () | |
11085 | { | |
11086 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | |
11087 | int status = $lt_dlunknown; | |
20e95c23 | 11088 | |
dabbade6 L |
11089 | if (self) |
11090 | { | |
11091 | if (dlsym (self,"fnord")) status = $lt_dlno_uscore; | |
11092 | else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; | |
11093 | /* dlclose (self); */ | |
11094 | } | |
11095 | else | |
11096 | puts (dlerror ()); | |
d7040cdb | 11097 | |
1927a18f | 11098 | return status; |
dabbade6 L |
11099 | } |
11100 | _LT_EOF | |
81ecdfbb | 11101 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
dabbade6 L |
11102 | (eval $ac_link) 2>&5 |
11103 | ac_status=$? | |
81ecdfbb RW |
11104 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
11105 | test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then | |
dabbade6 L |
11106 | (./conftest; exit; ) >&5 2>/dev/null |
11107 | lt_status=$? | |
11108 | case x$lt_status in | |
11109 | x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; | |
11110 | x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; | |
11111 | x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; | |
11112 | esac | |
11113 | else : | |
11114 | # compilation failed | |
11115 | lt_cv_dlopen_self=no | |
11116 | fi | |
d7040cdb | 11117 | fi |
dabbade6 L |
11118 | rm -fr conftest* |
11119 | ||
252b5132 | 11120 | |
d7040cdb | 11121 | fi |
81ecdfbb RW |
11122 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 |
11123 | $as_echo "$lt_cv_dlopen_self" >&6; } | |
d7040cdb | 11124 | |
dabbade6 L |
11125 | if test "x$lt_cv_dlopen_self" = xyes; then |
11126 | wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" | |
81ecdfbb RW |
11127 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 |
11128 | $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } | |
11129 | if test "${lt_cv_dlopen_self_static+set}" = set; then : | |
11130 | $as_echo_n "(cached) " >&6 | |
252b5132 | 11131 | else |
dabbade6 L |
11132 | if test "$cross_compiling" = yes; then : |
11133 | lt_cv_dlopen_self_static=cross | |
d7040cdb | 11134 | else |
dabbade6 L |
11135 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
11136 | lt_status=$lt_dlunknown | |
11137 | cat > conftest.$ac_ext <<_LT_EOF | |
81ecdfbb | 11138 | #line 11138 "configure" |
dabbade6 | 11139 | #include "confdefs.h" |
252b5132 | 11140 | |
dabbade6 L |
11141 | #if HAVE_DLFCN_H |
11142 | #include <dlfcn.h> | |
11143 | #endif | |
252b5132 | 11144 | |
dabbade6 | 11145 | #include <stdio.h> |
d7040cdb | 11146 | |
dabbade6 L |
11147 | #ifdef RTLD_GLOBAL |
11148 | # define LT_DLGLOBAL RTLD_GLOBAL | |
11149 | #else | |
11150 | # ifdef DL_GLOBAL | |
11151 | # define LT_DLGLOBAL DL_GLOBAL | |
11152 | # else | |
11153 | # define LT_DLGLOBAL 0 | |
11154 | # endif | |
11155 | #endif | |
20e95c23 | 11156 | |
dabbade6 L |
11157 | /* We may have to define LT_DLLAZY_OR_NOW in the command line if we |
11158 | find out it does not work in some platform. */ | |
11159 | #ifndef LT_DLLAZY_OR_NOW | |
11160 | # ifdef RTLD_LAZY | |
11161 | # define LT_DLLAZY_OR_NOW RTLD_LAZY | |
11162 | # else | |
11163 | # ifdef DL_LAZY | |
11164 | # define LT_DLLAZY_OR_NOW DL_LAZY | |
11165 | # else | |
11166 | # ifdef RTLD_NOW | |
11167 | # define LT_DLLAZY_OR_NOW RTLD_NOW | |
11168 | # else | |
11169 | # ifdef DL_NOW | |
11170 | # define LT_DLLAZY_OR_NOW DL_NOW | |
11171 | # else | |
11172 | # define LT_DLLAZY_OR_NOW 0 | |
11173 | # endif | |
11174 | # endif | |
11175 | # endif | |
11176 | # endif | |
11177 | #endif | |
979273e3 | 11178 | |
dabbade6 L |
11179 | void fnord() { int i=42;} |
11180 | int main () | |
11181 | { | |
11182 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | |
11183 | int status = $lt_dlunknown; | |
d7040cdb | 11184 | |
dabbade6 L |
11185 | if (self) |
11186 | { | |
11187 | if (dlsym (self,"fnord")) status = $lt_dlno_uscore; | |
11188 | else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; | |
11189 | /* dlclose (self); */ | |
11190 | } | |
11191 | else | |
11192 | puts (dlerror ()); | |
d7040cdb | 11193 | |
1927a18f | 11194 | return status; |
dabbade6 L |
11195 | } |
11196 | _LT_EOF | |
81ecdfbb | 11197 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
dabbade6 L |
11198 | (eval $ac_link) 2>&5 |
11199 | ac_status=$? | |
81ecdfbb RW |
11200 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
11201 | test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then | |
dabbade6 L |
11202 | (./conftest; exit; ) >&5 2>/dev/null |
11203 | lt_status=$? | |
11204 | case x$lt_status in | |
11205 | x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; | |
11206 | x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; | |
11207 | x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; | |
11208 | esac | |
11209 | else : | |
11210 | # compilation failed | |
11211 | lt_cv_dlopen_self_static=no | |
11212 | fi | |
20e95c23 | 11213 | fi |
dabbade6 | 11214 | rm -fr conftest* |
979273e3 | 11215 | |
d7040cdb SE |
11216 | |
11217 | fi | |
81ecdfbb RW |
11218 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 |
11219 | $as_echo "$lt_cv_dlopen_self_static" >&6; } | |
dabbade6 L |
11220 | fi |
11221 | ||
11222 | CPPFLAGS="$save_CPPFLAGS" | |
11223 | LDFLAGS="$save_LDFLAGS" | |
11224 | LIBS="$save_LIBS" | |
11225 | ;; | |
11226 | esac | |
11227 | ||
11228 | case $lt_cv_dlopen_self in | |
11229 | yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; | |
11230 | *) enable_dlopen_self=unknown ;; | |
11231 | esac | |
11232 | ||
11233 | case $lt_cv_dlopen_self_static in | |
11234 | yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; | |
11235 | *) enable_dlopen_self_static=unknown ;; | |
11236 | esac | |
d7040cdb | 11237 | fi |
dabbade6 L |
11238 | |
11239 | ||
11240 | ||
11241 | ||
11242 | ||
11243 | ||
11244 | ||
11245 | ||
11246 | ||
11247 | ||
11248 | ||
11249 | ||
11250 | ||
11251 | ||
11252 | ||
11253 | ||
11254 | ||
11255 | striplib= | |
11256 | old_striplib= | |
81ecdfbb RW |
11257 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 |
11258 | $as_echo_n "checking whether stripping libraries is possible... " >&6; } | |
dabbade6 L |
11259 | if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then |
11260 | test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" | |
11261 | test -z "$striplib" && striplib="$STRIP --strip-unneeded" | |
81ecdfbb RW |
11262 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
11263 | $as_echo "yes" >&6; } | |
d7040cdb | 11264 | else |
dabbade6 L |
11265 | # FIXME - insert some real tests, host_os isn't really good enough |
11266 | case $host_os in | |
11267 | darwin*) | |
11268 | if test -n "$STRIP" ; then | |
11269 | striplib="$STRIP -x" | |
11270 | old_striplib="$STRIP -S" | |
81ecdfbb RW |
11271 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
11272 | $as_echo "yes" >&6; } | |
dabbade6 | 11273 | else |
81ecdfbb RW |
11274 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
11275 | $as_echo "no" >&6; } | |
dabbade6 L |
11276 | fi |
11277 | ;; | |
11278 | *) | |
81ecdfbb RW |
11279 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
11280 | $as_echo "no" >&6; } | |
dabbade6 L |
11281 | ;; |
11282 | esac | |
d7040cdb | 11283 | fi |
20e95c23 | 11284 | |
979273e3 | 11285 | |
dabbade6 L |
11286 | |
11287 | ||
11288 | ||
11289 | ||
11290 | ||
11291 | ||
11292 | ||
11293 | ||
11294 | ||
11295 | ||
11296 | # Report which library types will actually be built | |
81ecdfbb RW |
11297 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 |
11298 | $as_echo_n "checking if libtool supports shared libraries... " >&6; } | |
11299 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 | |
11300 | $as_echo "$can_build_shared" >&6; } | |
dabbade6 | 11301 | |
81ecdfbb RW |
11302 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 |
11303 | $as_echo_n "checking whether to build shared libraries... " >&6; } | |
dabbade6 L |
11304 | test "$can_build_shared" = "no" && enable_shared=no |
11305 | ||
11306 | # On AIX, shared libraries and static libraries use the same namespace, and | |
11307 | # are all built from PIC. | |
11308 | case $host_os in | |
11309 | aix3*) | |
11310 | test "$enable_shared" = yes && enable_static=no | |
11311 | if test -n "$RANLIB"; then | |
11312 | archive_cmds="$archive_cmds~\$RANLIB \$lib" | |
11313 | postinstall_cmds='$RANLIB $lib' | |
11314 | fi | |
11315 | ;; | |
11316 | ||
50e7d84b | 11317 | aix[4-9]*) |
dabbade6 L |
11318 | if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then |
11319 | test "$enable_shared" = yes && enable_static=no | |
11320 | fi | |
11321 | ;; | |
11322 | esac | |
81ecdfbb RW |
11323 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 |
11324 | $as_echo "$enable_shared" >&6; } | |
dabbade6 | 11325 | |
81ecdfbb RW |
11326 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 |
11327 | $as_echo_n "checking whether to build static libraries... " >&6; } | |
dabbade6 L |
11328 | # Make sure either enable_shared or enable_static is yes. |
11329 | test "$enable_shared" = yes || enable_static=yes | |
81ecdfbb RW |
11330 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 |
11331 | $as_echo "$enable_static" >&6; } | |
dabbade6 L |
11332 | |
11333 | ||
11334 | ||
d7040cdb | 11335 | |
252b5132 | 11336 | fi |
dabbade6 L |
11337 | ac_ext=c |
11338 | ac_cpp='$CPP $CPPFLAGS' | |
11339 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
11340 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
11341 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
20e95c23 | 11342 | |
dabbade6 | 11343 | CC="$lt_save_CC" |
20e95c23 | 11344 | |
20e95c23 | 11345 | |
d7040cdb | 11346 | |
d7040cdb | 11347 | |
d7040cdb | 11348 | |
20e95c23 | 11349 | |
dabbade6 L |
11350 | |
11351 | ||
11352 | ||
11353 | ||
11354 | ||
11355 | ||
11356 | ||
81ecdfbb | 11357 | ac_config_commands="$ac_config_commands libtool" |
dabbade6 L |
11358 | |
11359 | ||
11360 | ||
11361 | ||
11362 | # Only expand once: | |
11363 | ||
11364 | ||
11365 | ||
81ecdfbb RW |
11366 | # Check whether --enable-targets was given. |
11367 | if test "${enable_targets+set}" = set; then : | |
11368 | enableval=$enable_targets; case "${enableval}" in | |
11369 | yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5 | |
dabbade6 L |
11370 | ;; |
11371 | no) enable_targets= ;; | |
11372 | *) enable_targets=$enableval ;; | |
11373 | esac | |
81ecdfbb RW |
11374 | fi |
11375 | ||
dabbade6 L |
11376 | |
11377 | GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes" | |
11378 | ||
81ecdfbb RW |
11379 | # Check whether --enable-werror was given. |
11380 | if test "${enable_werror+set}" = set; then : | |
11381 | enableval=$enable_werror; case "${enableval}" in | |
dabbade6 L |
11382 | yes | y) ERROR_ON_WARNING="yes" ;; |
11383 | no | n) ERROR_ON_WARNING="no" ;; | |
81ecdfbb | 11384 | *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;; |
dabbade6 | 11385 | esac |
81ecdfbb RW |
11386 | fi |
11387 | ||
dabbade6 | 11388 | |
bb8541b9 L |
11389 | # Enable -Wno-format by default when using gcc on mingw |
11390 | case "${host}" in | |
11391 | *-*-mingw32*) | |
11392 | if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then | |
11393 | GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format" | |
11394 | fi | |
11395 | ;; | |
11396 | *) ;; | |
11397 | esac | |
11398 | ||
dabbade6 L |
11399 | # Enable -Werror by default when using gcc |
11400 | if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then | |
11401 | ERROR_ON_WARNING=yes | |
d7040cdb | 11402 | fi |
20e95c23 | 11403 | |
dabbade6 L |
11404 | NO_WERROR= |
11405 | if test "${ERROR_ON_WARNING}" = yes ; then | |
11406 | GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror" | |
11407 | NO_WERROR="-Wno-error" | |
20e95c23 | 11408 | fi |
d7040cdb | 11409 | |
dabbade6 L |
11410 | if test "${GCC}" = yes ; then |
11411 | WARN_CFLAGS="${GCC_WARN_CFLAGS}" | |
11412 | fi | |
d7040cdb | 11413 | |
81ecdfbb RW |
11414 | # Check whether --enable-build-warnings was given. |
11415 | if test "${enable_build_warnings+set}" = set; then : | |
11416 | enableval=$enable_build_warnings; case "${enableval}" in | |
dabbade6 L |
11417 | yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";; |
11418 | no) if test "${GCC}" = yes ; then | |
11419 | WARN_CFLAGS="-w" | |
11420 | fi;; | |
11421 | ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"` | |
11422 | WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";; | |
11423 | *,) t=`echo "${enableval}" | sed -e "s/,/ /g"` | |
11424 | WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";; | |
11425 | *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;; | |
11426 | esac | |
81ecdfbb RW |
11427 | fi |
11428 | ||
979273e3 | 11429 | |
dabbade6 L |
11430 | if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then |
11431 | echo "Setting warning flags = $WARN_CFLAGS" 6>&1 | |
d7040cdb | 11432 | fi |
dabbade6 L |
11433 | |
11434 | ||
11435 | ||
11436 | ||
11437 | ||
81ecdfbb | 11438 | ac_config_headers="$ac_config_headers config.h:config.in" |
dabbade6 L |
11439 | |
11440 | ||
11441 | if test -z "$target" ; then | |
81ecdfbb | 11442 | as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5 |
d7040cdb | 11443 | fi |
dabbade6 | 11444 | |
81ecdfbb RW |
11445 | |
11446 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 | |
11447 | $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } | |
11448 | # Check whether --enable-maintainer-mode was given. | |
11449 | if test "${enable_maintainer_mode+set}" = set; then : | |
11450 | enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval | |
d7040cdb | 11451 | else |
dabbade6 | 11452 | USE_MAINTAINER_MODE=no |
81ecdfbb | 11453 | fi |
d7040cdb | 11454 | |
81ecdfbb RW |
11455 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 |
11456 | $as_echo "$USE_MAINTAINER_MODE" >&6; } | |
11457 | if test $USE_MAINTAINER_MODE = yes; then | |
dabbade6 L |
11458 | MAINTAINER_MODE_TRUE= |
11459 | MAINTAINER_MODE_FALSE='#' | |
252b5132 | 11460 | else |
dabbade6 L |
11461 | MAINTAINER_MODE_TRUE='#' |
11462 | MAINTAINER_MODE_FALSE= | |
252b5132 | 11463 | fi |
d7040cdb | 11464 | |
dabbade6 L |
11465 | MAINT=$MAINTAINER_MODE_TRUE |
11466 | ||
11467 | ||
11468 | case ${build_alias} in | |
11469 | "") build_noncanonical=${build} ;; | |
11470 | *) build_noncanonical=${build_alias} ;; | |
11471 | esac | |
11472 | ||
11473 | case ${host_alias} in | |
11474 | "") host_noncanonical=${build_noncanonical} ;; | |
11475 | *) host_noncanonical=${host_alias} ;; | |
11476 | esac | |
979273e3 | 11477 | |
dabbade6 L |
11478 | case ${target_alias} in |
11479 | "") target_noncanonical=${host_noncanonical} ;; | |
11480 | *) target_noncanonical=${target_alias} ;; | |
d7040cdb | 11481 | esac |
252b5132 | 11482 | |
81ecdfbb RW |
11483 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5 |
11484 | $as_echo_n "checking whether to install libbfd... " >&6; } | |
11485 | # Check whether --enable-install-libbfd was given. | |
11486 | if test "${enable_install_libbfd+set}" = set; then : | |
11487 | enableval=$enable_install_libbfd; install_libbfd_p=$enableval | |
979273e3 | 11488 | else |
dabbade6 L |
11489 | if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then |
11490 | install_libbfd_p=yes | |
11491 | else | |
11492 | install_libbfd_p=no | |
11493 | fi | |
81ecdfbb | 11494 | fi |
d7040cdb | 11495 | |
81ecdfbb RW |
11496 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5 |
11497 | $as_echo "$install_libbfd_p" >&6; } | |
11498 | if test $install_libbfd_p = yes; then | |
dabbade6 L |
11499 | INSTALL_LIBBFD_TRUE= |
11500 | INSTALL_LIBBFD_FALSE='#' | |
11501 | else | |
11502 | INSTALL_LIBBFD_TRUE='#' | |
11503 | INSTALL_LIBBFD_FALSE= | |
d7040cdb SE |
11504 | fi |
11505 | ||
dabbade6 | 11506 | # Need _noncanonical variables for this. |
979273e3 | 11507 | |
d7040cdb SE |
11508 | |
11509 | ||
dabbade6 L |
11510 | |
11511 | # libbfd.a is a host library containing target dependent code | |
11512 | bfdlibdir='$(libdir)' | |
11513 | bfdincludedir='$(includedir)' | |
11514 | if test "${host}" != "${target}"; then | |
11515 | bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib' | |
11516 | bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include' | |
11517 | fi | |
11518 | ||
11519 | ||
11520 | ||
11521 | ||
11522 | ||
11523 | ||
11524 | # host-specific stuff: | |
11525 | ||
d7040cdb SE |
11526 | ALL_LINGUAS="fr sv tr es da de id pt_BR ro nl fi vi ga zh_CN" |
11527 | # If we haven't got the data from the intl directory, | |
11528 | # assume NLS is disabled. | |
11529 | USE_NLS=no | |
11530 | LIBINTL= | |
11531 | LIBINTL_DEP= | |
11532 | INCINTL= | |
11533 | XGETTEXT= | |
11534 | GMSGFMT= | |
11535 | POSUB= | |
11536 | ||
11537 | if test -f ../intl/config.intl; then | |
11538 | . ../intl/config.intl | |
11539 | fi | |
81ecdfbb RW |
11540 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 |
11541 | $as_echo_n "checking whether NLS is requested... " >&6; } | |
d7040cdb | 11542 | if test x"$USE_NLS" != xyes; then |
81ecdfbb RW |
11543 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
11544 | $as_echo "no" >&6; } | |
d7040cdb | 11545 | else |
81ecdfbb RW |
11546 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
11547 | $as_echo "yes" >&6; } | |
d7040cdb | 11548 | |
81ecdfbb | 11549 | $as_echo "#define ENABLE_NLS 1" >>confdefs.h |
d7040cdb SE |
11550 | |
11551 | ||
81ecdfbb RW |
11552 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5 |
11553 | $as_echo_n "checking for catalogs to be installed... " >&6; } | |
d7040cdb SE |
11554 | # Look for .po and .gmo files in the source directory. |
11555 | CATALOGS= | |
11556 | XLINGUAS= | |
11557 | for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do | |
11558 | # If there aren't any .gmo files the shell will give us the | |
11559 | # literal string "../path/to/srcdir/po/*.gmo" which has to be | |
11560 | # weeded out. | |
11561 | case "$cat" in *\**) | |
11562 | continue;; | |
11563 | esac | |
11564 | # The quadruple backslash is collapsed to a double backslash | |
11565 | # by the backticks, then collapsed again by the double quotes, | |
11566 | # leaving us with one backslash in the sed expression (right | |
11567 | # before the dot that mustn't act as a wildcard). | |
11568 | cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"` | |
11569 | lang=`echo $cat | sed -e "s!\\\\.gmo!!"` | |
11570 | # The user is allowed to set LINGUAS to a list of languages to | |
11571 | # install catalogs for. If it's empty that means "all of them." | |
11572 | if test "x$LINGUAS" = x; then | |
11573 | CATALOGS="$CATALOGS $cat" | |
11574 | XLINGUAS="$XLINGUAS $lang" | |
11575 | else | |
11576 | case "$LINGUAS" in *$lang*) | |
11577 | CATALOGS="$CATALOGS $cat" | |
11578 | XLINGUAS="$XLINGUAS $lang" | |
11579 | ;; | |
11580 | esac | |
11581 | fi | |
11582 | done | |
11583 | LINGUAS="$XLINGUAS" | |
81ecdfbb RW |
11584 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5 |
11585 | $as_echo "$LINGUAS" >&6; } | |
d7040cdb SE |
11586 | |
11587 | ||
11588 | DATADIRNAME=share | |
11589 | ||
11590 | INSTOBJEXT=.mo | |
11591 | ||
11592 | GENCAT=gencat | |
11593 | ||
11594 | CATOBJEXT=.gmo | |
11595 | ||
11596 | fi | |
11597 | ||
11598 | MKINSTALLDIRS= | |
11599 | if test -n "$ac_aux_dir"; then | |
11600 | case "$ac_aux_dir" in | |
11601 | /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;; | |
11602 | *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;; | |
11603 | esac | |
11604 | fi | |
11605 | if test -z "$MKINSTALLDIRS"; then | |
11606 | MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" | |
11607 | fi | |
11608 | ||
11609 | ||
11610 | ||
81ecdfbb RW |
11611 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 |
11612 | $as_echo_n "checking whether NLS is requested... " >&6; } | |
11613 | # Check whether --enable-nls was given. | |
11614 | if test "${enable_nls+set}" = set; then : | |
11615 | enableval=$enable_nls; USE_NLS=$enableval | |
d7040cdb SE |
11616 | else |
11617 | USE_NLS=yes | |
81ecdfbb RW |
11618 | fi |
11619 | ||
11620 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 | |
11621 | $as_echo "$USE_NLS" >&6; } | |
d7040cdb SE |
11622 | |
11623 | ||
11624 | ||
11625 | ||
11626 | ||
11627 | ||
11628 | # Prepare PATH_SEPARATOR. | |
11629 | # The user is always right. | |
11630 | if test "${PATH_SEPARATOR+set}" != set; then | |
11631 | echo "#! /bin/sh" >conf$$.sh | |
11632 | echo "exit 0" >>conf$$.sh | |
11633 | chmod +x conf$$.sh | |
11634 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
11635 | PATH_SEPARATOR=';' | |
11636 | else | |
11637 | PATH_SEPARATOR=: | |
11638 | fi | |
11639 | rm -f conf$$.sh | |
11640 | fi | |
979273e3 | 11641 | |
d7040cdb SE |
11642 | # Find out how to test for executable files. Don't use a zero-byte file, |
11643 | # as systems may use methods other than mode bits to determine executability. | |
11644 | cat >conf$$.file <<_ASEOF | |
11645 | #! /bin/sh | |
11646 | exit 0 | |
11647 | _ASEOF | |
11648 | chmod +x conf$$.file | |
11649 | if test -x conf$$.file >/dev/null 2>&1; then | |
11650 | ac_executable_p="test -x" | |
252b5132 | 11651 | else |
d7040cdb | 11652 | ac_executable_p="test -f" |
252b5132 | 11653 | fi |
d7040cdb | 11654 | rm -f conf$$.file |
252b5132 | 11655 | |
d7040cdb SE |
11656 | # Extract the first word of "msgfmt", so it can be a program name with args. |
11657 | set dummy msgfmt; ac_word=$2 | |
81ecdfbb RW |
11658 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
11659 | $as_echo_n "checking for $ac_word... " >&6; } | |
11660 | if test "${ac_cv_path_MSGFMT+set}" = set; then : | |
11661 | $as_echo_n "(cached) " >&6 | |
252b5132 | 11662 | else |
d7040cdb SE |
11663 | case "$MSGFMT" in |
11664 | [\\/]* | ?:[\\/]*) | |
11665 | ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. | |
11666 | ;; | |
11667 | *) | |
11668 | ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR | |
11669 | for ac_dir in $PATH; do | |
11670 | IFS="$ac_save_IFS" | |
11671 | test -z "$ac_dir" && ac_dir=. | |
11672 | for ac_exec_ext in '' $ac_executable_extensions; do | |
11673 | if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then | |
11674 | if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 && | |
11675 | (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then | |
11676 | ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext" | |
11677 | break 2 | |
11678 | fi | |
11679 | fi | |
11680 | done | |
11681 | done | |
11682 | IFS="$ac_save_IFS" | |
11683 | test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":" | |
11684 | ;; | |
11685 | esac | |
11686 | fi | |
11687 | MSGFMT="$ac_cv_path_MSGFMT" | |
11688 | if test "$MSGFMT" != ":"; then | |
81ecdfbb RW |
11689 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 |
11690 | $as_echo "$MSGFMT" >&6; } | |
d7040cdb | 11691 | else |
81ecdfbb RW |
11692 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
11693 | $as_echo "no" >&6; } | |
252b5132 RH |
11694 | fi |
11695 | ||
d7040cdb SE |
11696 | # Extract the first word of "gmsgfmt", so it can be a program name with args. |
11697 | set dummy gmsgfmt; ac_word=$2 | |
81ecdfbb RW |
11698 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
11699 | $as_echo_n "checking for $ac_word... " >&6; } | |
11700 | if test "${ac_cv_path_GMSGFMT+set}" = set; then : | |
11701 | $as_echo_n "(cached) " >&6 | |
20e95c23 | 11702 | else |
d7040cdb SE |
11703 | case $GMSGFMT in |
11704 | [\\/]* | ?:[\\/]*) | |
11705 | ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. | |
11706 | ;; | |
11707 | *) | |
11708 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
11709 | for as_dir in $PATH | |
11710 | do | |
11711 | IFS=$as_save_IFS | |
11712 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
11713 | for ac_exec_ext in '' $ac_executable_extensions; do |
11714 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d7040cdb | 11715 | ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" |
81ecdfbb | 11716 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb SE |
11717 | break 2 |
11718 | fi | |
11719 | done | |
81ecdfbb RW |
11720 | done |
11721 | IFS=$as_save_IFS | |
252b5132 | 11722 | |
d7040cdb SE |
11723 | test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" |
11724 | ;; | |
11725 | esac | |
11726 | fi | |
11727 | GMSGFMT=$ac_cv_path_GMSGFMT | |
d7040cdb | 11728 | if test -n "$GMSGFMT"; then |
81ecdfbb RW |
11729 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 |
11730 | $as_echo "$GMSGFMT" >&6; } | |
252b5132 | 11731 | else |
81ecdfbb RW |
11732 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
11733 | $as_echo "no" >&6; } | |
252b5132 RH |
11734 | fi |
11735 | ||
11736 | ||
20e95c23 | 11737 | |
81ecdfbb | 11738 | |
d7040cdb SE |
11739 | # Prepare PATH_SEPARATOR. |
11740 | # The user is always right. | |
11741 | if test "${PATH_SEPARATOR+set}" != set; then | |
11742 | echo "#! /bin/sh" >conf$$.sh | |
11743 | echo "exit 0" >>conf$$.sh | |
11744 | chmod +x conf$$.sh | |
11745 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
11746 | PATH_SEPARATOR=';' | |
11747 | else | |
11748 | PATH_SEPARATOR=: | |
11749 | fi | |
11750 | rm -f conf$$.sh | |
252b5132 RH |
11751 | fi |
11752 | ||
d7040cdb SE |
11753 | # Find out how to test for executable files. Don't use a zero-byte file, |
11754 | # as systems may use methods other than mode bits to determine executability. | |
11755 | cat >conf$$.file <<_ASEOF | |
11756 | #! /bin/sh | |
11757 | exit 0 | |
11758 | _ASEOF | |
11759 | chmod +x conf$$.file | |
11760 | if test -x conf$$.file >/dev/null 2>&1; then | |
11761 | ac_executable_p="test -x" | |
11762 | else | |
11763 | ac_executable_p="test -f" | |
11764 | fi | |
11765 | rm -f conf$$.file | |
20e95c23 | 11766 | |
d7040cdb SE |
11767 | # Extract the first word of "xgettext", so it can be a program name with args. |
11768 | set dummy xgettext; ac_word=$2 | |
81ecdfbb RW |
11769 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
11770 | $as_echo_n "checking for $ac_word... " >&6; } | |
11771 | if test "${ac_cv_path_XGETTEXT+set}" = set; then : | |
11772 | $as_echo_n "(cached) " >&6 | |
252b5132 | 11773 | else |
d7040cdb SE |
11774 | case "$XGETTEXT" in |
11775 | [\\/]* | ?:[\\/]*) | |
11776 | ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. | |
11777 | ;; | |
11778 | *) | |
11779 | ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR | |
11780 | for ac_dir in $PATH; do | |
11781 | IFS="$ac_save_IFS" | |
11782 | test -z "$ac_dir" && ac_dir=. | |
11783 | for ac_exec_ext in '' $ac_executable_extensions; do | |
11784 | if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then | |
11785 | if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && | |
11786 | (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 | |
11787 | ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext" | |
11788 | break 2 | |
11789 | fi | |
11790 | fi | |
11791 | done | |
11792 | done | |
11793 | IFS="$ac_save_IFS" | |
11794 | test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" | |
11795 | ;; | |
11796 | esac | |
20e95c23 | 11797 | fi |
d7040cdb SE |
11798 | XGETTEXT="$ac_cv_path_XGETTEXT" |
11799 | if test "$XGETTEXT" != ":"; then | |
81ecdfbb RW |
11800 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 |
11801 | $as_echo "$XGETTEXT" >&6; } | |
d7040cdb | 11802 | else |
81ecdfbb RW |
11803 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
11804 | $as_echo "no" >&6; } | |
d7040cdb SE |
11805 | fi |
11806 | ||
11807 | rm -f messages.po | |
11808 | ||
979273e3 | 11809 | |
d7040cdb SE |
11810 | # Prepare PATH_SEPARATOR. |
11811 | # The user is always right. | |
11812 | if test "${PATH_SEPARATOR+set}" != set; then | |
11813 | echo "#! /bin/sh" >conf$$.sh | |
11814 | echo "exit 0" >>conf$$.sh | |
11815 | chmod +x conf$$.sh | |
11816 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
11817 | PATH_SEPARATOR=';' | |
11818 | else | |
11819 | PATH_SEPARATOR=: | |
11820 | fi | |
11821 | rm -f conf$$.sh | |
252b5132 | 11822 | fi |
979273e3 | 11823 | |
d7040cdb SE |
11824 | # Find out how to test for executable files. Don't use a zero-byte file, |
11825 | # as systems may use methods other than mode bits to determine executability. | |
11826 | cat >conf$$.file <<_ASEOF | |
11827 | #! /bin/sh | |
11828 | exit 0 | |
11829 | _ASEOF | |
11830 | chmod +x conf$$.file | |
11831 | if test -x conf$$.file >/dev/null 2>&1; then | |
11832 | ac_executable_p="test -x" | |
252b5132 | 11833 | else |
d7040cdb SE |
11834 | ac_executable_p="test -f" |
11835 | fi | |
11836 | rm -f conf$$.file | |
252b5132 | 11837 | |
d7040cdb SE |
11838 | # Extract the first word of "msgmerge", so it can be a program name with args. |
11839 | set dummy msgmerge; ac_word=$2 | |
81ecdfbb RW |
11840 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
11841 | $as_echo_n "checking for $ac_word... " >&6; } | |
11842 | if test "${ac_cv_path_MSGMERGE+set}" = set; then : | |
11843 | $as_echo_n "(cached) " >&6 | |
252b5132 | 11844 | else |
d7040cdb SE |
11845 | case "$MSGMERGE" in |
11846 | [\\/]* | ?:[\\/]*) | |
11847 | ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. | |
11848 | ;; | |
11849 | *) | |
11850 | ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR | |
11851 | for ac_dir in $PATH; do | |
11852 | IFS="$ac_save_IFS" | |
11853 | test -z "$ac_dir" && ac_dir=. | |
11854 | for ac_exec_ext in '' $ac_executable_extensions; do | |
11855 | if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then | |
11856 | if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then | |
11857 | ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext" | |
11858 | break 2 | |
11859 | fi | |
11860 | fi | |
11861 | done | |
11862 | done | |
11863 | IFS="$ac_save_IFS" | |
11864 | test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":" | |
11865 | ;; | |
11866 | esac | |
20e95c23 | 11867 | fi |
d7040cdb SE |
11868 | MSGMERGE="$ac_cv_path_MSGMERGE" |
11869 | if test "$MSGMERGE" != ":"; then | |
81ecdfbb RW |
11870 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5 |
11871 | $as_echo "$MSGMERGE" >&6; } | |
d7040cdb | 11872 | else |
81ecdfbb RW |
11873 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
11874 | $as_echo "no" >&6; } | |
20e95c23 | 11875 | fi |
252b5132 | 11876 | |
979273e3 | 11877 | |
d7040cdb SE |
11878 | if test "$GMSGFMT" != ":"; then |
11879 | if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 && | |
11880 | (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then | |
11881 | : ; | |
11882 | else | |
11883 | GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` | |
81ecdfbb RW |
11884 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5 |
11885 | $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; } | |
d7040cdb SE |
11886 | GMSGFMT=":" |
11887 | fi | |
11888 | fi | |
979273e3 | 11889 | |
d7040cdb SE |
11890 | if test "$XGETTEXT" != ":"; then |
11891 | if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && | |
11892 | (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 | |
11893 | : ; | |
11894 | else | |
81ecdfbb RW |
11895 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5 |
11896 | $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; } | |
d7040cdb SE |
11897 | XGETTEXT=":" |
11898 | fi | |
11899 | rm -f messages.po | |
11900 | fi | |
979273e3 | 11901 | |
81ecdfbb | 11902 | ac_config_commands="$ac_config_commands default-1" |
979273e3 | 11903 | |
979273e3 | 11904 | |
979273e3 | 11905 | |
81ecdfbb | 11906 | . ${srcdir}/../bfd/configure.host |
252b5132 | 11907 | |
81ecdfbb RW |
11908 | # Put a plausible default for CC_FOR_BUILD in Makefile. |
11909 | if test -z "$CC_FOR_BUILD"; then | |
11910 | if test "x$cross_compiling" = "xno"; then | |
11911 | CC_FOR_BUILD='$(CC)' | |
11912 | else | |
11913 | CC_FOR_BUILD=gcc | |
11914 | fi | |
11915 | fi | |
252b5132 | 11916 | |
81ecdfbb RW |
11917 | # Also set EXEEXT_FOR_BUILD. |
11918 | if test "x$cross_compiling" = "xno"; then | |
11919 | EXEEXT_FOR_BUILD='$(EXEEXT)' | |
4bd60896 | 11920 | else |
81ecdfbb RW |
11921 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5 |
11922 | $as_echo_n "checking for build system executable suffix... " >&6; } | |
11923 | if test "${bfd_cv_build_exeext+set}" = set; then : | |
11924 | $as_echo_n "(cached) " >&6 | |
4bd60896 | 11925 | else |
81ecdfbb RW |
11926 | rm -f conftest* |
11927 | echo 'int main () { return 0; }' > conftest.c | |
11928 | bfd_cv_build_exeext= | |
11929 | ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5 | |
11930 | for file in conftest.*; do | |
11931 | case $file in | |
11932 | *.c | *.o | *.obj | *.ilk | *.pdb) ;; | |
11933 | *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;; | |
11934 | esac | |
11935 | done | |
11936 | rm -f conftest* | |
11937 | test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no | |
4bd60896 | 11938 | fi |
81ecdfbb RW |
11939 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5 |
11940 | $as_echo "$bfd_cv_build_exeext" >&6; } | |
11941 | EXEEXT_FOR_BUILD="" | |
11942 | test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext} | |
4bd60896 | 11943 | fi |
4bd60896 | 11944 | |
4bd60896 JG |
11945 | |
11946 | ||
81ecdfbb RW |
11947 | |
11948 | ||
11949 | for ac_header in string.h strings.h stdlib.h limits.h | |
11950 | do : | |
11951 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
11952 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | |
11953 | eval as_val=\$$as_ac_Header | |
11954 | if test "x$as_val" = x""yes; then : | |
4bd60896 | 11955 | cat >>confdefs.h <<_ACEOF |
81ecdfbb | 11956 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
4bd60896 JG |
11957 | _ACEOF |
11958 | ||
dabbade6 | 11959 | fi |
dabbade6 | 11960 | |
81ecdfbb | 11961 | done |
dabbade6 | 11962 | |
81ecdfbb RW |
11963 | |
11964 | ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default" | |
11965 | if test "x$ac_cv_have_decl_basename" = x""yes; then : | |
11966 | ac_have_decl=1 | |
11967 | else | |
11968 | ac_have_decl=0 | |
dabbade6 | 11969 | fi |
dabbade6 L |
11970 | |
11971 | cat >>confdefs.h <<_ACEOF | |
81ecdfbb | 11972 | #define HAVE_DECL_BASENAME $ac_have_decl |
dabbade6 | 11973 | _ACEOF |
81ecdfbb RW |
11974 | ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default" |
11975 | if test "x$ac_cv_have_decl_stpcpy" = x""yes; then : | |
11976 | ac_have_decl=1 | |
dabbade6 | 11977 | else |
81ecdfbb | 11978 | ac_have_decl=0 |
4bd60896 JG |
11979 | fi |
11980 | ||
81ecdfbb RW |
11981 | cat >>confdefs.h <<_ACEOF |
11982 | #define HAVE_DECL_STPCPY $ac_have_decl | |
11983 | _ACEOF | |
4bd60896 JG |
11984 | |
11985 | ||
6e31aea3 BE |
11986 | cgen_maint=no |
11987 | cgendir='$(srcdir)/../cgen' | |
11988 | ||
81ecdfbb RW |
11989 | # Check whether --enable-cgen-maint was given. |
11990 | if test "${enable_cgen_maint+set}" = set; then : | |
11991 | enableval=$enable_cgen_maint; case "${enableval}" in | |
6e31aea3 BE |
11992 | yes) cgen_maint=yes ;; |
11993 | no) cgen_maint=no ;; | |
11994 | *) | |
11995 | # argument is cgen install directory (not implemented yet). | |
11996 | # Having a `share' directory might be more appropriate for the .scm, | |
11997 | # .cpu, etc. files. | |
11998 | cgen_maint=yes | |
11999 | cgendir=${cgen_maint}/lib/cgen | |
12000 | ;; | |
12001 | esac | |
81ecdfbb RW |
12002 | fi |
12003 | if test x${cgen_maint} = xyes; then | |
6e31aea3 BE |
12004 | CGEN_MAINT_TRUE= |
12005 | CGEN_MAINT_FALSE='#' | |
12006 | else | |
12007 | CGEN_MAINT_TRUE='#' | |
12008 | CGEN_MAINT_FALSE= | |
12009 | fi | |
12010 | ||
252b5132 | 12011 | |
8ae85421 | 12012 | |
252b5132 RH |
12013 | using_cgen=no |
12014 | ||
51dec227 | 12015 | # Check if linker supports --as-needed and --no-as-needed options |
81ecdfbb RW |
12016 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5 |
12017 | $as_echo_n "checking linker --as-needed support... " >&6; } | |
12018 | if test "${bfd_cv_ld_as_needed+set}" = set; then : | |
12019 | $as_echo_n "(cached) " >&6 | |
51dec227 AM |
12020 | else |
12021 | bfd_cv_ld_as_needed=no | |
12022 | if $LD --help 2>/dev/null | grep as-needed > /dev/null; then | |
12023 | bfd_cv_ld_as_needed=yes | |
12024 | fi | |
12025 | ||
12026 | fi | |
81ecdfbb RW |
12027 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5 |
12028 | $as_echo "$bfd_cv_ld_as_needed" >&6; } | |
51dec227 AM |
12029 | |
12030 | LIBM= | |
12031 | case $host in | |
12032 | *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*) | |
12033 | # These system don't have libm, or don't need it | |
12034 | ;; | |
12035 | *-ncr-sysv4.3*) | |
81ecdfbb RW |
12036 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5 |
12037 | $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; } | |
12038 | if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then : | |
12039 | $as_echo_n "(cached) " >&6 | |
51dec227 AM |
12040 | else |
12041 | ac_check_lib_save_LIBS=$LIBS | |
12042 | LIBS="-lmw $LIBS" | |
81ecdfbb | 12043 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
51dec227 AM |
12044 | /* end confdefs.h. */ |
12045 | ||
81ecdfbb RW |
12046 | /* Override any GCC internal prototype to avoid an error. |
12047 | Use char because int might match the return type of a GCC | |
12048 | builtin and then its argument prototype would still apply. */ | |
51dec227 AM |
12049 | #ifdef __cplusplus |
12050 | extern "C" | |
12051 | #endif | |
51dec227 AM |
12052 | char _mwvalidcheckl (); |
12053 | int | |
12054 | main () | |
12055 | { | |
81ecdfbb | 12056 | return _mwvalidcheckl (); |
51dec227 AM |
12057 | ; |
12058 | return 0; | |
12059 | } | |
12060 | _ACEOF | |
81ecdfbb | 12061 | if ac_fn_c_try_link "$LINENO"; then : |
51dec227 AM |
12062 | ac_cv_lib_mw__mwvalidcheckl=yes |
12063 | else | |
81ecdfbb | 12064 | ac_cv_lib_mw__mwvalidcheckl=no |
51dec227 | 12065 | fi |
81ecdfbb RW |
12066 | rm -f core conftest.err conftest.$ac_objext \ |
12067 | conftest$ac_exeext conftest.$ac_ext | |
51dec227 AM |
12068 | LIBS=$ac_check_lib_save_LIBS |
12069 | fi | |
81ecdfbb RW |
12070 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5 |
12071 | $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; } | |
12072 | if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then : | |
51dec227 AM |
12073 | LIBM="-lmw" |
12074 | fi | |
12075 | ||
81ecdfbb RW |
12076 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5 |
12077 | $as_echo_n "checking for cos in -lm... " >&6; } | |
12078 | if test "${ac_cv_lib_m_cos+set}" = set; then : | |
12079 | $as_echo_n "(cached) " >&6 | |
51dec227 AM |
12080 | else |
12081 | ac_check_lib_save_LIBS=$LIBS | |
12082 | LIBS="-lm $LIBS" | |
81ecdfbb | 12083 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
51dec227 AM |
12084 | /* end confdefs.h. */ |
12085 | ||
81ecdfbb RW |
12086 | /* Override any GCC internal prototype to avoid an error. |
12087 | Use char because int might match the return type of a GCC | |
12088 | builtin and then its argument prototype would still apply. */ | |
51dec227 AM |
12089 | #ifdef __cplusplus |
12090 | extern "C" | |
12091 | #endif | |
51dec227 AM |
12092 | char cos (); |
12093 | int | |
12094 | main () | |
12095 | { | |
81ecdfbb | 12096 | return cos (); |
51dec227 AM |
12097 | ; |
12098 | return 0; | |
12099 | } | |
12100 | _ACEOF | |
81ecdfbb | 12101 | if ac_fn_c_try_link "$LINENO"; then : |
51dec227 AM |
12102 | ac_cv_lib_m_cos=yes |
12103 | else | |
81ecdfbb | 12104 | ac_cv_lib_m_cos=no |
51dec227 | 12105 | fi |
81ecdfbb RW |
12106 | rm -f core conftest.err conftest.$ac_objext \ |
12107 | conftest$ac_exeext conftest.$ac_ext | |
51dec227 AM |
12108 | LIBS=$ac_check_lib_save_LIBS |
12109 | fi | |
81ecdfbb RW |
12110 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5 |
12111 | $as_echo "$ac_cv_lib_m_cos" >&6; } | |
12112 | if test "x$ac_cv_lib_m_cos" = x""yes; then : | |
51dec227 AM |
12113 | LIBM="$LIBM -lm" |
12114 | fi | |
12115 | ||
12116 | ;; | |
12117 | *) | |
81ecdfbb RW |
12118 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5 |
12119 | $as_echo_n "checking for cos in -lm... " >&6; } | |
12120 | if test "${ac_cv_lib_m_cos+set}" = set; then : | |
12121 | $as_echo_n "(cached) " >&6 | |
51dec227 AM |
12122 | else |
12123 | ac_check_lib_save_LIBS=$LIBS | |
12124 | LIBS="-lm $LIBS" | |
81ecdfbb | 12125 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
51dec227 AM |
12126 | /* end confdefs.h. */ |
12127 | ||
81ecdfbb RW |
12128 | /* Override any GCC internal prototype to avoid an error. |
12129 | Use char because int might match the return type of a GCC | |
12130 | builtin and then its argument prototype would still apply. */ | |
51dec227 AM |
12131 | #ifdef __cplusplus |
12132 | extern "C" | |
12133 | #endif | |
51dec227 AM |
12134 | char cos (); |
12135 | int | |
12136 | main () | |
12137 | { | |
81ecdfbb | 12138 | return cos (); |
51dec227 AM |
12139 | ; |
12140 | return 0; | |
12141 | } | |
12142 | _ACEOF | |
81ecdfbb | 12143 | if ac_fn_c_try_link "$LINENO"; then : |
51dec227 AM |
12144 | ac_cv_lib_m_cos=yes |
12145 | else | |
81ecdfbb | 12146 | ac_cv_lib_m_cos=no |
51dec227 | 12147 | fi |
81ecdfbb RW |
12148 | rm -f core conftest.err conftest.$ac_objext \ |
12149 | conftest$ac_exeext conftest.$ac_ext | |
51dec227 AM |
12150 | LIBS=$ac_check_lib_save_LIBS |
12151 | fi | |
81ecdfbb RW |
12152 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5 |
12153 | $as_echo "$ac_cv_lib_m_cos" >&6; } | |
12154 | if test "x$ac_cv_lib_m_cos" = x""yes; then : | |
51dec227 AM |
12155 | LIBM="-lm" |
12156 | fi | |
12157 | ||
12158 | ;; | |
12159 | esac | |
12160 | ||
12161 | ||
12162 | ||
45d42143 NC |
12163 | # Horrible hacks to build DLLs on Windows and a shared library elsewhere. |
12164 | SHARED_LDFLAGS= | |
12165 | SHARED_LIBADD= | |
12166 | SHARED_DEPENDENCIES= | |
12167 | if test "$enable_shared" = "yes"; then | |
29670fb9 AM |
12168 | # When building a shared libopcodes, link against the pic version of libiberty |
12169 | # so that apps that use libopcodes won't need libiberty just to satisfy any | |
12170 | # libopcodes references. | |
12171 | # We can't do that if a pic libiberty is unavailable since including non-pic | |
12172 | # code would insert text relocations into libopcodes. | |
12173 | # Note that linking against libbfd as we do here, which is itself linked | |
12174 | # against libiberty, may not satisfy all the libopcodes libiberty references | |
12175 | # since libbfd may not pull in the entirety of libiberty. | |
12176 | x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'` | |
12177 | if test -n "$x"; then | |
12178 | SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty" | |
12179 | fi | |
12180 | ||
45d42143 NC |
12181 | case "${host}" in |
12182 | *-*-cygwin*) | |
12183 | SHARED_LDFLAGS="-no-undefined" | |
12184 | SHARED_LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin" | |
12185 | ;; | |
0e336180 | 12186 | *-*-darwin*) |
29670fb9 | 12187 | SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.dylib ${SHARED_LIBADD}" |
0e336180 NC |
12188 | SHARED_DEPENDENCIES="../bfd/libbfd.la" |
12189 | ;; | |
45d42143 | 12190 | *) |
0e336180 NC |
12191 | case "$host_vendor" in |
12192 | hp) | |
29670fb9 | 12193 | SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.sl ${SHARED_LIBADD}" |
0e336180 NC |
12194 | ;; |
12195 | *) | |
29670fb9 | 12196 | SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.so ${SHARED_LIBADD}" |
0e336180 NC |
12197 | ;; |
12198 | esac | |
4267b19f | 12199 | SHARED_DEPENDENCIES="../bfd/libbfd.la" |
45d42143 NC |
12200 | ;; |
12201 | esac | |
51dec227 AM |
12202 | |
12203 | if test -n "$SHARED_LIBADD"; then | |
12204 | if test -n "$LIBM"; then | |
12205 | if test x"$bfd_cv_ld_as_needed" = xyes; then | |
12206 | # Link against libm only when needed. Put -lc, -lm inside -Wl | |
12207 | # to stop libtool reordering these options. | |
12208 | SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed" | |
12209 | else | |
12210 | SHARED_LIBADD="$SHARED_LIBADD $LIBM" | |
12211 | fi | |
12212 | fi | |
12213 | fi | |
45d42143 NC |
12214 | fi |
12215 | ||
252b5132 RH |
12216 | |
12217 | ||
12218 | ||
12219 | # target-specific stuff: | |
12220 | ||
12221 | # Canonicalize the secondary target names. | |
12222 | if test -n "$enable_targets" ; then | |
12223 | for targ in `echo $enable_targets | sed 's/,/ /g'` | |
12224 | do | |
6d83c84b | 12225 | result=`$ac_config_sub $targ 2>/dev/null` |
252b5132 RH |
12226 | if test -n "$result" ; then |
12227 | canon_targets="$canon_targets $result" | |
12228 | else | |
12229 | # Allow targets that config.sub doesn't recognize, like "all". | |
12230 | canon_targets="$canon_targets $targ" | |
12231 | fi | |
12232 | done | |
12233 | fi | |
12234 | ||
12235 | all_targets=false | |
12236 | selarchs= | |
12237 | for targ in $target $canon_targets | |
12238 | do | |
12239 | if test "x$targ" = "xall" ; then | |
12240 | all_targets=true | |
12241 | else | |
12242 | . $srcdir/../bfd/config.bfd | |
12243 | selarchs="$selarchs $targ_archs" | |
12244 | fi | |
979273e3 | 12245 | done |
252b5132 RH |
12246 | |
12247 | # Utility var, documents generic cgen support files. | |
12248 | ||
3609e0fe | 12249 | cgen_files="cgen-opc.lo cgen-asm.lo cgen-dis.lo cgen-bitset.lo" |
252b5132 RH |
12250 | |
12251 | # We don't do any links based on the target system, just makefile config. | |
12252 | ||
12253 | if test x${all_targets} = xfalse ; then | |
12254 | ||
12255 | # Target architecture .o files. | |
12256 | ta= | |
12257 | ||
12258 | for arch in $selarchs | |
12259 | do | |
12260 | ad=`echo $arch | sed -e s/bfd_//g -e s/_arch//g` | |
12261 | archdefs="$archdefs -DARCH_$ad" | |
12262 | case "$arch" in | |
252b5132 | 12263 | bfd_alpha_arch) ta="$ta alpha-dis.lo alpha-opc.lo" ;; |
0d2bcfaf | 12264 | bfd_arc_arch) ta="$ta arc-dis.lo arc-opc.lo arc-ext.lo" ;; |
252b5132 | 12265 | bfd_arm_arch) ta="$ta arm-dis.lo" ;; |
adde6300 | 12266 | bfd_avr_arch) ta="$ta avr-dis.lo" ;; |
4b7f6baa | 12267 | bfd_bfin_arch) ta="$ta bfin-dis.lo" ;; |
3d3d428f | 12268 | bfd_cr16_arch) ta="$ta cr16-dis.lo cr16-opc.lo" ;; |
3609e0fe | 12269 | bfd_cris_arch) ta="$ta cris-dis.lo cris-opc.lo cgen-bitset.lo" ;; |
1fe1f39c | 12270 | bfd_crx_arch) ta="$ta crx-dis.lo crx-opc.lo" ;; |
252b5132 RH |
12271 | bfd_d10v_arch) ta="$ta d10v-dis.lo d10v-opc.lo" ;; |
12272 | bfd_d30v_arch) ta="$ta d30v-dis.lo d30v-opc.lo" ;; | |
d172d4ba | 12273 | bfd_dlx_arch) ta="$ta dlx-dis.lo" ;; |
252b5132 | 12274 | bfd_fr30_arch) ta="$ta fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo" using_cgen=yes ;; |
c5f5f1f4 | 12275 | bfd_frv_arch) ta="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo" using_cgen=yes ;; |
20135e4c | 12276 | bfd_moxie_arch) ta="$ta moxie-dis.lo moxie-opc.lo" ;; |
252b5132 RH |
12277 | bfd_h8300_arch) ta="$ta h8300-dis.lo" ;; |
12278 | bfd_h8500_arch) ta="$ta h8500-dis.lo" ;; | |
12279 | bfd_hppa_arch) ta="$ta hppa-dis.lo" ;; | |
5b93d8bb | 12280 | bfd_i370_arch) ta="$ta i370-dis.lo i370-opc.lo" ;; |
8a9036a4 L |
12281 | bfd_i386_arch|bfd_l1om_arch) |
12282 | ta="$ta i386-dis.lo i386-opc.lo" ;; | |
9d751335 | 12283 | bfd_i860_arch) ta="$ta i860-dis.lo" ;; |
252b5132 | 12284 | bfd_i960_arch) ta="$ta i960-dis.lo" ;; |
800eeca4 | 12285 | bfd_ia64_arch) ta="$ta ia64-dis.lo ia64-opc.lo" ;; |
a40cbfa3 | 12286 | bfd_ip2k_arch) ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen=yes ;; |
47b1a55a | 12287 | bfd_iq2000_arch) ta="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo" using_cgen=yes ;; |
84e94c90 | 12288 | bfd_lm32_arch) ta="$ta lm32-asm.lo lm32-desc.lo lm32-dis.lo lm32-ibld.lo lm32-opc.lo lm32-opinst.lo" using_cgen=yes ;; |
c5f5f1f4 | 12289 | bfd_m32c_arch) ta="$ta m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo" using_cgen=yes ;; |
252b5132 | 12290 | bfd_m32r_arch) ta="$ta m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo" using_cgen=yes ;; |
60bcf0fa NC |
12291 | bfd_m68hc11_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;; |
12292 | bfd_m68hc12_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;; | |
252b5132 RH |
12293 | bfd_m68k_arch) ta="$ta m68k-dis.lo m68k-opc.lo" ;; |
12294 | bfd_m88k_arch) ta="$ta m88k-dis.lo" ;; | |
7499d566 | 12295 | bfd_maxq_arch) ta="$ta maxq-dis.lo" ;; |
252b5132 | 12296 | bfd_mcore_arch) ta="$ta mcore-dis.lo" ;; |
bd2f2e55 | 12297 | bfd_mep_arch) ta="$ta mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo" using_cgen=yes ;; |
7ba29e2a | 12298 | bfd_microblaze_arch) ta="$ta microblaze-dis.lo" ;; |
252b5132 | 12299 | bfd_mips_arch) ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo" ;; |
3c3bdf30 | 12300 | bfd_mmix_arch) ta="$ta mmix-dis.lo mmix-opc.lo" ;; |
252b5132 RH |
12301 | bfd_mn10200_arch) ta="$ta m10200-dis.lo m10200-opc.lo" ;; |
12302 | bfd_mn10300_arch) ta="$ta m10300-dis.lo m10300-opc.lo" ;; | |
d031aafb | 12303 | bfd_mt_arch) ta="$ta mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo" using_cgen=yes ;; |
2469cfa2 | 12304 | bfd_msp430_arch) ta="$ta msp430-dis.lo" ;; |
252b5132 | 12305 | bfd_ns32k_arch) ta="$ta ns32k-dis.lo" ;; |
87e6d782 | 12306 | bfd_openrisc_arch) ta="$ta openrisc-asm.lo openrisc-desc.lo openrisc-dis.lo openrisc-ibld.lo openrisc-opc.lo" using_cgen=yes ;; |
3b16e843 | 12307 | bfd_or32_arch) ta="$ta or32-dis.lo or32-opc.lo" using_cgen=yes ;; |
e135f41b | 12308 | bfd_pdp11_arch) ta="$ta pdp11-dis.lo pdp11-opc.lo" ;; |
1e608f98 | 12309 | bfd_pj_arch) ta="$ta pj-dis.lo pj-opc.lo" ;; |
252b5132 | 12310 | bfd_powerpc_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;; |
a85d7ed0 | 12311 | bfd_powerpc_64_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;; |
5dd0794d | 12312 | bfd_pyramid_arch) ;; |
252b5132 RH |
12313 | bfd_romp_arch) ;; |
12314 | bfd_rs6000_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;; | |
a85d7ed0 | 12315 | bfd_s390_arch) ta="$ta s390-dis.lo s390-opc.lo" ;; |
c3b7224a | 12316 | bfd_score_arch) ta="$ta score-dis.lo score7-dis.lo" ;; |
09919455 | 12317 | bfd_sh_arch) |
d28847ce | 12318 | # We can't decide what we want just from the CPU family. |
e8b872bb AO |
12319 | # We want SH5 support unless a specific version of sh is |
12320 | # specified, as in sh3-elf, sh3b-linux-gnu, etc. | |
ca0f2ed6 HPN |
12321 | # Include it just for ELF targets, since the SH5 bfd:s are ELF only. |
12322 | for t in $target $canon_targets; do | |
12323 | case $t in | |
5b0e55b6 | 12324 | all | sh5*-* | sh64*-* | sh-*-*elf* | shl*-*-*elf* | \ |
942e7dd9 | 12325 | sh-*-linux* | shl-*-linux*) |
d28847ce | 12326 | ta="$ta sh64-dis.lo sh64-opc.lo" |
ca0f2ed6 HPN |
12327 | archdefs="$archdefs -DINCLUDE_SHMEDIA" |
12328 | break;; | |
12329 | esac; | |
12330 | done | |
d3f1a427 | 12331 | ta="$ta sh-dis.lo cgen-bitset.lo" ;; |
252b5132 | 12332 | bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;; |
e9f53129 | 12333 | bfd_spu_arch) ta="$ta spu-dis.lo spu-opc.lo" ;; |
252b5132 RH |
12334 | bfd_tahoe_arch) ;; |
12335 | bfd_tic30_arch) ta="$ta tic30-dis.lo" ;; | |
026df7c5 | 12336 | bfd_tic4x_arch) ta="$ta tic4x-dis.lo" ;; |
5c84d377 | 12337 | bfd_tic54x_arch) ta="$ta tic54x-dis.lo tic54x-opc.lo" ;; |
252b5132 RH |
12338 | bfd_tic80_arch) ta="$ta tic80-dis.lo tic80-opc.lo" ;; |
12339 | bfd_v850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;; | |
12340 | bfd_v850e_arch) ta="$ta v850-opc.lo v850-dis.lo" ;; | |
12341 | bfd_v850ea_arch) ta="$ta v850-opc.lo v850-dis.lo" ;; | |
12342 | bfd_vax_arch) ta="$ta vax-dis.lo" ;; | |
12343 | bfd_w65_arch) ta="$ta w65-dis.lo" ;; | |
12344 | bfd_we32k_arch) ;; | |
d70c5fc7 | 12345 | bfd_xc16x_arch) ta="$ta xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo" using_cgen=yes ;; |
93fbbb04 | 12346 | bfd_xstormy16_arch) ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;; |
e0001a05 | 12347 | bfd_xtensa_arch) ta="$ta xtensa-dis.lo" ;; |
3c9b82ba | 12348 | bfd_z80_arch) ta="$ta z80-dis.lo" ;; |
252b5132 RH |
12349 | bfd_z8k_arch) ta="$ta z8k-dis.lo" ;; |
12350 | ||
12351 | "") ;; | |
81ecdfbb | 12352 | *) as_fn_error "*** unknown target architecture $arch" "$LINENO" 5 ;; |
252b5132 RH |
12353 | esac |
12354 | done | |
12355 | ||
12356 | if test $using_cgen = yes ; then | |
12357 | ta="$ta $cgen_files" | |
12358 | fi | |
12359 | ||
12360 | # Weed out duplicate .o files. | |
12361 | f="" | |
12362 | for i in $ta ; do | |
12363 | case " $f " in | |
12364 | *" $i "*) ;; | |
12365 | *) f="$f $i" ;; | |
12366 | esac | |
12367 | done | |
12368 | ta="$f" | |
12369 | ||
12370 | # And duplicate -D flags. | |
12371 | f="" | |
12372 | for i in $archdefs ; do | |
12373 | case " $f " in | |
12374 | *" $i "*) ;; | |
12375 | *) f="$f $i" ;; | |
12376 | esac | |
12377 | done | |
12378 | archdefs="$f" | |
12379 | ||
12380 | BFD_MACHINES="$ta" | |
12381 | ||
12382 | else # all_targets is true | |
12383 | archdefs=-DARCH_all | |
12384 | BFD_MACHINES='$(ALL_MACHINES)' | |
12385 | fi | |
12386 | ||
12387 | ||
12388 | ||
12389 | ||
81ecdfbb | 12390 | ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in" |
979273e3 | 12391 | |
979273e3 | 12392 | cat >confcache <<\_ACEOF |
252b5132 RH |
12393 | # This file is a shell script that caches the results of configure |
12394 | # tests run on this system so they can be shared between configure | |
979273e3 NN |
12395 | # scripts and configure runs, see configure's option --config-cache. |
12396 | # It is not useful on other systems. If it contains results you don't | |
12397 | # want to keep, you may remove or edit it. | |
252b5132 | 12398 | # |
979273e3 NN |
12399 | # config.status only pays attention to the cache file if you give it |
12400 | # the --recheck option to rerun configure. | |
252b5132 | 12401 | # |
979273e3 NN |
12402 | # `ac_cv_env_foo' variables (set or unset) will be overridden when |
12403 | # loading this file, other *unset* `ac_cv_foo' will be assigned the | |
12404 | # following values. | |
12405 | ||
12406 | _ACEOF | |
12407 | ||
252b5132 RH |
12408 | # The following way of writing the cache mishandles newlines in values, |
12409 | # but we know of no workaround that is simple, portable, and efficient. | |
81ecdfbb | 12410 | # So, we kill variables containing newlines. |
252b5132 RH |
12411 | # Ultrix sh set writes to stderr and can't be redirected directly, |
12412 | # and sets the high bit in the cache file unless we assign to the vars. | |
81ecdfbb RW |
12413 | ( |
12414 | for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do | |
12415 | eval ac_val=\$$ac_var | |
12416 | case $ac_val in #( | |
12417 | *${as_nl}*) | |
12418 | case $ac_var in #( | |
12419 | *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 | |
12420 | $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |
12421 | esac | |
12422 | case $ac_var in #( | |
12423 | _ | IFS | as_nl) ;; #( | |
12424 | BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( | |
12425 | *) { eval $ac_var=; unset $ac_var;} ;; | |
12426 | esac ;; | |
12427 | esac | |
12428 | done | |
12429 | ||
979273e3 | 12430 | (set) 2>&1 | |
81ecdfbb RW |
12431 | case $as_nl`(ac_space=' '; set) 2>&1` in #( |
12432 | *${as_nl}ac_space=\ *) | |
12433 | # `set' does not quote correctly, so add quotes: double-quote | |
12434 | # substitution turns \\\\ into \\, and sed turns \\ into \. | |
979273e3 NN |
12435 | sed -n \ |
12436 | "s/'/'\\\\''/g; | |
12437 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | |
81ecdfbb | 12438 | ;; #( |
979273e3 NN |
12439 | *) |
12440 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
81ecdfbb | 12441 | sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
979273e3 | 12442 | ;; |
81ecdfbb RW |
12443 | esac | |
12444 | sort | |
12445 | ) | | |
979273e3 | 12446 | sed ' |
81ecdfbb | 12447 | /^ac_cv_env_/b end |
979273e3 | 12448 | t clear |
81ecdfbb | 12449 | :clear |
979273e3 NN |
12450 | s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ |
12451 | t end | |
81ecdfbb RW |
12452 | s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ |
12453 | :end' >>confcache | |
12454 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else | |
12455 | if test -w "$cache_file"; then | |
12456 | test "x$cache_file" != "x/dev/null" && | |
12457 | { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 | |
12458 | $as_echo "$as_me: updating cache $cache_file" >&6;} | |
979273e3 | 12459 | cat confcache >$cache_file |
252b5132 | 12460 | else |
81ecdfbb RW |
12461 | { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 |
12462 | $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} | |
252b5132 RH |
12463 | fi |
12464 | fi | |
12465 | rm -f confcache | |
12466 | ||
252b5132 RH |
12467 | test "x$prefix" = xNONE && prefix=$ac_default_prefix |
12468 | # Let make expand exec_prefix. | |
12469 | test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | |
12470 | ||
252b5132 RH |
12471 | DEFS=-DHAVE_CONFIG_H |
12472 | ||
979273e3 NN |
12473 | ac_libobjs= |
12474 | ac_ltlibobjs= | |
12475 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | |
12476 | # 1. Remove the extension, and $U if already installed. | |
81ecdfbb RW |
12477 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
12478 | ac_i=`$as_echo "$ac_i" | sed "$ac_script"` | |
12479 | # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR | |
12480 | # will be set to the directory where LIBOBJS objects are built. | |
12481 | as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" | |
12482 | as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' | |
979273e3 NN |
12483 | done |
12484 | LIBOBJS=$ac_libobjs | |
252b5132 | 12485 | |
979273e3 NN |
12486 | LTLIBOBJS=$ac_ltlibobjs |
12487 | ||
12488 | ||
8ae85421 | 12489 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then |
81ecdfbb RW |
12490 | as_fn_error "conditional \"AMDEP\" was never defined. |
12491 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |
8ae85421 AM |
12492 | fi |
12493 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | |
81ecdfbb RW |
12494 | as_fn_error "conditional \"am__fastdepCC\" was never defined. |
12495 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |
12496 | fi | |
12497 | if test -n "$EXEEXT"; then | |
12498 | am__EXEEXT_TRUE= | |
12499 | am__EXEEXT_FALSE='#' | |
12500 | else | |
12501 | am__EXEEXT_TRUE='#' | |
12502 | am__EXEEXT_FALSE= | |
8ae85421 | 12503 | fi |
81ecdfbb | 12504 | |
8ae85421 | 12505 | if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then |
81ecdfbb RW |
12506 | as_fn_error "conditional \"MAINTAINER_MODE\" was never defined. |
12507 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |
8ae85421 AM |
12508 | fi |
12509 | if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then | |
81ecdfbb RW |
12510 | as_fn_error "conditional \"INSTALL_LIBBFD\" was never defined. |
12511 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |
8ae85421 AM |
12512 | fi |
12513 | if test -z "${CGEN_MAINT_TRUE}" && test -z "${CGEN_MAINT_FALSE}"; then | |
81ecdfbb RW |
12514 | as_fn_error "conditional \"CGEN_MAINT\" was never defined. |
12515 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |
8ae85421 | 12516 | fi |
979273e3 NN |
12517 | |
12518 | : ${CONFIG_STATUS=./config.status} | |
81ecdfbb | 12519 | ac_write_fail=0 |
979273e3 NN |
12520 | ac_clean_files_save=$ac_clean_files |
12521 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" | |
81ecdfbb RW |
12522 | { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 |
12523 | $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} | |
12524 | as_write_fail=0 | |
12525 | cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 | |
979273e3 NN |
12526 | #! $SHELL |
12527 | # Generated by $as_me. | |
252b5132 | 12528 | # Run this file to recreate the current configuration. |
252b5132 | 12529 | # Compiler output produced by configure, useful for debugging |
979273e3 | 12530 | # configure, is in config.log if it exists. |
252b5132 | 12531 | |
979273e3 NN |
12532 | debug=false |
12533 | ac_cs_recheck=false | |
12534 | ac_cs_silent=false | |
979273e3 | 12535 | |
81ecdfbb RW |
12536 | SHELL=\${CONFIG_SHELL-$SHELL} |
12537 | export SHELL | |
12538 | _ASEOF | |
12539 | cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 | |
12540 | ## -------------------- ## | |
12541 | ## M4sh Initialization. ## | |
12542 | ## -------------------- ## | |
979273e3 | 12543 | |
81ecdfbb RW |
12544 | # Be more Bourne compatible |
12545 | DUALCASE=1; export DUALCASE # for MKS sh | |
12546 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : | |
979273e3 NN |
12547 | emulate sh |
12548 | NULLCMD=: | |
81ecdfbb | 12549 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
979273e3 NN |
12550 | # is contrary to our usage. Disable this feature. |
12551 | alias -g '${1+"$@"}'='"$@"' | |
81ecdfbb RW |
12552 | setopt NO_GLOB_SUBST |
12553 | else | |
12554 | case `(set -o) 2>/dev/null` in #( | |
12555 | *posix*) : | |
12556 | set -o posix ;; #( | |
12557 | *) : | |
12558 | ;; | |
12559 | esac | |
979273e3 | 12560 | fi |
979273e3 | 12561 | |
81ecdfbb RW |
12562 | |
12563 | as_nl=' | |
12564 | ' | |
12565 | export as_nl | |
12566 | # Printing a long string crashes Solaris 7 /usr/bin/printf. | |
12567 | as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' | |
12568 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo | |
12569 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo | |
12570 | # Prefer a ksh shell builtin over an external printf program on Solaris, | |
12571 | # but without wasting forks for bash or zsh. | |
12572 | if test -z "$BASH_VERSION$ZSH_VERSION" \ | |
12573 | && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then | |
12574 | as_echo='print -r --' | |
12575 | as_echo_n='print -rn --' | |
12576 | elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then | |
12577 | as_echo='printf %s\n' | |
12578 | as_echo_n='printf %s' | |
12579 | else | |
12580 | if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then | |
12581 | as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' | |
12582 | as_echo_n='/usr/ucb/echo -n' | |
12583 | else | |
12584 | as_echo_body='eval expr "X$1" : "X\\(.*\\)"' | |
12585 | as_echo_n_body='eval | |
12586 | arg=$1; | |
12587 | case $arg in #( | |
12588 | *"$as_nl"*) | |
12589 | expr "X$arg" : "X\\(.*\\)$as_nl"; | |
12590 | arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; | |
12591 | esac; | |
12592 | expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" | |
12593 | ' | |
12594 | export as_echo_n_body | |
12595 | as_echo_n='sh -c $as_echo_n_body as_echo' | |
12596 | fi | |
12597 | export as_echo_body | |
12598 | as_echo='sh -c $as_echo_body as_echo' | |
12599 | fi | |
12600 | ||
12601 | # The user is always right. | |
12602 | if test "${PATH_SEPARATOR+set}" != set; then | |
12603 | PATH_SEPARATOR=: | |
12604 | (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { | |
12605 | (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || | |
12606 | PATH_SEPARATOR=';' | |
12607 | } | |
979273e3 NN |
12608 | fi |
12609 | ||
12610 | ||
81ecdfbb RW |
12611 | # IFS |
12612 | # We need space, tab and new line, in precisely that order. Quoting is | |
12613 | # there to prevent editors from complaining about space-tab. | |
12614 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word | |
12615 | # splitting by setting IFS to empty value.) | |
12616 | IFS=" "" $as_nl" | |
12617 | ||
12618 | # Find who we are. Look in the path if we contain no directory separator. | |
12619 | case $0 in #(( | |
12620 | *[\\/]* ) as_myself=$0 ;; | |
12621 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
12622 | for as_dir in $PATH | |
12623 | do | |
12624 | IFS=$as_save_IFS | |
12625 | test -z "$as_dir" && as_dir=. | |
12626 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break | |
12627 | done | |
12628 | IFS=$as_save_IFS | |
12629 | ||
12630 | ;; | |
12631 | esac | |
12632 | # We did not find ourselves, most probably we were run as `sh COMMAND' | |
12633 | # in which case we are not to be found in the path. | |
12634 | if test "x$as_myself" = x; then | |
12635 | as_myself=$0 | |
12636 | fi | |
12637 | if test ! -f "$as_myself"; then | |
12638 | $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 | |
12639 | exit 1 | |
12640 | fi | |
12641 | ||
12642 | # Unset variables that we do not need and which cause bugs (e.g. in | |
12643 | # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" | |
12644 | # suppresses any "Segmentation fault" message there. '((' could | |
12645 | # trigger a bug in pdksh 5.2.14. | |
12646 | for as_var in BASH_ENV ENV MAIL MAILPATH | |
12647 | do eval test x\${$as_var+set} = xset \ | |
12648 | && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : | |
12649 | done | |
979273e3 NN |
12650 | PS1='$ ' |
12651 | PS2='> ' | |
12652 | PS4='+ ' | |
12653 | ||
12654 | # NLS nuisances. | |
81ecdfbb RW |
12655 | LC_ALL=C |
12656 | export LC_ALL | |
12657 | LANGUAGE=C | |
12658 | export LANGUAGE | |
12659 | ||
12660 | # CDPATH. | |
12661 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | |
12662 | ||
12663 | ||
12664 | # as_fn_error ERROR [LINENO LOG_FD] | |
12665 | # --------------------------------- | |
12666 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | |
12667 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | |
12668 | # script with status $?, using 1 if that was 0. | |
12669 | as_fn_error () | |
12670 | { | |
12671 | as_status=$?; test $as_status -eq 0 && as_status=1 | |
12672 | if test "$3"; then | |
12673 | as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
12674 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | |
979273e3 | 12675 | fi |
81ecdfbb RW |
12676 | $as_echo "$as_me: error: $1" >&2 |
12677 | as_fn_exit $as_status | |
12678 | } # as_fn_error | |
12679 | ||
12680 | ||
12681 | # as_fn_set_status STATUS | |
12682 | # ----------------------- | |
12683 | # Set $? to STATUS, without forking. | |
12684 | as_fn_set_status () | |
12685 | { | |
12686 | return $1 | |
12687 | } # as_fn_set_status | |
12688 | ||
12689 | # as_fn_exit STATUS | |
12690 | # ----------------- | |
12691 | # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. | |
12692 | as_fn_exit () | |
12693 | { | |
12694 | set +e | |
12695 | as_fn_set_status $1 | |
12696 | exit $1 | |
12697 | } # as_fn_exit | |
12698 | ||
12699 | # as_fn_unset VAR | |
12700 | # --------------- | |
12701 | # Portably unset VAR. | |
12702 | as_fn_unset () | |
12703 | { | |
12704 | { eval $1=; unset $1;} | |
12705 | } | |
12706 | as_unset=as_fn_unset | |
12707 | # as_fn_append VAR VALUE | |
12708 | # ---------------------- | |
12709 | # Append the text in VALUE to the end of the definition contained in VAR. Take | |
12710 | # advantage of any shell optimizations that allow amortized linear growth over | |
12711 | # repeated appends, instead of the typical quadratic growth present in naive | |
12712 | # implementations. | |
12713 | if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : | |
12714 | eval 'as_fn_append () | |
12715 | { | |
12716 | eval $1+=\$2 | |
12717 | }' | |
12718 | else | |
12719 | as_fn_append () | |
12720 | { | |
12721 | eval $1=\$$1\$2 | |
12722 | } | |
12723 | fi # as_fn_append | |
12724 | ||
12725 | # as_fn_arith ARG... | |
12726 | # ------------------ | |
12727 | # Perform arithmetic evaluation on the ARGs, and store the result in the | |
12728 | # global $as_val. Take advantage of shells that can avoid forks. The arguments | |
12729 | # must be portable across $(()) and expr. | |
12730 | if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : | |
12731 | eval 'as_fn_arith () | |
12732 | { | |
12733 | as_val=$(( $* )) | |
12734 | }' | |
12735 | else | |
12736 | as_fn_arith () | |
12737 | { | |
12738 | as_val=`expr "$@" || test $? -eq 1` | |
12739 | } | |
12740 | fi # as_fn_arith | |
12741 | ||
252b5132 | 12742 | |
81ecdfbb RW |
12743 | if expr a : '\(a\)' >/dev/null 2>&1 && |
12744 | test "X`expr 00001 : '.*\(...\)'`" = X001; then | |
979273e3 NN |
12745 | as_expr=expr |
12746 | else | |
12747 | as_expr=false | |
12748 | fi | |
12749 | ||
81ecdfbb | 12750 | if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then |
979273e3 NN |
12751 | as_basename=basename |
12752 | else | |
12753 | as_basename=false | |
12754 | fi | |
252b5132 | 12755 | |
81ecdfbb RW |
12756 | if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
12757 | as_dirname=dirname | |
12758 | else | |
12759 | as_dirname=false | |
12760 | fi | |
252b5132 | 12761 | |
81ecdfbb | 12762 | as_me=`$as_basename -- "$0" || |
979273e3 NN |
12763 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
12764 | X"$0" : 'X\(//\)$' \| \ | |
81ecdfbb RW |
12765 | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
12766 | $as_echo X/"$0" | | |
12767 | sed '/^.*\/\([^/][^/]*\)\/*$/{ | |
12768 | s//\1/ | |
12769 | q | |
12770 | } | |
12771 | /^X\/\(\/\/\)$/{ | |
12772 | s//\1/ | |
12773 | q | |
12774 | } | |
12775 | /^X\/\(\/\).*/{ | |
12776 | s//\1/ | |
12777 | q | |
12778 | } | |
12779 | s/.*/./; q'` | |
252b5132 | 12780 | |
979273e3 NN |
12781 | # Avoid depending upon Character Ranges. |
12782 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' | |
12783 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
12784 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |
12785 | as_cr_digits='0123456789' | |
12786 | as_cr_alnum=$as_cr_Letters$as_cr_digits | |
12787 | ||
81ecdfbb RW |
12788 | ECHO_C= ECHO_N= ECHO_T= |
12789 | case `echo -n x` in #((((( | |
12790 | -n*) | |
12791 | case `echo 'xy\c'` in | |
12792 | *c*) ECHO_T=' ';; # ECHO_T is single tab character. | |
12793 | xy) ECHO_C='\c';; | |
12794 | *) echo `echo ksh88 bug on AIX 6.1` > /dev/null | |
12795 | ECHO_T=' ';; | |
12796 | esac;; | |
12797 | *) | |
12798 | ECHO_N='-n';; | |
979273e3 NN |
12799 | esac |
12800 | ||
81ecdfbb RW |
12801 | rm -f conf$$ conf$$.exe conf$$.file |
12802 | if test -d conf$$.dir; then | |
12803 | rm -f conf$$.dir/conf$$.file | |
979273e3 | 12804 | else |
81ecdfbb RW |
12805 | rm -f conf$$.dir |
12806 | mkdir conf$$.dir 2>/dev/null | |
979273e3 | 12807 | fi |
81ecdfbb RW |
12808 | if (echo >conf$$.file) 2>/dev/null; then |
12809 | if ln -s conf$$.file conf$$ 2>/dev/null; then | |
979273e3 | 12810 | as_ln_s='ln -s' |
81ecdfbb RW |
12811 | # ... but there are two gotchas: |
12812 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | |
12813 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | |
12814 | # In both cases, we have to default to `cp -p'. | |
12815 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || | |
12816 | as_ln_s='cp -p' | |
12817 | elif ln conf$$.file conf$$ 2>/dev/null; then | |
12818 | as_ln_s=ln | |
12819 | else | |
12820 | as_ln_s='cp -p' | |
252b5132 | 12821 | fi |
979273e3 NN |
12822 | else |
12823 | as_ln_s='cp -p' | |
12824 | fi | |
81ecdfbb RW |
12825 | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
12826 | rmdir conf$$.dir 2>/dev/null | |
12827 | ||
12828 | ||
12829 | # as_fn_mkdir_p | |
12830 | # ------------- | |
12831 | # Create "$as_dir" as a directory, including parents if necessary. | |
12832 | as_fn_mkdir_p () | |
12833 | { | |
12834 | ||
12835 | case $as_dir in #( | |
12836 | -*) as_dir=./$as_dir;; | |
12837 | esac | |
12838 | test -d "$as_dir" || eval $as_mkdir_p || { | |
12839 | as_dirs= | |
12840 | while :; do | |
12841 | case $as_dir in #( | |
12842 | *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( | |
12843 | *) as_qdir=$as_dir;; | |
12844 | esac | |
12845 | as_dirs="'$as_qdir' $as_dirs" | |
12846 | as_dir=`$as_dirname -- "$as_dir" || | |
12847 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
12848 | X"$as_dir" : 'X\(//\)[^/]' \| \ | |
12849 | X"$as_dir" : 'X\(//\)$' \| \ | |
12850 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || | |
12851 | $as_echo X"$as_dir" | | |
12852 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
12853 | s//\1/ | |
12854 | q | |
12855 | } | |
12856 | /^X\(\/\/\)[^/].*/{ | |
12857 | s//\1/ | |
12858 | q | |
12859 | } | |
12860 | /^X\(\/\/\)$/{ | |
12861 | s//\1/ | |
12862 | q | |
12863 | } | |
12864 | /^X\(\/\).*/{ | |
12865 | s//\1/ | |
12866 | q | |
12867 | } | |
12868 | s/.*/./; q'` | |
12869 | test -d "$as_dir" && break | |
12870 | done | |
12871 | test -z "$as_dirs" || eval "mkdir $as_dirs" | |
12872 | } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" | |
979273e3 | 12873 | |
81ecdfbb RW |
12874 | |
12875 | } # as_fn_mkdir_p | |
979273e3 | 12876 | if mkdir -p . 2>/dev/null; then |
81ecdfbb | 12877 | as_mkdir_p='mkdir -p "$as_dir"' |
979273e3 NN |
12878 | else |
12879 | test -d ./-p && rmdir ./-p | |
12880 | as_mkdir_p=false | |
12881 | fi | |
12882 | ||
81ecdfbb RW |
12883 | if test -x / >/dev/null 2>&1; then |
12884 | as_test_x='test -x' | |
12885 | else | |
12886 | if ls -dL / >/dev/null 2>&1; then | |
12887 | as_ls_L_option=L | |
12888 | else | |
12889 | as_ls_L_option= | |
12890 | fi | |
12891 | as_test_x=' | |
12892 | eval sh -c '\'' | |
12893 | if test -d "$1"; then | |
12894 | test -d "$1/."; | |
12895 | else | |
12896 | case $1 in #( | |
12897 | -*)set "./$1";; | |
12898 | esac; | |
12899 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( | |
12900 | ???[sx]*):;;*)false;;esac;fi | |
12901 | '\'' sh | |
12902 | ' | |
12903 | fi | |
12904 | as_executable_p=$as_test_x | |
979273e3 NN |
12905 | |
12906 | # Sed expression to map a string onto a valid CPP name. | |
12907 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | |
12908 | ||
12909 | # Sed expression to map a string onto a valid variable name. | |
12910 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | |
12911 | ||
12912 | ||
979273e3 | 12913 | exec 6>&1 |
81ecdfbb RW |
12914 | ## ----------------------------------- ## |
12915 | ## Main body of $CONFIG_STATUS script. ## | |
12916 | ## ----------------------------------- ## | |
12917 | _ASEOF | |
12918 | test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 | |
979273e3 | 12919 | |
81ecdfbb RW |
12920 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
12921 | # Save the log message, to keep $0 and so on meaningful, and to | |
979273e3 | 12922 | # report actual input values of CONFIG_FILES etc. instead of their |
81ecdfbb RW |
12923 | # values after options handling. |
12924 | ac_log=" | |
979273e3 | 12925 | This file was extended by $as_me, which was |
81ecdfbb | 12926 | generated by GNU Autoconf 2.64. Invocation command line was |
979273e3 NN |
12927 | |
12928 | CONFIG_FILES = $CONFIG_FILES | |
12929 | CONFIG_HEADERS = $CONFIG_HEADERS | |
12930 | CONFIG_LINKS = $CONFIG_LINKS | |
12931 | CONFIG_COMMANDS = $CONFIG_COMMANDS | |
12932 | $ $0 $@ | |
12933 | ||
81ecdfbb RW |
12934 | on `(hostname || uname -n) 2>/dev/null | sed 1q` |
12935 | " | |
12936 | ||
979273e3 NN |
12937 | _ACEOF |
12938 | ||
81ecdfbb RW |
12939 | case $ac_config_files in *" |
12940 | "*) set x $ac_config_files; shift; ac_config_files=$*;; | |
12941 | esac | |
979273e3 | 12942 | |
81ecdfbb RW |
12943 | case $ac_config_headers in *" |
12944 | "*) set x $ac_config_headers; shift; ac_config_headers=$*;; | |
12945 | esac | |
979273e3 | 12946 | |
979273e3 | 12947 | |
81ecdfbb RW |
12948 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
12949 | # Files that config.status was made for. | |
12950 | config_files="$ac_config_files" | |
12951 | config_headers="$ac_config_headers" | |
12952 | config_commands="$ac_config_commands" | |
979273e3 | 12953 | |
81ecdfbb | 12954 | _ACEOF |
979273e3 | 12955 | |
81ecdfbb | 12956 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
979273e3 | 12957 | ac_cs_usage="\ |
81ecdfbb RW |
12958 | \`$as_me' instantiates files and other configuration actions |
12959 | from templates according to the current configuration. Unless the files | |
12960 | and actions are specified as TAGs, all are instantiated by default. | |
979273e3 | 12961 | |
81ecdfbb | 12962 | Usage: $0 [OPTION]... [TAG]... |
979273e3 NN |
12963 | |
12964 | -h, --help print this help, then exit | |
81ecdfbb RW |
12965 | -V, --version print version number and configuration settings, then exit |
12966 | -q, --quiet, --silent | |
12967 | do not print progress messages | |
979273e3 NN |
12968 | -d, --debug don't remove temporary files |
12969 | --recheck update $as_me by reconfiguring in the same conditions | |
81ecdfbb RW |
12970 | --file=FILE[:TEMPLATE] |
12971 | instantiate the configuration file FILE | |
12972 | --header=FILE[:TEMPLATE] | |
12973 | instantiate the configuration header FILE | |
979273e3 NN |
12974 | |
12975 | Configuration files: | |
12976 | $config_files | |
12977 | ||
12978 | Configuration headers: | |
12979 | $config_headers | |
12980 | ||
12981 | Configuration commands: | |
12982 | $config_commands | |
12983 | ||
81ecdfbb | 12984 | Report bugs to the package provider." |
979273e3 | 12985 | |
81ecdfbb RW |
12986 | _ACEOF |
12987 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
979273e3 NN |
12988 | ac_cs_version="\\ |
12989 | config.status | |
81ecdfbb RW |
12990 | configured by $0, generated by GNU Autoconf 2.64, |
12991 | with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" | |
979273e3 | 12992 | |
81ecdfbb | 12993 | Copyright (C) 2009 Free Software Foundation, Inc. |
979273e3 NN |
12994 | This config.status script is free software; the Free Software Foundation |
12995 | gives unlimited permission to copy, distribute and modify it." | |
81ecdfbb RW |
12996 | |
12997 | ac_pwd='$ac_pwd' | |
12998 | srcdir='$srcdir' | |
12999 | INSTALL='$INSTALL' | |
13000 | MKDIR_P='$MKDIR_P' | |
13001 | AWK='$AWK' | |
13002 | test -n "\$AWK" || AWK=awk | |
979273e3 NN |
13003 | _ACEOF |
13004 | ||
81ecdfbb RW |
13005 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
13006 | # The default lists apply if the user does not specify any file. | |
979273e3 NN |
13007 | ac_need_defaults=: |
13008 | while test $# != 0 | |
13009 | do | |
13010 | case $1 in | |
13011 | --*=*) | |
81ecdfbb RW |
13012 | ac_option=`expr "X$1" : 'X\([^=]*\)='` |
13013 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | |
979273e3 NN |
13014 | ac_shift=: |
13015 | ;; | |
81ecdfbb | 13016 | *) |
979273e3 NN |
13017 | ac_option=$1 |
13018 | ac_optarg=$2 | |
13019 | ac_shift=shift | |
13020 | ;; | |
979273e3 NN |
13021 | esac |
13022 | ||
13023 | case $ac_option in | |
13024 | # Handling of the options. | |
979273e3 NN |
13025 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
13026 | ac_cs_recheck=: ;; | |
81ecdfbb RW |
13027 | --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
13028 | $as_echo "$ac_cs_version"; exit ;; | |
13029 | --debug | --debu | --deb | --de | --d | -d ) | |
979273e3 NN |
13030 | debug=: ;; |
13031 | --file | --fil | --fi | --f ) | |
13032 | $ac_shift | |
81ecdfbb RW |
13033 | case $ac_optarg in |
13034 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | |
13035 | esac | |
13036 | as_fn_append CONFIG_FILES " '$ac_optarg'" | |
979273e3 NN |
13037 | ac_need_defaults=false;; |
13038 | --header | --heade | --head | --hea ) | |
13039 | $ac_shift | |
81ecdfbb RW |
13040 | case $ac_optarg in |
13041 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | |
13042 | esac | |
13043 | as_fn_append CONFIG_HEADERS " '$ac_optarg'" | |
979273e3 | 13044 | ac_need_defaults=false;; |
81ecdfbb RW |
13045 | --he | --h) |
13046 | # Conflict between --help and --header | |
13047 | as_fn_error "ambiguous option: \`$1' | |
13048 | Try \`$0 --help' for more information.";; | |
13049 | --help | --hel | -h ) | |
13050 | $as_echo "$ac_cs_usage"; exit ;; | |
979273e3 NN |
13051 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
13052 | | -silent | --silent | --silen | --sile | --sil | --si | --s) | |
13053 | ac_cs_silent=: ;; | |
13054 | ||
13055 | # This is an error. | |
81ecdfbb RW |
13056 | -*) as_fn_error "unrecognized option: \`$1' |
13057 | Try \`$0 --help' for more information." ;; | |
979273e3 | 13058 | |
81ecdfbb RW |
13059 | *) as_fn_append ac_config_targets " $1" |
13060 | ac_need_defaults=false ;; | |
979273e3 NN |
13061 | |
13062 | esac | |
13063 | shift | |
252b5132 | 13064 | done |
979273e3 NN |
13065 | |
13066 | ac_configure_extra_args= | |
13067 | ||
13068 | if $ac_cs_silent; then | |
13069 | exec 6>/dev/null | |
13070 | ac_configure_extra_args="$ac_configure_extra_args --silent" | |
252b5132 | 13071 | fi |
252b5132 | 13072 | |
979273e3 | 13073 | _ACEOF |
81ecdfbb | 13074 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
979273e3 | 13075 | if \$ac_cs_recheck; then |
81ecdfbb RW |
13076 | set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
13077 | shift | |
13078 | \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 | |
13079 | CONFIG_SHELL='$SHELL' | |
13080 | export CONFIG_SHELL | |
13081 | exec "\$@" | |
979273e3 | 13082 | fi |
252b5132 | 13083 | |
979273e3 | 13084 | _ACEOF |
81ecdfbb RW |
13085 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
13086 | exec 5>>config.log | |
13087 | { | |
13088 | echo | |
13089 | sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX | |
13090 | ## Running $as_me. ## | |
13091 | _ASBOX | |
13092 | $as_echo "$ac_log" | |
13093 | } >&5 | |
979273e3 | 13094 | |
81ecdfbb RW |
13095 | _ACEOF |
13096 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
979273e3 | 13097 | # |
81ecdfbb | 13098 | # INIT-COMMANDS |
979273e3 | 13099 | # |
8ae85421 | 13100 | AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" |
d7040cdb SE |
13101 | |
13102 | ||
13103 | # The HP-UX ksh and POSIX shell print the target directory to stdout | |
13104 | # if CDPATH is set. | |
13105 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | |
13106 | ||
13107 | sed_quote_subst='$sed_quote_subst' | |
13108 | double_quote_subst='$double_quote_subst' | |
13109 | delay_variable_subst='$delay_variable_subst' | |
13110 | enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`' | |
13111 | macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`' | |
13112 | macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`' | |
13113 | enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`' | |
13114 | pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`' | |
13115 | enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`' | |
13116 | host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`' | |
13117 | host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`' | |
13118 | host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`' | |
13119 | build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`' | |
13120 | build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`' | |
13121 | build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`' | |
13122 | SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`' | |
13123 | Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`' | |
13124 | GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`' | |
13125 | EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`' | |
13126 | FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`' | |
13127 | LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`' | |
13128 | NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`' | |
13129 | LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`' | |
13130 | max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`' | |
13131 | ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`' | |
13132 | exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`' | |
13133 | lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`' | |
13134 | lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`' | |
13135 | lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`' | |
13136 | reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`' | |
13137 | reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`' | |
1927a18f | 13138 | OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`' |
d7040cdb SE |
13139 | deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`' |
13140 | file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`' | |
13141 | AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`' | |
13142 | AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`' | |
13143 | STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`' | |
13144 | RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`' | |
13145 | old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' | |
13146 | old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' | |
13147 | old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' | |
13148 | CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`' | |
13149 | CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`' | |
13150 | compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`' | |
13151 | GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`' | |
13152 | lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`' | |
13153 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`' | |
13154 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`' | |
1927a18f | 13155 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' |
d7040cdb SE |
13156 | objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`' |
13157 | SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`' | |
13158 | ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`' | |
13159 | MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`' | |
13160 | lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`' | |
13161 | lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`' | |
13162 | lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`' | |
13163 | lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`' | |
13164 | lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`' | |
13165 | need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`' | |
1927a18f L |
13166 | DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`' |
13167 | NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`' | |
13168 | LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`' | |
13169 | OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`' | |
13170 | OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`' | |
d7040cdb SE |
13171 | libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`' |
13172 | shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`' | |
13173 | extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' | |
13174 | archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`' | |
13175 | enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`' | |
13176 | export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' | |
13177 | whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' | |
13178 | compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`' | |
13179 | old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`' | |
13180 | old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' | |
13181 | archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' | |
13182 | archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' | |
13183 | module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`' | |
13184 | module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' | |
13185 | with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`' | |
13186 | allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' | |
13187 | no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' | |
13188 | hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' | |
13189 | hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`' | |
13190 | hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`' | |
13191 | hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`' | |
13192 | hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`' | |
13193 | hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`' | |
13194 | hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' | |
13195 | hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`' | |
13196 | inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`' | |
13197 | link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`' | |
13198 | fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`' | |
13199 | always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`' | |
13200 | export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`' | |
13201 | exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`' | |
13202 | include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`' | |
13203 | prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`' | |
13204 | file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`' | |
13205 | variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`' | |
13206 | need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' | |
13207 | need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`' | |
13208 | version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`' | |
13209 | runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`' | |
13210 | shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' | |
13211 | shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`' | |
13212 | libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`' | |
13213 | library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`' | |
13214 | soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`' | |
13215 | postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' | |
13216 | postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' | |
13217 | finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`' | |
13218 | finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`' | |
13219 | hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`' | |
13220 | sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`' | |
13221 | sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`' | |
13222 | hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`' | |
13223 | enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`' | |
13224 | enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`' | |
13225 | enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`' | |
13226 | old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`' | |
13227 | striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`' | |
13228 | ||
13229 | LTCC='$LTCC' | |
13230 | LTCFLAGS='$LTCFLAGS' | |
13231 | compiler='$compiler_DEFAULT' | |
13232 | ||
13233 | # Quote evaled strings. | |
13234 | for var in SED \ | |
13235 | GREP \ | |
13236 | EGREP \ | |
13237 | FGREP \ | |
13238 | LD \ | |
13239 | NM \ | |
13240 | LN_S \ | |
13241 | lt_SP2NL \ | |
13242 | lt_NL2SP \ | |
13243 | reload_flag \ | |
1927a18f | 13244 | OBJDUMP \ |
d7040cdb SE |
13245 | deplibs_check_method \ |
13246 | file_magic_cmd \ | |
13247 | AR \ | |
13248 | AR_FLAGS \ | |
13249 | STRIP \ | |
13250 | RANLIB \ | |
13251 | CC \ | |
13252 | CFLAGS \ | |
13253 | compiler \ | |
13254 | lt_cv_sys_global_symbol_pipe \ | |
13255 | lt_cv_sys_global_symbol_to_cdecl \ | |
13256 | lt_cv_sys_global_symbol_to_c_name_address \ | |
1927a18f | 13257 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
d7040cdb SE |
13258 | SHELL \ |
13259 | ECHO \ | |
13260 | lt_prog_compiler_no_builtin_flag \ | |
13261 | lt_prog_compiler_wl \ | |
13262 | lt_prog_compiler_pic \ | |
13263 | lt_prog_compiler_static \ | |
13264 | lt_cv_prog_compiler_c_o \ | |
13265 | need_locks \ | |
1927a18f L |
13266 | DSYMUTIL \ |
13267 | NMEDIT \ | |
13268 | LIPO \ | |
13269 | OTOOL \ | |
13270 | OTOOL64 \ | |
d7040cdb SE |
13271 | shrext_cmds \ |
13272 | export_dynamic_flag_spec \ | |
13273 | whole_archive_flag_spec \ | |
13274 | compiler_needs_object \ | |
13275 | with_gnu_ld \ | |
13276 | allow_undefined_flag \ | |
13277 | no_undefined_flag \ | |
13278 | hardcode_libdir_flag_spec \ | |
13279 | hardcode_libdir_flag_spec_ld \ | |
13280 | hardcode_libdir_separator \ | |
13281 | fix_srcfile_path \ | |
13282 | exclude_expsyms \ | |
13283 | include_expsyms \ | |
13284 | file_list_spec \ | |
13285 | variables_saved_for_relink \ | |
13286 | libname_spec \ | |
13287 | library_names_spec \ | |
13288 | soname_spec \ | |
13289 | finish_eval \ | |
13290 | old_striplib \ | |
13291 | striplib; do | |
13292 | case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in | |
13293 | *[\\\\\\\`\\"\\\$]*) | |
13294 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" | |
13295 | ;; | |
13296 | *) | |
13297 | eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" | |
13298 | ;; | |
13299 | esac | |
13300 | done | |
13301 | ||
13302 | # Double-quote double-evaled strings. | |
13303 | for var in reload_cmds \ | |
13304 | old_postinstall_cmds \ | |
13305 | old_postuninstall_cmds \ | |
13306 | old_archive_cmds \ | |
13307 | extract_expsyms_cmds \ | |
13308 | old_archive_from_new_cmds \ | |
13309 | old_archive_from_expsyms_cmds \ | |
13310 | archive_cmds \ | |
13311 | archive_expsym_cmds \ | |
13312 | module_cmds \ | |
13313 | module_expsym_cmds \ | |
13314 | export_symbols_cmds \ | |
13315 | prelink_cmds \ | |
13316 | postinstall_cmds \ | |
13317 | postuninstall_cmds \ | |
13318 | finish_cmds \ | |
13319 | sys_lib_search_path_spec \ | |
13320 | sys_lib_dlsearch_path_spec; do | |
13321 | case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in | |
13322 | *[\\\\\\\`\\"\\\$]*) | |
13323 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" | |
13324 | ;; | |
13325 | *) | |
13326 | eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" | |
13327 | ;; | |
13328 | esac | |
13329 | done | |
13330 | ||
13331 | # Fix-up fallback echo if it was mangled by the above quoting rules. | |
13332 | case \$lt_ECHO in | |
13333 | *'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\` | |
13334 | ;; | |
13335 | esac | |
13336 | ||
13337 | ac_aux_dir='$ac_aux_dir' | |
13338 | xsi_shell='$xsi_shell' | |
13339 | lt_shell_append='$lt_shell_append' | |
13340 | ||
13341 | # See if we are running on zsh, and set the options which allow our | |
13342 | # commands through without removal of \ escapes INIT. | |
13343 | if test -n "\${ZSH_VERSION+set}" ; then | |
13344 | setopt NO_GLOB_SUBST | |
13345 | fi | |
13346 | ||
13347 | ||
13348 | PACKAGE='$PACKAGE' | |
13349 | VERSION='$VERSION' | |
13350 | TIMESTAMP='$TIMESTAMP' | |
13351 | RM='$RM' | |
13352 | ofile='$ofile' | |
13353 | ||
13354 | ||
13355 | ||
20e95c23 DJ |
13356 | # Capture the value of obsolete ALL_LINGUAS because we need it to compute |
13357 | # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it | |
13358 | # from automake. | |
13359 | eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' | |
13360 | # Capture the value of LINGUAS because we need it to compute CATALOGS. | |
13361 | LINGUAS="${LINGUAS-%UNSET%}" | |
979273e3 NN |
13362 | |
13363 | ||
13364 | _ACEOF | |
13365 | ||
81ecdfbb | 13366 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
979273e3 | 13367 | |
81ecdfbb | 13368 | # Handling of arguments. |
979273e3 NN |
13369 | for ac_config_target in $ac_config_targets |
13370 | do | |
81ecdfbb RW |
13371 | case $ac_config_target in |
13372 | "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; | |
13373 | "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; | |
13374 | "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;; | |
13375 | "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; | |
13376 | "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; | |
13377 | "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;; | |
13378 | ||
13379 | *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; | |
252b5132 | 13380 | esac |
979273e3 | 13381 | done |
252b5132 | 13382 | |
81ecdfbb | 13383 | |
979273e3 NN |
13384 | # If the user did not use the arguments to specify the items to instantiate, |
13385 | # then the envvar interface is used. Set only those that are not. | |
13386 | # We use the long form for the default assignment because of an extremely | |
13387 | # bizarre bug on SunOS 4.1.3. | |
13388 | if $ac_need_defaults; then | |
13389 | test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files | |
13390 | test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers | |
13391 | test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands | |
13392 | fi | |
13393 | ||
13394 | # Have a temporary directory for convenience. Make it in the build tree | |
81ecdfbb | 13395 | # simply because there is no reason against having it here, and in addition, |
979273e3 | 13396 | # creating and moving files from /tmp can sometimes cause problems. |
81ecdfbb RW |
13397 | # Hook for its removal unless debugging. |
13398 | # Note that there is a small window in which the directory will not be cleaned: | |
13399 | # after its creation but before its name has been assigned to `$tmp'. | |
979273e3 NN |
13400 | $debug || |
13401 | { | |
81ecdfbb RW |
13402 | tmp= |
13403 | trap 'exit_status=$? | |
13404 | { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status | |
13405 | ' 0 | |
13406 | trap 'as_fn_exit 1' 1 2 13 15 | |
979273e3 | 13407 | } |
979273e3 NN |
13408 | # Create a (secure) tmp directory for tmp files. |
13409 | ||
13410 | { | |
81ecdfbb | 13411 | tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
979273e3 NN |
13412 | test -n "$tmp" && test -d "$tmp" |
13413 | } || | |
13414 | { | |
81ecdfbb RW |
13415 | tmp=./conf$$-$RANDOM |
13416 | (umask 077 && mkdir "$tmp") | |
13417 | } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 | |
13418 | ||
13419 | # Set up the scripts for CONFIG_FILES section. | |
13420 | # No need to generate them if there are no CONFIG_FILES. | |
13421 | # This happens for instance with `./config.status config.h'. | |
13422 | if test -n "$CONFIG_FILES"; then | |
13423 | ||
13424 | ||
13425 | ac_cr=`echo X | tr X '\015'` | |
13426 | # On cygwin, bash can eat \r inside `` if the user requested igncr. | |
13427 | # But we know of no other shell where ac_cr would be empty at this | |
13428 | # point, so we can use a bashism as a fallback. | |
13429 | if test "x$ac_cr" = x; then | |
13430 | eval ac_cr=\$\'\\r\' | |
13431 | fi | |
13432 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | |
13433 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | |
13434 | ac_cs_awk_cr='\r' | |
13435 | else | |
13436 | ac_cs_awk_cr=$ac_cr | |
13437 | fi | |
13438 | ||
13439 | echo 'BEGIN {' >"$tmp/subs1.awk" && | |
13440 | _ACEOF | |
13441 | ||
13442 | ||
13443 | { | |
13444 | echo "cat >conf$$subs.awk <<_ACEOF" && | |
13445 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | |
13446 | echo "_ACEOF" | |
13447 | } >conf$$subs.sh || | |
13448 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | |
13449 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` | |
13450 | ac_delim='%!_!# ' | |
13451 | for ac_last_try in false false false false false :; do | |
13452 | . ./conf$$subs.sh || | |
13453 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | |
13454 | ||
13455 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | |
13456 | if test $ac_delim_n = $ac_delim_num; then | |
13457 | break | |
13458 | elif $ac_last_try; then | |
13459 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | |
13460 | else | |
13461 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | |
13462 | fi | |
13463 | done | |
13464 | rm -f conf$$subs.sh | |
13465 | ||
13466 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
13467 | cat >>"\$tmp/subs1.awk" <<\\_ACAWK && | |
13468 | _ACEOF | |
13469 | sed -n ' | |
13470 | h | |
13471 | s/^/S["/; s/!.*/"]=/ | |
13472 | p | |
13473 | g | |
13474 | s/^[^!]*!// | |
13475 | :repl | |
13476 | t repl | |
13477 | s/'"$ac_delim"'$// | |
13478 | t delim | |
13479 | :nl | |
13480 | h | |
13481 | s/\(.\{148\}\).*/\1/ | |
13482 | t more1 | |
13483 | s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ | |
13484 | p | |
13485 | n | |
13486 | b repl | |
13487 | :more1 | |
13488 | s/["\\]/\\&/g; s/^/"/; s/$/"\\/ | |
13489 | p | |
13490 | g | |
13491 | s/.\{148\}// | |
13492 | t nl | |
13493 | :delim | |
13494 | h | |
13495 | s/\(.\{148\}\).*/\1/ | |
13496 | t more2 | |
13497 | s/["\\]/\\&/g; s/^/"/; s/$/"/ | |
13498 | p | |
13499 | b | |
13500 | :more2 | |
13501 | s/["\\]/\\&/g; s/^/"/; s/$/"\\/ | |
13502 | p | |
13503 | g | |
13504 | s/.\{148\}// | |
13505 | t delim | |
13506 | ' <conf$$subs.awk | sed ' | |
13507 | /^[^""]/{ | |
13508 | N | |
13509 | s/\n// | |
13510 | } | |
13511 | ' >>$CONFIG_STATUS || ac_write_fail=1 | |
13512 | rm -f conf$$subs.awk | |
13513 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
13514 | _ACAWK | |
13515 | cat >>"\$tmp/subs1.awk" <<_ACAWK && | |
13516 | for (key in S) S_is_set[key] = 1 | |
13517 | FS = "\a" | |
13518 | ||
13519 | } | |
979273e3 | 13520 | { |
81ecdfbb RW |
13521 | line = $ 0 |
13522 | nfields = split(line, field, "@") | |
13523 | substed = 0 | |
13524 | len = length(field[1]) | |
13525 | for (i = 2; i < nfields; i++) { | |
13526 | key = field[i] | |
13527 | keylen = length(key) | |
13528 | if (S_is_set[key]) { | |
13529 | value = S[key] | |
13530 | line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) | |
13531 | len += length(value) + length(field[++i]) | |
13532 | substed = 1 | |
13533 | } else | |
13534 | len += 1 + keylen | |
13535 | } | |
13536 | ||
13537 | print line | |
979273e3 NN |
13538 | } |
13539 | ||
81ecdfbb RW |
13540 | _ACAWK |
13541 | _ACEOF | |
13542 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
13543 | if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | |
13544 | sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | |
13545 | else | |
13546 | cat | |
13547 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | |
13548 | || as_fn_error "could not setup config files machinery" "$LINENO" 5 | |
979273e3 NN |
13549 | _ACEOF |
13550 | ||
81ecdfbb RW |
13551 | # VPATH may cause trouble with some makes, so we remove $(srcdir), |
13552 | # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and | |
13553 | # trailing colons and then remove the whole line if VPATH becomes empty | |
13554 | # (actually we leave an empty line to preserve line numbers). | |
13555 | if test "x$srcdir" = x.; then | |
13556 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ | |
13557 | s/:*\$(srcdir):*/:/ | |
13558 | s/:*\${srcdir}:*/:/ | |
13559 | s/:*@srcdir@:*/:/ | |
13560 | s/^\([^=]*=[ ]*\):*/\1/ | |
13561 | s/:*$// | |
13562 | s/^[^=]*=[ ]*$// | |
13563 | }' | |
13564 | fi | |
13565 | ||
13566 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
13567 | fi # test -n "$CONFIG_FILES" | |
979273e3 | 13568 | |
81ecdfbb RW |
13569 | # Set up the scripts for CONFIG_HEADERS section. |
13570 | # No need to generate them if there are no CONFIG_HEADERS. | |
13571 | # This happens for instance with `./config.status Makefile'. | |
13572 | if test -n "$CONFIG_HEADERS"; then | |
13573 | cat >"$tmp/defines.awk" <<\_ACAWK || | |
13574 | BEGIN { | |
13575 | _ACEOF | |
979273e3 | 13576 | |
81ecdfbb RW |
13577 | # Transform confdefs.h into an awk script `defines.awk', embedded as |
13578 | # here-document in config.status, that substitutes the proper values into | |
13579 | # config.h.in to produce config.h. | |
979273e3 | 13580 | |
81ecdfbb RW |
13581 | # Create a delimiter string that does not exist in confdefs.h, to ease |
13582 | # handling of long lines. | |
13583 | ac_delim='%!_!# ' | |
13584 | for ac_last_try in false false :; do | |
13585 | ac_t=`sed -n "/$ac_delim/p" confdefs.h` | |
13586 | if test -z "$ac_t"; then | |
13587 | break | |
13588 | elif $ac_last_try; then | |
13589 | as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 | |
13590 | else | |
13591 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | |
13592 | fi | |
13593 | done | |
13594 | ||
13595 | # For the awk script, D is an array of macro values keyed by name, | |
13596 | # likewise P contains macro parameters if any. Preserve backslash | |
13597 | # newline sequences. | |
13598 | ||
13599 | ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* | |
13600 | sed -n ' | |
13601 | s/.\{148\}/&'"$ac_delim"'/g | |
13602 | t rset | |
13603 | :rset | |
13604 | s/^[ ]*#[ ]*define[ ][ ]*/ / | |
13605 | t def | |
13606 | d | |
13607 | :def | |
13608 | s/\\$// | |
13609 | t bsnl | |
13610 | s/["\\]/\\&/g | |
13611 | s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ | |
13612 | D["\1"]=" \3"/p | |
13613 | s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p | |
13614 | d | |
13615 | :bsnl | |
13616 | s/["\\]/\\&/g | |
13617 | s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ | |
13618 | D["\1"]=" \3\\\\\\n"\\/p | |
13619 | t cont | |
13620 | s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p | |
13621 | t cont | |
13622 | d | |
13623 | :cont | |
13624 | n | |
13625 | s/.\{148\}/&'"$ac_delim"'/g | |
13626 | t clear | |
13627 | :clear | |
13628 | s/\\$// | |
13629 | t bsnlc | |
13630 | s/["\\]/\\&/g; s/^/"/; s/$/"/p | |
13631 | d | |
13632 | :bsnlc | |
13633 | s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p | |
13634 | b cont | |
13635 | ' <confdefs.h | sed ' | |
13636 | s/'"$ac_delim"'/"\\\ | |
13637 | "/g' >>$CONFIG_STATUS || ac_write_fail=1 | |
13638 | ||
13639 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
13640 | for (key in D) D_is_set[key] = 1 | |
13641 | FS = "\a" | |
13642 | } | |
13643 | /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { | |
13644 | line = \$ 0 | |
13645 | split(line, arg, " ") | |
13646 | if (arg[1] == "#") { | |
13647 | defundef = arg[2] | |
13648 | mac1 = arg[3] | |
13649 | } else { | |
13650 | defundef = substr(arg[1], 2) | |
13651 | mac1 = arg[2] | |
13652 | } | |
13653 | split(mac1, mac2, "(") #) | |
13654 | macro = mac2[1] | |
13655 | prefix = substr(line, 1, index(line, defundef) - 1) | |
13656 | if (D_is_set[macro]) { | |
13657 | # Preserve the white space surrounding the "#". | |
13658 | print prefix "define", macro P[macro] D[macro] | |
13659 | next | |
13660 | } else { | |
13661 | # Replace #undef with comments. This is necessary, for example, | |
13662 | # in the case of _POSIX_SOURCE, which is predefined and required | |
13663 | # on some systems where configure will not decide to define it. | |
13664 | if (defundef == "undef") { | |
13665 | print "/*", prefix defundef, macro, "*/" | |
13666 | next | |
13667 | } | |
13668 | } | |
13669 | } | |
13670 | { print } | |
13671 | _ACAWK | |
979273e3 | 13672 | _ACEOF |
81ecdfbb RW |
13673 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
13674 | as_fn_error "could not setup config headers machinery" "$LINENO" 5 | |
13675 | fi # test -n "$CONFIG_HEADERS" | |
979273e3 | 13676 | |
81ecdfbb RW |
13677 | |
13678 | eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" | |
13679 | shift | |
13680 | for ac_tag | |
13681 | do | |
13682 | case $ac_tag in | |
13683 | :[FHLC]) ac_mode=$ac_tag; continue;; | |
13684 | esac | |
13685 | case $ac_mode$ac_tag in | |
13686 | :[FHL]*:*);; | |
13687 | :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; | |
13688 | :[FH]-) ac_tag=-:-;; | |
13689 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | |
13690 | esac | |
13691 | ac_save_IFS=$IFS | |
13692 | IFS=: | |
13693 | set x $ac_tag | |
13694 | IFS=$ac_save_IFS | |
13695 | shift | |
13696 | ac_file=$1 | |
13697 | shift | |
13698 | ||
13699 | case $ac_mode in | |
13700 | :L) ac_source=$1;; | |
13701 | :[FH]) | |
13702 | ac_file_inputs= | |
13703 | for ac_f | |
13704 | do | |
13705 | case $ac_f in | |
13706 | -) ac_f="$tmp/stdin";; | |
13707 | *) # Look for the file first in the build tree, then in the source tree | |
13708 | # (if the path is not absolute). The absolute path cannot be DOS-style, | |
13709 | # because $ac_f cannot contain `:'. | |
13710 | test -f "$ac_f" || | |
13711 | case $ac_f in | |
13712 | [\\/$]*) false;; | |
13713 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | |
13714 | esac || | |
13715 | as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; | |
13716 | esac | |
13717 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | |
13718 | as_fn_append ac_file_inputs " '$ac_f'" | |
13719 | done | |
13720 | ||
13721 | # Let's still pretend it is `configure' which instantiates (i.e., don't | |
13722 | # use $as_me), people would be surprised to read: | |
13723 | # /* config.h. Generated by config.status. */ | |
13724 | configure_input='Generated from '` | |
13725 | $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' | |
13726 | `' by configure.' | |
13727 | if test x"$ac_file" != x-; then | |
13728 | configure_input="$ac_file. $configure_input" | |
13729 | { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 | |
13730 | $as_echo "$as_me: creating $ac_file" >&6;} | |
979273e3 | 13731 | fi |
81ecdfbb RW |
13732 | # Neutralize special characters interpreted by sed in replacement strings. |
13733 | case $configure_input in #( | |
13734 | *\&* | *\|* | *\\* ) | |
13735 | ac_sed_conf_input=`$as_echo "$configure_input" | | |
13736 | sed 's/[\\\\&|]/\\\\&/g'`;; #( | |
13737 | *) ac_sed_conf_input=$configure_input;; | |
13738 | esac | |
252b5132 | 13739 | |
81ecdfbb RW |
13740 | case $ac_tag in |
13741 | *:-:* | *:-) cat >"$tmp/stdin" \ | |
13742 | || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; | |
13743 | esac | |
13744 | ;; | |
252b5132 RH |
13745 | esac |
13746 | ||
81ecdfbb | 13747 | ac_dir=`$as_dirname -- "$ac_file" || |
979273e3 NN |
13748 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
13749 | X"$ac_file" : 'X\(//\)[^/]' \| \ | |
13750 | X"$ac_file" : 'X\(//\)$' \| \ | |
81ecdfbb RW |
13751 | X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || |
13752 | $as_echo X"$ac_file" | | |
13753 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
13754 | s//\1/ | |
13755 | q | |
13756 | } | |
13757 | /^X\(\/\/\)[^/].*/{ | |
13758 | s//\1/ | |
13759 | q | |
13760 | } | |
13761 | /^X\(\/\/\)$/{ | |
13762 | s//\1/ | |
13763 | q | |
13764 | } | |
13765 | /^X\(\/\).*/{ | |
13766 | s//\1/ | |
13767 | q | |
13768 | } | |
13769 | s/.*/./; q'` | |
13770 | as_dir="$ac_dir"; as_fn_mkdir_p | |
979273e3 NN |
13771 | ac_builddir=. |
13772 | ||
81ecdfbb RW |
13773 | case "$ac_dir" in |
13774 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
13775 | *) | |
13776 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` | |
13777 | # A ".." for each directory in $ac_dir_suffix. | |
13778 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` | |
13779 | case $ac_top_builddir_sub in | |
13780 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
13781 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; | |
13782 | esac ;; | |
13783 | esac | |
13784 | ac_abs_top_builddir=$ac_pwd | |
13785 | ac_abs_builddir=$ac_pwd$ac_dir_suffix | |
13786 | # for backward compatibility: | |
13787 | ac_top_builddir=$ac_top_build_prefix | |
979273e3 NN |
13788 | |
13789 | case $srcdir in | |
81ecdfbb | 13790 | .) # We are building in place. |
979273e3 | 13791 | ac_srcdir=. |
81ecdfbb RW |
13792 | ac_top_srcdir=$ac_top_builddir_sub |
13793 | ac_abs_top_srcdir=$ac_pwd ;; | |
13794 | [\\/]* | ?:[\\/]* ) # Absolute name. | |
979273e3 | 13795 | ac_srcdir=$srcdir$ac_dir_suffix; |
81ecdfbb RW |
13796 | ac_top_srcdir=$srcdir |
13797 | ac_abs_top_srcdir=$srcdir ;; | |
13798 | *) # Relative name. | |
13799 | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix | |
13800 | ac_top_srcdir=$ac_top_build_prefix$srcdir | |
13801 | ac_abs_top_srcdir=$ac_pwd/$srcdir ;; | |
979273e3 | 13802 | esac |
81ecdfbb | 13803 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
979273e3 | 13804 | |
252b5132 | 13805 | |
81ecdfbb RW |
13806 | case $ac_mode in |
13807 | :F) | |
13808 | # | |
13809 | # CONFIG_FILE | |
13810 | # | |
979273e3 NN |
13811 | |
13812 | case $INSTALL in | |
13813 | [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; | |
81ecdfbb RW |
13814 | *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; |
13815 | esac | |
13816 | ac_MKDIR_P=$MKDIR_P | |
13817 | case $MKDIR_P in | |
13818 | [\\/$]* | ?:[\\/]* ) ;; | |
13819 | */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; | |
252b5132 | 13820 | esac |
81ecdfbb | 13821 | _ACEOF |
252b5132 | 13822 | |
81ecdfbb RW |
13823 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
13824 | # If the template does not know about datarootdir, expand it. | |
13825 | # FIXME: This hack should be removed a few years after 2.60. | |
13826 | ac_datarootdir_hack=; ac_datarootdir_seen= | |
13827 | ac_sed_dataroot=' | |
13828 | /datarootdir/ { | |
13829 | p | |
13830 | q | |
13831 | } | |
13832 | /@datadir@/p | |
13833 | /@docdir@/p | |
13834 | /@infodir@/p | |
13835 | /@localedir@/p | |
13836 | /@mandir@/p' | |
13837 | case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in | |
13838 | *datarootdir*) ac_datarootdir_seen=yes;; | |
13839 | *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) | |
13840 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 | |
13841 | $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} | |
13842 | _ACEOF | |
13843 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
13844 | ac_datarootdir_hack=' | |
13845 | s&@datadir@&$datadir&g | |
13846 | s&@docdir@&$docdir&g | |
13847 | s&@infodir@&$infodir&g | |
13848 | s&@localedir@&$localedir&g | |
13849 | s&@mandir@&$mandir&g | |
13850 | s&\\\${datarootdir}&$datarootdir&g' ;; | |
13851 | esac | |
979273e3 | 13852 | _ACEOF |
81ecdfbb RW |
13853 | |
13854 | # Neutralize VPATH when `$srcdir' = `.'. | |
13855 | # Shell code in configure.ac might set extrasub. | |
13856 | # FIXME: do we really want to maintain this feature? | |
13857 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
13858 | ac_sed_extra="$ac_vpsub | |
979273e3 NN |
13859 | $extrasub |
13860 | _ACEOF | |
81ecdfbb | 13861 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
979273e3 NN |
13862 | :t |
13863 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b | |
81ecdfbb RW |
13864 | s|@configure_input@|$ac_sed_conf_input|;t t |
13865 | s&@top_builddir@&$ac_top_builddir_sub&;t t | |
13866 | s&@top_build_prefix@&$ac_top_build_prefix&;t t | |
13867 | s&@srcdir@&$ac_srcdir&;t t | |
13868 | s&@abs_srcdir@&$ac_abs_srcdir&;t t | |
13869 | s&@top_srcdir@&$ac_top_srcdir&;t t | |
13870 | s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t | |
13871 | s&@builddir@&$ac_builddir&;t t | |
13872 | s&@abs_builddir@&$ac_abs_builddir&;t t | |
13873 | s&@abs_top_builddir@&$ac_abs_top_builddir&;t t | |
13874 | s&@INSTALL@&$ac_INSTALL&;t t | |
13875 | s&@MKDIR_P@&$ac_MKDIR_P&;t t | |
13876 | $ac_datarootdir_hack | |
13877 | " | |
13878 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | |
13879 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | |
13880 | ||
13881 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | |
13882 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | |
13883 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | |
13884 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | |
13885 | which seems to be undefined. Please make sure it is defined." >&5 | |
13886 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | |
13887 | which seems to be undefined. Please make sure it is defined." >&2;} | |
13888 | ||
13889 | rm -f "$tmp/stdin" | |
979273e3 | 13890 | case $ac_file in |
81ecdfbb RW |
13891 | -) cat "$tmp/out" && rm -f "$tmp/out";; |
13892 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | |
13893 | esac \ | |
13894 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | |
13895 | ;; | |
13896 | :H) | |
13897 | # | |
13898 | # CONFIG_HEADER | |
13899 | # | |
979273e3 | 13900 | if test x"$ac_file" != x-; then |
81ecdfbb RW |
13901 | { |
13902 | $as_echo "/* $configure_input */" \ | |
13903 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" | |
13904 | } >"$tmp/config.h" \ | |
13905 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | |
13906 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then | |
13907 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 | |
13908 | $as_echo "$as_me: $ac_file is unchanged" >&6;} | |
979273e3 | 13909 | else |
81ecdfbb RW |
13910 | rm -f "$ac_file" |
13911 | mv "$tmp/config.h" "$ac_file" \ | |
13912 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | |
252b5132 | 13913 | fi |
979273e3 | 13914 | else |
81ecdfbb RW |
13915 | $as_echo "/* $configure_input */" \ |
13916 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ | |
13917 | || as_fn_error "could not create -" "$LINENO" 5 | |
252b5132 | 13918 | fi |
81ecdfbb RW |
13919 | # Compute "$ac_file"'s index in $config_headers. |
13920 | _am_arg="$ac_file" | |
8ae85421 AM |
13921 | _am_stamp_count=1 |
13922 | for _am_header in $config_headers :; do | |
13923 | case $_am_header in | |
81ecdfbb | 13924 | $_am_arg | $_am_arg:* ) |
8ae85421 AM |
13925 | break ;; |
13926 | * ) | |
13927 | _am_stamp_count=`expr $_am_stamp_count + 1` ;; | |
13928 | esac | |
13929 | done | |
81ecdfbb RW |
13930 | echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || |
13931 | $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
13932 | X"$_am_arg" : 'X\(//\)[^/]' \| \ | |
13933 | X"$_am_arg" : 'X\(//\)$' \| \ | |
13934 | X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || | |
13935 | $as_echo X"$_am_arg" | | |
13936 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
13937 | s//\1/ | |
13938 | q | |
13939 | } | |
13940 | /^X\(\/\/\)[^/].*/{ | |
13941 | s//\1/ | |
13942 | q | |
13943 | } | |
13944 | /^X\(\/\/\)$/{ | |
13945 | s//\1/ | |
13946 | q | |
13947 | } | |
13948 | /^X\(\/\).*/{ | |
13949 | s//\1/ | |
13950 | q | |
13951 | } | |
13952 | s/.*/./; q'`/stamp-h$_am_stamp_count | |
13953 | ;; | |
979273e3 | 13954 | |
81ecdfbb RW |
13955 | :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 |
13956 | $as_echo "$as_me: executing $ac_file commands" >&6;} | |
13957 | ;; | |
13958 | esac | |
979273e3 NN |
13959 | |
13960 | ||
81ecdfbb RW |
13961 | case $ac_file$ac_mode in |
13962 | "depfiles":C) test x"$AMDEP_TRUE" != x"" || { | |
13963 | # Autoconf 2.62 quotes --file arguments for eval, but not when files | |
13964 | # are listed without --file. Let's play safe and only enable the eval | |
13965 | # if we detect the quoting. | |
13966 | case $CONFIG_FILES in | |
13967 | *\'*) eval set x "$CONFIG_FILES" ;; | |
13968 | *) set x $CONFIG_FILES ;; | |
13969 | esac | |
13970 | shift | |
13971 | for mf | |
13972 | do | |
13973 | # Strip MF so we end up with the name of the file. | |
13974 | mf=`echo "$mf" | sed -e 's/:.*$//'` | |
13975 | # Check whether this is an Automake generated Makefile or not. | |
13976 | # We used to match only the files named `Makefile.in', but | |
13977 | # some people rename them; so instead we look at the file content. | |
13978 | # Grep'ing the first line is not enough: some people post-process | |
13979 | # each Makefile.in and add a new line on top of each file to say so. | |
13980 | # Grep'ing the whole file is not good either: AIX grep has a line | |
13981 | # limit of 2048, but all sed's we know have understand at least 4000. | |
13982 | if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then | |
13983 | dirpart=`$as_dirname -- "$mf" || | |
8ae85421 AM |
13984 | $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
13985 | X"$mf" : 'X\(//\)[^/]' \| \ | |
13986 | X"$mf" : 'X\(//\)$' \| \ | |
81ecdfbb RW |
13987 | X"$mf" : 'X\(/\)' \| . 2>/dev/null || |
13988 | $as_echo X"$mf" | | |
13989 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
13990 | s//\1/ | |
13991 | q | |
13992 | } | |
13993 | /^X\(\/\/\)[^/].*/{ | |
13994 | s//\1/ | |
13995 | q | |
13996 | } | |
13997 | /^X\(\/\/\)$/{ | |
13998 | s//\1/ | |
13999 | q | |
14000 | } | |
14001 | /^X\(\/\).*/{ | |
14002 | s//\1/ | |
14003 | q | |
14004 | } | |
14005 | s/.*/./; q'` | |
14006 | else | |
14007 | continue | |
14008 | fi | |
14009 | # Extract the definition of DEPDIR, am__include, and am__quote | |
14010 | # from the Makefile without running `make'. | |
14011 | DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` | |
14012 | test -z "$DEPDIR" && continue | |
14013 | am__include=`sed -n 's/^am__include = //p' < "$mf"` | |
14014 | test -z "am__include" && continue | |
14015 | am__quote=`sed -n 's/^am__quote = //p' < "$mf"` | |
14016 | # When using ansi2knr, U may be empty or an underscore; expand it | |
14017 | U=`sed -n 's/^U = //p' < "$mf"` | |
14018 | # Find all dependency output files, they are included files with | |
14019 | # $(DEPDIR) in their names. We invoke sed twice because it is the | |
14020 | # simplest approach to changing $(DEPDIR) to its actual value in the | |
14021 | # expansion. | |
14022 | for file in `sed -n " | |
14023 | s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ | |
14024 | sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do | |
14025 | # Make sure the directory exists. | |
14026 | test -f "$dirpart/$file" && continue | |
14027 | fdir=`$as_dirname -- "$file" || | |
8ae85421 AM |
14028 | $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
14029 | X"$file" : 'X\(//\)[^/]' \| \ | |
14030 | X"$file" : 'X\(//\)$' \| \ | |
81ecdfbb RW |
14031 | X"$file" : 'X\(/\)' \| . 2>/dev/null || |
14032 | $as_echo X"$file" | | |
14033 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
14034 | s//\1/ | |
14035 | q | |
14036 | } | |
14037 | /^X\(\/\/\)[^/].*/{ | |
14038 | s//\1/ | |
14039 | q | |
14040 | } | |
14041 | /^X\(\/\/\)$/{ | |
14042 | s//\1/ | |
14043 | q | |
14044 | } | |
14045 | /^X\(\/\).*/{ | |
14046 | s//\1/ | |
14047 | q | |
14048 | } | |
14049 | s/.*/./; q'` | |
14050 | as_dir=$dirpart/$fdir; as_fn_mkdir_p | |
14051 | # echo "creating $dirpart/$file" | |
14052 | echo '# dummy' > "$dirpart/$file" | |
8ae85421 | 14053 | done |
8ae85421 | 14054 | done |
81ecdfbb | 14055 | } |
d7040cdb | 14056 | ;; |
81ecdfbb | 14057 | "libtool":C) |
d7040cdb SE |
14058 | |
14059 | # See if we are running on zsh, and set the options which allow our | |
14060 | # commands through without removal of \ escapes. | |
14061 | if test -n "${ZSH_VERSION+set}" ; then | |
14062 | setopt NO_GLOB_SUBST | |
14063 | fi | |
14064 | ||
14065 | cfgfile="${ofile}T" | |
14066 | trap "$RM \"$cfgfile\"; exit 1" 1 2 15 | |
14067 | $RM "$cfgfile" | |
14068 | ||
14069 | cat <<_LT_EOF >> "$cfgfile" | |
14070 | #! $SHELL | |
14071 | ||
14072 | # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. | |
1927a18f | 14073 | # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION |
d7040cdb SE |
14074 | # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: |
14075 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | |
14076 | # | |
1927a18f L |
14077 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
14078 | # 2006, 2007, 2008 Free Software Foundation, Inc. | |
14079 | # Written by Gordon Matzigkeit, 1996 | |
d7040cdb | 14080 | # |
1927a18f | 14081 | # This file is part of GNU Libtool. |
d7040cdb | 14082 | # |
1927a18f L |
14083 | # GNU Libtool is free software; you can redistribute it and/or |
14084 | # modify it under the terms of the GNU General Public License as | |
14085 | # published by the Free Software Foundation; either version 2 of | |
14086 | # the License, or (at your option) any later version. | |
d7040cdb | 14087 | # |
1927a18f L |
14088 | # As a special exception to the GNU General Public License, |
14089 | # if you distribute this file as part of a program or library that | |
14090 | # is built using GNU Libtool, you may include this file under the | |
14091 | # same distribution terms that you use for the rest of that program. | |
d7040cdb | 14092 | # |
1927a18f L |
14093 | # GNU Libtool is distributed in the hope that it will be useful, |
14094 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
14095 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14096 | # GNU General Public License for more details. | |
d7040cdb | 14097 | # |
1927a18f L |
14098 | # You should have received a copy of the GNU General Public License |
14099 | # along with GNU Libtool; see the file COPYING. If not, a copy | |
14100 | # can be downloaded from http://www.gnu.org/licenses/gpl.html, or | |
14101 | # obtained by writing to the Free Software Foundation, Inc., | |
14102 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |
d7040cdb SE |
14103 | |
14104 | ||
14105 | # The names of the tagged configurations supported by this script. | |
14106 | available_tags="" | |
14107 | ||
14108 | # ### BEGIN LIBTOOL CONFIG | |
14109 | ||
14110 | # Whether or not to build shared libraries. | |
14111 | build_libtool_libs=$enable_shared | |
14112 | ||
14113 | # Which release of libtool.m4 was used? | |
14114 | macro_version=$macro_version | |
14115 | macro_revision=$macro_revision | |
14116 | ||
14117 | # Whether or not to build static libraries. | |
14118 | build_old_libs=$enable_static | |
14119 | ||
14120 | # What type of objects to build. | |
14121 | pic_mode=$pic_mode | |
14122 | ||
14123 | # Whether or not to optimize for fast installation. | |
14124 | fast_install=$enable_fast_install | |
14125 | ||
14126 | # The host system. | |
14127 | host_alias=$host_alias | |
14128 | host=$host | |
14129 | host_os=$host_os | |
14130 | ||
14131 | # The build system. | |
14132 | build_alias=$build_alias | |
14133 | build=$build | |
14134 | build_os=$build_os | |
14135 | ||
14136 | # A sed program that does not truncate output. | |
14137 | SED=$lt_SED | |
14138 | ||
14139 | # Sed that helps us avoid accidentally triggering echo(1) options like -n. | |
14140 | Xsed="\$SED -e 1s/^X//" | |
14141 | ||
14142 | # A grep program that handles long lines. | |
14143 | GREP=$lt_GREP | |
14144 | ||
14145 | # An ERE matcher. | |
14146 | EGREP=$lt_EGREP | |
14147 | ||
14148 | # A literal string matcher. | |
14149 | FGREP=$lt_FGREP | |
14150 | ||
14151 | # A BSD- or MS-compatible name lister. | |
14152 | NM=$lt_NM | |
14153 | ||
14154 | # Whether we need soft or hard links. | |
14155 | LN_S=$lt_LN_S | |
14156 | ||
14157 | # What is the maximum length of a command? | |
14158 | max_cmd_len=$max_cmd_len | |
14159 | ||
14160 | # Object file suffix (normally "o"). | |
14161 | objext=$ac_objext | |
14162 | ||
14163 | # Executable file suffix (normally ""). | |
14164 | exeext=$exeext | |
14165 | ||
14166 | # whether the shell understands "unset". | |
14167 | lt_unset=$lt_unset | |
14168 | ||
14169 | # turn spaces into newlines. | |
14170 | SP2NL=$lt_lt_SP2NL | |
14171 | ||
14172 | # turn newlines into spaces. | |
14173 | NL2SP=$lt_lt_NL2SP | |
14174 | ||
14175 | # How to create reloadable object files. | |
14176 | reload_flag=$lt_reload_flag | |
14177 | reload_cmds=$lt_reload_cmds | |
14178 | ||
1927a18f L |
14179 | # An object symbol dumper. |
14180 | OBJDUMP=$lt_OBJDUMP | |
14181 | ||
d7040cdb SE |
14182 | # Method to check whether dependent libraries are shared objects. |
14183 | deplibs_check_method=$lt_deplibs_check_method | |
14184 | ||
14185 | # Command to use when deplibs_check_method == "file_magic". | |
14186 | file_magic_cmd=$lt_file_magic_cmd | |
14187 | ||
14188 | # The archiver. | |
14189 | AR=$lt_AR | |
14190 | AR_FLAGS=$lt_AR_FLAGS | |
14191 | ||
14192 | # A symbol stripping program. | |
14193 | STRIP=$lt_STRIP | |
14194 | ||
14195 | # Commands used to install an old-style archive. | |
14196 | RANLIB=$lt_RANLIB | |
14197 | old_postinstall_cmds=$lt_old_postinstall_cmds | |
14198 | old_postuninstall_cmds=$lt_old_postuninstall_cmds | |
14199 | ||
14200 | # A C compiler. | |
14201 | LTCC=$lt_CC | |
14202 | ||
14203 | # LTCC compiler flags. | |
14204 | LTCFLAGS=$lt_CFLAGS | |
14205 | ||
14206 | # Take the output of nm and produce a listing of raw symbols and C names. | |
14207 | global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe | |
14208 | ||
14209 | # Transform the output of nm in a proper C declaration. | |
14210 | global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl | |
14211 | ||
14212 | # Transform the output of nm in a C name address pair. | |
14213 | global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | |
14214 | ||
1927a18f L |
14215 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
14216 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | |
14217 | ||
d7040cdb SE |
14218 | # The name of the directory that contains temporary libtool files. |
14219 | objdir=$objdir | |
14220 | ||
14221 | # Shell to use when invoking shell scripts. | |
14222 | SHELL=$lt_SHELL | |
14223 | ||
14224 | # An echo program that does not interpret backslashes. | |
14225 | ECHO=$lt_ECHO | |
14226 | ||
14227 | # Used to examine libraries when file_magic_cmd begins with "file". | |
14228 | MAGIC_CMD=$MAGIC_CMD | |
14229 | ||
14230 | # Must we lock files when doing compilation? | |
14231 | need_locks=$lt_need_locks | |
14232 | ||
1927a18f L |
14233 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
14234 | DSYMUTIL=$lt_DSYMUTIL | |
14235 | ||
14236 | # Tool to change global to local symbols on Mac OS X. | |
14237 | NMEDIT=$lt_NMEDIT | |
14238 | ||
14239 | # Tool to manipulate fat objects and archives on Mac OS X. | |
14240 | LIPO=$lt_LIPO | |
14241 | ||
14242 | # ldd/readelf like tool for Mach-O binaries on Mac OS X. | |
14243 | OTOOL=$lt_OTOOL | |
14244 | ||
14245 | # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. | |
14246 | OTOOL64=$lt_OTOOL64 | |
14247 | ||
d7040cdb SE |
14248 | # Old archive suffix (normally "a"). |
14249 | libext=$libext | |
14250 | ||
14251 | # Shared library suffix (normally ".so"). | |
14252 | shrext_cmds=$lt_shrext_cmds | |
14253 | ||
14254 | # The commands to extract the exported symbol list from a shared archive. | |
14255 | extract_expsyms_cmds=$lt_extract_expsyms_cmds | |
14256 | ||
14257 | # Variables whose values should be saved in libtool wrapper scripts and | |
14258 | # restored at link time. | |
14259 | variables_saved_for_relink=$lt_variables_saved_for_relink | |
14260 | ||
14261 | # Do we need the "lib" prefix for modules? | |
14262 | need_lib_prefix=$need_lib_prefix | |
14263 | ||
14264 | # Do we need a version for libraries? | |
14265 | need_version=$need_version | |
14266 | ||
14267 | # Library versioning type. | |
14268 | version_type=$version_type | |
14269 | ||
14270 | # Shared library runtime path variable. | |
14271 | runpath_var=$runpath_var | |
14272 | ||
14273 | # Shared library path variable. | |
14274 | shlibpath_var=$shlibpath_var | |
14275 | ||
14276 | # Is shlibpath searched before the hard-coded library search path? | |
14277 | shlibpath_overrides_runpath=$shlibpath_overrides_runpath | |
14278 | ||
14279 | # Format of library name prefix. | |
14280 | libname_spec=$lt_libname_spec | |
14281 | ||
14282 | # List of archive names. First name is the real one, the rest are links. | |
14283 | # The last name is the one that the linker finds with -lNAME | |
14284 | library_names_spec=$lt_library_names_spec | |
14285 | ||
14286 | # The coded name of the library, if different from the real name. | |
14287 | soname_spec=$lt_soname_spec | |
14288 | ||
14289 | # Command to use after installation of a shared archive. | |
14290 | postinstall_cmds=$lt_postinstall_cmds | |
14291 | ||
14292 | # Command to use after uninstallation of a shared archive. | |
14293 | postuninstall_cmds=$lt_postuninstall_cmds | |
14294 | ||
14295 | # Commands used to finish a libtool library installation in a directory. | |
14296 | finish_cmds=$lt_finish_cmds | |
14297 | ||
14298 | # As "finish_cmds", except a single script fragment to be evaled but | |
14299 | # not shown. | |
14300 | finish_eval=$lt_finish_eval | |
14301 | ||
14302 | # Whether we should hardcode library paths into libraries. | |
14303 | hardcode_into_libs=$hardcode_into_libs | |
14304 | ||
14305 | # Compile-time system search path for libraries. | |
14306 | sys_lib_search_path_spec=$lt_sys_lib_search_path_spec | |
14307 | ||
14308 | # Run-time system search path for libraries. | |
14309 | sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec | |
14310 | ||
14311 | # Whether dlopen is supported. | |
14312 | dlopen_support=$enable_dlopen | |
14313 | ||
14314 | # Whether dlopen of programs is supported. | |
14315 | dlopen_self=$enable_dlopen_self | |
14316 | ||
14317 | # Whether dlopen of statically linked programs is supported. | |
14318 | dlopen_self_static=$enable_dlopen_self_static | |
14319 | ||
14320 | # Commands to strip libraries. | |
14321 | old_striplib=$lt_old_striplib | |
14322 | striplib=$lt_striplib | |
14323 | ||
14324 | ||
14325 | # The linker used to build libraries. | |
14326 | LD=$lt_LD | |
14327 | ||
14328 | # Commands used to build an old-style archive. | |
14329 | old_archive_cmds=$lt_old_archive_cmds | |
14330 | ||
14331 | # A language specific compiler. | |
14332 | CC=$lt_compiler | |
14333 | ||
14334 | # Is the compiler the GNU compiler? | |
14335 | with_gcc=$GCC | |
14336 | ||
14337 | # Compiler flag to turn off builtin functions. | |
14338 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | |
14339 | ||
14340 | # How to pass a linker flag through the compiler. | |
14341 | wl=$lt_lt_prog_compiler_wl | |
14342 | ||
14343 | # Additional compiler flags for building library objects. | |
14344 | pic_flag=$lt_lt_prog_compiler_pic | |
14345 | ||
14346 | # Compiler flag to prevent dynamic linking. | |
14347 | link_static_flag=$lt_lt_prog_compiler_static | |
14348 | ||
14349 | # Does compiler simultaneously support -c and -o options? | |
14350 | compiler_c_o=$lt_lt_cv_prog_compiler_c_o | |
14351 | ||
14352 | # Whether or not to add -lc for building shared libraries. | |
14353 | build_libtool_need_lc=$archive_cmds_need_lc | |
14354 | ||
14355 | # Whether or not to disallow shared libs when runtime libs are static. | |
14356 | allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes | |
14357 | ||
14358 | # Compiler flag to allow reflexive dlopens. | |
14359 | export_dynamic_flag_spec=$lt_export_dynamic_flag_spec | |
14360 | ||
14361 | # Compiler flag to generate shared objects directly from archives. | |
14362 | whole_archive_flag_spec=$lt_whole_archive_flag_spec | |
14363 | ||
14364 | # Whether the compiler copes with passing no objects directly. | |
14365 | compiler_needs_object=$lt_compiler_needs_object | |
14366 | ||
14367 | # Create an old-style archive from a shared archive. | |
14368 | old_archive_from_new_cmds=$lt_old_archive_from_new_cmds | |
14369 | ||
14370 | # Create a temporary old-style archive to link instead of a shared archive. | |
14371 | old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds | |
14372 | ||
14373 | # Commands used to build a shared archive. | |
14374 | archive_cmds=$lt_archive_cmds | |
14375 | archive_expsym_cmds=$lt_archive_expsym_cmds | |
14376 | ||
14377 | # Commands used to build a loadable module if different from building | |
14378 | # a shared archive. | |
14379 | module_cmds=$lt_module_cmds | |
14380 | module_expsym_cmds=$lt_module_expsym_cmds | |
14381 | ||
14382 | # Whether we are building with GNU ld or not. | |
14383 | with_gnu_ld=$lt_with_gnu_ld | |
14384 | ||
14385 | # Flag that allows shared libraries with undefined symbols to be built. | |
14386 | allow_undefined_flag=$lt_allow_undefined_flag | |
14387 | ||
14388 | # Flag that enforces no undefined symbols. | |
14389 | no_undefined_flag=$lt_no_undefined_flag | |
14390 | ||
14391 | # Flag to hardcode \$libdir into a binary during linking. | |
14392 | # This must work even if \$libdir does not exist | |
14393 | hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec | |
14394 | ||
14395 | # If ld is used when linking, flag to hardcode \$libdir into a binary | |
14396 | # during linking. This must work even if \$libdir does not exist. | |
14397 | hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld | |
14398 | ||
14399 | # Whether we need a single "-rpath" flag with a separated argument. | |
14400 | hardcode_libdir_separator=$lt_hardcode_libdir_separator | |
14401 | ||
14402 | # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes | |
14403 | # DIR into the resulting binary. | |
14404 | hardcode_direct=$hardcode_direct | |
14405 | ||
14406 | # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes | |
14407 | # DIR into the resulting binary and the resulting library dependency is | |
14408 | # "absolute",i.e impossible to change by setting \${shlibpath_var} if the | |
14409 | # library is relocated. | |
14410 | hardcode_direct_absolute=$hardcode_direct_absolute | |
14411 | ||
14412 | # Set to "yes" if using the -LDIR flag during linking hardcodes DIR | |
14413 | # into the resulting binary. | |
14414 | hardcode_minus_L=$hardcode_minus_L | |
14415 | ||
14416 | # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR | |
14417 | # into the resulting binary. | |
14418 | hardcode_shlibpath_var=$hardcode_shlibpath_var | |
14419 | ||
14420 | # Set to "yes" if building a shared library automatically hardcodes DIR | |
14421 | # into the library and all subsequent libraries and executables linked | |
14422 | # against it. | |
14423 | hardcode_automatic=$hardcode_automatic | |
14424 | ||
14425 | # Set to yes if linker adds runtime paths of dependent libraries | |
14426 | # to runtime path list. | |
14427 | inherit_rpath=$inherit_rpath | |
14428 | ||
14429 | # Whether libtool must link a program against all its dependency libraries. | |
14430 | link_all_deplibs=$link_all_deplibs | |
14431 | ||
14432 | # Fix the shell variable \$srcfile for the compiler. | |
14433 | fix_srcfile_path=$lt_fix_srcfile_path | |
14434 | ||
14435 | # Set to "yes" if exported symbols are required. | |
14436 | always_export_symbols=$always_export_symbols | |
14437 | ||
14438 | # The commands to list exported symbols. | |
14439 | export_symbols_cmds=$lt_export_symbols_cmds | |
14440 | ||
14441 | # Symbols that should not be listed in the preloaded symbols. | |
14442 | exclude_expsyms=$lt_exclude_expsyms | |
14443 | ||
14444 | # Symbols that must always be exported. | |
14445 | include_expsyms=$lt_include_expsyms | |
14446 | ||
14447 | # Commands necessary for linking programs (against libraries) with templates. | |
14448 | prelink_cmds=$lt_prelink_cmds | |
14449 | ||
14450 | # Specify filename containing input files. | |
14451 | file_list_spec=$lt_file_list_spec | |
14452 | ||
14453 | # How to hardcode a shared library path into an executable. | |
14454 | hardcode_action=$hardcode_action | |
14455 | ||
14456 | # ### END LIBTOOL CONFIG | |
14457 | ||
14458 | _LT_EOF | |
14459 | ||
14460 | case $host_os in | |
14461 | aix3*) | |
14462 | cat <<\_LT_EOF >> "$cfgfile" | |
14463 | # AIX sometimes has problems with the GCC collect2 program. For some | |
14464 | # reason, if we set the COLLECT_NAMES environment variable, the problems | |
14465 | # vanish in a puff of smoke. | |
14466 | if test "X${COLLECT_NAMES+set}" != Xset; then | |
14467 | COLLECT_NAMES= | |
14468 | export COLLECT_NAMES | |
14469 | fi | |
14470 | _LT_EOF | |
14471 | ;; | |
14472 | esac | |
14473 | ||
14474 | ||
14475 | ltmain="$ac_aux_dir/ltmain.sh" | |
14476 | ||
14477 | ||
14478 | # We use sed instead of cat because bash on DJGPP gets confused if | |
14479 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | |
14480 | # text mode, it properly converts lines to CR/LF. This bash problem | |
14481 | # is reportedly fixed, but why not run on old versions too? | |
14482 | sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ | |
14483 | || (rm -f "$cfgfile"; exit 1) | |
14484 | ||
14485 | case $xsi_shell in | |
14486 | yes) | |
14487 | cat << \_LT_EOF >> "$cfgfile" | |
1927a18f | 14488 | |
d7040cdb SE |
14489 | # func_dirname file append nondir_replacement |
14490 | # Compute the dirname of FILE. If nonempty, add APPEND to the result, | |
14491 | # otherwise set result to NONDIR_REPLACEMENT. | |
14492 | func_dirname () | |
14493 | { | |
14494 | case ${1} in | |
14495 | */*) func_dirname_result="${1%/*}${2}" ;; | |
14496 | * ) func_dirname_result="${3}" ;; | |
14497 | esac | |
14498 | } | |
14499 | ||
14500 | # func_basename file | |
14501 | func_basename () | |
14502 | { | |
14503 | func_basename_result="${1##*/}" | |
14504 | } | |
14505 | ||
1927a18f L |
14506 | # func_dirname_and_basename file append nondir_replacement |
14507 | # perform func_basename and func_dirname in a single function | |
14508 | # call: | |
14509 | # dirname: Compute the dirname of FILE. If nonempty, | |
14510 | # add APPEND to the result, otherwise set result | |
14511 | # to NONDIR_REPLACEMENT. | |
14512 | # value returned in "$func_dirname_result" | |
14513 | # basename: Compute filename of FILE. | |
14514 | # value retuned in "$func_basename_result" | |
14515 | # Implementation must be kept synchronized with func_dirname | |
14516 | # and func_basename. For efficiency, we do not delegate to | |
14517 | # those functions but instead duplicate the functionality here. | |
14518 | func_dirname_and_basename () | |
14519 | { | |
14520 | case ${1} in | |
14521 | */*) func_dirname_result="${1%/*}${2}" ;; | |
14522 | * ) func_dirname_result="${3}" ;; | |
14523 | esac | |
14524 | func_basename_result="${1##*/}" | |
14525 | } | |
14526 | ||
d7040cdb SE |
14527 | # func_stripname prefix suffix name |
14528 | # strip PREFIX and SUFFIX off of NAME. | |
14529 | # PREFIX and SUFFIX must not contain globbing or regex special | |
14530 | # characters, hashes, percent signs, but SUFFIX may contain a leading | |
14531 | # dot (in which case that matches only a dot). | |
14532 | func_stripname () | |
14533 | { | |
14534 | # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are | |
14535 | # positional parameters, so assign one to ordinary parameter first. | |
14536 | func_stripname_result=${3} | |
14537 | func_stripname_result=${func_stripname_result#"${1}"} | |
14538 | func_stripname_result=${func_stripname_result%"${2}"} | |
14539 | } | |
14540 | ||
14541 | # func_opt_split | |
14542 | func_opt_split () | |
14543 | { | |
14544 | func_opt_split_opt=${1%%=*} | |
14545 | func_opt_split_arg=${1#*=} | |
14546 | } | |
14547 | ||
14548 | # func_lo2o object | |
14549 | func_lo2o () | |
14550 | { | |
14551 | case ${1} in | |
14552 | *.lo) func_lo2o_result=${1%.lo}.${objext} ;; | |
14553 | *) func_lo2o_result=${1} ;; | |
14554 | esac | |
14555 | } | |
1927a18f L |
14556 | |
14557 | # func_xform libobj-or-source | |
14558 | func_xform () | |
14559 | { | |
14560 | func_xform_result=${1%.*}.lo | |
14561 | } | |
14562 | ||
14563 | # func_arith arithmetic-term... | |
14564 | func_arith () | |
14565 | { | |
14566 | func_arith_result=$(( $* )) | |
14567 | } | |
14568 | ||
14569 | # func_len string | |
14570 | # STRING may not start with a hyphen. | |
14571 | func_len () | |
14572 | { | |
14573 | func_len_result=${#1} | |
14574 | } | |
14575 | ||
d7040cdb SE |
14576 | _LT_EOF |
14577 | ;; | |
14578 | *) # Bourne compatible functions. | |
14579 | cat << \_LT_EOF >> "$cfgfile" | |
1927a18f | 14580 | |
d7040cdb SE |
14581 | # func_dirname file append nondir_replacement |
14582 | # Compute the dirname of FILE. If nonempty, add APPEND to the result, | |
14583 | # otherwise set result to NONDIR_REPLACEMENT. | |
14584 | func_dirname () | |
14585 | { | |
14586 | # Extract subdirectory from the argument. | |
14587 | func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` | |
14588 | if test "X$func_dirname_result" = "X${1}"; then | |
14589 | func_dirname_result="${3}" | |
14590 | else | |
14591 | func_dirname_result="$func_dirname_result${2}" | |
14592 | fi | |
14593 | } | |
14594 | ||
14595 | # func_basename file | |
14596 | func_basename () | |
14597 | { | |
14598 | func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` | |
14599 | } | |
14600 | ||
1927a18f | 14601 | |
d7040cdb SE |
14602 | # func_stripname prefix suffix name |
14603 | # strip PREFIX and SUFFIX off of NAME. | |
14604 | # PREFIX and SUFFIX must not contain globbing or regex special | |
14605 | # characters, hashes, percent signs, but SUFFIX may contain a leading | |
14606 | # dot (in which case that matches only a dot). | |
14607 | # func_strip_suffix prefix name | |
14608 | func_stripname () | |
14609 | { | |
14610 | case ${2} in | |
14611 | .*) func_stripname_result=`$ECHO "X${3}" \ | |
14612 | | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;; | |
14613 | *) func_stripname_result=`$ECHO "X${3}" \ | |
14614 | | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;; | |
14615 | esac | |
14616 | } | |
14617 | ||
14618 | # sed scripts: | |
14619 | my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q' | |
14620 | my_sed_long_arg='1s/^-[^=]*=//' | |
14621 | ||
14622 | # func_opt_split | |
14623 | func_opt_split () | |
14624 | { | |
14625 | func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` | |
14626 | func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` | |
14627 | } | |
14628 | ||
14629 | # func_lo2o object | |
14630 | func_lo2o () | |
14631 | { | |
14632 | func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` | |
14633 | } | |
1927a18f L |
14634 | |
14635 | # func_xform libobj-or-source | |
14636 | func_xform () | |
14637 | { | |
14638 | func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'` | |
14639 | } | |
14640 | ||
14641 | # func_arith arithmetic-term... | |
14642 | func_arith () | |
14643 | { | |
14644 | func_arith_result=`expr "$@"` | |
14645 | } | |
14646 | ||
14647 | # func_len string | |
14648 | # STRING may not start with a hyphen. | |
14649 | func_len () | |
14650 | { | |
14651 | func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` | |
14652 | } | |
14653 | ||
d7040cdb SE |
14654 | _LT_EOF |
14655 | esac | |
14656 | ||
14657 | case $lt_shell_append in | |
14658 | yes) | |
14659 | cat << \_LT_EOF >> "$cfgfile" | |
14660 | ||
14661 | # func_append var value | |
14662 | # Append VALUE to the end of shell variable VAR. | |
14663 | func_append () | |
14664 | { | |
14665 | eval "$1+=\$2" | |
14666 | } | |
14667 | _LT_EOF | |
14668 | ;; | |
14669 | *) | |
14670 | cat << \_LT_EOF >> "$cfgfile" | |
14671 | ||
14672 | # func_append var value | |
14673 | # Append VALUE to the end of shell variable VAR. | |
14674 | func_append () | |
14675 | { | |
14676 | eval "$1=\$$1\$2" | |
14677 | } | |
1927a18f | 14678 | |
d7040cdb SE |
14679 | _LT_EOF |
14680 | ;; | |
14681 | esac | |
14682 | ||
14683 | ||
14684 | sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \ | |
14685 | || (rm -f "$cfgfile"; exit 1) | |
14686 | ||
14687 | mv -f "$cfgfile" "$ofile" || | |
14688 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") | |
14689 | chmod +x "$ofile" | |
14690 | ||
8ae85421 | 14691 | ;; |
81ecdfbb | 14692 | "default-1":C) |
20e95c23 DJ |
14693 | for ac_file in $CONFIG_FILES; do |
14694 | # Support "outfile[:infile[:infile...]]" | |
14695 | case "$ac_file" in | |
14696 | *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; | |
14697 | esac | |
14698 | # PO directories have a Makefile.in generated from Makefile.in.in. | |
14699 | case "$ac_file" in */Makefile.in) | |
14700 | # Adjust a relative srcdir. | |
14701 | ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` | |
14702 | ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" | |
14703 | ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` | |
14704 | # In autoconf-2.13 it is called $ac_given_srcdir. | |
14705 | # In autoconf-2.50 it is called $srcdir. | |
14706 | test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" | |
14707 | case "$ac_given_srcdir" in | |
14708 | .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; | |
14709 | /*) top_srcdir="$ac_given_srcdir" ;; | |
14710 | *) top_srcdir="$ac_dots$ac_given_srcdir" ;; | |
14711 | esac | |
14712 | if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then | |
14713 | rm -f "$ac_dir/POTFILES" | |
14714 | test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" | |
14715 | cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" | |
14716 | POMAKEFILEDEPS="POTFILES.in" | |
14717 | # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend | |
14718 | # on $ac_dir but don't depend on user-specified configuration | |
14719 | # parameters. | |
14720 | if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then | |
14721 | # The LINGUAS file contains the set of available languages. | |
14722 | if test -n "$OBSOLETE_ALL_LINGUAS"; then | |
14723 | test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" | |
14724 | fi | |
14725 | ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"` | |
14726 | # Hide the ALL_LINGUAS assigment from automake. | |
14727 | eval 'ALL_LINGUAS''=$ALL_LINGUAS_' | |
14728 | POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" | |
14729 | else | |
14730 | # The set of available languages was given in configure.in. | |
14731 | eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' | |
14732 | fi | |
14733 | case "$ac_given_srcdir" in | |
14734 | .) srcdirpre= ;; | |
14735 | *) srcdirpre='$(srcdir)/' ;; | |
14736 | esac | |
14737 | POFILES= | |
14738 | GMOFILES= | |
14739 | UPDATEPOFILES= | |
14740 | DUMMYPOFILES= | |
14741 | for lang in $ALL_LINGUAS; do | |
14742 | POFILES="$POFILES $srcdirpre$lang.po" | |
14743 | GMOFILES="$GMOFILES $srcdirpre$lang.gmo" | |
14744 | UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" | |
14745 | DUMMYPOFILES="$DUMMYPOFILES $lang.nop" | |
14746 | done | |
14747 | # CATALOGS depends on both $ac_dir and the user's LINGUAS | |
14748 | # environment variable. | |
14749 | INST_LINGUAS= | |
14750 | if test -n "$ALL_LINGUAS"; then | |
14751 | for presentlang in $ALL_LINGUAS; do | |
14752 | useit=no | |
14753 | if test "%UNSET%" != "$LINGUAS"; then | |
14754 | desiredlanguages="$LINGUAS" | |
14755 | else | |
14756 | desiredlanguages="$ALL_LINGUAS" | |
14757 | fi | |
14758 | for desiredlang in $desiredlanguages; do | |
14759 | # Use the presentlang catalog if desiredlang is | |
14760 | # a. equal to presentlang, or | |
14761 | # b. a variant of presentlang (because in this case, | |
14762 | # presentlang can be used as a fallback for messages | |
14763 | # which are not translated in the desiredlang catalog). | |
14764 | case "$desiredlang" in | |
14765 | "$presentlang"*) useit=yes;; | |
14766 | esac | |
14767 | done | |
14768 | if test $useit = yes; then | |
14769 | INST_LINGUAS="$INST_LINGUAS $presentlang" | |
14770 | fi | |
14771 | done | |
14772 | fi | |
14773 | CATALOGS= | |
14774 | if test -n "$INST_LINGUAS"; then | |
14775 | for lang in $INST_LINGUAS; do | |
14776 | CATALOGS="$CATALOGS $lang.gmo" | |
14777 | done | |
14778 | fi | |
14779 | test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" | |
14780 | 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" | |
14781 | for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do | |
14782 | if test -f "$f"; then | |
14783 | case "$f" in | |
14784 | *.orig | *.bak | *~) ;; | |
14785 | *) cat "$f" >> "$ac_dir/Makefile" ;; | |
14786 | esac | |
14787 | fi | |
14788 | done | |
14789 | fi | |
14790 | ;; | |
14791 | esac | |
14792 | done ;; | |
81ecdfbb | 14793 | |
979273e3 | 14794 | esac |
81ecdfbb | 14795 | done # for ac_tag |
979273e3 | 14796 | |
979273e3 | 14797 | |
81ecdfbb | 14798 | as_fn_exit 0 |
979273e3 | 14799 | _ACEOF |
979273e3 NN |
14800 | ac_clean_files=$ac_clean_files_save |
14801 | ||
81ecdfbb RW |
14802 | test $ac_write_fail = 0 || |
14803 | as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 | |
14804 | ||
979273e3 NN |
14805 | |
14806 | # configure is writing to config.log, and then calls config.status. | |
14807 | # config.status does its own redirection, appending to config.log. | |
14808 | # Unfortunately, on DOS this fails, as config.log is still kept open | |
14809 | # by configure, so config.status won't be able to write to it; its | |
14810 | # output is simply discarded. So we exec the FD to /dev/null, | |
14811 | # effectively closing config.log, so it can be properly (re)opened and | |
14812 | # appended to by config.status. When coming back to configure, we | |
14813 | # need to make the FD available again. | |
14814 | if test "$no_create" != yes; then | |
14815 | ac_cs_success=: | |
14816 | ac_config_status_args= | |
14817 | test "$silent" = yes && | |
14818 | ac_config_status_args="$ac_config_status_args --quiet" | |
14819 | exec 5>/dev/null | |
14820 | $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false | |
14821 | exec 5>>config.log | |
14822 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which | |
14823 | # would make configure fail if this is the last instruction. | |
81ecdfbb RW |
14824 | $ac_cs_success || as_fn_exit $? |
14825 | fi | |
14826 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | |
14827 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 | |
14828 | $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | |
979273e3 | 14829 | fi |
252b5132 | 14830 |